@charset "UTF-8";
/*! sanitize.css v7.0.3 | CC0 License | github.com/csstools/sanitize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  box-sizing: border-box; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Use the default user interface font in all browsers (opinionated).
 * 3. Correct the line height in all browsers.
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Oxygen, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 2 */
  line-height: 1.15; /* 3 */
  -moz-tab-size: 4; /* 4 */
  -o-tab-size: 4;
     tab-size: 4; /* 4 */
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Oxygen Mono, Liberation Mono, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Oxygen Mono, Liberation Mono, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #000; /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000; /* 1 */
  text-shadow: none;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * Remove the margin in Safari.
 */
button,
input,
select {
  margin: 0;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Show the overflow in Edge and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

/*
 * Add the correct styles in Edge, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 * 2. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] { /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/* CSS Document */
/*----------------------------------------
変数
----------------------------------------*/
/*----------------------------------------
サイト共通 スタイルシート
----------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "-apple-system", "BlinkMacSystemFont", "Helvetica Neue", "Yu Gothic Medium", "游ゴシック Medium", " ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", "Meiryo", sans-serif;
  font-family: "Shippori Mincho", serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  overflow-x: hidden;
  background-color: #ddd;
}

.inner {
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .inner {
    max-width: 1300px;
    padding: 0 30px;
    margin: 0 auto;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
  margin: 0;
  font-weight: normal;
}

p {
  text-align: justify;
}

a {
  text-decoration: none;
  color: #000;
  transition: all 0.3s;
}
a:visited {
  color: #000;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

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

address {
  font-style: normal;
}

.disabled {
  display: initial;
  visibility: hidden;
}

input,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif;
}

th {
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
li {
  list-style: none;
}

.illegal {
  font-size: 1.6rem;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .illegal {
    padding: 1rem 0 2rem;
  }
}

/* 見出し
---------------------------------------------- */
.title01 {
  text-align: center;
}
.title01 .titleEn {
  font-family: "Jost", sans-serif;
  font-weight: 200;
  font-size: 4rem;
  color: #9d7f25;
  position: relative;
  line-height: 1;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .title01 .titleEn {
    font-size: 3.8rem;
  }
}
.title01 .titleEn::after {
  content: "";
  position: absolute;
  background-color: #9d7f25;
  height: 0.1rem;
  width: 8rem;
  left: calc(50% - 4rem);
  bottom: 0;
}
.title01 .titleJa {
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  letter-spacing: 0.05rem;
  padding-top: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .title01 .titleJa {
    padding-top: 1.2rem;
  }
}

.directText {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .directText {
    padding-top: 4rem;
  }
}
.directText p {
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .directText p {
    text-align: center;
  }
}

/* ボタン
---------------------------------------------- */
.entryBtn {
  max-width: 45rem;
  width: 100%;
}
.entryBtn a {
  padding: 2rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 0.8rem;
}
@media screen and (max-width: 768px) {
  .entryBtn a {
    padding: 1.6rem;
  }
}
.entryBtn a .fa-solid {
  font-size: 2.8rem;
  color: #fff;
  padding-right: 1.5rem;
}
@media screen and (max-width: 768px) {
  .entryBtn a .fa-solid {
    font-size: 2.2rem;
    padding-right: 1rem;
  }
}
.entryBtn a .text {
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
  padding-right: 2.6rem;
}
@media screen and (max-width: 768px) {
  .entryBtn a .text {
    font-size: 1.6rem;
  }
}
.entryBtn a .arrowIcon svg {
  color: #fff;
  width: 2.6rem;
  height: 0.6rem;
  position: absolute;
  right: 2rem;
  top: calc(50% - 0.3rem);
}

.btn {
  max-width: 450px;
  text-align: center;
  margin: 0 auto;
}
.btn a,
.btn button {
  width: 100%;
  font-size: 2rem;
  line-height: 1.4;
  display: inline-block;
  position: relative;
  padding: 2rem;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 0.8rem;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .btn a,
  .btn button {
    font-size: 1.8rem;
    padding: 1.5rem 0;
  }
}
.btn a:hover,
.btn button:hover {
  opacity: 0.8;
}
.btn a .text,
.btn button .text {
  padding-right: 2rem;
}
.btn a svg,
.btn button svg {
  width: 2.6rem;
  height: 0.6rem;
  position: absolute;
  right: 2rem;
  top: calc(50% - 0.3rem);
}
@media screen and (max-width: 768px) {
  .btn a svg,
  .btn button svg {
    right: 1.5rem;
  }
}
.btn.smallBtn a,
.btn.smallBtn button {
  max-width: 400px;
  font-size: 2rem;
  padding: 2rem;
}
.btn.smallBtn a svg,
.btn.smallBtn button svg {
  bottom: 0;
  top: 50%;
  margin-top: -3px;
}
.btn.backBtn .text {
  padding: 0 0 0 2rem;
}
.btn.backBtn svg {
  right: auto;
  left: 2rem;
  transform: rotateY(180deg);
}

.backBtn a,
.backBtn button,
.greenBtn a,
.greenBtn button,
.goldBtn a,
.goldBtn button {
  background: transparent;
  overflow: hidden;
  z-index: 0;
}
.backBtn a::before, .backBtn a::after,
.backBtn button::before,
.backBtn button::after,
.greenBtn a::before,
.greenBtn a::after,
.greenBtn button::before,
.greenBtn button::after,
.goldBtn a::before,
.goldBtn a::after,
.goldBtn button::before,
.goldBtn button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.backBtn a::before,
.backBtn button::before,
.greenBtn a::before,
.greenBtn button::before,
.goldBtn a::before,
.goldBtn button::before {
  transition: all 0.6s;
  z-index: -1;
}
.backBtn a::after,
.backBtn button::after,
.greenBtn a::after,
.greenBtn button::after,
.goldBtn a::after,
.goldBtn button::after {
  z-index: -2;
}
.backBtn a:hover,
.backBtn button:hover,
.greenBtn a:hover,
.greenBtn button:hover,
.goldBtn a:hover,
.goldBtn button:hover {
  opacity: 1;
}
.backBtn a:hover::before,
.backBtn button:hover::before,
.greenBtn a:hover::before,
.greenBtn button:hover::before,
.goldBtn a:hover::before,
.goldBtn button:hover::before {
  opacity: 0;
}

.backBtn a::before,
.backBtn button::before {
  background: linear-gradient(135deg, #4a4a4a, #6e6e6e, #8a8a8a, #b0b0b0);
}
.backBtn a::after,
.backBtn button::after {
  background: linear-gradient(135deg, #b0b0b0, #8a8a8a, #6e6e6e, #4a4a4a);
}

.greenBtn a::before,
.greenBtn button::before {
  background: linear-gradient(135deg, #2c4630, #3e7046, #62a268, #7ba76f);
}
.greenBtn a::after,
.greenBtn button::after {
  background: linear-gradient(135deg, #7ba76f, #62a268, #3e7046, #2c4630);
}

.goldBtn a::before,
.goldBtn button::before {
  background: linear-gradient(135deg, #6c5620, #9d7f25, #b59b4c);
}
.goldBtn a::after,
.goldBtn button::after {
  background: linear-gradient(135deg, #b59b4c, #9d7f25, #6c5620);
}

/* ローディングアニメーション
---------------------------------------------- */
#loading {
  width: 100vw;
  height: 100dvh;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loadingText {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.2rem;
  color: #000;
  letter-spacing: 5px;
}
#loadingText span {
  transform: translate3d(0, 0, 0);
  animation: bounce 1.5s infinite both;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#loadingText span:nth-child(1) {
  text-transform: uppercase;
  color: #9d7f25;
}
#loadingText span:nth-child(2) {
  animation-delay: 0.1s;
}
#loadingText span:nth-child(3) {
  animation-delay: 0.2s;
}
#loadingText span:nth-child(4) {
  animation-delay: 0.3s;
}
#loadingText span:nth-child(5) {
  animation-delay: 0.4s;
}
#loadingText span:nth-child(6) {
  animation-delay: 0.5s;
}
#loadingText span:nth-child(7) {
  animation-delay: 0.6s;
}
#loadingText span:nth-child(8) {
  animation-delay: 0.7s;
}
#loadingText span:nth-child(9) {
  animation-delay: 0.8s;
}
#loadingText span:nth-child(10) {
  animation-delay: 0.9s;
}

