@charset "UTF-8";
/* @charset "UTF-8"; */
/* レスポ  基本スマホ*/
/*
    @include mq(sm) {
        color: yellow;
    }

    @include mq(lg) {
        color: red;
    }
/*

/* 基本カラー */
:root {
  --red-color: #e00000;
  --black-color: #000;
  --white-color: #fff;
  --yellow-color1: #f8e700;
  --yellow-color2: #f8cf00;
  --green-color: #00b900;
  --blue-color: #0400ec;
}

/* Regular (標準) */
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url("font/NotoSansJP-Medium.woff2") format("woff2");
  font-weight: Medium;
  font-style: normal;
  font-display: swap;
}
/* Bold (太字) */
@font-face {
  font-family: "NotoSansJP-Bold";
  /* ↓ 太字用WOFF2ファイルのパスを指定 */
  src: url("font/NotoSansJP-ExtraBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* 数字 */
@font-face {
  font-family: "InterBold";
  src: url("font/Inter_Bold_full.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  font-family: "NotoSansJP-Medium", sans-serif;
  letter-spacing: -0.76px;
  word-break: keep-all;
  overflow-wrap: anywhere;
  box-sizing: border-box;
}

body {
  font-size: 21px;
  line-height: 1.5;
  color: var(--black-color);
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 33px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
  letter-spacing: -2px;
}

.bold {
  font-family: "NotoSansJP-Bold", sans-serif;
}

.inter {
  font-family: "InterBold", "NotoSansJP-Bold", sans-serif;
  font-weight: 700;
  letter-spacing: -2px;
}

.fc_yellow1 {
  color: var(--yellow-color1);
}

.fc_red {
  color: var(--red-color);
}

.fc_blue {
  color: var(--blue-color);
}

.fs_60per {
  font-size: 60%;
}

.fs_80per {
  font-size: 80%;
}

.fs_130per {
  font-size: 130%;
}

img {
  vertical-align: bottom;
}

.pd {
  padding-left: 15px;
  padding-right: 15px;
  margin-inline: auto;
}

.footer {
    font-size: 15px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: underline;
}

.footer:hover {
    color: orange;
}

.ta_c {
  text-align: center;
}

.border_y {
  position: relative;
  display: inline-block;
}

.border_y::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 10px;
  background: var(--yellow-color2);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .border_y::after {
    bottom: 10px;
  }
}

.mt_s {
  margin-top: 10px;
}

.mb_m {
  margin-bottom: 20px;
}

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

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

/**********************基本スマホ***************************/
header {
  background-color: var(--white-color);
  display: flex;
  align-items: center;
  padding: 5px;
  justify-content: space-between;
  max-width: 1100px;
  margin-inline: auto;
}
@media screen and (min-width: 1100px) {
  header {
    padding: 15px 10px;
  }
}

.top_logo {
  max-width: 387px;
  width: 100%;
  padding-right: 10px;
}

.top_renraku {
  display: flex;
  justify-content: flex-end;
}

.top_line img,
.top_tel img {
  max-height: 44px;
  padding: 2px;
}
@media screen and (min-width: 768px) {
  .top_line img,
  .top_tel img {
    max-height: inherit;
    padding: 0 0 0 20px;
  }
}

.top_tel {
  line-height: 1;
}

.top_pc_time {
    display: none;
    margin-top: 23px;
    /* ずらす距離に応じて調整してください */
    }

@media screen and (min-width: 768px) {
  .top_pc_time {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    padding-left: 40px;
  }
}

.top_img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top_img {
    background: url("../img/top-img-bg.webp") no-repeat center #69737c;
    padding: 0 10px 0 10px;
    text-align: center;
  }
  .top_img img {
    width: auto;
  }
}

.top_price_wrap {
  background: var(--red-color);
  padding: 0 10px 30px 10px;
}

@media screen and (min-width: 1100px) {
  .top_price_wrapin {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .top_price_wrapin::before {
    content: "";
    display: block;
    width: 278px;
    height: 209px;
    background: url("../img/top_tokoimg.webp") no-repeat center;
    position: relative;
    top: 0;
    left: 0;
  }
}

.top_price {
  font-size: 68px;
  white-space: nowrap;
  overflow: hidden;
  margin-top: -25px;
  line-height: 1;
  margin-bottom: 20px;
  text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 450px) and (max-width: 767px) {
  .top_price {
    font-size: 82px;
    margin-top: -40px;
  }
}
@media screen and (min-width:768px) and (max-width:1099px) {
  .top_price {
    font-size: 102px;
    margin-top: -50px;
  }
}
@media screen and (min-width: 1100px) {
  .top_price {
    font-size: 118px;
    margin-top: 0px;
  }
}

.price_m {
  font-size: 42px;
}
@media screen and (min-width: 1100px) {
  .price_m {
    font-size: 92px;
  }
}

.price_yen {
  font-size: 38px;
}
@media screen and (min-width: 1100px) {
  .price_yen {
    font-size: 48px;
  }
}

.price_tax {
  font-size: 15px;
  padding-left: 3px;
}
@media screen and (min-width: 1100px) {
  .price_tax {
    font-size: 28px;
  }
}

.top_limited {
  border: 5px solid #000;
  background: #fff;
  text-align: center;
  font-size: 22px;
  position: relative;
  padding: 20px 5px 5px;
  margin-bottom: 10px;
  max-width: 820px;
}
@media screen and (min-width: 768px) {
  .top_limited {
    margin-inline: auto;
  }
  .top_limited p {
    font-size: 65px;
    line-height: 1;
  }
}
.top_limited .top_limited_title {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 400px;
}
@media screen and (min-width: 1100px) {
  .top_limited .top_limited_title {
    max-width: 549px;
    top: -30px;
  }
}
.top_limited .top_limited_yen {
  font-size: 50px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .top_limited .top_limited_yen {
    font-size: 93px;
  }
}

.top_area {
  display: grid;
  grid-template-columns: 100px 1fr;
  margin-bottom: 10px;
  max-width: 820px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .top_area {
    grid-template-columns: 300px 1fr;
  }
}
.top_area dt {
  background: var(--black-color);
  color: var(--white-color);
  padding: 10px;
  display: flex;
  align-items: center;
  font-size: 15px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .top_area dt {
    font-size: 24px;
  }
}
.top_area dd {
  background: #d9d9d9;
  padding: 10px;
  font-size: 14px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .top_area dd {
    font-size: 24px;
    padding: 15px;
  }
}

.cv_btn_wrap {
  margin-top: -40px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1100px) {
  .cv_btn_wrap {
    margin-top: -20px;
    margin-bottom: 0px;
  }
}

.top_cv_hukidasi {
  position: relative;
  top: 20px;
  z-index: 1;
}
@media screen and (min-width: 1100px) {
  .top_cv_hukidasi {
    top: 0;
  }
}

.cv_btn_tel a {
  background: #ff5304;
  padding: 15px 20px;
  color: #fff;
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 1100px) {
  .cv_btn_tel a {
    width: 500px;
  }
}

.cv_btn_line a {
  background: var(--green-color);
  padding: 25px 10px;
  color: #fff;
  display: block;
  position: relative;
  text-align: center;
}
.cv_btn_line a img {
  max-width: 350px;
}
@media screen and (min-width: 768px) {
  .cv_btn_line a img {
    max-width: 768px;
  }
}

.cv_btn_tel a,
.cv_btn_line a {
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .cv_btn_tel a,
  .cv_btn_line a {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 1100px) {
  .cv_btn_wrap2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    justify-content: center;
    margin-bottom: 20px;
    max-width: 1100px;
    width: 100%;
    margin-inline: auto;
  }
}

.top_cv_btn_teltime {
  font-size: 15px;
  letter-spacing: 0.75px;


    /* ドロップシャドウ */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
}
@media screen and (min-width: 1100px) {
  .top_cv_btn_teltime {
    position: absolute;
    bottom: 13px;
    right: 115px;
    font-size: 18px;
  }
}

/***************こんなことありませんか****************/
.ex_wrap {
  background-color: var(--black-color);
  color: var(--white-color);
  margin-top: 40px;
  padding: 40px 10px 0 10px;
  margin-bottom: 30px;
}

.ex_title {
  font-size: 25px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .ex_title {
    font-size: 60px;
  }
}

.ex_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  max-width: 1100px;
  margin-inline: auto;
  font-size: 13px;
  word-break: break-all;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ex_list {
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
    font-size: 15px;
  }
}

/***************難しい理由****************/
.dif_title {
  font-size: 28px;
}
.dif_title img {
  max-width: 230px;
}
@media screen and (min-width: 768px) {
  .dif_title img {
    max-width: inherit;
  }
}
@media screen and (min-width: 768px) {
  .dif_title {
    font-size: 57px;
  }
}

.dif_txt1 {
  font-size: 25px;
}
@media screen and (min-width: 768px) {
  .dif_txt1 {
    font-size: 33px;
  }
}
.dif_txt1 span {
  background-color: var(--yellow-color2);
  font-size: 47px;
}
@media screen and (min-width: 768px) {
  .dif_txt1 span {
    font-size: 73px;
  }
}

.dif_txt2 {
  font-size: 21px;
}
@media screen and (min-width: 768px) {
  .dif_txt2 {
    font-size: 46px;
  }
}

@media screen and (min-width: 768px) {
  .dif_oenai {
    background: url("../img/diff_bikkuri_bg.webp") no-repeat center top;
    background-size: cover;
    padding-bottom: 80px;
  }
}

.triangle_black {
  width: 0;
  height: 0;
  border-top: 30px solid black;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .triangle_black {
    border-top: 80px solid black;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
  }
}

.triangle_white {
  width: 0;
  height: 0;
  border-top: 30px solid white;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .triangle_white {
    border-top: 50px solid white;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
  }
}

.but img {
  width: 183px;
}
@media screen and (min-width: 768px) {
  .but img {
    width: inherit;
  }
}

.dif_saihatu {
  font-size: 16px;
  background: url("../img/diff_cry_woman.webp") no-repeat left bottom;
  padding-left: 30dvw;
  padding-right: 10px;
  padding-bottom: 30px;
  padding-top: 50px;
  margin-top: -40px;
  background-size: contain;
  margin-inline: auto;
  max-width: 400px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .dif_saihatu {
    font-size: 33px;
    width: inherit;
    max-width: 820px;
    background-size: contain;
    padding-left: 250px;
  }
  .dif_saihatu span {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .dif_saihatu span {
    font-size: 55px;
  }
}

.dif_kaiketu {
  background: var(--blue-color);
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .dif_kaiketu {
    padding-bottom: 80px;
  }
}

.dif_kaiketu_txt {
  font-size: 30px;
  margin-top: 20px;
  color: var(--white-color);
}
@media screen and (min-width: 768px) {
  .dif_kaiketu_txt {
    font-size: 57px;
  }
}

/****************リピートCV*********************/
.cv_title {
  background: var(--black-color);
  color: var(--white-color);
  position: relative;
  padding: 30px 10px 20px 10px;
  text-align: center;
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .cv_title {
    font-size: 58px;
    padding: 50px 10px 30px 10px;
  }
}
.cv_title::before {
  content: "";
  display: block;
  width: 100%;
  height: 120px;
  background: url(../img/cv_top.png) no-repeat center;
  background-size: contain;
  top: -20px;
  left: 0;
  z-index: 1;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .cv_title::before {
    height: 200px;
    top: -50px;
  }
}
.cv_title span {
  z-index: 2;
  position: relative;
}

.cv_bg1 {
  background: var(--red-color);
}
@media screen and (min-width: 1100px) {
  .cv_bg1 {
    background: #f00;
    padding-top: 10px;
  }
}

.cv_bg2 {
  background: #f00 url("../img/sp/cv_tri_bg.webp") no-repeat center bottom;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .cv_bg2 {
    background: #f00;
  }
}
@media screen and (min-width: 1100px) {
  .cv_bg2 {
    background: var(--red-color);
    padding-top: 40px;
  }
}

@media screen and (min-width: 1100px) {
  .cv_bg2_wrap {
    max-width: 1100px;
    margin-inline: auto;
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 1100px) {
  .cv_bg3 {
    background: var(--yellow-color2);
  }
}

.cv_price {
  font-size: 68px;
  white-space: nowrap;
  overflow: hidden;
  margin-top: -30px;
  line-height: 1;
  text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding-bottom: 20px;
}
@media screen and (min-width: 450px) and (max-width: 767px) {
  .cv_price {
    font-size: 82px;
    margin-top: -40px;
  }
}
@media screen and (min-width:768px) and (max-width:1099px) {
  .cv_price {
    font-size: 102px;
    margin-top: -50px;
  }
}
@media screen and (min-width: 1100px) {
  .cv_price {
    font-size: 118px;
    margin-top: -20px;
    padding-bottom: 10px;
  }
}

.cv_after {
  border: 4px solid #000;
  background: #fff;
  max-width: 820px;
  margin-inline: auto;
  position: relative;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cv_after::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(../img/cv_plusico.webp) no-repeat center;
    position: relative;
    z-index: 1;
    background-size: contain;
  }
  .cv_after span {
    padding-left: 5px;
  }
}
@media screen and (min-width: 1100px) {
  .cv_after {
    height: 100px;
    padding: 30px;
  }
}

.cv_limited {
  border: 5px solid #000;
  background: #fff;
  text-align: center;
  font-size: 22px;
  position: relative;
  padding: 20px 5px 5px;
  margin-bottom: 10px;
  max-width: 820px;
}
@media screen and (min-width: 768px) {
  .cv_limited {
    margin-inline: auto;
  }
  .cv_limited p {
    font-size: 44px;
    line-height: 1;
  }
}
@media screen and (min-width: 1100px) {
  .cv_limited {
    width: 550px;
  }
}
.cv_limited .cv_limited_title {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 400px;
}
@media screen and (min-width: 1100px) {
  .cv_limited .cv_limited_title {
    max-width: 549px;
    top: -30px;
  }
}
.cv_limited .cv_limited_yen {
  font-size: 50px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .cv_limited .cv_limited_yen {
    font-size: 72px;
  }
}

@media screen and (min-width: 1100px) {
  .cv_btn_wrap3 {
    display: grid;
    grid-template-columns: 55% 1fr;
    grid-gap: 10px;
    justify-content: center;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1100px) {
  .cv_wrap3in {
    background: url(../img/cv_man.webp) no-repeat left bottom;
    width: 100%;
    margin-inline: auto;
    padding: 50px 0 20px 240px;
    max-width: 1100px;
    margin-top: -40px;
    background-size: contain;
  }
}

.cv_hukidasi {
  position: relative;
  top: 20px;
  z-index: 1;
}
@media screen and (min-width: 1100px) {
  .cv_hukidasi {
    top: 0;
    margin-bottom: 10px;
  }
}

.cv_btn_teltime {
  font-size: 15px;
  letter-spacing: 0.45px;
}
@media screen and (min-width: 1100px) {
  .cv_btn_teltime {
    position: absolute;
    bottom: 13px;
    right: 60px;
    font-size: 18px;
  }
}

.triangle_red {
  width: 0;
  height: 0;
}
@media screen and (min-width: 768px) {
  .triangle_red {
    border-top: 70px solid var(--red-color);
    border-right: 80px solid transparent;
    border-left: 80px solid transparent;
    margin-inline: auto;
  }
}

/******************見分け方*****************/
.m_title {
  background: var(--black-color);
  color: var(--white-color);
  position: relative;
  margin-top: 90px;
  padding: 40px 10px 10px 10px;
  font-size: 30px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .m_title {
    font-size: 53px;
    padding: 50px 10px 10px 10px;
  }
}
.m_title::before {
  content: "";
  background: url(../img/title_img.webp) no-repeat center;
  background-size: contain;
  display: block;
  position: absolute;
  top: -70px;
  width: 80dvw;
  max-width: 363px;
  height: 100px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .m_title::before {
    height: 120px;
  }
}

@media screen and (min-width: 768px) {
  .miwake_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    max-width: 1100px;
    margin-inline: auto;
  }
}

.miwake_omakase {
  background: var(--blue-color);
  position: relative;
}
.miwake_omakase .triangle_white {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
  z-index: 1;
}

.miwake_omakase2 {
  background: #0300af;
  padding: 20px 10px 50px;
  color: var(--white-color);
  font-size: 24px;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .miwake_omakase2 {
    font-size: 33px;
    padding: 30px 10px 80px;
  }
}
.miwake_omakase2 span {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .miwake_omakase2 span {
    font-size: 64px;
  }
}

/******************悪徳業者に気をつけて*****************/
.wa_title {
  margin-top: 30px;
  background-image: url(../img/w_line.webp), url(../img/w_line.webp);
  background-color: var(--yellow-color2);
  background-repeat: repeat-x, repeat-x;
  background-position: bottom, top;
  background-size: 200px, 200px;
  padding: 20px 10px 20px 10px;
}
@media screen and (min-width: 768px) {
  .wa_title {
    background-size: inherit;
    padding: 50px 10px 50px 10px;
  }
}

.wa_bg1 {
  background: var(--black-color);
  color: var(--white-color);
}

.wa_bg1_wrap {
  display: grid;
  grid-template-columns: 30% 1fr;
  align-items: center;
  max-width: 400px;
  margin-inline: auto;
  padding: 20px 10px 40px 10px;
  width: 100%;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .wa_bg1_wrap {
    font-size: 33px;
    max-width: 820px;
  }
}

.wa_bg2 {
  background-color: #353535;
  color: var(--white-color);
  padding-bottom: 20px;
}

.wa_aruaru {
  position: relative;
  top: -30px;
}

.wa_txt {
  font-size: 17px;
  margin-bottom: 30px;
  max-width: 820px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .wa_txt {
    font-size: 24px;
  }
}

.wa_mame {
  background: var(--white-color) url(../img/wa_mame.webp) no-repeat right bottom;
  color: var(--black-color);
  background-size: contain;
  max-width: 710px;
  margin-inline: auto;
  padding: 15px;
  font-size: 13px;
  padding-right: 30%;
}
@media screen and (min-width: 768px) {
  .wa_mame {
    padding: 40px 250px 40px 40px;
    font-size: 20px;
  }
}
.wa_mame h4 {
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .wa_mame h4 {
    font-size: 30px;
  }
}
.wa_mame .wa_mame_aten {
  background-color: var(--yellow-color2);
  padding: 5px;
  margin-top: 15px;
}

.wa_mame2 {
  max-width: 710px;
  margin-inline: auto;
  background-color: var(--red-color);
  padding: 10px 10px 10px 10px;
}
@media screen and (min-width: 768px) {
  .wa_mame2 {
    padding: 10px 10px 20px 10px;
  }
}
.wa_mame2 img {
  max-width: 70dvw;
}

.mame2_nara {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px 0;
}
@media screen and (min-width: 768px) {
  .mame2_nara {
    margin: 10px 0 10px;
  }
}

.mame_yasu {
  background-color: var(--yellow-color2);
  padding: 10px 10px;
  color: var(--red-color);
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .mame_yasu {
    padding: 15px 10px;
  }
}

.mame_price {
  color: var(--black-color);
  letter-spacing: inherit !important;
}

.mame_yasu_yen {
  font-size: 52px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .mame_yasu_yen {
    font-size: 80px;
  }
}

.triangle_gray {
  width: 0;
  height: 0;
  border-top: 30px solid #353535;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .triangle_gray {
    border-top: 80px solid #353535;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
  }
}

