@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease-in-out 0s;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  font-size: clamp(1.3rem, 4.2vw, 3rem);
  line-height: 1.6;
}

section {
  max-width: 750px;
  margin: auto;
}

.bg1 {
  background: #B20202;
}

.bg2 {
  background: #d67475;
}

.bg3 {
  background: #f3f3f3;
}

.header_fixed {
  position: sticky;
  top: 0;
  max-width: 750px;
  margin: auto;
  z-index: 999;
}

.head_mail {
  position: absolute;
  width: 45%;
  max-width: 280px;
  top: 50%;
  right: 2%;
  z-index: 2;
  transform: translateY(-50%);
}

.fv_point {
  background: #fff;
  margin: 0.5em;
  padding: 0.5em;
}
.fv_point .inner {
  text-align: center;
  border: 2px solid #e1b44f;
  padding: 0.5em;
}
.fv_point .inner .head {
  color: #fff;
  font-weight: 700;
  text-shadow: -1px -1px 2px #000, 1px -1px 2px #000, -1px 1px 2px #000, 1px 1px 2px #000, 0 -2px 2px #000, 0 2px 2px #000, -2px 0 2px #000, 2px 0 2px #000;
  margin-bottom: 0.4em;
}
.fv_point .inner .head span {
  color: #e1b44f;
}
.fv_point .inner ul {
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
.fv_point .inner ul li {
  text-align: left;
  font-weight: 800;
  font-size: 1.1em;
}
.fv_point .inner ul li span {
  color: #B20202;
  font-size: 1.2em;
  background: linear-gradient(transparent 85%, #fff000 85%);
}

.cta_btn {
  padding-bottom: 1.6em;
}

h2.ttl1 {
  width: 90%;
  background: #fff;
  color: #B20202;
  line-height: 1.4;
  font-size: 1.2em;
  font-weight: 800;
  text-align: center;
  border-radius: 20px;
  margin: 0 auto 0.8em;
  padding: 0.2em 0;
}

h3.ttl1 {
  background: #d67475;
  color: #fff;
  font-size: 1em;
  text-align: center;
  font-weight: 500;
  margin-bottom: 2em;
  padding: 0.2em 0;
}

.scene_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 94%;
  margin: 0 auto;
}
.scene_list .box {
  width: calc(50% - 2px);
  background: #d67475;
  border-radius: 6px;
  margin-bottom: 1.4em;
  padding: 0.3em;
}
.scene_list .box img {
  border-radius: 6px;
}
.scene_list .box p {
  height: 3.7em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.15em;
  font-weight: bold;
  text-align: center;
}

.trouble_box {
  width: 94%;
  background: #fff;
  border-radius: 8px;
  margin: 0 auto 1.5em;
  padding: 1em 0;
}
.trouble_box p {
  line-height: 1.8;
  font-size: 1.1em;
  font-weight: 800;
  text-align: center;
  margin-bottom: 2em;
}

h2.ttl2 {
  width: fit-content;
  background: #d67475;
  color: #fff;
  font-size: 1.2em;
  border-radius: 999px;
  margin: 0 auto 2em;
  padding: 0.2em 1.4em;
  letter-spacing: 1px;
}

ul.trouble_list {
  list-style-type: none;
  width: 80%;
  margin: 0 auto 1em;
}
ul.trouble_list li {
  position: relative;
  font-weight: bold;
  font-size: 1.05em;
  padding: 0.2em 0 0.2em 1em;
}
ul.trouble_list li::before {
  content: "";
  position: absolute;
  width: 0.4em;
  height: 0.4em;
  background: #333;
  border-radius: 50%;
  left: 0;
  top: 12px;
}

.welcome_box {
  margin-top: 3em;
  padding-bottom: 1px;
}
.welcome_box .ttl3 {
  width: 80%;
  background: #d67475;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  padding: 0.2em 0;
}
.welcome_box .trouble_box {
  position: relative;
  width: 80%;
  border-radius: 0;
  margin-bottom: 4em;
}
.welcome_box .trouble_box p {
  font-size: 1.3em;
  line-height: 2;
  margin-bottom: 0;
}
.welcome_box .trouble_box::after {
  content: "";
  position: absolute;
  width: 32%;
  aspect-ratio: 300/377;
  background: url(../img/welcome_icon.webp) 0/contain no-repeat;
  bottom: -18%;
  right: -12%;
}

h2.ttl4 {
  background-color: #d67a7a;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.9em;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 0.2em 0;
}

.point_box {
  position: relative;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  margin: 0 auto;
  padding: 1.8em 0 1.6em;
}
.point_box .point_icon {
  width: 40%;
  margin: 0 0 0.2em 6%;
}
.point_box::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.point_title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 80%;
  aspect-ratio: 3/2;
  margin: auto;
}
.point_title p {
  line-height: 1.3;
}
.point_title .main_title {
  font-size: 2.3em;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.point_title .main_title.title_flex {
  display: flex;
  align-items: center;
}
.point_title .main_title.title_flex .mini {
  font-size: 0.9em;
  line-height: 1.2;
}
.point_title .main_title .big {
  font-size: 1.5em;
}
.point_title .sub_title {
  font-size: 1.6em;
}
.point_title.point01 {
  background-image: url(../img/point_icon01.png);
}
.point_title.point02 {
  background-image: url(../img/point_icon02.png);
}
.point_title.point03 {
  background-image: url(../img/point_icon03.png);
}
.point_title.point04 {
  background-image: url(../img/point_icon04.png);
}
.point_title.point05 {
  background-image: url(../img/point_icon05.png);
}

.point_box .main_text {
  font-size: 1.1em;
}

.pd_top {
  padding: 2.8em 0 2em;
}

.flow_box {
  position: relative;
  width: 94%;
  background: #fff;
  border-radius: 8px;
  margin: 0 auto;
  padding: 1.8em 1em 1em;
}

h2.ttl5 {
  position: absolute;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.1em;
  font-weight: 900;
  white-space: nowrap;
  text-shadow: -1px -1px 2px #fff, 1px -1px 2px #fff, -1px 1px 2px #fff, 1px 1px 2px #fff, 0 -2px 2px #fff, 0 2px 2px #fff, -2px 0 2px #fff, 2px 0 2px #fff;
  top: -0.9em;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.08em;
}

.flow_step {
  display: flex;
  align-items: center;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.flow_step .number {
  background: #d67475;
  color: #fff;
  border-radius: 999px;
  margin-right: 0.6em;
  padding: 0 0.8em 0.1em;
}
.flow_step .step {
  display: flex;
  font-size: 1.1em;
}
.flow_step .step img {
  width: 1.1em;
  margin-left: 0.5em;
}

.flow_box .main_text {
  font-weight: bold;
  margin-bottom: 1.5em;
}
.flow_box .main_text .link_tel {
  color: #B20202;
  text-decoration: underline;
}
.flow_box .sup_text {
  line-height: 2;
  font-size: 0.7em;
  font-weight: bold;
  margin-bottom: 1em;
}

h2.ttl6 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.2em;
  font-weight: 900;
  text-align: center;
  text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
  letter-spacing: 0.08em;
  padding: 0.2em 0;
}

.voice_box {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  margin: 0 auto 1.4em;
  padding: 1em 0.5em;
}
.voice_box .name {
  width: 24%;
}
.voice_box .name .icon {
  margin-bottom: 0.4em;
}
.voice_box .name .name_text {
  font-size: 0.8em;
  text-align: center;
}
.voice_box .main_text {
  width: 70%;
  font-size: 0.8em;
}

.faq_sub {
  color: #ff0000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
  padding-top: 1.4em;
}

h2.ttl7 {
  color: #e06666;
  font-size: 2em;
  text-align: center;
  margin-bottom: 0.8em;
}

.faq_list {
  width: 94%;
  margin: 0 auto 2em;
}

.faq_q {
  position: relative;
  display: grid;
  grid-template-columns: 0.1fr auto;
  align-items: center;
  gap: 0.6em;
  color: #e06666;
  cursor: pointer;
  margin-bottom: 1.4em;
}
.faq_q::-webkit-details-marker {
  display: none;
}
.faq_q .q_mark {
  font-weight: bold;
}
.faq_q .q_text {
  font-weight: bold;
}
.faq_q::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background: url(../img/arrow.webp) 0/contain no-repeat;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: transform 0.1s ease;
}

