*,
*::before,
*::after {
  font-family: "Noto Sans JP", sans-serif;
}

p:empty {
  display: none;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0 !important;
}

header .btn_contact a.btn,
footer .footer_nav_wrap .link_contact a.btn {
  background-color: #c70000;
}

/*********************************
 * header
 *********************************/
header .btn_contact .btn {
  background-image: unset;
}
@media screen and (min-width: 768px) {
  header .btn_contact .btn {
    border-radius: 3em;
  }
}

/*********************************
 * footer
 *********************************/
@media screen and (min-width: 768px) {
  footer .footer_nav_wrap .link_contact p {
    margin-top: 0;
  }
}
footer .footer_nav_wrap .btn_rd {
  font-size: clamp(10px, 2.181818182vw, 16px);
  margin: 0 auto;
  background-position: center right 15px;
  background-size: 7px auto;
}

/*********************************
 * class
 *********************************/
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

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

section {
  position: relative;
  overflow-x: clip;
}
section h2 {
  width: -moz-fit-content;
  width: fit-content;
}
section h2.bk {
  color: #000;
  font-size: clamp(10px, 4.090909091vw, 40px);
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  section h2.bk {
    font-size: 5.866666667vw;
  }
}
section h2.bl {
  font-size: clamp(10px, 2.727272727vw, 30px);
  font-weight: 700;
  text-align: left;
  line-height: 1.3;
  margin: 0;
  background: linear-gradient(to left, #3be0cd, #30afd1, #16d4e1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  section h2.bl {
    font-size: 4vw;
    text-align: center;
    width: 100%;
  }
}
section h2.bl span {
  font-size: clamp(10px, 8.181818182vw, 90px);
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  section h2.bl span {
    font-size: 12vw;
    text-align: center;
  }
}
section h2.tl {
  text-align: left;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 767px) {
  section h2.tl {
    text-align: center;
  }
}
section h2.tr {
  text-align: right;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  section h2.tr {
    text-align: center;
  }
}
section h2::after {
  display: none;
}

.inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1100px;
}
@media screen and (max-width: 1100px) {
  .inner {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    width: 90%;
  }
}

.flex_outer {
  display: flex;
}

.btn_rd {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: clamp(10px, 2.181818182vw, 24px);
  font-weight: 700;
  text-decoration: none;
  width: 90%;
  max-width: 500px;
  height: 3em;
  background-color: #c70000;
  border-radius: 3em;
  background-image: url(../img/btn_rd_arrow.png);
  background-position: center right 25px;
  background-repeat: no-repeat;
  background-size: 8px auto;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .btn_rd {
    font-size: 4vw;
    width: 85%;
    height: 3.5em;
  }
}

@media screen and (max-width: 900px) {
  .global_menu .sub-menu.open {
    display: block;
    opacity: 1;
    height: auto;
  }
  .global_menu .sub-menu li {
    height: 48px;
    min-height: unset;
  }
  .global_menu .sub-menu li a {
    line-height: 1.3;
  }
}
/*********************************
 * 404
 *********************************/
.box404 {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}
@media screen and (max-width: 767px) {
  .box404 {
    flex-direction: column;
    font-size: 0ch;
  }
}
@media screen and (min-width: 768px) {
  .box404 {
    align-items: flex-start;
    gap: 30px;
  }
}
.box404 div:first-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #30afd1;
  font-size: 100px;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  line-height: 1.3;
}
.box404 p:first-of-type {
  font-size: 50px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .box404 p:first-of-type {
    font-size: 10vw;
    line-height: 1.3;
  }
}
.box404 p:last-of-type a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}
.box404 p:last-of-type a:hover {
  text-decoration: underline;
}/*# sourceMappingURL=common.css.map */