/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  overflow-x: hidden;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  -webkit-font-smoothing: antialiased;
}

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

ol {
  margin: 0;
  padding-left: 1em;
}

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

a,
button,
input[type=submit] {
  text-decoration: none;
  color: #000;
  transition: all 0.3s;
  cursor: pointer;
}

input,
textarea,
select,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: #ccc;
}

button:disabled {
  opacity: 0.7;
  pointer-events: none;
}

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

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

/* l-wrapper */
.l-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  background-image: url("../img/bg_footer.svg");
  background-position: left calc(100% - 12.4rem);
  background-repeat: repeat-x;
}
@media screen and (max-width: 768px) {
  .l-wrapper {
    padding-bottom: 5.6rem;
    background-position: left calc(100% - 12.4rem - 5.6rem);
  }
}

/* l-body */
.l-body {
  position: relative;
  z-index: 1;
  padding-top: 5.9rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .l-body {
    padding-top: 4.8rem;
    padding-bottom: 10rem;
  }
}
.l-body--home {
  padding-top: 1.7rem;
}
@media screen and (max-width: 768px) {
  .l-body--home {
    padding-top: 0;
  }
}

/* l-header */
.l-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 8.1rem;
  padding: 0 3.2rem;
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 6rem;
    padding: 1rem 1.6rem 1rem 2.1rem;
  }
}
.l-header__logo {
  width: 40rem;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 22rem;
  }
}
.l-header__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.8rem;
  width: 30rem;
  height: 8.1rem;
  padding: 0 1.9rem;
  background: #ffa500;
  border-radius: 0 0 1rem 1rem;
}
@media screen and (max-width: 768px) {
  .l-header__tel {
    display: none;
  }
}
.l-header__tel__img {
  width: 4.6rem;
}
.l-header__tel__text {
  flex: 1;
  font-weight: 700;
  color: #0a2e57;
}
.l-header__tel__text .text {
  font-size: 1.6rem;
}
.l-header__tel__text .number {
  font-family: "Inter", sans-serif;
  font-size: 2.8rem;
}
.l-header__cta {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__cta {
    display: flex;
    align-items: center;
    gap: 0 0.8rem;
  }
}

/* l-footer */
.l-footer {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding: 3.2rem 0;
  height: 12.8rem;
  background: #0a2e57;
}
.l-footer__inner {
  padding: 0 2rem;
}
.l-footer__nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 3.8rem;
  margin-bottom: 2.4rem;
}
.l-footer__nav__item a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
.l-footer__copy {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}

/* l-inner */
.l-inner {
  max-width: 93.2rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.6rem;
}

/* l-box */
.l-box {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  padding: 4rem 2rem;
  border-radius: 3rem;
}

/* l-fixedCta */
.l-fixedCta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .l-fixedCta {
    display: flex;
  }
}
.l-fixedCta__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.8rem;
  height: 5.6rem;
}
.l-fixedCta__item .img {
  min-width: 4rem;
  max-width: 4rem;
}
.l-fixedCta__item .text {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.l-fixedCta__item--tel {
  width: 74.6666666667%;
  background: #ffa500;
  color: #0a2e57;
  padding-right: 1rem;
}
.l-fixedCta__item--tel .number {
  font-family: "Inter", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
}
.l-fixedCta__item--contact {
  flex: 1;
  background: #0a2e57;
}
.l-fixedCta__item--contact .text {
  color: #fff;
}

/* c-title */
.c-title {
  position: relative;
  font-size: 3.6rem;
  font-weight: 700;
  color: #0a2e57;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 2.4rem;
  }
}
.c-title:before {
  content: "";
  position: absolute;
  bottom: -2.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 8rem;
  height: 0.8rem;
  border-radius: 99.9rem;
  background: #ffa500;
}
@media screen and (max-width: 768px) {
  .c-title:before {
    bottom: -1.2rem;
    width: 4rem;
    height: 0.4rem;
  }
}

