@charset "UTF-8";
/* カラー
──────────────────────────────────────── */
@media screen and (min-width: 1050px) {
  .pc-hidden {
    display: none;
  }
}

@media screen and (max-width: 1050px) {
  .sp-hidden {
    display: none;
  }
}

/* テキスト
──────────────────────────────────────── */
.txt-red {
  color: #BF0E0D;
}

/* 余白と配置
──────────────────────────────────────── */
/* 流用パーツ
──────────────────────────────────────── */
.page-header {
  background: url(http://test1.uplitydesign.com/wp-content/uploads/bg_member-header.jpg) no-repeat;
  background-size: cover;
  margin-bottom: 4.5rem;
  height: 500px;
}

.page-header__inner {
  padding-top: 16.5%;
  padding-left: 25.2%;
}

.page-header__txt {
  font-weight: 700;
  margin-left: -20%;
}

.page-header__txt--large {
  font-size: clamp(1.4rem, 5vw, 4.8rem);
  color: #fff;
}

.service-description {
  text-align: center;
  padding: 0 2rem;
}

.service-description__inner {
  margin: 0 auto;
  background-color: #fff;
}

.service-description__ttl {
  text-align: center;
  margin-bottom: 50px;
  margin-bottom: 56px;
  color: #573701;
  font-size: 3.2rem;
  font-size: clamp(2rem, 2.5vw, 3.2rem);
  line-height: 1.25;
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-weight: 600;
  position: relative;
}

.service-description__ttl::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #573701;
  width: 64.5%;
  height: 3px;
}

.service-description__txt {
  font-weight: 500;
}

.service-description-info {
  max-width: 969px;
  margin: auto;
  margin-top: 50px;
}

.service-description-info__inner {
  background: #EEEBE6;
  padding-bottom: 50px;
}

.service-description-info__item {
  max-width: 960px;
  margin: auto;
}

.service-description-info__ttl {
  font-size: 1.4rem;
  line-height: 1.8571;
  color: #fff;
  font-weight: 700;
  padding: 1.3rem;
  background: #674A19;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service-description-info__btn {
  width: 69%;
  margin: auto;
  margin-top: 28px;
  margin-bottom: 28px;
  height: 70px;
  border-radius: 10px;
  background-color: #243381;
  color: #fff;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service-description-info__txt {
  font-size: 2rem;
  line-height: 2;
  font-weight: 700;
  color: #55360C;
  text-align: center;
  padding-bottom: 25px;
}

.service-description-info__catch {
  font-size: 3.2rem;
  line-height: 1.4375;
  font-weight: 700;
  color: #55360C;
  text-align: center;
}

.service-description-info__catch span {
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 4px;
  -webkit-text-decoration-color: #BF0E0D;
          text-decoration-color: #BF0E0D;
}

.service-description__who {
  max-width: 690px;
  margin: auto;
  padding-top: 50px;
}

.service-description__who ul {
  margin-bottom: 23px;
}

.service-description__who li {
  list-style-type: none;
  display: inline-block;
  padding-left: 10px;
  position: relative;
}

.service-description__who li::before {
  position: absolute;
  content: "";
  background: #3a3a3a;
  width: 5px;
  height: 5px;
  top: 11px;
  left: 0;
  border-radius: 50%;
}

.service-feature {
  margin-bottom: 75px;
}

.service-feature__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 957px;
  margin: 0 auto;
}

.service-feature__content--wrapper {
  width: 300px;
}

.service-feature__content--circle {
  position: relative;
  top: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 100px;
  color: #fff;
  border-radius: 50%;
  background-color: #243381;
}

.service-feature__content--description {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  height: 500px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: rgba(87, 55, 1, 0.1);
}

.service-feature__content--description-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 200px;
  margin-top: 50px;
  margin-bottom: 47px;
}

.service-feature__content--description-image img {
  margin-top: 40px;
}

.service-feature__content--description p {
  text-align: center;
}

.service-feature__content--description p:first-of-type {
  margin-bottom: 15px;
  font-weight: bold;
}

.service-detail {
  margin-bottom: 97px;
  padding: 0 2rem;
}

