@charset "UTF-8";
.pc-none {
  display: none !important;
}

.pc-md-none {
  display: none !important;
}

.pc-inline-none {
  display: none !important;
}

@media screen and (max-width: 992px) {
  .sp-none {
    display: none !important;
  }
  .pc-none {
    display: block !important;
  }
  .pc-inline-none {
    display: inline-block !important;
  }
}
@media screen and (max-width: 768px) {
  .sp-md-none {
    display: none !important;
  }
  .pc-md-none {
    display: block !important;
  }
}
.pc-sm-none {
  display: none !important;
}

@media screen and (max-width: 576px) {
  .sp-sm-none {
    display: none !important;
  }
  .pc-sm-none {
    display: block !important;
  }
}
.home,
.recruit {
  /* ローディング画面 */
}
.home #loading,
.recruit #loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
}
.home .loaded,
.recruit .loaded {
  opacity: 0;
  visibility: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

a {
  display: inline-block;
}

a {
  color: inherit;
  text-decoration: none;
}
a.underline {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 3px;
}
a[href*="tel:"] {
  text-decoration: underline;
}
@media screen and (min-width: 993px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
a[href*="tel:"].under-none {
  text-decoration: none;
}

.wrap {
  overflow: hidden;
}

.outer-vl {
  margin-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .outer-vl {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
.outer-vl--mt0 {
  margin-top: 0;
}
.outer-vl--pb0 {
  padding-bottom: 0;
}
.outer-vl--mt50 {
  margin-top: 50px;
}

.outer-p-vl {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .outer-p-vl {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.outer-p-vl--pb0 {
  padding-bottom: 0;
}

.outer-ly {
  max-width: 1206px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 992px) {
  .outer-ly {
    padding-left: 0;
    padding-right: 0;
  }
}
.outer-ly--0 {
  padding: 0;
}
.outer-ly--wide {
  max-width: 1406px;
}

@media screen and (max-width: 992px) {
  .outer-ly_sp {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 992px) {
  .outer-ly_sp--10 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 2px;
}
@media screen and (max-width: 992px) {
  body {
    font-size: 1.2rem;
  }
}

p {
  text-align: justify;
}

.header {
  width: 100%;
  padding: 20px 0 10px;
  height: 80px;
  position: fixed;
  top: 0;
  transition: 0.3s all;
  font-size: 1.8rem;
  color: #1b1b1b;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  .header {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 992px) {
  .header {
    height: 70px;
    padding-top: 18px;
  }
}
.header__inner {
  padding: 0 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo-wrap {
  display: flex;
  line-height: 1.2;
}
@media screen and (max-width: 576px) {
  .header__logo {
    max-width: 260px;
  }
}
.header__contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .header__contact {
    display: block;
    text-align: center;
  }
}
.header__access {
  font-size: 1.5rem;
}
.header__contact-inr {
  margin-left: 12px;
  margin-right: 12px;
  line-height: 1.5;
}
.header__number {
  margin-left: 10px;
  font-size: 2.4rem;
}
.header__ul {
  display: flex;
  align-items: center;
  font-size: 2rem;
}
@media screen and (max-width: 992px) {
  .header__ul {
    flex-flow: wrap;
  }
}
.header__li {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 992px) {
  .header__li {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.header__nav {
  display: flex;
}
.header .header__link {
  transition: 0.6s all;
}
.header .header__link:hover {
  color: #7a7a7a;
}
@media screen and (max-width: 992px) {
  .header .header__link {
    text-align: center;
  }
}
.header__link {
  padding: 0 20px;
  line-height: 1.2;
  width: 100%;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .header__link {
    padding: 0 7px;
  }
}
@media screen and (max-width: 992px) {
  .header__link a.header__link--contact {
    background: #f099bf;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  .header__link a.header__link--contact {
    color: white;
  }
}
.header__link-en {
  font-family: "Oooh Baby", cursive;
  font-size: 2.4rem;
}
.header__items {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .header__items {
    height: auto;
    padding: 20px;
    width: 100%;
    text-align: center;
  }
}
.header__hamburger {
  display: none;
}
@media screen and (max-width: 992px) {
  .header__hamburger {
    display: block;
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
    margin-left: auto;
    width: 70px;
    height: 100%;
  }
}
.header__logo-wrap {
  display: flex;
  align-items: center;
}
.header__ttl {
  font-size: 2.2rem;
  margin-left: 10px;
}
@media screen and (max-width: 992px) {
  .header__ttl {
    font-size: 1.6rem;
  }
}
.header__ttl-en {
  font-size: 2.2rem;
}
@media screen and (max-width: 992px) {
  .header__ttl-en {
    font-size: 1.6rem;
  }
}

#menu__toggle {
  opacity: 0;
  display: none;
}

@media screen and (max-width: 992px) {
  #menu__toggle:checked ~ .header__nav {
    right: 0 !important;
  }
  .menu__btn {
    display: none;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  .menu__btn {
    display: block;
    position: fixed;
    top: 4px;
    right: 60px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 1;
  }
}
@media screen and (max-width: 992px) {
  .header__nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100dvh;
    margin: 0;
    padding: 20px 0 40px;
    list-style: none;
    background-color: white;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    transition-duration: 0.25s;
    overflow-y: scroll;
  }
  .menu__item {
    display: block;
    padding: 12px 24px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: 0.25s;
  }
  .menu__item:hover {
    background-color: #cfd8dc;
  }
}
.grecaptcha-badge {
  display: none;
}

.nav__board-list {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  background: white;
  color: #f099bf;
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .nav__board-list {
    margin-top: 10px;
    visibility: initial;
    opacity: 1;
    position: static;
    transform: none;
    background: none;
    color: #f099bf;
    padding-left: 60px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  .nav__board-list {
    padding-left: 0;
  }
}
.nav__board {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .nav__board {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.nav__board:hover .nav__board-list {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .nav__board .header__link {
    width: auto;
  }
}
.nav__board-li a {
  display: block;
  border-top: 1px solid #f099bf;
  transition: all 0.4s ease;
  padding: 3px 20px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .nav__board-li a {
    text-align: left;
    border: none;
  }
  .nav__board-li a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: cover;
    vertical-align: middle;
    margin-right: 10px;
  }
}
.nav__board-li a:hover {
  background: #f099bf;
  color: white;
}
@media screen and (max-width: 992px) {
  .nav__board-li a:hover {
    background: none;
    color: #f099bf;
  }
}

.hamburger-menu {
  display: flex;
  align-items: center;
}
.hamburger-menu label {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 80px;
  height: 44px;
  padding: 10px;
  cursor: pointer;
  position: relative;
  z-index: 10000;
}
.hamburger-menu label span {
  display: block;
  width: 40px;
  height: 2px;
  background: #0d253d;
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}
@media screen and (max-width: 992px) {
  .hamburger-menu label {
    display: flex;
  }
}

@media screen and (max-width: 992px) {
  #menu__toggle:checked + label span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  #menu__toggle:checked + label span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  #menu__toggle:checked + label span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}
.footer {
  background: #0d253d;
  margin-top: 0;
}
.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.footer__brand {
  font-size: 1.5rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.08em;
}
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 20px;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}
.footer__nav a {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.2s;
}
.footer__nav a:hover {
  color: rgba(255, 255, 255, 0.95);
}
.footer__copy {
  font-size: 1.1rem;
  color: #fff;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  width: 100%;
}/*# sourceMappingURL=common.css.map */