@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  40% {
    transform: translateY(-30px);
  }
  80%, 100% {
    transform: translateY(0px);
  }
}
/* ヘッダー
---------------------------------------------- */
#header {
  width: 100%;
  position: fixed;
  z-index: 10000;
  transition: 0.4s ease-out;
}
#header #headerContainer {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #header #headerContainer {
    height: 5.5rem;
  }
}
#header #headerInner {
  position: relative;
  width: 100%;
  padding: 1.5rem 0 0 1.6rem;
}
@media screen and (min-width: 769px) {
  #header #headerInner {
    display: flex;
    align-items: center;
    height: 8rem;
    padding: 1.8rem 3rem 0;
  }
}
@media screen and (max-width: 320px) {
  #header #headerInner {
    padding-top: 2rem;
  }
}
#header #headerLogo a {
  display: inline-block;
}
#header #headerLogo svg {
  max-width: 18rem;
  height: 3.5rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #header #headerLogo svg {
    width: 13rem;
    height: 3rem;
  }
}
@media screen and (max-width: 320px) {
  #header #headerLogo svg {
    width: 11rem;
  }
}
#header.changeColor #headerLogo svg {
  color: #000;
  transition: 0.4s ease-out;
}
#header .entryHeaderBtn {
  position: absolute;
  top: 1.9rem;
  right: 18rem;
}
@media screen and (max-width: 768px) {
  #header .entryHeaderBtn {
    top: 1rem;
    right: 12.5rem;
  }
}
#header .entryHeaderBtn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 6rem;
  height: 6rem;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.16;
  border-radius: 0.6rem;
}
@media screen and (max-width: 768px) {
  #header .entryHeaderBtn a {
    width: 4.5rem;
    height: 4.5rem;
    font-size: 0.8rem;
    line-height: 1.2;
  }
}
#header .entryHeaderBtn a .fa-solid {
  font-size: 2.2rem;
  padding-top: 0.6rem;
}
@media screen and (max-width: 768px) {
  #header .entryHeaderBtn a .fa-solid {
    font-size: 1.6rem;
    padding-top: 0.4rem;
  }
}
#header .entryHeaderBtn.greenBtn {
  right: 10.5rem;
}
@media screen and (max-width: 768px) {
  #header .entryHeaderBtn.greenBtn {
    right: 7rem;
  }
}
#header #menuBtn {
  position: absolute;
  top: 1.9rem;
  right: 3rem;
  width: 6rem;
  height: 6rem;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  #header #menuBtn {
    top: 1rem;
    right: 1.6rem;
    width: 4.5rem;
    height: 4.5rem;
  }
}
#header #menuBtn a {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #595757;
  text-align: center;
  display: block;
  border-radius: 0.6rem;
}
#header #menuBtn a span {
  position: absolute;
  height: 0.1rem;
  transition: all 0.4s;
  left: 1rem;
  background-color: #fff;
  transform-origin: center;
}
@media screen and (max-width: 768px) {
  #header #menuBtn a span {
    left: 0.8rem;
  }
}
#header #menuBtn a span:nth-child(1) {
  width: 4rem;
  top: 1.8rem;
}
@media screen and (max-width: 768px) {
  #header #menuBtn a span:nth-child(1) {
    width: 3rem;
    top: 1.4rem;
  }
}
#header #menuBtn a span:nth-child(2) {
  width: 2.8rem;
  top: 3rem;
}
@media screen and (max-width: 768px) {
  #header #menuBtn a span:nth-child(2) {
    width: 2rem;
    top: 2.3rem;
  }
}
#header #menuBtn a span:nth-child(3) {
  width: 3.5rem;
  top: 4.2rem;
}
@media screen and (max-width: 768px) {
  #header #menuBtn a span:nth-child(3) {
    width: 2.5rem;
    top: 3.2rem;
  }
}
#header #menuBtn .open {
  background-color: transparent;
}
#header #menuBtn .open span {
  background-color: #000;
  left: 1rem;
}
@media screen and (max-width: 768px) {
  #header #menuBtn .open span {
    left: 0.8rem;
  }
}
#header #menuBtn .open span:nth-child(1) {
  transform: translateY(1.2rem) rotate(-40deg);
}
@media screen and (max-width: 768px) {
  #header #menuBtn .open span:nth-child(1) {
    transform: translateY(0.8rem) rotate(-40deg);
  }
}
#header #menuBtn .open span:nth-child(2) {
  opacity: 0;
}
#header #menuBtn .open span:nth-child(3) {
  width: 4rem;
  top: 4.3rem;
  transform: translateY(-1.2rem) rotate(40deg);
}
@media screen and (max-width: 768px) {
  #header #menuBtn .open span:nth-child(3) {
    width: 3rem;
    top: 3.1rem;
    transform: translateY(-0.8rem) rotate(40deg);
  }
}
#header #mainMenu {
  position: fixed;
  width: 59rem;
  height: 100%;
  top: 0;
  right: -59rem;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  #header #mainMenu {
    width: 85%;
    right: -100%;
  }
}
@media screen and (max-width: 320px) {
  #header #mainMenu {
    width: 90%;
  }
}
#header #mainMenu.open {
  right: 0;
  background-color: #DDD;
}
#header #mainMenu #mainMenuWrap {
  max-width: 45rem;
  margin: 25% auto 0;
}
@media screen and (max-width: 768px) {
  #header #mainMenu #mainMenuWrap {
    max-width: 100%;
    padding: 0 2rem;
    margin-top: 20%;
  }
}
#header #mainMenu #mainMenuWrap #menuList li {
  position: relative;
  color: #fff;
  border-bottom: 1px solid #000;
}
#header #mainMenu #mainMenuWrap #menuList li a {
  padding: 1.8rem 0.8rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #header #mainMenu #mainMenuWrap #menuList li a {
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 320px) {
  #header #mainMenu #mainMenuWrap #menuList li a {
    padding: 1.5rem 0.3rem;
  }
}
#header #mainMenu #mainMenuWrap #menuList li a:hover {
  opacity: 0.6;
}
#header #mainMenu #mainMenuWrap #menuList li a .en {
  font-family: "Jost", sans-serif;
  font-weight: 200;
  font-size: 2.2rem;
  letter-spacing: 0.06rem;
  padding-right: 1rem;
}
@media screen and (max-width: 320px) {
  #header #mainMenu #mainMenuWrap #menuList li a .en {
    padding-right: 0.6rem;
  }
}
#header #mainMenu #mainMenuWrap #menuList li a .ja {
  font-size: 1.4rem;
  letter-spacing: 0.06rem;
}
#header #mainMenu #mainMenuWrap #menuList li a .fa-solid {
  font-size: 1.2rem;
  margin-left: auto;
}
#header #mainMenu #mainMenuWrap .entryBtn {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  #header #mainMenu #mainMenuWrap .entryBtn {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 320px) {
  #header #mainMenu #mainMenuWrap .entryBtn a .text {
    font-size: 1.7rem;
  }
  #header #mainMenu #mainMenuWrap .entryBtn a .fa-solid {
    font-size: 2.2rem;
  }
}
#header #mainMenu #mainMenuWrap .textLink {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.8rem;
}
#header #mainMenu #mainMenuWrap .textLink li {
  font-size: 1.4rem;
}
#header #mainMenu #mainMenuWrap .textLink li:not(:last-of-type) {
  margin-right: 1.8rem;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.overlay.open {
  display: block;
  cursor: pointer;
}

