@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  font-family: "Noto Sans JP";
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  color: #010101;
}

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

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

main {
  background-color: rgb(248, 248, 248);
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 62rem;
  }
}

.fv {
  width: 100%;
  position: relative;
  background-color: #EFF2F5;
  height: 221rem;
  border-bottom: 6rem solid #D3D3D3;
}
@media screen and (max-width: 768px) {
  .fv {
    height: 142rem;
    border-bottom: none;
  }
}
.fv::before {
  content: "";
  position: absolute;
  width: 268rem;
  height: 6rem;
  background-color: #0B92D9;
  bottom: -6rem;
  left: 100rem;
}
@media screen and (max-width: 768px) {
  .fv::before {
    width: 78rem;
    height: 3rem;
    left: 20rem;
    bottom: 35rem;
  }
}
.fv .fv__inner {
  top: 50%;
  left: 100rem;
  position: absolute;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .fv .fv__inner {
    left: 20rem;
  }
}
.fv .fv__inner h1 {
  font-size: calc(var(--fs) * 48);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .fv .fv__inner h1 {
    font-size: 17rem;
  }
}
.fv .fv__inner h4 {
  color: #0691D9;
  font-size: calc(var(--fs) * 24);
  font-weight: 600;
  margin-top: 16rem;
}
@media screen and (max-width: 768px) {
  .fv .fv__inner h4 {
    font-size: 13rem;
    padding-left: 0;
    margin-top: 9rem;
  }
}

.contact {
  max-width: 1200rem;
  padding: 0 20rem 200rem;
  box-sizing: border-box;
  margin: auto;
  width: 100%;
  margin-top: 106rem;
  padding-bottom: 200rem;
}
@media screen and (max-width: 768px) {
  .contact {
    margin-top: 50rem;
    padding: 0 20rem;
    padding-bottom: 100rem;
    box-sizing: border-box;
  }
}
.contact p {
  font-size: 18rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .contact p {
    font-size: 16rem;
  }
}
.contact .map__container {
  display: flex;
  gap: 4%;
  justify-content: center;
  margin-top: 60rem;
}
@media screen and (max-width: 768px) {
  .contact .map__container {
    flex-direction: column;
    gap: 30rem;
    margin-top: 50rem;
  }
}
.contact .map__container .contact__left {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 65rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .contact .map__container .contact__left {
    width: 100%;
    padding: 40rem 20rem;
  }
}
.contact .map__container .contact__left .btn {
  max-width: 363px;
  width: 100%;
  height: 83rem;
}
@media screen and (max-width: 768px) {
  .contact .map__container .contact__left .btn {
    max-width: none;
  }
}
.contact .map__container .contact__left .btn a {
  background-color: #fff;
  border: 1rem solid #0691D9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: inherit;
  height: inherit;
  font-size: 20rem;
  color: #0691D9;
  font-weight: 600;
  transition: color 0.3s, background-color 0.3s, border 0.3s;
  position: relative;
  padding: 0 50rem;
  box-sizing: border-box;
}
.contact .map__container .contact__left .btn a::before {
  content: "";
  position: absolute;
  width: 9rem;
  height: 9rem;
  border-right: 2rem solid currentColor;
  border-bottom: 2rem solid currentColor;
  transform: translateY(-50%) rotate(-45deg);
  right: 25rem;
  top: 50%;
}
@media (hover: hover) and (pointer: fine) {
  .contact .map__container .contact__left .btn a:hover {
    background-color: #0691D9;
    border: 1rem solid #fff;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .contact .map__container .contact__left .btn a {
    font-size: 15rem;
  }
}
.contact .map__container .contact__right {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 65rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .contact .map__container .contact__right {
    width: 100%;
    padding: 40rem 20rem;
  }
}
.contact .map__container .contact__right .btn {
  max-width: 363px;
  width: 100%;
  height: 83rem;
}
@media screen and (max-width: 768px) {
  .contact .map__container .contact__right .btn {
    max-width: none;
  }
}
.contact .map__container .contact__right .btn a {
  background-color: #fff;
  border: 1rem solid #0691D9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: inherit;
  height: inherit;
  font-size: 20rem;
  color: #0691D9;
  font-weight: 600;
  transition: color 0.3s, background-color 0.3s, border 0.3s;
  position: relative;
}
.contact .map__container .contact__right .btn a::before {
  content: "";
  position: absolute;
  width: 9rem;
  height: 9rem;
  border-right: 2rem solid currentColor;
  border-bottom: 2rem solid currentColor;
  transform: translateY(-50%) rotate(-45deg);
  right: 25rem;
  top: 50%;
}
@media (hover: hover) and (pointer: fine) {
  .contact .map__container .contact__right .btn a:hover {
    background-color: #0691D9;
    border: 1rem solid #fff;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .contact .map__container .contact__right .btn a {
    font-size: 15rem;
  }
}
/*# sourceMappingURL=contact.css.map */