#artWrapper .section1 {
  background-image: url(../img/bg-head.jpg);
  background-size: cover;
  height: 680px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 24px;
}
@media only screen and (max-width: 430px) {
  #artWrapper .section1 {
    height: auto;
    padding: 100px 0 60px 0;
  }
}
#artWrapper .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) {
  #artWrapper .section1__icon {
    border-radius: 24px;
  }
}
#artWrapper .section1__icon.greenshadow {
  -webkit-box-shadow: 10px 10px 0px -5px #02a23b;
          box-shadow: 10px 10px 0px -5px #02a23b;
}
#artWrapper .section1__icon img {
  width: 140px;
}
@media only screen and (max-width: 768px) {
  #artWrapper .section1__icon img {
    width: 80px;
  }
}
#artWrapper .section1__title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
#artWrapper .section1__title dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 48px;
}
#artWrapper .section1__title dl dt img {
  height: 40px;
}
@media only screen and (max-width: 430px) {
  #artWrapper .section1__title dl dt img {
    height: 30px;
  }
}
#artWrapper .section1__title dl dd {
  font-size: 24px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  #artWrapper .section1__title dl dd {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  #artWrapper .section1__title dl dd {
    font-size: 16px;
  }
}
#artWrapper .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) {
  #artWrapper .section1__title p:nth-of-type(1) {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #artWrapper .section1__title p:nth-of-type(1) {
    font-size: 32px;
  }
}
@media only screen and (max-width: 430px) {
  #artWrapper .section1__title p:nth-of-type(1) {
    font-size: 24px;
  }
}
#artWrapper .section1__title p:nth-of-type(2) {
  font-size: 40px;
  line-height: 1;
  font-family: "Ropa Sans", sans-serif;
  font-weight: bold;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1024px) {
  #artWrapper .section1__title p:nth-of-type(2) {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #artWrapper .section1__title p:nth-of-type(2) {
    font-size: 32px;
  }
}
@media only screen and (max-width: 430px) {
  #artWrapper .section1__title p:nth-of-type(2) {
    font-size: 24px;
  }
}
#artWrapper .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) {
  #artWrapper .section1__title p:nth-of-type(2) span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 430px) {
  #artWrapper .section1__title p:nth-of-type(2) span {
    font-size: 20px;
  }
}
#artWrapper .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) {
  #artWrapper .section1__txt {
    font-size: 17px;
  }
}
@media only screen and (max-width: 430px) {
  #artWrapper .section1__txt {
    font-size: 16px;
    line-height: 1.8;
  }
}
#artWrapper .section2 {
  padding: 100px 0;
}
@media only screen and (max-width: 430px) {
  #artWrapper .section2 {
    padding: 60px 0;
  }
}
#artWrapper .section2 .intro {
  text-align: center;
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 430px) {
  #artWrapper .section2 .intro {
    line-height: 1.6;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
#artWrapper .section2 .intro::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 160px;
  height: 1px;
  background-color: var(--bg-black);
}
@media only screen and (max-width: 430px) {
  #artWrapper .section2 .intro::before {
    width: 100px;
  }
}
#artWrapper .section2 .intro ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  row-gap: 10px;
}
#artWrapper .section2 .intro ul li {
  /*display: inline-block;
  text-align: right;*/
}
#artWrapper .section2 .intro ul li span {
  display: block;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.7;
  margin-top: 16px;
}
@media only screen and (max-width: 768px) {
  #artWrapper .section2 .intro ul li span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  #artWrapper .section2 .intro ul li span {
    font-size: 14px;
  }
}
#artWrapper .section2 .intro dl dt {
  font-size: 24px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #artWrapper .section2 .intro dl dt {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  #artWrapper .section2 .intro dl dt {
    font-size: 16px;
  }
}
#artWrapper .section2 .intro dl dt span {
  display: block;
  margin: 0 auto 40px;
  width: 320px;
}
#artWrapper .section2 .intro dl dd {
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #artWrapper .section2 .intro dl dd {
    font-size: 17px;
  }
}
@media only screen and (max-width: 430px) {
  #artWrapper .section2 .intro dl dd {
    font-size: 16px;
    line-height: 1.8;
  }
}
#artWrapper .section2 .basicbtn {
  margin: 0 auto 60px;
}
#artWrapper .section2 .basic-table {
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.7;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  #artWrapper .section2 .basic-table {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  #artWrapper .section2 .basic-table {
    font-size: 14px;
  }
}
#artWrapper .section2 .basic-table tr.yellow {
  background-color: var(--bg-yellow);
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
#artWrapper .section2 .basic-table tr.yellow-light {
  background-color: var(--bg-yellow-light);
}
#artWrapper .section2 .basic-table tr.primary {
  background-color: var(--bg-primary);
  color: var(--white);
}
#artWrapper .section2 .basic-table tr.primary-light {
  background-color: var(--bg-secondary-light);
}
#artWrapper .section2 .basic-table tr.green {
  background-color: var(--bg-green);
  color: var(--white);
}
#artWrapper .section2 .basic-table tr.green-light {
  background-color: var(--bg-green-light);
}
#artWrapper .section2 .basic-table tr.blue {
  background-color: var(--bg-blue);
  color: var(--white);
}
#artWrapper .section2 .basic-table tr.blue-light {
  background-color: var(--bg-blue-light);
}
#artWrapper .section2 .basic-table th {
  font-size: 20px;
  white-space: nowrap;
  padding: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 430px) {
  #artWrapper .section2 .basic-table th {
    padding: 12px;
  }
}
#artWrapper .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) {
  #artWrapper .section2 .basic-table th:nth-of-type(1) {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  #artWrapper .section2 .basic-table th:nth-of-type(1) {
    font-size: 14px;
  }
}
#artWrapper .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) {
  #artWrapper .section2 .basic-table th:nth-of-type(2) {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 430px) {
  #artWrapper .section2 .basic-table th:nth-of-type(2) {
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 1.6;
  }
}
#artWrapper .section2 .basic-table td {
  text-align: justify;
}
#artWrapper .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) {
  #artWrapper .section2 .basic-table td:nth-of-type(1) {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  #artWrapper .section2 .basic-table td:nth-of-type(1) {
    font-size: 12px;
  }
}
#artWrapper .section2 .basic-table td .infoarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 430px) {
  #artWrapper .section2 .basic-table td .infoarea {
    width: 500px;
  }
}
#artWrapper .section2 .basic-table td .infoarea__txt {
  line-height: 1.6;
}
#artWrapper .section2 .basic-table td .infoarea__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
#artWrapper .section2 .basic-table td .infoarea__photo p:nth-of-type(1) {
  width: 300px;
}
@media only screen and (max-width: 430px) {
  #artWrapper .section2 .basic-table td .infoarea__photo p:nth-of-type(1) {
    width: 200px;
  }
}
#artWrapper .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) {
  #artWrapper .section2 .basic-table td .infoarea__photo p:nth-of-type(2) {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  #artWrapper .section2 .basic-table td .infoarea__photo p:nth-of-type(2) {
    font-size: 12px;
  }
}
#artWrapper .section2 .parts1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 430px) {
  #artWrapper .section2 .parts1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
