@charset "utf-8";

/* CSS Document */
.sp {
  display: none;
}

#main-visual__top {
  height: auto !important;
}

#main-visual__top .main-visual-inner {
  z-index: 2;
}

#header-menu-box .header-menu-btn a span {
  text-align: center;
  line-height: 1.3em;
}

.section__header {
  font-size: 30px;
  line-height: 1.35;
  letter-spacing: 2px;
  color: #88BA00;
  font-weight: 600;
}

.section__header_sub {
  display: block;
  font-size: 10px;
  color: #909090;
  padding-top: 1.5em;
  letter-spacing: 1px;
  font-weight: bold;
}

.section-title-box .section-title .en {
  display: block;
  font-size: 12px;
  color: #909090;
  padding-top: 0.6em;
  letter-spacing: 1px;
}

.list-box {
  list-style: none;
  padding-left: 0;
  background-color: #fff;
  margin: -45px auto 0;
  padding: 40px 180px;
  width: 100%;
  border-radius: 20px;
  border: 2px solid #88BA00;
}

.regulations-box .list-box ol {
  display: grid;
  /* width: fit-content; */
  column-gap: 2em;
  grid-template-columns: repeat(2, auto);
}

.list-box li {
  z-index: 1;
  counter-increment: count-ex01-2;
  position: relative;
  padding: 10px 30px 10px 75px;
  font-size: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #909090;
  font-size: 18px;
  line-height: 1.6;
}

.list-box li::before {
  position: absolute;
  content: "0" counter(count-ex01-2);
  display: inline-block;
  border-radius: 50%;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #88BA00;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  top: 50%;
  /* -webkit-transform: translateY(-50%); */
  transform: translateY(-50%);
}


.policy-box .section-title-box-sub {
  margin-left: 40px;
}

.policy-box .section-title-box-sub p {
  letter-spacing: 1.2;
  line-height: 1.8;
  font-size: 20px;
  border-bottom: 1px solid #909090;
}

.policy-img {
  width: 13%;
}

.flex {
  display: flex;
}

.section-title-box-sub {
  margin: auto 0;
}

.section-title-box-sub h2 {
  font-size: 30px;
  line-height: 1.35;
  letter-spacing: 2px;
  color: #88BA00;
  font-weight: 600;
  display: flex;
}

.section-title-box-sub .section-title .en {
  display: block;
  font-size: 12px;
  color: #909090;
  padding: 2em 1.5em 0;
  bottom: -10px;
  letter-spacing: 1px;
}

.section-title-box-sub p {
  font-size: 17px;
  line-height: 1.6;
  padding: 20px 0;
  /* border-bottom: 1px solid #909090; */
}

.section-box01 {
  justify-content: center;
}

.sub-title {
  position: relative;
  padding: 0rem 0rem 0.6rem;
  border-bottom: 2px solid #fff;
  width: 50%;
  line-height: 1.3;
  text-align: center;
  margin: 0 auto;
}

.sub-title::before {
  position: absolute;
  bottom: -24px;
  left: 6em;
  width: 0;
  height: 0;
  content: '';
  border-width: 24px 30px 0 30px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.sub-title::after {
  position: absolute;
  bottom: -21px;
  left: 6em;
  width: 0;
  height: 0;
  content: '';
  border-width: 24px 30px 0 30px;
  border-style: solid;
  border-color: #88BA00 transparent transparent transparent;
}

.section-box01-001 {
  background-color: #88BA00;
  padding: 40px 40px;
  border-radius: 20px;
  width: 48%;
  margin-right: auto;
}

.section-box01-001 .sub-title {
  color: #fff;
  font-size: 16px;
}

.section-box01-001 h2 {
  color: #fff;
  font-size: 30px;
  margin: 36px auto;
  text-align: center;
}

.section-title01 .en {
  display: block;
  font-size: 10px;
  padding-top: 1.5em;
  letter-spacing: 1px;
}

.timeline li p,
.timeline li h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

.timeline-content {
  margin: -24px 0 60px 160px;
  line-height: 1.4;
  /* height: 100px; */
}

.small {
  font-size: 16px;
}

.last {
  margin-bottom: 0;
}

.timeline-date {
  position: relative;
}

.timeline-date::before {
  position: absolute;
  content: '';
  top: -5px;
  left: 100px;
  width: 34px;
  height: 34px;
  border: 5px solid #b6de48;
  border-radius: 50%;
  background-color: #dbf39a;
}

/* .timeline-date::after {
  position: relative;
  content: '';
  top: 45px;
  left: 39px;
  height: 30px;
  border-left: 1px solid #fff;
} */


.section-box01-001 .timeline {
  li {
    position: relative;
    padding-left: 1em;

    &:before {
      content: "";
      position: absolute;
      top: 2.3em;
      left: 133px;

      width: 1px;
      height: 30px;

      background-color: #ffffff;
    }
  }
}

.section-box01-001 .timeline li:nth-child(3) {
  &:before {
    height: 100px;
  }
}

.section-box01-001 .timeline li:last-child {
  &:before {
    content: none;
  }
}

.last::after {
  border: none;
}

.section-box01-002 {
  width: 48%;
  border: 2px solid #88BA00;
  border-radius: 20px;
}

.section-box01-002 h2 {
  font-size: 30px;
  background-color: #88BA00;
  border-radius: 18px 18px 0 0;
  color: #fff;
  text-align: center;
  padding: 30px 0;
}

.section-box01-002 ul {
  padding: 40px;
}

.section-box01-002 ul li {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 26px;
  text-indent: -1em;
  padding-left: 1em;
}

#home-concept .section-inner {
  padding-top: 80px;
}