/* 中ページメインビジュアル
---------------------------------------------- */
.pageHeader {
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 30rem;
  padding-top: 4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pageHeader {
    height: 20rem;
    padding-top: 5rem;
  }
}
.pageHeader::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(74, 74, 74, 0.6);
}
.pageHeader--top {
  background-image: url("../../top/images/mainImage.jpg");
}
.pageHeader--service {
  background-image: url("../../service/images/mainImage.jpg");
}
.pageHeader--company {
  background-image: url("../../company/images/mainImage.jpg");
}
.pageHeader--contact {
  background-image: url("../../contact/images/mainImage.jpg");
}
.pageHeader--entry {
  background-image: url("../../entry/images/mainImage.jpg");
}
.pageHeader--member {
  background-image: url("../../member/images/mainImage.jpg");
}
.pageHeader--privacy {
  background-image: url("../../privacy/images/mainImage.jpg");
}
.pageHeader--terms {
  background-image: url("../../terms/images/mainImage.jpg");
}
.pageHeader .inner {
  margin-bottom: 0 !important;
}
.pageHeader .ja,
.pageHeader .en {
  position: relative;
  z-index: 10;
  text-align: center;
}
.pageHeader .en {
  font-size: 7.2rem;
  line-height: 1em;
  font-family: "Jost", sans-serif;
  font-weight: 200;
  color: #ccc;
  border-bottom: #ccc 1px solid;
}
@media screen and (max-width: 768px) {
  .pageHeader .en {
    font-size: 4.5rem;
    letter-spacing: 0.15rem;
  }
}
.pageHeader .ja {
  color: #fff;
  font-size: 2rem;
  font-family: "Shippori Mincho", serif;
  padding-top: 0.7rem;
}
@media screen and (max-width: 768px) {
  .pageHeader .ja {
    font-size: 1.7rem;
    padding-top: 0.5rem;
  }
}