.wa_nattoku {
  font-size: 50px;
}
@media screen and (min-width: 768px) {
  .wa_nattoku {
    font-size: 90px;
  }
}

@media screen and (min-width: 768px) {
  .wa_nayami {
    background-color: #4c4c4c;
  }
}

.wa_maeni {
  font-size: 23px;
}
@media screen and (min-width: 768px) {
  .wa_maeni {
    font-size: 55px;
  }
}

.wa_last {
  position: relative;
  margin-top: -20px;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .wa_last {
    background: #74c3ff;
  }
}

.wa_lastin {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  max-width: 900px;
  margin-inline: auto;
  width: 100%;
  background: #74c3ff;
  padding: 30px 20px 20px;
  font-size: 16px;
  align-items: center;
  margin-bottom: 50px;
}
.wa_lastin img {
  width: 40dvw;
  margin-bottom: 10px;
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  .wa_lastin {
    font-size: 25px;
  }
}
@media screen and (min-width:768px) and (max-width:1099px) {
  .wa_lastin {
    display: grid;
    font-size: 28px;
    grid-template-columns: 70% 30%;
    justify-content: center;
  }
}
@media screen and (min-width: 1100px) {
  .wa_lastin {
    display: grid;
    font-size: 30px;
    grid-template-columns: 600px 300px;
    justify-content: center;
    margin-bottom: 90px;
  }
}

