@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  border: 0;
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

figure {
  margin: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.6rem;
}

.wrap {
  overflow: hidden;
  position: relative;
}

a {
  display: block;
  text-decoration: none;
}

.inner {
  margin: 0 auto;
  max-width: 1280px;
}

.header__phone-sp,
.top__img-sp,
.price-sp,
.footer__sp {
  display: none;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

[data-animate] {
  opacity: 0;
}

[data-animate].visible {
  opacity: 1;
}

.visible {
  visibility: visible;
}

.visible {
  opacity: 1;
}

/* ==============================================================
*  セクション
* ============================================================ */
.header {
  background-color: #fff;
  height: 90px;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
}
.header__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__logo {
  height: auto;
  width: 104.7px;
}
.header__phone {
  height: 60px;
  width: 271.5px;
}

.top {
  margin: 9rem 0 -0.3rem 0;
  position: relative;
}
.top__img {
  height: auto;
  width: 100vw;
}
.top__icon-box {
  bottom: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.top__icon:not(:first-of-type) {
  margin-left: 1rem;
}
.top__icon--img {
  height: auto;
}

.recruitment {
  background-image: url(../img/bg-recruitment.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 2rem;
}
.recruitment__title__wrap {
  background-color: #ffba14;
  color: #fff;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.recruitment__title {
  font-size: 2.6rem;
  margin-bottom: 0.5rem;
}
.recruitment__note {
  font-size: 1.2rem;
  line-height: 1.2;
}
.recruitment__text {
  color: #222;
  font-size: 2rem;
  line-height: 1.35;
  margin-top: 2rem;
  text-align: center;
}
.recruitment__text--bottom {
  color: #000;
  font-size: 1.4rem;
  margin-top: 1.3rem;
  text-align: center;
}

.about {
  background-color: #fffae5;
  border-bottom: 2px solid #f5842b;
  border-top: 2px solid #f5842b;
  padding: 4.6rem 0;
  position: relative;
  text-align: center;
}
.about__title {
  background-image: url(../img/about-bg.png);
  color: #fff;
  content: "";
  display: inline-block;
  font-size: 3rem;
  height: 88px;
  padding-top: 2rem;
  text-align: center;
  width: 600px;
}
.about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2.2rem;
}
.about__logo-box {
  background-color: #fff;
  border: 1px solid #cbcbcb;
  height: 184px;
  width: 248px;
}
.about__logo {
  height: 131.63px;
  margin-top: 2.6rem;
  width: 229.31px;
}
.about__text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 2rem 0 0 4rem;
  text-align: left;
  width: 575px;
}
.media {
  padding: 5.4rem 1.5rem 0;
  text-align: center;
}
.media__title {
  display: inline-block;
  font-size: 3rem;
  padding: 0 55px;
  position: relative;
}
.media__title:before,
.media__title:after {
  background-color: #109d36;
  content: "";
  display: inline-block;
  height: 3px;
  position: absolute;
  top: 50%;
}
.media__title:before {
  left: 350px;
}
.media__title:after {
  right: 350px;
}
.media__text {
  color: #222;
  font-size: 2rem;
  line-height: 1.35;
  margin: 4rem auto;
  text-align: center;
}

.flow {
  padding: 5.4rem 1.5rem 0;
  text-align: center;
}
.flow__title {
  display: inline-block;
  font-size: 3rem;
  padding: 0 55px;
  position: relative;
}
.flow__title:before,
.flow__title:after {
  background-color: #109d36;
  content: "";
  display: inline-block;
  height: 3px;
  position: absolute;
  top: 50%;
}
.flow__title:before {
  left: 350px;
}
.flow__title:after {
  right: 350px;
}
.flow__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 6.45rem;
}
.flow__item {
  height: 475px;
  position: relative;
  width: 280px;
}
.flow__item:not(:first-of-type):before {
  background-image: url(../img/flow-bar.png);
  background-repeat: no-repeat;
  content: "";
  height: 475px;
  position: absolute;
  width: 45px;
}
.flow__item--title {
  font-size: 3rem;
}
.flow__item--title span {
  font-size: 5rem;
}
.flow__item--title1 {
  color: #51b0cc;
}
.flow__item--title2 {
  color: #ffba00;
}
.flow__item--title3 {
  color: #f5842b;
}
.flow__item--img {
  height: auto;
}
.flow__item--img1 {
  margin-top: 2.6rem;
}
.flow__item--img2 {
  margin-top: 1.4rem;
}
.flow__item--img3 {
  margin-top: 2.8rem;
}
.flow__item--sub-title {
  color: #222;
  font-size: 2rem;
}
.flow__item--sub-title1 {
  margin-top: 3.9rem;
}
.flow__item--sub-title3 {
  margin-top: 4.7rem;
}
.flow__item--text {
  color: #222;
  font-size: 1.8rem;
  line-height: 1.33;
  margin-top: 1.9rem;
  text-align: left;
}