.equipment-box .list-box {
  padding: 40px 100px;
}

.equipment-box .list-box li {
  list-style-type: none;
  counter-increment: none;
  position: static;
  padding: 10px 0;
}

.equipment-box .list-box-001 {
  width: 48%;
  margin-right: auto;
}

.equipment-box.list-box-002 {
  width: 48%;
}

.equipment-box .list-box li::before {
  content: none;
}

.equipment-box h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 20px 0 10px 0;
  text-align: center
}

.regulations-box .list-box {
  padding: 40px 100px;
  border-color: #b0175c;
}

/* .regulations-box .list-box li {
  padding: 10px 0;
} */
.regulations-box .list-box li::before {
  left: 0;
  color: #b0175c;
}

.regulations-box .list-box-001 {
  width: 48%;
  margin-right: auto;
}

.regulations-box .list-box-002 {
  width: 48%;
}

.introducyion-img {
  /* display: block; */
  width: 50%;
  margin-left: auto;
  margin-bottom: 40px;
}

#to_contact_img {
  background-color: #fff;
}

.about-box {
  justify-content: center;
  margin-top: -40px;
}

.about-box img {
  width: 27%;
  margin-right: 60px;
}

.about-box .section-title-box {
  padding-top: 140px;
}

.about-box h2 {
  text-align: left;
}

.about-box .big {
  font-size: 40px;
  color: #333;
}

.about-list-pattern {
  border: 2px solid #88BA00;
  border-radius: 20px;
  margin: 40px 0;
  padding: 40px;
}

.about-list-pattern-title {
  color: #fff;
  background-color: #88BA00;
  border-radius: 6px;
  width: 90%;
  font-size: 30px;
  font-weight: 500;
  margin: 0 auto 40px;
  padding: 20px 0;
  text-align: center;
}

.about-list-pattern-p45 {
  padding: 0 45px;
  align-items: center;
}

.about-list-pattern-box01 {
  margin: 40px auto 40px 0;
  width: 48%;
}

.about-list-pattern-box01-last {
  margin-right: 0 auto 0 0;
  width: 46%;
  padding-left: 45px;
}

.about-list-pattern-subtitle {
  font-size: 23px;
  margin-bottom: 25px;
  line-height: 1.4;
}

.about-list-pattern-box01 p {
  font-size: 18px;
  border-bottom: 1px solid #909090;
  margin-bottom: 15px;
  padding-bottom: 15px;
  line-height: 1.2;
}

.about-list-pattern-box01 p:last-child {
  margin-bottom: 0;
}

.about-list-pattern-box01 span {
  margin-right: 40px;
}

.about-list-pattern-box02 img {
  width: 480px;
  margin-left: auto;
}

.about-list-pattern-box02-001 img {
  max-width: 240px;
  width: 17vw;
}

.about-list-pattern-box02-001 {
  width: 49%;
  align-content: center;
}

.form-btn {
  width: 68%;
  display: block;
  margin: 0 auto;
}

.form-btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1280px) {
  .section-box01-001 {
    background-color: #88BA00;
    padding: 30px 30px;
    border-radius: 20px;
    width: 48%;
    margin-right: auto;
  }
}

