@charset "UTF-8";
/* ///////////////////////////////////////////////

　サイト全般のスタイル
　header,footer,modules

/////////////////////////////////////////////// */
/*
  FONT
----------------------------------------------- */
:root {
  font-size: 1px;
  --color-text-base: #000;
  --color-blue: #000B26;
  --color-lightblue: #416091;
  --font-en: "Marcellus SC", serif;
  --dist-side: 720px;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--color-text-base);
  font-size: 16rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
  position: relative;
}
@media (width < 960px) {
  body {
    font-size: 14rem;
  }
}

:is(p) {
  line-height: 2;
}

:is(li, dt, dd, th, td) {
  line-height: 1.7;
}

:is(input, textarea, select) {
  font-size: 16px;
}

:is(a) {
  color: inherit;
}
:is(a):hover {
  text-decoration: none;
}

.ff-en {
  font-family: var(--font-en);
}

/*
  LAYOUT
----------------------------------------------- */
body {
  background-color: var(--color-blue);
  overflow-x: clip;
}
@media (width < 960px) {
  body.isMenuOpen {
    overflow: hidden;
  }
}

@media (width >= 961px) {
  .page-wrapper {
    padding: 10px;
    display: grid;
    gap: 10px;
    grid-template-columns: 700px 1fr;
    align-items: start;
  }
}
@media (width < 1700px) {
  .page-wrapper {
    grid-template-columns: auto 57.6%;
  }
}
@media (width < 960px) {
  .page-wrapper {
    padding-top: 85px;
  }
}

.page-image {
  position: relative;
  z-index: 2;
}
@media (width >= 961px) {
  .page-image {
    position: sticky;
    top: var(--stick-offset, 0);
  }
}
@media (width < 960px) {
  .page-image {
    padding-inline: 15px;
  }
}

@media (width >= 961px) {
  .mainimg {
    position: absolute;
    inset: 0;
  }
}
.mainimg .image {
  height: 100%;
}
.mainimg .image img {
  border-radius: 12px;
}
@media (width >= 961px) {
  .mainimg .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: inherit;
    max-height: inherit;
  }
}
.mainimg .catch {
  position: absolute;
  left: 200px;
  top: 115px;
}
@media (width < 1700px) {
  .mainimg .catch {
    left: 11.9047619048vw;
  }
}
@media (width < 1260px) {
  .mainimg .catch {
    left: 7.1428571429vw;
  }
}
@media (width < 960px) {
  .mainimg .catch {
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
}
.mainimg .copyright {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-weight: 500;
  writing-mode: vertical-rl;
  text-orientation: sideways;
}
@media (width >= 961px) {
  .mainimg .copyright {
    position: fixed;
    left: 60px;
    font-size: 12px;
  }
}
@media (width < 1700px) {
  .mainimg .copyright {
    left: 3.5714285714vw;
  }
}
@media (width < 960px) {
  .mainimg .copyright {
    left: 35px;
    font-size: 10px;
  }
}
.mainimg .scroll {
  position: absolute;
  position: fixed;
  left: 60px;
  bottom: 50px;
  gap: 20px;
  padding-bottom: 100px;
  color: #fff;
  font-size: 14px;
  writing-mode: vertical-rl;
}
@media (width < 1700px) {
  .mainimg .scroll {
    left: 3.5714285714vw;
  }
}
@media (width < 960px) {
  .mainimg .scroll {
    display: none;
  }
}
.mainimg .scroll::before, .mainimg .scroll::after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 2px);
  content: "";
  background-color: currentColor;
  width: 1px;
  height: 80px;
}
.mainimg .scroll::before {
  opacity: 0.6;
}
.mainimg .scroll::after {
  transform-origin: center top;
  animation: scrollLine 1.5s ease infinite;
}

@keyframes scrollLine {
  from {
    scale: 1 0;
  }
  to {
    scale: 1 1;
  }
}
@media (width >= 961px) {
  .page-contents main, .page-contents footer {
    max-width: 950px;
  }
}
@media (width < 960px) {
  .page-contents {
    margin-inline: 15px;
    max-width: inherit;
  }
}

/*
  HEADER
----------------------------------------------- */
.header {
  z-index: 10;
}
@media (width >= 961px) {
  .header {
    position: relative;
    width: 250px;
    margin-left: auto;
    margin-right: 45px;
    margin-block: 35px 25px;
  }
}
@media (width < 1260px) {
  .header {
    margin-right: 2.6785714286vw;
  }
}
@media (width < 960px) {
  .header {
    margin-right: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    height: 70px;
    padding-inline: 15px;
    display: flex;
    gap: 15px;
    align-items: center;
  }
}
@media (width >= 961px) {
  .header .logo {
    border-radius: 8px 8px 0 0;
    padding-block: 28px 20px;
    background-color: #fff;
    text-align: center;
  }
  .header .logo img {
    width: 178px;
  }
}
@media (width < 960px) {
  .header .logo img {
    width: 144px;
  }
}
.header .tel {
  color: #0C2C57;
  font-weight: 500;
  text-decoration: none;
}
@media (width >= 961px) {
  .header .tel {
    display: block;
    margin-top: -12px;
    padding-bottom: 20px;
    font-size: 22rem;
    background-color: #fff;
    text-align: center;
  }
}
@media (width < 960px) {
  .header .tel {
    font-size: 18px;
  }
}