.service-detail__description {
  margin-top: 49px;
}

.service-detail__wrapper {
  max-width: 940px;
  margin: 0 auto;
}

.service-detail__ttl-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 38px;
}

.service-detail__ttl-box h2 {
  font-size: 3.2rem;
  font-size: clamp(2.5rem, 2.5vw, 3.2rem);
  margin-right: 50px;
  font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-weight: 600;
}

.service-detail__ttl-box p {
  padding-right: 20px;
}

.service-detail__content {
  margin-bottom: 50px;
}

.service-detail__content table {
  width: 840px;
  border-collapse: collapse;
  font-weight: 500;
  line-height: 1.5;
  color: #707070;
  overflow-x: scroll;
  margin: auto;
}

.service-detail__content thead {
  height: 70px;
  background-color: rgba(87, 55, 1, 0.1);
}

.service-detail__content thead th {
  font-size: 2rem;
  font-weight: 500;
}

.service-detail__content tr > th,
.service-detail__content tr > td {
  border: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.service-detail__content-head--menu {
  width: 169px;
}

.service-detail__content-head--contents {
  width: 474px;
}

.service-detail__content-head--output {
  width: 197px;
}

.service-detail__content-description--menu, .service-detail__content-description--output {
  text-align: center;
}

.service-detail__content-description--contents {
  padding: 19px 20px 20px 38px;
}

.service-detail__description {
  margin: auto;
  max-width: 880px;
  text-align: center;
}

.service-detail__description p {
  margin-bottom: 24px;
}

.service-detail__description p:nth-child(2) {
  margin-bottom: 53px;
}

.user-voice {
  padding: 78px 2rem 47px;
  background-color: rgba(87, 55, 1, 0.1);
}

.user-voice__wrapper {
  max-width: 960px;
  margin: 0 auto;
}

.user-voice__title {
  margin-bottom: 39px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6";
  font-size: 3.2rem;
  font-size: clamp(2.5rem, 2.5vw, 3.2rem);
}

.user-voice__content {
  margin-bottom: 63px;
}

.user-voice__content:last-child {
  margin-bottom: 0;
}

.user-voice__content-title {
  width: 45vw;
  color: #573701;
  font-size: 2rem;
  font-size: clamp(1.6rem, 1.5625vw, 2rem);
  position: relative;
}

.user-voice__content-title::after {
  position: absolute;
  content: "";
  bottom: -9px;
  left: 0;
  background: #573701;
  width: 94%;
  height: 3px;
}

.user-voice__content-user-name {
  margin: 36px 0 28px;
  font-size: 2rem;
  font-size: clamp(1.6rem, 1.5625vw, 2rem);
}

.user-voice__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.user-voice__content:nth-of-type(odd) .user-voice__content-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.user-voice__content-contents {
  width: 67%;
}

.user-voice__content-contents p {
  margin-right: 30px;
  margin-bottom: 20px;
}

.user-voice__content:nth-of-type(odd) .user-voice__content-contents p {
  margin-left: 20px;
}

.user-voice__content-image {
  width: 31.2%;
}

.benefits {
  padding: 80px 2rem 68px;
}

.benefits__list {
  padding-left: 0;
}

.benefits__wrapper {
  max-width: 957px;
  margin: 0 auto;
}

.benefits__title {
  margin-bottom: 40px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6";
  font-size: 3.2rem;
  font-size: clamp(2.5rem, 2.5vw, 3.2rem);
}

.benefits__list-wrapper {
  width: 63vw;
  max-width: 800px;
  margin: 0 auto;
}

.benefits__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.benefits__item:first-child {
  margin-bottom: 30px;
}

.benefits__item:last-child {
  margin-top: 0;
}

.benefits__item--number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #573701;
  color: #fff;
  padding: 0 16px;
  font-size: 3.2rem;
  font-size: clamp(2rem, 2.5vw, 3.2rem);
}

.benefits__item--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 80px;
  padding: 10px 50px;
  background-color: rgba(87, 55, 1, 0.1);
  color: #573701;
}

.benefits__item--content span {
  padding: 0 8px;
  color: #bf0e0d;
}