/* パンくず
---------------------------------------------- */
#roadnavWrap #roadnav {
  padding: 1.4rem 0;
  font-size: 1.4rem;
}
#roadnavWrap #roadnav ul {
  display: flex;
  flex-wrap: wrap;
}
#roadnavWrap #roadnav ul li {
  line-height: 1.5;
}
#roadnavWrap #roadnav ul li a {
  display: inline-block;
  text-decoration: underline;
}

/* 利用規約
---------------------------------------------- */
#temrsArea section {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  #temrsArea section {
    margin-bottom: 3rem;
  }
}
#temrsArea h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
#temrsArea li,
#temrsArea p {
  font-size: 1.6rem;
  line-height: 1.8;
}
#temrsArea ol li {
  text-indent: -1.8rem;
  padding-left: 1.8rem;
}
#temrsArea ol li:not(:last-of-type) {
  margin-bottom: 1rem;
}
#temrsArea ol li ol li {
  text-indent: -2.4rem;
  padding-left: 2.4rem;
}

/* ページャー
---------------------------------------------- */
.pager {
  margin-top: 2rem;
}
.pager .number {
  display: none;
}
.pager ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
.pager ul li {
  min-width: 3rem;
  font-size: 1.6rem;
  line-height: 2;
  position: relative;
  margin-top: 1rem;
}
.pager ul li:hover {
  opacity: 0.8;
}
.pager ul li:not(.prev, .next):before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ecd318;
  transform: scale(0, 1);
}
.pager ul li:not(:last-child) {
  margin-right: 1rem;
}
.pager ul li.currentpage::before {
  transform: scale(1, 1);
}
.pager ul li a {
  display: block;
}
.pager ul li.prev,
.pager ul li.next {
  position: relative;
  color: transparent;
}
.pager ul li.prev::before,
.pager ul li.next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  margin: auto;
}
.pager ul li.prev.disabled::before,
.pager ul li.next.disabled::before {
  border-color: #c9c9c9;
}
.pager ul li.prev > a,
.pager ul li.next > a {
  color: transparent;
}
.pager ul li.prev {
  margin-right: 0;
}
.pager ul li.prev::before {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
.pager ul li.next {
  margin-left: -1rem;
}
.pager ul li.next::before {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

/* ページトップボタン
---------------------------------------------- */
#pageTopBtn {
  position: fixed;
  width: 8rem;
  height: 8rem;
  bottom: 3rem;
  right: 2rem;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  #pageTopBtn {
    width: 6rem;
    height: 6rem;
    right: 1rem;
  }
}
#pageTopBtn img {
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
}

