@charset "UTF-8";
html {
  font-size: 62.5%;
}
html .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.gotop .gotop:hover {
  background-color: #F2E9F1 !important;
}

#curves-v2 {
  font-family: "Noto Sans JP", serif;
}
#curves-v2 .sp-on {
  display: none;
}
#curves-v2 .title-h2 {
  position: relative;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.5rem;
  color: #303030;
}
#curves-v2 .title-h2::before {
  position: absolute;
  content: "";
  background-image: url(../../img/curves-v2/decoration.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 70px;
  height: 36px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -50px;
}
#curves-v2 img.top-fit {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#curves-v2 header {
  border-top: 35px solid #802077;
}
#curves-v2 header .title-fc {
  position: absolute;
  color: #fff;
  top: -32px;
  left: 63px;
  font-weight: 600;
}
#curves-v2 header .site a {
  width: 170px;
  display: block;
  margin: 0px 0 0 63px;
}
#curves-v2 header .site .logocopy {
  font-weight: 400;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
#curves-v2 header .wrap-menu .sp-menu {
  top: 48px;
  background-color: #802077;
}
#curves-v2 header .wrap-menu .info ul .gray-icon a {
  color: #802077;
}
#curves-v2 header .wrap-menu .info ul li:last-child a {
  background-color: #802077;
}
#curves-v2 .jigyo .top-img {
  position: relative;
}
#curves-v2 .jigyo .top-img .slider {
  position: relative;
}
#curves-v2 .jigyo .top-img .slider .slide-arrow {
  position: absolute;
  width: 55px;
  z-index: 100;
  top: 47%;
  cursor: pointer;
}
#curves-v2 .jigyo .top-img .slider .prev-arrow {
  left: 40px;
}
#curves-v2 .jigyo .top-img .slider .next-arrow {
  right: 40px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#curves-v2 .jigyo .about {
  background: url("../img/share/bg-dot-1.png") repeat;
  background-color: #f1f1f1;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 130px 50px 90px;
  border-radius: 1rem;
}
#curves-v2 .jigyo .about .flex-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200px;
  margin: 50px auto 0;
}
#curves-v2 .jigyo .about .flex-container .about-photo {
  width: 590px;
}
#curves-v2 .jigyo .about .flex-container .about-text {
  width: 560px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  line-height: 2.3;
}
#curves-v2 .jigyo .external {
  padding: 100px 0 110px;
}
#curves-v2 .jigyo .external .flex-container {
  width: 965px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#curves-v2 .jigyo .external .flex-container .flex-box {
  width: 430px;
}
#curves-v2 .jigyo .external .flex-container .flex-box .lead-text {
  background-color: #F2E9F1;
  padding: 35px 0;
  border-radius: 15px;
  margin-bottom: 55px;
  position: relative;
}
#curves-v2 .jigyo .external .flex-container .flex-box .lead-text p {
  text-align: center;
  color: #802077;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.7em;
}
#curves-v2 .jigyo .external .flex-container .flex-box .lead-text-mens {
  background-color: #D4E4F4;
  position: relative;
}
#curves-v2 .jigyo .external .flex-container .flex-box .lead-text-mens p {
  color: #1F2679;
}
#curves-v2 .jigyo .external .flex-container .flex-box .lead-text::after {
  position: absolute;
  content: "";
  background-image: url(../../img/curves-v2/corner-purple.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 28px;
  height: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -14px;
}
#curves-v2 .jigyo .external .flex-container .flex-box .lead-text-mens::after {
  position: absolute;
  content: "";
  background-image: url(../../img/curves-v2/corner-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 28px;
  height: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -14px;
}
#curves-v2 .jigyo .bg-purple-solid {
  background-color: #F2EBF2;
}
#curves-v2 .access {
  padding: 140px 0 180px;
}
#curves-v2 .access .wrap {
  display: block;
}
#curves-v2 .access .wrap article {
  width: 100%;
  margin-bottom: 55px;
}
#curves-v2 .access .wrap article h3 {
  background-color: #802077;
}
#curves-v2 .access .wrap article .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#curves-v2 .access .wrap article .inner .left {
  width: 45%;
}
#curves-v2 .access .wrap article .inner .left figure {
  margin-bottom: 25px;
}
#curves-v2 .access .wrap article .inner .right {
  width: 50%;
}
#curves-v2 .access .wrap article .inner .right p {
  font-weight: 350;
}
#curves-v2 .access .wrap article .inner .right dl {
  margin-bottom: 25px;
}
#curves-v2 .access .wrap article .inner .right dl dt {
  font-family: "Noto Sans JP", serif;
  color: #802077;
}
#curves-v2 .access .wrap article .inner .right dl dd {
  font-weight: 350;
}
#curves-v2 .access .wrap article .inner .right .comment {
  background-color: #f2e9f1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 20px;
  border-radius: 10px;
}
#curves-v2 .access .wrap article .inner .right .comment h4 {
  color: #802077;
  text-align: left;
  margin-bottom: 15px;
  font-size: 1.6rem;
}
#curves-v2 .access .wrap .mens h3 {
  background-color: #1F2679;
}
#curves-v2 .access .wrap .mens .inner .right dl dt {
  color: #1F2679;
}
#curves-v2 .access .wrap .mens .inner .right .comment {
  background-color: #e8e9f2;
}
#curves-v2 .access .wrap .mens .inner .right .comment h4 {
  color: #1F2679;
}
#curves-v2 footer {
  position: relative;
  z-index: 1000;
  width: 100%;
  background: url("../img/share/footer-bg-purple.svg") repeat-x center top;
  padding-top: 200px;
  margin-top: -200px;
}
#curves-v2 footer .other {
  border-bottom: 3px solid #802077;
}
#curves-v2 footer .copyright {
  background-color: #802077;
}
#curves-v2 footer .wrap-footer nav ul {
  padding: 0 25px 0 15px;
}
#curves-v2 footer .wrap-footer nav ul li a {
  font-size: 1.4rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 2;
}