/* c-btn */
.c-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 40rem;
  width: 100%;
  height: 7.5rem;
  border-radius: 1rem;
  background: #ffa500;
  font-size: 2.4rem;
  font-weight: 700;
  color: #0a2e57;
  cursor: pointer;
  letter-spacing: 0.04em;
  transition: all 0.5s;
  box-shadow: 0.2rem 0.6rem 0 0 #ca8300;
}
@media screen and (max-width: 768px) {
  .c-btn {
    height: 6.9rem;
    font-size: 2rem;
  }
}
.c-btn:before {
  content: "";
  position: absolute;
  top: 0.9rem;
  left: 1.4rem;
  width: 5.6rem;
  height: 5.6rem;
  background-image: url("../img/i_contact.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-btn:hover {
  transform: translateY(0.6rem);
  box-shadow: none;
}
.c-btn--submit {
  height: 56px;
  font-size: 2rem;
}
.c-btn--submit:before {
  display: none;
}

/* c-btnGroup */
.c-btnGroup {
  display: flex;
  flex-direction: column;
  gap: 0.8rem 0;
  max-width: 40rem;
  width: 100%;
  margin: 0 auto;
}
.c-btnGroup__label {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  color: #0a2e57;
  padding: 0 2.9rem;
  width: max-content;
  margin: 0 auto;
}
.c-btnGroup__label:before, .c-btnGroup__label:after {
  content: "";
  position: absolute;
  top: 0.5rem;
  width: 1.4rem;
  height: 1.9rem;
  background-image: url("../img/bg_label.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-btnGroup__label:before {
  left: 0;
}
.c-btnGroup__label:after {
  right: 0;
  transform: scaleX(-1);
}
.c-btnGroup__label--white {
  color: #fff;
}
.c-btnGroup__label--white:before, .c-btnGroup__label--white:after {
  background-image: url("../img/bg_label_white.svg");
}

/* c-form */
.c-form__input, .c-form__textarea {
  height: 5.6rem;
  padding: 1.6rem;
  background: #fff;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #0a2e57;
}
.c-form__input::placeholder, .c-form__textarea::placeholder {
  font-size: 1.6rem;
  color: #ccc;
}
.c-form__textarea {
  height: 100px;
}
.c-form__select {
  position: relative;
  width: 100%;
  height: 5.6rem;
  background: #fff;
  border-radius: 0.5rem;
}
.c-form__select select {
  width: 100%;
  height: 100%;
  padding: 1.6rem;
  border-radius: 0.5rem;
  font-weight: 700;
  background: #fff;
  font-size: 1.6rem;
  color: #0a2e57;
}
.c-form__select select.is-inactive {
  color: #ccc;
}
.c-form__select:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.2rem;
  transform: translateY(-50%);
  width: 1.3rem;
  height: 1.3rem;
  background-image: url("../img/arrow_select.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-form__date {
  position: relative;
  width: 100%;
  height: 5.6rem;
  background: #fff;
  border-radius: 0.5rem;
}
.c-form__date input {
  width: 100%;
  height: 100%;
  padding: 1.6rem;
  border-radius: 0.5rem;
  font-weight: 700;
  background: #fff;
  font-size: 1.6rem;
  color: #0a2e57;
  appearance: none;
}
.c-form__date input::-webkit-date-and-time-value {
  margin-top: 0px;
  text-align: left;
  width: 100%;
}
.c-form__date input::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: transparent;
  z-index: 1;
}
.c-form__date input.is-inactive {
  color: #ccc;
}
.c-form__date:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 2.1rem;
  background-image: url("../img/i_calendar.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-form__error {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ff0000;
}
.c-form__error--invalid {
  text-align: center;
  margin: 0.5rem 0;
}
.c-form__list {
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .c-form__list {
    margin-bottom: 2rem;
  }
}
.c-form__item {
  display: flex;
  align-items: flex-start;
  gap: 0 1.6rem;
}
@media screen and (max-width: 768px) {
  .c-form__item {
    flex-direction: column;
    gap: 0.8rem 0;
  }
}
.c-form__item__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 22rem;
  padding: 1.2rem 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #0a2e57;
}
@media screen and (max-width: 768px) {
  .c-form__item__label {
    width: 100%;
    padding: 0;
  }
}
.c-form__item__label .tag {
  padding: 0 1.2rem;
  background: #ffa500;
  font-size: 1.6rem;
  color: #fff;
}
.c-form__item__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.8rem 0;
  width: 100%;
}
.c-form__note {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #0a2e57;
}
.c-form__note a {
  color: #0a2e57;
  text-decoration: underline;
}
.c-form__note a:hover {
  text-decoration: none;
}
.c-form .c-btn {
  margin: 0 auto;
}

