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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

/* -------------------------------------------*/
/* -------------------------------------------*/
p {
  white-space: normal;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  -ms-overflow-style: scrollbar;
  font-size: 62.5%;
  overflow: auto;
}

body {
  color: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 100%;
  height: 100%;
  letter-spacing: 0.05em;
  line-height: 1.8;
  overflow: hidden;
  position: relative;
  z-index: 100;
}
body.is-open::before {
  opacity: 0.95;
  visibility: visible;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}

section {
  position: relative;
  width: 100%;
}

a,
button {
  color: inherit;
  text-decoration: none;
}

picture {
  display: block;
  line-height: 1.2;
}

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

svg:not(:root) {
  overflow: hidden;
}

button,
select,
optgroup,
textarea {
  background-color: transparent;
  border: none;
  border: none;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  position: relative;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: none;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  border-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}
/* スクロールバーのトラックの背景色 */
::-webkit-scrollbar-track {
  background-color: transparent;
}

/* スクロールバーのスクロール部分 */
::-webkit-scrollbar-thumb {
  background-color: #19274e;
  border-radius: 5px;
}

/* スクロールバーの上部ボタン */
::-webkit-scrollbar-button:start {
  display: none;
}

/* スクロールバーの下部ボタン */
::-webkit-scrollbar-button:end {
  display: none;
}

.pc-only-inline {
  display: inline;
}

.sp-only-inline {
  display: none;
}

.pagetop {
  bottom: -5rem;
  height: auto;
  position: absolute;
  right: 8rem;
  width: 4.6rem;
}

.pagetop a {
  display: block;
  transition: 0.3s;
}

/* -------------------------------------------*/
/* layout
-------------------------------------------------------*/
/**
 * input
 *
 */
input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
  border: none;
  border: none;
  border-radius: 5px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 18px 20px;
  position: relative;
  width: 100%;
}

input[type=number] {
  -moz-appearance: textfield;
}

.form-list li dl dd.input-column {
  flex-wrap: unset;
}

label {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

/**
 * textarea
 *
 */
textarea {
  border: none;
  border: none;
  border-radius: 0.5rem;
  height: 28.8rem;
  letter-spacing: 0.1em;
  padding: 1.5rem 2rem;
  position: relative;
  width: 100%;
}

input[type=text]:disabled {
  background: transparent;
  cursor: not-allowed;
}
input[type=text]:disabled::-moz-placeholder {
  color: #FFD800;
  opacity: 1;
}
input[type=text]:disabled::placeholder {
  color: #FFD800;
  opacity: 1;
}

/**
 * radio
 *
 */
input[type=radio] {
  display: none;
  vertical-align: middle;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

input[type=radio] + .mwform-radio-field-text {
  cursor: pointer;
  display: inline-block;
  margin: 0 20px 10px 0;
  padding: 10px 10px 10px 40px;
  position: relative;
  transition: 0.5;
  transition-property: color;
  vertical-align: middle;
}

input[type=radio] + .mwform-radio-field-text::before {
  border: 1px solid #7f7f7f;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s ease;
  width: 20px;
  z-index: 2;
}

input[type=radio] + .mwform-radio-field-text::after {
  background-color: #0058ea;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 12px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  z-index: 5;
}

input[type=radio]:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

/**
 * checkbox
 *
 */
input[type=checkbox] {
  background: #fff;
  border: 1px solid #BCBCBC;
  border-radius: 2px;
  box-sizing: border-box;
  content: "";
  height: 18px;
  left: -22px;
  position: absolute;
  top: calc(50% - 0.3rem);
  transform: translateY(-50%);
  /* opacity: 0; */
  vertical-align: middle;
  width: 18px;
  z-index: 2;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] ~ .wpcf7-list-item-label {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0 0 0 5px;
  position: relative;
  transition: 0.5s ease-in-out;
}

input[type=checkbox] ~ .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #BCBCBC;
  border-radius: 2px;
  box-sizing: border-box;
  content: "";
  height: 1.8rem;
  left: -2.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.8rem;
  z-index: 2;
}

input[type=checkbox] ~ .wpcf7-list-item-label::after {
  border-bottom: 3px solid #83C44A;
  border-left: 3px solid #83C44A;
  content: "";
  display: block;
  height: 0.7rem;
  left: -1.9rem;
  opacity: 0;
  position: absolute;
  top: 1rem;
  transform: rotate(-45deg);
  width: 1.2rem;
  z-index: 3;
}

input[type=checkbox]:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
}

/**
 * tel(column)
 *
 */
