@charset "UTF-8";
@keyframes deco-rotate {
  0% {
    transform: translate(-50%, -50%) scale(1.25) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.25) rotate(360deg);
  }
}
#page_top section {
  margin-top: -1px;
}
#page_top #secfv a {
  position: absolute;
  top: 23rem;
  left: 107rem;
  width: 36rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #page_top #secfv a {
    top: 38rem;
    left: 1rem;
    width: 19rem;
  }
}
#page_top #secfv a .u-deco {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.25);
  animation: deco-rotate 10s linear infinite;
}
#page_top #secfv a:hover {
  scale: 1.1;
}
#page_top .p-cvarea {
  display: flex;
  gap: 3rem;
  height: 12rem;
  width: 137rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 13rem;
}
@media screen and (max-width: 767px) {
  #page_top .p-cvarea {
    flex-direction: column;
    gap: 1rem;
    height: auto;
    width: 74%;
    bottom: 5.5rem;
  }
}
#page_top .p-cvarea a {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #page_top .p-cvarea a {
    width: 100%;
  }
}
#page_top .p-cvarea a.u-form {
  transition: 0.3s;
  overflow: hidden;
}
#page_top .p-cvarea a.u-form:hover {
  scale: 1.05;
}
#page_top .p-cvarea a.u-form::before {
  transition: 0s;
  animation: shinyshiny 3s ease-in-out infinite;
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fffbf1;
  z-index: 5;
}
@keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  90% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
#page_top #sec04 .p-cvarea {
  bottom: 13rem;
}
@media screen and (max-width: 767px) {
  #page_top #sec04 .p-cvarea {
    bottom: 5.5rem;
  }
}
#page_top #sec08 .p-cvarea {
  bottom: 9rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #page_top #sec08 .p-cvarea {
    bottom: 5rem;
    align-items: center;
    width: 85%;
  }
}
#page_top #sec09 {
  background: #f6f6f6;
  padding: 12rem 1.6rem;
}
#page_top #sec09 .p-faq {
  width: 90rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.8rem;
}
#page_top #sec09 .p-faq__title {
  color: #383b41;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
#page_top #sec09 .p-faq__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#page_top #sec09 .p-faq__item {
  background: #fff;
  border: 0.1rem solid #f3f4f6;
  border-radius: 1rem;
  box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.1), 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
  padding: 1.9rem 3.1rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
#page_top #sec09 .p-faq__q {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  cursor: pointer;
  user-select: none;
}
#page_top #sec09 .p-faq__q p {
  flex: 1;
  color: #383b41;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.9642;
}
#page_top #sec09 .p-faq__item.is-open .p-faq__q {
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #dedede;
}
#page_top #sec09 .p-faq__a {
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
}
#page_top #sec09 .p-faq__a p {
  flex: 1;
  color: #383b41;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.7;
}
#page_top #sec09 .p-faq__badge {
  width: 4.7rem;
  height: 4.7rem;
  border-radius: 50%;
  background: #f9f9f9;
  box-shadow: inset 0 0.2rem 0.4rem rgba(0, 0, 0, 0.16);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 1.9663rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.0849rem;
}
#page_top #sec09 .p-faq__badge--q {
  color: #d90609;
}
#page_top #sec09 .p-faq__badge--a {
  color: #00a63e;
}
#page_top #sec09 .p-faq__plus {
  display: block;
  position: relative;
  width: 1.75rem;
  height: 1.75rem;
  font-size: 0;
  line-height: 0;
  color: transparent;
  flex-shrink: 0;
}
#page_top #sec09 .p-faq__plus::before, #page_top #sec09 .p-faq__plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0.2rem;
  background: #383b41;
  transform-origin: center;
  transition: transform 0.25s ease;
}
#page_top #sec09 .p-faq__plus::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
#page_top #sec09 .p-faq__plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
#page_top #sec09 .p-faq__item.is-open .p-faq__plus::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
#page_top #sec09 .p-faq__item.is-open .p-faq__plus::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
@media screen and (max-width: 767px) {
  #page_top #sec09 {
    padding: 6rem 1.6rem;
  }
  #page_top #sec09 .p-faq {
    width: 100%;
    gap: 2.4rem;
  }
  #page_top #sec09 .p-faq__title {
    font-size: 3rem;
  }
  #page_top #sec09 .p-faq__list {
    gap: 1.2rem;
  }
  #page_top #sec09 .p-faq__item {
    padding: 1.6rem;
    gap: 1.6rem;
  }
  #page_top #sec09 .p-faq__q {
    align-items: flex-start;
    gap: 1.2rem;
  }
  #page_top #sec09 .p-faq__q p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  #page_top #sec09 .p-faq__a {
    gap: 1.2rem;
  }
  #page_top #sec09 .p-faq__a p {
    font-size: 1.4rem;
  }
  #page_top #sec09 .p-faq__badge {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.4rem;
    letter-spacing: 0.04rem;
  }
  #page_top #sec09 .p-faq__plus {
    width: 1.4rem;
    height: 1.4rem;
    margin-top: 0.8rem;
  }
}