.faq_item[open] .faq_q::after {
  transform: translateY(-50%) rotate(180deg);
}

.faq_a {
  display: grid;
  grid-template-columns: 0.1fr auto;
  gap: 0.6em;
  margin-bottom: 1.4em;
}
.faq_a .a_mark {
  font-weight: bold;
}
.faq_a .a_text {
  font-size: 0.9em;
}

.cta_box .banner {
  padding-bottom: 1em;
}
.cta_box .cta_btn {
  background: #B20202;
  padding: 0.6em 0;
}

h2.ttl8 {
  text-align: center;
  padding: 0.6em 0;
}

.form_section {
  width: 94%;
  margin: 0 auto;
}
.form_section dl dt {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.2em;
}
.form_section dl dd {
  border-bottom: 1px solid #cacaca;
  margin-bottom: 1.4em;
  padding-bottom: 1.4em;
}
.form_section input[type=text], .form_section input[type=email], .form_section input[type=tel], .form_section input[type=number] {
  width: 100%;
  padding: 0.4em;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  background: #fff;
}
.form_section input[type=radio], .form_section input[type=checkbox] {
  accent-color: #EB4D4B;
  transform: scale(1.6);
}
.form_section input[type=radio]:checked + span,
.form_section input[type=checkbox]:checked + span {
  color: #EB4D4B;
  font-weight: bold;
}
.form_section input[type=number] {
  width: 80%;
}
.form_section .amount {
  display: flex;
  align-items: flex-end;
}
.form_section .amount input[type=number] {
  margin-right: 0.3em;
}
.form_section .small {
  margin-top: 0.8em;
}