.mwform-tel-field {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.mwform-tel-field > input {
  flex: 1;
  width: 100% !important;
}

/**
 * select
 *
 */
.select-parts {
  border: 1px #FFD800 solid;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.select-parts::after {
  background: url(../img/contact/select_arrow.png) no-repeat top center/contain;
  content: "";
  height: 10px;
  margin-top: 2px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  z-index: 5;
}
.select-parts select {
  background: #fbefe3;
  border: none;
  border: none;
  box-shadow: none;
  color: #7f7f7f;
  cursor: pointer;
  font-size: 2rem;
  height: 45px;
  letter-spacing: 0.1em;
  padding: 0 20px 0 15px;
  position: relative;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
}

/**
 * file
 *
 */
input[type=file] + label {
  margin: 0 10px 0 0;
  padding: 15px 0;
  width: 160px;
}
input[type=file] + label:after {
  left: 170px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #757575;
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  color: #757575;
  opacity: 1;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
.l-footer {
  background-color: rgba(56, 44, 0, 0.49);
  padding-block: 2.2rem 0;
  position: relative;
  width: 100%;
}
.l-footer__deco {
  height: 3.8rem;
  left: 0;
  position: absolute;
  top: -1.3rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.l-footer__deco img {
  height: 100%;
}
.l-footer__cta-link {
  align-items: center;
  background-color: #deb156;
  border-radius: 0.6rem;
  color: #fff;
  display: flex;
  font-size: 2.1rem;
  height: 5rem;
  justify-content: center;
  text-shadow: 0 0 1.4713px rgba(0, 10, 19, 0.85);
  transition: 0.3s;
  width: 19rem;
}
.l-footer__cta-text {
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 1.25rem;
}
.l-footer__cta-tel {
  color: #535f5f;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 0.5rem;
}
.l-footer__cta-fax-text {
  color: #535f5f;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 0.5rem;
}
.l-footer__cta-note {
  color: rgba(56, 44, 0, 0.49);
  font-size: 1rem;
}

.l-footer__inner {
  display: flex;
  justify-content: space-between;
  padding-block: 1.6rem 2.7rem;
  width: 100%;
}

.l-footer__copyright-wrap {
  background-color: #000;
}

.l-footer__copyright {
  align-items: center;
  color: #4d4d4d;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  height: 5.4rem;
  line-height: 1;
  text-align: center;
}
.l-footer__subwrap {
  display: flex;
  gap: 5rem;
  justify-content: space-around;
}

.l-footer__logo img {
  aspect-ratio: 364/195;
}

.l-footer__nav-menu-item {
  color: #fff;
  font-size: 1.7rem;
}

.l-footer__nav-menu-item a {
  padding: 0.8rem 1.2rem;
  position: relative;
  transition: 0.3s;
}

.l-footer__nav-menu {
  display: flex;
}

.l-footer__nav-menu-item a::before {
  border-left: dashed 1px #fff;
  content: "";
  display: block;
  height: 98%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
}

.l-footer__nav-menu-item:last-of-type a::after {
  border-left: dashed 1px #fff;
  content: "";
  display: block;
  height: 98%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
}

address {
  color: #fff;
  font-size: 1.2rem;
  font-style: normal;
  margin-top: 2rem;
}

.l-footer__nav-wrap {
  margin-top: 7rem;
  text-align: center;
}

.l-footer__logo {
  height: auto;
  margin-top: 4rem;
  width: 20%;
}

.l-footer__logo img {
  height: auto;
  width: 18.5rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.l-footer__copyright-wrap {
  position: relative;
}

.l-footer__deco-text {
  height: 6rem;
  position: absolute;
  right: 0;
  top: 0.8rem;
  width: 60rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
body.is-open .l-header__logo .black {
  display: none;
}
body.is-open .l-header__logo .white {
  display: block;
}

.l-header {
  align-items: center;
  background-color: #000000;
  display: flex;
  height: 7.1rem;
  left: 0;
  margin: 0 auto;
  padding-inline: 2rem;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 10;
}
.l-header__bar {
  height: 1.6rem;
  left: 0;
  position: absolute;
  top: 0.1rem;
  width: 101%;
  z-index: 30;
}
.l-header__bar img {
  height: 100%;
}
.l-header__mv {
  background-image: url(../images/under/fv_under.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 19.4rem;
  position: relative;
}
.l-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-top: 2.2rem;
  position: relative;
  width: 100%;
}
.l-header__deco {
  aspect-ratio: 403/38;
  bottom: -1.5rem;
  left: 0;
  position: absolute;
  width: 67rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.l-header__logo {
  align-items: center;
  display: flex;
  gap: 10px;
  padding-top: 5.5rem;
  top: 50%;
  z-index: 55;
}
.l-header__contact-link {
  align-items: center;
  background-color: #535f5f;
  border-radius: 0.6rem;
  color: #fff;
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  height: 4.3rem;
  justify-content: center;
  transition: 0.3s;
  width: 20.2rem;
}
.l-header__logo-link {
  transition: 0.3s;
}
.l-header__home-logo {
  aspect-ratio: 53/9;
  width: 8.3rem;
}
.l-header__mv-inner {
  height: 100%;
  position: relative;
  width: 100%;
}
.l-header__logo-link img {
  height: auto;
  width: 52.5rem;
}
.l-header__logo-text {
  align-items: center;
  border: 0.2rem solid #231815;
  display: flex;
  display: flex;
  font-size: 1.4rem;
  height: 3rem;
  justify-content: center;
  padding-inline: 0.5rem;
  white-space: nowrap;
  width: 11.5rem;
  width: 12rem;
}
.l-header__right {
  align-items: center;
  display: flex;
  gap: 4.5rem;
}
.l-header__trigger {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 50px;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 50px;
}
.l-header__trigger-inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 40px;
}
.l-header__trigger-wrap {
  display: inline-block;
  height: 33.5px;
  position: relative;
  transition: all 0.4s;
  width: 40px;
}
.l-header__trigger-line {
  background-color: #fff;
  border-radius: 30px;
  display: inline-block;
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  transition: 0.5s;
  transition-property: transform;
  width: 21px;
}
.l-header__trigger-line.is-active {
  background-color: #fff;
}
.l-header__trigger-line:nth-of-type(1) {
  top: 1.3rem;
}
.l-header__trigger-line:nth-of-type(1).is-active {
  top: 1.9rem;
  transform: translate(-50%, 0) rotate(41deg);
}
.l-header__trigger-line:nth-of-type(2) {
  top: 10px;
}
.l-header__trigger-line:nth-of-type(2).is-active {
  transform: translate(-50%, 0) rotate(-41deg);
}
.l-header__trigger-line:nth-of-type(3) {
  top: 10px;
}
.l-header__trigger-line:nth-of-type(3).is-active {
  display: none;
}

.is-open .l-header__trigger-inner {
  background: unset;
}

#header {
  transition: opacity 0.4s ease-in-out;
}

.p-top-fv__top {
  background-image: url(../images/top_fv.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 13.9rem);
  position: relative;
}

.p-top-fv {
  height: 100vh;
}
.p-top-fv__inner {
  padding-top: 5rem;
}
.p-top-fv__logo-link {
  display: block;
  width: 35rem;
}
.p-top-fv__body {
  position: absolute;
  right: 0;
  top: 16rem;
}
.p-top-fv__cta {
  background-image: url(../images/fv_cta_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 2.5rem 0.05rem;
  width: 46rem;
}
.p-top-fv__text {
  color: #fff;
  filter: drop-shadow(3px 3px 3.4741px rgba(0, 0, 0, 0.75));
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 3.8rem;
  padding-left: 3rem;
}
.p-top-fv__text-bottom {
  color: #fff;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  letter-spacing: -0.05em;
  margin-top: 1.5rem;
  padding-bottom: 3rem;
  padding-inline: 3rem 7.6rem;
}
.p-top-fv__cta-wrap {
  display: flex;
  margin-top: 1.5rem;
}
.p-top-fv__cta-work-link {
  align-items: center;
  background: #deb156;
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  font-weight: 300;
  height: 5rem;
  justify-content: center;
  transition: 0.3s;
  width: 18rem;
}
.p-top-fv__cta-contact-link {
  align-items: center;
  background: #847d62;
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  font-weight: 300;
  height: 5rem;
  justify-content: center;
  transition: 0.3s;
  width: 18rem;
}

.p-top-head {
  align-items: center;
  background-color: #000000;
  display: flex;
  height: 14rem;
  left: 0;
  margin: 0 auto;
  padding-inline: 2rem;
  position: relative;
  top: -0.1rem;
  width: 100%;
  z-index: 10;
  z-index: 100;
}
.p-top-head__bar {
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  height: 3.2rem;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 150;
}
.p-top-head__bar img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.p-top-head__mv {
  background-image: url(../images/under/fv_under.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 18.6rem;
  position: relative;
}
.p-top-head__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.p-top-head__deco {
  aspect-ratio: 341/32;
  left: 50%;
  margin-inline: auto;
  max-width: 137rem;
  position: absolute;
  top: calc(50% + 1rem);
  transform: translate(-50%, -50%);
  width: 100%;
}
.p-top-head__logo {
  align-items: center;
  display: flex;
  gap: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 55;
}
.p-top-head__contact-link {
  align-items: center;
  background-color: #535f5f;
  border-radius: 0.6rem;
  bottom: 1rem;
  color: #fff;
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  height: 4.3rem;
  justify-content: center;
  position: absolute;
  right: 0;
  width: 20.2rem;
}
.p-top-head__logo-link {
  transition: 0.3s;
}
.p-top-head__home-logo {
  aspect-ratio: 53/9;
  width: 7.7rem;
}
.p-top-head__mv-inner {
  height: 100%;
  position: relative;
  width: 100%;
}
.p-top-head__logo-link img {
  height: auto;
  width: 51.5rem;
}
.p-top-head__logo-text {
  align-items: center;
  border: 0.2rem solid #231815;
  display: flex;
  display: flex;
  font-size: 1.4rem;
  height: 3rem;
  justify-content: center;
  padding-inline: 0.5rem;
  white-space: nowrap;
  width: 11.5rem;
  width: 12rem;
}
.p-top-head__right {
  align-items: center;
  display: flex;
  gap: 4.5rem;
}
.p-top-head__trigger {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 50px;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 50px;
}
.p-top-head__trigger-inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 40px;
}
.p-top-head__trigger-wrap {
  display: inline-block;
  height: 33.5px;
  position: relative;
  transition: all 0.4s;
  width: 40px;
}
.p-top-head__trigger-line {
  background-color: #FFD800;
  border-radius: 30px;
  display: inline-block;
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  transition: 0.5s;
  transition-property: transform;
  width: 21px;
}
.p-top-head__trigger-line.is-active {
  background-color: #fff;
}
.p-top-head__trigger-line:nth-of-type(1) {
  top: 1.3rem;
}
.p-top-head__trigger-line:nth-of-type(1).is-active {
  top: 1.9rem;
  transform: translate(-50%, 0) rotate(41deg);
}
.p-top-head__trigger-line:nth-of-type(2) {
  top: 10px;
}
.p-top-head__trigger-line:nth-of-type(2).is-active {
  transform: translate(-50%, 0) rotate(-41deg);
}
.p-top-head__trigger-line:nth-of-type(3) {
  top: 10px;
}
.p-top-head__trigger-line:nth-of-type(3).is-active {
  display: none;
}

.l-header-top {
  align-items: center;
  background-color: #fff;
  display: flex;
  height: 3rem;
  left: 0;
  margin: 0 auto;
  padding-inline: 2rem;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 10;
  z-index: 150;
}
.l-header-top__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.l-header-top__home-logo {
  aspect-ratio: 53/9;
  width: 7.7rem;
}
.l-header-top__mv-inner {
  height: 100%;
  position: relative;
  width: 100%;
}
.l-header-top__trigger {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 50px;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 50px;
}
.l-header-top__trigger-inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 40px;
}
.l-header-top__trigger-wrap {
  display: inline-block;
  height: 33.5px;
  position: relative;
  transition: all 0.4s;
  width: 40px;
}
.l-header-top__trigger-line {
  background-color: #FFD800;
  border-radius: 30px;
  display: inline-block;
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  transition: 0.5s;
  transition-property: transform;
  width: 21px;
}
.l-header-top__trigger-line.is-active {
  background-color: #fff;
}
.l-header-top__trigger-line:nth-of-type(1) {
  top: 1.3rem;
}
.l-header-top__trigger-line:nth-of-type(1).is-active {
  top: 1.9rem;
  transform: translate(-50%, 0) rotate(41deg);
}
.l-header-top__trigger-line:nth-of-type(2) {
  top: 10px;
}
.l-header-top__trigger-line:nth-of-type(2).is-active {
  transform: translate(-50%, 0) rotate(-41deg);
}
.l-header-top__trigger-line:nth-of-type(3) {
  top: 10px;
}
.l-header-top__trigger-line:nth-of-type(3).is-active {
  display: none;
}

.p-top-fv__inner {
  padding: 2.3rem 8.5rem;
  padding-top: 5rem;
}

a.l-navi__logo-link {
  display: block;
  margin-inline: auto;
  margin-top: 10rem;
  max-width: 40rem;
  width: 78%;
}

.l-header__home-logo-link {
  position: relative;
  transition: 0.3s;
}

body.is-open .l-header__trigger-line {
  background-color: #fff;
}
body.is-open .l-header__trigger-line:nth-of-type(1) {
  top: 1.9rem;
  transform: translate(-50%, 0) rotate(41deg);
}
body.is-open .l-header__trigger-line:nth-of-type(2) {
  transform: translate(-50%, 0) rotate(-41deg);
}
body.is-open .l-header__trigger-line:nth-of-type(3) {
  display: none;
}

.l-header__trigger.is-active .l-header__trigger-line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* -------------------------------------------*/
/* -------------------------------------------*/
body.is-open .l-navi {
  opacity: 1;
  visibility: visible;
}

.l-navi {
  display: flex;
}
.l-navi__main {
  display: flex;
  gap: 20px;
}
.l-navi__cta {
  display: flex;
  gap: 2rem;
  margin-left: 1.6rem;
}
.l-navi__mail-link {
  align-items: center;
  background: #deb156;
  border: 1px solid #deb156;
  border-radius: 4rem;
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  height: 5.6rem;
  justify-content: center;
  line-height: 120%;
  padding-left: 3.5rem;
  position: relative;
  transition: 0.3s;
  width: 224px;
  width: 24.4rem;
}
.l-navi__mail-link::before {
  content: "";
  display: inline-block;
  height: 1.4rem;
  width: 1.8rem;
  -webkit-mask-image: url(../images/ico_mail.svg);
  mask-image: url(../images/ico_mail.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background-color: #fff;
  left: 6rem;
  mask-size: contain;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.l-navi__menu {
  align-items: center;
  display: flex;
  gap: 3.2rem;
}
.l-navi__menu-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  letter-spacing: 0.03em;
  position: relative;
}
.l-navi__menu-link {
  color: #fff;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: -0.12em;
  line-height: 1.8;
  padding-block: 1.5rem;
  position: relative;
  text-align: center;
  transition: 0.3s;
  white-space: nowrap;
}

.l-navi__tel-hum {
  align-items: center;
  color: #fff;
  display: flex;
  flex-flow: column;
  gap: 0rem;
  justify-content: center;
  margin-top: 1.7rem;
}

.l-top-navi {
  display: flex;
}
.l-top-navi__main {
  display: flex;
  gap: 20px;
}
.l-top-navi__cta {
  display: flex;
  gap: 2rem;
  margin-left: 1.6rem;
}
.l-top-navi__menu {
  align-items: center;
  display: flex;
  gap: 3.6rem;
}
.l-top-navi__menu-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  letter-spacing: 0.03em;
  position: relative;
}
.l-top-navi__menu-link {
  color: #535f5f;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.08em;
  line-height: 1.8;
  padding-block: 1.5rem;
  position: relative;
  text-align: center;
  transition: 0.3s;
  white-space: nowrap;
}
.l-top-navi__menu-link::before {
  aspect-ratio: 1/1;
  background-color: #deb156;
  border-radius: 50%;
  content: "";
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
}

body.is-open .l-header__trigger-inner::before {
  display: none;
}

body.is-open .l-header__logo {
  display: none;
}

.l-navi__cta-sp.u-st {
  align-items: center;
  display: flex;
  gap: 1rem;
  height: 5rem;
}

.is-open .l-navi__cta-sp.u-st {
  display: none;
}

.l-navi__tel-sp {
  height: 5rem;
  width: 5rem;
}

.l-navi__mail-sp-link {
  align-items: center;
  background-color: #CD5529;
  display: flex;
  height: 5rem;
  justify-content: center;
  top: -0.2rem;
  width: 5rem;
}

.l-navi__mail-sp {
  height: 5rem;
  width: 5rem;
}

.l-navi__mail-icon {
  height: 20.55px;
  width: 50%;
}

/* 右下に固定 */
body {
  position: relative;
}

body {
  height: unset;
  position: relative;
}

body.is-active {
  height: 100vh;
}

.footer {
  background-color: #000;
  padding: 20px 0;
}

.l-header__contact-link-wrap {
  display: flex;
  justify-content: end;
  margin-top: -1.5rem;
}

.l-navi__cta-text {
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 1.25rem;
}

.l-navi__cta-tel {
  color: #535f5f;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 0.5rem;
}

.l-navi__cta-fax {
  color: #535f5f;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 0.5rem;
}

.l-navi__cta-note {
  color: rgba(56, 44, 0, 0.49);
  font-size: 1rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
#loader {
  height: 100vh;
  position: relative;
  width: 100vw;
}

.step {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: opacity 1s ease;
  width: 100%;
}

.hidden {
  opacity: 0;
  pointer-events: none;
}

@keyframes fadeOutLogo {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* プレースホルダー */
.placeholder {
  animation: fadeIn 8s ease forwards;
  animation-delay: 5s;
  font-size: 24px;
  opacity: 0;
}

.animation_logo {
  animation: fadeOutLogo 5s forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
/* ステップ１ */
.animation_bg0102 {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 50;
}

.animation_bg_wrap {
  height: 100%;
  position: relative;
  width: 100%;
}

.animation_step1 {
  position: absolute;
}

.animation_logo {
  left: 50%;
  max-width: 20rem;
  position: absolute;
  top: calc(50% - 5rem);
  transform: translate(-50%, -50%);
  width: 30%;
  z-index: 100;
}

.animation_bg {
  position: absolute;
  z-index: 50;
}

.animation_bg_hide {
  position: absolute;
  z-index: 30;
}

.animation_bg,
.animation_bg_hide {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  height: 100%;
  width: 100%;
}

.animation_bg img,
.animation_bg_hide img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
  -o-object-position: center center;
  object-position: center center;
}

/* 初期状態（その場に見えてる） */
.js-fade-out-up {
  transform: translateY(0);
  transition: transform 2s ease;
}

/* アニメーション開始後：画面外（上）へスライドしながら消える */
.js-fade-out-up.animate {
  transform: translateY(100%);
  /* 画面の上へ飛ばす */
}

.hidden {
  display: none;
}

.js-fade-out-dawn {
  transform: translateY(0);
  transition: transform 1.2s ease;
}

.js-fade-out-dawn.down-animate {
  transform: translateY(calc(100% - 17.1rem));
  /* 画面下へスライド */
}

.loading-animation {
  overflow: hidden;
  position: absolute;
}

.loading-animation-wrap {
  pointer-events: none;
  position: absolute;
}

.js-fade-in-anime {
  opacity: 0;
  transition: opacity 0.8s ease, transform 1s ease;
}

.js-fade-in-anime.obi_animate {
  opacity: 1;
  transform: translateX(0);
}

.js-fade-in-side {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 1s ease, transform 1s ease;
}

.js-fade-in-side.side_animate {
  opacity: 1;
  transform: translateX(0);
}

.js-fade-in-up {
  opacity: 0;
  transition: opacity 1s ease;
}

.js-fade-in-up.fade_animate {
  opacity: 1;
  transform: translateX(0);
}

.opacity {
  opacity: 0;
}

.p-top-head__deco picture {
  opacity: 0;
  transform: translateX(100vw);
  transition: all 6.2s ease-out;
}

.p-top-head__deco.is-anime picture {
  opacity: 1;
  transform: translateX(0);
}

.animation_bg_sp-wrap {
  height: 100vh;
}

.animation_bg_sp {
  display: grid;
  grid-template-rows: repeat(6, 1fr);
}

.animation_bg picture {
  overflow: hidden;
}

.animation_bg_hide picture {
  overflow: hidden;
}

img.js-fade-out-up.img01 {
  -o-object-position: top left;
  object-position: top left;
}

.loading-animation-wrap {
  display: none;
}

html.is-intro .loading-animation-wrap {
  display: block;
}

html.is-skip-intro .loading-animation-wrap {
  display: none;
}

.p-top-head__deco picture {
  opacity: 0;
  transform: translateX(100vw);
  transition: all 6.2s ease-out;
}

.p-top-head__deco.is-anime picture {
  opacity: 1;
  transform: translateX(0);
}

html.is-skip-intro .p-top-head__deco picture {
  opacity: 1;
  transform: translateX(0);
  transition: none;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
.c-title {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.0252em;
  line-height: 1.2;
  text-align: center;
}

.c-title--green {
  color: #FFD800;
}

.c-title--small {
  color: #FFD800;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-align: center;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-top-mv__bottom {
  animation: fadeUp 1s ease-out forwards; /* 1秒でフェードアップ */
  opacity: 0; /* 初期状態で非表示 */
}

@keyframes cuteFadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.9);
  }
  60% {
    opacity: 1;
    transform: translateY(-10px) scale(1.03);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.p-top-mv__head {
  animation: cuteFadeUp 1s ease-out forwards;
  opacity: 0;
}

.page-title.p-privacy-title {
  color: #FFD800;
  font-family: "Roboto", sans-serif;
  font-size: 8.3rem;
}

.pare-section-title {
  position: relative;
}

.pare-section-title__side {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 9rem;
  transform: translate(-50%, -50%);
  width: 100%;
}

.pare-section-title__side.p-privacy {
  top: 4.5rem;
}

.pare-section-title__side h1 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.3;
}

.pare-section-title__side p {
  font-family: "Lora", serif;
  font-size: 1.6rem;
  letter-spacing: -0.01em;
}

.personal-body-content p.personal-body-text {
  color: #ffd800;
  font-size: 8.3rem;
  text-align: center;
}

.l-main {
  padding-block: 6.5rem 8.5rem;
}

.l-main-page {
  position: relative;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.personal-body-content p.personal-body-top-text {
  color: #594942;
  font-size: 2.3rem;
  margin-bottom: 0;
  text-align: center;
}

.personal-body-content p.p-page-comfort__text {
  color: #594942;
  font-size: 2.3rem;
  margin-top: 3rem;
  text-align: center;
}

.personal-body-content h2.p-comfort-supplier__title {
  border-bottom: unset;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin-bottom: 0;
  margin-top: 9.3rem;
  padding-bottom: 0;
  position: relative;
  text-align: center;
}

.personal-body-content h2.p-comfort-supplier__title::before {
  aspect-ratio: 1683/59;
  background-image: url(../images/under/comfort/title_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: auto;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: -1;
}

ul.p-comfort-supplier__items {
  background-color: rgba(239, 236, 214, 0.75);
  border-radius: 2.2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin-top: 1rem;
  padding-block: 3.6rem;
  padding-inline: 6rem;
  row-gap: 2rem;
  white-space: nowrap;
}

li.p-comfort-supplier__item {
  font-size: 1.4rem;
}

.p-comfort-supplier__note {
  font-size: 1.3rem;
  margin-top: 0.2em;
  text-align: right;
}

.personal-body-content p.p-comfort-supplier__text-contact {
  color: #deb156;
  font-size: 2.3rem;
  letter-spacing: -0.05em;
  margin-bottom: 0;
  margin-top: 4.2rem;
  text-align: center;
}

.personal-body-content p.p-comfort-supplier__text {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 50px;
  margin-top: 0.3rem;
}

.personal-body-content p.p-comfort-supplier__text:nth-of-type(2) {
  text-align: center;
}

.page-visuacontents__bottom.comfort {
  bottom: 11rem;
  display: flex;
  justify-content: center;
  position: absolute;
}

.personal-body-content.comfort {
  flex: 1;
  padding: 0;
  position: relative;
  width: 100%;
}

p.personal-body-text.p-page-comfort__text__top.en.js-fade-up.is-visible {
  margin-bottom: 0;
}

figure.p-page-comfort__img.js-fade-up.is-visible {
  margin-top: 2rem;
}

.pagetop.p-comfort {
  bottom: -1.5rem;
  height: auto;
  position: absolute;
  right: 0rem;
  width: 4.6rem;
}

.page-visual-contents__bottom.comfort {
  bottom: 7rem;
}

.lb-dataContainer {
  position: relative;
}

.lb-nav a.lb-next,
.lb-nav a.lb-prev {
  opacity: 1 !important;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
main.l-main.p-comfort {
  background-image: url(../images/under/comfort/comfort_bg.webp);
  background-position: -20.2rem 31.3rem;
  background-repeat: no-repeat;
  background-size: 119%;
  padding-block: 6.5rem 5.5rem;
  position: relative;
}

dl {
  align-items: baseline;
  display: flex;
}

span.p-country-name {
  color: #ffd800;
  display: block;
  font-size: 8.3rem;
  line-height: 0.8;
  text-align: center;
}

.contents-group-section .contact-desc p.contact-desc-top {
  color: #deb156;
  font-size: 2.3rem;
  margin-top: 2rem;
  text-align: center;
}

.contents-group-section .contact-desc p.contact-desc-text {
  color: #382c00;
  font-size: 1.2rem;
  margin-top: 0.2rem;
  text-align: center;
}

.p-contact__contents {
  padding-left: 5rem;
}

.form-list li dl dt {
  font-size: 1.5rem;
  font-weight: 500;
}

.column-group-section {
  position: relative;
  width: 100%;
}
.column-group-section .page-visual-contents .pare-section-title h2 {
  line-height: 1.3;
}
.column-group-section .page-visual-contents .pare-section-title h2 span {
  bottom: -110px;
  right: 65px;
}

.recruit-body-section {
  padding-bottom: 190px;
}
.recruit-body-section .page-visual-contents {
  margin-bottom: 25px;
  padding: 60px 0;
  position: relative;
}
.recruit-body-section .page-visual-contents .pare-section-title {
  background: #3BCAB3;
  border-bottom-color: #169DB3;
}
.recruit-body-section .page-visual-contents .pare-section-title::before {
  background: #FFDF39;
}
.recruit-body-section .page-visual-contents .pare-section-title h2 {
  letter-spacing: -0.05em;
}
.recruit-body-section .page-visual-contents .pare-section-title h2 span {
  bottom: -100px;
  right: 65px;
}
.recruit-body-section .page-visual-contents figure {
  height: 156px;
  position: absolute;
  right: 0;
  top: 0;
}
.recruit-body-section .page-visual-contents figure img {
  height: 100%;
  width: auto;
}
.recruit-body-section .recruit-form-body .form-list {
  background: #BDE7D5;
  margin-bottom: 70px;
  padding: 35px 85px;
}
.recruit-body-section .recruit-form-body .form-list li {
  border: none;
  padding: 0;
}
.recruit-body-section .recruit-form-body .form-list li:not(:last-child) {
  margin-bottom: 10px;
}
.recruit-body-section .recruit-form-body .form-list li dl.require dt::after {
  font-size: 1.6rem;
}
.recruit-body-section .recruit-form-body .form-list li dl dt {
  font-size: 1.6rem;
}
.recruit-body-section .recruit-form-body .form-list li dl dd.zip-input-area .num_search {
  font-size: 1.6rem;
}
.recruit-body-section .recruit-form-body .form-list li dl dd input {
  border-radius: 13px;
}
.recruit-body-section .recruit-form-body .form-list li dl dd input.pref {
  width: 160px;
}
.recruit-body-section .recruit-form-body .form-list li dl .note {
  display: inline-block;
  font-size: 1.5rem;
  letter-spacing: -0.025em;
  margin-left: 2em;
  white-space: nowrap;
}
.recruit-body-section .recruit-form-body select {
  background: #fff;
  border-radius: 13px;
  height: 50px;
}
.recruit-body-section .recruit-form-body textarea {
  border-radius: 13px;
}
.recruit-body-section .recruit-form-body .submit-btn {
  height: 58px;
  width: 265px;
}
.recruit-body-section .recruit-form-body .submit-btn::before {
  display: none;
}
.recruit-body-section .recruit-form-body .submit-btn input {
  background: #3BCAB3;
  font-size: 3.6rem;
  font-weight: 700;
}
.recruit-body-section .recruit-form-desc {
  padding: 100px 60px 0;
}
.recruit-body-section .recruit-form-desc h4 {
  color: #3bcab3;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 1em;
  text-indent: -1em;
}
.recruit-body-section .recruit-form-desc ul {
  padding-left: 20px;
}
.recruit-body-section .recruit-form-desc ul li:not(:last-child) {
  margin-bottom: 40px;
}
.recruit-body-section .recruit-form-desc ul li span {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.recruit-body-section .recruit-form-desc ul li p {
  font-size: 1.6rem;
  line-height: 1.93;
  padding-left: 50px;
}

.main-contents-area {
  flex: 1;
  padding: 0 0 10px 0;
  padding-bottom: 10px;
}

.contents-group-section .contact-desc {
  padding-bottom: 25px;
}
.contents-group-section .contact-desc p {
  font-size: 1.6rem;
  line-height: 1.6;
}

select {
  background: url(../images/common/select_arrow.png) no-repeat right 13px center;
  border: 1px #b4b4b4 solid;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  font-size: 1.6rem;
  height: 57px;
  letter-spacing: 0.05em;
  outline: none;
  padding: 0 20px 0 15px;
  position: relative;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  width: 48%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form-list {
  margin-bottom: 1.1rem;
}
.form-list li {
  border-bottom: solid 1px #b4b4b4;
  padding: 35px 0;
}
.form-list li dl:not(:last-child) {
  display: flex;
  margin-bottom: 1.6rem;
}
.form-list li dl.require dt {
  position: relative;
}
.form-list li dl.require dt::after {
  background: #d70303;
  color: #fff;
  content: "必須";
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-left: 8px;
  padding: 0 0.6rem 0.1rem;
  position: relative;
  text-align: center;
  top: -0.1rem;
  white-space: nowrap;
}
.form-list li dl dt {
  font-size: 1.5rem;
  font-weight: 500;
}
.form-list li dl dd {
  font-size: 1.6rem;
  line-height: 1.5;
}
.form-list li dl dd .hyphen {
  font-size: 1rem;
  padding: 0 6px;
}
.form-list li dl dd.input-column {
  gap: 3rem;
}
.form-list li dl dd.input-column .elemshort:first-of-type {
  margin-right: 3%;
}
.form-list li dl dd.zip-input-area > input {
  width: 160px;
}
.form-list li dl dd.zip-input-area .num_search {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-left: 20px;
  width: 46%;
}
.form-list li dl dd.zip-input-area .num_search a {
  text-decoration: underline;
}
.form-list li dl dd .error {
  color: #B70000;
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  padding-bottom: 10px;
}
.form-list li dl .note {
  align-items: center;
  display: block;
  font-size: 1.4rem;
  padding: 6px 0 0 20px;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.form-list li dl .note::before {
  content: "※";
  left: 0;
  position: absolute;
  top: 6px;
}
.form-list li .wpcf7-not-valid-tip {
  padding-top: 5px;
}

.mw_wp_form_input .back-btn {
  display: none !important;
}

.mw_wp_form_confirm .num_search {
  display: none !important;
}
.mw_wp_form_confirm .note {
  display: none !important;
}
.mw_wp_form_confirm .form-list li dl dd {
  background: #fff;
  border-radius: 13px;
  padding: 10px 20px;
}

.mw_wp_form_complete {
  padding-top: 15px;
}
.mw_wp_form_complete .contact-desc,
.mw_wp_form_complete .recruit-form-desc {
  display: none !important;
}
.mw_wp_form_complete dl dt {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: center;
}
.mw_wp_form_complete dl dd {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-left: 0;
  text-align: center;
}
.mw_wp_form_complete .btn-wrap {
  padding-top: 50px;
}

form.h-adr dl {
  display: flex;
}
.form-list li dl dd.zip-input-area .num_search {
  align-items: center;
  color: #deb156;
  display: flex;
}

.form-list li dl dd.block {
  display: block;
}

/* formparts */
input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
  background: #fff;
  border: 1px #b4b4b4 solid;
  border-radius: 0.6rem;
  height: 5rem;
  margin: 0;
  padding: 0 1rem;
  position: relative;
}

textarea {
  background: #fff;
  border: 1px #b4b4b4 solid;
  border-radius: 0.6rem;
  height: 10.9rem;
  padding: 1.6rem 1rem;
  position: relative;
  width: 100%;
}

.elemfull {
  width: 100%;
}

.elemshort {
  width: 48%;
}

input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
  color: #ABABAB;
}

textarea::-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder {
  color: #ABABAB;
}

select {
  background: url(../images/common/select_arrow.png) no-repeat right 13px center;
  border: 1px #b4b4b4 solid;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  font-size: 1.6rem;
  height: 57px;
  letter-spacing: 0.05em;
  outline: none;
  padding: 0 20px 0 15px;
  position: relative;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  width: 48%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form-list li dl dd.input-divide {
  align-items: baseline;
  flex-wrap: nowrap;
}
.btn-wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-orient: horizontal;
  gap: 4rem;
  margin-left: -12rem;
}

.btn-wrap .submit-btn {
  display: block;
  height: 5rem;
  position: relative;
  width: 19rem;
}

.btn-wrap .submit-btn input {
  align-items: center;
  background: #deb156;
  border: none;
  border-radius: 0.6rem;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 2rem;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
}

.wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
}

dd.zip-input-area span {
  width: unset;
}

span.wpcf7-not-valid-tip {
  position: relative !important;
}

.p-contact-thanks__title {
  font-size: 3rem;
  margin-top: 5rem;
  text-align: center;
}

.p-contact-thanks__text {
  font-size: 1.4rem;
  margin-top: 2rem;
}

input.wpcf7-form-control.wpcf7-previous {
  align-items: center;
  background-color: #535f5f;
  border: none;
  border-radius: 0.6rem;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 2rem;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  max-width: 19rem;
  position: relative;
  width: 100%;
}

.p-page-404__dl {
  flex-flow: column;
}

.p-page-404__title {
  color: #ffd800;
  display: block;
  font-size: 8.3rem;
  line-height: 1;
  text-align: center;
}

.p-page-404__link {
  align-items: center;
  background-color: #deb156;
  border-radius: 0.6rem;
  color: #fff;
  display: block;
  display: flex;
  font-size: 2.1rem;
  height: 5rem;
  justify-content: center;
  transition: 0.3s;
  width: 25rem;
}
.personal-body-contents.contact {
  gap: 7.5rem;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  bottom: -12rem;
}

div#mw_wp_form_mw-wp-form-189 {
  padding-left: 5rem;
}

dd.zip-input-area.yuubin span {
  width: 30%;
}

span.wpcf7-not-valid-tip {
  white-space: nowrap;
}

.form-list li:last-of-type {
  border-bottom: none;
}
.form-list li:last-of-type dl:last-of-type {
  align-items: flex-start;
}

.page-visual-contents__bottom.contact {
  bottom: 34rem;
}

.l-main.p-contact {
  padding-block: 6.5rem 11.5rem;
}

.pagetop.p-contact {
  bottom: -8rem;
  height: auto;
  position: absolute;
  right: 0rem;
  width: 4.6rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.personal-body-content {
  flex: 1;
  padding: 30px 25px 0 15px;
  position: relative;
  width: 100%;
}

.personal-body-content h2 {
  border-bottom: 1px #deb156 solid;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.personal-body-content p {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 50px;
}

.page-visual-contents {
  position: relative;
  width: 16.7rem;
}

.personal-body-contents {
  display: flex;
  gap: 3rem;
}

.page-visual-contents__bottom {
  bottom: 26rem;
  display: flex;
  justify-content: center;
  position: absolute;
}

.page-visual-contents-deco {
  width: 70%;
}

p.personal-body-text.en.pribacy {
  line-height: 1;
}

.personal-body-content.p-privacy {
  padding: 0px 25px 0 15px;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.spinner {
  /* アニメーションを1秒かけて実行 */
  animation: spinner-rotation 1s linear infinite;
  border: 3px solid #fff;
  border-left-color: #1082ce;
  border-radius: 50%;
  height: 30px;
  width: 30px;
}

/* アニメーションの設定 */
@keyframes spinner-rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.content {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  width: 100%;
}

.content-text {
  color: #333;
}

.personal-body-content p.personal-body-top-text {
  color: #594942;
  font-size: 2.3rem;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: -0.5rem;
  text-align: center;
}

.p-top-company__inner {
  display: flex;
  gap: 3rem;
}

.p-top-company__side-wrap {
  position: relative;
}

.p-top-company__side-title {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 9rem;
  transform: translate(-50%, -50%);
  width: 100%;
}

.p-top-company__side-title h2 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.3;
}

.p-top-company__contents {
  align-items: center;
  background-color: rgba(239, 236, 214, 0.75);
  display: flex;
  flex: 1;
  justify-content: space-between;
  padding-block: 1.6rem 3.5rem;
  padding-inline: 4rem 5rem;
}

.p-top-history__content-text-wrap p {
  flex: 1;
  font-size: 1.4rem;
}

.p-top-history__content p.text {
  flex: 1;
  font-size: 1.4rem;
}
.p-top-company__content {
  width: 100%;
}

.p-top-company__deco.u-sp {
  width: 24%;
}

.p-top-company__content-dl {
  align-items: baseline;
  display: flex;
  font-size: 1.4rem;
  gap: 1.6rem;
}

.p-top-company__content-dl:not(:first-of-type) {
  margin-top: 0.8rem;
}

.p-top-company__content-dl.--wide {
  margin-top: 0;
}

.p-top-company__content-dt {
  text-align: justify;
  width: 4.5em;
  -moz-text-align-last: justify;
  letter-spacing: 0;
  text-align-last: justify;
  white-space: nowrap;
}

.p-top-company__content-dt.--wide {
  width: 32%;
}

.p-top-company__content-dd {
  flex: 1;
}

.p-top-company__content-dd.--wide {
  white-space: nowrap;
  width: 10.3rem;
}

.p-top-company__content-number {
  display: flex;
  font-size: 1.4rem;
  gap: 4rem;
  margin-top: 0.3rem;
}

.p-top-company__content-bottom {
  font-size: 1.4rem;
  margin-top: 4rem;
}

.p-top-company__content-bottom p {
  margin-top: 0.5rem;
  white-space: nowrap;
}

.p-top-company__content-bottom p:not(:first-of-type) {
  padding-left: 3rem;
}

.p-top-company__deco-img {
  aspect-ratio: 135/150;
  -o-object-fit: contain;
  object-fit: contain;
  width: 82%;
}

.wpcf7-submit:disabled {
  background-color: #999;
}

.wpcf7-submit:disabled {
  background-color: #999;
  border: 1px solid #999;
  opacity: 0.5;
  pointer-events: none;
}

.wpcf7-spinner {
  display: none;
}

span.wpcf7-list-item-label span {
  border-bottom: 1px solid #0f8ade;
  color: #0f8ade;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 160%;
  padding-bottom: 0.3rem;
}

span.wide {
  padding-left: 1.6rem;
}

span.wide2 {
  padding-left: 6.4rem;
}

.wpcf7-not-valid-tip {
  font-size: 1.4rem;
  margin-left: 1rem;
  position: absolute;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0.2rem 0 0 1rem;
}

.p-top-contact__privacy-text-box {
  background: #fff;
  border: 1px solid #eee;
  height: 15.625rem;
  margin-top: 3rem;
  overflow-y: scroll;
  padding: 0.5rem;
  padding: 1.5rem;
}

.p-top-contact__privacy {
  margin-top: 5rem;
}

p.p-top-contact__privacy-title {
  text-align: center;
}

.p-top-contact__privacy-text {
  font-size: 1.4rem;
  line-height: 2;
}

.wpcf7 form .wpcf7-response-output {
  border: 2px solid #00a0d2;
  /* bottom: calc(50% - 6rem); */
  bottom: -9rem;
  font-size: 1.4rem;
  /* top: 50%; */
  left: calc(50% + 9rem);
  margin: 0.2em 0.5em 1em;
  padding: 0.2em 1em;
  position: absolute !important;
  transform: translate(-50%, -50%);
}

.p-top-history {
  margin-top: 7rem;
}
.p-top-history__inner {
  display: flex;
  gap: 3rem;
}
.p-top-history__contents {
  flex: 1;
}
.p-top-history__content {
  border-bottom: 1px solid #000;
  display: flex;
  font-size: 1.4rem;
  gap: 2.5rem;
  letter-spacing: 0;
  padding-bottom: 0.6rem;
  padding-left: 2.5rem;
}
.p-top-history__content .year {
  font-size: 1.3rem;
  white-space: nowrap;
  width: 18%;
}
.p-top-history__content__content-text-wrap {
  flex: 1;
}
.p-top-history__content:not(:first-of-type) {
  padding-block: 1rem;
}
.p-top-history__side-wrap {
  position: relative;
}
.p-top-history__side-title h2 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.3;
}

.p-top-work {
  margin-top: 7rem;
}
.p-top-work__body {
  display: flex;
  gap: 3rem;
}
.p-top-work__text {
  color: #594942;
  font-size: 2.3rem;
  margin-top: 3rem;
  text-align: center;
}
.p-top-work__link-wrap {
  margin-top: 1.5rem;
}
.p-top-work__link {
  align-items: center;
  background-color: #deb156;
  border-radius: 0.6rem;
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  height: 4rem;
  justify-content: center;
  margin-inline: auto;
  transition: 0.3s;
  width: 20rem;
}

.js-fade-up {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.js-fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.p-top-company__side-img {
  bottom: 2.7rem;
  position: absolute;
}

.p-top-company__side-img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.page-visual-contents-wrap {
  position: relative;
}

main.l-main.p-top {
  background: #fff;
  position: relative;
  z-index: 10;
}

h1.p-top-fv__logo.js-fade-in-up.fade_animate {
  display: flex;
  justify-content: end;
  text-align: right;
}

ul.p-top-company__content-lists {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.p-top-company__content-list {
  white-space: nowrap;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.u-db {
  display: block;
}

.u-dn {
  display: none;
}

.u-disp__less1023 {
  display: none;
}

.u-mask--c-black {
  filter: brightness(0);
}

.u-mask--c-white {
  filter: brightness(0) invert(1);
}

.u-con--md {
  margin: 0 auto;
  max-width: 108rem;
  padding-inline: 2rem;
  width: 100%;
}
.u-con--lg {
  margin: 0 auto;
  max-width: 90%;
}

.u-c-white {
  color: #fff;
}

.u-c--b-white {
  color: #fff;
}

.u-z-1 {
  z-index: -1;
}

.u-z1 {
  z-index: 1;
}

.u-z2 {
  z-index: 2;
}

.u-z3 {
  z-index: 3;
}

.u-z10 {
  z-index: 10;
}

.u-z50 {
  z-index: 50;
}

.u-z100 {
  z-index: 100;
}

.u-z999 {
  z-index: 999;
}

@media screen and (min-width: 666px){
  .l-footer__link-detail-left-img:hover {
    opacity: 0.8;
  }
  .l-footer__link-detail-right-img:hover {
    opacity: 0.8;
  }
}

@media screen and (min-width: 667px){
  .form-list li dl dt {
    width: 23rem;
  }
  /* ------------------------------------------------------*/
  .mw_wp_form_confirm .form-list li dl.text-area dt {
    height: 50px;
  }
  .mw_wp_form_confirm .form-list li dl dd {
    height: 50px;
  }
  .form-list li dl:not(.text-area) dt {
    align-items: center;
    display: flex;
    height: 50px;
  }
  .form-list li dl:not(.text-area).require dt::after {
    top: 1px;
  }
  .form-list li dl dt {
    width: 230px;
  }
  .form-list li dl dd {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    position: relative;
  }
  .btn-wrap .back-btn {
    margin-right: 50px;
  }
}

@media screen and (min-width: 769px){
  .l-footer__cta-link:hover {
    opacity: 0.7;
  }
  .l-footer__nav-menu-item a:hover {
    color: #deb156;
  }
  .l-header__contact-link:hover {
    opacity: 0.7;
  }
  .p-top-fv__cta-work-link:hover {
    opacity: 0.7;
  }
  .p-top-fv__cta-contact-link:hover {
    opacity: 0.7;
  }
  .l-header__home-logo-link:hover {
    opacity: 0.7;
  }
  .l-navi__mail-link:hover {
    background: #fff;
    color: #deb156;
  }
  .l-navi__mail-link:hover::before {
    background-color: #deb156;
  }
  .l-navi__menu-link:hover {
    color: #deb156;
  }
  .l-top-navi__menu-link:hover {
    color: #deb156;
  }
  .wpcf7-submit:disabled + .wpcf7-spinner + .p-top-contact__button-wrap:hover::before {
    background-color: unset;
    right: unset;
  }
  .p-top-work__link:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 1000px){
  .main-contents-area {
    max-width: 810px;
    width: 78%;
  }
  /* ------------------------------------------------------*/
  .contents {
    padding: 0 20px;
  }
  .column-group-section .page-visual-contents {
    flex: 1;
    padding-left: 20px;
    position: relative;
  }
  .column-group-section .page-visual-contents .pare-section-title h2 {
    font-size: 2.2rem;
    padding-left: 10px;
  }
  .column-group-section .main-contents-area {
    max-width: 810px;
    width: 78%;
  }
  .column-group-section .contents-group-section {
    padding: 0 20px 0 40px;
  }
  .recruit-body-section .page-visual-contents .pare-section-title {
    left: 37px;
    position: absolute;
    top: 15px;
  }
  .recruit-body-section .recruit-form-body .form-list li dl.require dt::after {
    right: 15px;
    top: 50%;
  }
  .recruit-body-section .recruit-form-body .form-list li dl dt {
    width: 180px;
  }
  .btn-wrap .submit-btn input,
  .btn-wrap .back-btn input {
    cursor: pointer;
    transition: 0.3s;
  }
  .btn-wrap .submit-btn input:hover,
  .btn-wrap .back-btn input:hover {
    opacity: 0.8;
  }
}

@media not all and (max-width: 1400px){
  html {
    font-size: 62.5%;
  }
}

@media screen and (max-width: 1400px){
  .l-header__bar {
    top: -0.1rem;
  }
  .p-top-head__bar {
    bottom: 0;
  }
  .l-navi__menu {
    gap: 3.2rem;
  }
  .l-top-navi__menu {
    gap: 3.6rem;
  }
}

@media screen and (max-width: 1300px){
  .l-header__logo-link {
    width: auto;
  }
  .p-top-head__logo-link {
    width: 53rem;
  }
}

@media screen and (max-width: 1200px){
  html {
    font-size: 62.5%;
  }
}

@media screen and (max-width: 1080px){
  .l-footer__nav-menu-item {
    font-size: 1.4rem;
  }
}

@media not all and (max-width: 1040px){
  .u-st {
    display: none !important;
  }
}

@media screen and (max-width: 1040px){
  :root {
    --content_width: 750px;
    --content-both_space: 15px;
    --header_height: 76px;
  }
  input[type=text],
  input[type=date],
  input[type=password],
  input[type=email],
  input[type=time],
  input[type=tel],
  input[type=number] {
    font-size: 1.6rem;
    padding: 10px;
  }
  textarea {
    height: 170px;
  }
  input[type=radio] + .mwform-radio-field-text {
    margin: 0;
    padding: 10px 5px 12px 23px;
  }
  input[type=radio] + .mwform-radio-field-text::before {
    height: 15px;
    width: 15px;
  }
  input[type=radio] + .mwform-radio-field-text::after {
    content: "";
    height: 9px;
    left: 3px;
    width: 9px;
  }
  .l-header__bar {
    top: -0.6rem;
  }
  .l-header__right {
    gap: 10px;
  }
  .l-header__trigger-line:nth-of-type(1) {
    top: 1.5rem;
  }
  .l-header__trigger-line:nth-of-type(2) {
    top: 2.7rem;
  }
  .l-header__trigger-line:nth-of-type(3) {
    top: 27px;
  }
  .p-top-head__bar {
    bottom: 0;
  }
  .p-top-head__right {
    gap: 10px;
  }
  .p-top-head__trigger-line:nth-of-type(1) {
    top: 1.5rem;
  }
  .p-top-head__trigger-line:nth-of-type(2) {
    top: 2.7rem;
  }
  .p-top-head__trigger-line:nth-of-type(3) {
    top: 27px;
  }
  .l-header-top__trigger-line:nth-of-type(1) {
    top: 1.5rem;
  }
  .l-header-top__trigger-line:nth-of-type(2) {
    top: 2.7rem;
  }
  .l-header-top__trigger-line:nth-of-type(3) {
    top: 27px;
  }
  .l-navi__mail-sp-link {
    align-items: center;
    background-color: #CD5529;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    top: 0rem;
    width: 100%;
  }
  ul.p-comfort-supplier__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-top-company__contents {
    padding-block: 1.2rem 1rem;
  }
  .p-top-company__content-dl {
    flex-flow: column;
    font-size: 1.5rem;
    gap: 0rem;
    line-height: 1.4;
  }
  .p-top-company__content-dd.--wide {
    white-space: unset;
    width: unset;
  }
  .p-top-company__content-bottom {
    font-size: 1.5rem;
    font-weight: 400;
    margin-top: 1rem;
  }
  .p-top-company__content-bottom p {
    margin-top: 0;
  }
  .p-top-company__content-bottom p:first-child {
    font-weight: 700;
  }
  .u-pc {
    display: none;
  }
  .u-disp__less1023 {
    display: block !important;
  }
}

@media screen and (max-width: 1023px){
  .l-navi__cta-sp.u-st {
    height: 50px;
  }
  .l-navi__cta-sp.u-st {
    gap: 0.8rem;
  }
  .l-navi__tel-sp {
    height: 50px;
    width: 50px;
  }
  .l-navi__mail-sp {
    height: 50px;
    width: 50px;
  }
}

@media screen and (max-width: 1000px){
  html {
    font-size: 50%;
  }
  .l-header__contact-link {
    bottom: 2rem;
    right: 2rem;
  }
  .p-top-head__contact-link {
    right: 2rem;
  }
}

@media screen and (max-width: 999px){
  /* ------------------------------------------------------*/
  .contents {
    padding: 0 10px;
  }
  .column-group-section {
    margin-top: 15px;
  }
  .column-group-section .page-visual-contents {
    margin-bottom: 30px;
  }
  .column-group-section .page-visual-contents .pare-section-title h2 {
    padding: 5px 0 0 10px;
  }
  .column-group-section .page-visual-contents .pare-section-title h2 span {
    bottom: -78px;
    right: 48px;
  }
  .column-group-section .page-visual-contents .pare-section-title h2 span img {
    height: 10px;
  }
  .recruit-body-section {
    padding-bottom: 150px;
  }
  .recruit-body-section .page-visual-contents {
    margin-bottom: 25px;
    padding: 0;
    position: relative;
  }
  .recruit-body-section .page-visual-contents .pare-section-title {
    left: 12px;
    margin-bottom: 30px;
  }
  .recruit-body-section .page-visual-contents .pare-section-title h2 span {
    bottom: -75px;
    right: 45px;
  }
  .recruit-body-section .page-visual-contents h3 {
    border-radius: 25px;
    font-size: 2.4rem;
    height: 45px;
    margin: 0 auto;
    width: 220px;
  }
  .recruit-body-section .page-visual-contents figure {
    display: none;
  }
  .recruit-body-section .recruit-form-body .form-list {
    background: #BDE7D5;
    margin-bottom: 45px;
    padding: 30px 15px;
  }
  .recruit-body-section .recruit-form-body .form-list li:not(:last-child) {
    margin-bottom: 20px;
  }
  .recruit-body-section .recruit-form-body .form-list li dl.require dt::after {
    font-size: 1.4rem;
  }
  .recruit-body-section .recruit-form-body .form-list li dl dd input.pref {
    width: 100%;
  }
  .recruit-body-section .recruit-form-body .form-list li dl .note {
    display: block;
    font-size: 1.3rem;
    margin-left: 0;
  }
  .recruit-body-section .recruit-form-body .submit-btn {
    height: 45px;
    width: 220px;
  }
  .recruit-body-section .recruit-form-body .submit-btn input {
    border-radius: 25px;
    font-size: 2.4rem;
  }
  .recruit-body-section .recruit-form-desc {
    padding: 80px 0 0 0;
  }
  .recruit-body-section .recruit-form-desc h4 {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .recruit-body-section .recruit-form-desc ul {
    padding-left: 20px;
  }
  .recruit-body-section .recruit-form-desc ul li:not(:last-child) {
    margin-bottom: 40px;
  }
  .recruit-body-section .recruit-form-desc ul li span {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .recruit-body-section .recruit-form-desc ul li p {
    font-size: 1.5rem;
    line-height: 1.6;
    padding-left: 15px;
  }
  .contents-group-section .contact-desc p {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .form-list {
    margin-bottom: 20px;
  }
  .form-list li {
    padding: 30px 0;
  }
  .form-list li dl:not(:last-child) {
    margin-bottom: 20px;
  }
  .form-list li dl dt {
    font-size: 1.6rem;
    padding: 0 0 10px 0;
  }
  .form-list li dl dd {
    width: 100%;
  }
  .form-list li dl dd .hyphen {
    padding: 0;
  }
  .form-list li dl dd.zip-input-area > input {
    width: 48%;
  }
  .form-list li dl dd.zip-input-area .hyphen {
    padding: 0 5px;
  }
  .form-list li dl dd.zip-input-area .num_search {
    font-size: 1.3rem;
    margin-left: 15px;
  }
  .form-list li dl .note {
    font-size: 1rem;
    padding: 5px 0 0 15px;
  }
  .mw_wp_form_confirm .input-divide {
    justify-content: flex-start !important;
  }
}

@media screen and (max-width: 900px){
  .l-header__trigger-line:nth-of-type(2).is-active {
    top: 1.9rem;
  }
  .p-top-head__trigger-line:nth-of-type(2).is-active {
    top: 19px;
  }
  .l-header-top__trigger-line:nth-of-type(2).is-active {
    top: 19px;
  }
  body.is-open .l-header__trigger-line:nth-of-type(2) {
    top: 1.9rem;
  }
  .p-top-company__inner {
    gap: 2rem;
  }
  .p-top-company__contents {
    padding-inline: 2rem 5rem;
  }
  .p-top-history__inner {
    gap: 2rem;
  }
  .u-sp3 {
    display: none !important;
  }
}

@media screen and (max-width: 880px){
  .u-pt2 {
    display: none !important;
  }
}

@media screen and (max-width: 868px){
  .wpcf7 form .wpcf7-response-output {
    bottom: 7rem;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 800px){
  .p-top-history__content {
    padding-left: 0.8rem;
  }
}

@media not all and (max-width: 768px){
  a[href^="tel:"] {
    pointer-events: none;
  }
  .u-pt {
    display: none !important;
  }
}

@media screen and (max-width: 768px){
  :root {
    --header_height: 76px;
  }
  html {
    font-size: 62.5%;
  }
  .pagetop {
    bottom: -5rem;
    right: 4vw;
    width: 3.6rem;
  }
  label {
    font-size: 1.4rem;
  }
  textarea {
    font-size: 1.6rem;
    padding: 1.5rem 1rem;
  }
  input[type=checkbox] {
    top: calc(50% - 0.1rem);
  }
  input[type=checkbox] ~ .wpcf7-list-item-label::after {
    top: 6px;
  }
  .l-footer {
    padding-block: 3.2rem 0;
  }
  .l-footer__cta-link {
    font-size: 1.6rem;
  }
  .l-footer__inner {
    align-items: center;
    flex-flow: column;
    max-width: 40rem;
    padding-bottom: 2rem !important;
  }
  .l-footer__inner.u-con--md {
    padding-top: 3rem;
  }
  .l-footer__copyright {
    font-weight: 700;
    justify-content: center;
  }
  .l-footer__subwrap {
    flex-flow: column;
    gap: 0;
    margin-top: 3rem;
  }
  .l-footer__nav-menu-item {
    font-size: 1.2rem;
  }
  .l-footer__nav-menu-item:nth-child(even) {
    border-left: dashed 1px #fff;
  }
  .l-footer__nav-menu-item a {
    align-items: center;
    display: block;
    padding: 0.8rem 1.2rem;
    position: relative;
    transition: 0.3s;
    width: 100%;
  }
  .l-footer__nav-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2rem;
  }
  .l-footer__nav-menu-item a::before {
    display: none;
  }
  .l-footer__nav-menu-item:last-of-type a::after {
    display: none;
  }
  address {
    margin-top: 1rem;
    text-align: left;
    text-align: center;
  }
  .l-footer__nav-wrap {
    display: flex;
    flex-direction: column-reverse;
    gap: 3rem;
    margin-top: 0;
  }
  .l-footer__logo {
    margin-top: 0;
    text-align: center;
    width: 44%;
  }
  .l-footer__deco-text {
    height: 3rem;
    opacity: 0.6;
    right: 1rem;
    top: 1.5rem;
  }
  .l-footer__cta {
    margin-inline: auto;
    margin-top: 4rem;
    text-align: center;
  }
  .l-header {
    height: 5rem;
  }
  .l-header__mv {
    height: 8.4rem;
  }
  .l-header__inner {
    gap: 0;
  }
  .l-header__deco {
    bottom: 0rem;
    left: 0;
    width: 34rem;
  }
  .l-header__logo {
    align-items: center;
    display: flex;
    gap: 10px;
    padding-left: 0;
    padding-top: 2rem;
  }
  .l-header__logo-link {
    width: 24rem;
  }
  .l-header__home-logo {
    display: none;
  }
  .l-header__right {
    gap: 1rem;
  }
  .l-header__trigger {
    background: #9e9884;
    border-radius: 6px;
    height: 4rem;
    height: 4rem;
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 4rem;
    width: 4rem;
  }
  .l-header__trigger-line:nth-of-type(1) {
    top: 1.1rem;
  }
  .l-header__trigger-line:nth-of-type(3) {
    top: 1.9rem;
  }
  .p-top-fv__top {
    height: calc(100vh - 9rem);
  }
  .p-top-fv__logo-link {
    width: 24rem;
  }
  .p-top-fv__body {
    padding-top: 15%;
    top: 3rem;
  }
  .p-top-fv__cta {
    padding-block: 2rem 0.05rem;
    width: 22rem;
  }
  .p-top-fv__text {
    font-size: 2rem;
    padding-left: 1.5rem;
  }
  .p-top-fv__text-bottom {
    font-size: 1.3rem;
    padding-bottom: 2rem;
    padding-inline: 1.5rem;
  }
  .p-top-fv__cta-work-link {
    font-size: 1.4rem;
  }
  .p-top-fv__cta-contact-link {
    font-size: 1.4rem;
  }
  .p-top-head {
    height: 9rem;
  }
  .p-top-head__mv {
    margin-top: 5rem;
  }
  .p-top-head__inner {
    gap: 0;
  }
  .p-top-head__deco {
    padding-top: 0.3rem;
    width: 34rem;
  }
  .p-top-head__logo-link {
    width: 24rem;
  }
  .p-top-head__home-logo {
    display: none;
  }
  .p-top-head__right {
    gap: 1rem;
  }
  .p-top-head__trigger {
    height: 24px;
    width: 21px;
  }
  .p-top-head__trigger-line:nth-of-type(1) {
    top: 0.3rem;
  }
  .p-top-head__trigger-line:nth-of-type(3) {
    top: 2.7rem;
  }
  .l-header-top {
    background: transparent;
    height: 5rem;
    position: absolute;
  }
  .l-header-top__inner {
    gap: 0;
  }
  .l-header-top__home-logo {
    display: none;
  }
  .l-header-top__trigger {
    height: 24px;
    width: 21px;
  }
  .l-header-top__trigger-line:nth-of-type(1) {
    top: 0.3rem;
  }
  .l-header-top__trigger-line:nth-of-type(3) {
    top: 1.1rem;
  }
  .p-top-fv__inner {
    padding: 2.3rem 2rem;
    padding-top: 2rem;
  }
  .l-navi {
    background: #333;
  }
  .l-navi {
    background-color: #9e9884;
    border: none;
    color: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    max-width: 100vw;
    opacity: 0;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    transition-duration: 0.5s;
    transition-property: opacity, visibility;
    visibility: hidden;
    width: 100%;
    z-index: 51;
  }
  .l-navi__inner {
    height: -moz-max-content;
    height: max-content;
    padding-bottom: 5rem;
    padding-inline: 2rem;
    width: 100%;
  }
  .l-navi__inner {
    padding-inline: 1.2rem;
  }
  .l-navi__cta {
    flex-direction: column-reverse;
    flex-flow: column;
    gap: 3.5rem;
    margin-left: 0;
    text-align: center;
  }
  .l-navi__mail-link {
    max-width: 24.4rem;
    width: 100%;
  }
  .l-navi__mail-link::before {
    left: 4.5rem;
  }
  .l-navi__menu {
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 12rem;
    padding-inline: 2rem;
  }
  .l-navi__menu {
    align-items: unset;
    gap: 2rem;
    margin: 5.5rem auto 0;
    max-width: 40rem;
    padding-inline: unset;
    width: 75%;
  }
  .l-navi__menu-link {
    font-size: 1.2rem;
  }
  .l-navi__menu-link {
    color: #fff;
    font-size: 2rem;
    padding-block: 0.5rem;
    text-align: left;
    width: 100%;
  }
  .l-navi__menu-link {
    border: 1px solid #fff;
    font-size: 1.8rem;
    text-align: center;
  }
  .l-navi__mail {
    margin-top: 2rem;
  }
  .l-top-navi {
    border: none;
    color: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    max-width: 100vw;
    opacity: 0;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    transition-duration: 0.5s;
    transition-property: opacity, visibility;
    visibility: hidden;
    width: 100%;
    z-index: 51;
  }
  .l-top-navi__inner {
    height: -moz-max-content;
    height: max-content;
    padding-bottom: 5rem;
    padding-inline: 2rem;
    width: 100%;
  }
  .l-top-navi__inner {
    padding-inline: 1.2rem;
  }
  .l-top-navi__cta {
    flex-direction: column-reverse;
    flex-flow: column;
    gap: 3.5rem;
    margin-left: 0;
  }
  .l-top-navi__menu {
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 12rem;
    padding-inline: 2rem;
  }
  .l-top-navi__menu {
    align-items: unset;
    gap: 2rem;
    margin: 9.5rem auto 0;
    margin-top: 9.5rem;
    padding-inline: unset;
    width: 60%;
  }
  .l-top-navi__menu-item {
    margin-left: 0rem;
    max-width: 400px;
  }
  .l-top-navi__menu-link {
    font-size: 1.2rem;
  }
  .l-top-navi__menu-link {
    color: #fff;
    font-size: 2rem;
    padding-block: 0.5rem;
    text-align: left;
    width: 100%;
  }
  .l-top-navi__menu-link {
    border-bottom: 1px solid #fff;
    font-size: 1.8rem;
  }
  .l-top-navi__mail {
    margin-top: 2rem;
  }
  .l-navi__tel-sp {
    height: 40px;
    width: 40px;
  }
  .l-navi__mail-sp-link {
    top: 0rem;
  }
  .l-navi__mail-sp {
    margin-right: 0;
  }
  .l-header__contact-link-wrap {
    display: none;
  }
  .l-navi__nav-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2rem;
  }
  .l-navi__nav-menu-item {
    color: #fff;
    font-size: 1.2rem;
  }
  .l-navi__nav-menu-item:nth-child(even) {
    border-left: dashed 1px #fff;
  }
  .l-navi__nav-menu-item a {
    align-items: center;
    display: block;
    padding: 0.8rem 1.2rem;
    position: relative;
    text-align: center;
    transition: 0.3s;
    width: 100%;
  }
  .l-navi__cta {
    gap: 0.5rem;
    margin-inline: auto;
    margin-top: 4rem;
  }
  #loader {
    height: calc(100vh - 9rem);
  }
  .animation_bg,
  .animation_bg_hide {
    grid-template-columns: unset;
    grid-template-rows: repeat(6, 1fr);
    height: callc(100vh/6.5);
  }
  .animation_bg img,
  .animation_bg_hide img {
    height: callc(100vh/6.5);
  }
  .js-fade-out-up {
    transform: translateX(0);
  }
  .js-fade-out-up.animate {
    transform: translateX(100%);
  }
  .js-fade-out-dawn {
    transform: translateX(0);
  }
  .js-fade-out-dawn.down-animate {
    transform: translateX(100%);
  }
  .c-title {
    font-size: 2.8rem;
  }
  .c-title-text {
    font-size: 3.2rem;
  }
  .c-title-text-second {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.904;
    margin-top: 3rem;
  }
  .p-top-reservation__contents-tel-time {
    font-size: 1.6rem;
  }
  .c-title--small {
    font-size: 2rem;
  }
  .pare-section-title {
    position: absolute;
  }
  .pare-section-title__side {
    bottom: 4%;
    left: 25.5%;
    top: auto;
  }
  .pare-section-title__side h1 {
    font-size: 1.6rem;
  }
  .pare-section-title__side p {
    font-size: 1rem;
  }
  .personal-body-content p.personal-body-text {
    color: #ffd800;
    font-size: 3.3rem;
    line-height: 1;
    padding-bottom: 0rem;
    padding-left: 0rem;
    text-align: center;
  }
  .l-main {
    padding-block: 4.5rem 7rem;
  }
  .personal-body-content p.personal-body-top-text {
    font-size: 2rem;
    white-space: nowrap;
  }
  .personal-body-content p.p-page-comfort__text {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
  .personal-body-content h2.p-comfort-supplier__title {
    font-size: 1.8rem;
    margin-top: 4rem;
  }
  .personal-body-content h2.p-comfort-supplier__title::before {
    background-size: cover;
    height: 100%;
  }
  ul.p-comfort-supplier__items {
    background-color: rgba(239, 236, 214, 0.75);
    border-radius: 1.2rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding-block: 2.2rem;
    padding-inline: 3rem;
    row-gap: 0.5rem;
    white-space: nowrap;
  }
  .personal-body-content p.p-comfort-supplier__text-contact {
    font-size: 1.8rem;
    text-align: center;
  }
  .personal-body-content p.p-comfort-supplier__text {
    text-align: left;
  }
  figure.p-page-comfort__img {
    margin-top: 6rem;
  }
  main.l-main.p-comfort {
    background-position: -105px 420px;
  }
  dl {
    flex-flow: column;
  }
  span.p-country-name {
    font-size: 3.3rem;
    line-height: 1;
  }
  .contents-group-section .contact-desc p.contact-desc-top {
    font-size: 1.8rem;
    margin-top: 0.5rem;
  }
  section.personal-body-contents.p-contact {
    gap: 0;
  }
  .contents-group-section .contact-desc p.contact-desc-text {
    margin-top: 0.5rem;
  }
  .p-contact__contents {
    margin-top: 1rem;
    padding-left: 0;
  }
  .main-contents-area {
    margin-top: 1.5rem;
    width: 100%;
  }
  .form-list li dl dd {
    display: flex;
    flex-wrap: wrap;
  }
  .form-list li dl dd.input-column {
    gap: 1rem;
    width: 100%;
  }
  form.h-adr dl {
    flex-flow: column;
  }
  /* ------------------------------------------------------*/
  .mw_wp_form_complete dl dt {
    text-align: center;
  }
  .mw_wp_form_complete dl dd {
    text-align: left;
  }
  .mw_wp_form_complete .btn-wrap {
    padding-top: 40px;
  }
  select {
    width: 100%;
  }
  .btn-wrap .submit-btn {
    margin: 0 auto;
  }
  .btn-wrap .back-btn {
    margin: 35px auto 0;
  }
  .btn-wrap {
    display: flex;
    flex-flow: column;
    gap: 1rem;
    margin-left: 0;
  }
  .p-contact-thanks__title {
    font-size: 2rem;
    margin-top: 2rem;
    padding-left: 0;
    text-align: center;
  }
  .p-contact-thanks__text {
    padding-left: 0;
  }
  .p-page-404__dl {
    align-items: baseline;
  }
  .p-page-404__title {
    font-size: 4rem;
  }
  .personal-body-contents.contact {
    gap: 0;
  }
  div#mw_wp_form_mw-wp-form-189 {
    padding-left: 0;
  }
  dd.zip-input-area.yuubin span {
    width: 48%;
  }
  .personal-body-content {
    padding-inline: 0;
  }
  .personal-body-content h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .personal-body-content p {
    font-size: 1.4rem;
    margin-bottom: 38px;
  }
  .page-visual-contents {
    max-width: 32rem;
    padding-left: 0;
    width: 100%;
  }
  .personal-body-contents {
    align-items: center;
    flex-flow: column;
  }
  .personal-body-text.en.pribacy {
    margin-bottom: 4rem;
  }
  .page-visual-contents-deco {
    display: none;
  }
  .personal-body-content p.personal-body-top-text {
    font-size: 1.2rem;
    white-space: nowrap;
  }
  .p-top-company__inner {
    align-items: center;
    flex-flow: column;
    gap: 1rem;
  }
  .p-top-company__side-title {
    bottom: 4%;
    left: 25.5%;
    top: auto;
  }
  .p-top-company__side-title h2 {
    font-size: 1.6rem;
  }
  .p-top-company__contents {
    padding-block: 2rem 1rem;
    padding-inline: 2rem 2rem;
  }
  .p-top-history__content .text {
    font-size: 1.4rem;
  }
  .p-top-company__content-dt {
    text-align: left;
    width: 100%;
    -moz-text-align-last: left;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align-last: left;
  }
  .p-top-company__content-dd {
    font-weight: 400;
    margin: 0.2em;
    padding-left: 1em;
  }
  .p-top-company__content-number {
    gap: 2rem;
    margin-top: 1rem;
  }
  .p-top-company__content-bottom p {
    white-space: unset;
  }
  .p-top-company__content-bottom p:not(:first-of-type) {
    padding-left: 1em;
  }
  span.wpcf7-list-item-label span {
    font-size: 1.4rem;
  }
  span.wide {
    padding-left: 0;
  }
  span.wide2 {
    padding-left: 0;
  }
  .wpcf7-not-valid-tip {
    font-size: 1.2rem;
  }
  .p-top-contact__privacy-text-box {
    padding: 1rem;
  }
  .p-top-contact__privacy-text {
    font-size: 1.2rem;
  }
  .wpcf7 form .wpcf7-response-output {
    bottom: 6rem;
    font-size: 1rem;
    width: 20rem;
  }
  .p-top-history__inner {
    align-items: center;
    flex-flow: column;
    gap: 1rem;
  }
  .p-top-history__contents {
    margin-top: 2rem;
  }
  .p-top-history__content {
    flex-flow: column;
    font-size: 1.5rem;
    gap: 0.5rem;
    padding-bottom: 1.2rem;
    padding-left: 1rem;
  }
  .p-top-history__content .year {
    white-space: unset;
    width: 100%;
  }
  .p-top-history__content:not(:first-of-type) {
    padding-block: 1.2rem;
  }
  .p-top-history__side-title h2 {
    font-size: 1.6rem;
  }
  .p-top-work__body {
    flex-flow: column;
    margin-inline: auto;
    max-width: 40rem;
  }
  .p-top-work__text {
    font-size: 1.4rem;
  }
  .p-top-work__link {
    font-size: 1.4rem;
  }
  .p-top-company__side-img {
    height: 100%;
    position: absolute;
    right: 2.65rem;
    top: 0px;
    width: 39.4%;
  }
  h1.p-top-fv__logo.js-fade-in-up.fade_animate {
    justify-content: start;
  }
  ul.p-top-company__content-lists {
    grid-template-columns: repeat(3, 1fr);
  }
  .u-sp {
    display: none !important;
  }
  .u-pb-wide {
    padding-bottom: 8rem;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px){
  .l-top-navi {
    background: #FFD800;
  }
}

@media screen and (max-width: 767px){
  .pc-only-inline {
    display: none;
  }
  .sp-only-inline {
    display: inline;
  }
}

@media screen and (max-width: 666px){
  .u-con--md {
    margin: 0 auto;
    max-width: unset;
    padding: 0 20px;
    width: 100%;
  }
}

@media screen and (max-width: 580px){
  .animation_bg,
  .animation_bg_hide {
    height: callc(100vh/6.5);
  }
  .animation_bg img,
  .animation_bg_hide img {
    height: callc(100vh/6.5);
  }
}

@media not all and (max-width: 480px){
  .u-sp2 {
    display: none !important;
  }
}

@media screen and (max-width: 480px){
  .l-header__trigger-line:nth-of-type(1).is-active {
    top: 1.9rem;
  }
  .l-header__trigger-line:nth-of-type(2).is-active {
    top: 1.9rem;
  }
  .p-top-head__trigger-line:nth-of-type(1).is-active {
    top: 1.1rem;
  }
  .p-top-head__trigger-line:nth-of-type(2).is-active {
    top: 11px;
  }
  .l-header-top__trigger-line:nth-of-type(1).is-active {
    top: 1.1rem;
  }
  .l-header-top__trigger-line:nth-of-type(2).is-active {
    top: 11px;
  }
  body.is-open .l-header__trigger-line:nth-of-type(1) {
    top: 2.1rem;
  }
  body.is-open .l-header__trigger-line:nth-of-type(2) {
    top: 2.1rem;
  }
  ul.p-top-company__content-lists {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 360px){
  /* ------------------------------------------------------*/
  .form-list li dl dd.zip-input-area .num_search {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 350px){
  .l-navi__menu {
    width: 84%;
  }
  .l-top-navi__menu {
    width: 84%;
  }
}

@media (hover: hover) and (pointer: fine){
  .l-header__logo-link:hover {
    opacity: 0.6;
  }
  .p-top-head__logo-link:hover {
    opacity: 0.6;
  }
}

@media all and (-ms-high-contrast: none){
  html,
  body {
    display: none;
  }
}
/*# sourceMappingURL=maps/style.css.map */