#page_contact {
  background: #db0f12;
  padding: 15rem 1.6rem 10rem;
}
@media screen and (max-width: 767px) {
  #page_contact {
    padding: 8rem 1.6rem;
  }
}
#page_contact .c-contact {
  width: 90rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  #page_contact .c-contact {
    width: 100%;
    gap: 2.4rem;
  }
}
#page_contact .c-contact > h1 {
  color: #fff;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page_contact .c-contact > h1 {
    font-size: 3.2rem;
  }
}
#page_contact .c-contact > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}
@media screen and (max-width: 767px) {
  #page_contact .c-contact > ul {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
}
#page_contact .c-contact > ul > li {
  height: 6.8rem;
  border-radius: 0.45rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #383b41;
  font-size: 2.76rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #page_contact .c-contact > ul > li {
    font-size: 2rem;
    height: 4.2rem;
  }
}
#page_contact .c-contact > ul > li::before {
  content: "✔";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.8rem;
  border-radius: 50%;
  border: 0.1rem solid #db0f12;
  color: #db0f12;
  font-size: 1.4rem;
}
#page_contact .c-contact > .c-contact__telCard {
  background: #fff;
  border-radius: 1.6rem;
  padding: 4rem 4.8rem;
  box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.1), 0 0.4rem 0.6rem rgba(0, 0, 0, 0.1);
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page_contact .c-contact > .c-contact__telCard {
    padding: 2.4rem;
  }
}
#page_contact .c-contact > .c-contact__telCard > p:first-of-type {
  color: #db0f12;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.07;
}
#page_contact .c-contact > .c-contact__telCard > p:nth-of-type(2) {
  margin-top: 1.4rem;
  color: #db0f12;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  #page_contact .c-contact > .c-contact__telCard > p:nth-of-type(2) {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
}
#page_contact .c-contact > .c-contact__telCard > .u-tel {
  display: block;
  margin-top: 2rem;
}
#page_contact .c-contact > .c-contact__telCard > .u-tel img {
  width: 100%;
  height: auto;
}
#page_contact .c-contact > .c-contact__formCard {
  background: #fff;
  border-radius: 1.6rem;
  padding: 4.9rem;
}
@media screen and (max-width: 767px) {
  #page_contact .c-contact > .c-contact__formCard {
    padding: 2rem;
  }
}
#page_contact .c-contact > .c-contact__formCard > h2 {
  position: relative;
  color: #db0f12;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.33;
  display: flex;
  align-items: center;
  gap: 1rem;
}
#page_contact .c-contact > .c-contact__formCard > .c-contact__formWrap {
  margin-top: 2.4rem;
}
#page_contact .c-contact > .c-contact__formCard .wpcf7 {
  font-size: 1.4rem;
  color: #383b41;
}
#page_contact .c-contact > .c-contact__formCard .wpcf7 .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 2.3rem;
}
#page_contact .c-contact > .c-contact__formCard .wpcf7 .wpcf7-form dl {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin: 0;
}
#page_contact .c-contact > .c-contact__formCard .wpcf7 .wpcf7-form dl.is-hidden-by-type {
  display: none;
}
#page_contact .c-contact > .c-contact__formCard .wpcf7 .wpcf7-form dt {
  margin: 0;
}
#page_contact .c-contact > .c-contact__formCard .wpcf7 .wpcf7-form dt label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2rem;
  color: #383b41;
}
#page_contact .c-contact > .c-contact__formCard .wpcf7 .wpcf7-form dd {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
#page_contact .c-contact > .c-contact__formCard .wpcf7 .wpcf7-form dd .u-wrap {
  display: flex;
  align-items: center;
  gap: 2rem;
}
#page_contact .c-contact > .c-contact__formCard .wpcf7 .wpcf7-form dd .u-wrap .u-name {
  font-size: 1.6rem;
  text-wrap: nowrap;
}
#page_contact .c-contact > .c-contact__formCard .wpcf7 .wpcf7-form .cf7-dd-col2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  #page_contact .c-contact > .c-contact__formCard .wpcf7 .wpcf7-form .cf7-dd-col2 {
    grid-template-columns: 1fr;
  }
}
#page_contact .c-contact > .c-contact__formCard .wpcf7 .wpcf7-form p {
  margin: 0;
}
#page_contact .c-contact > .c-contact__formCard .wpcf7 .cf7-req {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 1.1rem;
  background: #db0f12;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
}
#page_contact .c-contact > .c-contact__formCard .wpcf7 .cf7-req.is-optional {
  display: none;
}
#page_contact .c-contact > .c-contact__formCard .wpcf7 .wpcf7-form-control-wrap {
  display: block;
}
#page_contact .c-contact > .c-contact__formCard .wpcf7 input[type=text],
#page_contact .c-contact > .c-contact__formCard .wpcf7 input[type=email],
#page_contact .c-contact > .c-contact__formCard .wpcf7 input[type=tel],
#page_contact .c-contact > .c-contact__formCard .wpcf7 input[type=date],
#page_contact .c-contact > .c-contact__formCard .wpcf7 textarea,
#page_contact .c-contact > .c-contact__formCard .wpcf7 select {
  width: 100%;
  height: 4.8rem;
  padding: 1.2rem 1.6rem;
  border: 0.1rem solid #cacaca;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.9);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  color: #383b41;
}
#page_contact .c-contact > .c-contact__formCard .wpcf7 textarea {
  height: 12rem;
  padding-top: 1.2rem;
  line-height: 2.4rem;
  resize: vertical;
}
#page_contact .c-contact > .c-contact__formCard .wpcf7 input::placeholder,
#page_contact .c-contact > .c-contact__formCard .wpcf7 textarea::placeholder {
  color: rgba(16, 24, 40, 0.5);
}
#page_contact .c-contact > .c-contact__formCard .wpcf7 .wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  #page_contact .c-contact > .c-contact__formCard .wpcf7 .wpcf7-radio {
    grid-template-columns: 1fr;
  }
}
#page_contact .c-contact > .c-contact__formCard .wpcf7 .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
#page_contact .c-contact > .c-contact__formCard .wpcf7 .wpcf7-radio .wpcf7-list-item > label {
  height: 4.8rem;
  padding: 0;
  border: 0.1rem solid #cacaca;
  border-radius: 0.5rem;
  overflow: hidden;
  cursor: pointer;
  display: block;
}
#page_contact .c-contact > .c-contact__formCard .wpcf7 .wpcf7-radio .wpcf7-list-item input[type=radio] {
  display: none;
}
#page_contact .c-contact > .c-contact__formCard .wpcf7 .wpcf7-radio .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label {
  background: #db0f12;
  color: #fff;
}
#page_contact .c-contact > .c-contact__formCard .wpcf7 .wpcf7-radio .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1.2rem 1.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #383b41;
  background: rgba(255, 255, 255, 0.9);
}
#page_contact .c-contact > .c-contact__formCard .wpcf7 .cf7-policy dd {
  gap: 1.2rem;
}
#page_contact .c-contact > .c-contact__formCard .wpcf7 .cf7-policy .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
#page_contact .c-contact > .c-contact__formCard .wpcf7 .cf7-policy .wpcf7-checkbox .wpcf7-list-item > label {
  display: flex;
  gap: 0.8rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  align-items: center;
  position: relative;
  cursor: pointer;
}
#page_contact .c-contact > .c-contact__formCard .wpcf7 .cf7-policy .wpcf7-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
#page_contact .c-contact > .c-contact__formCard .wpcf7 .cf7-policy .wpcf7-checkbox .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 2.8rem;
  line-height: 1.6;
}
#page_contact .c-contact > .c-contact__formCard .wpcf7 .cf7-policy .wpcf7-checkbox .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.8rem;
  height: 1.8rem;
  border: 0.1rem solid #cacaca;
  border-radius: 0.5rem;
  background: #fff;
  transform: translateY(-50%);
}
#page_contact .c-contact > .c-contact__formCard .wpcf7 .cf7-policy .wpcf7-checkbox .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 50%;
  width: 0.6rem;
  height: 1rem;
  border-right: 0.25rem solid #00a63e;
  border-bottom: 0.25rem solid #00a63e;
  transform: translateY(-58%) rotate(45deg) scale(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}
