#sanchiWrapper .section1 {
  background-image: url(../img/bg-head.jpg);
  background-size: cover;
  height: 680px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  row-gap: 24px;
}
@media only screen and (max-width: 430px) {
  #sanchiWrapper .section1 {
    height: auto;
    padding: 100px 0 60px 0;
  }
}
#sanchiWrapper .section1__icon {
  border: solid 1px var(--black);
  background-color: var(--bg-white);
  padding: 12px;
  border-radius: 36px;
  margin: 0 auto 32px;
}
@media only screen and (max-width: 430px) {
  #sanchiWrapper .section1__icon {
    border-radius: 24px;
  }
}
#sanchiWrapper .section1__icon.redshadow {
  box-shadow: 10px 10px 0px -5px #ea4631;
}
#sanchiWrapper .section1__icon img {
  width: 140px;
}
@media only screen and (max-width: 768px) {
  #sanchiWrapper .section1__icon img {
    width: 80px;
  }
}
#sanchiWrapper .section1__title {
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
#sanchiWrapper .section1__title p:nth-of-type(1) {
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 1024px) {
  #sanchiWrapper .section1__title p:nth-of-type(1) {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #sanchiWrapper .section1__title p:nth-of-type(1) {
    font-size: 32px;
  }
}
@media only screen and (max-width: 430px) {
  #sanchiWrapper .section1__title p:nth-of-type(1) {
    font-size: 24px;
  }
}
#sanchiWrapper .section1__title p:nth-of-type(2) {
  font-size: 40px;
  line-height: 1;
  font-family: "Ropa Sans", sans-serif;
  font-weight: bold;
  font-weight: 800;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1024px) {
  #sanchiWrapper .section1__title p:nth-of-type(2) {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #sanchiWrapper .section1__title p:nth-of-type(2) {
    font-size: 32px;
  }
}
@media only screen and (max-width: 430px) {
  #sanchiWrapper .section1__title p:nth-of-type(2) {
    font-size: 24px;
  }
}
#sanchiWrapper .section1__title p:nth-of-type(2) span {
  font-size: 28px;
  line-height: 1;
  display: inline-block;
  margin-left: 6px;
}
@media only screen and (max-width: 768px) {
  #sanchiWrapper .section1__title p:nth-of-type(2) span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 430px) {
  #sanchiWrapper .section1__title p:nth-of-type(2) span {
    font-size: 20px;
  }
}
#sanchiWrapper .section1__txt {
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  line-height: 2.4;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #sanchiWrapper .section1__txt {
    font-size: 17px;
  }
}
@media only screen and (max-width: 430px) {
  #sanchiWrapper .section1__txt {
    font-size: 16px;
    line-height: 1.8;
  }
}
#sanchiWrapper .section2 {
  padding: 100px 0;
}
@media only screen and (max-width: 430px) {
  #sanchiWrapper .section2 {
    padding: 60px 0;
  }
}
#sanchiWrapper .section2 .intro {
  text-align: center;
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
#sanchiWrapper .section2 .intro::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 1px;
  background-color: var(--bg-black);
}
#sanchiWrapper .section2 .intro ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  row-gap: 10px;
}
#sanchiWrapper .section2 .basicbtn {
  margin: 0 auto 60px;
}
#sanchiWrapper .section2 .basic-table {
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.7;
  line-height: 1.8;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #sanchiWrapper .section2 .basic-table {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  #sanchiWrapper .section2 .basic-table {
    font-size: 14px;
  }
}
@media only screen and (max-width: 430px) {
  #sanchiWrapper .section2 .basic-table {
    margin-bottom: 40px;
  }
}
#sanchiWrapper .section2 .basic-table tr.yellow {
  background-color: var(--bg-yellow);
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
#sanchiWrapper .section2 .basic-table tr.yellow-light {
  background-color: var(--bg-yellow-light);
}
#sanchiWrapper .section2 .basic-table tr.primary {
  background-color: var(--bg-primary);
  color: var(--white);
}
#sanchiWrapper .section2 .basic-table tr.primary-light {
  background-color: var(--bg-secondary-light);
}
#sanchiWrapper .section2 .basic-table tr.green {
  background-color: var(--bg-green);
  color: var(--white);
}
#sanchiWrapper .section2 .basic-table tr.green-light {
  background-color: var(--bg-green-light);
}
#sanchiWrapper .section2 .basic-table tr.blue {
  background-color: var(--bg-blue);
  color: var(--white);
}
#sanchiWrapper .section2 .basic-table tr.blue-light {
  background-color: var(--bg-blue-light);
}
#sanchiWrapper .section2 .basic-table th {
  font-size: 20px;
  white-space: nowrap;
  padding: 20px;
  font-weight: 800;
}
@media only screen and (max-width: 430px) {
  #sanchiWrapper .section2 .basic-table th {
    padding: 12px;
  }
}
#sanchiWrapper .section2 .basic-table th:nth-of-type(1) {
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.7;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #sanchiWrapper .section2 .basic-table th:nth-of-type(1) {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  #sanchiWrapper .section2 .basic-table th:nth-of-type(1) {
    font-size: 14px;
  }
}
#sanchiWrapper .section2 .basic-table th:nth-of-type(2) {
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 2.2;
}
@media only screen and (max-width: 768px) {
  #sanchiWrapper .section2 .basic-table th:nth-of-type(2) {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 430px) {
  #sanchiWrapper .section2 .basic-table th:nth-of-type(2) {
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 1.6;
  }
}
#sanchiWrapper .section2 .basic-table td {
  text-align: justify;
  padding: 20px;
}
#sanchiWrapper .section2 .basic-table td:nth-of-type(1) {
  white-space: nowrap;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #sanchiWrapper .section2 .basic-table td:nth-of-type(1) {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  #sanchiWrapper .section2 .basic-table td:nth-of-type(1) {
    font-size: 12px;
  }
}
#sanchiWrapper .section2 .basic-table td .infoarea {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 430px) {
  #sanchiWrapper .section2 .basic-table td .infoarea {
    width: 500px;
  }
}
#sanchiWrapper .section2 .basic-table td .infoarea__txt {
  line-height: 1.6;
}
#sanchiWrapper .section2 .basic-table td .infoarea__photo {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
#sanchiWrapper .section2 .basic-table td .infoarea__photo p:nth-of-type(1) {
  width: 300px;
}
@media only screen and (max-width: 430px) {
  #sanchiWrapper .section2 .basic-table td .infoarea__photo p:nth-of-type(1) {
    width: 200px;
  }
}
#sanchiWrapper .section2 .basic-table td .infoarea__photo p:nth-of-type(2) {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  #sanchiWrapper .section2 .basic-table td .infoarea__photo p:nth-of-type(2) {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  #sanchiWrapper .section2 .basic-table td .infoarea__photo p:nth-of-type(2) {
    font-size: 12px;
  }
}