/* p-home */
.p-home__fv {
  background-image: url("../img/bg_fv.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-home__fv {
    background-image: url("../img/bg_fv_sp.svg");
    background-color: #dceffe;
  }
}
.p-home__fv > .l-inner {
  position: relative;
}
.p-home__fv .c-btnGroup {
  position: absolute;
  left: 3.2rem;
  bottom: 6rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-home__fv .c-btnGroup {
    display: none;
  }
}
.p-home__cta {
  padding: 4rem 0 10rem;
  background-image: url("../img/bg_cta.svg"), linear-gradient(180deg, #0a2e57 0%, #0d417d 100%);
  background-position: left bottom, center;
  background-repeat: repeat-x, no-repeat;
  background-size: auto, auto;
}
.p-home__cta__title {
  margin-bottom: 2rem;
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home__cta__title {
    display: none;
  }
}
.p-home__worry {
  position: relative;
  padding: 6rem 0;
  background: #dceffe;
}
@media screen and (max-width: 768px) {
  .p-home__worry {
    padding-bottom: 8rem;
  }
}
.p-home__worry:after {
  content: "";
  position: absolute;
  bottom: -6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6rem 11.2rem 0 11.2rem;
  border-color: #dceffe transparent transparent transparent;
}
@media screen and (max-width: 768px) {
  .p-home__worry:after {
    bottom: -3rem;
    border-width: 3rem 6.6rem 0 6.6rem;
  }
}
.p-home__worry > .l-inner {
  position: relative;
}
.p-home__worry__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.5rem;
  margin-bottom: 4rem;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-home__worry__title {
    font-size: 2rem;
  }
}
.p-home__worry__title strong {
  position: relative;
  padding: 1.4rem 1rem;
  background: #fff;
  transform: rotate(-4deg);
  line-height: 1;
  color: #ffa500;
}
.p-home__worry__title strong:before {
  content: "";
  position: absolute;
  top: -1.1rem;
  right: -1rem;
  width: 2.1rem;
  height: 2.1rem;
  background-image: url("../img/i_worry.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-home__worry__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}
@media screen and (max-width: 768px) {
  .p-home__worry__list {
    display: flex;
    flex-direction: column;
    padding: 0 2.4rem;
  }
}
.p-home__worry__list li {
  display: flex;
  align-items: center;
  padding: 1.2rem;
  background: #fff;
  border-radius: 1rem;
}
.p-home__worry__list li p {
  padding: 0.6rem 0 0.6rem 4.8rem;
  background-image: url("../img/i_check.svg");
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.p-home__worry__img {
  position: absolute;
  right: 1.6rem;
  bottom: -1.9rem;
  width: 19rem;
}
@media screen and (max-width: 768px) {
  .p-home__worry__img {
    right: -0.8rem;
    bottom: -6.6rem;
    width: 12rem;
    margin: 0 2.4rem;
  }
}
.p-home__step {
  padding: 10.7rem 0 6rem;
  background: #f9f9f9;
}
@media screen and (max-width: 768px) {
  .p-home__step {
    padding: 6rem 0;
  }
}
.p-home__step__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.5rem;
  margin-bottom: 1.6rem;
  font-size: 3.6rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-home__step__title {
    display: block;
    margin-bottom: 1.2rem;
    font-size: 2rem;
    text-align: center;
  }
}
.p-home__step__title strong {
  position: relative;
  padding: 1rem;
  background: #ffa500;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-home__step__title strong {
    margin: 1.2rem 0.4rem 0 0;
    display: inline-block;
  }
}
.p-home__step__title strong:before {
  content: "";
  position: absolute;
  top: -1.1rem;
  right: -1rem;
  width: 2.2rem;
  height: 1.3rem;
  background-image: url("../img/i_deco.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-home__step__title strong:before {
    right: -3.3rem;
  }
}
.p-home__step__lead {
  margin-bottom: 6rem;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home__step__lead {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 0.8rem;
    margin-bottom: 4rem;
    text-align: left;
  }
}
.p-home__step__lead .img {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-home__step__lead .img {
    display: block;
    width: 80px;
  }
}
.p-home__step__list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6rem 0;
  max-width: 60rem;
  width: 100%;
  margin: 0 auto 6rem;
}
@media screen and (max-width: 768px) {
  .p-home__step__list {
    gap: 2rem 0;
    margin-bottom: 4rem;
  }
}
.p-home__step__list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 4.8rem;
  width: 1.4rem;
  height: 100%;
  background: #ffa500;
}
@media screen and (max-width: 768px) {
  .p-home__step__list:before {
    width: 0.6rem;
    left: 2.9rem;
  }
}
.p-home__step__item {
  position: relative;
  display: flex;
  height: 6rem;
}
.p-home__step__item .label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.8rem;
  border-radius: 1rem 0 0 1rem;
  width: 10.9rem;
  background-image: linear-gradient(180deg, #0a2e57 0%, #0d417d 100%);
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-home__step__item .label {
    flex-direction: column;
    gap: 0;
    font-size: 1rem;
    width: 6.4rem;
  }
}
.p-home__step__item .label strong {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-home__step__item .label strong {
    font-size: 2rem;
  }
}
.p-home__step__item .title {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 1.2rem 1.8rem;
  background: #fff;
  border-radius: 0 1rem 1rem 0;
  font-size: 2.4rem;
  font-weight: 700;
  color: #0a2e57;
}
@media screen and (max-width: 768px) {
  .p-home__step__item .title {
    font-size: 1.8rem;
  }
}
.p-home__step__item .title strong {
  color: #ffa500;
}
.p-home__step__item .freeImg {
  position: absolute;
  top: -3rem;
  right: 11.1rem;
  width: 6rem;
}
@media screen and (max-width: 768px) {
  .p-home__step__item .freeImg {
    top: -2.5rem;
    right: 0.5rem;
  }
}
.p-home__step__item .img {
  position: absolute;
  bottom: 0;
  right: 1.6rem;
  width: 10rem;
}
@media screen and (max-width: 768px) {
  .p-home__step__item .img {
    display: none;
  }
}
.p-home__step__peace {
  position: relative;
  max-width: 51.2rem;
  width: 100%;
  margin: 0 auto;
  padding: 1.6rem;
  border: 0.1rem solid #0a2e57;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #0a2e57;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home__step__peace {
    max-width: 28.5rem;
    font-size: 1.8rem;
  }
}
.p-home__step__peace:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 0.6rem);
  height: calc(100% - 0.6rem);
  border: 0.1rem solid #0a2e57;
}
.p-home__faq {
  padding: 6rem 0;
  background: #dceffe;
}
.p-home__faq .c-title {
  margin-bottom: 6.8rem;
}
@media screen and (max-width: 768px) {
  .p-home__faq .c-title {
    margin-bottom: 5.2rem;
  }
}
.p-home__faq__list {
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
}
.p-home__faq__item {
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
  padding: 2.4rem 3.2rem;
  background: #fff;
  box-shadow: 0 0 1.6rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-home__faq__item {
    padding: 2.4rem 1.6rem;
  }
}
.p-home__faq__item .q,
.p-home__faq__item .a {
  position: relative;
  padding-left: 4.8rem;
  color: #0a2e57;
}
.p-home__faq__item .q:before,
.p-home__faq__item .a:before {
  position: absolute;
  top: -0.35rem;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 0.1rem solid #0a2e57;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 999.9rem;
}
.p-home__faq__item .q {
  font-size: 1.8rem;
  font-weight: 700;
}
.p-home__faq__item .q:before {
  content: "Q";
  background: #0a2e57;
  color: #fff;
}
.p-home__faq__item .a {
  font-size: 1.6rem;
  font-weight: 500;
}
.p-home__faq__item .a:before {
  content: "A";
  background: #fff;
  color: #0a2e57;
}
.p-home__faq__item .a strong {
  color: #ffa500;
}
.p-home__contact {
  padding-top: 6rem;
}
.p-home__contact__img {
  width: 6rem;
  margin: 0 auto 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-home__contact__img {
    margin-bottom: 2rem;
  }
}
.p-home__contact .c-title {
  margin-bottom: 4.4rem;
}
@media screen and (max-width: 768px) {
  .p-home__contact .c-title {
    margin-bottom: 3.2rem;
  }
}
.p-home__contact__lead {
  margin-bottom: 4rem;
  font-size: 1.6rem;
  color: #0a2e57;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home__contact__lead {
    text-align: left;
  }
}
.p-home__contact__form {
  padding: 4rem 10rem;
  background: #dceffe;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .p-home__contact__form {
    padding: 3.2rem 1.6rem;
  }
}

