@charset "UTF-8";

@media screen and (min-width: 768px) {
  #content .form_base table + .sub_ttl {
    margin: 80px 0 10px;
  }
}

@media screen and (max-width: 767px) {
  #content .form_base table + .sub_ttl {
    margin: 40px 0 10px;
  }
}

@media screen and (min-width: 768px) {
  .select_box_wrap {
    display:inline-block;
    margin-right: 1em;
  }
}

@media screen and (min-width: 768px) {
  .area_input li {
    display: inline-block;
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .area_input li {
    display: flex;
    align-items: center;
  }
}

/* width-bk
-------------------------------------------------------------------------- */
.width-bk {
  position: relative;
}

@media screen and (max-width: 767px) {
  .width-bk {
      padding-top: 30px;
      padding-bottom: 60px;
      margin-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .width-bk {
      padding-top: 90px;
      padding-bottom: 145px;
      margin-bottom: 60px;
  }
}

@media screen and (min-width: 1024px) {
  .width-bk {
      padding-top: 167px;
      padding-bottom: 167px;
      margin-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .width-bk__inner {
      width: 100%;
  }
}

.width-bk__container {
  position: relative;
  z-index: 2;
  background-color: rgba(93, 51, 13, .7);
  color: #fff;
}

@media screen and (max-width: 767px) {
  .width-bk__container {
      padding: 8vw 8vw 8vw 8vw;
  }
}

@media screen and (min-width: 768px) {
  .width-bk__container {
      width: 100%;
      max-width: 610px;
      padding: 40px;
  }
}
/*
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .width-bk__container {
      margin-left: auto;
      margin-right: auto;
  }
}
*/

@media screen and (max-width: 767px) {
  .width-bk__body {
      padding-top: 5.33vw;
  }
}

@media screen and (min-width: 768px) {
  .width-bk__body {
      padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .width-bk__title {
      margin-top: 5.33vw;
      font-size: 40px;
      font-size: 5.33vw;
      line-height: 1.6;
  }
}

@media screen and (min-width: 768px) {
  .width-bk__title {
      margin-top: 30px;
      font-size: 30px;
      font-size: 3rem;
      line-height: 1.6;
  }
}

.width-bk__text {
  margin-bottom: 1.5em;
}

.width-bk__author {
  text-align: right;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .width-bk__author {
      margin-top: 30px;
      font-size: 20px;
      font-size: 2rem;
  }
}

.width-bk__visual {
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .width-bk__visual {
      margin-top: -6.67vw;
      height: 129.33333vw;
  }
  .width-bk__visual img {
      height: 129.33333vw;
  }
}

@media screen and (min-width: 768px) {
  .width-bk__visual {
      height: 640px;
  }
}
/*
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .width-bk__visual {
      margin-top: -50px;
  }
}
*/

@media screen and (min-width: 1024px) {
  .width-bk__visual {
      height: 680px;
  }
}

@media screen and (min-width: 768px) {
  .width-bk__image {
      width: 100%;
      height: 100%;
  }
}

/* width-bk
-------------------------------------------------------------------------- */
.width-bk-on {
  position: relative;
}

@media screen and (max-width: 767px) {
  .width-bk-on {
      padding-top: 30px;
      padding-bottom: 60px;
      margin-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .width-bk-on {
      padding-top: 90px;
      padding-bottom: 145px;
      margin-bottom: 60px;
  }
}

@media screen and (min-width: 1024px) {
  .width-bk-on {
      padding-top: 167px;
      padding-bottom: 167px;
      margin-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .width-bk-on__inner {
      width: 100%;
  }
}

.width-bk-on__container {
  position: relative;
  z-index: 2;
  background-color: rgba(93, 51, 13, .7);
  color: #fff;
}

@media screen and (max-width: 767px) {
  .width-bk-on__container {
      padding: 8vw 8vw 8vw 8vw;
  }
}

@media screen and (min-width: 768px) {
  .width-bk-on__container {
      width: 100%;
      max-width: 610px;
      padding: 40px;
  }
}
/*
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .width-bk-on__container {
      margin-left: auto;
      margin-right: auto;
  }
}
*/

@media screen and (max-width: 767px) {
  .width-bk-on__body {
      padding-top: 5.33vw;
  }
}

@media screen and (min-width: 768px) {
  .width-bk-on__body {
      padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .width-bk-on__title {
      margin-top: 5.33vw;
      font-size: 40px;
      font-size: 5.33vw;
      line-height: 1.6;
  }
}

@media screen and (min-width: 768px) {
  .width-bk-on__title {
      margin-top: 30px;
      font-size: 30px;
      font-size: 3rem;
      line-height: 1.6;
  }
}

.width-bk-on__text {
  margin-bottom: 1.5em;
}

.width-bk-on__author {
  text-align: right;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .width-bk-on__author {
      margin-top: 30px;
      font-size: 20px;
      font-size: 2rem;
  }
}

.width-bk-on__visual {
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .width-bk-on__visual {
      margin-top: -6.67vw;
      height: 146.66667vw;
  }
  .width-bk-on__visual img {
      height: 146.66667vw;
  }
}

@media screen and (min-width: 768px) {
  .width-bk-on__visual {
      height: 640px;
  }
}
/*
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .width-bk-on__visual {
      margin-top: -50px;
  }
}
*/
@media screen and (min-width: 1024px) {
  .width-bk-on__visual {
      height: 680px;
  }
}

@media screen and (min-width: 768px) {
  .width-bk-on__image {
      width: 100%;
      height: 100%;
  }
}

/* pointArea
-------------------------------------------------------------------------- */
.pointArea__wrap {
  margin-top: 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pointArea__item {
  margin-bottom: 1%;
  padding: 30px 15px;
  border: 1px solid #c9c9c9;
}

@media screen and (min-width: 768px) {
  .pointArea__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 32.6%;
      min-height: 250px;
  }
}
/*
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pointArea__item {
      width: 48.6%;
      margin-bottom: 3%;
  }
}
*/

@media screen and (max-width: 767px) {
  .pointArea__item {
      width: 100%;
      margin-bottom: 5%;
  }
}

.pointArea__item:nth-child(-n+2) {
  width: 49.5%;
}

@media screen and (min-width: 768px) {
  .pointArea__item:nth-child(-n+2) .pointArea__inner {
      width: 45%;
      display: block;
  }
}

@media screen and (max-width: 767px) {
  .pointArea__item:nth-child(-n+2) {
      width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .pointArea__item .images {
      width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .pointArea__item .images {
      width: 100%;
      margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .pointArea__item .images {
      display: block;
  }
}

.pointArea__item .title {
  line-height: 1.3;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .pointArea__item .title {
      padding-bottom: 2.67vw;
      font-size: 25px;
      font-size: 2.5rem;
      margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .pointArea__item .title {
      font-size: 30px;
      font-size: 3rem;
      padding-bottom: 10px;
  }
}

.pointArea__item .text {
  line-height: 1.3em;
}

.pointArea__item .point {
  position: relative;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .pointArea__item .point {
      margin-bottom: 1.33vw;
      padding-bottom: .67vw;
      font-size: 45px;
      font-size: 6vw;
  }
}

@media screen and (min-width: 768px) {
  .pointArea__item .point {
      font-size: 20px;
      font-size: 2rem;
      padding-bottom: 5px;
      margin-bottom: 10px;
  }
}

.pointArea__item .point::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: '';
  background: #5d330d;
}

@media screen and (max-width: 767px) {
  .pointArea__item .point::after {
      width: 26.66667vw;
      height: .53333vw;
  }
}

@media screen and (min-width: 768px) {
  .pointArea__item .point::after {
      width: 100px;
      height: 2px;
  }
}

/* supportArea
-------------------------------------------------------------------------- */
.supportArea__wrap {
  margin-top: 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
  .supportArea__inner {
      width: 49.5%;
      display: block;
  }
}

.supportArea__item {
  margin-bottom: 1%;
  padding: 30px 15px;
  border: 1px solid #c9c9c9;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.supportArea__item:nth-child(6) {
  border: 0;
}

@media screen and (max-width: 767px) {
  .supportArea__item:nth-child(6) {
      width: 100%;
      padding: 30px 15px 0;
      margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .supportArea__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 49.5%;
      min-height: 320px;
  }
}
/*
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .supportArea__item {
      width: 48.6%;
      margin-bottom: 3%;
      min-height: 520px;
  }
}
*/
@media screen and (max-width: 767px) {
  .supportArea__item {
      width: 100%;
      margin-bottom: 5%;
  }
}

@media screen and (min-width: 768px) {
  .supportArea__item .images {
      width: 49.5%;
  }
}

@media screen and (max-width: 767px) {
  .supportArea__item .images {
      width: 100%;
      margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .supportArea__item .images {
      display: block;
      width: 100%;
      margin-top: 15px;
  }
}

.supportArea__item .title {
  line-height: 1.3;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .supportArea__item .title {
      padding-bottom: 2.67vw;
      font-size: 25px;
      font-size: 2.5rem;
      margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .supportArea__item .title {
      font-size: 30px;
      font-size: 3rem;
      padding-bottom: 10px;
  }
}

.supportArea__item .text {
  line-height: 1.3em;
}

.supportArea__item .point {
  position: relative;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .supportArea__item .point {
      margin-bottom: 1.33vw;
      padding-bottom: .67vw;
      font-size: 45px;
      font-size: 6vw;
  }
}

@media screen and (min-width: 768px) {
  .supportArea__item .point {
      font-size: 20px;
      font-size: 2rem;
      padding-bottom: 5px;
      margin-bottom: 10px;
  }
}

.supportArea__item .point::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: '';
  background: #fdf43f;
}

@media screen and (max-width: 767px) {
  .supportArea__item .point::after {
      width: 26.66667vw;
      height: .53333vw;
  }
}

@media screen and (min-width: 768px) {
  .supportArea__item .point::after {
      width: 100px;
      height: 2px;
  }
}

@media screen and (max-width: 767px) {
  .supportImage {
      padding-bottom: 20vw;
  }
}

/* stepArea
-------------------------------------------------------------------------- */
.stepArea__wrap {
  margin-top: 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .stepArea__inner {
      width: 100%;
      display: block;
  }
}

.stepArea__item {
  margin-bottom: 1%;
  padding: 30px 15px;
  border: 1px solid #c9c9c9;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .stepArea__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 32.6%;
      min-height: 250px;
  }
}
/*
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .stepArea__item {
      width: 48.6%;
      margin-bottom: 3%;
  }
}
*/
@media screen and (max-width: 767px) {
  .stepArea__item {
      width: 100%;
      margin-bottom: 5%;
  }
}

.stepArea__item .title {
  line-height: 1.3;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .stepArea__item .title {
      padding-bottom: 2.67vw;
      font-size: 25px;
      font-size: 2.5rem;
      margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .stepArea__item .title {
      font-size: 30px;
      font-size: 3rem;
      padding-bottom: 10px;
  }
}

.stepArea__item .text {
  line-height: 1.3em;
}

.stepArea__item .point {
  position: relative;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .stepArea__item .point {
      margin-bottom: 1.33vw;
      padding-bottom: .67vw;
      font-size: 45px;
      font-size: 6vw;
  }
}

@media screen and (min-width: 768px) {
  .stepArea__item .point {
      font-size: 20px;
      font-size: 2rem;
      padding-bottom: 5px;
      margin-bottom: 10px;
  }
}

.stepArea__item .point::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: '';
  background: #fdf43f;
}

@media screen and (max-width: 767px) {
  .stepArea__item .point::after {
      width: 26.66667vw;
      height: .53333vw;
  }
}

@media screen and (min-width: 768px) {
  .stepArea__item .point::after {
      width: 100px;
      height: 2px;
  }
}

/* p-supportBox
 ----------------------------------------------------------------- */
.p-supportBox {
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-supportBox {
      padding: 20vw 0vw 20vw 0vw;
      background-color: #f8f1e3;
  }
}

@media screen and (min-width: 768px) {
  .p-supportBox {
      padding: 90px 0 90px;
      margin-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .p-supportBox::after {
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      content: '';
      width: 50%;
      height: 100%;
      background-color: #f8f1e3;
      z-index: -1;
  }
}

@media screen and (max-width: 767px) {
  .p-supportBox__heading {
      margin-bottom: 10.67vw;
  }
}

@media screen and (min-width: 768px) {
  .p-supportBox__heading {
      margin-bottom: 60px;
  }
}

.p-supportBox__title {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-supportBox__title {
      margin-bottom: 5.33vw;
  }
}

@media screen and (min-width: 768px) {
  .p-supportBox__title {
      margin-bottom: 20px;
  }
}

.p-supportBox__en {
  position: relative;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-supportBox__en {
      font-size: 60px;
      font-size: 8vw;
  }
}

@media screen and (min-width: 768px) {
  .p-supportBox__en {
      font-size: 60px;
      font-size: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .p-supportBox__en {
      text-align: center;
  }
}

.p-supportBox__jp {
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-supportBox__jp {
      margin-top: 2.67vw;
      font-size: 40px;
      font-size: 5.33vw;
      text-align: center;
      line-height: 1.6;
  }
}

@media screen and (min-width: 768px) {
  .p-supportBox__jp {
      margin-top: 13px;
      font-size: 20px;
      font-size: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-supportBox__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  }
}
/*
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .p-supportBox__container {
      -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;
  }
}
*/
@media screen and (min-width: 768px) {
  .p-supportBox__container {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .p-supportBox__col {
      text-align: center;
      margin-top: 10.67vw;
  }
}

@media screen and (min-width: 768px) {
  .p-supportBox__col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 600px;
  }
}
/*
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .p-supportBox__col {
      margin-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-supportBox__col {
      -ms-flex-pack: distribute;
          justify-content: space-around;
  }
}
*/
@media screen and (max-width: 767px) {
  .p-supportBox__col:nth-child(1) {
      margin-top: 0;
  }
}
/*
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .p-supportBox__col:nth-child(1) {
      margin-top: 0;
  }
}
*/
.p-supportBox__col--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-supportBox__col--btn {
      text-align: center;
      margin-top: 10.67vw;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .p-supportBox__col--btn {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      width: 600px;
      padding-right: 5vw;
  }
}
/*
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .p-supportBox__col--btn {
      margin-top: 60px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-supportBox__col--btn {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-right: 0;
  }
}
*/

@media screen and (max-width: 767px) {
  .p-supportBox__col--btn:nth-child(1) {
      margin-top: 0;
  }
}
/*
@media screen and (min-width: 768px) and (max-width: 1239px) {
  .p-supportBox__col--btn:nth-child(1) {
      margin-top: 0;
  }
}
*/
.p-supportBox__col--btn .pass {
  width: 100%;
  text-align: right;
  margin-top: 15px;
}

.p-supportBox__col--btn .pass a {
  padding-right: 40px;
  position: relative;
  display: inline-block;
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .p-supportBox__col--btn .pass {
      margin-top: 30px;
      text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-supportBox__label {
      font-size: 24px;
      font-size: 2.4rem;
      margin-top: 4vw;
      margin-bottom: 4vw;
      line-height: 1.3;
  }
}

@media screen and (min-width: 768px) {
  .p-supportBox__label {
      text-align: center;
      margin-bottom: 24px;
      font-size: 24px;
      font-size: 2.4rem;
  }
}

.p-supportBox__label span {
  font-size: 10px;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .p-supportBox__label span {
      font-size: 20px;
      font-size: 2.67vw;
  }
}

@media screen and (max-width: 767px) {
  .p-supportBox__tel {
      display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .p-supportBox__text {
      text-align: center;
      margin-top: 10px;
      margin-bottom: 30px;
  }
}

/* c-show
 ----------------------------------------------------------------- */
.c-show {
  text-decoration: none;
  color: #000;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
}

.c-show:nth-child(2) {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .c-show:nth-child(2) {
      margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-show__label {
      font-size: 40px;
      font-size: 5.33vw;
  }
}

@media screen and (min-width: 768px) {
  .c-show__label {
      font-size: 18px;
      font-size: 1.8rem;
  }
}

.c-show__number {
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .c-show__number {
      font-size: 80px;
      font-size: 10.67vw;
  }
}

@media screen and (min-width: 768px) {
  .c-show__number {
      font-size: 56px;
      font-size: 5.6rem;
  }
}

.p-memberBox__label {
  line-height: 1;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .p-memberBox__label {
      font-size: 75px;
      font-size: 10vw;
      text-align: center;
      line-height: 1.3em;
  }
}

@media screen and (min-width: 768px) {
  .p-memberBox__label {
      font-size: 56px;
      font-size: 5.6rem;
  }
}

.p-memberBox .mbnone {
  margin-bottom: 0;
}

/* p-memberButton
 ----------------------------------------------------------------- */
.p-memberButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}

.p-memberButton:first-child {
  background-color: #5d330d;
  border: 2px solid #5d330d;
  color: #fff;
  font-weight: bold;
}

.p-memberButton:nth-child(2) {
  background-color: #fff;
  border: 1px solid #999;
  color: #000;
  font-weight: bold;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .p-memberButton {
      padding: 2.67vw 4vw 2.67vw 4vw;
      border: .26667vw solid #c9c9c9;
      width: 45%;
  }
}

@media screen and (min-width: 768px) {
  .p-memberButton {
      min-width: 200px;
      padding: 14px 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-memberButton--contact {
      max-width: 440px;
  }
}

.p-memberButton__title {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-memberButton__en {
      font-size: 50px;
      font-size: 6.67vw;
  }
}

@media screen and (min-width: 768px) {
  .p-memberButton__en {
      font-size: 32px;
      font-size: 3.2rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-memberButton__en {
      font-size: 36px;
      font-size: 3.6rem;
  }
}

.p-memberButton__jp {
  color: #4e4e4e;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-memberButton__jp {
      margin-top: 1.07vw;
      font-size: 32px;
      font-size: 4.27vw;
  }
}

@media screen and (min-width: 768px) {
  .p-memberButton__jp {
      margin-top: 4px;
      font-size: 18px;
      font-size: 1.8rem;
  }
}

.p-supportBox__heading.mbnone {
  margin-bottom: 0 !important;
  line-height: 1.3;
}

.p-supportBox__label.mbnone {
  margin-bottom: 0 !important;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .p-supportBox__label.mbnone {
      font-size: 70px;
      font-size: 9.33vw;
  }
}

@media screen and (min-width: 768px) {
  .p-supportBox__label.mbnone {
      font-size: 56px;
      font-size: 5.6rem;
  }
}

.p-supportBox__label.suportnone {
  margin-bottom: 0 !important;
}

/* option
-------------------------------------------------------------------------- */
.option__Area {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .option__Area {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  }
}

.option__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.3;
  width: 49.5%;
  text-align: center;
  height: 60px;
}

.option__item:first-child {
  background: #f8f1e3;
}

@media screen and (max-width: 767px) {
  .option__item:first-child {
      margin-bottom: 5px;
  }
}

.option__item:last-child {
  color: #fff;
  background: #9e866e;
}

@media screen and (max-width: 767px) {
  .option__item {
      width: 100%;
      height: 60px;
  }
}

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

@media screen and (max-width: 767px) {
  .owner2Area {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  }
}

.owner2Area__image {
  position: relative;
  width: 40%;
  z-index: 10;
}

.owner2Area__image img {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .owner2Area__image {
      width: 100%;
      margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .owner2Area__image {
      width: 100%;
      margin-bottom: 60px;
  }
}

.owner2Area__image:before {
  position: absolute;
  content: '';
  right: -25px;
  top: 25px;
  width: 100%;
  height: 17vw;
  background: rgba(93, 51, 13, .7);
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .owner2Area__image:before {
      right: -10px;
      top: 10px;
      width: 100%;
      height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .owner2Area__image:before {
      right: -15px;
      top: 15px;
      width: 100%;
      height: 100%;
  }
}

.owner2Area__text {
  width: 55%;
}

.owner2Area__text p {
  line-height: 1;
  border-left: 7.5px solid #583313;
  padding-left: 15px;
  margin-bottom: 1vw;
}

@media screen and (max-width: 767px) {
  .owner2Area__text p {
      margin-bottom: 5vw;
      line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  .owner2Area__text p {
      margin-bottom: 2vw;
      line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  .owner2Area__text {
      padding-bottom: 1.33vw;
      font-size: 20px;
      font-size: 2.0rem;
      width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .owner2Area__text {
      font-size: 30px;
      font-size: 3rem;
      padding-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .owner2Area__text {
      line-height: 1.6;
  }
}

@media screen and (min-width: 768px) {
  .owner2Area__text {
      line-height: 1.6;
  }
}

.color1 {
  color: #9e866e !important;
}