.atelier-lead {
  background: #00B900;
  padding: 4vw 0vw 4vw 0vw;
}
.atelier-lead .ttl {
  text-align: center;
  line-height: 1.5;
  font-weight: normal;
  color: #ffffff;
  font-size: 40px;
  font-size: 5.3333333333vw;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .atelier-lead .ttl {
    font-size: 40px;
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1600px) {
  .atelier-lead .ttl {
    font-size: 4.0rem;
  }
}
.atelier-lead p {
  text-align: center;
  margin-top: 1em;
  font-size: 1em;
}
@media screen and (min-width: 769px) {
  .atelier-lead p {
    font-size: 1.8rem;
  }
}
.atelier-lead p + p {
  margin-top: 1em;
}

.atelier-ttl {
  text-align: center;
  font-size: 36px;
  font-size: 4.8vw;
  line-height: 1.3;
  margin-bottom: 1em;
}
@media screen and (min-width: 769px) {
  .atelier-ttl {
    font-size: 36px;
    font-size: 2.25vw;
  }
}
@media screen and (min-width: 1600px) {
  .atelier-ttl {
    font-size: 3.6rem;
  }
}
.atelier-ttl.atelier-ttl__point span {
  display: block;
  font-size: 0.9em;
  margin-bottom: 0.5em;
  color: #009f50;
  font-weight: normal;
}
.atelier-ttl.atelier-ttl__plan {
  color: #009f50;
}
.atelier-ttl.atelier-ttl__plan span {
  border-bottom: 1px solid #009f50;
  padding-bottom: 5px;
}

.atelier-before-after .main-ttl {
  background: #009f50;
  color: #fff;
  font-weight: bold;
  padding: 1rem;
}
.atelier-before-after .main-ttl + p {
  text-align: center;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 769px) {
  .atelier-before-after .main-ttl + p {
    font-size: 1.5em;
  }
}
.atelier-before-after .atelier-before {
  background: #f1f1f1;
  position: relative;
  padding: 4vw 0vw 4vw 0vw;
  margin-bottom: 2em;
}
@media screen and (min-width: 769px) {
  .atelier-before-after .atelier-before {
    padding: 1.87vw 1.87vw 1.87vw 1.87vw;
  }
}
.atelier-before-after .atelier-before + p {
  text-align: center;
  margin-bottom: 0.5em;
  color: #009f50;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .atelier-before-after .atelier-before + p {
    font-size: 1.8em;
  }
}
.atelier-before-after .atelier-after {
  text-align: center;
  color: #009f50;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .atelier-before-after .atelier-after {
    font-size: 1.2em;
  }
}

