@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "";
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #111;
  color: #fff;
}

.pc-none {
  display: block;
}
@media screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

.sp-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .sp-none {
    display: block;
  }
}

body {
  overflow: scroll;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  overscroll-behavior: none;
  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-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: "LINE Seed JP_OTF", sans-serif;
}

section {
  position: relative;
}

@media screen and (min-width: 540px) {
  body:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/boby-fv.png) no-repeat center center;
    background-size: cover;
    z-index: -1;
  }
}
main {
  width: 100%;
  max-width: 500px;
  -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, .1);
          box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, .1);
  background: #FBF2E5;
}

.el_fvLogo {
  max-width: 394px;
  max-width: 24.625rem;
  width: 20vw;
}

@media screen and (max-width: 1100px) {
  .el_fvLogo {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .bl_fixedLogo {
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .bl_navMenu, .bl_fixedLogo {
    position: fixed;
    width: calc(50% - 250px);
    height: 100vh;
    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;
    top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .bl_navMenu {
    right: 0;
  }
}
@media screen and (max-width: 1100px) {
  .bl_navMenu {
    display: none;
  }
}
.bl_btnCont {
  margin-top: 16px;
  margin-top: 1rem;
}

@media screen and (min-width: 1024px) {
  .bl_navMenu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
    width: 100%;
    max-width: 25rem;
  }
}
.bl_navMenu_list li {
  font-size: clamp(16px, 1.4vw, 22px);
  font-size: clamp(1rem, 1.4vw, 1.375rem);
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-shadow: 2px 4px 12px #cc701d;
}

.padding-30 {
  padding: 0 3%;
}

.margin-top01 {
  margin-top: -25%;
}

.margin-top02 {
  margin-top: 7%;
}

.margin-top03 {
  margin-top: 3%;
}

.margin-top04 {
  margin-top: 10%;
}

.margin-top05 {
  margin-top: -15%;
}

.margin-top06 {
  margin-top: -30%;
}

.cta {
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
  width: 90%;
  margin: 0 auto;
}

.cta02 {
  position: absolute;
  top: 9.3%;
  left: 0;
  right: 0;
  width: 90%;
  margin: 0 auto;
}

footer {
  margin-bottom: 80px;
  margin-bottom: 5rem;
}

.footer-nav {
  font-size: clamp(16px, 3.1vw, 22px);
  font-size: clamp(1rem, 3.1vw, 1.375rem);
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.03em;
  text-align: center;
  color: #313131;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  font-family: "LINE Seed sans", sans-serif;
}

@media screen and (min-width: 768px) {
  .footer-nav span {
    display: inline-block !important;
    margin: 0 0.3125rem;
  }
}

.copyright {
  font-family: "LINE Seed sans", sans-serif;
  text-align: center;
  margin-top: 80px !important;
  margin-top: 5rem !important;
  font-size: clamp(12px, 2.9vw, 20px) !important;
  font-size: clamp(0.75rem, 2.9vw, 1.25rem) !important;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.03em;
  text-align: center !important;
  color: #313131;
}

.float-btn {
  position: fixed;
  z-index: 100;
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: 750px;
  bottom: 0%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

@media screen and (min-width: 1101px) {
  .float-btn {
    display: none !important;
  }
}
.float-btn-img {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.float-btn-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

@font-face {
  font-family: "LINE Seed JP_OTF Bold";
  src: url("/font/LINESeedJP_OTF_Bd.woff2");
}
@font-face {
  font-family: "LINE Seed JP_OTF Regular";
  src: url("/font/LINESeedJP_OTF_Rg.woff2");
}
@font-face {
  font-family: "LINE Seed sans";
  src: url("/font/LINESeedSans_W_Bd.woff2");
}
@font-face {
  font-family: "LINE Seed sans";
  src: url("/font/LINESeedSans_W_Rg.woff2");
}
.policy {
  font-family: "LINE Seed sans", sans-serif;
}

.policy-header {
  background: #FBF2E5;
  width: 100%;
  max-width: 500px;
  max-width: 31.25rem;
  margin: 0 auto;
}

.policy-header__title {
  max-width: 225px;
  max-width: 14.3125rem;
  margin: 0 auto;
  margin-top: 60px;
  margin-top: 3.75rem;
}

.page-policy {
  padding: 0 20px;
}

.policies__list {
  margin-top: 80px;
  margin-top: 5rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.policies__item {
  font-size: clamp(24px, 6.4vw, 32px);
  font-size: clamp(1.5rem, 6.4vw, 2rem);
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-align: center;
  color: #313131;
  font-family: "LINE Seed JP_OTF", sans-serif;
}

h2 {
  background: #F96C30;
  color: #fff;
  font-size: clamp(20px, 4.8vw, 24px);
  font-size: clamp(20px, 4.8vw, 1.5rem);
  font-weight: 700;
  line-height: 49.4px;
  letter-spacing: 0.03em;
  text-align: left;
  font-family: "LINE Seed JP_OTF", sans-serif;
  padding: 1% 3%;
}
@media screen and (min-width: 768px) {
  h2 {
    padding: 2% 3%;
    font-size: 24px;
  }
}

h3 {
  font-family: "LINE Seed sans", sans-serif;
  font-size: clamp(16px, 4.05vw, 20px);
  font-size: clamp(1rem, 4.05vw, 1.25rem);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.03em;
  text-align: left;
  margin: 32px 0;
  margin: 2rem 0;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 20px;
  }
}

.page-policy p {
  font-size: clamp(16px, 4.05vw, 20px);
  font-size: clamp(1rem, 4.05vw, 1.25rem);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.03em;
  text-align: left;
  margin-top: 32px;
  margin-top: 2rem;
  font-family: "LINE Seed sans", sans-serif;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .page-policy p {
    font-size: 20px;
  }
}

.page-policy li p {
  font-size: clamp(16px, 4.05vw, 20px);
  font-size: clamp(1rem, 4.05vw, 1.25rem);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.03em;
  text-align: left;
  margin: 0;
  font-family: "LINE Seed sans", sans-serif;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .page-policy li p {
    font-size: 20px;
  }
}

.privacy-policy__header {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

.privacy-policy__title {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.privacy-policy__contact {
  background: #FBD7C1;
  padding: 24px;
  padding: 1.5rem;
}

.privacy-policy__contact-item {
  font-size: clamp(16px, 4.05vw, 20px);
  font-size: clamp(1rem, 4.05vw, 1.25rem);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.03em;
  text-align: left;
  font-style: normal;
  font-family: "LINE Seed sans", sans-serif;
}
@media screen and (min-width: 768px) {
  .privacy-policy__contact-item {
    font-size: 20px;
  }
}

.terms {
  margin-top: 80px;
  margin-top: 5rem;
}

address {
  font-size: clamp(16px, 4.05vw, 20px);
  font-size: clamp(1rem, 4.05vw, 1.25rem);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.03em;
  text-align: left;
  font-style: normal;
  padding: 24px;
  padding: 1.5rem;
  background: #FBD7C1;
  margin-top: 40px;
  margin-top: 2.5rem;
  font-family: "LINE Seed sans", sans-serif;
}
@media screen and (min-width: 768px) {
  address {
    font-size: 20px;
  }
}

.online-terms {
  margin-top: 80px;
  margin-top: 5rem;
}
/*# sourceMappingURL=styles.css.map */


/* ---------- CTA改修 2025.06 ---------- */
.el_pcContactBtns{
  margin-top: 67px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1100px) {
  .el_pcContactBtns {
    display: none;
  }
}
.el_pcContactBtn {
  max-width: 424px;
}
.el_pcContactBtn a {
  display: inline-block;
  width: 100%;
}
.cta {
  bottom: 1%;
}
.cta_lead{
  width: 62vw;
  max-width: 312.6px;
  margin: 0 auto;
}
.cta_line{
  margin-top: 8px;
  display: inline-block;
}
.cta_mail{
  margin-top: 4px;
  display: inline-block;
  padding: 0;
}
.float-btn{
  padding-top: 1.25%;
  padding-bottom: 0.75%;
  background-color: rgb(234 225 210 / 90%);
  max-width: none;
}
.float-btn_container{
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.float-btn_lead{
  width: 59.42vw;
  max-width: 445px;
  margin: 0 auto;
}
.float-btn_wrap{
  display: flex;
  align-items: center;
  gap: 8px;
  width: 91.47%;
  margin-inline: auto;
}
.float-btn_line{
  display: inline-block;
  width: calc(50% - 4px);
}
.float-btn_mail{
  display: inline-block;
  width: calc(50% - 4px);
  padding: 0;
}

/* ---------- フォーム設置 2025.06 ---------- */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  overflow: auto;
}
.modal-content {
  background: #fff;
  margin: 3% auto;
  padding: 32px 15px 48px;
  width: 96%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
}
.modal_close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
}
.modal_title{
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #cbcbcb;
}
.modal_form{
  margin-top: 24px;
}
.modal_label {
  display: block;
  margin-top: 15px;
  font-size: 14px;
}
.modal_label:first-child{
  margin-top: 0;
}
.modal_required{
  display: inline-block;
  margin-left: 5px;
  color: #fff;
  background-color: #EF4924;
  padding: 1px 7px;
}
.modal_form input[type="text"],
.modal_form input[type="email"],
.modal_form input[type="tel"],
textarea{
  width: 100%;
  padding: 10px;
  margin-top: 8px;
  background-color: #FFF4EF;
  font-size: 16px;
}
.modal_submit{
  margin-top: 40px;
  text-align: center;
}
.modal_submit span{
  padding: 20px;
  background-color: #f96c30;
  display: inline-block;
  width: 84vw;
  max-width: 315px;
  text-align: center;
  border-radius: 40px;
  position: relative;
}
.modal_submit input{
  color: #fff;
  font-weight: bold;
  font-size: 23.5px;
  line-height: 1;
}
.modal_submit span::before{
  content: "";
  display: block;
  width: 8.5px;
  height: 8.5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%) rotate(45deg);
}
.modal_error {
  color: #EF4924;
  font-size: 12px;
  margin-top: 4px;
}
/* thanksページ */
main{
  min-height: 100vh;
}
.thanks{
  padding: 25px 15px 0px;
}
.thanks_header{
  margin-inline: auto;
  width: 30vw;
  max-width: 112.5px;
}
.thanks_title{
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  margin: 0;
  margin-top: 21px;
  padding-bottom: 16px;
  border-bottom: 1px solid #cbcbcb;
}
.thanks_textWrap{
  margin-top: 24px;
}
.thanks_text{
  font-size: 14px;
  line-height: 1.8;
}
.thanks_text:nth-child(n+2){
  margin-top: 20px;
}
.thanks_btn{
  margin-top: 40px;
  text-align: center;
}
.thanks_btn a{
  padding: 20px;
  background-color: #f96c30;
  display: inline-block;
  width: 84vw;
  max-width: 315px;
  text-align: center;
  border-radius: 40px;
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 23.5px;
  line-height: 1;
}
.thanks_btn a::before{
  content: "";
  display: block;
  width: 8.5px;
  height: 8.5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%) rotate(45deg);
}