@charset "UTF-8";
.en {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.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 {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
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-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 2px;
  background: #e7eff9;
  color: #333;
}
@media screen and (max-width: 992px) {
  body {
    font-size: 1.4rem;
  }
}

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: #333;
  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.8rem;
}
@media screen and (max-width: 992px) {
  .header__li {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.6rem;
  }
}
.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: #1e549f;
  }
}
@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: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    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__ttl-wrap {
  display: flex;
  align-items: center;
}
.header__logo-wrap {
  display: flex;
  align-items: center;
}
.header__ttl {
  font-size: 1.6rem;
  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 + .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    transform: rotate(0deg);
  }
  #menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #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: 34px;
    right: 20px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 1;
  }
}
@media screen and (max-width: 992px) {
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #1e549f;
    transition-duration: 0.25s;
  }
  .menu__btn > span::before {
    content: "";
    top: -8px;
  }
  .menu__btn > span::after {
    content: "";
    top: 8px;
  }
  .header__nav {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100dvh;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    transition-duration: 0.25s;
  }
  .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;
  }
}
.h2 {
  text-align: center;
}
.h2__en {
  font-size: 4rem;
  color: #1e549f;
  line-height: 1.2;
}
@media screen and (max-width: 992px) {
  .h2__en {
    font-size: 3rem;
  }
}
.h2__ja {
  font-size: 2rem;
}
@media screen and (max-width: 992px) {
  .h2__ja {
    font-size: 1.8rem;
  }
}
.h2 {
  padding-bottom: 20px;
}
.h2--circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #1e549f;
  position: relative;
}
.h2--circle .h2__en {
  color: white;
}
.h2--circle .h2__ja {
  color: white;
}
.h2__inr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn {
  color: white;
  text-align: center;
  background: #1e549f;
  border-radius: 50px;
  border: 3px solid #1e549f;
  transition: 0.6s all;
  padding: 10px 20px;
  min-width: 200px;
}
.btn:hover {
  color: #1e549f;
  background: white;
}
.btn--line {
  background: #06C755;
  border: 3px solid #06C755;
}
.btn--line:hover {
  color: #06C755;
}

.center {
  text-align: center;
}

.grecaptcha-badge {
  display: none;
}

.nav__board-list {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  background: white;
  color: #1e549f;
  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: #1e549f;
    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 #1e549f;
  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: #1e549f;
  color: white;
}
@media screen and (max-width: 992px) {
  .nav__board-li a:hover {
    background: none;
    color: #1e549f;
  }
}

.dl {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.dl__wrap {
  display: flex;
  padding-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .dl__wrap {
    display: block;
  }
}
.dl__dt {
  width: 180px;
}
.dl__dt-inr {
  text-align: center;
}
.dl__dt-inr--color {
  color: #1e549f;
}
@media screen and (max-width: 992px) {
  .dl__dt-inr {
    font-size: 1.4rem;
    text-align: left;
  }
}
.dl__dd {
  width: calc(100% - 180px);
  padding-left: 50px;
}
@media screen and (max-width: 992px) {
  .dl__dd {
    width: 100%;
    padding-left: 0;
  }
}

.footer {
  text-align: center;
  background: #1e549f;
  color: white;
  padding-top: 50px;
}
.footer__ul {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
@media screen and (max-width: 992px) {
  .footer__ul {
    display: block;
  }
}
.footer__li {
  margin: 0 20px;
}
.footer__copy {
  font-size: 1.4rem;
  padding-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .footer__copy {
    font-size: 1.2rem;
  }
}

.sec__tx14 {
  font-size: 1.4rem;
}
@media screen and (max-width: 992px) {
  .sec__tx14 {
    font-size: 1.2rem;
  }
}
.sec__tx16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 992px) {
  .sec__tx16 {
    font-size: 1.4rem;
  }
}
.sec__tx20 {
  font-size: 2rem;
}
@media screen and (max-width: 992px) {
  .sec__tx20 {
    font-size: 1.6rem;
  }
}
.sec__tx22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 992px) {
  .sec__tx22 {
    font-size: 1.8rem;
  }
}
.sec__tx24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 992px) {
  .sec__tx24 {
    font-size: 2rem;
  }
}
.sec__tx26 {
  font-size: 2.6rem;
}
@media screen and (max-width: 992px) {
  .sec__tx26 {
    font-size: 2.2rem;
  }
}
.sec__tx28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 992px) {
  .sec__tx28 {
    font-size: 2.4rem;
  }
}
.sec__tx32 {
  font-size: 3.2rem;
}
@media screen and (max-width: 992px) {
  .sec__tx32 {
    font-size: 2.8rem;
  }
}
.sec__tx60 {
  font-size: 6rem;
}
@media screen and (max-width: 992px) {
  .sec__tx60 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 576px) {
  .sec__tx60 {
    font-size: 3rem;
  }
}/*# sourceMappingURL=common.css.map */