:root {
  --color-sand-muted: #cbbd8d;
  --color-sand-deep: #c1ab84;
  --color-teal-bright: #3bb9c5;
  --color-teal-deep: #3ba7b3;
}

.smp-block {
  display: block;
}
@media screen and (min-width: 768px) {
  .smp-block {
    display: none;
  }
}

.pc-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-block {
    display: block;
  }
}

.hero {
  width: 91%;
  max-width: 980px;
  margin-top: 45px;
  margin-inline: auto;
}

.hero__read {
  width: 90%;
  margin-inline: auto;
  margin-top: 6.6666666667vw;
  font-size: 4vw;
  letter-spacing: 0;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .hero__read {
    margin-top: 40px;
    font-size: 15px;
    text-align: center;
  }
}

.sec-container {
  margin-top: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .sec-container {
    margin-top: 60px;
  }
}
.sec-container + .sec-container {
  margin-top: 17.3333333333vw;
}
@media screen and (min-width: 768px) {
  .sec-container + .sec-container {
    margin-top: 70px;
  }
}
.sec-container:nth-child(even) .sec-content {
  background-color: var(--color-teal-bright);
}
.sec-container:nth-child(even) .sec-content:nth-child(even) {
  background-color: var(--color-teal-deep);
}
.sec-container:nth-child(even) .sec-content .sec-content__title {
  background-color: var(--color-teal-deep);
}
@media screen and (min-width: 768px) {
  .sec-container:nth-child(even) .sec-content .sec-content__title {
    background-color: var(--color-teal-bright);
  }
}
.sec-container:last-child {
  margin-bottom: 17.3333333333vw;
}
@media screen and (min-width: 768px) {
  .sec-container:last-child {
    margin-bottom: 70px;
  }
}
.sec-container .sec-content {
  background-color: var(--color-sand-muted);
}
.sec-container .sec-content:nth-child(even) {
  background-color: var(--color-sand-deep);
}
@media screen and (min-width: 768px) {
  .sec-container .sec-content:nth-child(even) .sec-inner {
    flex-direction: row-reverse;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .sec-container .sec-content:nth-child(even) .sec-content-image {
    margin-top: -45px;
  }
}
.sec-container .sec-content .sec-content__title {
  background-color: var(--color-sand-deep);
}
@media screen and (min-width: 768px) {
  .sec-container .sec-content .sec-content__title {
    background-color: var(--color-sand-muted);
  }
}

.sec-inner {
  padding-bottom: 16vw;
}
@media screen and (min-width: 768px) {
  .sec-inner {
    display: flex;
    justify-content: space-between;
    gap: 45px;
    width: 90%;
    max-width: 660px;
    margin-inline: auto;
    padding-bottom: 0;
  }
}

.sec-content__title {
  height: 25.3333333333vw;
  padding-block: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .sec-content__title {
    height: auto;
    background-color: #fff;
    margin-top: 60px;
    padding-block: 0;
  }
}
@media screen and (min-width: 1000px) {
  .sec-content__title {
    height: 108px;
  }
}
.sec-content__title img {
  width: auto;
  height: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .sec-content__title img {
    margin-left: 0;
    height: auto;
  }
}
@media screen and (min-width: 1000px) {
  .sec-content__title img {
    max-width: none;
    height: 100%;
  }
}

.sec-content-image {
  width: 85%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .sec-content-image {
    width: 50%;
    flex-shrink: 0;
  }
}

.sec-content__read {
  width: 85%;
  margin-top: 5.3333333333vw;
  margin-inline: auto;
  font-size: 3.7333333333vw;
  line-height: 1.7;
  letter-spacing: 0;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .sec-content__read {
    width: auto;
    margin-top: 20px;
    font-size: 15px;
  }
}

.sec-content-main {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .sec-content-main {
    width: 45%;
  }
}

.sec-content__txt {
  width: 85%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .sec-content__txt {
    width: auto;
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .sec-content__txt img {
    width: revert-layer;
  }
}

.experience-wrap {
  padding-block: 10.6666666667vw 12vw;
  background-color: #ebebeb;
}
@media screen and (min-width: 768px) {
  .experience-wrap {
    padding-block: 55px 60px;
  }
}
.experience-wrap .experience-title {
  font-size: 6.6666666667vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
  letter-spacing: 2.5px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .experience-wrap .experience-title {
    font-size: 30px;
    letter-spacing: 0.15em;
  }
}
.experience-wrap .experience-links {
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  .experience-wrap .experience-links {
    margin-top: 25px;
  }
}
.experience-wrap .experience-links a.experience-link {
  position: relative;
  display: block;
  width: 86%;
  margin-inline: auto;
  padding: 0.6em;
  border-radius: 50px;
  font-size: 5.3333333333vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  transition: 0.3s ease scale;
}
@media screen and (min-width: 768px) {
  .experience-wrap .experience-links a.experience-link {
    max-width: 500px;
    margin-inline: auto;
    font-size: 20px;
  }
}
.experience-wrap .experience-links a.experience-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.6em;
  translate: 0 -50%;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0px 10px 13px;
  border-color: transparent transparent transparent #fff;
}
@media screen and (min-width: 768px) {
  .experience-wrap .experience-links a.experience-link::after {
    right: 1em;
  }
}
.experience-wrap .experience-links a.experience-link + .experience-link {
  margin-top: 3.2vw;
}
@media screen and (min-width: 768px) {
  .experience-wrap .experience-links a.experience-link + .experience-link {
    margin-top: 15px;
  }
}
.experience-wrap .experience-links a.experience-link.--yellow {
  background-color: #f2de00;
}
.experience-wrap .experience-links a.experience-link.--blue {
  background-color: #3bb9c5;
  color: #fff;
}
.experience-wrap .experience-links a.experience-link:hover {
  scale: 1.05;
}
.experience-wrap .experience-links a.experience-link:hover.--yellow {
  background-color: #fff;
  color: #f2de00;
}
.experience-wrap .experience-links a.experience-link:hover.--yellow::after {
  border-color: transparent transparent transparent #f2de00;
}
.experience-wrap .experience-links a.experience-link:hover.--blue {
  background-color: #fff;
  color: #3bb9c5;
}
.experience-wrap .experience-links a.experience-link:hover.--blue::after {
  border-color: transparent transparent transparent #3bb9c5;
}/*# sourceMappingURL=incolle.css.map */