.atelier-wrap {
  position: relative;
}
.atelier-wrap:not(:last-child) {
  margin: 0vw 0vw 3.75vw 0vw;
}
.atelier-wrap .main-ttl {
  font-size: 36px;
  font-size: 4.8vw;
  background: #009f50;
  color: #fff;
  z-index: 1;
  padding: 1rem;
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .atelier-wrap .main-ttl {
    font-size: 32px;
    font-size: 2vw;
    width: 40%;
    position: absolute;
    right: 0;
    top: 3.75vw;
  }
}
@media screen and (min-width: 1600px) {
  .atelier-wrap .main-ttl {
    font-size: 3.2rem;
    top: 60px;
  }
}
.atelier-wrap .inner {
  position: relative;
}
@media screen and (min-width: 769px) {
  .atelier-wrap .inner {
    display: flex;
    justify-content: space-between;
  }
}
.atelier-wrap .inner .col {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .atelier-wrap .inner .col:first-child {
    width: 65%;
    padding: 39.37vw 0vw 0vw 0vw;
  }
}
@media screen and (min-width: 1600px) {
  .atelier-wrap .inner .col:first-child {
    padding-top: 630px;
  }
}
.atelier-wrap .inner .col:first-child .content {
  display: block;
  max-width: 860px;
  float: right;
  padding: 3%;
}
@media screen and (min-width: 769px) {
  .atelier-wrap .inner .col:first-child .content {
    padding: 2rem 0 0 2rem;
  }
}
.atelier-wrap .inner .col:first-child .content .ttl {
  font-size: 1.3em;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .atelier-wrap .inner .col:first-child .content .ttl {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 769px) {
  .atelier-wrap .inner .col:first-child .content .ttl + p {
    font-size: 1.1em;
  }
}
.atelier-wrap .inner .col:first-child::before {
  content: '';
  display: block;
  width: 100%;
  height: 73.33vw;
  background-image: url("../img/point01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .atelier-wrap .inner .col:first-child::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 39.37vw;
  }
}
@media screen and (min-width: 1600px) {
  .atelier-wrap .inner .col:first-child::before {
    height: 630px;
  }
}
@media screen and (min-width: 769px) {
  .atelier-wrap .inner .col:last-child {
    width: 30%;
    align-self: flex-end;
    padding: 2rem 2rem 0 0;
  }
}
@media screen and (min-width: 769px) {
  .atelier-wrap .inner .col:last-child figure {
    max-width: 367px;
    margin-bottom: 5em;
  }
}
.atelier-wrap .inner .col:last-child figure figcaption {
  font-size: 1em;
}
@media screen and (max-width: 768px) {
  .atelier-wrap .inner .col:last-child figure img {
    float: left;
    width: 30%;
    margin-right: 3%;
  }
}
@media screen and (min-width: 769px) {
  .atelier-wrap:nth-child(odd) .main-ttl {
    left: 0;
  }
  .atelier-wrap:nth-child(odd) .inner .col:first-child {
    order: 1;
  }
  .atelier-wrap:nth-child(odd) .inner .col:first-child .content {
    float: left;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .atelier-wrap:nth-child(odd) .inner .col:first-child .content {
    padding: 2rem 2rem 0 0;
  }
}
@media screen and (min-width: 769px) {
  .atelier-wrap:nth-child(odd) .inner .col:last-child {
    order: 0;
    padding: 2rem 0 0 2rem;
  }
  .atelier-wrap:nth-child(odd) .inner .col:last-child figure {
    float: right;
  }
}
.atelier-wrap:nth-child(2) .inner .col:first-child::before {
  background-image: url("../img/point02.jpg");
}
.atelier-wrap:nth-child(3) .inner .col:first-child::before {
  background-image: url("../img/point03.jpg");
}
.atelier-wrap:nth-child(4) .inner .col:first-child::before {
  background-image: url("../img/point04.jpg");
}

.atelier-wrap_ {
  position: relative;
}
@media screen and (min-width: 769px) {
  .atelier-wrap_ {
    min-height: 30vw;
    display: flex;
    width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .atelier-wrap_ {
    min-height: 480px;
  }
}
.atelier-wrap_::before {
  content: '';
  display: block;
  width: 100%;
  height: 73.33vw;
}
@media screen and (min-width: 769px) {
  .atelier-wrap_::before {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    height: 30vw;
  }
}
@media screen and (min-width: 1600px) {
  .atelier-wrap_::before {
    height: 480px;
  }
}
.atelier-wrap_::before {
  background-image: url("../img/point01.jpg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .atelier-wrap_::before {
    background-size: cover;
    background-position: center center;
  }
}
@media screen and (max-width: 768px) {
  .atelier-wrap_ {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .atelier-wrap_:not(:last-child) {
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 769px) {
  .atelier-wrap_:nth-child(even) {
    justify-content: flex-end;
  }
}
.atelier-wrap_:nth-child(even)::before, .atelier-wrap_:nth-child(even)::after {
  left: 0;
  right: auto;
}
.atelier-wrap_:nth-child(2)::before {
  background-image: url("../img/point02.jpg");
}
.atelier-wrap_:nth-child(3)::before {
  background-image: url("../img/point03.jpg");
}
.atelier-wrap_:nth-child(4)::before {
  background-image: url("../img/point04.jpg");
}
@media screen and (min-width: 769px) {
  .atelier-wrap_ .inner {
    width: 50%;
    align-self: center;
  }
}
.atelier-wrap_ .inner .flag {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .atelier-wrap_ .inner .flag {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.atelier-wrap_ .inner .flag span {
  display: inline-block;
  background: #009f50;
  color: #fff;
  padding: 1rem;
}
@media screen and (min-width: 769px) {
  .atelier-wrap_ .inner .flag span {
    font-size: 20px;
  }
}
.atelier-wrap_ .inner .flag span strong {
  font-size: 30px;
  line-height: 1;
  vertical-align: middle;
  margin-left: 1rem;
}
@media screen and (min-width: 769px) {
  .atelier-wrap_ .inner .flag span strong {
    font-size: 50px;
  }
}
.atelier-wrap_ .inner .content {
  padding: 3%;
  position: relative;
}
@media screen and (min-width: 769px) {
  .atelier-wrap_ .inner .content {
    display: block;
    margin: 0 auto;
    max-width: 600px;
    padding: 2rem;
  }
}
.atelier-wrap_ .inner .content p:not(:last-child) {
  margin-bottom: 1em;
}
.atelier-wrap_ .inner .content .ttl {
  font-weight: bold;
  color: #009f50;
  font-size: 40px;
  font-size: 5.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .atelier-wrap_ .inner .content .ttl {
    font-size: 35px;
    font-size: 2.1875vw;
  }
}
@media screen and (min-width: 1600px) {
  .atelier-wrap_ .inner .content .ttl {
    font-size: 3.5rem;
  }
}
.atelier-wrap_ .inner .content .ttl + p {
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .atelier-wrap_ .inner .content .ttl + p {
    font-size: 1.3em;
  }
}

.atelier-plan .sec-row:not(:last-child) {
  border-bottom: 1px solid #000;
  padding: 0vw 0vw 1.87vw 0vw;
  margin: 0vw 0vw 1.87vw 0vw;
}
.atelier-plan .swiper-button-prev, .atelier-plan .swiper-button-next {
  transform: translateX(0);
}

.pages-btn__atelier {
  background: #009f50;
  color: #fff;
}
.pages-btn__atelier:hover {
  background: #3cb371;
}
.pages-btn__atelier:after {
  border-color: #fff;
}
