@charset "utf-8";
.js-fade-up.is-visible {
  transform: translate(0%, 0%);
  opacity: 1;
}
body .js-fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s, transform 0.5s;
}
/*-------title------*/
.sec-tit {
  font-size: clamp(48px, 4.444vw, 6.4rem);
  letter-spacing: 0.05em;
}
.co-tit {
  font-size: clamp(32px, 2.5vw, 3.6rem);
  position: relative;
}
.co-tit-s {
  font-size: clamp(28px, 2.222vw, 3.2rem);
}
.sec-tit-ja {
  font-size: 2.4rem;
  line-height: 1;
}
.sec-tit-box-st2 {
  width: fit-content;
  margin: 0 auto;
}
.sec-tit-box-st2 h2 {
  padding: 0 1.35em;
  position: relative;
}
.sec-tit-box-st2 h2::before,
.sec-tit-box-st2 h2::after {
  content: "";
  background: #fff;
  height: 1px;
  width: 55px;
  display: inline-block;
  transform: rotate(132deg);
  position: absolute;
  top: 50%;
}
.sec-tit-box-st2 h2::before {
  left: 0;
}
.sec-tit-box-st2 h2::after {
  right: 0;
}
/*-------table-----*/
.table-st1 {
  width: 100%;
  margin-bottom: 64px;
}
.table-st1 th {
  width: 21.468%;
  background: #867200;
  color: #fff;
  font-weight: 500;
  border-top: 1px solid #f5e79a;
  border-left: 1px solid #867200;
  border-right: 1px solid #867200;
}
.table-st1 tbody tr:first-child th {
  border-top: none;
}
.table-st1 td {
  border: 1px solid #867200;
  padding: 17px 0 17px 40px;
}
.table-st1 .pic-td {
  padding: 50px 0 50px 40px;
}
.table-st1 td span,
.table-st2 td span {
  margin-right: 1em;
}
.table-st2 {
  line-height: 2;
}
.table-st2 th {
  width: 22.5%;
  text-align: left;
  font-weight: 500;
  vertical-align: baseline;
}
.table-wrap {
  background: #efefef;
  padding: 55px 5% 60px;
  width: 100%;
  margin-bottom: 48px;
}
.table-st3 {
  width: 100%;
}
.table-st3 th {
  background: #867200;
  padding: 17px 0 17px 10px;
  text-align: left;
  font-weight: 500;
  border-top: 1px solid #f5e79a;
  border-left: 1px solid #867200;
  border-right: 1px solid #867200;
}
.table-st3 tbody tr:first-child th {
  border-top: none;
}
.table-st3 td {
  border: 1px solid #867200;
  padding: 10px;
}
.table-st3 th span {
  color: #bc0000;
  font-size: 1.5rem;
  margin-right: 10px;
}
.table-st3 input,
.table-st3 textarea {
  width: 100%;
  font-size: 100%;
  padding: 8px;
  border: none;
}
.table-st3 input:focus-visible,
.table-st3 textarea:focus-visible {
  border: none;
  outline: 1px solid #555;
}
.table-st3 .wpcf7-radio input {
  width: auto;
}
.wpcf7-list-item-label {
  color: #000;
  font-size: 15px;
}
.wpcf7-list-item.first {
  margin: 0;
}
.wpcf7-list-item-label {
  display: flex;
}
/* デフォルトのボタン */
input[type="radio"] {
  opacity: 0;
  position: absolute;
}
/* チェック前のボタン */
.wpcf7-list-item-label::before {
  background: #fff;
  border: 2px solid #867200;
  border-radius: 100%;
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  transition: background-color 0.5s;
  width: 1.2em;
}
input[type="radio"]:checked + .wpcf7-list-item-label::before {
  background-color: #867200;
  box-shadow: inset 0 0 0 3px #fff;
}
/*-------btn------*/
.btn1 {
  max-width: 326px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0;
  display: block;
  text-align: center;
  background: linear-gradient(111.09deg, #c2a500 32.21%, #877300 96.86%);
  transition: 0.2s ease-in-out;
  box-shadow: inset 0 0 0 0 transparent;
}
.btn2 input {
  max-width: 326px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0;
  display: block;
  text-align: center;
  background: linear-gradient(111.09deg, #c2a500 32.21%, #877300 96.86%);
  transition: 0.5s all;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  border: none;
  transition: 0.2s ease-in-out;
  box-shadow: inset 0 0 0 0 transparent;
}
.btn1:hover {
  box-shadow: inset 0 0 0 326px #fff;
  opacity: 1;
  color: #000;
}
.btn2 input:hover {
  box-shadow: inset 0 0 0 326px #fff;
  color: #000;
}
a {
  transition: 0.2s ease-in-out;
}
a:hover {
  opacity: 0.6;
}
/*mv*/
.mv {
  padding-left: 11.806%;
  height: calc(100vh - 138px);
  overflow: hidden;
  position: relative;
}
.main-slider .splide__slide img {
  width: 100%;
  height: calc(100vh - 138px);
  object-fit: cover;
}
.main-slider .splide__pagination {
  flex-direction: column;
  width: fit-content;
  padding: 0;
  left: -38px;
}
.main-slider .splide__pagination__page.is-active {
  background: #ffd900;
}
.main-slider .splide__pagination__page {
  opacity: 1;
  background: #575757;
}
.mv-txt-wrap {
  position: absolute;
  z-index: 2;
  bottom: 100px;
  right: 5.55%;
}
.mv-txt {
  font-size: clamp(32px, 3.333vw, 4.8rem);
  text-shadow: 0 4px 4px rgba(255, 255, 255, 0.25);
}
.mv-txt span {
  font-size: clamp(24px, 2.778vw, 4rem);
}

/*sec1*/
.sec1 {
  position: relative;
  padding-top: 254px;
  overflow: hidden;
  margin-bottom: 100px;
}
.sec1::before {
  content: "";
  display: block;
  background: transparent;
  border: 1px solid #ffd900;
  border-radius: 50%;
  width: 455px;
  height: 455px;
  position: absolute;
  right: -182px;
  top: -10%;
}
.sec1 .sec-tit-box {
  margin-bottom: 40px;
}
.sec1 .inner {
  background: #0c2152;
  padding: 60px 0 120px;
}
.sec1 .txt-box {
  max-width: max(48.472vw, 698px);
  margin: 0 4.862% 0 auto;
}
.sec1 .img-box {
  position: absolute;
  top: 110px;
}
/*sec2*/
.sec2 .inner {
  padding-bottom: 120px;
}
.sec2 .sec-tit-box-st2 {
  margin: 0 auto 80px;
}
.sec2 .flex-row {
  align-items: stretch;
}
.sec2 .flex-row .co {
  padding: 80px 4.862% 110px 5.55%;
}
.sec2 .flex-row .co:first-child {
  background: url(../../uploads/2025/12/service-img1.jpg) no-repeat center;
  flex: 1;
}
.sec2 .flex-row .co:last-child {
  background: url(../../uploads/2025/12/service-img2.jpg) no-repeat center;
  flex: 1;
}
.co-tit-bd {
  padding-bottom: 23px;
  margin-bottom: 32px;
}
.co-tit-bd::after {
  content: "";
  position: absolute;
  display: block;
  background: #fff;
  width: 117px;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
/*sec3*/
.sec3 .sec-tit-box-st2 {
  margin: 0 auto 120px;
}
.sec3 .co-tit {
  margin-bottom: 32px;
}
.co-tit-num::before {
  position: absolute;
  font-family: "Afacad", sans-serif;
  font-weight: 600;
  color: #3a3a3a;
  line-height: 1;
  top: 0;
  left: 0;
  letter-spacing: 0;
  transform: translate(-12%, -62%);
  z-index: -1;
  font-size: clamp(64px, 6.667vw, 9.6rem);
}
.co-tit-num.n1::before {
  content: "01";
}
.co-tit-num.n2::before {
  content: "02";
}
.co-tit-num.n3::before {
  content: "03";
}
.sec3 .inner {
  padding-bottom: 180px;
}
.sec3 .flex-row {
  border-bottom: 1px solid #ffd900;
  padding-bottom: 40px;
  padding-left: 6.459%;
  gap: 33px;
  justify-content: flex-end;
}
.sec3 .flex-row.re-row {
  padding-left: 5.55%;
  padding-right: 5.55%;
  gap: 46px;
}
.sec3 .flex-row .txt-box p {
  margin-left: 10px;
}
.sec3 .pd-space {
  padding-top: 93px;
}
/*sec4*/
.sec4 .inner {
  background: url(../../uploads/2025/12/safety-bg.jpg) no-repeat;
  background-size: cover;
  padding: 111px 5.55% 157px;
}
.sec4 .co-tit {
  padding-bottom: 24px;
  margin-bottom: 40px;
  border-bottom: 1px solid #fff;
}
.sec4 .co-tit-s {
  margin-bottom: 40px;
}
/*sec5*/
.sec5 {
  overflow: hidden;
}
.sec5 .cs-inner {
  padding-top: 122px;
  padding-left: 5.55%;
  background: linear-gradient(
    to bottom,
    #0c2152 0%,
    #0c2152 calc(100% - 114px),
    transparent calc(100% - 114px),
    transparent 100%
  );
  position: relative;
}
.sec5 .cs-inner::after {
  content: "";
  display: block;
  background: transparent;
  border: 1px solid #ffd900;
  border-radius: 50%;
  width: 455px;
  height: 455px;
  position: absolute;
  left: -182px;
  bottom: -25%;
}
.sec5 .cs-inner .flex-row {
  gap: 30px;
}
.sec5 .cs-inner .img-box {
  padding-top: 20px;
}
.sec5 .sec-tit-box {
  margin-bottom: 48px;
}
.sec5 .inner {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 13.9%;
  padding-right: 13.9%;
}
.sec5 .sec-tit-box-st2 {
  margin: 0 auto 54px;
}
/*sec6*/
.sec6 {
  overflow: hidden;
}
.sec6 .cs-inner {
  padding: 0 6.25% 120px 5.55%;
  position: relative;
}
.sec6 .flex-row {
  align-items: flex-end;
  gap: 85px;
}
.sec6 .flex-row .co {
  flex: 1;
}
.gm-wrap {
  height: 360px;
  position: relative;
  z-index: 3;
}
.sec6 .cs-inner .sec-tit-box {
  margin-bottom: 64px;
}
.sec6 .inner {
  background: #0c2152;
  padding: 100px 10.764% 80px;
}
.sec6 .cs-inner::after {
  content: "";
  display: block;
  background: transparent;
  border: 1px solid #ffd900;
  border-radius: 50%;
  width: 455px;
  height: 455px;
  position: absolute;
  right: -182px;
  bottom: -25%;
}
.sec6 .inner .sec-tit-box-st2 {
  margin: 0 auto 32px;
}
/*-------sp----*/

@media screen and (max-width: 1180px) {
  .hd-groop {
    align-items: flex-start;
    flex-direction: column;
    padding: 0 1.5% 20px;
  }
  .logo-tit {
    padding: 20px 0;
  }
  .main-menu-container {
    width: 100%;
    padding-left: 0;
  }
  .mv {
    height: calc(50vh - 138px);
  }
  .main-slider .splide__slide img {
    height: calc(50vh - 138px);
  }
  .sec1 .txt-box {
    max-width: max(48vw, 340px);
  }
  .sec6 .flex-row {
    gap: 32px;
  }
  .table-st2 th {
    width: 27.5%;
  }
}
@media screen and (max-width: 680px) {
  .hd-groop {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
  }
  .main-slider .splide__slide img {
    height: auto;
  }
  .mv {
    padding-top: 56px;
    height: auto;
  }
  .mv-txt-wrap {
    bottom: calc(50% - 56px);
    transform: translate(0%, 50%);
    right: 0;
    padding-left: calc(11.806% + 24px);
  }
  .main-slider .splide__pagination {
    left: -20px;
  }
  .logo-tit {
    padding: 5px 0;
  }
  .sec1 {
    padding-top: 137px;
    margin-bottom: 60px;
  }
  .sec1 .img-box {
    top: 60px;
  }
  .sec1::before {
    width: 378px;
    height: 378px;
    right: -116px;
    top: 10%;
  }
  .sec5 .cs-inner::after {
    width: 294px;
    height: 294px;
    left: -116px;
    bottom: -5%;
  }
  .sec6 .cs-inner::after {
    width: 228px;
    height: 228px;
    right: -82px;
    bottom: -6%;
  }
  .sec1 .inner {
    padding: calc(360px - 77px + 40px) 0 50px;
  }
  .sec1 .sec-tit-box {
    margin-bottom: 27px;
  }
  .sec1 .txt-box {
    max-width: 100%;
    margin: 0;
    padding: 0 5%;
  }
  .sec2 .sec-tit-box-st2 {
    margin: 0 auto 35px;
  }
  .sec2 .inner {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 60px;
  }
  .sec2 .flex-row .co {
    padding: 80px 5% 60px;
  }
  .sec3 .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .sec3 .sec-tit-box-st2 {
    margin: 0 auto 77px;
  }
  .sec3 .flex-row {
    padding-left: 0;
    padding-bottom: 33px;
    gap: 33px;
  }
  .sec3 .txt-box {
    padding: 0 5%;
  }
  .sec3 .flex-row .txt-box p {
    margin-left: 0;
  }
  .sec3 .co-tit {
    text-align: center;
  }
  .sec3 .pd-space {
    padding-top: 80px;
  }
  .sec3 .flex-row.re-row {
    padding-left: 0%;
    padding-right: 0%;
    gap: 33px;
  }
  .co-tit-num::before {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .sec3 .inner {
    padding-bottom: 80px;
  }
  .sec4 .inner {
    padding: 80px 5%;
    background-position: center;
  }
  .sec5 .cs-inner {
    padding-top: 64px;
    padding-left: 0;
  }
  .sec5 .sec-tit-box {
    margin-bottom: 27px;
  }
  .sec5 .txt-box {
    padding: 0 5%;
  }
  .sec5 .cs-inner .flex-row {
    gap: 50px;
  }
  .sec5 .cs-inner .img-box {
    padding-top: 0;
    margin: 0 0 0 auto;
    position: relative;
  }
  .sec5 .inner {
    padding-top: 70px;
    padding-bottom: 63px;
    padding-left: 5%;
    padding-right: 5%;
  }
  .sec5 .inner .sec-tit-box-st2 h2 {
    line-height: 1.08;
    margin-bottom: 13px;
    padding: 0;
  }
  .sec5 .sec-tit-box-st2 {
    margin: 0 auto 35px;
  }
  .table-st1 .pic-td {
    padding: 13px 15px 13px 11px;
  }
  .table-st1 td {
    padding: 20px 11px;
  }
  .table-st1 th {
    width: 33%;
  }
  .btn1 {
    font-size: 20px;
    max-width: 286px;
    padding: 15px 0;
  }
  .btn2 input {
    font-size: 20px;
    max-width: 286px;
    padding: 15px 0;
  }
  .table-st1 {
    margin-bottom: 40px;
  }
  .sec6 .cs-inner .sec-tit-box {
    margin-bottom: 27px;
  }
  .sec6 .cs-inner {
    padding: 0 0 64px;
  }
  .sec6 .cs-inner .flex-row .co:first-child {
    padding: 0 5%;
  }
  .sec6 .flex-row .co {
    width: 100%;
  }
  .sec6 .inner {
    padding: 55px 5% 50px;
  }
  .table-wrap {
    padding: 20px 5% 30px;
  }
  .table-st3 tr {
    display: flex;
    flex-direction: column;
  }
  .table-st3 tr th {
    width: 100%;
    padding: 10px 0 10px 10px;
  }
}
/* CSS Document */
