@charset "UTF-8";
.shi-mi700, .copyContainer, .thanks_h2, .menbers_text, .Lb_area_anounce, .tabCard_ttltxt, .tabCard_title, .lbs_tab > label.tab02, .lbs_tab > label.tab01, .reasonCard_title.number04:before, .reasonCard_title.number03:before, .reasonCard_title.number02:before, .reasonCard_title.number01:before, .reasonCard_title, .priceO_card_price, .priceO_card_ttl, .Lb_price_option h3, .season_td, .season_th > span, .featureCard_title, .featureCard.number03:before, .featureCard.number02:before, .featureCard.number01:before, .Lb_problem_ttl, .CTA_title, .mainTitle-04, .mainTitle-03, .mainTitle-02, .mainTitle-04a, .mainTitle-03a, .mainTitle-02a, .basis_h2, .Lb_feature_h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}

.noto700, .contactInfo dt, .telNumber_p .footer, .FAQ_dt, .area_c, .area_p, .userDetail, h3.voiceCard_title, .sampla_acard_head, .sampla_bcard_head, .season_th, .area_td, .inner_preblem__text, .listItem_preblem, .CTA_btn, .contactInfo_header .contactInfo dt, .globalNav.active .CTA_btn_m {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.noto400, .footer_daytime dt,
.footer_daytime dd, .contact_btn, span.blue_tag, .contact_dt, .menmers_anounce, .Lb_members p.menmers_text, .Lb_members_textBox, .FAQ_dd p.dd_text, .voiceCard_text, .tabCard_text, .reasonCard_text, .priceO_card_caution, .priceO_card_detail, .featureCrad_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

body {
  background-color: #ffffff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}

.basis_h2, .Lb_feature_h2 {
  font-size: clamp(3.5rem, -0.192rem + 3.606vw, 5rem);
  color: #000;
  text-align: center;
}

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

.forTab {
  display: none;
}
@media screen and (max-width: 1024px) {
  .forTab {
    display: block;
  }
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: white;
  z-index: 1000;
}
.loader__logo {
  width: 30vw;
  height: 60px;
  max-width: rem(350);
  min-width: rem(250);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1005;
  -webkit-clip-path: inset(0% 100% 0% 0%);
          clip-path: inset(0% 100% 0% 0%);
}

.loader img {
  width: 30vw;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
header {
  background-color: #ffffff;
  width: 100%;
  z-index: 15;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.innerHeader {
  padding: 10px 32px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .innerHeader {
    padding: 16px 24px;
  }
}
@media screen and (max-width: 767px) {
  .innerHeader {
    padding: 16px 8px;
  }
}

.logo {
  width: 250px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .logo {
    width: 55%;
    height: auto;
  }
}

.globalNav {
  max-width: 736px;
  width: 51%;
}

.globalNav .gnav_CTAbtn {
  display: none;
}
@media screen and (max-width: 1024px) {
  .globalNav .gnav_CTAbtn {
    display: block;
  }
}

.logo_imm {
  display: none;
}
@media screen and (max-width: 1024px) {
  .logo_imm {
    display: block;
  }
}

.listbox {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.listItem {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: clamp(1.3rem, 0.562rem + 0.721vw, 1.6rem);
}

.listItem a {
  color: #000;
}

.listItem a:visited {
  color: #000;
}

.listItem a:hover {
  color: #2C71B5;
  transition: 0.3;
}

@media screen and (max-width: 1024px) {
  .globalNav {
    display: none;
  }
  .contact_tel {
    display: none;
  }
  .globalNav.active {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 10;
  }
  .globalNav.active .CTA_btn-m .icon:last-child {
    visibility: hidden;
  }
  body.no-scroll {
    overflow: hidden;
  }
  .listbox {
    display: block;
    width: 100%;
    margin: 24px auto 0;
  }
  .listItem {
    padding: 16px 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
  }
  .listItem a {
    color: #000;
    font-size: 2.4rem;
    font-weight: 500;
  }
  .listItem a:visited {
    color: #000;
  }
}
.logo_imm {
  width: 180px;
  height: auto;
  margin-inline: auto;
}

.globalNav.active .CTA_btn_m {
  background: #2C71B5;
  border-radius: 5px;
  color: #ffffff;
  max-width: 900px;
  width: 85%;
  text-align: center;
  padding: 15px 0;
  text-decoration: none;
  display: flex;
  justify-content: center;
  font-size: 16px;
  margin: 24px auto 0;
  align-items: center;
  padding: 16px 24px;
}

.globalNav.active .CTA_btn_m .text {
  padding: 0;
  letter-spacing: 0px;
  width: 190px;
}

/* /1024 */
.hamburger {
  display: none;
  width: 26px;
  height: 26px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .hamburger {
    display: block;
    z-index: 100;
  }
}
.hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #222;
  position: absolute;
  left: 0;
  transition: 0.4s;
}

.hamburger span:first-of-type {
  top: 5%;
}

.hamburger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}

.hamburger span:last-of-type {
  bottom: 5%;
}

.hamburger.active span:first-of-type {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.hamburger.active span:nth-of-type(2) {
  top: 50%;
  opacity: 0;
}

.hamburger.active span:last-of-type {
  bottom: 40%;
  transform: translateY(-50%) rotate(-45deg);
}

.contact_tel {
  max-width: 220px;
  width: 15%;
  height: auto;
  text-align: left;
}

.telBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin: -1px auto 0;
}

.tel_icon {
  display: block;
  width: 19px;
  height: auto;
}

.tel_icon_free {
  width: 18px;
  height: auto;
}

.telNumber > p.telNumber_p {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: clamp(1.6rem, -0.369rem + 1.923vw, 2.4rem);
  letter-spacing: 1%;
  color: #2C71B5;
}

.telNumber_free > p.telNumber_free {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 0.269rem + 1.202vw, 2rem);
  letter-spacing: 1%;
  color: #2C71B5;
}

.openInfo {
  margin: 0 auto;
}

.openInfo_p {
  font-size: clamp(1.3rem, 0.562rem + 0.721vw, 1.6rem);
  margin-top: -5px;
}

.contactInfo_header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2px;
  margin: 0 auto;
}

.contactInfo {
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media screen and (max-width: 1439px) {
  .contactInfo_header {
    display: flex;
    flex-direction: column;
  }
}
.contactInfo_header .contactInfo dt {
  font-size: 1.2rem;
  line-height: 16px;
  color: #000;
}

.contactInfo_header .contactInfo dd {
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  line-height: 16px;
  color: #000;
  font-weight: 700px;
}

.innerContainer {
  margin: 0 auto;
}

.mainHeader {
  background-image: url(../assets/images/01_FV_img-03.png);
  width: 100%;
  margin: 0 calc(50% - 50vw) 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: calc(100vh - 101px);
  position: static;
  z-index: 5;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .mainHeader {
    background-image: url(../assets/images/01_FV_tab-01.png);
  }
}
.mainHeader_bgcircle {
  width: 860px;
  height: auto;
  display: block;
  position: absolute;
  bottom: -380px;
  left: 50%;
  transform: translate(-50%, 0);
}

.mainHeader_bgcircle img {
  width: 100%;
}

@media screen and (max-width: 1440px) {
  .mainHeader_bgcircle {
    width: 810px;
  }
}
@media screen and (max-width: 1024px) {
  .mainHeader_bgcircle {
    width: 680px;
  }
}
@media screen and (max-width: 768px) {
  .mainHeader {
    height: calc(100vh - 70px);
  }
  .mainHeader_bgcircle {
    width: 400px;
    bottom: -470px;
  }
}
@media screen and (max-width: 767px) {
  .mainHeader {
    background-image: url(../assets/images/01_FV_SP-01.png);
    width: 100%;
    height: 90vh;
  }
  .mainHeader_bgcircle {
    width: 700px;
  }
}
.mainTitleBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 660px;
  position: absolute;
  bottom: 50px; /* 下から50pxの位置に設定 */
  left: 50%;
  transform: translate(-50%, 0); /* 中央寄せ */
}
@media screen and (max-width: 767px) {
  .mainTitleBox {
    bottom: 0px;
  }
}

.mainTitle-01a {
  width: clamp(11.8rem, -1.738rem + 13.221vw, 17.3rem);
  height: auto;
  margin-bottom: 6px;
}

.mainTitle-02a {
  font-size: clamp(2.4rem, -0.554rem + 2.885vw, 3.6rem);
  margin-bottom: 2px;
}

.mainTitle-03a {
  font-size: clamp(4rem, -0.923rem + 4.808vw, 6rem);
  color: #2C71B5;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .mainTitle-03a {
    font-size: clamp(3.2rem, 0.8rem + 6.4vw, 4rem);
  }
}