#page_contact .c-contact > .c-contact__formCard .wpcf7 .cf7-policy .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  border-color: #00a63e;
}
#page_contact .c-contact > .c-contact__formCard .wpcf7 .cf7-policy .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  transform: translateY(-58%) rotate(45deg) scale(1);
}
#page_contact .c-contact > .c-contact__formCard .wpcf7 .cf7-policy .cf7-policy-box {
  height: 12rem;
  padding: 2rem 1.6rem;
  border: 0.1rem solid #cacaca;
  border-radius: 0.5rem;
  overflow-y: auto;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: rgba(16, 24, 40, 0.5);
}
#page_contact .c-contact > .c-contact__formCard .wpcf7 .cf7-policy .cf7-policy-checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-size: 1.6rem;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  #page_contact .c-contact > .c-contact__formCard .wpcf7 .cf7-policy .cf7-policy-checkbox {
    flex-direction: column;
  }
}
#page_contact .c-contact > .c-contact__formCard .wpcf7 .cf7-policy .cf7-policy-checkbox span {
  display: block;
}
#page_contact .c-contact > .c-contact__formCard .wpcf7 .wpcf7-not-valid-tip {
  margin-top: 0.5rem;
  font-size: 1.2rem;
}
#page_contact .c-contact > .c-contact__formCard .wpcf7 .cf7-submit-row {
  margin-top: 0.1rem;
}
#page_contact .c-contact > .c-contact__formCard .wpcf7 .wpcf7-submit {
  width: 100%;
  height: 7.6rem;
  border: 0;
  border-radius: 1rem;
  background: #00a63e;
  box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.1), 0 0.4rem 0.6rem rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page_contact .c-contact > .c-contact__formCard .wpcf7 .wpcf7-submit {
    height: 6rem;
    font-size: 2.4rem;
  }
}
#page_contact .c-contact > .c-contact__formCard .wpcf7 .wpcf7-spinner {
  margin: 0;
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%);
}
#page_contact .c-contact .c-contact__formFallback {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #383b41;
}

