@charset "UTF-8";
/* =========================================================================
   /lp2/esthetic/ 統合スタイル

   WordPress版（page-esthetic.php）は common/css/import.css（共通CSS 8ファイル）と
   lp/esthetic/style.css の2系統を読み込んでいた。ここではそれを1ファイルに畳んでいる。

   共通CSSは全文ではなく、このLPで実際に効いていたルール（フォーム・フッター・
   .pc/.sp・.text-center）だけを抜き出した。読み込み順は元のカスケードを保つため
   共通CSS抜粋 → lp/esthetic/style.css → form-lp2.css の順に並べてある。
   ========================================================================= */

/* === base.css（抜粋） === */
img {
  border: none;
  vertical-align: bottom;
}

/* === layout.css（抜粋：フッター） === */
footer.foot a {
  color: #fff;
}
footer.foot .footer {
  box-sizing: border-box;
  width: 1100px;
  margin: auto;
  max-width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer.foot #copyRight {
  color: #fff;
  padding: 10px 0;
  background-color: rgba(66, 66, 66, 1);
}
footer.foot #copyRight a {
  color: #fff;
}

/* === common.css（抜粋） === */
.pc { display: block !important; }
.sp { display: none !important; }

.grecaptcha-badge { z-index: 90; }

footer.foot #copyRight nav {
  display: flex;
  justify-content: space-between;
}
footer.foot #copyRight nav ul {
  display: flex;
  justify-content: space-between;
  font-size: .75em;
  padding: .5em 0 0 0;
}
footer.foot #copyRight nav li {
  margin: 0 0 0 2em;
}
footer.foot #copyRight #foogLogo {
  margin: 0 20px 0 0;
}
footer.foot #copyRight #foogLogo img {
  width: 120px;
  height: auto;
}
footer.foot #copyRight p {
  font-size: 12px;
  display: flex;
  align-items: center;
}

/* === class.css（抜粋） === */
.text-center {
  text-align: center;
}

/* === style.css（抜粋：資料請求フォーム） === */
.form_t_link {
  font-size: 12px;
  line-height: 1.4;
  margin: 10px 0;
}
.form_t_link a {
  color: #0F71D2;
}
.column_form .form_t_link br {
  display: block;
}

.column_form h2 {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .03em;
  margin-bottom: 16px;
}
.column_form h2 img {
  display: none;
}
.column_form br {
  display: none;
}
.column_form label.field-label {
  font-size: 16px;
  font-weight: 700;
  display: block;
  line-height: 1.5rem;
}
.column_form select,
.column_form textarea {
  background: #e5e5e5;
  border: solid 1px #d1d2d2;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 14px;
  padding: 7px 10px;
}
.column_form .notice {
  color: #333;
  font-size: 12px;
  display: block;
  margin: 4px 0 0;
  line-height: 1.5;
}

.form-set fieldset {
  padding: 6px 0;
}
.form-set select,
.form-set textarea {
  padding: 5px 10px;
  box-sizing: border-box;
  border: solid 1px #d1d2d2;
  background: #e5e5e5;
  width: 100%;
  border-radius: 3px;
  font-size: 16px;
  letter-spacing: .03em;
}
.form-set fieldset.required label.field-label:after {
  background: #d1a154;
  border-radius: 4px;
  color: #fff;
  content: "必須";
  display: inline-block;
  float: right;
  font-size: 14px;
  line-height: 1;
  padding: 4px 6px;
  position: relative;
  right: 0;
  top: 0;
}
.form-set input::placeholder {
  color: #777;
  font-size: 16px;
}

/* === mobile.css（抜粋） === */
@media screen and (max-width: 768px) {
  .pc { display: none !important; }
  .sp { display: block !important; }

  .column_form {
    margin-top: -40px;
    padding-top: 64px;
  }

  .form-set fieldset.required label.field-label:after {
    right: 0;
  }

  footer.foot #copyRight {
    color: #fff;
    padding: 0 0 80px 0;
    background-color: rgba(66, 66, 66, 1);
  }
  footer.foot .footer {
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  footer.foot #copyRight nav {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 20px 0 15px 0;
  }
  footer.foot #copyRight #foogLogo {
    margin: 0 0 5px 0;
  }
  footer.foot #copyRight p {
    padding: 10px 0;
  }
}