/*
  MENU
----------------------------------------------- */
@media (width < 960px) {
  .gnav {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 65px;
    background-color: var(--color-blue);
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
    transition: 0.4s;
  }
}
.gnav-menu {
  background-color: var(--color-blue);
  color: #fff;
}
.gnav-primary {
  display: grid;
}
.gnav-primary a {
  font-weight: 500;
  line-height: 1.33;
  text-decoration: none;
}
@media (width >= 961px) {
  .gnav-primary > li:hover {
    background-color: var(--color-lightblue);
  }
  .gnav-primary > li:hover > ul {
    opacity: 1;
    pointer-events: inherit;
  }
  .gnav-primary > li:hover li:hover {
    background-color: var(--color-lightblue);
  }
  .gnav-primary > li:hover li:hover > ul {
    opacity: 1;
    pointer-events: inherit;
  }
}
@media (width < 960px) {
  .gnav-primary > li {
    position: relative;
  }
}
.gnav-primary > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid var(--color-lightblue);
  font-weight: 500;
  text-align: center;
  position: relative;
}
.gnav-primary > li > a::before {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  content: "";
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: currentColor;
}
@media (width >= 961px) {
  .gnav-primary > li > a {
    min-height: 45px;
    padding: 10px 20px;
    font-size: 15rem;
  }
  .gnav-primary > li > a::before {
    left: 20px;
  }
}
@media (width < 960px) {
  .gnav-primary > li > a {
    height: 55px;
    font-size: 18px;
  }
  .gnav-primary > li > a::before {
    left: 25px;
  }
}
@media (width >= 961px) {
  .gnav-primary-subpage {
    display: block !important;
    position: absolute;
    top: -1px;
    left: 100%;
    width: 180px;
    background-color: var(--color-blue);
    border: 1px solid var(--color-lightblue);
    border-bottom: none;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
  }
}
@media (width < 960px) {
  .gnav-primary-subpage {
    display: none;
    background-color: var(--color-lightblue);
  }
  .gnav-primary-subpage ul {
    display: none;
  }
}
.gnav-primary-subpage a {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--color-lightblue);
  font-weight: 500;
}
.gnav-primary-subpage a::before, .gnav-primary-subpage a::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-rendering: auto;
  flex-shrink: 0;
}
.gnav-primary-subpage a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "\f105";
}
@media (width >= 961px) {
  .gnav-primary-subpage a {
    min-height: 44px;
    padding-block: 10px;
    padding-inline: 15px 25px;
    font-size: 15rem;
  }
  .gnav-primary-subpage a::after {
    right: 12px;
    font-size: 13rem;
  }
}
@media (width < 960px) {
  .gnav-primary-subpage a {
    height: 55px;
    padding-inline: 25px;
    border-bottom-color: #5E7AA5;
    font-size: 18px;
  }
  .gnav-primary-subpage a::after {
    right: 20px;
    font-size: 15px;
  }
}
.gnav .btnOpenMenu {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  border-left: 1px solid #5E7AA5;
  color: #fff;
  cursor: pointer;
}
@media (width >= 961px) {
  .gnav .btnOpenMenu {
    display: none;
  }
}
.gnav .btnOpenMenu::before, .gnav .btnOpenMenu::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-rendering: auto;
  flex-shrink: 0;
}
.gnav .btnOpenMenu::before {
  content: "\f107";
}
.gnav .btnOpenMenu.active::before {
  content: "\f106";
}
.gnav-secondary {
  display: grid;
  gap: 0.6em;
}
@media (width >= 961px) {
  .gnav-secondary {
    padding-block: 15px;
  }
}
@media (width < 960px) {
  .gnav-secondary {
    padding-block: 20px;
  }
}
.gnav-secondary a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.gnav-secondary a:hover {
  text-decoration: underline;
}
@media (width >= 961px) {
  .gnav-secondary a {
    font-size: 13rem;
  }
}
@media (width < 960px) {
  .gnav-secondary a {
    font-size: 16px;
  }
}
.gnav-search {
  background-color: var(--color-blue);
  font-size: 16px;
}
@media (width >= 961px) {
  .gnav-search {
    border-radius: 0 0 8px 8px;
    padding-inline: 20px;
    padding-bottom: 30px;
  }
}
@media (width < 960px) {
  .gnav-search {
    padding-inline: 30px;
    padding-bottom: 20px;
  }
}
.gnav-search .search-form {
  position: relative;
}
.gnav-search .search-form::before, .gnav-search .search-form::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-rendering: auto;
  flex-shrink: 0;
}
.gnav-search .search-form::after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f002";
  color: var(--color-blue);
}
.gnav-search .search-form input {
  appearance: none;
  width: 100%;
  border: none;
  box-shadow: none;
  border-radius: 8px;
  padding: 10px;
}
@media (width >= 961px) {
  .gnav-search .search-form input {
    height: 40px;
  }
}
@media (width < 960px) {
  .gnav-search .search-form input {
    height: 50px;
  }
}
.gnav-slider {
  padding-bottom: 30px;
}
.gnav-slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gnav-slider .slick-dots li {
  font-size: 0;
  line-height: 1;
}
.gnav-slider .slick-dots button {
  width: 5px;
  height: inherit;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  text-indent: -9999px;
  font-size: 0;
}
.gnav-slider .slick-dots .slick-active button {
  background-color: rgb(255, 255, 255);
}
.gnav-slider .slick-arrow {
  position: absolute;
  z-index: 50;
  top: 50%;
  transform: translateY(-50%);
  text-indent: -9999px;
}
.gnav-slider .slick-arrow.slick-prev {
  left: 0;
}
.gnav-slider .slick-arrow.slick-next {
  right: 0;
}
@media (width >= 961px) {
  .gnav-slider {
    margin-top: 17px;
  }
}
@media (width < 960px) {
  .gnav-slider {
    padding-inline: 30px;
  }
}
.gnav-slider .slick-slide {
  border-radius: 8px;
  overflow: hidden;
}
.gnav-slider .slick-slide img {
  width: 100%;
}
.gnav-slider .slick-slide figcaption {
  padding: 8px;
  background-color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 1.4;
}
.gnav-slider .slick-dots {
  gap: 10px;
}
.gnav-slider .slick-dots button {
  width: 10px;
  background-color: #fff;
}
.gnav-slider .slick-dots .slick-active button {
  background-color: #3382A4;
}
.gnav .debug {
  pointer-events: inherit;
  opacity: 1;
}

