@charset "UTF-8";
:root {
  --vw375: 0.2666666667vw; /* 100 / 375 */
  --vw480: 0.208333vw; /* 100 / 480 */
  --vw768: 0.1302083333vw; /* 100 / 768 */
  --vw1100: 0.0909090909vw; /* 100 / 1100 */
  --vw1440: 0.0694444444vw; /* 100 / 1440 */
  --vw1600: 0.0625vw; /* 100 / 1600 */
}

/* --------------------------------

  CSS Reset

-------------------------------- */
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt, dd {
  margin: 0;
  padding: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
  margin: 0;
}

th {
  text-align: left;
}

/* --------------------------------

  共通スタイル

-------------------------------- */
/* html, body */
html,
body {
  height: 100%;
}
html.is-scrollbar,
body.is-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html.is-scrollbar::-webkit-scrollbar,
body.is-scrollbar::-webkit-scrollbar {
  display: none;
}
html.is-active,
body.is-active {
  overflow: hidden;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 1100px), print {
  html {
    overflow-y: scroll;
  }
}

body {
  min-width: 320px;
  color: #000000;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
  background-color: #ffffff;
}

html.nav-open,
html.contact-open {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}

/* 共通見出し */
.c-heading {
  position: relative;
  display: block;
  line-height: 1.2;
}
.c-heading--detail {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: block;
  color: #000;
  font-weight: 500;
  line-height: 1.4;
  word-break: break-all;
  word-wrap: break-word;
  border-bottom: 3px solid rgba(0, 3, 36, 0.5);
  letter-spacing: 0.03em;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  font-size: 2rem;
}
@media screen and (min-width: 768px), print {
  .c-heading--detail {
    letter-spacing: 0.06em;
    margin-bottom: 2.5rem;
    font-size: 3rem;
  }
}
.c-heading--detail::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 30px;
  height: 3px;
  background-color: #000324;
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .c-heading--detail::before {
    width: 50px;
  }
}
.c-heading--secondary {
  margin-bottom: min(5.66666664vw, 30px);
}
@media screen and (min-width: 768px), print {
  .c-heading--secondary {
    margin-bottom: min(2.777777776vw, 40px);
  }
}
.c-heading--secondary .jp {
  position: relative;
  display: block;
  color: #555555;
  font-family: "Zen Old Mincho", serif;
  font-size: min(3.77777776vw, 20px);
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0 0 0 min(9.374999994vw, 135px);
}
@media screen and (min-width: 768px), print {
  .c-heading--secondary .jp {
    font-size: min(1.388888888vw, 20px);
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1100px), print {
  .c-heading--secondary .jp {
    font-size: min(1.388888888vw, 20px);
  }
}
.c-heading--secondary .jp::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: min(8.333333328vw, 120px);
  height: 2px;
  background-color: #dddddd;
}
.c-heading--secondary .en {
  display: block;
  color: #037787;
  font-family: "Zen Old Mincho", serif;
  font-size: min(13.599999936vw, 72px);
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: min(1.73611111vw, 25px);
}
@media screen and (min-width: 768px), print {
  .c-heading--secondary .en {
    font-size: min(6.3888888848vw, 92px);
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1100px), print {
  .c-heading--secondary .en {
    font-size: min(6.3888888848vw, 92px);
  }
}
.c-heading--common {
  text-align: center;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px), print {
  .c-heading--common {
    margin-bottom: 4.5rem;
  }
}
.c-heading--common .en {
  position: relative;
  display: block;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 768px), print {
  .c-heading--common .en {
    font-size: 3rem;
  }
}
.c-heading--common .jp {
  position: relative;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
/* 基準テキスト */
.u-text-body {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px), print {
  .u-text-body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.u-text-body--lg {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .u-text-body--lg {
    font-size: 1.8rem;
  }
}
.u-text-body--xl {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px), print {
  .u-text-body--xl {
    font-size: 2rem;
  }
}
.u-text-body a {
  text-decoration: underline;
  color: #000324;
}
@media (hover: hover) {
  .u-text-body a:where(:any-link, :enabled, summary):hover {
    text-decoration: none;
  }
}

/* 基準ボタン */
.c-link-button {
  position: relative;
  line-height: 1.2;
  display: inline-block;
  font-size: min(3.022222208vw, 16px);
  padding: 0 min(15.11111104vw, 80px) 0 0;
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
  color: #000;
  letter-spacing: 0.05em;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .c-link-button {
    font-size: min(1.388888888vw, 20px);
    padding: 0 min(9.027777772vw, 130px) 0 0;
  }
}
.c-link-button::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: min(11.33333328vw, 60px);
  height: min(1.511111104vw, 8px);
  background: url("../img/base/icon_arrow_gray.svg") no-repeat center/cover;
  z-index: 0;
  transition-property: right 0.3s ease;
  transition-duration: 0.3s;
}
@media screen and (min-width: 768px), print {
  .c-link-button::after {
    width: min(6.249999996vw, 90px);
    height: min(0.694444444vw, 10px);
  }
}
.c-link-button span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(16.99999992vw, 90px);
  height: min(16.99999992vw, 90px);
  white-space: nowrap;
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .c-link-button span {
    width: min(7.638888884vw, 110px);
    height: min(7.638888884vw, 110px);
  }
}
.c-link-button span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  border-radius: 100%;
  border: 1px solid #aaa;
  z-index: -1;
  transition: border-color 0.3s ease;
}
@media (hover: hover) {
  .c-link-button:where(:any-link, :enabled, summary):hover {
    color: #037787;
  }
  .c-link-button:where(:any-link, :enabled, summary):hover::after {
    right: -1rem;
    background: url("../img/base/icon_arrow_blue.svg") no-repeat center/cover;
  }
  .c-link-button:where(:any-link, :enabled, summary):hover span::before {
    border-color: #037787;
  }
  .c-link-button:where(:any-link, :enabled, summary):hover::before {
    border-color: #FE871F;
  }
}

