@charset "UTF-8";
/*スマホ優先*/
/*基本*/
:root {
  font-size: 18px;
  line-height: 1.8;
  --color-main: #d62427;
  --color-black: #191919;
}

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

a,
button {
  cursor: pointer;
}

.mb_s {
  margin-bottom: 15px;
}

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

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

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

.ta_c {
  text-align: center;
}

.fs_big {
  font-size: 140%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: var(--color-black);
}

/*スマホ優先　デザイン*/
body {
  border-top: 6px solid var(--color-main);
}

.top {
  background: url(img/sp/sp_top_bg.jpg) no-repeat bottom center;
  background-size: cover;
  padding: 10px 10px 40px 10px;
}
@media screen and (min-width: 768px) {
  .top {
    background: #ccdce4 url(img/top_bg.jpg) no-repeat bottom center;
    height: 769px;
  }
}
.top .top_logo {
  width: 140px;
  height: auto;
}
.top .top_tel {
  width: 40px;
  height: auto;
  display: block;
}
@media screen and (min-width: 1025px) {
  .top .top_tel {
    width: inherit;
  }
}
.top .top_head {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .top .top_head {
    max-width: 1200px;
    margin-inline: auto;
  }
}
.top h1 {
  width: 130px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .top h1 {
    width: 180px;
  }
}

.top_bottom {
  background: url(img/sp/top_bottm_bg.png) no-repeat top center;
  background-size: cover;
  position: relative;
  top: -80px;
  padding: 70px 10px 10px 10px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .top_bottom {
    background: var(--color-main);
    top: 0px;
    padding: 80px 0 40px 0;
  }
}
.top_bottom .top_btn {
  margin: 20px auto;
}
@media screen and (min-width: 768px) {
  .top_bottom .top_btn {
    order: 1;
    margin: 0 0 20px 0;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
  .top_bottom .top_btn img {
    width: 659px;
  }
  .top_bottom .top_bottom_txt {
    order: 2;
  }
}

.bg_color {
  background-color: #ffefe6;
  padding-top: 40px;
  padding-bottom: 20px;
}

@media screen and (min-width: 601px) and (max-width: 767px) {
  .f_t_redwrap img {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .f_t_redwrap {
    background: #a81c1e url(img/red-bg.png) center bottom no-repeat;
    padding: 30px 0 0 0;
    margin-bottom: 20px;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .f_t_redwrap {
    background: #a81c1e url(img/red-bg.png) center bottom no-repeat;
    background-size: 100%;
    background-color: var(--color-main);
  }
}

@media screen and (min-width: 601px) and (max-width: 767px) {
  .voice img {
    max-width: 100%;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .voice {
    background: url(img/voice_bg.jpg) no-repeat 45%;
    padding: 50px 0 50px 200px;
  }
}
@media screen and (min-width: 1025px) {
  .voice {
    background: url(img/voice_bg.jpg) no-repeat center;
    padding: 70px 0 30px 400px;
  }
}

.m_form_btn {
  list-style: none;
  padding: 0 10px;
  margin: 0 0 40px 0;
}
.m_form_btn li:first-child {
  margin-bottom: 10px;
}
@media screen and (min-width: 1025px) {
  .m_form_btn li:first-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .m_form_btn {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 940px;
    margin-inline: auto;
    margin-bottom: 80px;
  }
}

.bg_orange {
  background: #ff7a00;
  position: relative;
}
.bg_orange img {
  position: relative;
  top: -20px;
}

.qa,
.qa_a {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 10px;
  justify-content: space-between;
  font-size: 16px;
  line-height: 160%;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .qa,
  .qa_a {
    width: 800px;
    margin-inline: auto;
  }
}
.qa div,
.qa_a div {
  width: 70px;
}
@media screen and (min-width: 1025px) {
  .qa div,
  .qa_a div {
    width: 150px;
  }
}
.qa p,
.qa_a p {
  border: 1px solid var(--color-black);
  width: calc(100% - 90px);
  padding: 15px;
  border-radius: 10px;
}
@media screen and (min-width: 1025px) {
  .qa p,
  .qa_a p {
    width: calc(100% - 160px);
    padding: 30px 30px;
    line-height: 180%;
    font-size: 20px;
  }
}

.qa p {
  background-color: #ffefe6;
}

.qa_a {
  align-items: flex-end;
  margin-bottom: 40px;
}

.qa_a p {
  color: var(--color-main);
  width: calc(100% - 40px);
  padding: 15px 40px 15px 15px;
}
@media screen and (min-width: 1025px) {
  .qa_a p {
    min-height: 150px;
    padding: 30px 50px 30px 30px;
  }
}

.qa_a div {
  width: 90px;
  position: absolute;
  right: 0px;
}

footer {
  background-color: #ffefe6;
  padding: 40px 10px;
}

@media screen and (min-width: 1025px) {
  .footer_in {
    width: 600px;
    margin-inline: auto;
  }
}

.footer_logo {
  width: 140px;
}

dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 120%;
}

dt::after {
  content: "";
  height: 1px;
  background-color: var(--color-black);
  flex-grow: 0.99;
  padding-left: 10px;
}

.m_form_btn a,
.top_btn a {
  display: inline-block;
  transition: transform 0.4s ease;
}

.m_form_btn a:hover,
.top_btn a:hover {
  transform: translateY(5px);
}

/**********form**********/
.form_wrap {
  list-style: none;
  padding: 0;
}
.form_wrap input {
  border: none;
}
.form_wrap label {
  text-align: right;
  font-size: 15px;
}
.form_wrap .form_kingaku {
  display: grid;
  grid-template-columns: 130px 50px;
  width: 100%;
  align-items: center;
}

#form {
  margin-top: -40px;
}
@media screen and (min-width: 768px) {
  #form {
    margin-top: 40px;
  }
}

.form_wrap li {
  display: grid;
  grid-template-columns: 110px 1fr;
  font-size: 15px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  border-bottom: 2px solid #b0bec5;
  padding: 15px;
  align-items: center;
}

.form_wrap li.form_money {
  display: block;
}
.form_wrap li.form_money span.hissu {
  display: inline-block;
  margin-left: 10px;
}

.radio-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  grid-column-gap: 10px;
}