.isMenuOpen .gnav {
  opacity: 1;
  pointer-events: inherit;
}

/*
  BUTTON MENU
----------------------------------------------- */
.btnMenu {
  margin-left: auto;
  z-index: 20;
  place-items: center;
  width: 30px;
  height: 30px;
  display: none;
  transition: 0.2s;
}
.btnMenu::before, .btnMenu::after, .btnMenu span {
  grid-area: 1/1;
  content: "";
  width: 30px;
  height: 2px;
  background: #010B26;
  transition: 0.2s;
}
.btnMenu::before {
  translate: 0 -7px;
}
.btnMenu::after {
  translate: 0 7px;
}
@media (width < 960px) {
  .btnMenu {
    display: grid;
  }
}

.isMenuOpen .btnMenu::before {
  rotate: 45deg;
  translate: 0;
}
.isMenuOpen .btnMenu::after {
  rotate: -45deg;
  translate: 0;
}
.isMenuOpen .btnMenu span {
  opacity: 0;
  scale: 0 1;
}

/*
  FOOTER
----------------------------------------------- */
.footer {
  color: #fff;
  text-align: center;
}
@media (width >= 961px) {
  .footer {
    padding-block: 45px 90px;
  }
}
@media (width < 960px) {
  .footer {
    padding-block: 25px 75px;
    padding-inline: 15px;
  }
}
.footer .prohibited {
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 1.6;
}
@media (width >= 961px) {
  .footer .prohibited {
    font-size: 13rem;
  }
}
.footer .copyright {
  font-size: 13px;
}
@media (width >= 961px) {
  .footer .copyright {
    font-size: 13rem;
  }
}
@media (width >= 961px) {
  .footer .sp-fixed-buttons {
    display: none;
  }
}
@media (width < 960px) {
  .footer .sp-fixed-buttons {
    position: fixed;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer .sp-fixed-buttons a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    height: 50px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
  }
}
.footer .sp-fixed-buttons .access {
  background-color: #95E5CE;
  color: #000;
}
.footer .sp-fixed-buttons .access img {
  width: 26px;
}
.footer .sp-fixed-buttons .contact {
  background-color: #3C291E;
}
.footer .sp-fixed-buttons .contact img {
  width: 24px;
}

.link-line {
  background-image: linear-gradient(to right, currentColor, currentColor);
  background-size: 100% 1px;
  background-position: bottom left;
  background-repeat: no-repeat;
  text-decoration: none;
}
.link-line:hover {
  animation: linkLine 0.4s ease forwards;
}

@keyframes linkLine {
  0% {
    background-size: 100% 1px;
    background-position: bottom right;
  }
  50% {
    background-size: 0 1px;
    background-position: bottom right;
  }
  51% {
    background-position: bottom left;
  }
  100% {
    background-size: 100% 1px;
  }
}


.news-list .category.all {
  background-color: #10546A;
}

.news-list .category.recruit {
  background-color: #443E60;
}

.news-list .category.event {
  background-color: #743C54;
}

.news-list .category.other {
  background-color: #717171;
}

#pagetop{
  display: block;
  border-top:1px solid #fff;
  border-left:1px solid #fff;
  border-radius: 10px 0 0 0;
  padding: 10px;
  text-align: center;
  font-size: 12rem;
  position: fixed;
  background-color:var(--color-blue);
  color: #fff;
  right: 0;
  bottom: 0;
  text-decoration: none;
  cursor: pointer;
}
#pagetop:hover{
  text-decoration: none;
}
@media (width < 960px) {
  #pagetop {
    bottom: 50px;
  }
}