@media screen and (max-width: 1180px) {
  /* .about-list-pattern-box02-001 img {
    width: 200px;
  } */

  #header #header__logo a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.3;
  }

  #header #header__logo a span {
    font-size: 22px;
  }

  #header-menu-box .header-req-btn.header-menu-btn a,
  #header-menu-box .header-ent-btn.header-menu-btn a {
    color: #fff;
    display: block;
    font-size: 18px;
    width: auto;
    height: 60px;
    padding-top: 11px;
    line-height: 1;
  }

  .header-menu-container .menu .menu-item a {
    padding: 0;
    white-space: nowrap;
  }

}

@media screen and (max-width: 1024px) {
  .list-box li {
    font-size: 12px;
    line-height: 1.6;
  }

  .list-box li::before {
    left: 0;
  }

  .policy-box .section-title-box-sub p {
    font-size: 16px;
    padding: 10px 0;
  }

  .section-title-box .section-title {
    font-size: 26px;
  }

  .section-title-box-sub h2 {
    font-size: 26px;
  }

  .section-title-box-sub p {
    font-size: 14px;
    letter-spacing: 1;
  }

  .introducyion-img {
    width: 48%;
    margin-left: auto;
  }

  .section-box01-001 .sub-title {
    font-size: 12px;
    width: 55%;
    padding: 0rem 0rem 0.4rem;
  }

  .sub-title::before {
    bottom: -15px;
    border-width: 15px 30px 0 30px;
  }

  .sub-title::after {
    bottom: -13px;
    border-width: 15px 30px 0 30px;
  }

  .small {
    font-size: 12px;
  }

  .section-box01-001 h2 {
    font-size: 24px;
    margin: 24px auto 30px;
  }

  .section-title01 .en {
    padding-top: 1.1em;
  }

  .timeline li p,
  .timeline li h3 {
    font-size: 16px;
  }

  .timeline-content {
    margin: -24px 0 50px 120px;
    letter-spacing: 1;
    height: auto;
  }

  .last {
    margin-bottom: 0;
  }

  .timeline-date::before {
    width: 25px;
    height: 25px;
    border: 4px solid #b6de48;
    top: -3px;
    left: 75px;
  }

  /* .timeline-date::after {
    position: absolute;
    content: '';
    top: 29px;
    margin-left: 1.7em;
    width: 1px;
    height: 100%;
    background-color: #fff;
  } */
  .section-box01-001 .timeline {
    li {
      position: relative;
      padding-left: 1em;

      &:before {
        content: "";
        position: absolute;
        top: 1.7em;
        left: 103px;

        width: 1px;
        height: 20px;

        background-color: #ffffff;
      }
    }
  }

  .section-box01-001 .timeline li:nth-child(3) {
    &:before {
      height: 93px;
    }
  }

  .section-box01-002 h2 {
    font-size: 24px;
  }

  .section-box01-002 ul {
    padding: 20px;
  }

  .section-box01-002 ul li {
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 20px;
  }

  .equipment-box .list-box li {
    margin: 0;
  }

  .equipment-box h3 {
    font-size: 20px;
  }

  .about-box .section-title-box {
    padding-top: 80px;
  }

  .about-list-pattern-title {
    font-size: 24px;
    margin: 0 auto 20px;
  }

  .about-list-pattern-box01 {
    margin: 20px auto 0px 0;
    width: 46%;
  }

  .about-list-pattern-subtitle {
    font-size: 17px;
    letter-spacing: 0;
  }

  .about-list-pattern-box01 p {
    font-size: 14px;
    letter-spacing: 0;
  }

  .about-list-pattern-box01 span {
    margin-right: 15px;
  }

  .about-list-pattern-box02 img {
    width: 360px;
  }

  .about-list-pattern-box02-001 img {
    /* width: 190px; */
  }

  .about-list-pattern-box01-last {
    margin: 0 auto 0 0;
    padding-left: 45px;
  }

  .about-list-pattern {
    padding: 30px;
  }
}