.custom-radio {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

.custom-radio input[type=radio] + span {
  display: inline-block;
  padding: 5px;
  border: 1px solid #ccc;
  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;
}

.big-radio input[type=radio] + span {
  padding: 15px 5px;
  top: -10px;
}

.custom-radio.disabled input[type=radio] + span {
  background-color: #f0f0f0;
  color: #999;
  cursor: not-allowed;
}

.custom-radio input[type=radio] {
  visibility: hidden;
}

.custom-radio input[type=radio]:checked + span {
  color: #fff;
}

.custom-radio input[type=radio]:checked + span::before {
  content: "✔";
  margin-right: 10px;
}

.custom-radio input[type=radio]:checked + span {
  background-color: #007bff;
  border-color: #007bff;
}

input[type=number],
input[type=tel],
input[type=email],
input[type=text],
textarea {
  padding: 10px;
  font-size: 16px;
}

input[type=tel],
input[type=email],
input[type=text],
textarea {
  width: 100%;
  max-width: 500px;
}

select {
  font-size: 18px;
}

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;
}

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: "";
}

.grid-houjin {
  grid-column: 2/3;
  grid-row: 2/3;
  font-size: 14px;
  font-weight: bold;
  color: crimson;
}

.hissu,
.nini {
  background-color: #d50000;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: bold;
  margin-left: 30px;
  width: 80px;
}

label.error {
  background-color: #d50000;
  color: white;
  font-size: 14px !important;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  grid-column: 1/3;
  text-align: center;
  font-weight: bold;
}

.nini {
  background-color: #3e3f47;
}

.form_btn {
  text-align: center;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.follow {
  position: fixed;
  bottom: 5px;
  border-top: 3px solid #fff;
  opacity: 0;
  transition: opacity 0.6s ease-in, transform 0.1s ease-in;
  border: 1px solid #fff;
  box-shadow: 0px 0px 15px -5px #777777;
  transform: translateY(10000px);
}
.follow ul {
  list-style: none;
  padding: 0;
  display: flex;
}

@media screen and (min-width: 601px) {
  .follow {
    right: calc(50% - 300px);
    width: 600px;
  }
}
@media screen and (min-width: 768px) {
  .follow {
    border: 2px solid #fff;
  }
  .follow p {
    width: 600px;
  }
  .follow ul li img {
    width: 300px;
  }
}
.fadein {
  opacity: 1;
  transform: translateY(0px);
}

/*********************** PC 1025px以上 form***********************/
@media screen and (min-width: 1025px) {
  .form_wrap {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }
  .form_wrap label {
    font-size: 20px;
  }
  .form_wrap li {
    grid-template-columns: 250px 1fr;
  }
  .form_wrap li.form_money {
    display: grid;
  }
  .hissu,
  .nini {
    font-size: 15px;
    display: inline;
    padding: 4px 10px;
  }
  .contact_wrap {
    background: url(images/pc/pc_bg.jpg) no-repeat;
    background-size: cover;
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .contact_wrap .contact_top {
    background: url(images/pc/contact_tri_bg.png) no-repeat bottom center;
    padding-top: 60px;
    margin-bottom: 0px;
  }
  .contact_wrap .contact_form {
    width: 1000px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
  }
}
/*******ポリシー*********/
#policy main {
  max-width: 800px;
  margin-inline: auto;
}
#policy main h1,
#policy main h3 {
  margin: 40px 0 20px 0;
  border-bottom: 3px solid var(--color-black);
  padding-bottom: 2px;
}
#policy main p {
  margin: 10px 0;
}/*# sourceMappingURL=style.css.map */