/* 会社一覧、お知らせ一覧
---------------------------------------------- */
.listArea .title01 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .listArea .title01 {
    margin-bottom: 2.5rem;
  }
}
.listArea .listBox {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .listArea .listBox {
    gap: 2.5rem;
  }
}
.listArea .listBox .box {
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0.6rem;
}
@media screen and (min-width: 769px) {
  .listArea .listBox .box {
    width: 31.4%;
    margin: 0;
  }
}
@media screen and (min-width: 1079px) {
  .listArea .listBox .box {
    width: 23.5%;
  }
}
.listArea .listBox .box a {
  display: block;
  background-color: #fff;
  border-radius: 0.6rem;
}
.listArea .listBox .box .image {
  text-align: center;
}
.listArea .listBox .box .image img {
  aspect-ratio: 16/8.6;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
}
.listArea .listBox .box .textBox {
  padding: 1.6rem 2rem;
}
.listArea .listBox .box .name,
.listArea .listBox .box li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.listArea .listBox .box .name {
  font-size: 1.6rem;
  padding-bottom: 0.4rem;
}
.listArea .listBox .box li {
  font-size: 1.4rem;
  color: #595757;
}
.listArea .listBox .box li:not(:last-child) {
  padding-bottom: 0.2rem;
}

/* フッター
---------------------------------------------- */
#footer {
  background-color: #595757;
  padding: 7.7rem 0;
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 5rem 0;
  }
}
#footer #footerContent {
  display: flex;
}
@media screen and (max-width: 768px) {
  #footer #footerContent {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #footer #footerContent #footerLeft {
    padding-bottom: 2rem;
  }
}
#footer #footerContent #footerLeft a {
  color: #fff;
}
#footer #footerContent #footerLeft a .logoIcon svg {
  width: 15rem;
  height: 3.9rem;
}
@media screen and (max-width: 768px) {
  #footer #footerContent #footerLeft a .logoIcon svg {
    width: 12rem;
    height: 3.4rem;
  }
}
#footer #footerContent #footerLeft a p {
  font-family: "Jost", sans-serif;
  font-weight: 200;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  padding: 0.9rem 1.65rem 0.85rem 0;
  border-bottom: 1px solid #AAA;
  margin-bottom: 1.05rem;
}
#footer #footerContent #footerLeft h3 {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 769px) {
  #footer #footerContent #footerRight {
    margin-left: auto;
  }
}
#footer #footerContent #footerRight .entryBtn {
  max-width: 25rem;
}
@media screen and (min-width: 769px) {
  #footer #footerContent #footerRight .entryBtn {
    margin-left: auto;
  }
}
#footer #footerContent #footerRight .entryBtn a {
  padding: 1.3rem 1rem;
}
#footer #footerContent #footerRight .entryBtn a .fa-solid {
  font-size: 2.2rem;
}
#footer #footerContent #footerRight .entryBtn a .text {
  font-size: 1.6rem;
}
#footer #footerContent #footerRight #footerLink {
  display: flex;
  margin: 1rem 0;
}
@media screen and (min-width: 769px) {
  #footer #footerContent #footerRight #footerLink {
    justify-content: flex-end;
  }
}
#footer #footerContent #footerRight #footerLink li a {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
}
#footer #footerContent #footerRight #footerLink li:not(:last-of-type) {
  margin-right: 1rem;
}
@media screen and (max-width: 320px) {
  #footer #footerContent #footerRight #footerLink li:not(:last-of-type) {
    margin-right: 0.9rem;
  }
}
#footer #footerContent #footerRight .copyright {
  display: block;
  font-family: "Jost", sans-serif;
  font-weight: 200;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #footer #footerContent #footerRight .copyright {
    margin: 2rem 0 0;
    width: 100%;
    text-align: left;
  }
}

/* フェードイン
---------------------------------------------- */
.fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.in {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}/*# sourceMappingURL=styles.css.map */