.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 4rem;
}
.price__title--img {
  height: auto;
}
.price__text {
  line-height: 1.35;
}
.price__text:first-of-type {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(30%, transparent),
    color-stop(0%, #ffba00)
  );
  background: linear-gradient(transparent 30%, #ffba00 0%);
  display: inline-block;
  margin-top: 2.78rem;
}
.price__img {
  height: 100%;
  margin-left: 0.7rem;
}

.membership {
  background-image: url(../img/bg-membershop.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6.4rem 0 9.6rem;
  text-align: center;
}
.membership__title {
  display: inline-block;
  font-size: 3rem;
  padding: 0 55px;
  position: relative;
}
.membership__title:before,
.membership__title:after {
  background-color: #109d36;
  content: "";
  display: inline-block;
  height: 3px;
  position: absolute;
  top: 50%;
  width: 400px;
}
.membership__title:before {
  left: 300px;
}
.membership__title:after {
  right: 300px;
}
.membership__note {
  color: #222;
  font-size: 2rem;
  line-height: 1.35;
  margin: 1rem auto 0;
  text-align: left;
  width: 727px;
}
.membership__text {
  color: #222;
  font-size: 2rem;
  line-height: 1.35;
  margin: 3.2rem auto 0;
  text-align: left;
  width: 727px;
}

.contact {
  background-image: url(../img/bg-contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5.8rem 0 4.2rem 0;
  text-align: center;
}
.contact__title {
  background-color: #f5842b;
  border-radius: 20px 20px 0 0;
  color: #fff;
  font-size: 3rem;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
}
.contact__form {
  background-color: rgba(255, 255, 255, 0.8);
  border: 6px solid #f5842b;
  border-radius: 0 0 20px 20px;
  margin: 0 auto;
  padding-bottom: 5.1rem;
}
.contact__form__note {
  margin-top: 0.5rem;
  font-size: 1.2rem;
}
.contact dl {
  margin: 0 auto;
  padding-top: 5.3rem;
  width: 600px;
}
.contact dt {
  color: #222;
  line-height: 1.33;
  text-align: left;
}
.contact dt:not(:first-of-type) {
  margin-top: 1.7rem;
}
.contact dd {
  margin-top: 0.3rem;
  text-align: left;
}
.contact input[type="text"],
.contact input[type="tel"],
.contact input[type="email"],
.contact input[type="url"] {
  border: 2px solid #ccc;
  font-size: 1.8rem;
  height: 45px;
  padding: 0 1rem;
  width: 400px;
}
.contact input.address {
  border: 2px solid #ccc;
  font-size: 1.8rem;
  height: 45px;
  width: 100%;
}
.contact__category-label:not(:first-of-type) {
  margin-left: 1.8rem;
}
.contact .textarea {
  border: 2px solid #ccc;
  font-size: 2.2rem;
  min-height: 160px;
  padding: 1rem;
  width: 100%;
}
.contact__btn {
  margin-top: 3.8rem;
}
.contact__btn--link {
  background-color: #f5842b;
  -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 2rem;
  line-height: 1.35;
  padding: 1.3rem 7.8rem;
}
.contact__logo {
  height: auto;
  width: 205px;
}
.contact__logo-area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 6.2rem;
}
.contact__phone {
  height: auto;
  margin-left: 6rem;
  width: 270px;
}

.footer {
  background-color: #f5842b;
  color: #fff;
  font-size: 1.3rem;
  padding: 1.8rem 0;
  text-align: center;
}

/* ==============================================================
*  レスポンシブ(PC)
* ============================================================ */
@media (min-width: 769px) {
  .header__inner {
    width: calc(738px + ((1vw - 7.69px) * (342 / 5.11)));
  }
}
@media (min-width: 1280px) {
  .header__inner {
    width: 1080px;
  }
}
@media (min-width: 769px) {
  .top__icon--img {
    width: calc(120px + ((1vw - 7.69px) * (80 / 5.11)));
  }
}
@media (min-width: 1280px) {
  .top__icon--img {
    width: 200px;
  }
}
@media (min-width: 769px) {
  .about__text {
    font-size: calc(1.8rem + ((1vw - 7.69px) * (4 / 5.11)));
    width: calc(345px + ((1vw - 7.69px) * (230 / 5.11)));
  }
}
@media (min-width: 1280px) {
  .about__text {
    font-size: 2.2rem;
    width: 575px;
  }
}
@media (min-width: 769px) {
  .media__title:before,
  .media__title:after {
    width: calc(170px + ((1vw - 7.69px) * (230 / 5.11)));
  }
}
@media (min-width: 1280px) {
  .media__title:before,
  .media__title:after {
    width: 400px;
  }
}

@media (min-width: 769px) {
  .flow__title:before,
  .flow__title:after {
    width: calc(170px + ((1vw - 7.69px) * (230 / 5.11)));
  }
  .flow__item:not(:first-of-type) {
    margin-left: calc(5rem + ((1vw - 7.69px) * (30 / 5.11)));
  }
  .flow__item:not(:first-of-type):before {
    left: calc(-30px + ((1vw - 7.69px) * (-15 / 5.11)));
  }
  .flow__item--img1 {
    width: calc(91.8px + ((1vw - 7.69px) * (61.2 / 5.11)));
  }
  .flow__item--img2 {
    width: calc(85.2px + ((1vw - 7.69px) * (56.8 / 5.11)));
  }
  .flow__item--img3 {
    width: calc(121.2px + ((1vw - 7.69px) * (80.8 / 5.11)));
  }
  .flow__item--sub-title2 {
    margin-top: calc(4.8rem + ((1vw - 7.69px) * (-9 / 5.11)));
  }
}
@media (min-width: 1280px) {
  .flow__title:before,
  .flow__title:after {
    width: 400px;
  }
  .flow__item:not(:first-of-type) {
    margin-left: 8rem;
  }
  .flow__item:not(:first-of-type):before {
    left: -45px;
  }
  .flow__item--img1 {
    width: 153px;
  }
  .flow__item--img2 {
    width: 142px;
  }
  .flow__item--img3 {
    width: 202px;
  }
  .flow__item--sub-title2 {
    margin-top: 3.9rem;
  }
}
@media (min-width: 769px) {
  .price__title--img {
    width: calc(269.4px + ((1vw - 7.69px) * (179.6 / 5.11)));
  }
  .price__text-area {
    width: calc(368px + ((1vw - 7.69px) * (92 / 5.11)));
  }
  .price__text {
    font-size: calc(1.6rem + ((1vw - 7.69px) * (4 / 5.11)));
  }
  .price__img {
    max-height: calc(171.91px + ((1vw - 7.69px) * (114.09 / 5.11)));
    width: calc(154.8px + ((1vw - 7.69px) * (103.2 / 5.11)));
  }
}
@media (min-width: 1280px) {
  .price__title--img {
    width: 449px;
  }
  .price__text-area {
    width: 460px;
  }
  .price__text {
    font-size: 2rem;
  }
  .price__img {
    max-height: 286px;
    width: 258px;
  }
}
@media (min-width: 769px) {
  .membership__title:before,
  .membership__title:after {
    width: calc(200px + ((1vw - 7.69px) * (200 / 5.11)));
  }
}
@media (min-width: 1280px) {
  .membership__title:before,
  .membership__title:after {
    width: 400px;
  }
}
@media (min-width: 769px) {
  .contact__title,
  .contact__form {
    width: calc(670px + ((1vw - 7.69px) * (200 / 5.11)));
  }
}
@media (min-width: 1280px) {
  .contact__title,
  .contact__form {
    width: 870px;
  }
}
/* ==============================================================
*  レスポンシブ(SP)
* ============================================================ */
@media screen and (max-width: 768px) and (min-width: 320px) {
  .header {
    height: calc(75px + ((1vw - 3.2px) * (15 / 4.48)));
  }
  .header__inner {
    height: calc(75px + ((1vw - 3.2px) * (15 / 4.48)));
  }
  .header__logo {
    height: calc(31.4px + ((1vw - 3.2px) * (18.6 / 4.48)));
    width: calc(54.7px + ((1vw - 3.2px) * (33 / 4.48)));
  }
  .header__phone {
    height: calc(33px + ((1vw - 3.2px) * (16 / 4.48)));
    width: calc(150px + ((1vw - 3.2px) * (74 / 4.48)));
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .header {
    height: 90px;
  }
  .header__inner {
    height: 90px;
  }
  .header__logo {
    height: 50px;
    width: 87.7px;
  }
  .header__phone {
    height: 49px;
    width: 224px;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 0 1.5rem;
  }
  .header__phone-sp {
    display: block;
  }
  .header__phone-pc {
    display: none;
  }
}
@media screen and (max-width: 768px) and (min-width: 320px) {
  .top {
    margin-top: calc(7.5rem + ((1vw - 3.2px) * (25 / 4.48)));
  }
  .top__icon-box {
    bottom: calc(34.7px + ((1vw - 3.2px) * (10 / 4.48)));
  }
  .top__icon--img {
    width: calc(80px + ((1vw - 3.2px) * (120 / 4.48)));
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .top {
    margin-top: 9rem;
  }
  .top__icon-box {
    bottom: 44.7px;
  }
  .top__icon--img {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .top__icon-box {
    width: 100%;
  }
  .top__img-pc {
    display: none;
  }
  .top__img-sp {
    display: block;
  }
}
@media screen and (max-width: 768px) and (min-width: 320px) {
  .recruitment__title {
    font-size: calc(1.8rem + ((1vw - 3.2px) * (8 / 4.48)));
  }
  .recruitment__text {
    font-size: calc(1.2rem + ((1vw - 3.2px) * (8 / 4.48)));
  }
  .recruitment__text--bottom {
    font-size: calc(1rem + ((1vw - 3.2px) * (4 / 4.48)));
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .recruitment__title {
    font-size: 2.6rem;
  }
  .recruitment__text {
    font-size: 2rem;
  }
  .recruitment__text--bottom {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) and (min-width: 320px) {
  .about__title {
    font-size: calc(2rem + ((1vw - 3.2px) * (10 / 4.48)));
  }
  .about__text {
    width: calc(290px + ((1vw - 3.2px) * (285 / 4.48)));
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .about__title {
    font-size: 3rem;
  }
  .about__text {
    width: 575px;
  }
}
@media (max-width: 768px) {
  .about {
    padding-top: 0;
  }
  .about__title {
    background-color: #f5842b;
    background-image: none;
    height: 70px;
    line-height: 70px;
    padding: 0;
    width: 100%;
  }
  .about__title:after {
    border-left: 11.5px solid transparent;
    border-top: 20px solid #f5842b;
    border-right: 11.5px solid transparent;
    content: "";
    left: 50%;
    position: absolute;
    top: 70px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .about__container {
    -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;
    margin-top: 4.2rem;
  }
  .about__logo {
    height: 131.63px;
    margin-top: 1.9rem;
    width: 229.31px;
  }
  .about__text {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 320px) {
  .media__title {
    font-size: calc(2.2rem + ((1vw - 3.2px) * (8 / 4.48)));
  }
  .media__title:before,
  .media__title:after {
    width: calc(50px + ((1vw - 3.2px) * (50 / 4.48)));
  }
  .media__title:before {
    left: calc(240px + ((1vw - 3.2px) * (110 / 4.48)));
  }
  .media__title:after {
    right: calc(240px + ((1vw - 3.2px) * (110 / 4.48)));
  }
  .media__container img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .media__title {
    font-size: 3rem;
  }
  .media__title:before,
  .media__title:after {
    width: 100px;
  }
  .media__title:before {
    left: 350px;
  }
  .media__title:after {
    right: 350px;
  }
  .media__container img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) and (min-width: 320px) {
  .flow__title {
    font-size: calc(2.2rem + ((1vw - 3.2px) * (8 / 4.48)));
  }
  .flow__title:before,
  .flow__title:after {
    width: calc(50px + ((1vw - 3.2px) * (50 / 4.48)));
  }
  .flow__title:before {
    left: calc(240px + ((1vw - 3.2px) * (110 / 4.48)));
  }
  .flow__title:after {
    right: calc(240px + ((1vw - 3.2px) * (110 / 4.48)));
  }
  .flow__item--img {
    width: calc(160px + ((1vw - 3.2px) * (120 / 4.48)));
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .flow__title {
    font-size: 3rem;
  }
  .flow__title:before,
  .flow__title:after {
    width: 100px;
  }
  .flow__title:before {
    left: 350px;
  }
  .flow__title:after {
    right: 350px;
  }
  .flow__item--img {
    width: 280px;
  }
}
@media (max-width: 768px) {
  .flow__container {
    -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;
  }
  .flow__item {
    height: 100%;
    padding-bottom: 5rem;
  }
  .flow__item:not(:first-of-type):before {
    background-image: url(../img/flow-bar-sp.png);
    background-repeat: no-repeat;
    content: "";
    height: 12px;
    left: 24px;
    position: absolute;
    width: 235px;
  }
  .flow__item--img1 {
    margin-top: 4rem;
  }
  .flow__item--img2 {
    margin-top: 3rem;
  }
  .flow__item--img3 {
    margin-top: 4rem;
  }
  .flow__item--title2 {
    margin-top: 5rem;
  }
  .flow__item--title3 {
    margin-top: 5rem;
  }
  .flow__item--sub-title2 {
    margin-top: 3.9rem;
  }
  .flow__item--text {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) and (min-width: 320px) {
  .price-sp {
    padding-left: calc(1rem + ((1vw - 3.2px) * (20 / 4.48)));
    padding-right: calc(1rem + ((1vw - 3.2px) * (20 / 4.48)));
  }
  .price-sp__title--img {
    width: calc(220px + ((1vw - 3.2px) * (310 / 4.48)));
  }
  .price-sp__img {
    max-height: calc(141.04px + ((1vw - 3.2px) * (255.43 / 4.48)));
    width: calc(127px + ((1vw - 3.2px) * (230 / 4.48)));
  }
  .price-sp__text-area {
    width: calc(154px + ((1vw - 3.2px) * (196 / 4.48)));
  }
  .price-sp__text {
    font-size: calc(1.2rem + ((1vw - 3.2px) * (8 / 4.48)));
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .price-sp {
    padding: 0 3rem;
  }
  .price-sp__title--img {
    width: 530px;
  }
  .price-sp__img {
    max-height: 396.47px;
    width: 357px;
  }
  .price-sp__text-area {
    width: 350px;
  }
  .price-sp__text {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .price,
  .br-pc {
    display: none;
  }

  .price-sp {
    display: block;
    margin-top: 6rem;
    text-align: center;
  }
  .price-sp__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.7rem;
  }
  .price-sp__img {
    height: 100%;
  }
  .price-sp__text-area {
    margin-top: 3.6rem;
    text-align: left;
  }
  .price-sp__text {
    line-height: 1.6;
    text-align: left;
  }
  .price-sp__text:first-of-type {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(40%, transparent),
      color-stop(0%, #ffba00)
    );
    background: linear-gradient(transparent 40%, #ffba00 0%);
    display: inline;
  }
}
@media screen and (max-width: 768px) and (min-width: 320px) {
  .membership__title {
    font-size: calc(2.2rem + ((1vw - 3.2px) * (8 / 4.48)));
  }
  .membership__title:before,
  .membership__title:after {
    width: calc(50px + ((1vw - 3.2px) * (50 / 4.48)));
  }
  .membership__title:before {
    left: calc(225px + ((1vw - 3.2px) * (125 / 4.48)));
  }
  .membership__title:after {
    right: calc(225px + ((1vw - 3.2px) * (125 / 4.48)));
  }
  .membership__item--img {
    width: calc(160px + ((1vw - 3.2px) * (220 / 4.48)));
  }
  .membership__text {
    font-size: calc(1.4rem + ((1vw - 3.2px) * (6 / 4.48)));
    width: 100%;
  }
  .membership__note {
    font-size: calc(1.4rem + ((1vw - 3.2px) * (6 / 4.48)));
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .membership {
    padding-left: calc(1rem + ((1vw - 3.2px) * (20 / 4.48)));
    padding-right: calc(1rem + ((1vw - 3.2px) * (20 / 4.48)));
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .membership__title {
    font-size: 3rem;
  }
  .membership__title:before,
  .membership__title:after {
    width: 100px;
  }
  .membership__title:before {
    left: 350px;
  }
  .membership__title:after {
    right: 350px;
  }
  .membership__item--img {
    width: 280px;
  }
  .membership__text {
    font-size: 2rem;
    width: 727px;
  }
}
@media screen and (max-width: 768px) and (min-width: 320px) {
  .contact__title {
    font-size: calc(2.2rem + ((1vw - 3.2px) * (8 / 4.48)));
  }
  .contact__btn--link {
    font-size: calc(1.5rem + ((1vw - 3.2px) * (7 / 4.48)));
    padding-bottom: calc(1.1rem + ((1vw - 3.2px) * (2 / 4.48)));
    padding-left: calc(6.2rem + ((1vw - 3.2px) * (16 / 4.48)));
    padding-right: calc(6.2rem + ((1vw - 3.2px) * (16 / 4.48)));
    padding-top: calc(1.1rem + ((1vw - 3.2px) * (2 / 4.48)));
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .contact__title {
    font-size: 3rem;
  }
  .contact__btn--link {
    font-size: 2rem;
    padding: 1.3rem 7.8rem;
  }
}
@media (max-width: 768px) {
  .contact {
    background-image: none;
    padding: 0;
  }
  .contact__pc {
    display: none;
  }
  .contact__title {
    border-radius: 0;
  }
  .contact__form {
    background-color: transparent;
    border: none;
  }
  .contact__li {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .contact__category-label:not(:first-of-type) {
    margin: 1rem 0 0 0;
  }
  .contact dl {
    width: 92%;
  }
  .contact input[type="text"],
  .contact input[type="tel"],
  .contact input[type="email"],
  .contact input[type="url"],
  .contact input.address,
  .contact .textarea {
    width: 100%;
  }
  .contact dd {
    text-align: center;
  }
}
@media screen and (max-width: 768px) and (min-width: 320px) {
  .footer {
    font-size: calc(1rem + ((1vw - 3.2px) * (3 / 4.48)));
  }
  .footer__logo-area {
    height: calc(75px + ((1vw - 3.2px) * (15 / 4.48)));
  }
  .footer__logo {
    height: calc(31.4px + ((1vw - 3.2px) * (18.6 / 4.48)));
    width: calc(54.7px + ((1vw - 3.2px) * (33 / 4.48)));
  }
  .footer__phone {
    height: calc(33px + ((1vw - 3.2px) * (16 / 4.48)));
    width: calc(150px + ((1vw - 3.2px) * (74 / 4.48)));
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .footer {
    font-size: 1.3rem;
  }
  .footer__logo-area {
    height: 90px;
  }
  .footer__logo {
    height: 50px;
    width: 87.7px;
  }
  .footer__phone {
    height: 49px;
    width: 224px;
  }
}
.footer__copyright p {
  margin-top: 1em;
}
.footer__copyright a {
  color: #fff;
  display: inline-block;
}
@media (max-width: 768px) {
  .footer-sp {
    display: block;
  }

  .footer {
    padding: 0;
  }
  .footer__logo-area {
    background-color: #fff;
    border-top: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2rem 2.3rem 0;
  }
  .footer__copyright {
    height: 80px;
    line-height: 40px;
  }
  .footer__copyright p {
    margin-top: 0em;
  }
}

/*# sourceMappingURL=style.css.map */