/* === lp/esthetic/style.css === */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
  text-decoration: none;
}

h1, h2, h3, p {
  font-weight: normal;
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

input, select {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: normal;
  line-height: 1.75em;
}

.c_cv_btn {
  background-color: #44B0A6;
  border-radius: 50px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff !important;
  display: block;
  font-size: 18px;
  letter-spacing: 0.05em;
  padding: 9px 0 10px;
  position: relative;
  text-align: center;
  width: 240px;
}
.c_cv_btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  right: 20px;
  top: 18px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c_offer {
  color: #44B0A6;
  font-size: 14px;
}

.c_heading {
  color: #E73650;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c_heading {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
}

.c_section {
  padding: 64px 0;
}
@media screen and (max-width: 768px) {
  .c_section {
    padding: 48px 16px;
  }
}

.header {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  position: fixed;
  width: 100%;
  z-index: 100;
}
.header_inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .header_inner {
    height: 40px;
  }
}
.header_img {
  width: 120px;
}
.header_list {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header_list {
    background-color: #fff;
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -80vw;
    width: 80vw;
    padding-top: 64px;
    z-index: 200;
  }
}
@media screen and (max-width: 768px) {
  .open .header_list {
    right: 0;
  }
}
.header_item {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .header_item {
    margin: 32px 0 0 40px;
  }
}
.header_btn {
  padding: 5px 24px 6px;
  width: auto;
}
.header_btn::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .header_btn {
    width: 90%;
  }
}

.toggle_btn span {
  display: block;
  position: absolute;
  right: 16px;
  width: 30px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 300;
}

.toggle_btn span:nth-child(1) {
  top: 12px;
}

.toggle_btn span:nth-child(2) {
  bottom: 12px;
}

.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}

.open .toggle_btn span:nth-child(2) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

#mask {
  display: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0.5;
  z-index: 100;
  cursor: pointer;
}