.mainTitle-04a {
  font-size: clamp(3.2rem, -0.246rem + 3.365vw, 4.6rem);
  white-space: nowrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mainTitle-04a {
    font-size: clamp(2.8rem, 1.6rem + 3.2vw, 3.2rem);
  }
}

@media screen and (max-width: 500px) {
  .mainTitle-01a {
    width: 120px;
    height: auto;
  }
  .mainTitle-02a {
    font-size: 1.8rem;
  }
  .mainTitle-03a {
    font-size: 2.8rem;
  }
  .mainTitle-04a {
    font-size: 2rem;
  }
}
.mainTitle-01 {
  width: clamp(11.8rem, -1.738rem + 13.221vw, 17.3rem);
  height: auto;
  position: absolute;
  bottom: 29%;
  left: 50%;
  transform: translate(-50%, 50%);
}

.mainTitle-02 {
  font-size: clamp(2.4rem, -0.554rem + 2.885vw, 3.6rem);
  color: #2C71B5;
  position: absolute;
  bottom: 23%;
  left: 50%;
  transform: translate(-50%, 50%);
}

.mainTitle-03 {
  font-size: clamp(4rem, -0.923rem + 4.808vw, 6rem);
  color: #2C71B5;
  position: absolute;
  bottom: 13%;
  left: 50%;
  transform: translate(-50%, 50%);
  display: inline-block;
  white-space: nowrap;
}

.mainTitle-04 {
  font-size: clamp(3.2rem, -0.246rem + 3.365vw, 4.6rem);
  color: #000;
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translate(-50%, 50%);
  white-space: nowrap;
}

.mainttl_forSP {
  display: none;
}

@media screen and (max-width: 767px) {
  .mainTitle-01,
.mainTitle-02,
.mainTitle-03,
.mainTitle-04 {
    display: none;
  }
  .mainttl_forSP {
    display: block;
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, 50%);
    max-width: 680px;
    width: 80%;
    overflow-x: hidden;
  }
  .mainttl_forSP img {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
}
.CTA {
  background-color: #2C71B5;
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 86px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .CTA {
    padding: 45px 0;
  }
}

.CTA_title {
  font-size: clamp(2.4rem, 0.431rem + 1.923vw, 3.2rem);
  line-height: clamp(3.4rem, 0.692rem + 2.644vw, 4.5rem);
  color: #ffffff;
  text-align: center;
}

.CTA_btn {
  display: inline-block;
  background: #F88726;
  border-radius: 5px;
  color: #ffffff;
  max-width: 500px;
  width: 65%;
  text-align: center;
  padding: 21px 0;
  text-decoration: none;
  display: flex;
  justify-content: center;
  font-size: clamp(1.7rem, -0.023rem + 1.683vw, 2.4rem);
  margin: 16px auto 0;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .CTA_btn {
    width: 85%;
  }
}

.CTA_btn .icon {
  width: 26px;
  height: 21px;
}
@media screen and (max-width: 767px) {
  .CTA_btn .icon {
    width: 18px;
    height: 15px;
  }
}

.CTA_btn .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.CTA_btn:hover {
  background: #fd9c47;
  transition: 0.3s;
}

.CTA_btn .text {
  padding: 0 32px;
  letter-spacing: 5px;
}