@media screen and (max-width: 1200px) {
  #curves-v2 .jigyo .top-img .slider .slide-arrow {
    width: 45px;
    top: 47%;
  }
  #curves-v2 .jigyo .top-img .slider .prev-arrow {
    left: 30px;
  }
  #curves-v2 .jigyo .top-img .slider .next-arrow {
    right: 30px;
  }
  #curves-v2 .jigyo .about {
    padding: 120px 0 60px;
  }
  #curves-v2 .jigyo .about .flex-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }
  #curves-v2 .jigyo .about .flex-container .about-photo {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #curves-v2 .jigyo .about .flex-container .about-text {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    margin: 20px 0;
  }
}
@media screen and (max-width: 840px) {
  #curves-v2 .sp-on {
    display: block;
  }
  #curves-v2 .pc-on {
    display: none;
  }
  #curves-v2 .title-h2 {
    font-size: 2rem;
    letter-spacing: 0.3rem;
  }
  #curves-v2 .title-h2::before {
    width: 50px;
    height: 26px;
    top: -35px;
  }
  #curves-v2 header {
    border-top: 30px solid #802077;
  }
  #curves-v2 header .title-fc {
    left: 15px;
    top: -28px;
  }
  #curves-v2 header .site a {
    margin: 0px 0 0 3px;
  }
  #curves-v2 .jigyo {
    padding-top: 110px;
  }
  #curves-v2 .jigyo .top-img .slider .slide-arrow {
    width: 30px;
    top: 46%;
  }
  #curves-v2 .jigyo .top-img .slider .prev-arrow {
    left: 3%;
  }
  #curves-v2 .jigyo .top-img .slider .next-arrow {
    right: 3%;
  }
  #curves-v2 .jigyo .about {
    padding: 60px 0;
  }
  #curves-v2 .jigyo .external {
    padding: 60px 0;
  }
  #curves-v2 .jigyo .external .flex-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 85%;
    max-width: 430px;
  }
  #curves-v2 .jigyo .external .flex-container .flex-box {
    width: 100%;
  }
  #curves-v2 .jigyo .external .flex-container .flex-box .lead-text {
    margin-bottom: 30px;
    padding: 25px 0;
  }
  #curves-v2 .jigyo .external .flex-container .flex-box .lead-text p {
    font-size: 1.6rem;
  }
  #curves-v2 .jigyo .external .flex-container .flex-box .lead-text-mens {
    margin-top: 50px;
  }
  #curves-v2 .jigyo .access {
    padding: 80px 0 200px;
  }
  #curves-v2 .jigyo .access .title-h2 {
    margin-bottom: 30px;
  }
  #curves-v2 .jigyo .access .wrap article {
    margin-bottom: 40px;
  }
  #curves-v2 .jigyo .access .wrap article .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #curves-v2 .jigyo .access .wrap article .inner .left {
    width: 100%;
  }
  #curves-v2 .jigyo .access .wrap article .inner .left figure {
    margin-bottom: 15px;
  }
  #curves-v2 .jigyo .access .wrap article .inner .right {
    width: 100%;
    margin-top: 15px;
  }
  #curves-v2 .jigyo .access .wrap article .inner .right dl {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 560px) {
  #curves-v2 .jigyo .access {
    padding: 80px 0 100px;
  }
  #curves-v2 footer {
    background-size: 1300px auto;
    padding-top: 100px;
    margin-top: -100px;
  }
}
/*# sourceMappingURL=curves-v2.css.map */