.fv {
  padding: 140px 0 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .fv {
    padding: 80px 0 40px;
  }
}
.fv::before {
  background-image: url(https://rsvia.co.jp/wp-content/themes/rsvia/lp/esthetic/image/bg-circle.png);
  background-size: contain;
  background-position: 50% 50%;
  content: "";
  display: block;
  position: absolute;
  z-index: -100;
  left: calc(50% - 840px);
  top: -80px;
  height: 400px;
  width: 400px;
}
@media screen and (max-width: 768px) {
  .fv::before {
    left: calc(50% - 240px);
    top: 10px;
    height: 120px;
    width: 120px;
  }
}
.fv::after {
  background-image: url(https://rsvia.co.jp/wp-content/themes/rsvia/lp/esthetic/image/bg-circle.png);
  background-size: contain;
  background-position: 50% 50%;
  content: "";
  display: block;
  position: absolute;
  z-index: -100;
  left: calc(50% + 440px);
  top: 320px;
  height: 300px;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .fv::after {
    left: calc(50% - 270px);
    top: 520px;
    height: 200px;
    width: 200px;
  }
}
.fv_inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .fv_inner {
    display: block;
  }
}
.fv_inner::after {
  background-image: url(https://rsvia.co.jp/wp-content/themes/rsvia/lp/esthetic/image/bg-circle-2.png);
  background-size: contain;
  background-position: 50% 50%;
  content: "";
  display: block;
  position: absolute;
  z-index: -100;
  left: calc(50% - 200px);
  top: 320px;
  height: 160px;
  width: 240px;
}
@media screen and (max-width: 768px) {
  .fv_inner::after {
    left: calc(50% + 130px);
    top: 230px;
    height: 80px;
    width: 120px;
  }
}
.fv_catch {
  color: #E73650;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
.fv_catch::before {
  content: "・・・・・";
  display: block;
  position: absolute;
  top: -15px;
  left: 0;
}
.fv_heading {
  color: #E73650;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .fv_heading {
    font-size: 34px;
    letter-spacing: 0.03em;
  }
}
.fv_second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.fv_multi {
  font-weight: bold;
  margin: 2px 8px 0;
}
.fv_subcatch {
  background-color: #E73650;
  color: #fff;
  letter-spacing: 0.08em;
  padding: 3px 0 4px;
  width: 160px;
}
.fv_offer {
  font-size: 16px;
  font-weight: 500;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .fv_offer {
    margin-top: 16px;
  }
}
.fv_btn {
  margin: 0 auto;
  width: 280px;
}
.fv_kv {
  margin-left: 64px;
  width: 560px;
}
@media screen and (max-width: 768px) {
  .fv_kv {
    margin: 48px auto 0 64px;
    width: 90%;
  }
}

.about {
  background-color: #F2F4F7;
  text-align: center;
}
.about_sub {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .about_sub {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .about_heading {
    font-size: 22px;
  }
}
.about_list {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .about_list {
    display: block;
    margin-top: 24px;
  }
}
.about_item {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .about_item {
    width: 100%;
  }
}
.about_plus {
  margin: 0 32px;
  width: 40px;
}
@media screen and (max-width: 768px) {
  .about_plus {
    margin: 12px 0;
    width: 32px;
  }
}

@media screen and (max-width: 768px) {
  .works {
    padding: 48px 16px 40px;
  }
}
@media screen and (max-width: 768px) {
  .works_heading {
    font-size: 20px;
  }
}
.works_logo {
  display: block;
  margin: 40px auto 20px;
  width: 800px;
}
@media screen and (max-width: 768px) {
  .works_logo {
    margin: 24px auto 20px;
    width: 100%;
  }
}
.works_img {
  display: block;
  margin: 0 auto;
  width: 640px;
}
@media screen and (max-width: 768px) {
  .works_img {
    width: 100%;
  }
}

.voice {
  background-color: #F2F4F7;
  text-align: center;
}
.voice_sub {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .voice_sub {
    font-size: 18px;
  }
}
.voice_img {
  display: block;
  margin: 40px auto 0;
  width: 640px;
}
@media screen and (max-width: 768px) {
  .voice_img {
    margin: 24px auto 0;
    width: 100%;
  }
}

.reason {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .reason {
    padding: 48px 0;
  }
}
.reason::before {
  background-image: url(https://rsvia.co.jp/wp-content/themes/rsvia/lp/esthetic/image/bg-circle.png);
  background-size: contain;
  background-position: 50% 50%;
  content: "";
  display: block;
  position: absolute;
  z-index: -100;
  left: calc(50% - 880px);
  top: -100px;
  height: 600px;
  width: 600px;
}
@media screen and (max-width: 768px) {
  .reason::before {
    left: calc(50% - 400px);
    top: -240px;
  }
}
.reason_sub {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .reason_sub {
    font-size: 16px;
    line-height: 1.7;
  }
}
.reason_wrapper {
  margin: 0 auto;
  width: 800px;
}
@media screen and (max-width: 768px) {
  .reason_wrapper {
    width: 100%;
  }
}
.reason_box {
  background-color: #F2F4F7;
  border-radius: 40px;
  position: relative;
  width: 720px;
}
@media screen and (max-width: 768px) {
  .reason_box {
    width: 100%;
  }
}
.reason_box_sub {
  height: 16px;
}
@media screen and (max-width: 768px) {
  .reason_box_sub {
    height: 15px;
  }
}
.reason_box_heading {
  font-size: 20px;
  font-weight: 500;
  margin-top: 4px;
}
.reason_box_text {
  font-size: 15px;
  line-height: 1.8;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .reason_box_text_01 {
    margin: 20px 16px 0 -120px;
  }
}
.reason_box_note {
  font-size: 13px;
  margin-top: 16px;
}
.reason_box_01 {
  margin: 100px 0 0 auto;
  padding: 40px 0 40px 140px;
}
@media screen and (max-width: 768px) {
  .reason_box_01 {
    border-radius: 40px 0 0 40px;
    margin: 72px 0 0 auto;
    padding: 24px 0 32px 140px;
    width: calc(100% - 16px);
  }
}
.reason_box_02 {
  margin: 100px auto 0;
  padding: 40px 158px 40px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .reason_box_02 {
    border-radius: 0 40px 40px 0;
    margin: 80px 0;
    padding: 32px 12px 32px 24px;
    width: calc(100% - 16px);
  }
}
.reason_box_02::before {
  background-image: url(https://rsvia.co.jp/wp-content/themes/rsvia/lp/esthetic/image/bg-circle.png);
  background-size: contain;
  background-position: 50% 50%;
  content: "";
  display: block;
  position: absolute;
  z-index: -100;
  left: calc(50% + 240px);
  top: -300px;
  height: 600px;
  width: 600px;
}
@media screen and (max-width: 768px) {
  .reason_box_02::before {
    left: calc(50% - 100px);
    top: -240px;
    height: 450px;
    width: 450px;
  }
}
.reason_box_03 {
  margin: 180px auto 0;
  padding: 140px 40px 40px;
  width: 720px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .reason_box_03 {
    border-radius: 20px;
    margin: 120px auto 0;
    padding: 104px 24px 24px;
    width: calc(100% - 24px);
  }
}
.reason_box_03::before {
  background-image: url(https://rsvia.co.jp/wp-content/themes/rsvia/lp/esthetic/image/bg-circle.png);
  background-size: contain;
  background-position: 50% 50%;
  content: "";
  display: block;
  position: absolute;
  z-index: -100;
  left: calc(50% - 640px);
  top: -200px;
  height: 450px;
  width: 450px;
}
@media screen and (max-width: 768px) {
  .reason_box_03::before {
    left: calc(50% - 320px);
    top: -200px;
    height: 400px;
    width: 400px;
  }
}
.reason_img_01 {
  position: absolute;
  top: -40px;
  left: -80px;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .reason_img_01 {
    top: -40px;
    left: 0;
    width: 120px;
  }
}
.reason_img_02 {
  position: absolute;
  top: -40px;
  right: -80px;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .reason_img_02 {
    top: -40px;
    right: 0;
    width: 120px;
  }
}
.reason_img_03 {
  position: absolute;
  top: -120px;
  left: calc(50% - 200px);
  width: 400px;
}
@media screen and (max-width: 768px) {
  .reason_img_03 {
    top: -80px;
    left: calc(50% - 140px);
    width: 280px;
  }
}
.reason_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
}
@media screen and (max-width: 768px) {
  .reason_list {
    margin: 0 0 -12px -124px;
    padding-bottom: 8px;
  }
}
.reason_item {
  color: #E73650;
  font-size: 14px;
  margin: 12px 12px 0 0;
}
@media screen and (max-width: 768px) {
  .reason_item {
    margin: 24px 16px 0 0;
  }
}
.reason_mockup {
  margin-top: 4px;
  width: 128px;
}
.reason_highlight {
  color: #E73650;
  font-weight: 500;
}

.case {
  background-color: #F2F4F7;
}
.case_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 32px auto 0;
  max-width: 1200px;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .case_list {
    display: block;
    margin: 16px auto 0;
    width: 100%;
  }
}
.case_item {
  background-color: #fff;
  border-radius: 15px;
  padding: 16px;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .case_item {
    width: 100%;
    margin-top: 24px;
  }
}
.case_header {
  position: relative;
}
.case_img {
  width: 100%;
}
.case_store {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 4px 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1.5;
}
.case_title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 12px;
}
.case_text {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 12px;
}

.cta {
  background: -webkit-gradient(linear, left top, right bottom, from(rgb(255, 234, 236)), color-stop(45%, rgba(231, 54, 80, 0.7)), to(rgba(231, 54, 80, 0.8)));
  background: -webkit-linear-gradient(top left, rgb(255, 234, 236) 0%, rgba(231, 54, 80, 0.7) 45%, rgba(231, 54, 80, 0.8) 100%);
  background: linear-gradient(to bottom right, rgb(255, 234, 236) 0%, rgba(231, 54, 80, 0.7) 45%, rgba(231, 54, 80, 0.8) 100%);
  color: #fff;
  font-weight: 500;
  padding: 32px 0;
}
@media screen and (max-width: 768px) {
  .cta {
    padding: 32px 16px;
  }
}
.cta_list {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cta_img {
  margin-right: 32px;
  width: 160px;
}
@media screen and (max-width: 768px) {
  .cta_img {
    margin-right: 16px;
    width: 120px;
  }
}
.cta_sub {
  font-size: 20px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .cta_sub {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
.cta_offer {
  font-size: 24px;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .cta_offer {
    font-size: 20px;
  }
}
.cta_copy {
  font-size: 15px;
  margin-top: 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cta_copy {
    font-size: 14px;
    margin-top: 24px;
  }
}
.cta_btn {
  margin: 4px auto 0;
  width: 320px;
}

.function_inner {
  margin: 24px auto 0;
  width: 720px;
}
@media screen and (max-width: 768px) {
  .function_inner {
    margin: 16px auto 0;
    width: 100%;
  }
}
.function_img {
  width: 100%;
}
.function_text {
  line-height: 1.7;
  margin-top: 12px;
  letter-spacing: 0;
}

.support {
  background-color: #F2F4F7;
  overflow: hidden;
}
.support_sub {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.support_sub_2 {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .support_sub_2 {
    margin-top: 40px;
  }
}
.support_heading {
  font-size: 21px;
}
.support_img_01 {
  display: block;
  margin: 32px auto 0;
  width: 90%;
  max-width: 880px;
}
@media screen and (max-width: 768px) {
  .support_img_01 {
    margin: 24px auto 0;
    width: 100%;
  }
}
.support_list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 48px auto 0;
  max-width: 1200px;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .support_list {
    display: block;
    margin: 24px auto 0;
    width: 100%;
  }
}
.support_item {
  display: block;
  margin-left: -40px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .support_item {
    margin-left: 0;
    width: 110vw;
    margin: 0 calc(50% - 55vw);
  }
}
.support_item_2 {
  width: 41.5%;
}
@media screen and (max-width: 768px) {
  .support_item_2 {
    margin-top: 32px;
    width: 100%;
  }
}

.qa_q {
  background-color: #E73650;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
  margin: 32px auto 0;
  padding: 12px;
  width: 560px;
}
@media screen and (max-width: 768px) {
  .qa_q {
    margin: 20px auto 0;
    width: 100%;
  }
}
.qa_a {
  background-color: #FFEAEC;
  border-radius: 0 0 10px 10px;
  line-height: 1.7;
  margin: 0 auto;
  padding: 12px;
  width: 560px;
}
@media screen and (max-width: 768px) {
  .qa_a {
    width: 100%;
  }
}
.qa a {
  text-decoration: underline;
}

.form {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0 auto;
  width: 560px;
  padding: 64px 0;
}
@media screen and (max-width: 768px) {
  .form {
    padding: 48px 0;
    width: calc(100% - 32px);
  }
}

.footer {
  text-align: center;
}
.footer small {
  font-size: 12px;
}

.u_color_block {
  color: #333;
}

.u_color_main {
  color: #E73650;
}

.u_highlight {
  color: #E73650;
  font-weight: 500;
}

.u_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .u_sp {
    display: block;
  }
  .u_pc {
    display: none;
  }
}
::-webkit-scrollbar {
  height: 3px;
}

footer.foot #copyRight nav #foogLogo, footer.foot #copyRight nav li + li {
  display: none;
}

@media screen and (max-width: 768px) {
  footer.foot #copyRight {
    padding: 0;
  }
}
.form_t_link {
  line-height: 1;
}

.toggle_btn {
  display: none;
}
/* === form-lp2.css === */
input[type="text"], input[type="number"], input[type="email"], input[type="tel"], textarea {
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #d1d2d2;
    background: #e5e5e5;
    display: inline-block;
    width: 100%;
    border-radius: 3px;
}
button {
    background: #e94729;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1em;
    font-size: 22px;
    font-weight: 500;
    line-height: 1em;
    margin: auto;
    max-width: 100%;
    padding: 1em 0;
    padding: 12px 0;
    width: 400px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
@media screen and (max-width: 768px) {
    button {
        max-width: 80%;
        font-size: 18px;
    }
}
.form-set .field-error {
    color: #d33;
    font-size: 13px;
    margin: 4px 0 0;
    line-height: 1.4;
}
button.submit-btn:disabled {
    background: #e5e5e1;
    color: #606060;
    cursor: not-allowed;
}
.grecaptcha-badge {
    visibility: hidden;
}