@media screen and (max-width: 853px) {
  .section-box01-001 .sub-title {
    font-size: 12px;
    width: 64%;
    padding: 0rem 0rem 0.4rem;
  }

  .section-box01-001 h2 {
    font-size: 22px;
    margin: 20px auto 20px;
  }

  .section-box01-001 {
    background-color: #88BA00;
    padding: 30px 20px;
    border-radius: 20px;
    width: 48%;
    margin-right: auto;
  }

  .section-box01-001 .timeline {
    li {
      position: relative;
      padding-left: 0;
    }
  }

  .timeline li p,
  .timeline li h3 {
    font-size: 15px;
  }

  .section-box01-001 .timeline {
    & li {
      &:before {
        content: "";
        position: absolute;
        top: 1.7em;
        left: 87px;
        width: 1px;
        height: 26px;
        background-color: #ffffff;
      }
    }
  }

  .section-box01-001 .timeline li:nth-child(3) {
    &:before {
      height: 76px;
    }
  }

  .section-box01-002 h2 {
    font-size: 22px;
  }

  .section-box01-002 ul li {
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 15px;
  }

  .equipment-box .list-box {
    padding: 40px 70px;
  }

  .regulations-box .list-box {
    padding: 40px 80px;
    border-color: #b0175c;
  }

  .list-box li::before {
    position: absolute;
    content: "0" counter(count-ex01-2);
    display: inline-block;
    border-radius: 50%;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #88BA00;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 50px;
    text-align: center;
    top: 30%;
    /* -webkit-transform: translateY(-50%); */
    transform: translateY(-50%);
  }

  .list-box li {
    padding: 10px 30px 10px 50px;
  }

  .about-box img {
    width: 30%;
    margin-right: 60px;
  }

  .about-list-pattern-box02-001 img {
    max-width: 240px;
    width: 19vw;
  }

}

