@import url(https://use.fontawesome.com/releases/v6.1.0/css/all.css);
@import url(https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700&family=Noto+Serif+JP:wght@400;500;600;700&display=swap);
@charset "UTF-8";
/*! destyle.css v1.0.14 | 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*/
}

/* 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;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  position: relative;
  background-color: #fff;
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.5;
  font-size: clamp(14px, 24 / 1200 * 100 * 1vw, 16px);
  word-break: break-all;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}

.overflow {
  overflow-x: hidden;
}
.overflow--top {
  height: 100%;
  overflow-x: hidden;
}

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

.wrapper {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 1200px) {
  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

dt {
  font-weight: initial;
}

@media screen and (min-width: 768px) {
  [data-display=sp] {
    display: none !important;
  }
}

[data-display=pc] {
  display: none !important;
}
@media screen and (min-width: 768px) {
  [data-display=pc] {
    display: initial !important;
  }
}

.sa {
  opacity: 0;
  transition: all 0.8s ease;
}
.sa.inline {
  display: inline;
}
.sa.show {
  opacity: 1;
  transform: none;
}
.sa--lr {
  transform: translate(-100px, 0);
}
.sa--rl {
  transform: translate(100px, 0);
}
.sa--up {
  transform: translate(0, 100px);
}
.sa--down {
  transform: translate(0, -100px);
}
.sa--scaleUp {
  transform: scale(0.5);
}
.sa--scaleDown {
  transform: scale(1.5);
}
.sa--rotateL {
  transform: rotate(180deg);
}
.sa--rotateR {
  transform: rotate(-180deg);
}

.keyvisual {
  width: 100%;
  height: 100%;
  background-image: url("../images/top/MV01_rev2_sp.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .keyvisual {
    background-image: url("../images/top/MV01.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.keyvisual img {
  max-width: 100%;
  width: 100%;
}
.keyvisual-lower {
  width: 100%;
}
.keyvisual-lower__img {
  display: block;
  width: 100%;
  background-image: url("../images/company/MV02.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 22.5%;
}
.keyvisual-lower__img[data-img=philosophy] {
  background-image: url("../images/philosophy/MV03.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.keyvisual-lower__img[data-img=business] {
  background-image: url("../images/business/MV04.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.keyvisual-lower__img[data-img=recruit] {
  background-image: url("../images/recruit/MV05.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.keyvisual-lower__img[data-img=entry] {
  background-image: url("../images/entry/MV06.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.keyvisual-lower__title {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: clamp(10px, 18 / 1200 * 100 * 1vw, 12px);
  color: #333;
  margin-top: -20px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .keyvisual-lower__title {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1200px) {
  .keyvisual-lower__title {
    font-size: 12px;
  }
}
.keyvisual-lower__title::before {
  font-size: clamp(30px, 90 / 1200 * 100 * 1vw, 60px);
  content: attr(data-text);
  font-family: "EB Garamond", serif;
}
@media screen and (min-width: 1200px) {
  .keyvisual-lower__title::before {
    font-size: 60px;
  }
}
@media screen and (min-width: 768px) {
  .keyvisual-lower__title {
    gap: 20px;
    margin-top: -35px;
  }
}

.recruit-area {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
  padding: 50px 10px;
}
@media screen and (min-width: 768px) {
  .recruit-area {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .recruit-area {
    padding: 100px 0;
    gap: 60px;
  }
}
.recruit-area[data-recruit=bg] {
  background-color: #F1E5D8;
}

.voice-area {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .voice-area {
    padding: 100px 0;
  }
}
.voice-area__inner {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}
@media screen and (min-width: 1200px) {
  .voice-area__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .voice-area__inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .voice-area__inner {
    gap: 60px;
  }
}
.voice-area__content {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .voice-area__content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .voice-area__content {
    gap: 60px;
  }
}

.headline-lv1 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: clamp(10px, 18 / 1200 * 100 * 1vw, 12px);
  color: #333;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .headline-lv1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1200px) {
  .headline-lv1 {
    font-size: 12px;
  }
}
.headline-lv1::before {
  font-size: clamp(28px, 60 / 1200 * 100 * 1vw, 40px);
  content: attr(data-text);
  font-family: "EB Garamond", serif;
}
@media screen and (min-width: 1200px) {
  .headline-lv1::before {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) {
  .headline-lv1 {
    gap: 20px;
  }
}
.headline-lv2 {
  font-size: clamp(18px, 36 / 1200 * 100 * 1vw, 24px);
  color: #333;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .headline-lv2 {
    font-size: 24px;
  }
}
.headline-lv2::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.headline-lv2::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.headline-lv2[data-text=center] {
  text-align: center;
}
.headline-lv2--bg {
  display: block;
  line-height: 1.5;
  font-size: clamp(18px, 36 / 1200 * 100 * 1vw, 24px);
  color: #333;
  font-weight: 600;
  background-color: #F1E5D8;
  padding: 10px 20px;
}
.headline-lv2--bg::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.headline-lv2--bg::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (min-width: 1200px) {
  .headline-lv2--bg {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .headline-lv2--bg {
    padding: 20px 40px;
  }
}

.btn-normal {
  display: block;
  width: 100%;
  position: relative;
  font-size: clamp(18px, 30 / 1200 * 100 * 1vw, 20px);
  color: #fff;
  background-color: #76614D;
  font-weight: 600;
  line-height: 1;
  padding: 30px 20px;
  text-align: center;
  transition: 0.3s;
}
@media screen and (min-width: 1200px) {
  .btn-normal {
    font-size: 20px;
  }
}
.btn-normal:hover {
  opacity: 0.8;
}
.btn-normal::before {
  line-height: 1;
  font-size: clamp(16px, 27 / 1200 * 100 * 1vw, 18px);
}
@media screen and (min-width: 1200px) {
  .btn-normal::before {
    font-size: 18px;
  }
}
.btn-normal[data-btn=submit]::before {
  font-display: swap;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f054";
  color: inherit;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
@media screen and (min-width: 768px) {
  .btn-normal[data-btn=submit]::before {
    right: 40px;
  }
}
.btn-normal[data-btn=home]::before {
  font-display: swap;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f053";
  color: inherit;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
@media screen and (min-width: 768px) {
  .btn-normal[data-btn=home]::before {
    left: 40px;
  }
}
.btn-normal[data-btn=back] {
  color: #333;
  background-color: #D9D9D9;
}
.btn-normal[data-btn=back]::before {
  font-display: swap;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f053";
  color: inherit;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
@media screen and (min-width: 768px) {
  .btn-normal[data-btn=back]::before {
    left: 40px;
  }
}
.btn-more {
  display: block;
  text-align: center;
  color: #76614D;
  font-weight: 500;
  line-height: 1;
  padding: 20px 10px;
  border: solid 1px #76614D;
  transition: 0.3s;
}
.btn-more:hover {
  color: #fff;
  background-color: #76614D;
}

.form {
  width: 100%;
}
.form-label, .form-label--req {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5em;
}
.form-label--req:after {
  content: "必須";
  display: inline-block;
  font-size: clamp(10px, 18 / 1200 * 100 * 1vw, 12px);
  font-weight: 500;
  line-height: 1;
  padding: 0.5em 1em;
  color: #fff;
  background-color: #BF0000;
}
@media screen and (min-width: 1200px) {
  .form-label--req:after {
    font-size: 12px;
  }
}
.form-input {
  padding: 1em;
  max-width: 400px;
  width: 100%;
  border: solid 1px #F1E5D8;
}
.form-input::-moz-placeholder {
  color: #F1E5D8;
}
.form-input::placeholder {
  color: #F1E5D8;
}
.form-textarea {
  padding: 1em;
  width: 100%;
  border: solid 1px #F1E5D8;
  resize: vertical;
}
.form-textarea::-moz-placeholder {
  color: #F1E5D8;
}
.form-textarea::placeholder {
  color: #F1E5D8;
}
.form-radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1em;
}
.form-radio__label {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25em;
}
.form-check {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em;
}
.form-link {
  display: inline-flex;
  gap: 0.25em;
  color: #BF0000;
  font-weight: 600;
  text-decoration: underline;
}
.form-link::after {
  font-display: swap;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f0c5";
  color: inherit;
}
.form-link:hover {
  text-decoration: none;
}
.form-btn {
  max-width: 560px;
  width: 100%;
  margin: 60px auto auto;
}
.form-btn--flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 60px auto auto;
}
@media screen and (min-width: 768px) {
  .form-btn--flex {
    flex-wrap: nowrap;
  }
}
.form-btn--flex > * {
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form-btn--flex > * {
    max-width: 490px;
  }
}

.content-recruit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.content-recruit__left {
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .content-recruit__left {
    width: 56.3%;
    margin-right: -12.6%;
  }
}
.content-recruit__right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .content-recruit__right {
    width: 56.3%;
  }
}
.content-recruit__img img {
  width: 100%;
}
.content-recruit__btn {
  width: 300px;
}
.content-recruit__container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
  background-color: #fff;
  padding: 40px;
}
@media screen and (min-width: 768px) {
  .content-recruit__container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .content-recruit__container {
    gap: 60px;
    padding: 80px;
  }
}
.content-recruit__text {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1em;
}
@media screen and (min-width: 768px) {
  .content-recruit__text {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.content-01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .content-01 {
    gap: 40px;
  }
}
.content-01[data-content=reverse] .content-01__right {
  order: 2;
}
@media screen and (min-width: 768px) {
  .content-01[data-content=reverse] .content-01__right {
    order: -1;
  }
}
.content-01__left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .content-01__left {
    width: 50%;
  }
}
.content-01__right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .content-01__right {
    width: calc(50% - 40px);
  }
}
.content-01__img img {
  width: 100%;
}
.content-01__container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .content-01__container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .content-01__container {
    gap: 40px;
  }
}
.content-01__text {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1em;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .content-01__text {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .content-01__text {
    padding: 0 40px;
  }
}
.content-voice {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .content-voice {
    gap: 40px;
  }
}
.content-voice[data-content=reverse] .content-voice__right {
  order: 2;
}
@media screen and (min-width: 768px) {
  .content-voice[data-content=reverse] .content-voice__right {
    order: -1;
  }
}
.content-voice__left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .content-voice__left {
    width: 50%;
  }
}
.content-voice__right {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
  align-items: start;
  width: 100%;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .content-voice__right {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .content-voice__right {
    gap: 60px;
    padding-top: 60px;
    width: calc(50% - 40px);
  }
}
.content-voice__img {
  position: relative;
}
.content-voice__img img {
  width: 100%;
}
.content-voice__img::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: attr(data-text);
  display: inline-block;
  line-height: 1.5;
  font-size: clamp(18px, 36 / 1200 * 100 * 1vw, 24px);
  color: #333;
  font-weight: 600;
  background-color: #F1E5D8;
  padding: 10px 20px;
}
.content-voice__img::before::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.content-voice__img::before::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (min-width: 1200px) {
  .content-voice__img::before {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .content-voice__img::before {
    padding: 20px 40px;
  }
}
.content-voice__container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .content-voice__container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .content-voice__container {
    gap: 40px;
  }
}
.content-voice__text {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1em;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .content-voice__text {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .content-voice__text {
    padding: 0 40px;
  }
}

.nav-header {
  width: 100%;
  position: absolute;
  top: 0;
  display: none;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .nav-header {
    width: auto;
    position: static;
    display: block !important;
  }
}
.nav-header__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .nav-header__inner {
    gap: 40px;
  }
}
.nav-header__inner > * {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .nav-header__inner > * {
    width: auto;
  }
}
.nav-header__btn {
  display: block;
  padding: 10px;
  text-align: center;
  font-size: clamp(10px, 18 / 1200 * 100 * 1vw, 12px);
  transition: 0.3s;
}
@media screen and (min-width: 1200px) {
  .nav-header__btn {
    font-size: 12px;
  }
}
.nav-header__btn:hover {
  opacity: 0.8;
}
.nav-header__btn::before {
  content: attr(data-nav);
  display: block;
  font-size: clamp(14px, 24 / 1200 * 100 * 1vw, 16px);
  font-family: "EB Garamond", serif;
}
@media screen and (min-width: 1200px) {
  .nav-header__btn::before {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .nav-header__btn {
    font-weight: 500;
    padding: 0;
    display: inline-block;
    text-align: center;
  }
}
.nav-header__btn--entry {
  display: block;
  line-height: 1;
  padding: 20px;
  color: #fff;
  background-color: #76614D;
  height: 100%;
  text-align: center;
  transition: 0.3s;
}
.nav-header__btn--entry:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .nav-header__btn--entry {
    padding: 40px;
  }
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.table-01 {
  width: 100%;
  background-color: #fff;
  padding: 40px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .table-01 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .table-01 {
    gap: 30px;
    padding: 80px;
  }
}
.table-01__inner {
  width: 100%;
}
.table-01__title {
  font-size: clamp(18px, 36 / 1200 * 100 * 1vw, 24px);
  color: #333;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .table-01__title {
    font-size: 24px;
  }
}
.table-01__title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.table-01__title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.table-01 tr {
  border-top: solid 1px #F1E5D8;
  border-bottom: solid 1px #F1E5D8;
}
.table-01 tr.border-none {
  border: none;
}
.table-01 th {
  width: 20%;
  padding: 15px 0;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .table-01 th {
    padding: 30px 0;
  }
}
.table-01 td {
  width: 80%;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .table-01 td {
    padding: 30px;
  }
}

.text-regular {
  font-weight: 400;
}
.text-medium {
  font-weight: 500;
}
.text-bold {
  font-weight: 700;
}
.text-red {
  color: #ff0000;
}
.text-center {
  text-align: center;
}

.footer {
  width: 100%;
  padding: 30px 0;
  color: #fff;
  background-color: #76614D;
}
.footer__inner {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 1200px) {
  .footer__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer__copy {
  text-align: center;
  font-size: clamp(12px, 21 / 1200 * 100 * 1vw, 14px);
}
@media screen and (min-width: 1200px) {
  .footer__copy {
    font-size: 14px;
  }
}

.header {
  position: relative;
  width: 100%;
  z-index: 10;
}
.header__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header__left {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header__left {
    width: auto;
  }
}
.header__right {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header__right {
    width: auto;
  }
}
.header__logo {
  color: #333;
  padding: 30px 20px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .header__logo {
    padding: 40px;
  }
}
.header__btn {
  display: inherit;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  z-index: 5;
  font-size: clamp(24px, 36 / 1200 * 100 * 1vw, 24px);
}
@media screen and (min-width: 1200px) {
  .header__btn {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .header__btn {
    display: none;
  }
}
.header__btn::before {
  transition: 0.3s;
  font-display: swap;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f0c9";
  color: inherit;
}
.header__btn.is-open::before {
  font-display: swap;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f00d";
  color: inherit;
}

.top-main {
  width: 100%;
  height: 100%;
}

.business-main__inner {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .business-main__inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .business-main__inner {
    gap: 60px;
  }
}
.business-sec__inner {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}
@media screen and (min-width: 1200px) {
  .business-sec__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .business-sec__inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .business-sec__inner {
    gap: 60px;
  }
}
.business-sec__img img {
  width: 100%;
}
.business-sec__content {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .business-sec__content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .business-sec__content {
    gap: 60px;
  }
}

.recruit-main__inner {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .recruit-main__inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .recruit-main__inner {
    gap: 60px;
  }
}
.recruit-sec {
  padding: 50px 0;
  background-color: #F1E5D8;
}
@media screen and (min-width: 768px) {
  .recruit-sec {
    padding: 100px 0;
  }
}
.recruit-sec__inner {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}
@media screen and (min-width: 1200px) {
  .recruit-sec__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .recruit-sec__inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .recruit-sec__inner {
    gap: 60px;
  }
}
.recruit-sec__btn {
  max-width: 560px;
  width: 100%;
  margin: auto;
}

.company-main__inner {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .company-main__inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .company-main__inner {
    gap: 60px;
  }
}
.company-sec {
  background-color: #F1E5D8;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .company-sec {
    padding: 100px 0;
  }
}

.philosophy-main__inner {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .philosophy-main__inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .philosophy-main__inner {
    gap: 60px;
  }
}
.philosophy-sec__inner {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}
@media screen and (min-width: 1200px) {
  .philosophy-sec__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .philosophy-sec__inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .philosophy-sec__inner {
    gap: 60px;
  }
}
.philosophy-sec__img img {
  width: 100%;
}

.privacy-main__inner {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .privacy-main__inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .privacy-main__inner {
    gap: 60px;
  }
}
.privacy-sec {
  padding: 50px 10px;
  background-color: #F1E5D8;
}
@media screen and (min-width: 768px) {
  .privacy-sec {
    padding: 100px 10px;
  }
}
.privacy-sec__inner {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 40px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .privacy-sec__inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .privacy-sec__inner {
    padding: 80px;
  }
}
.privacy-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .privacy-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.privacy-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.5em;
}
@media screen and (min-width: 768px) {
  .privacy-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.privacy-list > * {
  text-indent: -1em;
  padding-left: 1em;
}

.entry-main__inner {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .entry-main__inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .entry-main__inner {
    gap: 60px;
  }
}
.entry-sec {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .entry-sec {
    padding: 100px 0;
  }
}
.entry-sec--bg {
  padding: 50px 0;
  background-color: #F1E5D8;
}
@media screen and (min-width: 768px) {
  .entry-sec--bg {
    padding: 100px 0;
  }
}
.entry-sec__inner {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}
@media screen and (min-width: 1200px) {
  .entry-sec__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .entry-sec__inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .entry-sec__inner {
    gap: 60px;
  }
}
.entry-sec__btn {
  max-width: 560px;
  width: 100%;
  margin: auto;
}
.entry-sec__finish {
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .entry-sec__finish {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .entry-sec__finish {
    gap: 60px;
    padding: 80px 20px;
  }
}
