@charset "UTF-8";
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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*/
  font-size: 16px;
}

/* 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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 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: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          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;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

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

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* =============================================
アニメーション用
============================================= */
.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

#page-top.floatAnime {
  background: url("../img/mouse.webp") no-repeat center;
  background-size: contain;
  width: 230px;
  height: 230px;
  animation: floatAnime 2s linear infinite;
}
@media (max-width: 1300px) {
  #page-top.floatAnime {
    width: 18.2291666667vw;
    height: 18.2291666667vw;
  }
}
@media (max-width: 768px) {
  #page-top.floatAnime {
    width: 19.53125vw;
    height: 19.53125vw;
    right: 0;
    bottom: 0;
  }
}

@keyframes floatAnime {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  25% {
    transform: translateX(-6px);
    opacity: 1;
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(6px);
    opacity: 1;
  }
}
.fadeUp {
  opacity: 0;
  transform: translateY(15px);
}

.fadeUp.show-fadeUp {
  animation: fadeUp 1.2s ease-in-out forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeIn1 {
  opacity: 0;
}

.fadeIn1.show-fadeIn1 {
  animation: fadeIn 1.1s ease-in-out forwards;
}

.fadeIn2 {
  opacity: 0;
}

.fadeIn2.show-fadeIn2 {
  animation: fadeIn 1.1s 0.6s ease-in-out forwards;
}

.fadeIn3 {
  opacity: 0;
}

.fadeIn3.show-fadeIn3 {
  animation: fadeIn 1.1s 1.1s ease-in-out forwards;
}

.fadeIn4 {
  opacity: 0;
}

.fadeIn4.show-fadeIn4 {
  animation: fadeIn 1.1s 1.7s ease-in-out forwards;
}

.fadeIn5 {
  opacity: 0;
}

.fadeIn5.show-fadeIn5 {
  animation: fadeIn 0.8s ease forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bound1 {
  opacity: 0;
}

.bound1.show-bound1 {
  animation: bound 2s 0.6s linear forwards;
}

.bound2 {
  opacity: 0;
}

.bound2.show-bound2 {
  animation: bound 2s 1s linear forwards;
}

.bound3 {
  opacity: 0;
}

.bound3.show-bound3 {
  animation: bound 2s 1.6s linear forwards;
}

@keyframes bound {
  0% {
    transform: translate(0%, -48%);
    opacity: 0;
  }
  30% {
    transform: translate(0%, 0%) scale(0.95);
  }
  40% {
    transform: translate(0%, -12%);
    opacity: 1;
  }
  55% {
    transform: translate(0%, 0%) scale(0.95);
  }
  60% {
    transform: translate(0%, -6%);
  }
  70% {
    transform: translate(0%, 0%) scale(0.95);
  }
  75% {
    transform: translate(0%, -2.4%);
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@font-face {
  font-family: "Noto Sans CJK JP";
  src: url("../font/NotoSansCJKjp-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans CJK JP";
  src: url("../font/NotoSansCJKjp-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans CJK JP";
  src: url("../font/NotoSansCJKjp-DemiLight.otf") format("opentype");
  font-weight: 350;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans CJK JP";
  src: url("../font/NotoSansCJKjp-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans CJK JP";
  src: url("../font/NotoSansCJKjp-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans CJK JP";
  src: url("../font/NotoSansCJKjp-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans CJK JP";
  src: url("../font/NotoSansCJKjp-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Tangerine";
  src: url("../font/Tangerine-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Tangerine";
  src: url("../font/Tangerine-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* =============================================
サイズ基準
============================================= */
:root {
  margin: 1px;
  padding: 1px;
  font-size: 1px;
  gap: 1px;
}
@media (max-width: 1880px) {
  :root {
    margin: 0.0531914894vw;
    padding: 0.0531914894vw;
    font-size: 0.0531914894vw;
    gap: 0.0531914894vw;
  }
}
@media (max-width: 768px) {
  :root {
    margin: 0.1302083333vw;
    padding: 0.1302083333vw;
    font-size: 0.1302083333vw;
    gap: 0.1302083333vw;
  }
}
@media (max-width: 480px) {
  :root {
    margin: 0.2272727273vw;
    padding: 0.2272727273vw;
    font-size: 0.2272727273vw;
    gap: 0.2272727273vw;
  }
}

html, body {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
}

/* =============================================
フォント種類
============================================= */
/* =============================================
全体に対して
============================================= */
html {
  scroll-behavior: smooth;
  overscroll-behavior: auto;
}

body {
  overflow-x: hidden;
  background-image: url(../img/background.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: repeat-y;
  color: #4a4a4a;
  font-feature-settings: normal;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 23rem;
  line-height: 1.8695652174;
}
body.no-scroll {
  height: 100%;
  overflow: hidden;
}

/* =============================================
htmlタグに対して
============================================= */
a {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}
a:hover {
  color: #888;
}

li {
  list-style-type: none;
}

img {
  max-width: 100%;
}

/* =============================================
各所共通で使う用
============================================= */
.container {
  padding: 0 5%;
  margin-left: auto;
  margin-right: auto;
}

.hidden {
  display: none !important;
}

.sectionCommon {
  padding: 64rem 0;
}
@media (max-width: 480px) {
  .sectionCommon {
    padding: 32rem 0;
  }
}
.sectionCommon__enTitle {
  font-family: "Tangerine", cursive;
  font-size: 49rem;
  font-weight: 400;
  line-height: 1.387755102;
  text-align: center;
}
@media (max-width: 480px) {
  .sectionCommon__enTitle {
    font-size: 24rem;
  }
}
.sectionCommon__jpTitle {
  color: #9b9188;
  font-size: 60rem;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media (max-width: 480px) {
  .sectionCommon__jpTitle {
    font-size: 28rem;
  }
}

/* =============================================
レスポンシブ対応用
============================================= */
.pc {
  display: block !important;
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.tab {
  display: none !important;
}
@media (max-width: 768px) {
  .tab {
    display: block !important;
  }
}

.tab-inline {
  display: none !important;
}
@media (max-width: 768px) {
  .tab-inline {
    display: inline !important;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 480px) {
  .sp {
    display: block !important;
  }
}

.sp-inline {
  display: none !important;
}
@media (max-width: 480px) {
  .sp-inline {
    display: inline !important;
  }
}

@media (max-width: 768px) {
  .noTab {
    display: none !important;
  }
}

/* =============================================
フレックス要素用
============================================= */
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-low {
  display: flex;
  flex-wrap: wrap;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.flex-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

/* =============================================
固定表示用
============================================= */
.fixed {
  position: fixed !important;
  width: 100%;
  z-index: 9999;
  top: 0;
  transition: top 0.3s ease-in-out;
}

.hidden {
  opacity: 0; /* 非表示状態 */
}

/* =============================================
ボタンで表示・非表示JSで値操作
============================================= */
[data-display=hide] {
  display: none;
}

[data-display=show] {
  display: block;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header__ham {
  position: absolute;
  top: 4vw;
  right: 4vw;
  width: 13.9322916667vw;
  height: 13.9322916667vw;
  background-color: #d1af6f;
}
.header__ham.hamActive {
  background: none;
}

@media (max-width: 768px) {
  .hamburger {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20%;
    position: relative;
    height: 100%;
    padding: 0 12%;
    z-index: 100;
    aspect-ratio: 1/1;
  }
}
@media (max-width: 480px) {
  .hamburger {
    gap: 12rem;
    padding: 4rem 8% 8rem;
  }
}
.hamburger__horizontal {
  width: 100%;
  height: 0.5208333333vw;
  background-color: #fff;
}
.hamburger__horizontal:nth-of-type(1), .hamburger__horizontal:nth-of-type(2) {
  transition: 0.3s all ease-in-out;
}
.hamburger__horizontal.hamBarActive:nth-of-type(1), .hamburger__horizontal.hamBarActive:nth-of-type(2) {
  width: 90% !important;
}
.hamburger__horizontal.hamBarActive:nth-of-type(1) {
  transform: rotate(45deg) translateY(20rem);
}
@media (max-width: 480px) {
  .hamburger__horizontal.hamBarActive:nth-of-type(1) {
    transform: rotate(45deg) translateY(8px);
  }
}
.hamburger__horizontal.hamBarActive:nth-of-type(2) {
  transform: rotate(-45deg) translateY(-20rem);
}
@media (max-width: 480px) {
  .hamburger__horizontal.hamBarActive:nth-of-type(2) {
    transform: rotate(-45deg) translateY(-8px);
  }
}
.hamburger__horizontal.hamBarActive:nth-of-type(3) {
  background-color: transparent !important;
  background-image: none !important;
}

.hamNav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #d1af6f;
  color: #fff;
  transition: 0.6s all ease-out;
  z-index: 90;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .hamNav {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.hamNav-active {
  left: 0 !important;
}

@media (max-width: 768px) {
  .navList {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 80rem;
  }
}
@media (max-width: 480px) {
  .navList {
    gap: 40rem;
  }
}
.navList li a span {
  position: relative;
}
@media (max-width: 768px) {
  .navList li a span {
    width: 100%;
    font-size: 30rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .navList li a span {
    font-size: 24rem;
  }
}

.home {
  margin-bottom: 100rem;
}
@media (max-width: 768px) {
  .home {
    margin-bottom: 16px;
  }
}
.home__image {
  width: 64%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .home__image {
    width: 100%;
  }
}

.message {
  margin-bottom: 120rem;
}
@media (max-width: 768px) {
  .message {
    margin-bottom: 40rem;
  }
}
@media (max-width: 480px) {
  .message {
    margin-bottom: 24rem;
  }
}
.message__main {
  margin-bottom: 64rem;
  color: #9b9188;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: 60rem;
  line-height: 1.3833333333;
  text-align: center;
}
@media (max-width: 768px) {
  .message__main {
    font-size: 54rem;
  }
}
@media (max-width: 480px) {
  .message__main {
    margin-bottom: 32px;
    font-size: 28rem;
  }
}
.message__salary {
  display: flex;
  justify-content: center;
  gap: 40rem;
  margin-bottom: 80rem;
}
@media (max-width: 768px) {
  .message__salary {
    flex-direction: column-reverse;
    margin-bottom: 40rem;
  }
}
@media (max-width: 480px) {
  .message__salary {
    margin-bottom: 32px;
  }
}
.message__salary-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
@media (max-width: 768px) {
  .message__salary-item {
    gap: 8rem;
  }
}
.message__salary-item--title {
  display: inline-block;
  width: 90%;
  margin: 0 auto;
  background-color: #897666;
  color: #fff;
  font-size: 46rem;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .message__salary-item--title {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .message__salary-item--title {
    font-size: 24rem;
  }
}
.message__salary-item--value {
  font-size: 60rem;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
}
@media (max-width: 480px) {
  .message__salary-item--value {
    font-size: 28rem;
  }
}
.message__salary-item--value span {
  color: #d1af6f;
}
.message__salary-item--value span:first-child {
  font-size: 94rem;
  line-height: 1;
}
@media (max-width: 480px) {
  .message__salary-item--value span:first-child {
    font-size: 46rem;
  }
}
.message__salary-item--value span:last-child {
  font-size: 60rem;
}
@media (max-width: 480px) {
  .message__salary-item--value span:last-child {
    font-size: 28rem;
  }
}
.message__text {
  margin-bottom: 64rem;
  font-size: 30rem;
  line-height: 1.7333333333;
  text-align: center;
}
@media (max-width: 768px) {
  .message__text {
    font-size: 27rem;
    line-height: 2.5555555556;
  }
}
@media (max-width: 480px) {
  .message__text {
    margin-bottom: 32px;
    font-size: 16rem;
  }
}

.about {
  padding-bottom: 120rem;
  background-color: #f4efe4;
}
@media (max-width: 768px) {
  .about {
    padding-bottom: 40rem;
  }
}
@media (max-width: 480px) {
  .about {
    padding-bottom: 24rem;
  }
}
.about__contentWrapper {
  display: flex;
  flex-direction: column;
  gap: 160rem;
  padding: 40rem 0;
}
@media (max-width: 768px) {
  .about__contentWrapper {
    gap: 100rem;
    padding: 0 0 40rem;
  }
}
@media (max-width: 480px) {
  .about__contentWrapper {
    gap: 80rem;
  }
}
.about__content {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 768px) {
  .about__content {
    width: 100%;
  }
}
.about__content:nth-of-type(odd) {
  flex-direction: row;
  margin-right: 20%;
}
@media (max-width: 768px) {
  .about__content:nth-of-type(odd) {
    flex-direction: column-reverse;
    margin-right: 0;
  }
}
.about__content:nth-of-type(odd) .aboutBox {
  padding-left: 50%;
  padding-right: 8%;
  box-shadow: 10rem 10rem 0 #d8d0ca;
  transform: translateX(-10rem);
}
@media (max-width: 768px) {
  .about__content:nth-of-type(odd) .aboutBox {
    box-shadow: none;
    padding-left: 8%;
    padding-right: 8%;
    transform: none;
  }
}
.about__content:nth-of-type(even) {
  flex-direction: row-reverse;
  margin-left: 20%;
}
@media (max-width: 768px) {
  .about__content:nth-of-type(even) {
    flex-direction: column-reverse;
    margin-left: 0;
  }
}
.about__content:nth-of-type(even) .aboutBox {
  padding-right: 50%;
  padding-left: 8%;
  box-shadow: -10rem 10rem 0 #d8d0ca;
  transform: translateX(10rem);
}
@media (max-width: 768px) {
  .about__content:nth-of-type(even) .aboutBox {
    box-shadow: none;
    padding-right: 8%;
    padding-left: 8%;
    transform: none;
  }
}
.about__content--image {
  width: 30%;
  transform: scale(1.2);
}
@media (max-width: 768px) {
  .about__content--image {
    width: 100%;
    transform: scale(1);
  }
}
.about__content--image img {
  width: 100%;
}
.about__content--container {
  display: inline-flex;
  width: 70%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media (max-width: 768px) {
  .about__content--container {
    width: calc(100% - 16rem);
    margin-left: 16rem;
  }
}
.about__content--container.positionUp {
  transform: translateY(-16%);
}

.aboutBox {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  padding-top: 5%;
  padding-bottom: 5%;
}
@media (max-width: 768px) {
  .aboutBox {
    position: relative;
  }
  .aboutBox::before {
    position: absolute;
    content: "";
    width: 16rem;
    height: 100%;
    background-color: #d8d0ca;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    z-index: -1;
  }
  .aboutBox::after {
    position: absolute;
    content: "";
    width: calc(100% + 16rem);
    height: 16rem;
    background-color: #d8d0ca;
    top: 100%;
    left: -16rem;
    z-index: -1;
  }
}
.aboutBox__title {
  color: #9b9188;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: 49rem;
  letter-spacing: 0.2em;
}
@media (max-width: 480px) {
  .aboutBox__title {
    font-size: 24rem;
  }
}
.aboutBox__text {
  font-size: 23rem;
  letter-spacing: 0.1em;
}
@media (max-width: 480px) {
  .aboutBox__text {
    font-size: 16rem;
  }
}

.interview__image {
  width: 36%;
  margin: 0 auto 80rem;
}
@media (max-width: 768px) {
  .interview__image {
    width: 92%;
  }
}
@media (max-width: 480px) {
  .interview__image {
    margin: 0 auto 32rem;
  }
}
.interview__image img {
  width: 100%;
}
.interview__list {
  width: 48%;
  margin: 0 auto 100rem;
}
@media (max-width: 768px) {
  .interview__list {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .interview__list {
    margin: 0 auto 32rem;
  }
}
.interview__item {
  margin-bottom: 48rem;
}
@media (max-width: 480px) {
  .interview__item {
    margin-bottom: 32rem;
  }
}
.interview__item:last-child {
  margin-bottom: 0;
}
.interview__item--question {
  margin-bottom: 0.4em;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: 37rem;
  letter-spacing: 0.2em;
  color: #9b9188;
  position: relative;
}
@media (max-width: 768px) {
  .interview__item--question {
    margin-bottom: 0.8em;
    text-align: center;
    line-height: 1.3783783784;
  }
}
@media (max-width: 480px) {
  .interview__item--question {
    font-size: 18rem;
    margin-bottom: 12rem;
  }
}
.interview__item--question::before {
  content: "";
  position: absolute;
  width: 100rem;
  height: 1.6rem;
  top: 50%;
  left: -8rem;
  transform: translate(-100%, -50%);
  background-color: #9b9188;
}
@media (max-width: 768px) {
  .interview__item--question::before {
    content: none;
  }
}
.interview__item--answer {
  color: #666;
  font-size: 23rem;
}
@media (max-width: 480px) {
  .interview__item--answer {
    font-size: 14rem;
  }
}

.recruit {
  background-color: #f4efe4;
}
.recruit__tabs {
  display: flex;
  justify-content: center;
  gap: 20rem;
  margin: 0 auto 48rem;
  padding: 0 5%;
}
@media (max-width: 768px) {
  .recruit__tabs {
    width: 90%;
    flex-wrap: wrap;
    gap: 24rem 32rem;
    margin: 0 auto 48rem;
  }
}
.recruit__tabs--button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #fff;
  padding: 0.6em 1.2em;
  border-radius: 40rem;
  border: 2rem solid #897666;
}
@media (max-width: 768px) {
  .recruit__tabs--button {
    width: 45%;
    padding: 0.8em 0;
  }
}
.recruit__tabs--button span {
  color: #897666;
  font-size: 13rem;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
  .recruit__tabs--button span {
    font-size: 26rem;
  }
}
@media (max-width: 480px) {
  .recruit__tabs--button span {
    font-size: 16rem;
  }
}
.recruit__tabs--button.is-active {
  background-color: #e8ddd4;
}
.recruit__contents {
  width: 72%;
  max-width: 1073px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .recruit__contents {
    width: 100%;
  }
}
.recruit__contents--item {
  display: none;
  background-color: #fff;
  padding: 16rem 4% 40rem;
}
@media (max-width: 768px) {
  .recruit__contents--item {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .recruit__contents--item {
    width: 94%;
    padding: 16rem 3%;
  }
}
.recruit__contents--item.is-active {
  display: block;
}

.recruitTable {
  width: 100%;
  border-collapse: collapse;
}
.recruitTable__row {
  border-bottom: 1.6px solid #897666;
}
.recruitTable__row:last-child {
  border-bottom: none;
}
.recruitTable__header {
  width: 17.5799086758%;
  text-align: center;
  vertical-align: middle;
  color: #9b9188;
  font-size: 23rem;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
}
@media (max-width: 768px) {
  .recruitTable__header {
    width: 22.5806451613%;
    font-size: 24rem;
  }
}
@media (max-width: 480px) {
  .recruitTable__header {
    font-size: 14rem;
  }
}
.recruitTable__cell {
  width: 82.4200913242%;
  vertical-align: middle;
  padding: 36rem 0 36rem 48rem;
  font-size: 23rem;
}
@media (max-width: 768px) {
  .recruitTable__cell {
    width: 77.4193548387%;
    padding: 24rem 0 24rem 24rem;
  }
}
@media (max-width: 480px) {
  .recruitTable__cell {
    padding: 16rem 0 16rem 12rem;
    font-size: 14rem;
  }
}
.recruitTable__text, .recruitTable__jobMain--text, .recruitTable__salarySub--text {
  font-size: 23rem;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .recruitTable__text, .recruitTable__jobMain--text, .recruitTable__salarySub--text {
    font-size: 24rem;
  }
}
@media (max-width: 480px) {
  .recruitTable__text, .recruitTable__jobMain--text, .recruitTable__salarySub--text {
    font-size: 14rem;
  }
}
.recruitTable__salaryMain {
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .recruitTable__salaryMain {
    margin-bottom: 0;
  }
}
.recruitTable__salaryMain--text {
  color: #9b9188;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
  font-size: 31rem;
}
@media (max-width: 480px) {
  .recruitTable__salaryMain--text {
    font-size: 24rem;
  }
}
.recruitTable__jobMain {
  margin-bottom: 8rem;
}
.recruitTable__jobSub--text {
  font-size: 18rem;
}
@media (max-width: 480px) {
  .recruitTable__jobSub--text {
    font-size: 12rem;
  }
}

.contact {
  width: 100%;
  padding-top: 120rem;
  padding-bottom: 120rem;
  background-color: #f4efe4;
}
@media (max-width: 768px) {
  .contact {
    padding-top: 64rem;
    padding-bottom: 64rem;
  }
}
.contact__box {
  display: flex;
  flex-direction: column;
  width: 72%;
  max-width: 1048px;
  margin: 0 auto;
  gap: 24rem;
}
.contact__box--inner {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 10fr;
  gap: 32rem;
  padding: 32rem 48rem;
  border-radius: 16rem;
  color: #fff;
}
.contact__box--inner:hover {
  color: #fff;
  transform: translateY(-4rem);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .contact__box--inner {
    margin: 0 auto;
    grid-template-columns: 1fr 5fr;
    padding: 24rem 32rem;
  }
}
@media (max-width: 480px) {
  .contact__box--inner {
    padding: 4% 8%;
    gap: 0;
  }
}
.contact__box--inner.lineBox {
  background-color: #897666;
}
.contact__box--inner.telBox {
  background-color: #c8a66c;
}

.contactIcon {
  width: 100%;
  height: 100%;
}
.contactIcon img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.contactText {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 768px) {
  .contactText {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }
}
.contactText__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .contactText__title.pcTitle {
    display: none;
  }
}
.contactText__title.tabTitle {
  display: none;
}
@media (max-width: 768px) {
  .contactText__title.tabTitle {
    display: flex;
  }
}
@media (max-width: 768px) {
  .contactText__title span {
    line-height: 1;
  }
}
.contactText__title span:first-of-type {
  font-size: 37rem;
}
@media (max-width: 768px) {
  .contactText__title span:first-of-type {
    font-size: 50rem;
  }
}
@media (max-width: 480px) {
  .contactText__title span:first-of-type {
    font-size: 28rem;
  }
}
.contactText__title span:nth-of-type(2) {
  font-size: 32rem;
}
@media (max-width: 768px) {
  .contactText__title span:nth-of-type(2) {
    font-size: 36rem;
  }
}
@media (max-width: 480px) {
  .contactText__title span:nth-of-type(2) {
    font-size: 24rem;
  }
}
.contactText__text {
  display: flex;
  align-items: center;
  gap: 24rem;
}
@media (max-width: 768px) {
  .contactText__text {
    display: none;
  }
}
.contactText__text img {
  width: 5vw;
}
.contactText__text span {
  font-size: 30rem;
}
.contactText__textNumber {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 69rem;
}
@media (max-width: 768px) {
  .contactText__textNumber {
    font-size: 31rem;
    line-height: 1;
  }
}
@media (max-width: 480px) {
  .contactText__textNumber {
    font-size: 22rem;
  }
}

.footer {
  width: 100%;
  padding: 80rem 0;
  background-color: #c9c9c9;
}
@media (max-width: 768px) {
  .footer {
    padding: 56rem 0 32vw;
  }
}
.footer__link--sales {
  display: block;
  width: clamp(100px, 20vw, 465px);
  margin: 0 auto 40rem;
  padding: 1em 0;
  background-color: #e8e8e8;
  text-align: center;
}
@media (max-width: 768px) {
  .footer__link--sales {
    width: clamp(200px, 56vw, 465px);
  }
}
@media (max-width: 480px) {
  .footer__link--sales {
    padding: 0.4em 0;
  }
}
.footer__link--sales span {
  color: #848484;
  font-size: 29rem;
  letter-spacing: 0.05em;
}
@media (max-width: 480px) {
  .footer__link--sales span {
    font-size: 16rem;
  }
}
.footer__link--logo {
  display: block;
  width: clamp(100px, 20vw, 517px);
  margin: 0 auto 40rem;
}
@media (max-width: 768px) {
  .footer__link--logo {
    width: clamp(200px, 64vw, 517px);
  }
}
.footer__copyright {
  color: #fff;
  font-size: 24rem;
  text-align: center;
}
@media (max-width: 768px) {
  .footer__copyright {
    font-size: 20rem;
  }
}
@media (max-width: 480px) {
  .footer__copyright {
    font-size: 14rem;
  }
}

.fixedBottom {
  display: none;
}
@media (max-width: 768px) {
  .fixedBottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    width: 100%;
    bottom: 0;
    left: 0;
    gap: 10%;
    padding: 4% 20%;
    background-color: #95806f;
  }
}
@media (max-width: 768px) {
  .fixedBottom__list {
    width: 32%;
  }
}
@media (max-width: 768px) {
  .fixedBottom__list--link {
    display: flex;
    height: 15.8854166667vw;
    align-items: center;
    justify-content: space-between;
  }
  .fixedBottom__list--link img {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */