@charset "UTF-8";
/*スマホ優先*/
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url("NotoSansJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("Inter_Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*基本*/
:root {
  font-size: 18px;
  line-height: 1.8;
  --main-color: #d80000;
  --black-color: #141414;
  --yellow-color: #ffea00;
  --glay-color: #e2dddd;
  --glay2-color: #b9b9b9;
  --white-color: #ffffff;
  box-sizing: border-box;
  scroll-padding: 20px;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

img {
  max-width: 600px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1128px) {
  img {
    width: auto;
    max-width: 100%;
  }
}

a,
button {
  cursor: pointer;
}

a[href^="tel:"] {
  text-decoration: none;
  color: var(--black-color);
}

.mb_s {
  margin-bottom: 15px;
}

.mb_m {
  margin-bottom: 30px;
}
@media screen and (min-width: 1128px) {
  .mb_m .mb_m {
    margin-bottom: 50px;
  }
}

.mb_b {
  margin-bottom: 60px;
}
@media screen and (min-width: 1128px) {
  .mb_b .mb_b {
    margin-bottom: 80px;
  }
}

.mb_sb {
  margin-bottom: 80px;
}
@media screen and (min-width: 1128px) {
  .mb_sb .mb_b {
    margin-bottom: 100px;
  }
}

.pd_sp {
  padding-left: 15px;
  padding-right: 15px;
}

.ta_c {
  text-align: center;
}

.fs_big {
  font-size: 140%;
}

body {
  font-family: "Inter", "NotoSansJP-Bold", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: var(--black-color);
  background-color: var(--white-color);
}

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

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

.sp_only {
  display: block !important;
}
@media screen and (min-width:768px) and (max-width:1127px) {
  .sp_only {
    display: none !important;
  }
}
@media screen and (min-width: 1128px) {
  .sp_only {
    display: none !important;
  }
}

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

.fc_yellow {
  color: var(--yellow-color);
}

ul {
  margin-left: 0;
  padding-left: 0;
}
ul li {
  list-style: none;
}

.ta_c {
  text-align: center;
  margin-inline: auto;
}

/*スマホ優先　デザイン*/
header {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px 15px 15px;
  align-items: center;
}
header h1 {
  width: 40dvw;
  max-width: 200px;
  margin-right: 5px;
}
@media screen and (min-width: 1128px) {
  header h1 {
    width: 373px;
    max-width: 373px;
  }
}
header .top_tel_sp a img {
  width: 55dvw;
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  header .top_tel_pc a {
    font-size: 33px;
    letter-spacing: -1px;
    text-decoration: none;
    color: var(--white-color);
    background-color: var(--black-color);
    border-radius: 49px;
    line-height: 1.3;
    padding: 10px 30px;
    display: grid;
    text-align: center;
    grid-template-columns: 48px 1fr;
    align-items: center;
  }
  header .top_tel_pc a::before {
    background: url(../img/icon-tel2.png) no-repeat center;
    display: block;
    width: 48px;
    height: 48px;
    content: "";
  }
  header .top_tel_pc a .top_tel_pc_time {
    font-size: 17px;
    text-align: center;
    line-height: 1.2;
    margin-right: 10px;
  }
}

.top {
  background-color: var(--main-color);
  margin-top: 5px;
}
@media screen and (min-width: 1128px) {
  .top {
    margin-top: 20px;
  }
}

#form {
  margin-top: -60px;
  max-width: 1128px;
  margin-inline: auto;
}
@media screen and (min-width: 1128px) {
  #form {
    display: grid;
    grid-template-columns: 327px 1fr;
    margin-top: 50px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
#form .form_wrap {
  margin: 0 0 20px 0;
  padding: 0;
}
@media screen and (min-width:768px) and (max-width:1127px) {
  #form .form_wrap {
    max-width: 500px;
    margin-inline: auto;
  }
}
#form .form_wrap li {
  display: grid;
  grid-template-columns: 25dvw 1fr;
  font-size: 15px;
  -moz-column-gap: 5px;
       column-gap: 5px;
  border-bottom: 1px dotted var(--glay2-color);
  padding: 15px 0;
  align-items: center;
}
@media screen and (min-width:768px) and (max-width:1127px) {
  #form .form_wrap li {
    grid-template-columns: 130px 1fr;
    font-size: 18px;
  }
}
@media screen and (min-width: 1128px) {
  #form .form_wrap li {
    grid-template-columns: 150px 1fr;
    font-size: 18px;
  }
}
#form .label {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}
#form .hissu {
  background-color: #d50000;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: bold;
  width: 60px;
  font-size: 12px;
}
@media screen and (min-width: 1128px) {
  #form .hissu {
    width: 80px;
    font-size: 14px;
  }
}
#form .label_t {
  display: block;
  width: 100%;
  text-align: right;
}
@media screen and (min-width: 768px) {
  #form .label_t {
    text-align: right;
  }
}
#form .form_wrap li.form_money {
  display: block;
}
@media screen and (min-width: 1128px) {
  #form .form_wrap li.form_money {
    display: grid;
  }
}
#form .form_wrap li.form_money .label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 1128px) {
  #form .form_wrap li.form_money .label {
    display: flex;
    justify-content: right;
  }
}
#form .form_wrap li.form_money .label_t {
  width: auto;
}
#form .form_wrap li.form_money span.hissu {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
}
@media screen and (min-width: 1128px) {
  #form .form_wrap li.form_money span.hissu {
    display: block;
    margin-left: 0;
  }
}
#form .radio-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  grid-column-gap: 10px;
}
@media screen and (min-width:768px) and (max-width:1127px) {
  #form .radio-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1128px) {
  #form .radio-wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 768px) {
  #form .radio-wrap-big {
    grid-template-columns: 1fr 1fr;
  }
}
#form .custom-radio {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
#form .custom-radio input[type=radio] + span {
  display: inline-block;
  padding: 5px;
  border: 1px solid var(--glay2-color);
  cursor: pointer;
  border-radius: 5px;
  margin: 3px;
  font-size: 14px;
  background-color: #ffffff;
  color: #3e3f47;
  transition: background-color 0.3s, border-color 0.3s;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
#form .big-radio input[type=radio] + span {
  padding: 15px 5px;
  top: -10px;
}
#form .custom-radio.disabled input[type=radio] + span {
  background-color: #f0f0f0;
  color: var(--glay2-color);
  cursor: not-allowed;
}
#form .custom-radio input[type=radio] {
  visibility: hidden;
}
#form .custom-radio input[type=radio]:checked + span {
  color: #fff;
}
#form .custom-radio input[type=radio]:checked + span::before {
  content: "✔";
  margin-right: 10px;
}
#form .custom-radio input[type=radio]:checked + span {
  background-color: #007bff;
  border-color: #007bff;
}
#form input[type=number],
#form input[type=tel],
#form input[type=email],
#form input[type=text],
#form textarea {
  padding: 10px;
  font-size: 16px;
  border: 1px solid var(--glay2-color);
}
#form input[type=tel],
#form input[type=email],
#form input[type=text],
#form textarea {
  width: 100%;
  max-width: 500px;
}
#form select {
  font-size: 18px;
}
#form input[type=checkbox] {
  position: relative;
  width: 30px;
  height: 30px;
  border: 2px solid crimson;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 0.5em 0 1em;
}
#form input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 7px;
  transform: rotate(50deg);
  width: 12px;
  height: 24px;
  border-right: 4px solid #000;
  border-bottom: 4px solid #000;
  content: "";
}
#form .grid-houjin {
  grid-column: 2/3;
  grid-row: 2/3;
  font-size: 14px;
  font-weight: bold;
  color: crimson;
}
#form label.error {
  background-color: var(--main-color);
  color: white;
  font-size: 14px !important;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  grid-column: 1/3;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 1128px) {
  #form label.error {
    font-size: 16px;
    padding: 5px;
  }
}
#form .form_btn {
  text-align: center;
}
#form button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  border-radius: 49px;
  background: var(--main-color, #d80000);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: var(--white-color);
  padding: 20px;
  font-size: 22px;
  width: 80dvw;
}
@media screen and (min-width: 768px) {
  #form button {
    width: 480px;
    font-size: 27px;
  }
}
#form .form_tel {
  border: 1px solid var(--black-color);
  padding: 10px 20px;
  margin-top: 20px;
}
#form .form_tel a {
  display: block;
  background-color: var(--main-color);
  color: var(--white-color);
  text-decoration: none;
  text-align: center;
  border-radius: 10px;
  line-height: 1;
  padding: 10px 5px;
  margin-top: -10px;
}
#form .form_tel a h5 {
  font-size: 26px;
}
#form .form_tel a p {
  font-size: 14px;
}

.why_wrap {
  background-color: var(--main-color);
  padding: 50px 0 0 0;
  margin-bottom: 60px;
}
@media screen and (min-width: 1128px) {
  .why_wrap {
    margin-bottom: 100px;
  }
}

.why_2 li:first-child {
  margin-bottom: 15px;
}
@media screen and (min-width: 1128px) {
  .why_2 {
    display: flex;
    gap: 20px;
    margin-inline: auto;
    width: 916px;
    margin-bottom: 60px;
  }
}

.why_last {
  background-color: #a50000;
  color: var(--white-color);
  font-size: 20px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1128px) {
  .why_last {
    background-color: var(--main-color);
    display: grid;
    grid-template-columns: 280px 1fr;
    width: 1000px;
    margin-inline: auto;
    -moz-column-gap: 30px;
         column-gap: 30px;
    padding-bottom: 60px;
  }
}

.why_last_t {
  font-size: 42px;
  line-height: 1.3;
  text-align: center;
  padding: 0 15px;
}
@media screen and (min-width: 1128px) {
  .why_last_t {
    text-align: left;
  }
}

.nayami_t {
  width: 80dvw;
  max-width: 400px;
  margin-inline: auto;
}

.nayami_wrap {
  background-color: var(--glay-color);
  padding: 30px 15px;
}
@media screen and (min-width: 1128px) {
  .nayami_wrap {
    background-color: var(--white-color);
  }
}

.nayami_t2 {
  background-color: var(--black-color);
  padding: 40px 15px 30px;
  margin-top: -60px;
}
.nayami_t2 img {
  width: 85dvw;
  max-width: 400px;
}
@media screen and (min-width: 1128px) {
  .nayami_t2 img {
    width: inherit;
    max-width: inherit;
  }
}
@media screen and (min-width: 1128px) {
  .nayami_t2 {
    margin-top: -60px;
    background-color: var(--glay-color);
  }
}

.nayami_mondai {
  background: var(--glay-color);
  padding: 15px 15px 30px 15px;
}
@media screen and (min-width: 1128px) {
  .nayami_mondai {
    padding: 0 0 30px 0;
  }
}

.gray_tri {
  width: 92px;
  margin-inline: auto;
  margin-bottom: 15px;
}

.sol_t {
  width: 80dvw;
  margin-inline: auto;
}

.cus_wrap {
  background-color: var(--glay-color);
  padding: 50px 15px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1128px) {
  .cus_wrap {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .cus_v_wrap img {
    width: 75dvw;
    max-width: 400px;
  }
}
@media screen and (min-width:768px) and (max-width:1127px) {
  .cus_v_wrap {
    max-width: 600px;
    margin-inline: auto;
  }
  .cus_v_wrap img {
    max-width: 300px;
  }
}
@media screen and (min-width: 1128px) {
  .cus_v_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 30px;
         column-gap: 30px;
    width: 1128px;
    margin-inline: auto;
  }
}

.cus_txt {
  background: var(--white-color);
  padding: 25px;
  word-break: normal;
  overflow-wrap: normal;
}

@media screen and (min-width: 1128px) {
  .what_wrap {
    max-width: 1128px;
    margin-inline: auto;
  }
}

.what_t {
  width: 75dvw;
  max-width: 400px;
  margin-inline: auto;
  margin-bottom: 30px;
}
@media screen and (min-width: 1128px) {
  .what_t {
    max-width: inherit;
    width: 627px;
    text-align: left;
    margin-inline: initial;
  }
}

.what_txt1 {
  font-size: 28px;
}

.what_txt2 {
  border: 1px solid var(--black-color);
  border-radius: 10px;
  padding: 20px;
  font-size: 20px;
  margin-top: 20px;
}

@media screen and (min-width: 1128px) {
  .what_wrap2 {
    display: grid;
    direction: rtl;
    grid-template-columns: 1fr 1fr;
  }
  .what_wrap2 p {
    direction: ltr;
  }
}

.what_per {
  background-color: var(--main-color);
  padding: 30px 30px 0 30px;
}
@media screen and (min-width: 1128px) {
  .what_per {
    background-color: transparent;
  }
}

@media screen and (min-width: 1128px) {
  .what_nayami_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .what_nayami_wrap li {
    width: 359px;
  }
}

.what_nayamiimg {
  width: 260px;
  margin-inline: auto;
}

.what_nayami {
  background-color: var(--glay-color);
  padding: 40px 30px 30px 30px;
  border-radius: 10px;
  max-width: 600px;
  margin-top: -30px;
  margin-inline: auto;
  word-break: normal;
  overflow-wrap: normal;
}
@media screen and (min-width: 1128px) {
  .what_nayami {
    height: 320px;
  }
}
.what_nayami h3 {
  font-size: 41px;
  text-align: center;
}
.what_nayami h4 {
  font-size: 30px;
  text-align: center;
  border-bottom: 1px solid var(--glay2-color);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1128px) {
  .what_nayami h4 {
    font-size: 28px;
  }
}

@media screen and (min-width: 1128px) {
  .qa_wrap {
    background-color: var(--glay-color);
  }
}

@media screen and (min-width: 1128px) {
  .qa_wrapin {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 72px;
    width: 1128px;
    margin-inline: auto;
  }
}

.qa_t {
  width: 60dvw;
  margin-inline: auto;
  max-width: 400px;
}
@media screen and (min-width: 1128px) {
  .qa_t {
    width: inherit;
    margin-top: 80px;
  }
}

.qa_t_txt {
  border: 1px solid var(--black-color);
  padding: 20px;
  border-radius: 10px;
  background-color: var(--white-color);
}
@media screen and (min-width: 1128px) {
  .qa_t_txt {
    text-align: center;
  }
}

.qa {
  background-color: var(--glay-color);
  padding: 40px 15px;
}
@media screen and (min-width: 1128px) {
  .qa {
    padding: 80px 15px;
  }
}
.qa dt {
  background-color: var(--white-color);
  padding: 20px;
  border-radius: 10px;
  border: 1px solid var(--black-color);
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1128px) {
  .qa dt {
    padding: 30px;
    margin-right: 100px;
  }
}
.qa dd {
  background-color: var(--yellow-color);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
}
@media screen and (min-width: 1128px) {
  .qa dd {
    direction: rtl;
    padding: 30px;
    margin-left: 60px;
  }
  .qa dd h5,
  .qa dd p {
    direction: ltr;
  }
}
.qa h5 {
  font-size: 25px;
  line-height: 1.4;
}
@media screen and (min-width: 1128px) {
  .qa h5 {
    font-size: 33px;
  }
}
.qa h5:has(+ p) {
  margin-bottom: 15px;
}

footer {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 15px;
  max-width: 1128px;
  margin-inline: auto;
}
footer dd:not(last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--glay2-color);
}

.footer_logo {
  margin-inline: auto;
}

.copy {
  width: 100%;
  text-align: center;
}

.follow_pc {
  display: none;
}
@media screen and (min-width: 1128px) {
  .follow_pc {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .follow_pc ul {
    display: flex;
    background: #a50000;
    padding: 5px;
    justify-content: center;
  }
  .follow_pc ul li {
    padding: 3px;
  }
}

.follow_sp {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.follow_sp ul {
  display: flex;
  width: 100%;
  align-items: center;
}
.follow_sp ul img {
  height: auto;
  width: auto;
  max-height: 50px;
  max-width: 45dvw;
}
.follow_sp ul li {
  padding: 5px;
  width: 50dvw;
}
.follow_sp ul li:first-child {
  background-color: var(--black-color);
}
.follow_sp ul li:last-child {
  background-color: #009c40;
}
@media screen and (min-width: 1128px) {
  .follow_sp {
    display: none;
  }
}

#policy main {
  max-width: 800px;
  margin-inline: auto;
}
#policy main h1,
#policy main h2,
#policy main h3,
#policy main h4 {
  margin-top: 30px;
}
#policy main p {
  margin-top: 15px;
}/*# sourceMappingURL=style.css.map */