.benefits__item--notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  padding-right: 8%;
}

.first-benefits {
  padding: 0 2rem 80px;
}

.first-benefits__wrapper {
  max-width: 957px;
  margin: 0 auto;
}

.first-benefits__title {
  margin-bottom: 40px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6";
  font-size: 3.2rem;
  font-size: clamp(2.5rem, 2.5vw, 3.2rem);
}

.message-box1 {
  padding: 0 2rem;
}

.message-box1__item {
  max-width: 960px;
  margin: auto;
}

.message-box1__ttl {
  font-size: 1.4rem;
  line-height: 1.8571;
  color: #fff;
  font-weight: 700;
  padding: 1.3rem;
  background: #674A19;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.message-box1__txt {
  font-size: 1.4rem;
  line-height: 1.4285;
  color: #707070;
  font-weight: 500;
  padding: 1rem 1rem 1.3rem 1rem;
  border: 1px solid #674A1A;
  text-align: center;
}

.message-box1__txt > p:first-child {
  padding-bottom: 23px;
}

.instructor {
  padding: 0 2rem 27px;
}

.instructor__wrapper {
  max-width: 957px;
  margin: 0 auto;
}

.instructor__title {
  margin-bottom: 41px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6";
  font-size: 3.2rem;
  font-size: clamp(2.5rem, 2.5vw, 3.2rem);
}

.instructor-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.instructor-contents {
  line-height: 1.5;
  font-weight: 500;
  padding-right: 50px;
  width: 68%;
}

.instructor-contents p {
  margin-bottom: 24px;
}

.instructor-image {
  width: 32%;
}

.instructor-image img {
  -o-object-fit: contain;
     object-fit: contain;
}

.first-recruitment {
  padding: 0 2rem 52px;
}

.first-recruitment__content {
  text-align: center;
}

.first-recruitment__content p {
  margin-bottom: 26px;
}

.first-recruitment__content a {
  color: #3a3a3a;
  text-decoration: none;
}

.first-recruitment__content a:hover {
  text-decoration: underline;
}

.form__wrapper {
  max-width: 1020px;
  margin: 0 auto;
}

.form__title {
  margin-bottom: 38px;
  font-size: 3.2rem;
  font-size: clamp(1.8rem, 2.5vw, 3.2rem);
  color: #573701;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6";
  text-align: center;
}

.form__description {
  max-width: 800px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem 17px;
}

.form__description p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4444;
}

.form__form {
  max-width: 1020px;
  margin: auto;
}

dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #707070;
}

dl:first-child {
  border-top: 1px solid #707070;
}

dl:first-child .require::after {
  top: 66%;
}

dl:nth-child(6) .require::after, dl:nth-child(9) .require::after {
  top: 7%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

dt {
  width: 28.5%;
  position: relative;
  background: #EEEEEE;
  padding-left: 7.3%;
  padding-top: 1.4%;
}

dt.require::after {
  content: "必須";
  position: absolute;
  background: #BF0E0D;
  color: #fff;
  border: 1px solid #707070;
  width: 46px;
  height: 28px;
  font-size: 14px;
  font-weight: 500;
  right: 7%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 46px;
  border-radius: 6px;
  text-align: center;
}

dd {
  width: 71.5%;
  padding: 8px 0 6px 3.1%;
}

select {
  border-radius: 5px;
  height: 40px;
  outline: none;
  border: 1px solid #707070;
  width: 48.5%;
  background: #fff;
  padding-left: 5px;
  margin-bottom: 8px;
}

.form__text {
  width: 39%;
  border-radius: 5px;
  outline: none;
  border: 1px solid #707070;
  height: 41px;
  padding-left: 8px;
}

.zip-code {
  width: 28.3%;
}

.tel1,
.tel2,
.fax1,
.fax2 {
  margin-right: 14px;
  position: relative;
}

.tel1::after,
.tel2::after,
.fax1::after,
.fax2::after {
  position: absolute;
  content: "";
  background: #707070;
  width: 8.5px;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -12px;
}

.form__tel-fax {
  width: 11.5%;
  border-radius: 5px;
  outline: none;
  border: 1px solid #707070;
  height: 41px;
  padding-left: 8px;
}

.form__post-number {
  border-radius: 5px;
  outline: none;
  border: 1px solid #707070;
  height: 41px;
  padding-left: 8px;
}

.form__post-number1 {
  width: 34%;
  margin-left: 4px;
}

.form__post-number2 {
  width: 40%;
}

.postal1 {
  margin-right: 14px;
  position: relative;
}

.postal1::after {
  position: absolute;
  content: "";
  background: #707070;
  width: 8.5px;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -12px;
}

.form__textarea {
  border-radius: 5px;
  height: 41px;
  padding-left: 8px;
  outline: none;
  border: 1px solid #707070;
  width: 48.7%;
}

.zip-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
}

.address-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.form__address {
  width: 100%;
  border-radius: 5px;
  outline: none;
  padding-left: 8px;
  border: 1px solid #707070;
  height: 41px;
}

.prefecture {
  width: 48.7%;
  margin-right: 2.7%;
}

.city {
  width: 48.6%;
}

.addr {
  width: 48.7%;
}

.addr input {
  width: 48.7%;
}

.post-number__btn {
  color: #3A3A3A;
  font-weight: 500;
  width: 139px;
  height: 41px;
  background: #D6D6D6;
  border: 1px solid #707070;
  border-radius: 3px;
}

.form__annotation {
  font-weight: 500;
  padding-top: 1px;
}

.form__annotation {
  font-weight: 500;
  padding-top: 5px;
}

.privacy-policy {
  max-width: 1020px;
  margin: auto;
}

.privacy-policy__wrapper {
  margin-top: 40px;
  height: 221px;
  overflow-y: scroll;
  padding: 19px 20px 20px 25px;
  border: 1px solid #707070;
}

.privacy-policy p {
  padding-bottom: 25px;
}

.agree-check {
  padding-top: 25px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}

.agree-check label {
  position: relative;
  padding-left: 20px;
}

.agree-check input {
  width: 18px;
  height: 18px;
  border: 1px solid #707070;
  position: absolute;
  top: 5px;
  left: 0;
}

.form__send-btn {
  text-align: center;
}

.form__send-btn input {
  width: 231px;
  height: 50px;
  background: #573701;
  border: 1px solid #707070;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  margin-top: 30px;
  -webkit-transition: .3s;
  transition: .3s;
}

.form__send-btn input:hover {
  background: #fff;
  color: #573701;
}

.wpcf7-spinner {
  display: none;
}

.privacy {
  padding: 0 2rem 95px;
}

.privacy__inner {
  max-width: 1020px;
  margin: 0 auto;
  padding-top: 95px;
}

.privacy__ttl {
  font-size: 3.2rem;
  font-size: clamp(2.2rem, 2.5vw, 3.2rem);
  -webkit-text-decoration: underline 2px solid #3A3A3A;
          text-decoration: underline 2px solid #3A3A3A;
  text-underline-offset: 9px;
  font-weight: 700;
  color: #3A3A3A;
  padding-bottom: 13px;
}

.privacy__content > p {
  margin-bottom: 50px;
}

.message-box {
  background: #fff;
  padding-top: 5rem;
}

.message-box__item {
  margin: auto;
}

.message-box__ttl {
  font-size: 1.4rem;
  line-height: 1.8571;
  color: #fff;
  font-weight: 700;
  padding: 1.3rem;
  background: #674A19;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2.5rem;
}

.message-box__txt {
  font-size: 1.4rem;
  line-height: 1.4285;
  color: #707070;
  font-weight: 500;
  padding: 1.2rem 2.5rem 3rem;
  border: 1px solid #674A1A;
}