@media screen and (max-width: 500px) {
  .CTA_btn .text {
    padding: 0 16px;
  }
}
.Lb_problem {
  width: 100%;
  height: 50vw;
  background-image: url(../assets/images/02_trouble_gbi_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  text-align: center;
  padding: 210px 0;
  position: relative;
}

@media screen and (max-width: 2100px) {
  .Lb_problem {
    padding: 140px 0;
  }
}
@media screen and (max-width: 1880px) {
  .Lb_problem {
    padding: 110px 0;
  }
}
@media screen and (max-width: 1440px) {
  .Lb_problem {
    padding: 27px 0;
  }
}
@media screen and (max-width: 1240px) {
  .Lb_problem {
    padding: 50px 0;
  }
}
@media screen and (max-width: 968px) {
  .Lb_problem {
    padding: 10px 0;
  }
}
.Lb_problem_ttl {
  font-size: clamp(2.8rem, -0.154rem + 2.885vw, 4rem);
  line-height: clamp(4rem, 0.062rem + 3.846vw, 5.6rem);
}

@media screen and (max-width: 1240px) {
  .Lb_problem_ttl {
    margin-top: -16px;
  }
}
span.marker {
  background: linear-gradient(transparent 70%, #c7d0e4 70%);
}

.Lb_problem_ttl::after {
  content: "";
  display: inline-block;
  background-image: url(../assets/images/02_trouble_icon.png);
  width: clamp(4.4rem, -0.031rem + 4.327vw, 6.2rem);
  height: clamp(5.4rem, -0.262rem + 5.529vw, 7.7rem);
  background-position: center;
  background-size: contain;
}

.trouble_woman {
  position: absolute;
  top: 57.5%;
  left: 20%;
  width: clamp(20.5rem, 0.069rem + 19.952vw, 28.8rem);
  height: auto;
  transform: translate(0, -100%);
}

@media screen and (max-width: 2200px) {
  .trouble_woman {
    top: 58%;
    left: 20%;
  }
}
@media screen and (max-width: 2000px) {
  .trouble_woman {
    top: 58%;
    left: 15%;
  }
}
@media screen and (max-width: 1600px) {
  .trouble_woman {
    top: 59%;
    left: 11%;
  }
}
@media screen and (max-width: 1440px) {
  .trouble_woman {
    top: 60%;
    left: 11%;
  }
}
@media screen and (max-width: 1240px) {
  .trouble_woman {
    width: 170px;
    top: 56.5%;
    left: 7%;
  }
}
@media screen and (max-width: 1000px) {
  .trouble_woman {
    top: 58%;
    left: 7%;
  }
}
@media screen and (max-width: 920px) {
  .trouble_woman {
    top: 59%;
    left: 7%;
  }
}
.prbremList {
  max-width: 600px;
  width: 100%;
  margin: 76px auto 0;
}

@media screen and (max-width: 1840px) {
  .prbremList {
    margin: 36px auto 0;
  }
}
@media screen and (max-width: 1610px) {
  .prbremList {
    margin: 28px auto 0;
  }
}
@media screen and (max-width: 1224px) {
  .prbremList {
    margin: 16px auto 0;
  }
}
.listBox_problem {
  text-align: left;
  width: 100%;
  padding-left: 45px;
}

@media screen and (max-width: 968px) {
  .prbremList {
    width: 80%;
    margin: 16px 11% 0 auto;
  }
}
@media screen and (max-width: 860px) {
  .prbremList {
    width: 80%;
    margin: 16px 7% 0 auto;
  }
}
@media screen and (max-width: 830px) {
  .prbremList {
    width: 80%;
    margin: 16px 4% 0 auto;
  }
}
.listItem_preblem {
  font-size: 1.8rem;
  margin-bottom: 8px;
  position: relative;
}

.listItem_preblem > span {
  display: inline-flex;
}

@media screen and (max-width: 1140px) {
  .listItem_preblem {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .listItem_preblem {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 968px) {
  .listItem_preblem {
    font-size: clamp(1.5rem, 0.348rem + 1.5vw, 1.8rem);
  }
}
.inner_preblem {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, 50%);
}

@media screen and (max-width: 920px) {
  .inner_preblem {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, 50%);
  }
}
@media screen and (max-width: 875px) {
  .inner_preblem {
    top: 45%;
    left: 50%;
    transform: translate(-50%, 50%);
  }
}
.inner_preblem__main {
  width: clamp(44.3rem, -0.008rem + 43.269vw, 62.3rem);
  height: auto;
}

.inner_preblem__text {
  font-size: clamp(1.7rem, -0.023rem + 1.683vw, 2.4rem);
  line-height: clamp(2.3rem, -0.162rem + 2.404vw, 3.3rem);
}

.orange {
  color: #F88726;
}

.inner_problem_img {
  width: 20vw;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 70%;
  transform: translate(0 100%);
}

.Lb_problem_forSP {
  display: none;
}

@media screen and (max-width: 767px) {
  .Lb_problem {
    display: none;
  }
  .Lb_problem_forSP {
    display: block;
    width: 100%;
    height: 160vw;
    background-image: url(../assets/images/02_problem_bgi_SP.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    text-align: center;
    padding: clamp(4.2rem, -0.231rem + 4.327vw, 6rem) 0;
    position: relative;
    z-index: 10;
  }
  .inner01_problem_SP {
    width: 80%;
    height: auto;
    margin: 0 auto;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .inner02_problem_SP {
    width: 80%;
    height: auto;
    margin: 0 auto;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .inner01_problem_SP img,
.inner02_problem_SP img {
    width: 100%;
  }
}
.Lb_feature {
  background-color: #eef1f6;
  padding: clamp(7.1rem, -0.038rem + 6.971vw, 10rem) 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Lb_feature {
    padding: 45px 0;
  }
}

.Lb_feature_h2 {
  margin: 0 auto;
}

.Lb_feature_h2 > .blue {
  color: #2C71B5;
  font-size: clamp(2.1rem, -0.115rem + 2.163vw, 3rem);
}

.Lb_feature_h2 > .black {
  color: #000;
  font-size: clamp(2.1rem, -0.115rem + 2.163vw, 3rem);
}

.Lbf_container {
  max-width: 1100px;
  width: 76%;
  margin: clamp(2.2rem, -0.262rem + 2.404vw, 3.2rem) auto 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.featureCard {
  max-width: 340px;
  width: 32%;
  background-color: #fff;
  position: relative;
}

.featureCard_img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .Lbf_container {
    width: 90%;
    flex-direction: column;
    justify-content: center;
    row-gap: 16px;
  }
  .featureCard {
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
  }
}
.featureCard.number01:before {
  content: "01";
  font-size: clamp(3.5rem, -0.192rem + 3.606vw, 5rem);
  line-height: clamp(5rem, 0.077rem + 4.808vw, 7rem);
  color: #ffffff;
  background: #2C71B5;
  padding: 0px 18px;
  position: absolute;
  top: 0;
  left: 0;
}

.featureCard.number02:before {
  content: "02";
  font-size: clamp(3.5rem, -0.192rem + 3.606vw, 5rem);
  line-height: clamp(5rem, 0.077rem + 4.808vw, 7rem);
  color: #ffffff;
  background: #2C71B5;
  padding: 0px 18px;
  position: absolute;
  top: 0;
  left: 0;
}

.featureCard.number03:before {
  content: "03";
  font-size: clamp(3.5rem, -0.192rem + 3.606vw, 5rem);
  line-height: clamp(5rem, 0.077rem + 4.808vw, 7rem);
  color: #ffffff;
  background: #2C71B5;
  padding: 0px 18px;
  position: absolute;
  top: 0;
  left: 0;
}

.featureCard_textBox {
  margin: 16px auto 24px;
}

.featureCard_title {
  font-size: clamp(2.2rem, -0.023rem + 1.683vw, 2.4rem);
  color: #2C71B5;
}

.featureCrad_text {
  font-size: clamp(1.6rem, 0.069rem + 1.202vw, 1.8rem);
  line-height: clamp(1.9rem, 0.077rem + 1.683vw, 2.5rem);
  max-width: 308px;
  width: 90%;
  margin: 6px auto 0;
  text-align: justify;
}

.Lb_price {
  width: 100%;
  background-image: url(../assets/images/04_priceplan.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  text-align: center;
  padding: clamp(7.1rem, -0.038rem + 6.971vw, 10rem) 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Lb_price {
    padding: 45px 0;
  }
}

.priceTable {
  text-align: center;
}

.priceTable_box {
  border-collapse: collapse;
  max-width: 900px;
  width: 85%;
  margin-inline: auto;
  margin-top: 46px;
}

.priceTable_box th,
.priceTable_box td {
  border: #A8B3C9 1px solid;
}

@media screen and (max-width: 767px) {
  .price_announce {
    padding: 0 15%;
  }
}

.area_th {
  color: #ffffff;
  background: #516BA0;
  width: 24%;
  font-size: 3rem;
  padding: 13px 0;
}
@media screen and (max-width: 767px) {
  .area_th {
    font-size: clamp(2rem, 1.046rem + 2.545vw, 3rem);
  }
}

.area_td {
  font-size: 2.4rem;
  background: #F0F2F6;
  padding: 17px 0;
  color: #000;
}
@media screen and (max-width: 767px) {
  .area_td {
    font-size: clamp(1.8rem, 1.227rem + 1.527vw, 2.4rem);
  }
}

.season_th {
  width: 37%;
  font-size: 2rem;
  color: #ffffff;
  background: #2C71B5;
}
@media screen and (max-width: 767px) {
  .season_th {
    font-size: clamp(1.8rem, 1.227rem + 1.527vw, 2rem);
  }
}

.season_th > span {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .season_th > span {
    font-size: clamp(1.4rem, 1.209rem + 0.509vw, 1.6rem);
  }
}

.season_td {
  font-size: 3.2rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .season_td {
    font-size: clamp(2.4rem, 1.637rem + 2.036vw, 3.2rem);
  }
}

.season_td .en {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .season_td .en {
    font-size: clamp(1.8rem, 1.227rem + 1.527vw, 2rem);
  }
}

.season_td .zei {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .season_td .zei {
    display: block;
    font-size: clamp(1.8rem, 1.227rem + 1.527vw, 2rem);
  }
}

.priceTable > p {
  font-size: clamp(1.4rem, 1.209rem + 0.509vw, 1.6rem);
  margin-top: 3.2rem;
}

.Lb_price_option {
  margin: 84px auto 0;
}
@media screen and (max-width: 1024px) {
  .Lb_price_option {
    margin: 60px auto;
  }
}
@media screen and (max-width: 767px) {
  .Lb_price_option {
    margin: 45px auto;
  }
}

.Lb_price_option h3 {
  font-size: 3.2rem;
  color: #000;
}

.Lb_price_option_container {
  max-width: 868px;
  width: 61%;
  margin: 40px auto 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .Lb_price_option_container {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .Lb_price_option_container {
    width: 90%;
    row-gap: 16px;
    margin: 24px auto 32px;
  }
}

@media screen and (max-width: 450px) {
  .Lb_price_option_container {
    width: 95%;
    flex-direction: column;
  }
}
.priceO_card {
  width: 48%;
  max-width: 418px;
  padding: 8px;
  display: flex;
  flex-direction: row;
  background-color: #ffffff;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .priceO_card {
    margin: 0 auto;
    width: 45%;
    flex-direction: column;
  }
}

@media screen and (max-width: 450px) {
  .priceO_card {
    width: 98%;
    max-width: 418px;
    padding: 8px;
    display: flex;
    flex-direction: row;
  }
}
.priceO_card_img {
  max-width: 163px;
  width: 39%;
  height: 143px;
}
@media screen and (max-width: 767px) {
  .priceO_card_img {
    max-width: 500px;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 450px) {
  .priceO_card_img {
    max-width: 163px;
    width: 40%;
    height: auto;
  }
}
.priceO_card_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.priceO_card_textBox {
  width: 53%;
  max-width: 223px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .priceO_card_textBox {
    width: 90%;
    max-width: 400px;
  }
}

@media screen and (max-width: 450px) {
  .priceO_card_textBox {
    width: 55%;
    padding-left: 8px;
  }
}
.priceO_card_ttl {
  font-size: clamp(1.8rem, 0.323rem + 1.442vw, 2.4rem);
  color: #000;
}

.priceO_card_price {
  font-size: clamp(1.8rem, 0.323rem + 1.442vw, 2.4rem);
  color: #E85477;
}

.priceO_card_detail {
  font-size: clamp(1.6rem, 1.108rem + 0.481vw, 1.8rem);
  margin-top: 12px;
}

.priceO_card_caution {
  font-size: clamp(1.3rem, 1.108rem + 0.481vw, 1.4rem);
  color: #2C71B5;
  margin-top: 18px;
}

@media screen and (max-width: 767px) {
  .priceO_card_img {
    width: 100%;
    height: auto;
  }
  .priceO_card_img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .priceO_card_ttl {
    font-size: 1.8rem;
  }
  .priceO_card_price {
    font-size: 1.8rem;
  }
  .priceO_card_detail {
    font-size: 1.6rem;
  }
  .priceO_card_caution {
    font-size: 1.3rem;
  }
}
.Lb_reason {
  width: 100%;
  background-image: url(../assets/images/05_reason_bgi.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  text-align: center;
  padding: clamp(7.1rem, -0.038rem + 6.971vw, 10rem) 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Lb_reason {
    padding: 45px 0;
  }
}

.Lbr_container {
  max-width: 900px;
  width: 80%;
  margin: 32px auto;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media screen and (max-width: 767px) {
  .Lbr_container {
    width: 90%;
  }
}

.reasonCard {
  background: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .reasonCard {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .reasonCard {
    flex-direction: column;
  }
}
.reasonCard_textBox {
  width: 500px;
  text-align: left;
  padding-left: 56px;
}
@media screen and (max-width: 1024px) {
  .reasonCard_textBox {
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  .reasonCard_textBox {
    padding: 16px;
    width: 90%;
  }
}

@media screen and (max-width: 450px) {
  .reasonCard_textBox {
    padding: 8px;
  }
}
@media screen and (max-width: 767px) {
  .reasonCard {
    padding: 8px 0;
  }
}
.reasonCard_title {
  font-size: 3.2rem;
  line-height: 9rem;
  position: relative;
  padding-left: 78px;
}
@media screen and (max-width: 767px) {
  .reasonCard_title {
    font-size: clamp(1.8rem, 0.464rem + 3.562vw, 3.2rem);
    line-height: clamp(5rem, 1.183rem + 10.178vw, 9rem);
    padding-left: clamp(1.8rem, 0.464rem + 3.562vw, 3.2rem);
  }
}

@media screen and (max-width: 767px) {
  .reasonCard_title {
    font-size: clamp(1.8rem, 0.464rem + 3.562vw, 3.2rem);
    line-height: clamp(5rem, 1.183rem + 10.178vw, 9rem);
    padding-left: clamp(4rem, 2.473rem + 4.071vw, 5.6rem);
  }
}
.reasonCard_title.number01:before {
  content: "01";
  font-size: 6.4rem;
  line-height: 9rem;
  color: rgba(97, 111, 138, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  letter-spacing: -6px;
}
@media screen and (max-width: 1024px) {
  .reasonCard_title.number01:before {
    letter-spacing: -5px;
  }
}
@media screen and (max-width: 767px) {
  .reasonCard_title.number01:before {
    font-size: clamp(3.2rem, 1.351rem + 4.931vw, 6.4rem);
    line-height: clamp(5rem, 1.183rem + 10.178vw, 9rem);
    letter-spacing: -3px;
  }
}

.reasonCard_title.number02:before {
  content: "02";
  font-size: 6.4rem;
  line-height: 9rem;
  color: rgba(97, 111, 138, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  letter-spacing: -6px;
}
@media screen and (max-width: 767px) {
  .reasonCard_title.number02:before {
    font-size: clamp(3.2rem, 1.351rem + 4.931vw, 6.4rem);
    line-height: clamp(5rem, 1.183rem + 10.178vw, 9rem);
    letter-spacing: -2px;
  }
}

.reasonCard_title.number03:before {
  content: "03";
  font-size: 6.4rem;
  line-height: 9rem;
  color: rgba(97, 111, 138, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  letter-spacing: -6px;
}
@media screen and (max-width: 1024px) {
  .reasonCard_title.number03:before {
    letter-spacing: -2px;
  }
}
@media screen and (max-width: 767px) {
  .reasonCard_title.number03:before {
    font-size: clamp(3.2rem, 1.351rem + 4.931vw, 6.4rem);
    line-height: clamp(5rem, 1.183rem + 10.178vw, 9rem);
    letter-spacing: -4px;
  }
}

.reasonCard_title.number04:before {
  content: "04";
  font-size: 6.4rem;
  line-height: 9rem;
  color: rgba(97, 111, 138, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  letter-spacing: -6px;
}
@media screen and (max-width: 1024px) {
  .reasonCard_title.number04:before {
    letter-spacing: -4px;
  }
}
@media screen and (max-width: 767px) {
  .reasonCard_title.number04:before {
    font-size: clamp(3.2rem, 1.351rem + 4.931vw, 6.4rem);
    line-height: clamp(5rem, 1.183rem + 10.178vw, 9rem);
    letter-spacing: -2px;
  }
}

.reasonCard_text {
  font-size: 1.8rem;
  line-height: 2.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .reasonCard_text {
    font-size: clamp(1.4rem, 1.018rem + 1.018vw, 1.8rem);
    line-height: 1.5;
  }
}

.Lb_step {
  background: #eef1f6;
  padding: clamp(7.1rem, -0.038rem + 6.971vw, 10rem) 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Lb_step {
    padding: 45px 0;
  }
}

.lbs_tab {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  max-width: 900px;
  width: 80%;
  margin: 32px auto 0;
}
@media screen and (max-width: 767px) {
  .lbs_tab {
    width: 90%;
  }
}

.lbs_tab > label.tab01 {
  flex: 1 1;
  order: -1;
  min-width: 70px;
  padding: 1rem 0;
  border-radius: 5px 5px 0 0;
  background-color: #F88726;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  font-size: clamp(3.2rem, 1.231rem + 1.923vw, 4rem);
}
@media screen and (max-width: 767px) {
  .lbs_tab > label.tab01 {
    font-size: clamp(1.8rem, 0.745rem + 3.196vw, 3.2rem);
  }
}

.lbs_tab > label.tab02 {
  flex: 1 1;
  order: -1;
  min-width: 70px;
  padding: 1rem 0;
  border-radius: 5px 5px 0 0;
  background-color: #2C71B5;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  font-size: clamp(2.4rem, 1.231rem + 1.923vw, 4rem);
}
@media screen and (max-width: 767px) {
  .lbs_tab > label.tab02 {
    font-size: clamp(1.8rem, 0.745rem + 3.196vw, 3.2rem);
  }
}

.lbs_tab > label:hover {
  text-decoration: underline;
}

.lbs_tab input {
  display: none;
}

.lbs_tab > div {
  display: none;
  width: 100%;
  padding: 1.5em 1em;
  background-color: #fff;
}

.lbs_tab label:has(:checked) {
  opacity: 1;
}

.lbs_tab > label.tab01:has(:checked) {
  background-color: #ffffff;
  color: #F88726;
}

.lbs_tab > label.tab02:has(:checked) {
  background-color: #ffffff;
  color: #2C71B5;
}

.lbs_tab label:has(:checked) + div {
  display: block;
}

.tabCard .arrowBox {
  width: 54px;
  height: auto;
  margin: 0 0 0 24px;
}
@media screen and (max-width: 767px) {
  .tabCard .arrowBox {
    margin: 16px 0 -8px 0;
  }
}

.Lbs_container {
  width: 100%;
  margin: 16px auto;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  justify-content: center;
  align-items: center;
}

.tabCard {
  background: #ffffff;
  display: flex;
  flex-direction: row;
  padding: clamp(1.8rem, -1.646rem + 3.365vw, 3.2rem);
  align-items: center;
  max-width: 868px;
  width: 96%;
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.12);
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .tabCard {
    flex-direction: column-reverse;
    row-gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .tabCard {
    flex-direction: column-reverse;
    row-gap: 16px;
  }
}
.tabCard_textBox {
  max-width: 500px;
  width: 90%;
  text-align: left;
}

.tabCard_title {
  width: 100%;
  display: flex;
  flex-direction: row;
  font-size: clamp(2.4rem, -0.954rem + 2.885vw, 3.2rem);
  line-height: clamp(3rem, 0.538rem + 2.404vw, 4rem);
  position: relative;
  align-items: center;
  color: #F88726;
  gap: 16px;
}

.tabCard_ttltxt {
  max-width: 348px;
  width: 69%;
  font-size: clamp(2.4rem, -0.954rem + 2.885vw, 3.2rem);
  line-height: clamp(3rem, 0.538rem + 2.404vw, 4rem);
  color: #F88726;
}

@media screen and (max-width: 620px) {
  .tabCard_ttltxt {
    font-size: 2.2rem;
    line-height: 2.8rem;
    color: #F88726;
  }
}
.tabCard_ttltxt.blue {
  color: #2C71B5;
}

.tabCard_no {
  max-width: 125px;
  width: 22%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .tabCard_no {
    width: 18%;
    height: auto;
  }
}

.tabCard_no img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.tabCard_text {
  font-size: clamp(1.6rem, 1.108rem + 0.481vw, 1.8rem);
  line-height: clamp(2.2rem, 1.462rem + 0.721vw, 2.5rem);
  width: 100%;
  margin-top: 16px;
}

.Lb_sample {
  background: #eef1f6;
  padding: clamp(7.1rem, -0.038rem + 6.971vw, 10rem) 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Lb_sample {
    padding: 45px 0;
  }
}

.Lb_sample .basis_h2, .Lb_sample .Lb_feature_h2 {
  text-align: center;
}

.Lb_sample_inner {
  max-width: 1100px;
  width: 90%;
  margin-inline: auto;
}

.swiper.swiper01 {
  box-sizing: content-box;
  padding-inline: calc(50vw - 50%);
  margin-inline: calc(50% - 50vw);
}

.swiper.swiper01 .swiper-slide {
  transform: scale(0.8);
}

.swiper.swiper01 .swiper-slide-active {
  transform: scale(1);
}

.swiper-wrapper > .swiper-slide.baCrad {
  padding: 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 32px 0;
  background-color: #ffffff;
  align-items: center;
}

@media screen and (max-width: 786px) {
  .swiper-wrapper > .swiper-slide.baCrad {
    flex-direction: column;
    height: auto;
  }
}
.sample_bcard,
.sample_acard {
  max-width: 462px;
  width: 42%;
  height: auto;
  text-align: center;
  padding: 56px 0;
}

@media screen and (max-width: 786px) {
  .sample_bcard,
.sample_acard {
    max-width: 1100px;
    width: 90%;
    height: auto;
    text-align: center;
    padding: 16px 0;
  }
}
.sampla_bcard_img,
.sampla_acard_img {
  max-width: 1100px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 786px) {
  .sampla_bcard_img,
.sampla_acard_img {
    max-width: 1100px;
    width: 100%;
    height: auto;
  }
}
.sampla_bcard_img img,
.sampla_acard_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sampla_bcard_head {
  color: #ffffff;
  font-size: clamp(2.4rem, 0.431rem + 1.923vw, 3.2rem);
  padding: 10px 0;
  background: #696969;
}

.sampla_acard_head {
  color: #ffffff;
  font-size: clamp(2.4rem, 0.431rem + 1.923vw, 3.2rem);
  padding: 10px 0;
  background: #2C71B5;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  bottom: 0px;
  width: 100%;
  height: 5px;
}

.swiper-pagination-bullet {
  width: 35px;
  height: 5px;
  background-image: url(../assets/images/swiper_pn.png);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: unset;
  opacity: 1;
  margin: 0 5px;
  transition: opacity 0.3s;
  background-color: transparent;
}

.swiper-pagination-bullet-active {
  background-image: url(../assets/images/swiper_pn-active.png);
  height: 5px;
  width: 35px;
}

.baCrad .arrowBox {
  height: auto;
  margin: 0 16px;
}

@media screen and (max-width: 786px) {
  .baCrad .arrowBox {
    margin: 16px 0 -8px 0;
    transform: rotate(90deg);
  }
}
.swiper-slide {
  padding-bottom: 30px;
}

.Lb_voice {
  background: #f9f6f1;
  padding: clamp(7.1rem, -0.038rem + 6.971vw, 10rem) 0;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .Lb_voice {
    padding: 45px 0;
  }
}

.voiceCard {
  background: #ffffff;
  max-width: 900px;
  width: 90%;
  height: auto;
  padding: 24px;
  display: flex;
  flex-direction: row;
  margin: 32px auto 0;
  justify-content: space-between;
  gap: 16px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1024px) {
  .voiceCard {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .voiceCard {
    padding: 24px;
    flex-direction: column;
    width: 90%;
  }
}

.voiceCard_img {
  width: 113px;
  height: auto;
}

.voiceCard_textBox {
  max-width: 700px;
  width: 78%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .voiceCard_textBox {
    width: 98%;
  }
}

h3.voiceCard_title {
  color: #2C71B5;
  font-size: 2.5rem;
  line-height: 3.5rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  h3.voiceCard_title {
    font-size: clamp(1.8rem, 1.132rem + 1.781vw, 2.5rem);
    line-height: clamp(2.6rem, 1.741rem + 2.29vw, 3.5rem);
  }
}

.userDetail {
  color: #5a7abd;
  font-size: 1.7rem;
  line-height: 2.4rem;
}
@media screen and (max-width: 767px) {
  .userDetail {
    font-size: clamp(1.4rem, 1.114rem + 0.763vw, 1.7rem);
    line-height: clamp(1.8rem, 1.227rem + 1.527vw, 2.4rem);
  }
}

.voiceCard_text {
  color: #000;
  font-size: 1.8rem;
  line-height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .voiceCard_text {
    font-size: clamp(1.5rem, 1.214rem + 0.763vw, 1.8rem);
    line-height: clamp(2rem, 1.523rem + 1.272vw, 2.5rem);
    margin-top: 8px;
  }
}

.Lb_area {
  background: #eef1f6;
  background-image: url(../assets/images/09_osaka.png);
  background-repeat: no-repeat;
  background-position: right;
  padding: clamp(7.1rem, -0.038rem + 6.971vw, 10rem) 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Lb_area {
    padding: 45px 0;
  }
}

.areaTableBox {
  display: flex;
  flex-direction: column;
  max-width: 838px;
  width: 86%;
  margin: 32px auto 0;
}

.areaTableBox dl {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.area_p {
  color: #ffffff;
  font-size: 1.8rem;
  background: #2C71B5;
  padding: 16px 32px;
  width: 26%;
  text-align: center;
  border-top: #809dd9 1px solid;
  border-left: #809dd9 1px solid;
}

.area_c {
  color: #000;
  background: #ffffff;
  padding: 16px 32px auto;
  width: 74%;
  text-align: left;
  font-size: 1.8rem;
  padding: 16px 0 16px 32px;
  border-top: #809dd9 1px solid;
  border-left: #809dd9 1px solid;
  border-right: #809dd9 1px solid;
}

@media screen and (max-width: 786px) {
  .area_c {
    padding: 16px 0 16px 16px;
  }
}
.area_p:nth-child(4),
.area_c:last-child {
  border-bottom: #809dd9 1px solid;
}

.Lb_area_anounce {
  font-size: clamp(1.6rem, 1.124rem + 0.469vw, 1.8rem);
  color: #000;
  text-align: center;
  margin-top: 24px;
}

.FAQ {
  background-image: url(../assets/images/10_FAQ_bgi01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
  position: relative;
  padding: 45px 0 75px;
}
@media screen and (max-width: 767px) {
  .FAQ {
    padding: 45px 0;
  }
}

.FAQContainer {
  max-width: 900px;
  width: 90%;
  padding: 40px 32px;
  background-color: #ffffff;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .FAQContainer {
    padding: 0 8px 40px;
  }
}

.FAQItem {
  width: 100%;
  margin: 32px auto 0;
}

.FAQ_dt {
  background: #2C71B5;
  color: #ffffff;
  font-size: 2rem;
  position: relative;
  display: flex;
  flex-direction: row;
  padding: 16px 8px 16px 10px;
  gap: 14px;
}

.FAQ_dt > span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  color: #2C71B5;
  background-color: #ffffff;
  padding: 4px 10px;
  border-radius: 18px;
  height: 33px;
}

.FAQ_dd {
  display: flex;
  flex-direction: row;
  padding: 16px 0px 16px 10px;
}

.FAQ_dd p.dd_text {
  background: #ffffff;
  color: #000;
  font-size: 1.8rem;
  line-height: 2.5rem;
  padding-left: 15px;
}

.FAQ_dd > span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  color: #ffffff;
  background-color: #2C71B5;
  padding: 4px 10px;
  border-radius: 18px;
  height: 33px;
}

.Lb_members {
  background-image: url(../assets/images/11_logo_imochuclub_bgi.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: clamp(7.1rem, -0.038rem + 6.971vw, 10rem) 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Lb_members {
    padding: 75px 0 45px;
  }
}

.Lb_members::before {
  content: "";
  background-image: url(../assets/images/11_imochu_service.png);
  width: 237px;
  height: 237px;
  background-size: cover;
  position: absolute;
  top: 25%;
  left: 25%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .Lb_members::before {
    width: 180px;
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    top: 25%;
    left: 20%;
  }
}

@media screen and (max-width: 960px) {
  .Lb_members::before {
    width: 150px;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    top: 25%;
    left: 15%;
  }
}
@media screen and (max-width: 767px) {
  .Lb_members::before {
    width: 96px;
    height: 96px;
    top: 12%;
    left: 83%;
  }
}
@media screen and (max-width: 500px) {
  .Lb_members::before {
    width: 96px;
    height: 96px;
    top: 33%;
    left: 81%;
    z-index: 15;
  }
}
.members_tag {
  color: #ffffff;
  padding: 3px 10px;
  background-color: #2C71B5;
  display: inline-block;
  font-size: clamp(1.3rem, 1.124rem + 0.469vw, 1.8rem);
}

.Lb_members h2 {
  max-width: 400px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  h2.imochuClub_logo {
    width: 280px;
  }
}
.menbers_text {
  font-size: 4.8rem;
  line-height: 7rem;
  text-align: center;
}

.Lb_members_inner {
  max-width: 905px;
  width: 90%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 32px auto 0;
  justify-content: flex-end;
  position: relative;
}

.Lb_members_textBox {
  max-width: 670px;
  width: 74%;
  height: auto;
  padding: 24px 29px 24px 43px;
  background-color: #ffffff;
  border: #e0d69f 3px solid;
  color: #000;
  font-size: 1.8rem;
  line-height: 2.5rem;
  text-align: justify;
}

b.bold-marker {
  background: linear-gradient(transparent 70%, #f2eed8 70%);
}

.Lb_members_inner:before {
  content: "";
  display: inline-block;
  max-width: 277px;
  width: clamp(22rem, 15.486rem + 8.482vw, 27.7rem);
  height: 188px;
  background-image: url("../assets/images/11_imochucard.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 5;
  top: -20px;
  left: 0;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

@media screen and (max-width: 768px) {
  .Lb_members_inner {
    justify-content: center;
  }
  .Lb_members_textBox {
    max-width: 670px;
    width: 74%;
    padding: 16px 24px;
    color: #000;
  }
  .Lb_members_inner:before {
    max-width: 230px;
    width: 180px;
    height: 160px;
    position: absolute;
    z-index: 5;
    top: -130px;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .Lb_members_inner {
    justify-content: center;
  }
  .Lb_members_textBox {
    max-width: 670px;
    width: 90%;
    padding: 16px 24px;
    color: #000;
    margin-top: 60px;
  }
  .Lb_members_inner:before {
    width: 200px;
    height: 100px;
    position: absolute;
    z-index: 5;
    top: -22px;
    left: 0;
  }
}
@-webkit-keyframes floating-y {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}
.Lb_members p.menmers_text {
  font-size: 1.5rem;
  line-height: 2.1rem;
  text-align: center;
  margin-top: 32px;
}

.menmers_anounce {
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin: 32px auto;
  position: relative;
}

@media screen and (max-width: 786px) {
  .menmers_anounce {
    width: 85%;
    margin: 32px auto;
  }
}
.menmers_anounce::after {
  content: "";
  background-image: url(../assets/images/11_qr.png);
  width: 138px;
  height: 138px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 173%;
  right: 23%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1340px) {
  .menmers_anounce::after {
    width: 116px;
    height: 116px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 173%;
    right: 17%;
  }
}
@media screen and (max-width: 1024px) {
  .menmers_anounce::after {
    width: 108px;
    height: 108px;
    right: 12%;
  }
}
@media screen and (max-width: 768px) {
  .menmers_anounce::after {
    display: none;
  }
}
.club_qr {
  width: 130px;
  height: auto;
  margin-inline: auto;
}

.club_qr img {
  width: 100%;
  height: 100 .club_qr img;
  -o-object-fit: cover;
     object-fit: cover;
}

.menmers_anounce > a {
  color: #1a0DAB;
  text-decoration: underline;
}

.menmers_anounce > a > span {
  width: 12.5px;
  height: auto;
  display: inline;
}

.menmers_anounce > a > span > img {
  display: inline;
  vertical-align: middle;
}

.contact {
  background: #eef1f6;
  padding: 100px 0;
  position: relative;
  z-index: 10;
  margin-top: -15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 45px 0;
  }
}

.contactContainer {
  max-width: 900px;
  width: 90%;
  background: #ffffff;
  margin: 32px auto 0;
  padding: 80px 0;
  text-align: center;
}

.contactItem {
  max-width: 640px;
  width: 90%;
  display: flex;
  flex-direction: column;
  margin: 0 auto 32px;
  gap: 8px;
}

.contact_dt {
  font-size: 1.8rem;
  line-height: 2.4rem;
  text-align: left;
}

span.blue_tag {
  font-size: 1rem;
  background-color: #2C71B5;
  padding: 3px 8px;
  color: #ffffff;
  margin-right: 8px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  background: #f7f7f7;
  border: #ddd;
  height: 18px;
}

.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

span.wpcf7-list-item > label > input {
  background-color: #ffffff;
  border: #ddd solid 1px;
}

span.wpcf7-list-item {
  display: block;
  margin: 0 0 12px 0;
}

input[type=checkbox] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox] {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #ddd;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox]:checked:before {
  position: absolute;
  top: 2px;
  left: 6px;
  transform: rotate(50deg);
  width: 8px;
  height: 12px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
}

.wpcf7-list-item > label {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
  justify-content: flex-start;
}

.wpcf7-list-item > label:last-child {
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 8px;
}

span.wpcf7-spinner {
  display: none;
}

input[type=checkbox] {
  width: 24px;
}

.contact_pp {
  max-width: 640px;
  width: 90%;
  text-align: left;
  margin-inline: auto;
}

.contact_btn {
  display: inline-block;
  background: #F88726;
  border-radius: 5px;
  color: #ffffff;
  max-width: 500px;
  width: 70%;
  text-align: center;
  padding: 15px 0;
  text-decoration: none;
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  margin: 16px auto 0;
  align-items: center;
}

dd.contact_dd {
  font-size: 1.6rem;
  text-align: left;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  max-width: 640px;
  width: 100%;
  height: 40px;
  background-color: #f7f7f7;
  border: #ddd 1px solid;
  padding-left: 6px;
}

input.wpcf7-form-control.wpcf7-text {
  max-width: 640px;
  width: 100%;
  height: 40px;
  background-color: #f7f7f7;
  border: #ddd 1px solid;
  font-size: 1.6rem;
  padding-left: 6px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background-color: #F88726;
  border: none;
  color: white;
  font-size: 2.3rem;
  padding: 16px 32px;
  margin-top: 16px;
}

.wpcf7-form-control.wpcf7-previous {
  background-color: #2C71B5;
  border: none;
  color: white;
  font-size: 2.3rem;
  padding: 16px 32px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover,
.wpcf7-form-control.wpcf7-previous:hover {
  opacity: 0.8;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  max-width: 640px;
  width: 100%;
  height: 200px;
  background-color: #f7f7f7;
  border: #ddd 1px solid;
  margin-left: 0;
  font-size: 1.6rem;
}

f7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel {
  font-size: 1.6rem;
}

span.wpcf7-list-item-label {
  font-size: 1.8rem;
}

.thanksPage {
  max-width: 1100px;
  width: 80%;
  margin-inline: auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .thanksPage {
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 767px) {
  .thanksPage {
    padding-bottom: 45px;
  }
}

.thanks_h2 {
  font-size: 3.2rem;
}

.tp_mainText {
  margin-top: 32px;
}

.tp_mainText p {
  font-size: 1.8rem;
  line-height: 1.5;
}

.innerfooter {
  background-image: url(../assets/images/05_reason_bgi.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 74px 0;
  position: relative;
  z-index: 10;
}

.footerLogo {
  width: 250px;
  height: auto;
  margin: 0 auto;
}

.telNumber_footer {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.telNumber_footer img {
  width: 60px;
  height: 60px;
  display: block;
}

.telNumber_p .footer {
  font-size: 5.2rem;
  color: #2C71B5;
}

.innerfooter {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footerLogo {
  width: clamp(20rem, 7.692rem + 12.019vw, 25rem);
  height: auto;
}

.telNumber_footer {
  max-width: 420px;
  width: 80%;
  height: auto;
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin: 18px auto 0;
  justify-content: center;
}

.telNumber_footer img {
  width: clamp(2.4rem, -6.708rem + 8.894vw, 6.1rem);
  height: auto;
  display: block;
}

.telNumber_p.footer {
  font-size: clamp(3.2rem, -1.723rem + 4.808vw, 5.2rem);
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #2C71B5;
}

@media screen and (max-width: 767px) {
  .telNumber_p.footer {
    font-size: clamp(2.4rem, 1.637rem + 2.036vw, 3.2rem);
  }
}
.footer_daytime {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
}

.footer_daytime dt,
.footer_daytime dd {
  font-size: 1.6rem;
  line-height: 1.6rem;
}

.contactInfo_footer {
  display: flex;
  flex-direction: row;
  margin: 16px auto 0;
  gap: 24px;
}

@media screen and (max-width: 1024px) {
  .contactInfo_footer {
    flex-direction: column;
    row-gap: 16px;
  }
}
.contactInfo {
  display: flex;
  flex-direction: row;
}

.contactInfo dt {
  font-size: 1.8rem;
  line-height: 2.5rem;
}

.contactInfo dd {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.5rem;
}

.copyContainer {
  width: 100%;
  background: #2C71B5;
  text-align: center;
  color: #ffffff;
  padding: 17px 0;
  font-size: 1.5rem;
  line-height: 2.1rem;
  position: relative;
  z-index: 10;
}
/*# sourceMappingURL=style.css.map */