#page_contact_thanks {
  background: #db0f12;
  padding: 15rem 1.6rem 10rem;
}
@media screen and (max-width: 767px) {
  #page_contact_thanks {
    padding: 8rem 1.6rem;
  }
}
#page_contact_thanks .c-contact-thanks {
  width: 90rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  #page_contact_thanks .c-contact-thanks {
    width: 100%;
    gap: 2.4rem;
  }
}
#page_contact_thanks .c-contact-thanks > h1 {
  color: #fff;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page_contact_thanks .c-contact-thanks > h1 {
    font-size: 3.2rem;
  }
}
#page_contact_thanks .c-contact-thanks__card {
  background: #fff;
  border-radius: 1.6rem;
  padding: 4rem 4.8rem;
  box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.1), 0 0.4rem 0.6rem rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page_contact_thanks .c-contact-thanks__card {
    padding: 2.4rem;
  }
}
#page_contact_thanks .c-contact-thanks__card > p {
  color: #383b41;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #page_contact_thanks .c-contact-thanks__card > p {
    font-size: 1.5rem;
  }
}
#page_contact_thanks .c-contact-thanks__card > .u-tel {
  display: block;
  width: 100%;
  max-width: 56rem;
}
#page_contact_thanks .c-contact-thanks__card > .u-tel img {
  width: 100%;
  height: auto;
}
#page_contact_thanks .c-contact-thanks__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 56rem;
  height: 6.4rem;
  border-radius: 1rem;
  background: #383b41;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #page_contact_thanks .c-contact-thanks__back {
    height: 5.4rem;
    font-size: 2rem;
  }
}

/*# sourceMappingURL=style.css.map */