.radio_group {
  display: flex;
  flex-direction: column;
}
.radio_group label {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 16px;
  line-height: 1.6;
  padding: 0.6em 0.2em;
  cursor: pointer;
}

.select_wrap {
  position: relative;
}
.select_wrap::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
.select_wrap select {
  width: 100%;
  background: #fff;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 0.6em;
  appearance: none;
}

.card_group {
  display: flex;
}
.card_group label {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 16px;
  line-height: 1.6;
  padding: 0.6em 0.2em;
  cursor: pointer;
}

.form_text {
  height: 14em;
  overflow-y: auto;
  background: #fff;
  font-size: 0.9em;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 1em;
  padding: 0.8em;
}
.form_text p {
  margin-bottom: 1em;
}

.required_box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin: 1em 0;
  padding: 0 0.4em;
}
.required_box .required_text {
  background: #ff5454;
  color: #fff;
  margin-right: 0.8em;
  padding: 0.2em 0.8em;
}
.required_box label {
  display: flex;
  align-items: center;
  gap: 0.8em;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  padding: 0.6em 0.2em;
  cursor: pointer;
}

.form_submit {
  text-align: center;
  padding: 0 0 2.4em;
}
.form_submit .form_submit_button {
  width: 90%;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  background: #1f6dff;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: 0.2s;
  display: inline-block;
  padding: 0.8em 0;
}

footer {
  padding-bottom: 1em;
}

h2.ttl_foot {
  color: #fff;
  font-size: 1.8em;
  text-align: center;
  padding: 1em 0 0.8em;
}

footer table {
  width: 94%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
}
footer table th, footer table td {
  color: #fff;
  border-bottom: 1px solid #333;
  padding: 0.5em 0.4em;
  text-align: left;
}
footer table th {
  width: 25%;
}
footer table td {
  width: 75%;
}
footer table td .small {
  font-size: 0.8em;
}