/*******************流れ************************/
@media screen and (min-width: 1100px) {
  .nagare_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    max-width: 1100px;
    margin-inline: auto;
  }
}

.nagare_in {
  display: grid;
  grid-template-columns: 20px 1fr;
}
.nagare_in h4 {
  margin-bottom: 10px;
}
@media screen and (min-width: 1100px) {
  .nagare_in h4 {
    margin-bottom: 20px;
  }
}
.nagare_in h4 span {
  border-bottom: 5px solid var(--black-color);
  line-height: 1.6;
  letter-spacing: inherit;
  font-size: 24px;
}
@media screen and (min-width: 1100px) {
  .nagare_in {
    border: 1px solid var(--black-color);
    padding: 20px;
    display: flex;
    height: 260px;
  }
}

@media screen and (max-width: 767px) {
  .arrow {
    position: relative;
    display: inline-block;
    width: 1px;
    height: 100%;
    margin: 0 6.4px;
    border-radius: 9999px;
    background-color: #000000;
  }
  .arrow::before,
  .arrow::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 0.5px);
    width: 1px;
    height: 10px;
    border-radius: 9999px;
    background-color: #000000;
    transform-origin: 50% calc(100% - 0.5px);
  }
  .arrow::before {
    transform: rotate(45deg);
  }
  .arrow::after {
    transform: rotate(-45deg);
  }
}
.nagare_txt1,
.nagare_txt2,
.nagare_txt3 {
  background: url(../img/nagare_1.webp) no-repeat top left;
  padding-left: 85px;
  background-size: 70px;
  font-size: 15px;
  min-height: 110px;
  word-break: normal;
  overflow-wrap: normal;
}
@media screen and (min-width: 1100px) {
  .nagare_txt1,
  .nagare_txt2,
  .nagare_txt3 {
    min-height: 110px;
  }
}