/* p-thanks */
.p-thanks .l-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem 0;
  border: 0.1rem solid #0a2e57;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-thanks .l-box {
    font-size: 1.6rem;
  }
}
.p-thanks__tel {
  display: flex;
  align-items: center;
  gap: 0 1rem;
  padding: 0.6rem 2rem;
  border: 0.3rem solid #0a2e57;
  font-size: 4rem;
  font-weight: 900;
  color: #0a2e57;
}
@media screen and (max-width: 768px) {
  .p-thanks__tel {
    font-size: 2.8rem;
  }
}
.p-thanks__tel__icon {
  width: 4.6rem;
}

/* p-privacy-policy */
.p-privacy-policy {
  color: #0a2e57;
}
.p-privacy-policy .l-box {
  background: #dceffe;
}
.p-privacy-policy__title {
  margin-bottom: 4rem;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy__title {
    font-size: 2.8rem;
  }
}
.p-privacy-policy__lead {
  margin-bottom: 2rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy__lead {
    font-size: 1.4rem;
  }
}
.p-privacy-policy__sections {
  display: flex;
  flex-direction: column;
  gap: 1.2rem 0;
}
.p-privacy-policy__sections h2 {
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy__sections h2 {
    font-size: 1.6rem;
  }
}
.p-privacy-policy__sections h3 {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy__sections h3 {
    font-size: 1.4rem;
  }
}
.p-privacy-policy__sections p {
  font-size: 1.6rem;
  margin: 0.8rem 0;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy__sections p {
    font-size: 1.4rem;
  }
}
.p-privacy-policy__sections ul {
  margin: 0.8rem 0 0.8rem 2.4rem;
  margin-left: 2.4rem;
  font-size: 1.6rem;
  list-style: disc;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy__sections ul {
    font-size: 1.4rem;
  }
}
.p-privacy-policy__sections a {
  color: #0a2e57;
}/*# sourceMappingURL=style.css.map */