#artWrapper .section2 .parts1 div {
  width: 48%;
}
@media only screen and (max-width: 430px) {
  #artWrapper .section2 .parts1 div {
    width: 100%;
  }
}
#artWrapper .section2 .parts1 div:nth-of-type(2) {
  text-align: left;
}
#artWrapper .section2 .parts1 div:nth-of-type(2) p:nth-of-type(1) {
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.7;
  border-bottom: solid 1px var(--black);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  #artWrapper .section2 .parts1 div:nth-of-type(2) p:nth-of-type(1) {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  #artWrapper .section2 .parts1 div:nth-of-type(2) p:nth-of-type(1) {
    font-size: 14px;
  }
}
#artWrapper .section2 .parts1 div:nth-of-type(2) p:nth-of-type(2) {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  #artWrapper .section2 .parts1 div:nth-of-type(2) p:nth-of-type(2) {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  #artWrapper .section2 .parts1 div:nth-of-type(2) p:nth-of-type(2) {
    font-size: 12px;
  }
}
#artWrapper .section2 .lead {
  text-align: center;
}
#artWrapper .section2 .parts2 {
  margin-top: 40px;
}
#artWrapper .section2 .parts2 .block1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2%;
}
@media only screen and (max-width: 430px) {
  #artWrapper .section2 .parts2 .block1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
    /*row-gap: 20px;*/
  }
}
#artWrapper .section2 .parts2 .block1 li:nth-of-type(1) {
  /*width: 66%;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/art-img13.jpg);
  width: 620px;
}
@media only screen and (max-width: 430px) {
  #artWrapper .section2 .parts2 .block1 li:nth-of-type(1) {
    width: 100%;
    margin-bottom: 20px;
  }
}
#artWrapper .section2 .parts2 .block1 li:nth-of-type(2) {
  width: 32%;
}
@media only screen and (max-width: 430px) {
  #artWrapper .section2 .parts2 .block1 li:nth-of-type(2) {
    width: 100%;
  }
}
#artWrapper .section2 .parts2 .block1__inner {
  border: solid 1px var(--black);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  position: relative;
}
#artWrapper .section2 .parts2 .block1__inner::before {
  content: "";
  position: absolute;
  top: -16px;
  left: -16px;
  width: 50px;
  height: 50px;
  background-size: cover;
  pointer-events: none;
}
@media only screen and (max-width: 430px) {
  #artWrapper .section2 .parts2 .block1__inner::before {
    width: 46px;
    height: 46px;
  }
}
#artWrapper .section2 .parts2 .block1__inner.icon-01::before {
  background-image: url("../img/ic-01.png");
}
#artWrapper .section2 .parts2 .block1__inner.icon-02::before {
  background-image: url("../img/ic-02.png");
}
#artWrapper .section2 .parts2 .block1__inner.icon-03::before {
  background-image: url("../img/ic-03.png");
}
#artWrapper .section2 .parts2 .block1__inner.icon-04::before {
  background-image: url("../img/ic-04.png");
}
#artWrapper .section2 .parts2 .block1__inner.icon-05::before {
  background-image: url("../img/ic-05.png");
}
#artWrapper .section2 .parts2 .block1__inner p img {
  border-radius: 48px;
}
#artWrapper .section2 .parts2 .block1__inner dl dt {
  border-bottom: solid 1px var(--black);
  font-weight: 500;
  margin-bottom: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #artWrapper .section2 .parts2 .block1__inner dl dt {
    font-size: 17px;
  }
}
@media only screen and (max-width: 430px) {
  #artWrapper .section2 .parts2 .block1__inner dl dt {
    font-size: 16px;
    line-height: 1.8;
  }
}
#artWrapper .section2 .parts2 .block1__inner dl dd {
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  #artWrapper .section2 .parts2 .block1__inner dl dd {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  #artWrapper .section2 .parts2 .block1__inner dl dd {
    font-size: 14px;
  }
}
#artWrapper .section2 .parts2 .block1__inner dl dd span {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  #artWrapper .section2 .parts2 .block1__inner dl dd span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  #artWrapper .section2 .parts2 .block1__inner dl dd span {
    font-size: 12px;
  }
}
#artWrapper .section2 .parts2 .block2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 430px) {
  #artWrapper .section2 .parts2 .block2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    row-gap: 20px;
  }
}
#artWrapper .section2 .parts2 .block2 li {
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2%;
}
@media only screen and (max-width: 430px) {
  #artWrapper .section2 .parts2 .block2 li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
#artWrapper .section2 .parts2 .block2__inner {
  border: solid 1px var(--black);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
#artWrapper .section2 .parts2 .block2__inner p img {
  border-radius: 48px;
}
#artWrapper .section2 .parts2 .block2__inner dl dt {
  border-bottom: solid 1px var(--black);
  font-weight: 600;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
#artWrapper .section3 {
  background-color: var(--bg-gray);
  padding: 100px 0;
}
@media only screen and (max-width: 430px) {
  #artWrapper .section3 {
    padding: 60px 0;
  }
}
#artWrapper .section3 .parts1 {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 430px) {
  #artWrapper .section3 .parts1 {
    margin-bottom: 20px;
  }
}
#artWrapper .section3 .parts1 p:nth-of-type(1) {
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #artWrapper .section3 .parts1 p:nth-of-type(1) {
    font-size: 17px;
  }
}
@media only screen and (max-width: 430px) {
  #artWrapper .section3 .parts1 p:nth-of-type(1) {
    font-size: 16px;
    line-height: 1.8;
  }
}
#artWrapper .section3 .parts1 p:nth-of-type(2) {
  font-size: 36px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #artWrapper .section3 .parts1 p:nth-of-type(2) {
    font-size: 28px;
  }
}
@media only screen and (max-width: 430px) {
  #artWrapper .section3 .parts1 p:nth-of-type(2) {
    font-size: 22px;
  }
}
#artWrapper .section3 .parts2 {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #artWrapper .section3 .parts2 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 430px) {
  #artWrapper .section3 .parts2 {
    font-size: 16px;
    line-height: 1.8;
  }
}
#artWrapper .section3 .parts2 p {
  margin-bottom: 40px;
}
@media only screen and (max-width: 430px) {
  #artWrapper .section3 .parts2 p {
    margin-bottom: 20px;
  }
}
#artWrapper .section3 .parts2 p:last-child {
  margin-bottom: 0px;
}
#artWrapper .section4 {
  padding: 100px 0;
}
@media only screen and (max-width: 430px) {
  #artWrapper .section4 {
    padding: 60px 0;
  }
}
#artWrapper .section4 .inner {
  text-align: center;
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 430px) {
  #artWrapper .section4 .inner {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
#artWrapper .section4 .inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 160px;
  height: 1px;
  background-color: var(--bg-black);
}
@media only screen and (max-width: 430px) {
  #artWrapper .section4 .inner::before {
    width: 100px;
  }
}
#artWrapper .section4 .parts1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: solid 1px var(--black);
  padding-bottom: 60px;
  margin-bottom: 60px;
  text-align: left;
}
@media only screen and (max-width: 430px) {
  #artWrapper .section4 .parts1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
#artWrapper .section4 .parts1:last-child {
  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#artWrapper .section4 .parts1__left {
  width: 66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 28px;
}
@media only screen and (max-width: 430px) {
  #artWrapper .section4 .parts1__left {
    width: 100%;
  }
}
#artWrapper .section4 .parts1__left--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding-bottom: 28px;
  border-bottom: solid 1px var(--black);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#artWrapper .section4 .parts1__left--block ul:nth-of-type(1) li {
  width: 140px;
}
@media only screen and (max-width: 430px) {
  #artWrapper .section4 .parts1__left--block ul:nth-of-type(1) li {
    width: 120px;
  }
}
#artWrapper .section4 .parts1__left--block ul:nth-of-type(2) li:nth-of-type(1) {
  background-color: var(--bg-black);
  display: inline-block;
  color: var(--white);
  padding: 4px 12px;
  margin-bottom: 20px;
}
#artWrapper .section4 .parts1__left--block ul:nth-of-type(2) li:nth-of-type(2) {
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-bottom: 4px;
}
@media only screen and (max-width: 768px) {
  #artWrapper .section4 .parts1__left--block ul:nth-of-type(2) li:nth-of-type(2) {
    font-size: 24px;
  }
}
@media only screen and (max-width: 430px) {
  #artWrapper .section4 .parts1__left--block ul:nth-of-type(2) li:nth-of-type(2) {
    font-size: 20px;
  }
}
#artWrapper .section4 .parts1__left--block ul:nth-of-type(2) li:nth-of-type(3) {
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.7;
  font-family: "Ropa Sans", sans-serif;
  font-weight: bold;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #artWrapper .section4 .parts1__left--block ul:nth-of-type(2) li:nth-of-type(3) {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  #artWrapper .section4 .parts1__left--block ul:nth-of-type(2) li:nth-of-type(3) {
    font-size: 14px;
  }
}
#artWrapper .section4 .parts1__left div:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
#artWrapper .section4 .parts1__left div:nth-of-type(2) p:nth-of-type(1) {
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 768px) {
  #artWrapper .section4 .parts1__left div:nth-of-type(2) p:nth-of-type(1) {
    font-size: 20px;
  }
}
@media only screen and (max-width: 430px) {
  #artWrapper .section4 .parts1__left div:nth-of-type(2) p:nth-of-type(1) {
    font-size: 16px;
  }
}
#artWrapper .section4 .parts1__left div:nth-of-type(2) p:nth-of-type(2) {
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  #artWrapper .section4 .parts1__left div:nth-of-type(2) p:nth-of-type(2) {
    font-size: 15px;
  }
}
@media only screen and (max-width: 430px) {
  #artWrapper .section4 .parts1__left div:nth-of-type(2) p:nth-of-type(2) {
    font-size: 14px;
  }
}
#artWrapper .section4 .parts1__right {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}
@media only screen and (max-width: 430px) {
  #artWrapper .section4 .parts1__right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    width: 100%;
  }
}
#artWrapper .section4 .parts1__right div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
@media only screen and (max-width: 430px) {
  #artWrapper .section4 .parts1__right div {
    width: 50%;
  }
}
#artWrapper .section4 .parts1__right div p:nth-of-type(2) {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  #artWrapper .section4 .parts1__right div p:nth-of-type(2) {
    font-size: 13px;
  }
}
@media only screen and (max-width: 430px) {
  #artWrapper .section4 .parts1__right div p:nth-of-type(2) {
    font-size: 12px;
  }
}
#artWrapper .section4 .parts2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media only screen and (max-width: 430px) {
  #artWrapper .section4 .parts2 {
    margin-bottom: 20px;
  }
}
#artWrapper .section4 .lead {
  text-align: center;
}
@media only screen and (max-width: 430px) {
  #artWrapper .section4 .lead {
    text-align: justify;
  }
}