@media screen and (max-width: 820px) {
  .list-box {
    padding: 40px 100px;
  }

  .timeline-content {
    margin: -20px 0 50px 105px;
    letter-spacing: 1;
    height: auto;
  }

  .last {
    margin-bottom: 0;
  }

  .small {
    font-size: 11px;
  }

  .timeline-date::before {
    left: 70px;
  }

  .section-box01-001 .timeline {
    & li {
      &:before {
        left: 82px;
      }
    }
  }

  .section-box01-001 .timeline li:nth-child(3) {
    &:before {
      height: 60px;
    }
  }

  .section-box01-002 ul li {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .section-box01-001 .sub-title {
    font-size: 11px;
    width: 56%;
    padding: 0rem 0rem 0.4rem;
  }

  .sub-title::before {
    bottom: -15px;
    left: 56px;
    border-width: 15px 30px 0 30px;
  }

  .sub-title::after {
    bottom: -13px;
    left: 56px;
    border-width: 15px 30px 0 30px;
  }

  .timeline li p,
  .timeline li h3 {
    font-size: 13px;
  }

  .timeline-date::before {
    width: 20px;
    height: 20px;
    border: 3px solid #b6de48;
    top: -3px;
    left: 67px;
  }

  .section-box01-001 .timeline {
    & li {
      &:before {
        left: 77px;
      }
    }
  }

  .equipment-box .list-box {
    padding: 20px 70px;
  }

  .equipment-box .list-box li {
    letter-spacing: 0.6px;
  }

  .equipment-box h3 {
    font-size: 18px;
  }

  .regulations-box .list-box {
    padding: 20px 80px;
    border-color: #b0175c;
  }

  .list-box li::before {
    width: 20px;
    height: 20px;
    top: 10%;
  }

}

@media screen and (max-width: 430px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .section-inner .section-title-box .section-title01,
  .section-inner .section-title-box .section-title02 {
    font-size: 20px;
  }

  .section-title-box .section-title {
    font-size: 30px;
  }

  .section-title-box .section-title .en {
    padding-top: 6px;
  }

  .list-box {
    margin-top: 30px;
    padding: 10px;
    border-radius: 10px;
  }

  .list-box li {
    padding: 15px 30px 15px 50px;
    font-size: 14px;
    margin-bottom: 0;
  }

  .list-box li::before {
    top: 20%;
  }

  .policy-box .section-title-box-sub {
    margin: 0 auto;
  }

  .section-title-box-sub h2 {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 30px;
  }

  .section-title-box-sub .section-title .en {
    padding-top: 6px;
    font-size: 12.5px;
  }

  .policy-img {
    width: 33%;
    margin: 10px auto 0;
  }

  .policy-box .section-title-box-sub p {
    font-size: 14px;
  }

  .section-title-box-sub02 h2 {
    font-size: 20px;
  }

  .section-title-box-sub h2 {
    display: block;
  }

  .introducyion-box {
    display: block;
  }

  .introducyion-img {
    width: 100%;
    margin-bottom: 0;
  }

  .section-title-box-sub p {
    padding: 0 0 30px;
  }

  .section-box01 {
    display: block;
  }

  .section-box01-001 {
    width: 100%;
    padding: 40px 0;
    margin-bottom: 40px;
    border-radius: 10px;
  }

  .section-box01-001 .sub-title {
    font-size: 14px;
    width: 56%;
  }

  .sub-title::before {
    border-width: 15px 20px 0 20px;
    left: 41%;
  }

  .sub-title::after {
    border-width: 15px 20px 0 20px;
    left: 41%;
  }

  .timeline-date::before {
    width: 22px;
    height: 22px;
    border: 3px solid #b6de48;
    left: 66px;
  }

  .timeline-content {
    margin: -22px 0 50px 100px;
  }

  .section-box01-001 .timeline {
    padding: 0 20px;
  }


  .section-box01-001 .timeline {
    li {
      position: relative;
      padding-left: 0;
    }
  }

  .section-box01-001 .timeline {
    & li {
      &:before {
        content: "";
        position: absolute;
        top: 1.6em;
        left: 77px;
        width: 1px;
        height: 28px;
        background-color: #ffffff;
      }
    }
  }

  .section-box01-001 .timeline li:nth-child(3) {
    &:before {
      height: 58px;
    }
  }

  .last {
    margin-bottom: 0;
  }

  .section-box01-002 {
    width: 100%;
    border-radius: 10px;
  }

  .section-box01-002 h2 {
    border-radius: 7px 7px 0 0;
  }

  .equipment-box .list-box {
    padding: 10px;
  }

  .equipment-box .list-box li {
    letter-spacing: 0.6px;
    text-indent: -1em;
    padding-left: 1em;
  }

  .equipment-box .list-box .flex {
    display: block;
  }

  .equipment-box .list-box-001 {
    width: 100%;
  }

  .equipment-box h3 {
    font-size: 18px;
    line-height: 1.4em;
    padding: 0 20px;
  }

  .regulations-box .list-box {
    padding: 0;
  }

  .regulations-box .list-box ol {
    display: block;
    margin: 20px 10px;
  }

  .about-box {
    margin-top: 0;
    display: block;
  }

  .about-box img {
    width: 78%;
    display: block;
    margin: 20px auto;
  }

  .about-box .section-title-box {
    padding: 0;
  }

  .about-box .section-title-box .section-title {
    font-size: 18px;
    letter-spacing: 2.8;
    text-align: center;
  }

  .about-box .big {
    font-size: 24px;
  }

  .about-list-pattern {
    border: 1px solid #88BA00;
    border-radius: 10px;
    margin: 50px 0;
    padding: 20px 10px;
  }

  .about-list-pattern:last-child {
    margin-bottom: 20px;
  }

  .about-list-pattern-title {
    font-size: 20px;
    width: 100%;
    margin: 0 0 10px;
    border-radius: 5px;
    padding: 12px 0;
  }

  .about-list-pattern-p45 {
    flex-direction: column-reverse;
    padding: 0;
  }

  .about-list-pattern-box01 {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
  }

  .about-list-pattern-subtitle {
    font-size: 20px;
    letter-spacing: 0;
  }

  .about-list-pattern-subtitle {
    font-size: 20px;
    letter-spacing: 0;
  }

  .about-list-pattern-box01 span {
    font-size: 16px;
  }

  .about-list-pattern-box01 p {
    font-size: 14px;
    line-height: 1.6em;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .about-list-pattern-p45-last {
    flex-direction: column;
  }

  .about-list-pattern-box02-001 {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
  }

  .about-list-pattern-box02-001 img {
    max-width: 240px;
    width: 42vw;
  }

  .form-btn {
    width: 100%;
  }

}

@media screen and (max-width: 390px) {
  .timeline-content {
    margin: -18px 0 50px 100px;
  }
}

@media screen and (max-width: 375px) {
  .list-box {
    margin-top: 30px;
    padding: 10px;
    border-radius: 10px;
  }

  .list-box li {
    padding-left: 42px;
    padding-right: 0px;
    font-size: 14px;
  }

  .list-box li::before {
    position: absolute;
    content: "0" counter(count-ex01-2);
    display: inline-block;
    border-radius: 50%;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #88BA00;
    left: 0;
    width: 40px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    top: 50%;
    /* -webkit-transform: translateY(-50%); */
    transform: translateY(-50%);
  }

  .section-box01-001 .sub-title {
    font-size: 14px;
    width: 64%;
  }

  .timeline li p,
  .timeline li h3 {
    font-size: 14px;
  }

  .section-box01-001 .timeline li:nth-child(3) {
    &:before {
      height: 75px;
    }
  }
}