@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
* {
  color: #151515;
  letter-spacing: 0.05em;
}

html {
  font-size: 1.3333333333vw;
}

h1, h2, h3, h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

div, a {
  display: block;
}

p, li, div {
  font-size: 17px;
}
@media print, screen and (max-width: 750px) {
  p, li, div {
    font-size: unset;
  }
}

img {
  width: 100%;
}

.txt {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
}
.txt.blue {
  color: #1590FA;
}
.txt .red {
  color: #C73249;
}
@media print, screen and (max-width: 750px) {
  .txt {
    font-size: 3.2rem;
    line-height: 1.4;
  }
}

.fadeIn-up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 1.5s;
}

.fadeIn-up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.a-s-pc {
  display: none;
}
@media print, screen and (max-width: 1024px) {
  .a-s-pc {
    display: block;
  }
}

@media print, screen and (max-width: 1024px) {
  .s-pc {
    display: none;
  }
}

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

*:focus {
  outline: none;
}

.tb {
  display: none;
}
@media print, screen and (max-width: 750px) {
  .tb {
    display: block;
  }
}

@media print, screen and (max-width: 750px) {
  .u-tb {
    display: none;
  }
}

.container {
  width: 88%;
  max-width: 1240px;
  margin: auto;
}

header .contact-link {
  font-size: 18px;
}

.submit-wrapper {
  max-width: 300px;
  border-radius: 50px;
  position: relative;
  margin: auto;
}
@media print, screen and (max-width: 750px) {
  .submit-wrapper {
    width: 64vw;
    max-width: unset;
  }
}
@media print, screen and (max-width: 750px) {
  .submit-wrapper .contact-link {
    width: 64vw;
  }
}
.submit-wrapper::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../img/common/icon_arrow_r_b.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (max-width: 750px) {
  .submit-wrapper::after {
    width: 1.6vw;
    height: 2.5333333333vw;
  }
}
.submit-wrapper:hover::after {
  transition: 0.3s;
  right: 15px;
  background-image: url("../img/common/icon_arrow_r_w.png");
}
.submit-wrapper:has(input:disabled)::after {
  opacity: 0.7;
}

.contact-link {
  padding: 25px 30px 25px 20px;
  color: #fff;
  border-radius: 50px;
  min-width: 200px;
  max-width: 300px;
  text-align: center;
  background: linear-gradient(90deg, #1590FA, #0043AD);
  border: 2px solid #fff;
  font-size: 17px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  position: relative;
}
@media print, screen and (max-width: 750px) {
  .contact-link {
    width: 64vw;
    font-size: 3.2rem;
    line-height: calc(12.8vw - 40px);
    letter-spacing: 0em;
    max-width: unset;
  }
}
@media print, screen and (max-width: 750px) {
  .contact-link {
    line-height: calc(12.8vw - 30px);
    padding: 15px 20px 15px 10px;
  }
}
.contact-link::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../img/common/icon_arrow_r_w.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (max-width: 750px) {
  .contact-link::after {
    width: 1.6vw;
    height: 2.5333333333vw;
  }
}
.contact-link:hover {
  background: #1590FA;
}
.contact-link:hover::after {
  transition: 0.3s;
  right: 15px;
}

.contact-link.white {
  margin-top: 50px;
  background: #fff;
  color: #1590FA;
  border: 2px solid #1590FA;
  min-width: 300px;
}
@media print, screen and (max-width: 750px) {
  .contact-link.white {
    min-width: unset;
  }
}
.contact-link.white::after {
  background-image: url("../img/common/icon_arrow_r_b.png");
}
.contact-link.white:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.sec-title-wrap {
  text-align: center;
  margin: 80px 0;
}
@media print, screen and (max-width: 750px) {
  .sec-title-wrap {
    margin: 16vw 0 13.3333333333vw;
  }
}
.sec-title-wrap .sec-title {
  font-size: 60px;
  color: #1590FA;
  margin-bottom: 15px;
  letter-spacing: 0.02em;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
@media print, screen and (max-width: 750px) {
  .sec-title-wrap .sec-title {
    font-size: 8rem;
  }
}
.sec-title-wrap .sec-sub-title {
  font-size: 30px;
  color: #011E55;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media print, screen and (max-width: 750px) {
  .sec-title-wrap .sec-sub-title {
    font-size: 3.8rem;
    line-height: 1.4;
  }
}

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

#content {
  padding: 120px 0;
}

#content.not-found {
  padding: 120px 0 160px;
}
@media print, screen and (max-width: 750px) {
  #content.not-found {
    padding: 120px 0 26.6666666667vw;
  }
}
#content.not-found .sec-title-wrap .sec-sub-title {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
@media print, screen and (max-width: 750px) {
  #content.not-found .notfound-msg {
    font-size: 3.2rem;
    margin-bottom: 10.6666666667vw;
  }
}

@media print, screen and (max-width: 750px) {
  #content.not-found .sec-title-wrap, #content.policy .sec-title-wrap {
    text-align: left;
  }
}
#content.not-found .sec-title-wrap .sec-title, #content.policy .sec-title-wrap .sec-title {
  letter-spacing: 0.05em;
}
#content.not-found .notfound-msg, #content.policy .notfound-msg {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
}
@media print, screen and (max-width: 750px) {
  #content.not-found .notfound-msg, #content.policy .notfound-msg {
    text-align: left;
  }
}
#content.not-found .link-wrap, #content.policy .link-wrap {
  max-width: 250px;
  margin: 40px auto;
}
@media print, screen and (max-width: 750px) {
  #content.not-found .link-wrap, #content.policy .link-wrap {
    max-width: unset;
  }
}
@media print, screen and (max-width: 750px) {
  #content.not-found .link-wrap .contact-link, #content.policy .link-wrap .contact-link {
    margin: auto;
  }
}

#content.policy {
  padding: 120px 0 160px;
}
@media print, screen and (max-width: 750px) {
  #content.policy {
    padding: 120px 0 26.6666666667vw;
  }
}
#content.policy .txt {
  font-size: 14px;
  line-height: 1.8;
}
@media print, screen and (max-width: 750px) {
  #content.policy .txt {
    font-size: 2.8rem;
    line-height: 1.9;
  }
}

.breadcrumbs {
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 750px) {
  .breadcrumbs {
    font-size: 2.2rem;
  }
}
.breadcrumbs span {
  font-size: 13px;
  line-height: 2;
}
@media print, screen and (max-width: 750px) {
  .breadcrumbs span {
    font-size: 2.2rem;
  }
}
.breadcrumbs > span {
  margin: 0 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.breadcrumbs > span:first-child {
  margin-left: 0;
}
.breadcrumbs > span a:hover {
  opacity: 0.7;
  transition: 0.5s;
}
.breadcrumbs > span a span {
  color: #1590FA;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}/*# sourceMappingURL=common.css.map */