.nagare_txt2 {
  background: url(../img/nagare_2.webp) no-repeat top left;
  background-size: 70px;
}

.nagare_txt3 {
  background: url(../img/nagare_3.webp) no-repeat top left;
  background-size: 70px;
}

.goal {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .goal {
    display: grid;
    grid-template-columns: 230px 1fr;
    padding: 20px;
    background-color: var(--yellow-color1);
    max-width: 1100px;
  }
}

.goal_title {
  background-color: var(--yellow-color2);
  padding: 20px 10px;
}

.goal_txt {
  background: var(--yellow-color1) url(../img/nagare_4.webp) no-repeat left;
  background-size: 100px;
  padding: 20px 10px 20px 100px;
}
@media screen and (min-width: 768px) {
  .goal_txt {
    background-size: 180px;
    padding: 20px 10px 20px 200px;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1100px) {
  .goal_txt {
    background-size: 180px;
    padding: 20px 10px 20px 200px;
  }
}

.copy {
  font-size: 10px;
  padding: 10px;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .copy {
    font-size: 15px;
    margin-bottom: 100px;
  }
}

.follow {
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: 2px solid var(--white-color);
  z-index: 99999;
  background-color: var(--black-color);
}
@media screen and (min-width: 1100px) {
  .follow {
    position: fixed;
    padding: 10px;
    bottom: 0;
  }
}

.follow_wrap {
  max-width: 1100px;
  margin-inline: auto;
}
@media screen and (min-width: 1100px) {
  .follow_wrap {
    display: grid;
    grid-template-columns: 480px 600px;
    grid-gap: 20px;
    align-items: center;
  }
}

.follow_top {
  background: var(--black-color);
  color: var(--white-color);
  font-size: 15px;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.1;
  padding: 5px;
}
@media screen and (min-width: 1100px) {
  .follow_top {
    font-size: 20px;
    text-align: right;
    font-size: 30px;
  }
}

.follow_btn {
  display: grid;
  grid-template-columns: 103fr 81fr;
  background: var(--yellow-color1);
  grid-gap: 10px;
  padding: 5px 5px 10px 5px;
  justify-content: center;
  max-width: 600px;
  margin-inline: auto;
}
.follow_btn li a {
  position: relative;
  display: block;
}
@media screen and (min-width: 1100px) {
  .follow_btn {
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
  }
}

.follow_time {
  position: absolute;
  display: block;
  top: 2px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.2px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 450px) and (max-width: 550px) {
  .follow_time {
    font-size: 15px;
    top: 3px;
  }
}
@media screen and (min-width: 551px) {
  .follow_time {
    font-size: 18px;
    top: 5px;
  }
}

.area {
  background-color: #e1ebf2;
  width: 100%;
  padding: 20px 15px;
  margin-top: 50px;
}
@media screen and (min-width: 1100px) {
  .area {
    padding: 50px 10px;
    margin-top: 0;
  }
}
.area dl {
  max-width: 1100px;
  margin-inline: auto;
}
.area dl dt {
  font-size: 24px;
}
.area dl dd {
  font-size: 16px;
}/*# sourceMappingURL=style.css.map */





.contact-area {
    padding: 20px 10px;
    background: #f0f0f0;
    /* 好みで背景色設定 */
    border-radius: 8px;
    margin-top: 0px;
    margin-bottom: 0px;
}

/* フォームの各項目 */
.contact-form {
    max-width: 600px;
    margin: 0 auto;
}

.field-row {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

label {
    font-weight: bold;
    margin-bottom: 5px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
    width: 100%;
    padding: 10px;
    border: 3px solid #000000;
    border-radius: 4px;
    background-color: #ffffff; /* 背景色を白に設定 */
}

.submit-btn {
    padding: 12px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    margin: 0 auto; /* 横中心に配置 */
    display: block;
}

.submit-btn:hover {
    background-color: #0056b3;
}

.required {
    color: red;
    /* 赤くなる */
    font-weight: bold;
    /* 必要に応じて太字に */
}

.center-text {
    text-align: center;
    display: block;
    /* 改善のためblockに変更（必要に応じて） */
}

.c-section-ttl {
    text-align: center;
}

#contact {
    scroll-margin-top: 60px;
    /* 固定ヘッダーの高さ分だけ調整 */
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #999;
}

/* 初期状態：非表示 */
#confirmation { display: none; }

/* 表示させるとき */
#confirmation.show { display: block; }