/* テキストの色 */
.u-color-base {
  color: #000324;
}

.u-color-hover {
  color: #037787;
}

.u-color-sub1 {
  color: #FE871F;
}

.u-color-sub5 {
  color: #FC3A5F;
}

.u-color-main {
  color: #000324;
}

.u-color-gray {
  color: #F2F2F2;
}

.u-color-gray2 {
  color: #C9C9C9;
}

.u-color-gray3 {
  color: #DEDEDE;
}

.u-color-red {
  color: #F2FFED;
}

.u-color-sub2 {
  color: #DEDEDE;
}

.u-color-white {
  color: #ffffff;
}

.u-color-black {
  color: #000000;
}

/* 注釈（※）用インデント */
.u-note {
  margin-left: 1em;
  text-indent: -1em;
}

/* アンカー位置調整 */
.u-anchorpoint {
  display: block;
}
.u-anchorpoint::before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin-top: -61px;
  margin-bottom: 60px;
  background: transparent;
  z-index: -100;
}
@media screen and (min-width: 1100px), print {
  .u-anchorpoint::before {
    margin-top: 151px;
    margin-bottom: 150px;
  }
}

/* flex1 */
.u-flex-1 {
  flex: 1;
  min-width: 0;
}

/* コンテンツ画面中央寄せ */
.c-inner {
  position: relative;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.c-inner::after {
  content: "";
  display: table;
  clear: both;
}

/* テキスト改行系 */
@media screen and (max-width: 767.98px) {
  .u-br--pc {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .u-br--sp {
    display: none;
  }
}

/* 幅 */
.u-width-50 {
  width: 50%;
}

.u-width-100 {
  width: 100%;
}

.u-width-auto {
  width: auto;
}

/* 高さ */
.u-height-50 {
  height: 50%;
}

.u-height-100 {
  height: 100%;
}

.u-height-auto {
  height: auto;
}

/* 角丸 */
.box-radius {
  border-radius: 1rem;
}

/* リスト */
.list li {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 0 0 0 1.5em;
}
@media screen and (min-width: 768px), print {
  .list li {
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 0 0 0 1.5em;
  }
}
.list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.list li::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  color: #EA621B;
}

/* グローバル */
.c-global-contact .logo {
  display: block;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 0.8rem;
}
.c-global-contact .add {
  display: block;
  text-align: center;
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.c-global-contact .num {
  display: block;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

/* --------------------------------

  ぱんくず

-------------------------------- */
.pankz {
  max-width: 1132px;
  margin: 0 auto;
  padding: 2.5em 1em 0 1em;
}
.pankz .current-item {
  color: #000324;
}
.pankz-area {
  max-width: 1100px;
  margin: 0 auto 2em;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1099.98px) {
  .pankz-area {
    margin: 0 auto 1.5em;
  }
}
.pankz-item {
  position: relative;
  list-style: none;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 0.5em;
  color: #000;
}
.pankz-item:not(:last-child) {
  padding-right: 1.2em;
  margin-right: 1em;
}
.pankz-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #999;
  border-left: 2px solid #999;
}

/* --------------------------------

  wrapper

-------------------------------- */
.l-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  z-index: 1;
}
@media screen and (min-width: 1100px), print {
  .l-wrapper {
    overflow: hidden;
  }
}

/* --------------------------------

  l-header

-------------------------------- */
.l-header {
  position: relative;
}
@media screen and (min-width: 1100px) {
  .l-header.is-fixed .l-header__nav-area {
    z-index: 1200;
    position: fixed;
    top: -60px;
    right: 0;
    width: 100%;
    padding: 2.5rem 2rem 3rem 2rem;
    background-color: rgba(0, 0, 0, 0.7);
    transform: translateY(60px);
    transition: transform 0.2s;
  }
  #top .l-header.is-fixed .l-header__nav-area {
    padding: 2.5rem 2rem 3rem 2rem;
  }
}
.l-header__logo {
  position: absolute;
  top: 1.5rem;
  left: 2rem;
  z-index: 1011;
}
@media screen and (max-width: 1099.98px) {
  .l-header__logo {
    display: none;
  }
}
#top .l-header__logo {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 1099.98px) {
  #top .l-header__logo {
    display: block;
  }
}
.l-header__logo a {
  display: inline-block;
  text-align: center;
}
.l-header__logo a .c-logo__img {
  width: 150px;
}
.l-header__logo a .c-logo__title {
  font-size: 1rem;
  margin-top: 1.3rem;
}
.l-header__container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
  z-index: 0;
}
@media screen and (min-width: 1100px), print {
  .l-header__container {
    height: 400px;
  }
}
#top .l-header__container {
  height: 100dvh;
}
@media screen and (min-width: 1100px), print {
  #top .l-header__container {
    height: 100dvh;
  }
}
.l-header__language {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1100px), print {
  .l-header__language {
    position: absolute;
    bottom: 4.5rem;
    right: 4.5rem;
    z-index: 105;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-header__language {
    position: fixed;
    top: 0;
    left: 0;
    width: 180px;
    opacity: 0;
    padding: 2rem 0 0 1rem;
    z-index: 1111;
    pointer-events: none;
  }
  .is-active .l-header__language {
    transition: opacity 0.3s ease;
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (min-width: 1100px), print {
  #top .l-header__language {
    bottom: 4.5rem;
    right: 4.5rem;
  }
}
.l-header__language-item:not(:last-child) .c-language-button::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 14px;
  width: 1px;
  background-color: #fff;
  transform: translateY(-50%) rotate(20deg);
}
.l-header__language-item .c-language-button {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.4rem;
  padding: 0 1.2em;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .l-header__language-item .c-language-button:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
.l-header__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-header__video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  /* 動画フィルター */
}
@media screen and (min-width: 1100px), print {
  .l-header__nav-area {
    position: absolute;
    right: 0;
    top: 0;
    padding: 4rem 6rem 4rem 2rem;
    z-index: 1010;
  }
  #top .l-header__nav-area {
    width: 100%;
    left: 0;
    right: auto;
    padding: 4rem 2rem;
  }
}