@media screen and (max-width: 1050px) {
  .service-feature__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service-feature__content--wrapper {
    width: 80%;
    margin: auto;
  }
  .service-detail__ttl-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service-detail__ttl-box h2 {
    margin-right: 0;
    padding-bottom: 30px;
  }
  .user-voice__title,
  .user-voice__content-title {
    text-align: center;
  }
  .user-voice__content-title {
    width: 100%;
  }
  .user-voice__content-title::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 30%;
    bottom: -18px;
  }
  .user-voice__content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .user-voice__content-contents {
    width: 100%;
  }
  .user-voice__content-image {
    width: 65%;
    margin: auto;
    padding-bottom: 20px;
  }
  .user-voice__content:nth-of-type(2n+1) .user-voice__content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .user-voice__content-user-name {
    text-align: center;
  }
  .user-voice__content-contents p {
    padding-right: 0;
  }
  .user-voice__content-contents p {
    margin-right: 0;
  }
  .user-voice__content:nth-of-type(2n+1) .user-voice__content-contents p {
    margin-left: 0;
  }
  .benefits__title {
    text-align: center;
  }
  .benefits__list-wrapper {
    width: 100%;
  }
  .benefits__item--notice {
    padding-right: 0;
  }
  .first-benefits__title {
    text-align: center;
  }
  .message-box__txt {
    padding: 10px;
  }
  .instructor-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .instructor__title {
    margin-bottom: 25px;
    text-align: center;
  }
  .instructor-contents {
    width: 100%;
    padding-right: 0;
  }
  .instructor-image {
    width: 65%;
    margin: auto;
    padding-bottom: 20px;
  }
  .message-box__ttl {
    text-align: center;
  }
  .form__form th,
  .form__form td {
    display: block;
    width: 100%;
  }
  .form__form th {
    padding-top: 14px;
  }
  .form__form td {
    padding: 10px 20px;
  }
  .form__personal-info-description {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .zip-code {
    width: 53.3%;
  }
  .privacy-policy {
    padding: 0 2rem;
  }
  dt {
    padding-left: 2%;
  }
  dt.require,
  dl:first-child dt.require,
  dl:nth-child(6) dt.require,
  dl:nth-child(9) dt.require {
    padding-bottom: 5%;
  }
  dt.require::after,
  dl:first-child dt.require::after,
  dl:nth-child(6) dt.require::after,
  dl:nth-child(9) dt.require::after {
    top: 69%;
  }
}

@media screen and (max-width: 480px) {
  .page-header {
    height: 200px;
  }
  .main {
    padding-top: 66px;
  }
  .service-description__ttl {
    margin-bottom: 30px;
  }
  .service-description-info {
    margin-top: 40px;
  }
  .service-description-info__btn {
    width: 90%;
    height: 50px;
    border-radius: 5px;
  }
  .service-description-info__item {
    padding-left: 2%;
    padding-right: 2%;
  }
  .service-description-info__catch {
    font-size: 2rem;
    line-height: 1.5;
  }
  .service-description__who ul {
    padding-left: 0;
  }
  .service-description__who ul li::before {
    display: none;
  }
  .benefits__item--content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .service-description__ttl {
    line-height: 1.5;
  }
  .service-description__ttl::after {
    bottom: -16px;
  }
  dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  dt,
  dd {
    width: 100%;
  }
  dt {
    padding-top: 1.4%;
    padding-bottom: 1.4%;
    padding-left: 3%;
  }
  dt.require::after,
  dl:first-child dt.require::after,
  dl:nth-child(6) dt.require::after,
  dl:nth-child(9) dt.require::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  dd {
    padding: 2%;
  }
  select,
  .form__text {
    width: 100%;
  }
  .form__description {
    padding: 0 10px 17px;
  }
  .form__description p {
    font-size: 1.6rem;
  }
  .form__title {
    margin-bottom: 20px;
  }
  .form__address1 {
    margin-right: 0;
  }
  .form__address {
    width: 100%;
  }
  .form__annotation {
    font-size: 1.3rem;
  }
  .form__tel-fax {
    width: 29%;
  }
  .form__post-number1,
  .form__post-number2 {
    width: 35%;
  }
  .form__textarea {
    width: 100%;
  }
  .privacy-policy__wrapper {
    padding: 1rem;
  }
  .agree-check {
    padding: 1rem 2rem 0;
  }
  .agree-check input {
    top: -24px;
  }
}
/*# sourceMappingURL=member.css.map */