@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 480px) {
  html {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.2698412698vw;
  }
}
@media (min-width: 1260px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 78.75rem;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.c-btn1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
  padding: 1.25rem;
  background-color: #fff;
  min-width: 21.75rem;
}
.c-btn1:before {
  content: "";
  display: block;
  width: 1.875rem;
  height: 1.4375rem;
  -webkit-mask: url(../images/icon_mail.svg) no-repeat center center/contain;
          mask: url(../images/icon_mail.svg) no-repeat center center/contain;
  background-color: #003860;
}

.c-btn1__text {
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  color: #003860;
}

.c-head {
  text-align: center;
}
.c-head.--wt .c-head__en {
  color: #fff;
}
.c-head.--wt .c-head__ja {
  color: #fff;
}

.c-head__en {
  font-size: 2.1875rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #003860;
}
@media screen and (min-width: 768px) {
  .c-head__en {
    font-size: 3.125rem;
  }
}

h2.c-head__ja {
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  h2.c-head__ja {
    font-size: 1.25rem;
  }
}

.c-head2 {
  font-size: 2.1875rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-head2 {
    font-size: 3.125rem;
  }
}
.c-head2.--bl {
  color: #003860;
}

.p-fv {
  background-color: #003860;
  position: relative;
}

.p-fv__inner {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.p-fv__img {
  width: 56.8181818182%;
}
@media screen and (min-width: 768px) {
  .p-fv__img {
    width: 21.25rem;
  }
}
.p-fv__img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.scroll {
  font-size: 0.75rem;
  color: #fff;
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
}
.scroll:after {
  content: "";
  display: block;
  width: 1px;
  height: 4.375rem;
  background-color: #fff;
  position: absolute;
  bottom: -0.625rem;
  left: 50%;
  translate: -50% 100%;
  -webkit-animation: scroll 3s ease-in-out infinite;
          animation: scroll 3s ease-in-out infinite;
}

@-webkit-keyframes scroll {
  0% {
    scale: 1 0;
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50% {
    scale: 1 1;
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    scale: 1 0;
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}

@keyframes scroll {
  0% {
    scale: 1 0;
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50% {
    scale: 1 1;
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    scale: 1 0;
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
.logo-neon {
  -webkit-animation: glowIn 10s ease-in-out infinite;
          animation: glowIn 10s ease-in-out infinite;
}

.p-fv__imgwrap {
  position: relative;
}
.p-fv__imgwrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 56, 96, .25);
  position: absolute;
  top: 0;
  left: 0;
}
.p-fv__imgwrap img {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 480/389;
}
@media screen and (min-width: 768px) {
  .p-fv__imgwrap img {
    aspect-ratio: 1920/526;
  }
}

.p-fv__head {
  background-color: rgba(0, 56, 96, .75);
  width: 93%;
  text-align: center;
  padding-block: 1.25rem;
  position: absolute;
  top: 50%;
  left: calc(50% + 1.25rem);
  left: 50%;
  translate: -50% -75%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-fv__head {
    width: 39.0625rem;
    padding-right: 1.25rem;
    left: 1.6556291391%;
    translate: 0 -50%;
    text-align: left;
  }
}
.p-fv__head span {
  display: inline-block;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-fv__head span {
    font-size: 3.125rem;
  }
}

.p-about {
  padding-block: 5rem;
  background: #003860 url(../images/bg_aboutSp.png) no-repeat center center/cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about {
    padding-top: 8.125rem;
    padding-bottom: 13.25rem;
    background: #003860 url(../images/bg_about.png) no-repeat center center/cover;
  }
}

.p-about__head {
  font-size: 2.1875rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about__head {
    font-size: 3.125rem;
  }
}

.p-about__text {
  font-size: 1rem;
  letter-spacing: 0.025em;
  color: #fff;
  text-align: center;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-about__text {
    font-size: 1.25rem;
    margin-top: 1.75rem;
  }
}

.p-about__imgWrap {
  margin-top: 2.5rem;
  max-width: 57.5%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-about__imgWrap {
    margin-top: 3.5rem;
    max-width: none;
    max-width: initial;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.4375rem;
  }
}
.p-about__imgWrap img {
  aspect-ratio: 253/142;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-about__imgWrap img {
    aspect-ratio: 346/204;
  }
}
.p-about__imgWrap img:nth-child(n+2) {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-about__imgWrap img:nth-child(n+2) {
    margin-top: 0;
  }
}

.p-about2 {
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-about2 {
    padding-top: 8.125rem;
    padding-bottom: 10.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-about2__inner.l-inner {
    max-width: 87.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-about2__wrap {
    margin-left: 15.5208333333%;
  }
}

.p-about2__item + .p-about2__item {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-about2__item + .p-about2__item {
    margin-top: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}

.p-about2__item.--lg {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-about2__item.--lg {
    margin-left: 0;
    overflow: visible;
    overflow: initial;
  }
}
.p-about2__item.--lg::-webkit-scrollbar {
  display: none;
}
.p-about2__item.--lg .p-about2__table {
  min-width: 49.375rem;
}
@media screen and (min-width: 768px) {
  .p-about2__item.--lg .p-about2__table {
    max-width: 55.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-about2__item--lg.--sm {
    max-width: 36.4375rem;
  }
}
.p-about2__item--lg.--sm thead {
  min-height: 4.375rem;
}

.p-about2__table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 0.875rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-about2__table {
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-about2__table.--2 {
    min-width: 36.4375rem;
  }
}

.p-about2__table th,
.p-about2__table td {
  border: 1px solid #ccc;
  padding: 0.5rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-about2__table th,
  .p-about2__table td {
    font-size: 1rem;
  }
}
.p-about2__table th.sm,
.p-about2__table td.sm {
  font-size: 0.9375rem;
}

.p-about2__table th.sm {
  height: 4.375rem;
}

.p-about2__table td {
  font-size: 0.9375rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-about2__table td {
    height: 6.5625rem;
  }
}
.p-about2__table td.sm {
  height: 3.125rem;
}
.p-about2__table td.sm .p-about2__price {
  min-width: 9.375rem;
}
@media screen and (min-width: 768px) {
  .p-about2__table td.sm .p-about2__price {
    min-width: 10.625rem;
  }
}

.p-about2__price--label {
  margin-right: auto;
  text-align: left;
}

.p-about2__price {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-width: 7.8125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-about2__price--value {
  display: block;
  text-align: left;
  margin-left: auto;
}

.p-about2__row--mid td:first-child {
  color: #fff;
  background-color: #b7db96;
  font-weight: 600;
}

.p-about2__row--short td:first-child {
  color: #fff;
  font-weight: 600;
}

.p-about__head--yellow {
  color: #ff5;
  font-weight: 600;
}

.p-about__head--white {
  font-weight: 600;
}

.p-about2 .attention {
  font-size: 0.75rem;
  margin-top: 0.3125rem;
}

.p-about2__imgWrap {
  margin-inline: calc(50% - 50vw);
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-about2__imgWrap {
    margin-inline: 0;
    margin-top: 0;
    margin-left: auto;
  }
}

.p-about2__img {
  width: 100%;
  aspect-ratio: 440/330;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-about2__img {
    aspect-ratio: 474/355;
    width: 29.625rem;
  }
}

.p-archive {
  padding-bottom: 6.625rem;
  padding-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-archive {
    padding-bottom: 6.3125rem;
  }
}

.p-archive__inner.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-archive__inner.l-inner {
    max-width: 87.5rem;
  }
}

.p-archive__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.125rem;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-archive__search {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-archive__btn {
  display: inline-block;
  width: 18.75rem;
  border: 1px solid #003860;
  background-color: #003860;
  color: #fff;
  font-size: 1.1875rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  padding-top: 1.0625rem;
  padding-bottom: 1.125rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.p-archive__btn.p-archive__btn--current {
  background-color: #fff;
  color: #003860;
}

.p-archive__contents {
  padding-top: 4.375rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .p-archive__contents {
    padding-top: 6.5rem;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 4.3125rem;
    -webkit-column-gap: 4.3125rem;
       -moz-column-gap: 4.3125rem;
            column-gap: 4.3125rem;
  }
}

.p-archive__content {
  padding: 1.5625rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.1875rem 0.3125rem rgba(0, 56, 96, .5);
          box-shadow: 0 0.1875rem 0.3125rem rgba(0, 56, 96, .5);
}

.p-archive__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 340/255;
}

.p-archive__title {
  font-size: 1.0625rem;
  line-height: 1.2777777778;
  font-weight: 500;
  margin-top: 1.25rem;
}

.p-archive__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #1A1A1A;
}

.p-archive__date {
  font-size: 1.125rem;
  line-height: 1.2777777778;
  font-weight: 600;
}

.p-archive__tag {
  display: inline-block;
  min-width: 10.0625rem;
  background-color: #4d4d4d;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  color: #fff;
  font-size: 1.0625rem;
  line-height: 1.2941176471;
  font-weight: 500;
  text-align: center;
}

.p-archive__text {
  margin-top: 1rem;
  font-size: 1.125rem;
  line-height: 1.2777777778;
  font-weight: 500;
  color: #4d4d4d;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.p-archive__pagination {
  margin-top: 5.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-archive__pagination {
    margin-top: 5.5rem;
  }
}

.page-numbers {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.05em;
  font-weight: 500;
  width: 1.5625rem;
  height: 1.5625rem;
  background-color: #fff;
  color: #003860;
  border: 1px solid #003860;
  text-align: center;
}
.page-numbers.current {
  background-color: #003860;
  color: #fff;
}
.page-numbers.dots {
  background-color: inherit;
  color: #B0B0B0;
}

.p-bread {
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #0071bc;
}

.p-bread__mark {
  padding-left: 1em;
  padding-right: 1em;
  color: #333;
}

.current-item {
  color: #333;
}

.p-business {
  padding-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-business {
    padding-top: 10rem;
  }
}

.p-business__listWrap {
  border-bottom: 1px solid rgba(0, 56, 96, .5);
  padding-bottom: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .p-business__listWrap {
    padding-bottom: 0;
    border-bottom: 0;
    border-right: 1px solid rgba(0, 56, 96, .5);
  }
}

.p-business__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 3.4375rem;
}

.p-business__item {
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  padding-left: 1em;
  text-indent: -1em;
}
.p-business__item:nth-child(n+2) {
  margin-top: 0.625rem;
}

.p-footer {
  padding-top: 0.625rem;
  padding-left: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 8.75rem;
    padding-left: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__inner {
    padding-bottom: 8.75rem;
  }
}

.p-footer__wrap {
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__wrap {
    display: grid;
    grid-template-columns: 3fr 4fr 3fr;
    max-width: 58.125rem;
    margin-inline: auto;
    border-block: 1px solid rgba(255, 0, 0, .5);
    padding-bottom: 0;
  }
}

.p-footer__box {
  padding-block: 3.125rem;
}
.p-footer__box:not(:last-child) {
  border-bottom: 1px solid rgba(255, 0, 0, .5);
}
@media screen and (min-width: 768px) {
  .p-footer__box:not(:last-child) {
    border-bottom: none;
    position: relative;
    padding-inline: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__box:not(:last-child):after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 12px);
    background-color: rgba(255, 0, 0, .5);
    position: absolute;
    top: 50%;
    right: 0;
    translate: 0 -50%;
  }
}

.p-footer__logo {
  margin-inline: auto;
  margin-bottom: 1.25rem;
}

h2.p-footer__name {
  font-size: 0.9375rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 1.875rem;
}

.p-footer__address {
  font-size: 0.9375rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-footer__address {
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.p-footer__item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  max-width: 18.75rem;
  margin-inline: auto;
}
.p-footer__item:nth-child(n+2) {
  margin-top: 0.5em;
}

.p-footer__title,
.p-footer__text {
  font-size: 0.9375rem;
}

.p-footer__text {
  font-weight: 300;
}

.p-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}
.p-footer__link {
  display: block;
  padding: 1.25rem;
}

.p-footer__copy {
  padding-block: 0.75rem;
  background-color: #003860;
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.2em;
}

.p-gallery {
  padding-top: 6.25rem;
  padding-bottom: 7.8125rem;
}

@media screen and (min-width: 768px) {
  .p-gallery__inner.l-inner {
    max-width: 96.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-gallery__wrap {
    margin-right: calc(50% - 50vw);
  }
}

.p-gallery__list {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-gallery__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.1875rem;
    margin-top: 4.6875rem;
  }
}

.p-gallery__item:nth-child(n+2) {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-gallery__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.p-gallery__body {
  padding-inline: 1.25rem;
}

.p-gallery__meta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0.9375rem;
}

.p-gallery__date {
  font-size: 1rem;
  letter-spacing: 0.025em;
  color: #003860;
}

.p-gallery__cat {
  font-size: 0.9375rem;
  color: #fff;
  background-color: #003860;
  padding: 0.3125rem 0.625rem;
  min-width: 8.4375rem;
  text-align: center;
  margin-top: 0.625rem;
}

h3.p-gallery__title {
  font-size: 1.0625rem;
  letter-spacing: 0.025em;
  font-weight: 400;
  color: #003860;
  margin-top: 0.625rem;
}

.p-header {
  width: 2.5rem;
  background-color: #163e64;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .p-header {
    width: 3.125rem;
  }
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.p-header__link {
  font-size: 0.75rem;
  color: #d1f200;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-header__link {
    font-size: 1rem;
  }
}

.p-header__itemSm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-header__itemSm:nth-child(2) {
  margin-top: 1.25rem;
}

.p-header__linkSm img {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-history {
  padding-top: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .p-history {
    padding-top: 10rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}

.p-history__list {
  margin-top: 2.8125rem;
  margin-left: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-history__list {
    margin-left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}

.p-history__item {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.p-history__item:nth-child(n+2) {
  margin-top: 1.875rem;
}

.p-history__year,
.p-history__text {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}

.p-history__year {
  font-weight: 600;
}

.p-main {
  padding-left: 2.5rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-main {
    padding-left: 3.125rem;
  }
}

.p-news {
  background-color: #003860;
  padding-top: 6.25rem;
  padding-bottom: 13.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-news {
    padding-top: 8.375rem;
    padding-bottom: 12.5rem;
  }
}
.p-news:after {
  content: "";
  display: block;
  width: 26.3125rem;
  height: 16.25rem;
  background: url(../images/bg_news.png) no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-news:after {
    width: 48.875rem;
    height: 30.375rem;
  }
}

.p-news__list {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-news__list {
    margin-top: 4.375rem;
  }
}

.p-news__item:nth-child(n+2) {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-news__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25rem;
  }
}

.p-news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-news__meta {
    gap: 1.875rem;
  }
}

.p-news__date {
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #fff;
}

.p-news__cat {
  font-size: 0.9375rem;
  font-weight: 300;
  color: #003860;
  background-color: #fff;
  padding: 0.3125rem 0.625rem;
  min-width: 8.4375rem;
  text-align: center;
}

.p-news__title {
  font-size: 1.0625rem;
  font-weight: 400;
  color: #fff;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-news__title {
    margin-top: 0;
  }
}

.p-outline {
  background-color: #003860;
  padding-block: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-outline {
    padding-block: 9.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-outline__inne.l-inner {
    max-width: 78.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-outline__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6.25rem;
    margin-top: 3.125rem;
  }
}

.p-outline__list {
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-outline__list {
    width: 33.9375rem;
    margin-top: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-outline__item {
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .5);
  padding-block: 0.9375rem;
  display: grid;
  grid-template-columns: 3fr 4fr;
}
@media screen and (min-width: 768px) {
  .p-outline__item {
    padding-block: 0.5625rem;
  }
}
.p-outline__item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}
@media screen and (min-width: 768px) {
  .p-outline__item:last-child {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-outline__item dt, .p-outline__item dd {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-outline__item dt, .p-outline__item dd {
    font-size: 0.9375rem;
  }
}
.p-outline__item dt {
  font-weight: 600;
}
.p-outline__item a {
  color: #00ffff;
  text-decoration: underline;
}

.p-outline__box {
  margin-right: calc(50% - 50vw);
}

.p-outline__imgWrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-outline__imgWrap {
    margin-top: 0;
  }
}
.p-outline__imgWrap img {
  aspect-ratio: 142/101;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-outline__imgWrap img {
    aspect-ratio: 308/220;
  }
}

.p-outline__map {
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-outline__map {
    margin-top: 1.25rem;
  }
}
.p-outline__map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 426/300;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-outline__map iframe {
    aspect-ratio: 924/348;
  }
}

.p-post {
  padding-bottom: 4.75rem;
}
@media screen and (min-width: 768px) {
  .p-post {
    padding-bottom: 7.5rem;
  }
}

.p-post__inner.l-inner {
  padding-left: 1.6875rem;
  padding-right: 1.6875rem;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-post__inner.l-inner {
    margin-top: 10rem;
  }
}

.p-post__headWrap {
  padding-bottom: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-post__headWrap {
    padding-bottom: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-post__tag {
  display: inline-block;
  min-width: 11.625rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  padding: 0.625rem 1.25rem;
  background-color: #163e64;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-post__tag {
    min-width: 16.625rem;
  }
}

.p-post__title {
  font-size: 1.625rem;
  line-height: 1.3461538462;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-post__title {
    margin-top: 0;
    width: 55.375rem;
  }
}

.p-post__slide {
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-post__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.25rem;
    margin-top: 3.375rem;
  }
}

@media screen and (min-width: 768px) {
  .swiper.p-post__wrap {
    width: 54.0625rem;
    margin-right: 0;
    margin-left: 0;
  }
}

.p-post__thumbnail {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-post__thumbnail {
    width: 54.0625rem;
  }
}
.p-post__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 425/318;
}
@media screen and (min-width: 768px) {
  .p-post__thumbnail img {
    aspect-ratio: 865/649;
  }
}

.p-post__wrapSm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-post__wrapSm {
    margin-top: 0;
    gap: 0.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-post__thumbnailSm {
    width: 10.0625rem;
    cursor: pointer;
  }
}
.p-post__thumbnailSm img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 206/154;
}
@media screen and (min-width: 768px) {
  .p-post__thumbnailSm img {
    aspect-ratio: 161/121;
  }
}

@media screen and (min-width: 768px) {
  .p-post__body {
    padding-left: 8.75rem;
    padding-right: 8.75rem;
    padding-bottom: 3.75rem;
  }
}

.p-post__text {
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-post__text {
    margin-top: 3.1875rem;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2.1875rem;
  }
}
.p-post__text p {
  font-size: 1.125rem;
  line-height: 1.3888888889;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.p-post__text p:nth-child(n+2) {
  margin-top: 1em;
}

.p-post__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.75rem;
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-post__btn {
    gap: 7.4375rem;
    margin-top: 2.5rem;
  }
}

.p-recruit {
  background-color: #003860;
  padding-bottom: 7.1875rem;
  padding-top: 6.5625rem;
}
@media screen and (min-width: 768px) {
  .p-recruit {
    padding-top: 8.125rem;
    padding-bottom: 7.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit__inner.l-inner {
    max-width: 78.75rem;
  }
}

.p-recruit__wrap {
  background-color: #fff;
  padding: 2.1875rem 1.25rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__wrap {
    padding-block: 4.375rem;
    margin-top: 1.875rem;
  }
}

table.p-recruit__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  border-spacing: 0;
}
@media screen and (min-width: 768px) {
  table.p-recruit__table {
    max-width: 52.5rem;
    margin-inline: auto;
  }
}
table.p-recruit__table th,
table.p-recruit__table td {
  border: 1px solid #ccc;
  padding: 5px;
  vertical-align: top;
  text-align: left;
  display: table-cell;
  width: auto;
}
@media screen and (min-width: 768px) {
  table.p-recruit__table th,
  table.p-recruit__table td {
    padding: 0.625rem 0.9375rem;
  }
}
table.p-recruit__table tr {
  display: table-row;
}
table.p-recruit__table th {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #fff;
  background-color: #666666;
  width: 5.75rem;
  height: 100%;
}
@media screen and (min-width: 768px) {
  table.p-recruit__table th {
    width: 6.6875rem;
  }
}
table.p-recruit__table td {
  font-size: 0.9375rem;
  color: #003860;
  width: 6.25rem;
}
@media screen and (min-width: 768px) {
  table.p-recruit__table td {
    width: 11.875rem;
  }
}
table.p-recruit__table td + td {
  width: 9.375rem;
}
@media screen and (min-width: 768px) {
  table.p-recruit__table td + td {
    width: auto;
  }
}
table.p-recruit__table th.is-empty {
  border-block: none;
}

.p-recruit__note {
  font-size: 0.9375rem;
  color: #003860;
  padding-left: 0.625rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__note {
    max-width: 52.5rem;
    margin-inline: auto;
  }
}

.p-reecruit__btnWrap {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-reecruit__btnWrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 3.125rem;
  }
}

.p-recruit__mail {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-recruit__mail {
    margin-top: 0;
  }
}

.p-restore {
  padding-block: 5rem;
}

@media screen and (min-width: 768px) {
  .p-restore__inner.l-inner {
    max-width: 58.125rem;
  }
}

.p-restore__text {
  margin-top: 1.875rem;
  font-size: 0.9375rem;
  letter-spacing: 0.025em;
}

.p-restore__slide {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-restore__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 2.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-restore__wrap {
    max-width: 38rem;
    margin-right: auto;
    margin-left: 0;
  }
}

.p-restore__thumbnail img {
  aspect-ratio: 398/298;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-restore__thumbnail img {
    aspect-ratio: 608/454;
  }
}

.p-restore__wrapSm {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.3125rem;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-restore__wrapSm {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-restore__thumbnailSm {
    width: 6.625rem;
  }
}
.p-restore__thumbnailSm img {
  aspect-ratio: 75/56;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-restore__thumbnailSm img {
    aspect-ratio: 106/79;
  }
}

.p-subFv {
  position: relative;
}

.p-subFv__img img {
  aspect-ratio: 480/309;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-subFv__img img {
    aspect-ratio: 1920/745;
  }
}

.p-subFv__title {
  position: absolute;
  top: 50%;
  left: 2.5rem;
  translate: 0 -50%;
}
@media screen and (min-width: 768px) {
  .p-subFv__title {
    left: 13.6170212766%;
  }
}

.p-subFv__titleEn {
  font-size: 1.5625rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-subFv__titleEn {
    font-size: 4.0625rem;
  }
}
.p-subFv__titleEn span {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-subFv__titleEn span {
    font-size: 3.4375rem;
  }
}

.p-subFv__titleJa {
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-subFv__titleJa {
    font-size: 1.25rem;
  }
}

.p-telBtn {
  text-align: center;
}

.p-telBtn__num {
  font-size: 2.1875rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
  font-family: "Jost", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-telBtn__num:before {
  content: "";
  display: block;
  width: 1.375rem;
  height: 1.875rem;
  background: url(../images/icon_tel.svg) no-repeat center center/contain;
}

.p-telBtn__text {
  display: block;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  color: #fff;
}

.p-test {
  color: red;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-test {
    font-size: 3.125rem;
  }
}

.p-wrap {
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-wrap {
    padding-bottom: 11.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-wrap__inner.l-inner {
    max-width: 78.75rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.u-text {
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .u-text {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=styles.css.map */
