/* 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;
  scroll-padding-top: 7rem;
}

body {
  height: 100%;
  overflow-x: hidden;
  background: #dceffe;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  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.5s;
  cursor: pointer;
}
a:hover,
button:hover,
input[type=submit]:hover {
  opacity: 0.7;
}

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

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

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

@keyframes loading {
  0% {
    opacity: 0;
    transform: translateY(-0.2rem);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* l-wrapper */
.l-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  background-image: url("../img/bg.svg");
  background-size: cover;
  background-position: left calc(100% - 12.4rem);
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  .l-wrapper {
    padding-bottom: 5.6rem;
  }
}

/* l-body */
.l-body {
  position: relative;
  z-index: 1;
}

/* l-header */
.l-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  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__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-title */
.l-title {
  position: relative;
  z-index: 1;
  margin-bottom: 8rem;
  padding-top: 2rem;
  text-align: center;
}
.l-title--privacy-policy {
  margin-bottom: 6rem;
}
.l-title__logo {
  width: 30.2rem;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 768px) {
  .l-title__logo {
    margin-bottom: 2rem;
  }
}
.l-title__main {
  margin-bottom: 2rem;
  color: #0a2e57;
}
.l-title__main--privacy-policy {
  margin-bottom: 0;
  font-size: 3.2rem;
  color: #000;
}
@media screen and (max-width: 768px) {
  .l-title__main--privacy-policy {
    font-size: 2.8rem;
  }
}
.l-title__main__label {
  position: relative;
  display: block;
  width: max-content;
  margin: 0 auto;
  font-size: 2.5rem;
  font-weight: 700;
}
.l-title__main__label:before, .l-title__main__label:after {
  content: "";
  position: absolute;
  top: 5px;
  width: 29px;
  height: 32px;
  background-image: url("../img/bg_label.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.l-title__main__label:before {
  left: -46px;
}
.l-title__main__label:after {
  right: -46px;
  transform: scaleX(-1);
}
.l-title__main__title {
  display: block;
  font-size: 6.4rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-title__main__title {
    font-size: 3.6rem;
  }
}
.l-title__main__title br {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-title__main__title br {
    display: block;
  }
}
.l-title__main__text {
  width: max-content;
  margin: 0 auto;
  padding: 0.9rem 2rem;
  background: #fff162;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .l-title__main__text {
    padding: 0.8rem 1.2rem;
    font-size: 2.2rem;
  }
}
.l-title__lead {
  font-size: 2.8rem;
  font-weight: 700;
  color: #ff1800;
}
@media screen and (max-width: 768px) {
  .l-title__lead {
    font-size: 1.6rem;
  }
}
.l-title__lead br {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-title__lead br {
    display: block;
  }
}

/* l-box */
.l-box {
  background: #fff;
  margin-bottom: 10rem;
  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: 100%;
  background: #ffa500;
  color: #0a2e57;
  padding-right: 1rem;
}
.l-fixedCta__item--tel .number {
  font-family: "Inter", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
}

/* c-select */
.c-select {
  position: relative;
  max-width: 40rem;
  width: 100%;
  padding: 0.2rem;
  line-height: 1;
  border-radius: 0.8rem;
}
.c-select--form {
  padding: 0;
  line-height: 1.6;
}
.c-select--prefecture select.is-inactive {
  color: #aaa;
}
.c-select select {
  padding: 1.6rem;
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
  font-weight: 700;
  background: #fff;
  font-size: 1.6rem;
  color: #0a2e57;
}
.c-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-btn */
.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 40rem;
  width: 100%;
  height: 6.3rem;
  border-radius: 99.9rem;
  background: #ffa500;
  border: 0.2rem solid #0a2e57;
  font-size: 1.6rem;
  font-weight: 700;
  color: #0a2e57;
  cursor: pointer;
  transition: all 0.3s;
}
.c-btn:hover {
  opacity: 0.8;
}

