@charset "UTF-8";
/**
 * ENGINE
 * v0.2 | 20150615
 * License: none (public domain)
 */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

input,
textarea,
button {
  font-family: inhert;
  font-size: inherit;
  color: inherit;
}

select {
  text-indent: 0.01px;
  text-overflow: "";
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select::-ms-expand {
  display: none;
}

code,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

:root {
  --myheight: 100px;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  scroll-behavior: smooth;
}

body {
  background-color: #192732;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #eeeeee;
  position: relative;
  width: 100vw;
  text-align: left;
  overflow-x: hidden;
  overflow-wrap: normal;
  overflow-wrap: break-word;
  line-height: 1;
}

a {
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: inherit;
}

wbr {
  word-break: break-all;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

button {
  background: none;
  border: none;
}

body {
  font-size: clamp(0.875rem, 0.8005rem + 0.2494vw, 1rem);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  letter-spacing: calc(clamp(0.875rem, 0.8005rem + 0.2494vw, 1rem)*.05);
  line-height: 1.3;
}

small {
  font-size: 0.75rem;
}

.l-container__heading {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(1.5rem, 8vw - 2rem, 2rem);
  font-weight: 600;
  letter-spacing: calc(clamp(1.5rem, 8vw - 2rem, 2rem)*.08);
}

.l-container__text {
  line-height: 1.78;
}

.l-header {
  height: clamp(60vh, 80vh, 80vh);
  width: 100%;
  position: relative;
  z-index: 1;
}
.l-header__title {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  width: 10rem;
  height: 10rem;
  z-index: 999;
}
.l-header__title__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-container {
  margin: 0 auto;
  max-width: 60rem;
  width: 100%;
}
.l-container__wrapper {
  margin-top: clamp(1.5rem, 5vh, 2.5rem);
}
.l-container__inner {
  padding: 0 5.33vw;
}
.l-container__heading {
  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;
  gap: 1rem;
  margin: clamp(4rem, 16vh, 10rem) auto 0;
  position: relative;
  text-align: center;
}
.l-container__heading::before, .l-container__heading::after {
  content: "";
  width: clamp(5vw, 10vw, 5rem);
  height: 1px;
  background-color: #eeeeee;
}
.l-container__text {
  line-height: 1.78;
}
.l-container__text:not(:first-of-type) {
  margin-top: 1rem;
}

.l-footer {
  margin: clamp(4rem, 16vh, 10rem) auto 0;
}
.l-footer__logo {
  width: 10rem;
  height: 10rem;
  margin: 0 auto;
}
.l-footer__copyrights {
  text-align: center;
  margin: 10vh auto 1rem;
}

.p-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-flex__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3);
          flex: 0 0 calc(100% / 3);
  aspect-ratio: 1/1;
  position: relative;
}
.p-flex__item:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-flex__item img {
  top: 0;
  left: 0;
  position: absolute;
}

.c-content-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.5rem auto 0;
}

.p-nav__list__item {
  padding: 1rem 1.5rem;
  position: relative;
}
.p-nav__list__item a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (min-width: 1200px) {
  .p-nav {
    padding-top: 10vh;
  }
  .p-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-nav__list__item:not(:first-of-type) {
    border-left: 1px solid #eeeeee;
  }
  .p-nav__list__item:hover {
    background: rgba(238, 238, 238, 0.3);
  }
}
.p-hamburgermenu__button {
  color: #eeeeee;
  position: relative;
  width: 2.5rem;
  height: 2rem;
}
.p-hamburgermenu__button__wrapper {
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 99999;
}
.p-hamburgermenu__button, .p-hamburgermenu__button span {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-hamburgermenu__button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.25rem;
  background-color: #eeeeee;
  border-radius: 0.25rem;
}
.p-hamburgermenu__button span:nth-of-type(1) {
  top: 0;
}
.p-hamburgermenu__button span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.p-hamburgermenu__button span:nth-of-type(3) {
  bottom: 0;
}
.p-hamburgermenu__button.is_active span:nth-of-type(1) {
  -webkit-transform: translateY(0.875rem) rotate(45deg);
          transform: translateY(0.875rem) rotate(45deg);
}
.p-hamburgermenu__button.is_active span:nth-of-type(2) {
  opacity: 0;
}
.p-hamburgermenu__button.is_active span:nth-of-type(3) {
  -webkit-transform: translateY(-0.875rem) rotate(-45deg);
          transform: translateY(-0.875rem) rotate(-45deg);
}

@media screen and (max-width: 1199px) {
  .p-nav__container {
    height: 100vh;
    right: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 0;
    z-index: 9999;
  }
  .p-nav__container.is_opened {
    background-color: rgba(25, 39, 50, 0.3);
    opacity: 1;
    width: 100vw;
  }
  .p-nav__list {
    padding: 5rem 1.25rem 0;
    height: 100%;
    margin: 0 0 0 auto;
    overflow-y: scroll;
    -webkit-transform: translate(30%, 0);
            transform: translate(30%, 0);
    width: 0;
  }
  .p-nav__container.is_opened .p-nav__list {
    background: #192732;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 85vw;
  }
  .p-nav__list > :not(:first-child) {
    border-top: 1px solid #a09999;
  }
  .p-nav__list__item {
    padding: 1rem 1.5rem;
    position: relative;
  }
  .p-nav__list__item::after {
    content: "";
    display: inline-block;
    position: absolute;
    border-top: solid 2px #8c8a80;
    border-right: solid 2px #8c8a80;
    height: 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
    -webkit-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);
    margin-left: 0.5rem;
    top: 50%;
    right: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-hamburgermenu__button {
    display: none;
  }
}
.p-table {
  border-collapse: separate;
  border-spacing: 1rem;
  margin: 0 auto;
  table-layout: fixed;
}

@media screen and (max-width: 767px) {
  .p-table-head,
.p-table-data {
    display: block;
  }
}
.p-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 1rem 1.5rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.p-background {
  /* background: bottom / cover url(./img/header.jpg) no-repeat; */
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: -999;
  top: 0;
  left: 0;
}
.p-background__video {
  bottom: 0;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
  -webkit-filter: brightness(0.6) blur(2px);
          filter: brightness(0.6) blur(2px);
  left: -2px;
  position: absolute;
  right: 0;
  top: -2px;
  z-index: 1;
}

.p-negativeMargin-wrapper {
  background-color: #dddddd;
  padding: calc(clamp(2.5rem, 8vw - 1rem, 3rem) + 5%) clamp(1.5rem, 8vw - 2rem, 2rem);
  z-index: 0;
  margin-top: clamp(-2.5rem, -8vw - 1rem, -3rem);
}

.l-header__title,
.l-container__heading,
.p-nav__list__item {
  color: #eeeeee;
  text-transform: capitalize;
}

.u-text-keepall {
  word-break: keep-all;
}

.u-text-center {
  text-align: center;
}

.p-hamburgermenu__button,
.p-hamburgermenu__button span,
.p-nav__container,
.p-nav__list,
.p-nav__list__item {
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
/*# sourceMappingURL=style.css.map */