@charset "UTF-8";
html {
  font-size: 62.5%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-height: 100dvh; }
  @media screen and (max-width: 840px) {
    html {
      font-size: calc(1000vw / 390); } }

body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  font-size: 1.6rem;
  color: #303337;
  min-height: 100dvh; }

main {
  padding: 4rem 0 0; }
  @media screen and (max-width: 840px) {
    main {
      padding: 3rem 0 0; }
      main.thanks_main {
        padding: 4rem 0 0; } }

a {
  color: #303337;
  cursor: pointer; }

p {
  line-height: 1.75; }

select, option, button, ::placeholder, input, textarea {
  font-family: "Open Sans", "Noto Sans JP","Noto Sans SC","Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: #303337; }

.in_b {
  display: inline-block; }

::placeholder {
  color: gray; }

.form_item {
  margin: 0 auto 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .8rem;
  max-width: 60rem; }
  .form_item .flex_box {
    width: 96%;
    margin: 0 auto; }
  .form_item > label {
    width: 18%;
    font-weight: bold; }
  @media screen and (max-width: 840px) {
    .form_item {
      margin: 0 auto 1.5rem; }
      .form_item > label {
        width: 100%; } }

.input_title {
  font-size: 1.8rem;
  width: 100%;
  display: block;
  padding-top: .6rem;
  font-weight: bold; }

.input_bg {
  background: #fff;
  margin-bottom: .4rem;
  background: #fff;
  border-radius: .4rem;
  border: 0.1rem solid #B4BBC4;
  position: relative;
  width: 80%; }
  .input_bg input {
    display: block;
    width: 100%;
    padding: .6rem 1rem;
    font-size: 1.6rem; }
  .input_bg textarea {
    width: 100%;
    padding: .6rem 1rem;
    font-size: 1.6rem;
    resize: none;
    height: calc(1.6rem *1.5 *5); }
  .input_bg select {
    padding: .6rem 2.4rem .6rem 1rem;
    font-size: 1.6rem;
    cursor: pointer; }
  .input_bg .unit {
    position: absolute;
    right: -.4rem;
    bottom: 0;
    transform: translate(100%, 0); }
  @media screen and (max-width: 840px) {
    .input_bg {
      width: 100%; } }

.short {
  position: relative;
  max-width: 20rem; }

.select_bg {
  position: relative;
  max-width: 20rem; }
  .select_bg::after {
    pointer-events: none;
    content: "▼";
    font-size: 1rem;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translate(0, -50%); }
  @media screen and (max-width: 840px) {
    .select_bg.flex_box {
      width: min(300px, 100%); } }

input[type="radio"] {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-left: 0;
  padding-top: 0; }
  input[type="radio"] p {
    font-size: 1.4rem; }
  input[type="radio"] a {
    text-decoration: underline; }
  input[type="radio"] label {
    margin-right: 0;
    font-weight: bold; }
  input[type="radio"].form_item {
    margin: 0; }

.error_color {
  background: #F3E4E4; }

label.error {
  display: block;
  color: #fa3a00;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  top: -3rem;
  padding-left: 20%; }
  @media screen and (max-width: 840px) {
    label.error {
      top: -1.5rem;
      padding-left: 0%; } }

.privacy_check + label.error {
  text-align: center;
  top: .4rem;
  padding: .2rem 1.4rem;
  width: fit-content;
  margin: 0 auto;
  border: .2rem solid; }

.content_wrap {
  max-width: 84rem;
  margin: 0 auto;
  padding: 0 1rem 6rem; }

.main_copy {
  max-width: 38.3rem;
  margin: 0 auto 0.2rem; }
  @media screen and (max-width: 840px) {
    .main_copy {
      max-width: 26rem; } }

h1 {
  font-size: 4.2rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 1.6rem; }
  @media screen and (max-width: 840px) {
    h1 {
      font-size: 2.8rem;
      margin-bottom: 1rem; } }

.main_txt {
  margin-bottom: 3rem; }
  .main_txt p {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.5; }

.step_block {
  padding: 12rem 1rem 6rem;
  position: relative;
  border-radius: 2rem;
  border: 0.1rem solid #B4BBC4;
  filter: drop-shadow(0 0.2rem 0.4rem rgba(0, 0, 0, 0.2));
  background: #fff; }
  .step_block .step_phase {
    position: absolute;
    top: -.1rem;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + .2rem); }
  .step_block .supp_txt {
    margin-bottom: 3rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5; }
  .step_block .bukken_txt {
    text-align: center;
    font-size: 1.4rem;
    margin-top: 2rem; }
  @media screen and (max-width: 840px) {
    .step_block {
      padding: 6rem 1rem 3rem;
      border-radius: 1.6rem; }
      .step_block .supp_txt {
        margin-bottom: 2rem; } }

.option {
  color: #aaa;
  font-size: 1.4rem;
  font-weight: 400; }

.btn_box {
  display: flex;
  gap: 5%;
  justify-content: center;
  filter: drop-shadow(0 0.2rem 0.4rem rgba(0, 0, 0, 0.2));
  align-items: center; }
  .btn_box .select_btn {
    cursor: pointer;
    max-width: 14rem;
    position: relative; }
  .btn_box .finger {
    position: absolute;
    top: 0;
    left: 50%;
    width: 3rem;
    height: 3rem;
    animation: floating-y 1.2s ease-in-out infinite alternate-reverse; }
@keyframes floating-y {
  0% {
    transform: translate(-50%, -35%); }
  100% {
    transform: translate(-50%, -65%); } }
  @media screen and (max-width: 840px) {
    .btn_box {
      gap: 4%; }
      .btn_box .select_btn {
        max-width: 12rem; } }

.back_btn {
  color: #757C85;
  text-decoration: underline;
  text-align: center;
  cursor: pointer;
  margin: 3rem auto 0;
  display: block;
  width: fit-content; }
  @media screen and (max-width: 840px) {
    .back_btn {
      margin: 2rem auto 0; } }

.shugo_box .shugo_txt, .shugo_box .sonota_txt, .sonota_box .shugo_txt, .sonota_box .sonota_txt {
  max-width: 60rem;
  margin: 0 auto; }
.shugo_box .sonota_txt, .sonota_box .sonota_txt {
  text-align: center;
  margin-bottom: 2rem; }

.tel_btn {
  display: block;
  max-width: 40rem;
  margin: 0 auto 1rem;
  filter: drop-shadow(0 0.2rem 0.4rem rgba(0, 0, 0, 0.2)); }

.submit_btn, .next_btn {
  display: block;
  max-width: 20rem;
  margin: 2rem auto 0;
  cursor: pointer; }

.thanks_txt h2 {
  font-weight: 900;
  font-size: 4.2rem;
  margin-bottom: 3rem;
  text-align: center; }
.thanks_txt p {
  margin-bottom: 2rem;
  text-align: center; }
@media screen and (max-width: 840px) {
  .thanks_txt h2 {
    font-size: 3.4rem; } }

.thanks_img {
  max-width: 35.5rem;
  margin: 0 auto 4rem; }
  @media screen and (max-width: 840px) {
    .thanks_img {
      width: 60%; } }

.contact_area {
  background: #FFE4D2;
  padding: 4rem 1rem; }
  .contact_area .tel_box {
    padding: 3rem 1rem;
    max-width: 84rem;
    margin: 0 auto;
    background: #fff;
    position: relative;
    text-align: center;
    position: relative; }
    .contact_area .tel_box p {
      margin-bottom: 2rem; }
    .contact_area .tel_box .tel_img {
      position: absolute;
      left: 4%;
      top: 50%;
      transform: translate(0, -50%);
      max-width: 20rem; }
  @media screen and (max-width: 840px) {
    .contact_area {
      padding: 6rem 1rem; }
      .contact_area .tel_box .tel_img {
        position: inherit;
        transform: none;
        width: 38%;
        margin: 0 auto 1rem;
        left: inherit;
        top: inherit; } }

.input_wrap {
  max-width: 60rem;
  margin: 0 auto; }

footer {
  font-size: 1.2rem;
  background: #303337;
  color: #fff;
  padding: .4rem 1rem;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4rem; }

header {
  width: 100%;
  padding: 1rem;
  display: flex;
  justify-content: center;
  filter: drop-shadow(0 0.2rem 0.4rem rgba(0, 0, 0, 0.2));
  background: #fff; }
  header .logo {
    width: 30%;
    max-width: 10rem;
    display: block; }
  @media screen and (max-width: 840px) {
    header {
      padding: .6rem; } }

input[type="radio"], input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0; }

.ticker, .ticker-pc {
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
  padding: 2rem 0;
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
  text-align: center; }
  @media screen and (max-width: 840px) {
    .ticker, .ticker-pc {
      padding: 1.6rem 0; } }

.ticker ul, .ticker-pc ul {
  width: 100%;
  position: relative; }

.ticker ul {
  font-size: 1.6rem; }
  @media screen and (max-width: 840px) {
    .ticker ul {
      font-size: 1.4rem; } }

.ticker ul li, .ticker-pc ul li {
  width: 100%;
  display: none;
  transform: translate(0, -50%);
  background: none; }

.ticker-pc {
  border: none;
  padding-top: 2rem; }

.ticker-pc ul li {
  line-height: 1; }

.ticker-pc .ticker-pc-br {
  display: block;
  margin-bottom: .5rem; }