/* --------------------------------

  c-logo

-------------------------------- */
.c-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-logo__img {
  display: block;
  width: 250px;
}
@media screen and (min-width: 360px), print {
  .c-logo__img {
    width: 300px;
  }
}
@media screen and (min-width: 480px), print {
  .c-logo__img {
    width: 331px;
  }
}
.c-logo__title {
  display: block;
  margin-top: 2.7rem;
  line-height: 1.2;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-family: "Noto Sans JP", sans-serif;
}
.c-logo img {
  width: 100%;
  height: auto;
}

/* --------------------------------

  c-nav

-------------------------------- */
@media screen and (max-width: 1099.98px) {
  .c-navWrap {
    pointer-events: none;
    opacity: 0;
    height: 0;
  }
  .is-active .c-navWrap {
    height: auto;
    transition-property: opacity;
    transition-duration: 0.3s;
    pointer-events: auto;
    opacity: 1;
  }
}

.c-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1099.98px) {
  .c-nav {
    flex-direction: column;
  }
}
.c-nav__item {
  position: relative;
}
.c-nav__item:not(:last-child) {
  margin: 0 0 5rem 0;
}
@media screen and (min-width: 1100px), print {
  .c-nav__item:not(:last-child) {
    margin: 0 6rem 0 0;
  }
}
.c-nav__link {
  position: relative;
  border: none;
  padding: 0;
  display: inline-block;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media screen and (min-width: 1100px), print {
  .c-nav__link {
    font-size: 1.4rem;
  }
}
.c-nav__link span {
  position: relative;
  display: block;
}
.c-nav {
  /* ハンバーガーメニューボタン */
}
.c-nav__button {
  display: block;
  position: fixed;
  top: 2rem;
  right: 2rem;
  width: 55px;
  height: 26px;
  background-color: transparent;
  line-height: 1;
  cursor: pointer;
  z-index: 1011;
}
.is-active .c-nav__button {
  position: absolute;
}
@media screen and (min-width: 1100px), print {
  .c-nav__button {
    display: none;
  }
}
.c-nav__button-icon {
  display: block;
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.c-nav__button-icon span {
  position: absolute;
  right: 0;
  display: block;
  background-color: #fff;
  margin-left: auto;
  height: 1px;
  transition: background-color 0.2s ease;
}
.is-active .c-nav__button-icon span {
  background-color: #fff;
}
.c-nav__button-icon span:nth-child(1) {
  width: 30px;
  top: 0;
}
.is-active .c-nav__button-icon span:nth-child(1) {
  top: 50%;
  width: 55px;
  transform: rotate(20deg) translateY(-50%);
  transition: transform 0.3s ease;
}
.c-nav__button-icon span:nth-child(2) {
  width: 45px;
  top: 12px;
}
.is-active .c-nav__button-icon span:nth-child(2) {
  opacity: 0;
}
.c-nav__button-icon span:nth-child(3) {
  width: 55px;
  bottom: 0;
}
.is-active .c-nav__button-icon span:nth-child(3) {
  top: 50%;
  transform: rotate(-20deg) translateY(-50%);
  transition: transform 0.3s ease;
}

.l-nav {
  position: relative;
  transition: opacity 0.3s ease;
}
.is-active .l-nav {
  position: fixed;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100svh;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: none;
  margin-left: auto;
  padding: 5rem 1.5rem;
  opacity: 1;
  z-index: 1011;
}
.l-nav__container {
  position: relative;
}
.is-active .l-nav__container {
  margin: auto;
  min-height: 0;
  max-width: 100%;
}
/* --------------------------------

  o-nav__screen

-------------------------------- */
@media screen and (min-width: 1100px), print {
  .o-nav__screen {
    display: none;
  }
}
.o-nav__screen-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: auto;
  background-color: #000;
  pointer-events: none;
  opacity: 0;
  z-index: 1010;
}
.is-active .o-nav__screen-overlay {
  pointer-events: auto;
  opacity: 0.4;
  cursor: pointer;
}

/* --------------------------------

  main

-------------------------------- */
.l-main {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 100;
  flex: 1;
  background-color: #fff;
}
@media screen and (min-width: 1100px), print {
  .l-main {
    overflow: visible;
  }
}
.l-main__inner {
  position: relative;
}

/* --------------------------------

  footer

-------------------------------- */
.l-footer {
  position: relative;
  overflow: hidden;
  background-color: #000324;
  z-index: 0;
  padding: 5rem 1em;
}
@media screen and (min-width: 1100px), print {
  .l-footer {
    padding: 10rem 2em;
  }
}
.l-footer__container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1099.98px) {
  .l-footer__container {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 1100px), print {
  .l-footer__logo {
    max-width: 331px;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-footer__main {
    margin-bottom: 3rem;
  }
}
.l-footer__info {
  margin-top: 3rem;
}
@media screen and (min-width: 1100px), print {
  .l-footer__info {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-footer__info {
    text-align: center;
  }
}
.l-footer__info .add, .l-footer__info .tel {
  color: #fff;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
.l-footer__info .tel {
  margin-top: 3rem;
}
@media screen and (min-width: 1100px), print {
  .l-footer__info .tel {
    margin-top: 3rem;
  }
}
.l-footer__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 3rem;
}
@media screen and (min-width: 768px), print {
  .l-footer__nav {
    gap: 2rem 5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .l-footer__nav {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem 5rem;
  }
}
@media screen and (min-width: 1280px), print {
  .l-footer__nav {
    gap: 2rem 8.8rem;
  }
}
.l-footer__nav li a {
  display: inline-block;
  line-height: 1.2;
  color: #fff;
  font-size: 1.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  padding: 0 0.2rem 1rem 0.2rem;
  border-bottom: 1px solid #fff;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .l-footer__nav li a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}

.c-footer__copy {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .c-footer__copy {
    text-align: right;
    margin-top: 8rem;
  }
}
.c-footer__copy small {
  line-height: 1.2;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  color: #AAAAAA;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px), print {
  .c-footer__copy small {
    font-size: 1.2rem;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 767.98px) {
  .c-footer__copy span {
    display: none;
  }
}
.c-footer__pagetop {
  position: absolute;
  z-index: 100;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 45px;
  height: 45px;
}
@media screen and (min-width: 768px), print {
  .c-footer__pagetop {
    right: 2rem;
    bottom: 2rem;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1100px), print {
  .c-footer__pagetop {
    right: 2rem;
    bottom: 2rem;
  }
}
.c-footer__pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #000324;
  border-radius: 0;
  background-color: #fff;
  transition-property: background-color;
  transition-duration: 0.2s;
}
.c-footer__pagetop a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #4576BB;
}
.c-footer__pagetop a:hover::before {
  border-color: #fff;
}
.c-footer__pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  margin: auto;
  border-top: 2px solid #000324;
  border-right: 2px solid #000324;
  transform: rotate(-45deg);
}

/* --------------------------------

  スライダー

-------------------------------- */
.swiper {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: visible;
  padding: 0;
  margin: 0 auto;
  z-index: 1;
}
.swiper .swiper-wrapper .swiper-slide:nth-child(2n) {
  padding-bottom: 2rem;
}
@media screen and (min-width: 480px), print {
  .swiper .swiper-wrapper .swiper-slide:nth-child(2n) {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .swiper .swiper-wrapper .swiper-slide:nth-child(2n) {
    padding-bottom: 8rem;
  }
}
.swiper .swiper-wrapper .swiper-slide:nth-child(2n+1) {
  padding-top: 2rem;
}
@media screen and (min-width: 480px), print {
  .swiper .swiper-wrapper .swiper-slide:nth-child(2n+1) {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .swiper .swiper-wrapper .swiper-slide:nth-child(2n+1) {
    padding-top: 8rem;
  }
}

.swiper-link {
  position: relative;
  display: block;
  overflow: hidden;
  transition: opacity 0.3s ease;
}
.swiper-link:hover .swiper-title {
  color: #000324;
}
.swiper-link:hover .swiper-img img {
  scale: 1.05;
}
.swiper-img {
  position: relative;
  overflow: hidden;
}
.swiper-img::before {
  content: "";
  display: block;
  padding-top: 95%;
}
@media screen and (min-width: 768px), print {
  .swiper-img::before {
    padding-top: 95%;
  }
}
.swiper-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: scale 0.3s ease;
}
.swiper-title {
  display: block;
  text-align: right;
  font-size: 2rem;
  font-weight: 500;
  color: #000;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0 1rem 0 0;
  word-break: break-all;
  word-wrap: break-word;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .swiper-title {
    font-size: 2.4rem;
    padding: 0 1.5rem 0 0;
  }
}

.swiper-pagination {
  position: static !important;
  display: flex;
  justify-content: flex-end;
}
.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  background-color: #DDDDDD;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  opacity: 1;
  cursor: pointer;
  margin: 0 !important;
  width: min(80 * var(--vw768), 80px);
  height: 2px;
}
@media screen and (min-width: 768px), print {
  .swiper-pagination .swiper-pagination-bullet {
    width: min(100 * var(--vw1100), 100px);
    height: 2px;
  }
}
.swiper-pagination .swiper-pagination-bullet span {
  font-weight: 500;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000324;
}

/* --------------------------------

  下層ページタイトル

-------------------------------- */
.c-page-title {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 105;
  overflow: hidden;
}
.c-page-title__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3em 1em 1em 1em;
  background: url("../img/base/page-title.jpg") no-repeat center/cover;
  z-index: 1;
}
@media screen and (min-width: 1100px), print {
  .c-page-title__inner {
    padding: 4em 1em 1em 1em;
  }
}
.c-page-title__name {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.c-page-title__name .jp {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
  .c-page-title__name .jp {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-page-title__name .jp {
    font-size: 3.8rem;
  }
}
.c-page-title__name .en {
  display: block;
  color: #ffffff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
  .c-page-title__name .en {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-page-title__name .en {
    letter-spacing: 0.1em;
    font-size: 2.4rem;
  }
}

/* --------------------------------

  アニメーション

-------------------------------- */
.fadein-anime {
  opacity: 0;
  transform: translateY(30px);
}
.fadein-anime.is-active, .fadein-anime.fade-active {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes fadeInAnime {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInAnime {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.mv-fadein-anime {
  opacity: 0;
  transform: translateY(30px);
}
.mv-fadein-anime.is-active {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes fadeInAnime {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInAnime {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.js-anime.is-active .photoAnime::before {
  -webkit-animation: barAnime forwards 0.8s 1 ease 0.1s normal;
  animation: barAnime forwards 0.8s 1 ease 0.1s normal;
}
.js-anime.is-active .fadein-anime {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes fadeInAnime {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInAnime {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-anime .fadein-anime {
  opacity: 0;
  transform: translateY(30px);
}
.js-anime .photoAnime {
  position: relative;
  height: min(350 * var(--vw768), 350px);
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .js-anime .photoAnime {
    height: min(350 * var(--vw768), 350px);
  }
}
.js-anime .photoAnime::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: #000324;
}
@keyframes barAnime {
  0% {
    right: 0;
    width: 100%;
  }
  100% {
    right: 0;
    width: 0;
  }
}

/* テキスト一文字アニメーション */
.char {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.char.visible {
  opacity: 1;
  transform: translateY(0);
}

/* メディア画像表示アニメーション */
.fade-media-img-wrapper {
  position: relative;
  opacity: 0;
  transition: opacity 0.4s 0.3s ease;
  overflow: hidden;
}
.fade-media-img-wrapper img {
  scale: 1.2;
  transition-property: scale;
  transition-duration: 0.4s;
  transition-delay: 0.8s;
}
.fade-media-img-wrapper.is-active {
  opacity: 1;
}
.fade-media-img-wrapper.is-active img {
  scale: 1;
}

.fade-media-img-bg {
  content: "";
  background-color: #1e1e1e;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
  transition: top 0.4s 0.6s ease;
}
.fade-media-img-bg.is-active {
  top: calc(-100% - 10px);
}

/* --------------------------------

  ローディング

-------------------------------- */
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  text-align: center;
  color: #fff;
  background-color: #000324;
  transition: opacity 0.5s ease;
  opacity: 1;
}
#splash.is-fadeout {
  opacity: 0;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  transform: translate(-50%, -50%);
}
#splash_logo.is-fadeout {
  opacity: 0;
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 300px;
  height: auto;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* --------------------------------

  トップページ

-------------------------------- */
/* 私たちについて */
.top-about {
  position: relative;
  padding: 5rem 1em;
  background-color: #000324;
}
@media screen and (min-width: 1100px), print {
  .top-about {
    padding: 10rem 2em;
  }
}
.top-about__container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.top-about__img {
  position: relative;
}
.top-about__img img {
  width: 100%;
  height: min(350 * var(--vw768), 350px);
  object-fit: cover;
}
.top-about__text {
  font-size: min(14 * var(--vw480), 14px);
  line-height: 2.2;
  letter-spacing: 0.025em;
  font-weight: 400;
  color: #ffffff;
  margin: min(30 * var(--vw480), 30px) 0 0 0;
}
@media screen and (min-width: 768px), print {
  .top-about__text {
    letter-spacing: 0.05em;
    max-width: min(768 * var(--vw1100), 768px);
    margin: 5rem min(85 * var(--vw1100), 85px) 0 0;
  }
}
.top-about__heading {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: min(26 * var(--vw480), 26px);
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #ffffff;
}
@media screen and (min-width: 768px), print {
  .top-about__heading {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
.top-about__wrap {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .top-about__wrap {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    margin: -1em 0 0 0;
  }
}
@media screen and (max-width: 767.98px) {
  .top-about__wrap {
    max-width: min(650 * var(--vw768), 650px);
    margin: 0 auto;
    margin-top: min(35 * var(--vw480), 35px);
  }
}

/* Business */
.top-business {
  position: relative;
  padding: 5rem 1em;
  background-color: #fff;
}
@media screen and (min-width: 1100px), print {
  .top-business {
    padding: 10rem 2em;
  }
}
.top-business__slider {
  margin: 0 -1em;
}
@media screen and (min-width: 1100px), print {
  .top-business__slider {
    margin: 0 -2em;
  }
}
.top-business__header {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-top: 3rem;
}
@media screen and (min-width: 1100px), print {
  .top-business__header {
    margin-top: 3rem;
  }
}
.top-business__heading {
  position: relative;
  display: block;
  line-height: 1.2;
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: 0.05em;
  color: #000;
  padding: 0 0 0 0.6em;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 1100px), print {
  .top-business__heading {
    margin-bottom: 6rem;
  }
}
.top-business__heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-30%);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #4576BB;
}

/* --------------------------------

  下層ページ

-------------------------------- */
.l-section {
  position: relative;
  overflow: hidden;
  padding: 5rem 1em;
}
@media screen and (min-width: 1100px), print {
  .l-section {
    padding: 10rem 2em;
  }
}
.l-section__block {
  position: relative;
}
.l-section__block:not(:last-child) {
  margin: 0 0 6rem 0;
}
@media screen and (min-width: 1100px), print {
  .l-section__block:not(:last-child) {
    margin: 0 0 12rem 0;
  }
}

/* --------------------------------

  投稿系ページ

-------------------------------- */
.news-body {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .news-body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.news-link {
  display: block;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .news-link:where(:any-link, :enabled, summary):hover {
    color: #037787;
  }
}

/*# sourceMappingURL=styles.css.map */
