.box-link {
  margin-top: 20px;
  text-align: center;
}
.box-link a {
  display: inline-block;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.list-tile li {
  text-align: center;
}
.list-tile li .box-img {
  border-radius: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  width: 100%;
}
.list-tile li a:hover .box-img {
  border-radius: 0;
}
@media only screen and (min-width: 767px) {
  .list-tile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .list-tile li:not(:first-of-type) {
    flex-basis: calc((100% - 20px) / 2);
    margin-top: 20px;
  }
  .list-tile li:not(:first-of-type) .box-img {
    padding-top: 100%;
  }
  .list-tile li:first-of-type {
    flex-basis: 100%;
  }
  .list-tile li:first-of-type .box-img {
    padding-top: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .list-tile li:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .list-tile li .box-img {
    padding-top: 40%;
  }
}

.ct-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
}
.ct-list li p {
  font-size: 10px;
  margin-top: 3px;
}
@media only screen and (min-width: 767px) {
  .ct-list li {
    flex-basis: 17.1%;
  }
  .ct-list li:not(:nth-of-type(5n)) {
    margin-right: 3.5%;
  }
  .ct-list li:nth-of-type(n+6) {
    margin-top: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .ct-list {
    max-width: 490px;
    margin-left: auto;
    margin-right: auto;
  }
  .ct-list li {
    flex-basis: 31%;
  }
  .ct-list li:not(:nth-of-type(3n)) {
    margin-right: 3.5%;
  }
  .ct-list li:nth-of-type(n+4) {
    margin-top: 3.5%;
  }
}

.row-1 .tit-01 {
  margin-bottom: 20px;
  text-align: center;
}
.row-2 {
  max-width: 1280px;
  width: 100%;
}
.row-2 .box {
  justify-content: center;
  align-items: center;
}
.row-2 .box > div {
  flex-basis: calc((100% - 40px) / 2);
}
.box-01 .row-2 .box .col-txt .inner {
  margin-left: auto;
}
@media only screen and (min-width: 767px) {
  .row-2 .box .col-txt .inner {
    width: min(85%, 440px);
  }
  .row-2 .box-01 .col-img {
    padding-left: 5%;
  }
  .row-2 .box-01 .col-txt .inner {
    margin-left: auto;
  }
  .row-2 .box-02 .col-img {
    padding-right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .row-2 .box .col-txt {
    padding: 0 20px;
  }
  .row-2 .box .col-img {
    margin-bottom: 20px;
  }
  .row-2 .box .col-img img {
    border-radius: 0;
  }
  .row-2 .box-01 {
    margin-bottom: min(30vw, 200px);
  }
  .row-2 .box-01 .col-img {
    text-align: right;
  }
}
.row-3 .box-txt {
  margin-bottom: 20px;
}
.row-3 .box-img {
  max-width: 1280px;
  width: 100%;
  text-align: right;
}
@media only screen and (min-width: 1290px) {
  .row-3 .box-img {
    padding-left: 200px;
  }
  .row-3 .box-img img {
    max-width: none;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .row-3 .box-img img {
    border-radius: 0;
  }
}
.row-4 {
  padding-top: 0;
  max-width: 750px;
}
.row-4 .box-txt {
  margin-top: 20px;
}
@media only screen and (min-width: 767px) {
  .row-4 .box-txt {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .row-4 {
    width: 100%;
  }
  .row-4 .box-txt {
    padding: 0 20px;
  }
  .row-4 .box-img img {
    border-radius: 0;
  }
}
.row-5 .box-txt {
  margin-top: 5px;
}
.row-6 p {
  font-size: 11px;
}
/*# sourceMappingURL=top.css.map */