/* c-operator */
.c-operator {
  display: flex;
  align-items: center;
  gap: 0 3.8rem;
}
@media screen and (max-width: 768px) {
  .c-operator {
    gap: 0 2.2rem;
  }
}
.c-operator__img {
  width: 7rem;
  border-radius: 9999px;
  box-shadow: 0 4px 8px 0 rgba(10, 46, 87, 0.1);
}
@media screen and (max-width: 768px) {
  .c-operator__img {
    width: 4.5rem;
  }
}
.c-operator__loading {
  display: flex;
  align-items: center;
  gap: 0 0.6rem;
}
.c-operator__loading.is-hidden {
  display: none;
}
.c-operator__loading span {
  width: 1rem;
  height: 1rem;
  background: #0a2e57;
  border-radius: 999.9rem;
  animation: loading 1s infinite;
  opacity: 0;
}
.c-operator__loading span:first-child {
  animation-delay: 0s;
}
.c-operator__loading span:nth-child(2) {
  animation-delay: 0.2s;
}
.c-operator__loading span:last-child {
  animation-delay: 0.4s;
}
.c-operator__comment {
  position: relative;
  display: none;
  flex-direction: column;
  gap: 0.8rem;
  padding: 1.2rem 2.4rem;
  background: #f5f5f5;
  border-radius: 1rem;
  font-weight: 700;
  color: #0a2e57;
}
@media screen and (max-width: 768px) {
  .c-operator__comment {
    padding: 1.2rem 1.6rem;
  }
}
.c-operator__comment.is-active {
  display: flex;
}
.c-operator__comment:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.45rem 1.4rem 0.45rem 0;
  border-color: transparent #f5f5f5 transparent transparent;
}
.c-operator__comment p {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .c-operator__comment p {
    font-size: 1.4rem;
  }
}
.c-operator__comment p strong {
  color: #ff1800;
}
.c-operator__comment small {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .c-operator__comment small {
    font-size: 1.2rem;
  }
}

/* c-customer */
.c-customer {
  display: none;
  align-items: center;
  gap: 0 0.8rem;
  margin-left: auto;
}
.c-customer.is-active {
  display: flex;
}
.c-customer__read {
  opacity: 0;
  font-size: 1rem;
  color: #0a2e57;
}
.c-customer__read.is-active {
  opacity: 1;
}
.c-customer__comment {
  padding: 0.8rem 2.4rem;
  background: #0a2e57;
  border-radius: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-customer__comment {
    padding: 0.8rem 1.6rem;
    font-size: 1.4rem;
  }
}

/* c-form */
.c-form {
  display: none;
  padding: 2rem;
  background: linear-gradient(#0a2e57, #0d417d);
  border-radius: 0 0 3rem 3rem;
}
.c-form.is-active {
  display: block;
}
.c-form__select {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-form__select__item {
  display: none;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
}
.c-form__select__item.is-active {
  display: flex;
}
.c-form__input {
  padding: 1.6rem;
  background: #fff;
  border-radius: 0.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #0a2e57;
}
.c-form__error {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ff0000;
}
.c-form__error--invalid {
  text-align: center;
  margin-bottom: 2rem;
}
.c-form__main {
  display: none;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .c-form__main {
    padding: 2rem 0;
  }
}
.c-form__main.is-active {
  display: block;
}
.c-form__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .c-form__list {
    display: flex;
    flex-direction: column;
  }
}
.c-form__item {
  display: flex;
  flex-direction: column;
  gap: 0.8rem 0;
}
.c-form__item__label {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
.c-form__item__label span {
  font-size: 1.4rem;
  color: #ff0000;
}
.c-form__note {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}
.c-form__note a {
  color: #fff;
  text-decoration: underline;
}
.c-form__note a:hover {
  text-decoration: none;
}
.c-form__btn {
  margin: 0 auto 40px;
}

/* p-chat */
.p-chat__area {
  display: flex;
  flex-direction: column;
  gap: 4rem 0;
  padding: 4rem 2rem;
}
@media screen and (max-width: 768px) {
  .p-chat__area {
    padding: 4rem 1.6rem;
  }
}
.p-chat__item {
  display: none;
  flex-direction: column;
  gap: 4rem 0;
}
.p-chat__item.is-active {
  display: flex;
}

/* p-thanks */
.p-thanks {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem 0;
  padding: 4rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-thanks {
    padding: 2.8rem;
    font-size: 1.6rem;
  }
}
.p-thanks__tel {
  display: flex;
  align-items: center;
  gap: 0 1rem;
  padding: 0.8rem 2rem;
  border: 0.3rem solid #ffa500;
  font-size: 4rem;
  font-weight: 900;
  color: #ffa500;
}
@media screen and (max-width: 768px) {
  .p-thanks__tel {
    font-size: 2.8rem;
  }
}
.p-thanks__tel__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.8rem;
  height: 3.4rem;
  background: #ffa500;
  border-radius: 0.8rem;
}

/* p-privacy-policy */
.p-privacy-policy {
  padding: 4rem 2rem 3.2rem;
}
.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;
  }
}/*# sourceMappingURL=style.css.map */