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

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

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

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

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

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

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

/* Lists (definition) */
/* ============================================ */
dt {
  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-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* 使用例
@use "global" as g;
@use "sass:map";

.hoge {
z-index: map.get(g.$layer, "header");
}

相対的な順番は、共通定義したドロワーの値から
z-index: map.get($layer, "drawer") + 1;
あるいは
z-index: map.get($layer, "drawer") - 1;
などして制御。
*/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 2;
  color: #444444;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (max-width: 420px) {
  body {
    font-size: 0.9375rem;
    letter-spacing: 0.04em;
    line-height: 1.8666666667;
    font-weight: 300;
    overflow: scroll;
  }
}

.l-main {
  margin-top: 120px;
}
@media screen and (max-width: 1199px) {
  .l-main {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .l-main {
    margin-top: 60px;
  }
}

.p-fontEn {
  font-family: "Times New Roman", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.p-fontEn__emphasis {
  font-family: "Lust Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.p-fontMin {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

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

@media screen and (min-width: 1200px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 1199px) {
  a[href^="tel:"] {
    color: #1A0DAB;
    text-decoration: underline;
    transition: all 0.4s ease-in-out;
  }
  a[href^="tel:"]:hover {
    color: #ECAD53;
  }
}

.l-header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.12);
}
.l-header__wrap {
  width: calc(100% - 30px);
  height: 120px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1600px) {
  .l-header__wrap {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 1199px) {
  .l-header__wrap {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__wrap {
    width: 100%;
    height: 60px;
  }
}
.l-header__logoArea {
  display: flex;
  align-items: center;
  transition: ease-out 0.2s;
}
.l-header__logoArea:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .l-header__logoArea {
    padding-left: 15px;
  }
}
@media screen and (max-width: 420px) {
  .l-header__logoArea {
    padding-left: 10px;
  }
}
.l-header__imgWrap {
  width: 103px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .l-header__imgWrap {
    width: 85px;
    margin-right: 12px;
  }
}
@media screen and (max-width: 420px) {
  .l-header__imgWrap {
    width: 68px;
    margin-right: 8px;
  }
}
.l-header__subTtl {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .l-header__subTtl {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 420px) {
  .l-header__subTtl {
    font-size: 0.5rem;
  }
}
.l-header__ttl {
  font-size: 1.25rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-header__ttl {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 420px) {
  .l-header__ttl {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 1199px) {
  .l-header__navArea {
    display: none;
  }
}
.l-header__btnArea {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.l-header__btn {
  position: relative;
  width: 220px;
  height: 60px;
  border: 1px solid #363636;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: ease-out 0.2s;
}
@media screen and (max-width: 1199px) {
  .l-header__btn {
    width: 100%;
  }
}
.l-header__btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: #363636;
}
.l-header__btn.--halfWay {
  border: 1px solid #111;
}
.l-header__btn.--halfWay::before {
  background: #111;
}
.l-header__btn::after {
  content: "";
  width: 135%;
  height: 100%;
  background-color: #faf5ef;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform-origin: top left;
  transform: skewX(-45deg) translateX(-100%);
  transition: 0.4s cubic-bezier(0.935, 0.55, 0.255, 1);
}
.l-header__btn:hover::after {
  transform-origin: top right;
  transform: skewX(-45deg) translateX(0);
}
.l-header__iconWrap {
  width: 23.2px;
  margin-right: 10px;
}
.l-header__icon {
  display: block;
  width: 100%;
}
.l-header__btnTxt {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #E1B432;
  letter-spacing: 0;
}
.l-header__list {
  display: flex;
  height: 60px;
}
.l-header__listItem {
  height: 100%;
  line-height: 60px;
}
.l-header__listItem:not(:last-child) {
  margin-right: 23px;
}
@media screen and (min-width: 1600px) {
  .l-header__listItem:not(:last-child) {
    margin-right: 37px;
  }
}
.l-header__link {
  position: relative;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0;
  transition: ease-out 0.2s;
}
.l-header__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scale(0, 1);
  transform-origin: center top;
  width: 100%;
  height: 4px;
  background: #B1A47D;
  transition: all 0.2s ease-out;
}
.l-header__link:hover::after {
  transform: translateX(-50%) scale(1, 1);
}
.l-header__navAreaSp {
  display: none;
}
@media screen and (max-width: 1199px) {
  .l-header__navAreaSp {
    display: block;
  }
}

nav li.has-child:hover > div,
nav li.has-child ul li:hover > div,
nav li.has-child:active > div,
nav li.has-child ul li:active > div {
  visibility: visible;
  opacity: 1;
}

.l-main {
  overflow: hidden;
}

.l-footer {
  /*============
  ttlArea
  ============*/
  /*============
  navArea
  ============*/
  /*============
  copyright
  ============*/
}
.l-footer__body {
  display: flex;
  justify-content: space-between;
  padding: 82px 0 60px;
}
@media screen and (max-width: 1199px) {
  .l-footer__body {
    flex-direction: column;
    padding: 50px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__body {
    padding: 42px 0 40px;
  }
}
.l-footer__ttlArea {
  margin-top: 8px;
}
@media screen and (max-width: 1199px) {
  .l-footer__ttlArea {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__ttlArea {
    margin-bottom: 0;
  }
}
.l-footer__logoArea {
  display: flex;
  align-items: center;
  transition: ease-out 0.2s;
  margin-bottom: 45px;
}
.l-footer__logoArea:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1199px) {
  .l-footer__logoArea {
    margin-bottom: 30px;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logoArea {
    margin-bottom: 0;
  }
}
.l-footer__imgWrap {
  width: 103px;
  margin-right: 15px;
}
@media screen and (max-width: 1199px) {
  .l-footer__imgWrap {
    width: 133px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .l-footer__ttlWrap {
    text-align: center;
  }
}
.l-footer__subTtl {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 7px;
}
.l-footer__ttl {
  font-size: 1.25rem;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  .l-footer__btnWrap {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__btnWrap {
    display: none;
  }
}
.l-footer__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 48px;
  background: transparent linear-gradient(180deg, #E9C046 0%, #DDB026 51%, #D2A006 100%);
  transition: all 0.2s ease-out;
}
.l-footer__btn:hover {
  opacity: 0.6;
}
.l-footer__btn:not(:last-child) {
  margin-bottom: 10px;
}
.l-footer__icoWrap {
  width: 23.2px;
  margin-right: 10px;
}
.l-footer__ico {
  display: block;
}
.l-footer__btnTxt {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__navArea {
    display: none;
  }
}
.l-footer__nav {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .l-footer__nav {
    justify-content: center;
  }
}
.l-footer__navList:not(:last-child) {
  margin-right: 60px;
}
@media screen and (min-width: 1600px) {
  .l-footer__navList:not(:last-child) {
    margin-right: 85px;
  }
}
@media screen and (max-width: 1199px) {
  .l-footer__navList:not(:last-child) {
    margin-right: 80px;
  }
}
.l-footer__navItem {
  position: relative;
}
.l-footer__navItem::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -0.8em;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #E1B432;
}
.l-footer__link {
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0;
  transition: ease-out 0.2s;
}
.l-footer__link:not(.--notHover):hover {
  color: #E1B432;
}
.l-footer__navChild {
  margin-top: 4px;
}
.l-footer__childItem {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.6;
  padding-left: 1.2em;
}
.l-footer__childItem::before {
  content: "-";
  position: absolute;
  left: 0;
  transition: ease-out 0.2s;
}
.l-footer__childLink {
  transition: ease-out 0.2s;
}
.l-footer__childLink:hover {
  color: #E1B432;
}
.l-footer__copyWrap {
  background: transparent linear-gradient(90deg, #B1A47D 0%, #9F936D 52%, #B1A47D 100%);
  height: 70px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__copyWrap {
    height: 100px;
  }
}
.l-footer__copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__copyNav {
    width: 100%;
    margin-bottom: 15px;
  }
}
.l-footer__copyList {
  display: flex;
  align-items: center;
}
.l-footer__copyItem {
  position: relative;
  color: #fff;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .l-footer__copyItem {
    display: block;
    width: 50%;
  }
}
.l-footer__copyItem:not(:first-child) {
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .l-footer__copyItem:not(:first-child) {
    padding-left: 1.4em;
  }
}
.l-footer__copyItem:not(:last-child) {
  padding-right: 2em;
}
@media screen and (max-width: 767px) {
  .l-footer__copyItem:not(:last-child) {
    text-align: right;
    padding-right: 1.4em;
    margin-right: 1em;
  }
}
.l-footer__copyItem:not(:last-child)::after {
  content: "｜";
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  .l-footer__copyItem:not(:last-child)::after {
    right: -1em;
  }
}
@media screen and (max-width: 420px) {
  .l-footer__copyItem {
    font-size: 0.75rem;
  }
}
.l-footer__copyLink {
  transition: ease-out 0.2s;
}
.l-footer__copyLink:hover {
  opacity: 0.5;
}
.l-footer__copyTxt {
  font-size: 0.875rem;
  color: #fff;
}
@media screen and (max-width: 420px) {
  .l-footer__copyTxt {
    font-size: 0.75rem;
  }
}

.l-inner {
  max-width: 1200px;
  width: 95%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 93.6%;
  }
}
@media screen and (max-width: 767px) {
  .l-inner.--tiny {
    width: 87.2%;
  }
}
.l-inner.__xs {
  max-width: 900px;
  width: 95%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .l-inner.__xs {
    width: 93.6%;
  }
}

.c-btn {
  position: relative;
  width: 348px;
  max-width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  background: transparent linear-gradient(90deg, #E9C046 0%, #DDB026 51%, #D2A006 100%);
  border-radius: 161px;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1199px) {
  .c-btn {
    height: 65px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn {
    height: 60px;
    margin: auto;
    width: 90%;
    max-width: 348px;
  }
}
.c-btn::before {
  content: "";
  position: absolute;
  bottom: calc(48% + 2px);
  right: 30px;
  width: 8px;
  height: 1px;
  background: #DBD1B8;
  transform: translateY(50%) skewY(31deg);
  transition: all 0.2s ease-out;
}
.c-btn::after {
  content: "";
  position: absolute;
  top: 52%;
  right: 30px;
  width: 28px;
  height: 1px;
  background: #DBD1B8;
  transition: all 0.2s ease-out;
}
.c-btn:hover {
  opacity: 0.7;
}
.c-btn:hover::before {
  right: 20px;
}
.c-btn:hover::after {
  right: 20px;
}
.c-btn.--large {
  width: 422px;
  max-width: 90%;
}
.c-btn--large {
  width: 422px;
  max-width: 90%;
}
.c-btn.--xl {
  width: 660px;
  max-width: 100%;
}
.c-btn.--xl::before {
  right: 40px;
}
.c-btn.--xl::after {
  right: 40px;
}
.c-btn.--xl:hover::before {
  right: 20px;
}
.c-btn.--xl:hover::after {
  right: 20px;
}

.c-btn02 {
  position: relative;
  width: 348px;
  max-width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 161px;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1199px) {
  .c-btn02 {
    height: 65px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn02 {
    height: 60px;
    margin: auto;
    width: 95%;
    max-width: 310px;
  }
}
.c-btn02::before {
  content: "";
  position: absolute;
  bottom: calc(48% + 2px);
  right: 30px;
  width: 8px;
  height: 1px;
  background: #fff;
  transform: translateY(50%) skewY(31deg);
  transition: all 0.2s ease-out;
}
.c-btn02::after {
  content: "";
  position: absolute;
  top: 52%;
  right: 30px;
  width: 28px;
  height: 1px;
  background: #fff;
  transition: all 0.2s ease-out;
}
.c-btn02:hover {
  color: #1d1d1f;
  background: #fff;
}
.c-btn02:hover::before {
  right: 20px;
  background: #1d1d1f;
}
.c-btn02:hover::after {
  right: 20px;
  background: #1d1d1f;
}

.c-link {
  color: #1A0DAB;
  text-decoration: underline;
  transition: all 0.4s ease-in-out;
}
.c-link:hover {
  color: #ECAD53;
}

/*画面遷移の後現れるコンテンツ設定*/
#container {
  opacity: 0;
  /*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #container {
  animation-name: PageAnimeAppear;
  animation-duration: 1.8s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-headerChild {
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 120px;
  left: 0;
  background: #F4F5F4;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-out;
}
.p-headerChild__wrapper {
  height: 230px;
  width: 1040px;
  max-width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-headerChild__ttlArea {
  position: relative;
}
.p-headerChild__ttlArea::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 115px;
  top: 50%;
  right: -130px;
  transform: translateY(-50%);
  background: #B1A47D;
}
.p-headerChild__ttl {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}
.p-headerChild__subTtl {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
}
.p-headerChild__list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 62px;
  width: 545px;
}
.p-headerChild__item {
  width: 140px;
  line-height: 2;
}
.p-headerChild__border {
  position: relative;
  border-bottom: 1px solid #000;
}
.p-headerChild__border::before {
  content: "01.";
  font-size: 0.625rem;
  font-family: "Times New Roman", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  position: absolute;
  top: -15px;
  left: 0;
}
.p-headerChild__border::after {
  content: "";
  width: 5px;
  height: 3px;
  background: url(../img/icon-arrow-black.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
}
.p-headerChild__border--02::before {
  content: "02.";
}
.p-headerChild__border--03::before {
  content: "03.";
}
.p-headerChild__border--04::before {
  content: "04.";
}
.p-headerChild__border--05::before {
  content: "05.";
}
.p-headerChild__border--06::before {
  content: "06.";
}
.p-headerChild__link {
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-out;
}
.p-headerChild__link:hover {
  color: #E1B432;
}

.p-headerSp {
  position: relative;
  width: 80px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-headerSp {
    width: 60px;
  }
}
.p-headerSp__btnArea {
  width: calc(100% - 24px);
  margin: auto;
  display: flex;
  gap: 7px;
}

.p-drawer {
  position: absolute;
  top: 50%;
  right: 50%;
  transition: transform 0.5s ease 0s;
  transform: translate(50%, -50%);
}
.p-drawer.is-active {
  z-index: 300;
}
.p-drawer.is-active .p-drawer__bar1 {
  transform: rotate(-45deg);
  top: 8px;
}
.p-drawer.is-active .p-drawer__bar2 {
  display: none;
}
.p-drawer.is-active .p-drawer__bar3 {
  transform: rotate(45deg);
  top: 8px;
}
.p-drawer__bars {
  position: absolute;
  width: 20px;
  height: 18.5px;
  display: block;
  position: relative;
}
.p-drawer__bar1, .p-drawer__bar2, .p-drawer__bar3 {
  position: absolute;
  width: 20px;
  height: 2px;
  background: #B1A47D;
  top: 0;
  left: 0;
  transition: all 0.2s ease-out;
}
.p-drawer__bar1 {
  top: 0;
}
.p-drawer__bar2 {
  top: 9.25px;
}
.p-drawer__bar3 {
  top: 18.5px;
}

.p-drawerContent {
  position: fixed;
  overflow: auto;
  z-index: 299;
  top: 80px;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 40px 0 100px;
  background: url(../img/bg-drawer.jpg) top right/cover;
  transition: transform 0.5s ease 0s;
  transform: translateX(110%);
}
.p-drawerContent.is-active {
  transform: translateX(0);
}
@media screen and (max-width: 767px) {
  .p-drawerContent {
    top: 60px;
  }
}
.p-drawerContent__list {
  width: calc(100% - 50px);
  margin: auto;
  background: #fff;
  margin-bottom: 27px;
  padding: 62px 35px 54px 32px;
}
.p-drawerContent__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  padding-left: 1em;
}
.p-drawerContent__item:not(:last-child) {
  margin-bottom: 23px;
}
.p-drawerContent__item::before {
  content: "";
  width: 11px;
  height: 7px;
  position: absolute;
  top: 12px;
  left: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 7px;
  border-color: transparent transparent transparent #E1B432;
}
.p-drawerContent__item--btn {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
}
.p-drawerContent__item--btn::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 20px;
  background: #B1A47D;
  transition: all 0.2s ease-out;
}
.p-drawerContent__item--btn::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 4px;
  background: #B1A47D;
}
.p-drawerContent__item--btn.is-active::before {
  height: 4px;
}
.p-drawerContent__link {
  flex: 1;
}
.p-drawerContent__childList {
  display: none;
  width: 100%;
  top: 100%;
  left: 0;
  transition: all 0.2s ease-out;
}
.p-drawerContent__childItem {
  position: relative;
  padding-left: 1em;
}
.p-drawerContent__childItem::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #A2A2A2;
}
.p-drawerContent__childLink {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  font-weight: 400;
}

.p-worksCards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 70px;
  margin: 0 15px;
}
@media screen and (max-width: 1199px) {
  .p-worksCards {
    grid-template-columns: repeat(auto-fit, minmax(248px, 1fr));
    gap: 30px 50px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-worksCards {
    grid-template-columns: repeat(auto-fit, minmax(182px, 1fr));
    gap: 25px 30px;
  }
}
@media screen and (max-width: 420px) {
  .p-worksCards {
    grid-template-columns: 1fr 1fr;
    gap: 20px 10px;
    margin: 0;
  }
}
.p-worksCards__item {
  position: relative;
  display: block;
  transform: scale(1, 1);
  transition: all 0.4s ease-out;
}
.p-worksCards__item:hover {
  transform: scale(1.1, 1.1);
  opacity: 0.9;
}

.p-footerBox {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-footerBox {
    flex-direction: column;
  }
}
.p-footerBox__wrap {
  overflow: hidden;
  position: relative;
  width: 50%;
  aspect-ratio: 800/306;
  max-height: 306px;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: ease-out 0.4s;
  background: #363636;
}
.p-footerBox__wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 8.125%;
  width: 16.75%;
  height: 117%;
  opacity: 0.41;
  background: url(../img/icon-logo.svg) no-repeat center center/contain;
}
.p-footerBox__wrap.--midCareer {
  background: #1d1d1f;
}
.p-footerBox__wrap.--midCareer::after {
  left: auto;
  right: 8.125%;
  transform: scale(-1, 1);
}
.p-footerBox__wrap:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-footerBox__wrap {
    width: 100%;
    aspect-ratio: 375/100;
  }
  .p-footerBox__wrap::after {
    left: 3%;
  }
  .p-footerBox__wrap.--midCareer::after {
    right: 3%;
  }
}
.p-footerBox__txtWrap {
  text-align: center;
}
.p-footerBox__ttl {
  color: #E1B432;
  font-size: calc(18px + 0.0204545455 * (100vw - 320px));
  min-height: 0vw;
}
@media screen and (min-width: 1200px) {
  .p-footerBox__ttl {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footerBox__ttl {
    line-height: 1;
    margin-bottom: 8px;
  }
}
.p-footerBox__txt {
  color: #E1B432;
  font-weight: 700;
  line-height: 1.5;
  font-size: calc(14px + 0.0068181818 * (100vw - 320px));
  min-height: 0vw;
}
@media screen and (min-width: 1200px) {
  .p-footerBox__txt {
    font-size: 1.25rem;
  }
}

.p-bgArea {
  position: relative;
  width: 100%;
}
.p-bgArea::before {
  content: "";
  width: 72.3%;
  height: 100%;
  position: absolute;
  z-index: -1000;
  bottom: 80px;
  right: 0;
  background: url(../img/bg-diamond-shape.svg) no-repeat bottom right/contain;
}
@media screen and (max-width: 1199px) {
  .p-bgArea::before {
    width: 80%;
    bottom: 160px;
  }
}
@media screen and (max-width: 767px) {
  .p-bgArea::before {
    width: 180%;
    bottom: 300px;
  }
}
@media screen and (max-width: 420px) {
  .p-bgArea::before {
    width: 230%;
    bottom: 500px;
  }
}

.p-pageKv {
  position: relative;
  width: 100%;
  height: 360px;
}
@media screen and (max-width: 1199px) {
  .p-pageKv {
    height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .p-pageKv {
    height: 280px;
  }
}
@media screen and (max-width: 420px) {
  .p-pageKv {
    height: 246px;
  }
}
.p-pageKv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.p-pageKv__message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  opacity: 0;
}
.p-pageKv__message.is-anime {
  animation: kvFade 1.5s ease-out 1;
  opacity: 1;
}
.p-pageKv__ttl {
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 18px;
}
@media screen and (max-width: 1199px) {
  .p-pageKv__ttl {
    font-size: 3.4375rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-pageKv__ttl {
    font-size: 2.8125rem;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 420px) {
  .p-pageKv__ttl {
    font-size: 2.1875rem;
    margin-bottom: 10px;
  }
}
.p-pageKv__subTtl {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-pageKv__subTtl {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 420px) {
  .p-pageKv__subTtl {
    font-size: 1rem;
  }
}

@keyframes kvFade {
  from {
    opacity: 0;
    transform: translate(-50%, calc(-50% + 20px));
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.p-staffInfoKv.--doctor01::before {
  background: url(../img/kv-voiceDoctor-01.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .p-staffInfoKv.--doctor01::before {
    background: url(../img/kv-voiceDoctor-01-sp.jpg) no-repeat top center/cover;
  }
}
.p-staffInfoKv.--doctor02::before {
  background: url(../img/kv-voiceDoctor-02.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .p-staffInfoKv.--doctor02::before {
    background: url(../img/kv-voiceDoctor-02-sp.jpg) no-repeat top center/cover;
  }
}
.p-staffInfoKv.--nurse01::before {
  background: url(../img/kv-voiceNurse-01.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .p-staffInfoKv.--nurse01::before {
    background: url(../img/kv-voiceNurse-01-sp.jpg) no-repeat top center/cover;
  }
}
.p-staffInfoKv.--nurse02::before {
  background: url(../img/kv-voiceNurse-02.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .p-staffInfoKv.--nurse02::before {
    background: url(../img/kv-voiceNurse-02-sp.jpg) no-repeat top center/cover;
  }
}
.p-staffInfoKv.--pharmacist01::before {
  background: url(../img/kv-voicePharmacist-01.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .p-staffInfoKv.--pharmacist01::before {
    background: url(../img/kv-voicePharmacist-01-sp.jpg) no-repeat top center/cover;
  }
}
.p-staffInfoKv.--pharmacist02::before {
  background: url(../img/kv-voicePharmacist-02.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .p-staffInfoKv.--pharmacist02::before {
    background: url(../img/kv-voicePharmacist-02-sp.jpg) no-repeat top center/cover;
  }
}
.p-staffInfoKv.--dietitian01::before {
  background: url(../img/kv-voiceDietitian-01.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .p-staffInfoKv.--dietitian01::before {
    background: url(../img/kv-voiceDietitian-01-sp.jpg) no-repeat top center/cover;
  }
}
.p-staffInfoKv.--dietitian02::before {
  background: url(../img/kv-voiceDietitian-02.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .p-staffInfoKv.--dietitian02::before {
    background: url(../img/kv-voiceDietitian-02-sp.jpg) no-repeat top center/cover;
  }
}
.p-staffInfoKv.--counselor01::before {
  background: url(../img/kv-voiceCounselor-01.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .p-staffInfoKv.--counselor01::before {
    background: url(../img/kv-voiceCounselor-01-sp.jpg) no-repeat top center/cover;
  }
}
.p-staffInfoKv.--counselor02::before {
  background: url(../img/kv-voiceCounselor-02.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .p-staffInfoKv.--counselor02::before {
    background: url(../img/kv-voiceCounselor-02-sp.jpg) no-repeat top center/cover;
  }
}
.p-staffInfoKv.--receptionist01::before {
  background: url(../img/kv-voiceReceptionist-01.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .p-staffInfoKv.--receptionist01::before {
    background: url(../img/kv-voiceReceptionist-01-sp.jpg) no-repeat top center/cover;
  }
}
.p-staffInfoKv.--receptionist02::before {
  background: url(../img/kv-voiceReceptionist-02.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .p-staffInfoKv.--receptionist02::before {
    background: url(../img/kv-voiceReceptionist-02-sp.jpg) no-repeat top center/cover;
  }
}
.p-staffInfoKv.--pharmacist01::before {
  background: url(../img/kv-voicePharmacist-01.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .p-staffInfoKv.--pharmacist01::before {
    background: url(../img/kv-voicePharmacist-01-sp.jpg) no-repeat top center/cover;
  }
}
.p-staffInfoKv.--pharmacist02 {
  background: url(../img/kv-voicePharmacist-02.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .p-staffInfoKv.--pharmacist02 {
    background: url(../img/kv-voicePharmacist-02-sp.jpg) no-repeat top center/cover;
  }
}

.p-breadcrumb {
  background: #fff;
}
.p-breadcrumb__main {
  height: 80px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .p-breadcrumb__main {
    height: 68px;
  }
}
@media screen and (max-width: 767px) {
  .p-breadcrumb__main {
    height: 54px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 420px) {
  .p-breadcrumb__main {
    height: 48px;
  }
}
.p-breadcrumb__link {
  position: relative;
  font-size: 0.9375rem;
  color: #B1A47D;
  transition: all 0.4s ease-out;
}
.p-breadcrumb__link:not(:first-child) {
  padding-left: 1em;
}
.p-breadcrumb__link::after {
  content: "|";
  padding-left: 1em;
}
.p-breadcrumb__link:hover {
  opacity: 0.5;
}
.p-breadcrumb__link.--home {
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .p-breadcrumb__link {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-breadcrumb__link {
    font-size: 0.8125rem;
  }
  .p-breadcrumb__link:not(:first-child) {
    padding-left: 0.5em;
  }
  .p-breadcrumb__link::after {
    content: "|";
    padding-left: 0.5em;
  }
}
@media screen and (max-width: 420px) {
  .p-breadcrumb__link {
    font-size: 0.75rem;
  }
}
.p-breadcrumb__ttl {
  font-size: 0.9375rem;
  line-height: 1.5;
  padding-left: 1em;
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .p-breadcrumb__ttl {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-breadcrumb__ttl {
    font-size: 0.8125rem;
    padding-left: 0.5em;
  }
}
@media screen and (max-width: 420px) {
  .p-breadcrumb__ttl {
    font-size: 0.75rem;
  }
}

.p-heading {
  text-align: center;
}
.p-heading__ttl {
  font-size: 3.5rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 8px;
}
@media screen and (max-width: 1199px) {
  .p-heading__ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-heading__ttl {
    font-size: 2.5rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 420px) {
  .p-heading__ttl {
    font-size: 2.125rem;
  }
}
.p-heading__txt {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .p-heading__txt {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-heading__txt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 420px) {
  .p-heading__txt {
    font-size: 0.9375rem;
  }
}

.p-heading02 {
  text-align: center;
}
@media screen and (max-width: 420px) {
  .p-heading02 {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.p-heading02__ttl {
  position: relative;
  font-size: 2.625rem;
  line-height: 1;
  letter-spacing: 0;
  padding-top: 30px;
  padding-bottom: 40px;
}
.p-heading02__ttl::before {
  content: "";
  width: 100%;
  height: 81.76px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1199px) {
  .p-heading02__ttl {
    font-size: 2.125rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-heading02__ttl::before {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-heading02__ttl {
    font-size: 1.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-heading02__ttl::before {
    height: 37px;
  }
}
.p-heading02__ttl.--flow::before {
  background: url(../img/img-flow-01.svg) no-repeat center center/contain;
}
.p-heading02__ttl.--person::before {
  background: url(../img/img-person-01.svg) no-repeat center center/contain;
}
.p-heading02__ttl.--staff::before {
  background: url(../img/img-txt-staff.svg) no-repeat center center/contain;
}
.p-heading02__ttl.--works {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
.p-heading02__ttl.--works::before {
  background: url(../img/img-txt-recruit.svg) no-repeat center center/contain;
  opacity: 0.46;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .p-heading02__ttl.--works {
    font-size: 1.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-heading02__ttl.--works {
    font-size: 1.375rem;
  }
}

.p-form__body {
  width: 100%;
}
.p-form__item {
  display: block;
  margin-bottom: 40px;
}
.p-form__item.--lastItem {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-form__item {
    margin-bottom: 30px;
  }
  .p-form__item.--lastItem {
    margin-bottom: 40px;
  }
}
.p-form__itemWrap {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1199px) {
  .p-form__itemWrap {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-form__itemWrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.p-form__ttlWrap {
  width: 205px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .p-form__ttlWrap {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .p-form__ttlWrap {
    width: 160px;
  }
}
.p-form__ttl {
  font-weight: 700;
  letter-spacing: 0;
}
.p-form__ttl.--message {
  margin-bottom: 15px;
}
@media screen and (max-width: 420px) {
  .p-form__ttl {
    font-size: 0.875rem;
  }
}
.p-form__label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 24px;
  background: #B1A47D;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 1199px) {
  .p-form__label {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__label {
    font-size: 0.75rem;
    width: 40px;
    height: 20px;
  }
}
.p-form__inputArea {
  flex: 1;
}
.p-form__inputArea.--radio {
  display: flex;
  align-items: center;
  gap: 56px;
}
@media screen and (max-width: 1199px) {
  .p-form__inputArea.--radio {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-form__inputArea {
    width: 100%;
  }
}
.p-form__selectWrap {
  position: relative;
  width: 282px;
  max-width: 100%;
}
.p-form__selectWrap::after {
  content: "";
  width: 10px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #1a1600 transparent transparent transparent;
}
.p-form__input {
  width: 100%;
  height: 50px;
  background: #F3F3F3;
  border-radius: 4px;
  padding: 0 20px;
  font-size: 0.9375rem;
}
.p-form__input:focus {
  outline: none;
}
.p-form__input:focus + .p-form__inputBorder::after {
  width: 100%;
}
.p-form__inputBorder {
  position: relative;
}
.p-form__inputBorder::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #E1B432;
  transition: ease-out 0.4s;
}
.p-form__inputRadioWrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-form__inputRadioWrap {
    gap: 0;
  }
}
.p-form input[type=radio] {
  appearance: none;
  position: absolute;
}
.p-form .mwform-radio-field-text {
  position: relative;
  display: flex;
  align-items: center;
}
.p-form .mwform-radio-field-text::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #F3F3F3;
  margin-right: 12px;
}
.p-form .mwform-radio-field-text::after {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #E1B432;
  left: 4px;
  opacity: 0;
  transition: all 0.2s ease-out;
}
.p-form__inputRadio:checked + .mwform-radio-field-text::after {
  opacity: 1;
}
.p-form__messageItem {
  display: block;
  margin-bottom: 34px;
}
.p-form__textarea {
  padding: 10px 20px;
  width: 100%;
  height: 130px;
  background: #F3F3F3;
  border-radius: 4px;
  resize: vertical;
}
.p-form__footer {
  text-align: center;
  margin-bottom: 40px;
}
.p-form__footerTxt {
  margin-bottom: 15px;
}
.p-form input[type=checkbox] {
  appearance: none;
  position: absolute;
}
.p-form .mwform-checkbox-field-text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-form .mwform-checkbox-field-text::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border: 1px solid #DBDBDB;
  background: #fff;
  border-radius: 2px;
  margin-right: 16px;
}
.p-form .mwform-checkbox-field-text::after {
  position: absolute;
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(../img/ico-check.svg) no-repeat center center/contain;
  left: calc(50% - 100px);
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 420px) {
  .p-form .mwform-checkbox-field-text::after {
    left: calc(50% - 93px);
  }
}
.p-form__check:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}
.p-form__btnWrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 422px;
  max-width: 95%;
  margin: auto;
  height: 80px;
  border-radius: 161px;
  color: #fff;
  font-weight: 700;
  transition: all 0.2s ease-out;
}
.p-form__btnWrap::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: calc(48% + 2px);
  right: 40px;
  width: 8px;
  height: 1px;
  background: #DBD1B8;
  transform: translateY(50%) skewY(31deg);
  transition: all 0.2s ease-out;
}
.p-form__btnWrap::after {
  content: "";
  position: absolute;
  top: 52%;
  right: 40px;
  width: 28px;
  height: 1px;
  background: #DBD1B8;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 1199px) {
  .p-form__btnWrap {
    height: 65px;
  }
}
@media screen and (max-width: 767px) {
  .p-form__btnWrap {
    height: 55px;
  }
}
.p-form__btnWrap.--reverse {
  display: none;
  margin-bottom: 30px;
  color: #E1B432;
}
.p-form__btnWrap.--reverse::before {
  background: #E1B432;
  right: auto;
  left: 40px;
  transform: translateY(50%) skewY(-31deg);
}
.p-form__btnWrap.--reverse::after {
  background: #E1B432;
  right: auto;
  left: 40px;
}
.p-form__btn {
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: 161px;
  background: transparent linear-gradient(90deg, #E9C046 0%, #DDB026 51%, #D2A006 100%);
  transition: all 0.2s ease-out;
}
.p-form__btn.--reverse {
  background: #363636;
}
.p-form__btnWrap:hover, .p-form__btn:hover {
  opacity: 0.8;
}
.p-form__btnWrap:hover::before, .p-form__btn:hover::before {
  right: 30px;
}
.p-form__btnWrap:hover::after, .p-form__btn:hover::after {
  right: 30px;
}
.p-form__btnWrap.--reverse:hover::before, .p-form__btn.--reverse:hover::before {
  left: 30px;
}
.p-form__btnWrap.--reverse:hover::after, .p-form__btn.--reverse:hover::after {
  left: 30px;
}

/*==================
入力ページ
==================*/
.mw_wp_form_input .p-entryItem02__lead.--confirm {
  display: none;
}

/*==================
確認ページ
==================*/
.mw_wp_form_confirm .p-entryItem02__lead {
  display: none;
}
.mw_wp_form_confirm .p-entryItem02__lead.--confirm {
  display: block;
}
.mw_wp_form_confirm .p-form__btnWrap.--reverse {
  display: block;
}
.mw_wp_form_confirm .p-form__selectWrap::after {
  content: none;
}
.mw_wp_form_confirm .p-form__footer {
  display: none;
}

.p-catSelect {
  margin: 60px 0;
}
.p-catSelect.--recruit {
  margin: 47px 0 60px;
}
@media screen and (max-width: 1199px) {
  .p-catSelect {
    margin: 45px 0;
  }
  .p-catSelect.--recruit {
    margin: 30px 0 45px;
  }
}
.p-catSelect__head {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .p-catSelect__head {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-catSelect__head {
    margin-bottom: 20px;
  }
}
.p-catSelect__subTtl {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #B1A47D;
}
.p-catSelect__subTtl::after {
  content: "";
  width: calc(100% + 10px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #B1A47D;
}
@media screen and (max-width: 420px) {
  .p-catSelect__subTtl {
    font-size: 0.8125rem;
  }
}
.p-catSelect__ttl {
  font-size: 1.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  .p-catSelect__ttl {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-catSelect__ttl {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 420px) {
  .p-catSelect__ttl {
    font-size: 1rem;
  }
}
.p-catSelect__wrap {
  width: 1100px;
  max-width: 100%;
  margin: auto;
  background: #FAF5EF;
  padding: 34px 20px;
}
@media screen and (max-width: 1199px) {
  .p-catSelect__wrap {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-catSelect__wrap {
    padding: 20px 10px;
  }
}
.p-catSelect__form {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .p-catSelect__form {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-catSelect__form {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 420px) {
  .p-catSelect__form {
    gap: 10px;
  }
}
.p-catSelect__formBody {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-catSelect__formBody {
    flex-direction: column;
    gap: 20px;
  }
}
.p-catSelect__itemWrap {
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 1199px) {
  .p-catSelect__itemWrap {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-catSelect__itemWrap {
    gap: 10px;
  }
}
@media screen and (max-width: 420px) {
  .p-catSelect__itemWrap {
    width: 100%;
    gap: 8px;
    margin-bottom: 20px;
  }
}
.p-catSelect__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 420px) {
  .p-catSelect__item {
    width: 100%;
    flex-direction: column;
  }
  .p-catSelect__item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.p-catSelect__icoWrap {
  width: 30px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .p-catSelect__icoWrap {
    width: 20px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 420px) {
  .p-catSelect__icoWrap {
    margin-right: 0;
  }
}
.p-catSelect__ico {
  display: block;
}
.p-catSelect__txt {
  font-size: 1.125rem;
  font-weight: 700;
  margin-right: 10px;
}
@media screen and (max-width: 1199px) {
  .p-catSelect__txt {
    width: 120px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-catSelect__txt {
    font-size: 0.9375rem;
    margin-right: 0;
  }
}
@media screen and (max-width: 420px) {
  .p-catSelect__txt {
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
  }
}
.p-catSelect__selectWrap {
  position: relative;
  width: 210px;
  height: 50px;
  border: 1px solid #DBDBDB;
  border-radius: 4px;
}
.p-catSelect__selectWrap::after {
  content: "";
  width: 10px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #1a1600 transparent transparent transparent;
  pointer-events: none;
}
@media screen and (max-width: 420px) {
  .p-catSelect__selectWrap {
    width: 100%;
  }
}
.p-catSelect select {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: #fff;
  padding: 0 10px 0 20px;
  font-size: 0.9375rem;
}
.p-catSelect__btnWrap {
  position: relative;
  width: 120px;
  height: 40px;
  border-radius: 4px;
  background: transparent linear-gradient(90deg, #E9C046 0%, #DDB026 51%, #D2A006 100%);
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .p-catSelect__btnWrap {
    width: 140px;
    max-width: 100%;
  }
}
.p-catSelect__btnWrap::before {
  content: "";
  pointer-events: none;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 1.2em;
  transform: translateY(-50%);
  background: url(../img/ico-search.svg) no-repeat center center/contain;
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .p-catSelect__btnWrap::before {
    left: 1.5em;
  }
}
.p-catSelect__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  color: #fff;
  font-size: 0.9375rem;
  transition: all 0.2s ease-out;
  padding-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .p-catSelect__btn {
    padding-left: 0.5em;
  }
}
.p-catSelect__btnWrap:hover, .p-catSelect__btn:hover {
  opacity: 0.8;
}

.p-interviewList {
  padding: 125px 0 100px;
}
@media screen and (max-width: 1199px) {
  .p-interviewList {
    padding: 70px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewList {
    padding: 50px 0 60px;
  }
}
.p-interviewList__head {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .p-interviewList__head {
    margin-bottom: 40px;
  }
}
.p-interviewList__body {
  position: relative;
}
.p-interviewList__body::before {
  content: "";
  width: 93.75%;
  height: 320px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #F5F5F5;
}
@media screen and (max-width: 1199px) {
  .p-interviewList__body::before {
    width: 98%;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewList__body::before {
    width: 100%;
    height: 68.47%;
  }
}
.p-interviewList__wrap {
  max-width: 1050px;
  width: 95%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8.5%;
}
@media screen and (max-width: 767px) {
  .p-interviewList__wrap {
    width: 87.2%;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px 5%;
  }
}
.p-interviewList__item {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.4s ease-out;
}
.p-interviewList__item:hover {
  opacity: 0.8;
}
.p-interviewList__item:hover .p-interviewList__img {
  transform: scale(1.2, 1.2);
}
.p-interviewList__item:hover .p-interviewList__btn {
  color: #E1B432;
}
.p-interviewList__imgWrap {
  aspect-ratio: 480/296;
  overflow: hidden;
}
.p-interviewList__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1, 1);
  transition: all 0.4s ease-out;
}
.p-interviewList__message {
  position: relative;
  background: #fff;
  padding: 24px 10% 28px;
}
@media screen and (max-width: 1199px) {
  .p-interviewList__message {
    padding: 20px 10% 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewList__message {
    padding: 20px 6.7% 10px;
  }
}
.p-interviewList__nameWrap {
  text-align: center;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 1199px) {
  .p-interviewList__nameWrap {
    margin-bottom: 5px;
  }
}
.p-interviewList__name {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 8px;
}
@media screen and (max-width: 1199px) {
  .p-interviewList__name {
    font-size: 1.375rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewList__name {
    font-size: 1.25rem;
  }
}
.p-interviewList__subName {
  color: #DFBD96;
  font-size: 0.75rem;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 1199px) {
  .p-interviewList__subName {
    margin-bottom: 3px;
  }
}
.p-interviewList__label {
  display: inline-block;
  padding: 0 15px;
  background: #B1A47D;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.7;
}
@media screen and (max-width: 1199px) {
  .p-interviewList__label {
    line-height: 1.5;
    font-size: 0.8125rem;
  }
}
.p-interviewList__ttl {
  height: 3em;
  font-size: 1.25rem;
  font-weight: 700;
  color: #6e6a5e;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 1em;
}
@media screen and (max-width: 1199px) {
  .p-interviewList__ttl {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewList__ttl {
    font-size: 1rem;
  }
}
.p-interviewList__career {
  color: #717171;
  font-size: 0.875rem;
}
.p-interviewList__btn {
  position: absolute;
  bottom: 24px;
  right: 0;
  font-size: 1.0625rem;
  border-bottom: 1px solid #DBD1B8;
  padding: 0 9%;
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 1199px) {
  .p-interviewList__btn {
    font-size: 1rem;
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-interviewList__btn {
    font-size: 0.9375rem;
  }
}

.p-pagination {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-pagination {
    margin-top: 40px;
  }
}
.p-pagination .nav-links {
  max-width: 100%;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.p-pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #F3F3F3;
  font-size: 0.9375rem;
  transition: ease-out 0.2s;
}
.p-pagination .page-numbers:hover {
  background: #B1A47D;
  color: #fff;
  border: none;
}
.p-pagination .page-numbers.current {
  background: #B1A47D;
  color: #fff;
  border: none;
}
.p-pagination .page-numbers.next {
  position: relative;
  margin-left: 4px;
  background: #fff;
  border: 1px solid #F3F3F3;
}
.p-pagination .page-numbers.next::after {
  position: absolute;
  z-index: 3;
  content: "";
  width: 7px;
  height: 13px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  background: url(../img/icon-arrow-left.svg) no-repeat center center/contain;
  transition: ease-out 0.2s;
}
.p-pagination .page-numbers.next:hover::after {
  left: calc(50% + 5px);
}
.p-pagination .page-numbers.prev {
  position: relative;
  margin-left: 4px;
  background: #fff;
  border: 1px solid #F3F3F3;
}
.p-pagination .page-numbers.prev::after {
  position: absolute;
  z-index: 3;
  content: "";
  width: 7px;
  height: 13px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/icon-arrow-left.svg) no-repeat center center/contain;
  transition: ease-out 0.2s;
}
.p-pagination .page-numbers.prev:hover::after {
  left: calc(50% - 5px);
}

.p-frontMv {
  position: relative;
}
.p-frontMv__pictureWrap {
  position: relative;
  z-index: 0;
}
.p-frontMv__imgWrap {
  position: relative;
}
.p-frontMv__imgWrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.25;
}
.p-frontMv__ttlWrap {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width: 420px) {
  .p-frontMv__ttlWrap {
    top: 52%;
  }
}
.p-frontMv__message {
  opacity: 0;
}
.p-frontMv__message.is-anime {
  animation: messageFade 1.5s ease-out 1;
  opacity: 1;
}
.p-frontMv__messageImgWrap {
  margin: auto;
  width: 43.5%;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-frontMv__messageImgWrap {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 420px) {
  .p-frontMv__messageImgWrap {
    width: 86.4%;
  }
}
.p-frontMv__ttl {
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
  font-style: italic;
  letter-spacing: -0.01em;
  font-size: calc(38px + 0.040625 * (100vw - 320px));
  min-height: 0vw;
}
@media screen and (min-width: 1600px) {
  .p-frontMv__ttl {
    font-size: 5.625rem;
  }
}
.p-frontMv__txt {
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: calc(14px + 0.009375 * (100vw - 320px));
  min-height: 0vw;
}
@media screen and (min-width: 1600px) {
  .p-frontMv__txt {
    font-size: 1.625rem;
  }
}
.p-frontMv__scroll {
  position: absolute;
  right: -40px;
  bottom: 65px;
  transform: rotate(90deg);
}
@media screen and (max-width: 420px) {
  .p-frontMv__scroll {
    bottom: 15%;
  }
}
.p-frontMv__scroll--txt {
  position: relative;
  width: 120px;
  display: inline-block;
  font-size: 0.75rem;
  color: #fff;
}
.p-frontMv__scroll--txt::before {
  content: "";
  position: absolute;
  bottom: calc(50% + 2px);
  right: 0;
  /*矢印の形状*/
  width: 8px;
  height: 1px;
  background: #fff;
  transform: translateY(50%) skewY(31deg);
  animation: pathmove 1.8s linear infinite;
}
.p-frontMv__scroll--txt::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 50%;
  width: 50px;
  height: 1px;
  transform: translateY(50%);
  background: #fff;
  animation: pathmove 1.8s linear infinite;
}

@keyframes pathmove {
  0% {
    right: 0px;
  }
  50% {
    right: -20px;
  }
  100% {
    right: 0;
  }
}
@keyframes messageFade {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-frontAbout {
  position: relative;
  padding: 142px 0 150px;
  /*==============
  p-frontAbout__body
  ==============*/
}
@media screen and (max-width: 1199px) {
  .p-frontAbout {
    padding: 100px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-frontAbout {
    padding: 114px 0 50px;
  }
}
.p-frontAbout::before {
  content: "";
  width: 95%;
  height: 50%;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  background: url(../img/bg-front-01.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 1199px) {
  .p-frontAbout::before {
    width: 98%;
    height: 55%;
    background: url(../img/bg-front-01.jpg) no-repeat top right/cover;
  }
}
@media screen and (max-width: 767px) {
  .p-frontAbout::before {
    width: 100%;
    height: 50%;
    background: url(../img/bg-front-01-sp.jpg) top right/cover;
  }
}
.p-frontAbout__headWrap {
  text-align: center;
}
.p-frontAbout__head {
  position: relative;
  color: #DFBD96;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  font-size: calc(58px + 0.0453125 * (100vw - 320px));
  min-height: 0vw;
  margin-bottom: -10px;
}
@media screen and (min-width: 1600px) {
  .p-frontAbout__head {
    font-size: 7.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-frontAbout__head {
    margin-bottom: 18px;
  }
}
.p-frontAbout__head::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 53px;
  height: 142px;
  top: -68px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  background: url(../img/icon-logo.svg) no-repeat center center/contain;
}
@media screen and (max-width: 420px) {
  .p-frontAbout__head::before {
    width: 41px;
    height: 110px;
    top: -80px;
  }
}
.p-frontAbout__head--txt {
  opacity: 0.2;
}
.p-frontAbout__lead {
  font-size: calc(18px + 0.0140625 * (100vw - 320px));
  min-height: 0vw;
  margin-bottom: 145px;
}
@media screen and (min-width: 1600px) {
  .p-frontAbout__lead {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 1199px) {
  .p-frontAbout__lead {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-frontAbout__lead {
    margin-bottom: 37px;
  }
}
.p-frontAbout__body {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-frontAbout__body {
    flex-direction: column;
  }
}
.p-frontAbout__message {
  width: 42.5%;
}
@media screen and (max-width: 767px) {
  .p-frontAbout__message {
    width: 100%;
    order: 2;
    padding: 0 12px;
  }
}
.p-frontAbout__ttl {
  position: relative;
  font-size: 2.25rem;
  line-height: 1.5;
  padding-bottom: 64px;
  margin-bottom: 62px;
}
@media screen and (max-width: 1199px) {
  .p-frontAbout__ttl {
    font-size: 1.3125rem;
    padding-bottom: 34px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-frontAbout__ttl {
    text-align: center;
    font-size: 1.25rem;
    padding-bottom: 23px;
    margin-bottom: 25px;
  }
}
.p-frontAbout__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 2px;
  background: #1d1d1f;
}
@media screen and (max-width: 767px) {
  .p-frontAbout__ttl::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-frontAbout__txt {
  font-size: 1.25rem;
  margin-bottom: 77px;
}
@media screen and (max-width: 1199px) {
  .p-frontAbout__txt {
    font-size: 1rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-frontAbout__txt {
    margin-bottom: 27px;
  }
}
.p-frontAbout__imgWrap {
  flex: 1;
  box-shadow: -2px 2px 20px rgba(0, 0, 0, 0.16);
  margin-right: calc(50% - 50vw);
  margin-left: 65px;
}
@media screen and (max-width: 1199px) {
  .p-frontAbout__imgWrap {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-frontAbout__imgWrap {
    order: 1;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 26px;
  }
}

.p-frontWorks {
  background: url(../img/bg-front-02.jpg) no-repeat top right/cover;
  padding: 135px 0 100px;
}
@media screen and (max-width: 767px) {
  .p-frontWorks {
    padding: 82px 0 60px;
  }
}
.p-frontWorks__head {
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .p-frontWorks__head {
    margin-bottom: 30px;
  }
}
.p-frontWorks__ttl {
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .p-frontWorks__ttl {
    margin-bottom: 30px;
  }
}
.p-frontWorks__main {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-frontWorks__main {
    font-size: 2.5rem;
    margin-bottom: 8px;
  }
}
.p-frontWorks__subTtl {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-frontWorks__subTtl {
    font-size: 1rem;
  }
}
.p-frontWorks__lead {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-frontWorks__lead {
    font-size: 1rem;
    text-align: left;
  }
}
@media screen and (max-width: 420px) {
  .p-frontWorks__lead {
    font-size: 0.9375rem;
  }
}
.p-frontWorks__cards {
  margin-bottom: 47px;
}
@media screen and (max-width: 767px) {
  .p-frontWorks__cards {
    margin-bottom: 30px;
  }
}
.p-frontWorks__btn {
  margin: auto;
}

.p-frontStaff {
  padding: 152px 0 0;
  /*==================
  スライダー設定
  ==================*/
}
@media screen and (max-width: 1199px) {
  .p-frontStaff {
    padding: 130px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-frontStaff {
    padding: 100px 0 0;
  }
}
@media screen and (max-width: 420px) {
  .p-frontStaff {
    padding: 80px 0 0;
  }
}
.p-frontStaff__head {
  display: flex;
  align-items: flex-end;
  margin-bottom: 74px;
}
@media screen and (max-width: 767px) {
  .p-frontStaff__head {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
  }
}
.p-frontStaff__ttl {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  margin-right: 68px;
}
@media screen and (max-width: 1199px) {
  .p-frontStaff__ttl {
    font-size: 2.8125rem;
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-frontStaff__ttl {
    font-size: 2.5rem;
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.p-frontStaff__subTtl {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .p-frontStaff__subTtl {
    font-size: 1rem;
  }
}
.p-frontStaff__cardsWrapper {
  padding: 3px 5px 6px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-frontStaff__cardsWrapper {
    padding: 3px 24px 47px;
    margin: 0 calc(50% - 50vw) 36px;
  }
}
.p-frontStaff__card {
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.4s ease-out;
}
.p-frontStaff__card:hover {
  opacity: 0.8;
}
.p-frontStaff__card:hover .p-frontStaff__imgWrap img {
  transform: scale(1.2, 1.2);
}
.p-frontStaff__card:hover .p-frontStaff__cardBtn {
  color: #E1B432;
}
.p-frontStaff__imgWrap {
  aspect-ratio: 384/272;
  overflow: hidden;
}
.p-frontStaff__imgWrap img {
  transform: scale(1, 1);
  transition: all 0.4s ease-out;
  object-fit: cover;
}
.p-frontStaff__cardBody {
  background: #fff;
  padding: 18px 40px 50px;
}
@media screen and (max-width: 1199px) {
  .p-frontStaff__cardBody {
    padding: 10px 15px 35px;
  }
}
@media screen and (max-width: 767px) {
  .p-frontStaff__cardBody {
    padding: 20px 15px 55px;
  }
}
.p-frontStaff__nameArea {
  text-align: center;
}
.p-frontStaff__name {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 1199px) {
  .p-frontStaff__name {
    font-size: 1.25rem;
  }
}
.p-frontStaff__subName {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: #DFBD96;
}
@media screen and (max-width: 1199px) {
  .p-frontStaff__subName {
    font-size: 0.625rem;
  }
}
.p-frontStaff__catArea {
  margin-bottom: 8px;
}
.p-frontStaff__cat {
  display: inline-block;
  background: #B1A47D;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 0 8px;
}
.p-frontStaff__cat:not(:last-child) {
  margin-right: 5px;
}
.p-frontStaff__bodyTtl {
  height: 3em;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .p-frontStaff__bodyTtl {
    font-size: 1rem;
  }
}
.p-frontStaff__cardBtnWrap {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 140px;
  border-bottom: 1px solid #DBD1B8;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-frontStaff__cardBtnWrap {
    width: 120px;
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-frontStaff__cardBtnWrap {
    bottom: 20px;
  }
}
.p-frontStaff__cardBtn {
  font-size: 0.875rem;
  line-height: 1.8;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 1199px) {
  .p-frontStaff__cardBtn {
    font-size: 0.75rem;
  }
}
.p-frontStaff__btn {
  margin: auto;
}
.p-frontStaff__pagination {
  display: inline-block;
  width: auto;
  top: 14px;
  right: 130px;
  bottom: auto;
  left: auto;
}
.p-frontStaff__pagination span {
  font-size: 1.125rem;
}
@media screen and (max-width: 1199px) {
  .p-frontStaff__pagination {
    right: 105px;
  }
  .p-frontStaff__pagination span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-frontStaff__pagination {
    top: auto;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
  }
}
.p-frontStaff__prev, .p-frontStaff__next {
  top: 12px;
  margin-top: 0;
  width: 40px;
  height: 40px;
  background: #1d1d1f;
}
.p-frontStaff__prev::after, .p-frontStaff__next::after {
  content: "";
  width: 5px;
  height: 9px;
}
@media screen and (max-width: 1199px) {
  .p-frontStaff__prev, .p-frontStaff__next {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .p-frontStaff__prev, .p-frontStaff__next {
    width: 40px;
    height: 40px;
    top: 59%;
    transform: translateY(-50%);
  }
}
.p-frontStaff__prev {
  left: auto;
  right: 240px;
}
.p-frontStaff__prev::after {
  background: url(../img/icon-arrow-white.svg) no-repeat center center/contain;
}
@media screen and (max-width: 1199px) {
  .p-frontStaff__prev {
    right: 200px;
  }
}
@media screen and (max-width: 767px) {
  .p-frontStaff__prev {
    right: auto;
    left: 10px;
  }
}
.p-frontStaff__next {
  right: 5px;
}
.p-frontStaff__next::after {
  background: url(../img/icon-arrow-white.svg) no-repeat center center/contain;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .p-frontStaff__next {
    right: 10px;
  }
}
.p-frontStaff .slider {
  display: none;
}
.p-frontStaff .slider.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}
.p-frontStaff .swiper-wrapper {
  height: min(485px, 40.4166666667%);
}

.p-frontPerson {
  padding: 150px 0 120px;
}
@media screen and (max-width: 1199px) {
  .p-frontPerson {
    padding: 130px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-frontPerson {
    padding: 104px 0 60px;
  }
}
.p-frontPerson__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-frontPerson__wrap {
    flex-direction: column;
  }
}
.p-frontPerson__head {
  margin-bottom: 32px;
}
@media screen and (max-width: 1199px) {
  .p-frontPerson__head {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-frontPerson__head {
    text-align: center;
  }
}
.p-frontPerson__head.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-frontPerson__head.is-sp {
    display: block;
  }
}
.p-frontPerson__head.is-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-frontPerson__head.is-pc {
    display: none;
  }
}
.p-frontPerson__ttl {
  position: relative;
  font-weight: 700;
  line-height: 1;
  font-size: calc(40px + 0.0125 * (100vw - 320px));
  min-height: 0vw;
  margin-bottom: 10px;
}
@media screen and (min-width: 1600px) {
  .p-frontPerson__ttl {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .p-frontPerson__ttl {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-frontPerson__ttl {
    margin-bottom: 5px;
  }
}
.p-frontPerson__ttl::after {
  content: "";
  height: 2px;
  width: 120px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #1d1d1f;
}
@media screen and (max-width: 767px) {
  .p-frontPerson__ttl::after {
    content: none;
  }
}
.p-frontPerson__subTtl {
  font-weight: 700;
  font-size: calc(16px + 0.0046875 * (100vw - 320px));
  min-height: 0vw;
}
@media screen and (min-width: 1600px) {
  .p-frontPerson__subTtl {
    font-size: 1.25rem;
  }
}
.p-frontPerson__imgWrap {
  flex: 1;
  margin-right: 102px;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 1199px) {
  .p-frontPerson__imgWrap {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-frontPerson__imgWrap {
    margin: 0 calc(50% - 50vw) 37px;
  }
}
.p-frontPerson__img {
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.16);
}
.p-frontPerson__message {
  width: 37%;
}
@media screen and (max-width: 1199px) {
  .p-frontPerson__message {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .p-frontPerson__message {
    width: 100%;
    padding: 0 10px;
  }
}
.p-frontPerson__txt {
  font-size: 1.25rem;
  margin-bottom: 52px;
}
@media screen and (max-width: 1199px) {
  .p-frontPerson__txt {
    font-size: 1rem;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-frontPerson__txt {
    margin-bottom: 34px;
  }
}
.p-frontCompany {
  padding: 92px 0 87px;
  position: relative;
  background: url(../img/bg-front-03.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 1199px) {
  .p-frontCompany {
    padding: 80px 0 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-frontCompany {
    background: url(../img/bg-front-03-sp.jpg) no-repeat center center/cover;
    padding: 85px 0 100px;
  }
}
.p-frontCompany::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background: #635A41;
  mix-blend-mode: multiply;
  opacity: 0.55;
}
.p-frontCompany__head {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .p-frontCompany__head {
    margin-bottom: 34px;
  }
}
.p-frontCompany__ttl {
  color: #D8C99E;
  letter-spacing: 0;
  line-height: 1;
  opacity: 0.5;
  font-size: calc(62px + 0.025 * (100vw - 320px));
  min-height: 0vw;
}
@media screen and (min-width: 1600px) {
  .p-frontCompany__ttl {
    font-size: 5.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-frontCompany__ttl {
    margin-bottom: 5px;
  }
}
.p-frontCompany__subTtl {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-frontCompany__subTtl {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 420px) {
  .p-frontCompany__subTtl {
    font-size: 1.25rem;
  }
}
.p-frontCompany__lead {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-frontCompany__lead {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 420px) {
  .p-frontCompany__lead {
    font-size: 1rem;
  }
}
.p-frontCompany__btnWrap {
  position: relative;
  z-index: 1;
}
.p-frontCompany__btn {
  margin: auto;
}

.p-frontTopics {
  padding: 168px 0 112px;
}
@media screen and (max-width: 1199px) {
  .p-frontTopics {
    padding: 115px 0 110px;
  }
}
@media screen and (max-width: 767px) {
  .p-frontTopics {
    padding: 95px 0 75px;
  }
}
@media screen and (max-width: 420px) {
  .p-frontTopics {
    padding: 82px 0 60px;
  }
}
.p-frontTopics__wrap {
  display: grid;
  grid: "area1 area2 area2" 0.5fr "area3 area3 area3" 1fr/1fr 1fr 1fr;
  gap: 18px 0;
}
@media screen and (max-width: 767px) {
  .p-frontTopics__wrap {
    display: block;
  }
}
.p-frontTopics__head {
  grid-area: area1;
}
@media screen and (max-width: 767px) {
  .p-frontTopics__head {
    text-align: center;
    margin-bottom: 28px;
  }
}
.p-frontTopics__ttl {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-frontTopics__ttl {
    font-size: 2.5rem;
    margin-bottom: 5px;
  }
}
.p-frontTopics__subTtl {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-frontTopics__subTtl {
    font-size: 1rem;
  }
}
.p-frontTopics__cards {
  grid-area: area3;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 1199px) {
  .p-frontTopics__cards {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-frontTopics__cards {
    display: block;
  }
}
.p-frontTopics__card {
  display: block;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.4s ease-out;
}
.p-frontTopics__card:hover {
  opacity: 0.8;
}
.p-frontTopics__card:hover .p-frontTopics__imgWrap img {
  transform: scale(1.2, 1.2);
}
@media screen and (max-width: 767px) {
  .p-frontTopics__card {
    display: flex;
    align-items: center;
    gap: 5%;
    background: #fff;
    padding: 10px 5px 10px 10px;
    margin-bottom: 60px;
  }
  .p-frontTopics__card:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 420px) {
  .p-frontTopics__card {
    margin-bottom: 40px;
  }
}
.p-frontTopics__imgWrap {
  overflow: hidden;
  aspect-ratio: 282/174;
}
@media screen and (max-width: 767px) {
  .p-frontTopics__imgWrap {
    width: 30%;
  }
}
.p-frontTopics__imgWrap img {
  object-fit: cover;
  transition: all 0.4s ease-out;
  transform: scale(1, 1);
}
@media screen and (max-width: 767px) {
  .p-frontTopics__imgWrap img {
    height: 100%;
  }
}
.p-frontTopics__box {
  background: #fff;
  padding: 12px 20px 23px;
}
@media screen and (max-width: 1199px) {
  .p-frontTopics__box {
    padding: 8px 8px 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-frontTopics__box {
    flex: 1;
    padding: 0;
  }
}
.p-frontTopics__date {
  font-size: 0.875rem;
  line-height: 1.85;
  color: #ECAD53;
}
@media screen and (max-width: 1199px) {
  .p-frontTopics__date {
    font-size: 0.75rem;
  }
}
.p-frontTopics__txt {
  height: 3em;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .p-frontTopics__txt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-frontTopics__txt {
    font-size: 0.875rem;
  }
}
.p-frontTopics__btnWrap {
  grid-area: area2;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .p-frontTopics__btnWrap {
    margin-top: 0;
  }
}
.p-frontTopics__btn {
  margin-left: auto;
}

.p-frontRecruit {
  position: relative;
  padding: 115px 0 90px;
}
.p-frontRecruit::before {
  content: "";
  width: 100%;
  height: 51%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: url(../img/bg-front-04.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .p-frontRecruit {
    padding: 85px 0 70px;
  }
  .p-frontRecruit::before {
    height: 100%;
  }
}
@media screen and (max-width: 420px) {
  .p-frontRecruit {
    padding: 82px 0 50px;
  }
}
.p-frontRecruit__head {
  text-align: center;
  margin-bottom: 62px;
}
@media screen and (max-width: 767px) {
  .p-frontRecruit__head {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 420px) {
  .p-frontRecruit__head {
    margin-bottom: 25px;
  }
}
.p-frontRecruit__ttl {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-frontRecruit__ttl {
    font-size: 2.5rem;
    margin-bottom: 8px;
  }
}
.p-frontRecruit__subTtl {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-frontRecruit__subTtl {
    font-size: 1rem;
  }
}
.p-frontRecruit__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 1199px) {
  .p-frontRecruit__cards {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-frontRecruit__cards {
    display: block;
  }
}
.p-frontRecruit__item {
  overflow: hidden;
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.4s ease-out;
}
.p-frontRecruit__item:hover {
  opacity: 0.8;
}
.p-frontRecruit__item:hover .p-frontRecruit__img {
  transform: scale(1.2, 1.2);
}
@media screen and (max-width: 767px) {
  .p-frontRecruit__item {
    display: flex;
    height: 130px;
  }
  .p-frontRecruit__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 420px) {
  .p-frontRecruit__item {
    height: 96px;
  }
}
@media screen and (max-width: 767px) {
  .p-frontRecruit__imgWrap {
    width: 173.333px;
  }
}
@media screen and (max-width: 420px) {
  .p-frontRecruit__imgWrap {
    width: 128px;
  }
}
.p-frontRecruit__img {
  display: block;
  transform: scale(1, 1);
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 767px) {
  .p-frontRecruit__img {
    height: 100%;
    object-fit: contain;
  }
}
.p-frontRecruit__txtArea {
  background: url(../img/bg-recruit-card.jpg) no-repeat center center/cover;
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72px;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .p-frontRecruit__txtArea {
    height: 28%;
  }
}
@media screen and (max-width: 767px) {
  .p-frontRecruit__txtArea {
    bottom: auto;
    left: auto;
    right: 0;
    position: static;
    flex: 1;
    height: 100%;
  }
}
.p-frontRecruit__txt {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 8px;
}
@media screen and (max-width: 1199px) {
  .p-frontRecruit__txt {
    font-size: 1.25rem;
    margin-bottom: 5px;
  }
}
.p-frontRecruit__subTxt {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
  opacity: 0.8;
}
@media screen and (max-width: 1199px) {
  .p-frontRecruit__subTxt {
    font-size: 0.75rem;
  }
}

.p-charmKv::before {
  background: url(../img/kv-charm.jpg) no-repeat center center/cover;
}

.p-charm {
  padding-bottom: 160px;
}
@media screen and (max-width: 1199px) {
  .p-charm {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-charm {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 420px) {
  .p-charm {
    padding-bottom: 70px;
  }
}
.p-charm__lead {
  position: relative;
  padding-top: 90px;
  margin-bottom: 74px;
  text-align: center;
}
.p-charm__lead::before {
  content: "";
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  width: 100%;
  height: 650px;
  background: url(../img/bg-charm-01.jpg) no-repeat top right/cover;
}
@media screen and (max-width: 1199px) {
  .p-charm__lead {
    padding-top: 70px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-charm__lead {
    padding-top: 50px;
    margin-bottom: 30px;
  }
}
.p-charm__leadTtl {
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
}
.p-charm__leadTtl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -70px;
  transform: translateY(-50%);
  width: 44px;
  height: 117px;
  background: url(../img/icon-logo.svg) no-repeat center center/contain;
}
.p-charm__leadTtl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -70px;
  transform: translateY(-50%) scale(-1, 1);
  width: 44px;
  height: 117px;
  background: url(../img/icon-logo.svg) no-repeat center center/contain;
}
@media screen and (max-width: 1199px) {
  .p-charm__leadTtl {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-charm__leadTtl {
    margin-bottom: 20px;
  }
  .p-charm__leadTtl::before {
    width: 30px;
    height: 74px;
    left: -43px;
  }
  .p-charm__leadTtl::after {
    width: 30px;
    height: 74px;
    right: -43px;
  }
}
@media screen and (max-width: 420px) {
  .p-charm__leadTtl {
    margin-bottom: 20px;
  }
  .p-charm__leadTtl::before {
    top: 65%;
    left: 0;
  }
  .p-charm__leadTtl::after {
    top: 65%;
    right: 0;
  }
}
.p-charm__subTtl {
  color: #B1A47D;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-charm__subTtl {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 420px) {
  .p-charm__subTtl {
    font-size: 0.75rem;
    margin-bottom: 12px;
  }
}
.p-charm__ttl {
  font-size: 2.5rem;
  letter-spacing: 0;
  line-height: 1;
}
.p-charm__ttl--primary {
  color: #B1A47D;
}
.p-charm__ttl--main {
  font-size: 3.375rem;
}
.p-charm__ttl--sub {
  font-size: 3rem;
}
@media screen and (max-width: 1199px) {
  .p-charm__ttl {
    font-size: 2.1875rem;
  }
  .p-charm__ttl--main {
    font-size: 2.9375rem;
  }
  .p-charm__ttl--sub {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-charm__ttl {
    font-size: 1.5rem;
  }
  .p-charm__ttl--main {
    font-size: 2rem;
  }
  .p-charm__ttl--sub {
    font-size: 1.75rem;
  }
}
.p-charm__leadTxt {
  font-size: 1.25rem;
}
@media screen and (max-width: 1199px) {
  .p-charm__leadTxt {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-charm__leadTxt {
    font-size: 0.875rem;
  }
}

.p-charmBody {
  position: relative;
}
.p-charmBody::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg-charm-02.svg) repeat-y top left/cover;
}
.p-charmBody__item {
  position: relative;
  width: calc(100% - 80px);
  margin-left: auto;
  background: #FAF5EF;
  border: 1px solid #B1A47D;
  padding: 70px 0;
}
.p-charmBody__item::before {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  z-index: -5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent linear-gradient(180deg, #C8974C 0%, #F9CD96 26%, #F0CB8F 51%, #CA9F5A 67%, #C8974C 100%);
}
.p-charmBody__item::after {
  content: "";
  width: 100%;
  height: calc(100% - 10px);
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 10px;
  background: url(../img/logo-white.svg) no-repeat bottom left/contain;
}
.p-charmBody__item:not(:last-child) {
  margin-bottom: 80px;
}
.p-charmBody__item.--inversion {
  margin-left: 0;
  background: #FBFBFB;
}
.p-charmBody__item.--inversion::after {
  left: auto;
  right: 10px;
  transform: scale(-1, 1);
}
@media screen and (max-width: 1199px) {
  .p-charmBody__item {
    width: 95%;
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-charmBody__item {
    width: 100%;
    padding: 30px 0;
  }
  .p-charmBody__item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.p-charmBody__itemInner {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 56px;
}
@media screen and (max-width: 1199px) {
  .p-charmBody__itemInner {
    gap: 3%;
  }
}
@media screen and (max-width: 767px) {
  .p-charmBody__itemInner {
    width: 93.6%;
    margin: auto;
  }
}
.p-charmBody__message {
  flex: 1;
  padding-left: 80px;
}
@media screen and (min-width: 1600px) {
  .p-charmBody__message {
    padding-left: 120px;
  }
}
@media screen and (max-width: 1199px) {
  .p-charmBody__message {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-charmBody__message {
    padding-left: 0;
    width: 100%;
  }
}
.p-charmBody__message.--inversion {
  order: 2;
  padding-left: 0;
  padding-right: 80px;
}
@media screen and (min-width: 1600px) {
  .p-charmBody__message.--inversion {
    padding-right: 120px;
  }
}
@media screen and (max-width: 1199px) {
  .p-charmBody__message.--inversion {
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-charmBody__message.--inversion {
    padding-right: 0;
  }
}
.p-charmBody__subTtl {
  color: #A2A2A2;
  text-transform: uppercase;
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .p-charmBody__subTtl {
    margin-bottom: 10px;
  }
}
.p-charmBody__ttlWrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 22px;
  padding-bottom: 22px;
  margin-bottom: 32px;
}
.p-charmBody__ttlWrap::after {
  content: "";
  width: 150%;
  height: 1px;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  background: #B1A47D;
}
.p-charmBody__ttlWrap.--inversion::after {
  left: auto;
  right: 0;
}
@media screen and (max-width: 1199px) {
  .p-charmBody__ttlWrap {
    gap: 3%;
  }
}
@media screen and (max-width: 767px) {
  .p-charmBody__ttlWrap {
    padding-bottom: 18px;
    margin-bottom: 20px;
  }
  .p-charmBody__ttlWrap::after {
    width: 100%;
  }
}
.p-charmBody__number {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #E1B432;
}
.p-charmBody__numberTxt {
  font-size: calc(16px + 0.01 * (100vw - 1200px));
  min-height: 0vw;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 3px;
}
@media screen and (min-width: 1600px) {
  .p-charmBody__numberTxt {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1199px) {
  .p-charmBody__numberTxt {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-charmBody__numberTxt {
    font-size: 0.6875rem;
  }
}
.p-charmBody__numberMain {
  font-size: calc(64px + 0.04 * (100vw - 1200px));
  min-height: 0vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 1600px) {
  .p-charmBody__numberMain {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1199px) {
  .p-charmBody__numberMain {
    font-size: 3.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-charmBody__numberMain {
    font-size: 2.8125rem;
  }
}
.p-charmBody__ttl {
  font-size: calc(22px + 0.035 * (100vw - 1200px));
  min-height: 0vw;
  line-height: 1.5;
}
@media screen and (min-width: 1600px) {
  .p-charmBody__ttl {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 1199px) {
  .p-charmBody__ttl {
    font-size: 1.4375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-charmBody__ttl {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 420px) {
  .p-charmBody__ttl {
    font-size: 1.125rem;
  }
}
.p-charmBody__imgWrap {
  position: relative;
  z-index: 1;
  width: 46.7%;
}
.p-charmBody__imgWrap.--inversion {
  order: 1;
}
@media screen and (max-width: 1199px) {
  .p-charmBody__imgWrap {
    width: 36%;
  }
}
@media screen and (max-width: 767px) {
  .p-charmBody__imgWrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-charmBody__img {
  box-shadow: -2px 2px 20px rgba(0, 0, 0, 0.16);
}

.p-clinicKv::before {
  background: url(../img/kv-clinic.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-clinicKv::before {
    background: url(../img/kv-clinic-sp.jpg) no-repeat center center/cover;
  }
}

.p-clinicPhilosophy {
  padding: 102px 0 160px;
  background: url(../img/bg-clinic-01.jpg) no-repeat top left/contain;
}
@media screen and (max-width: 1199px) {
  .p-clinicPhilosophy {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-clinicPhilosophy {
    padding: 60px 0 50px;
    background: url(../img/bg-clinic-01-sp.jpg) no-repeat top left/contain;
  }
}
.p-clinicPhilosophy__head {
  margin-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .p-clinicPhilosophy__head {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-clinicPhilosophy__head {
    margin-bottom: 30px;
  }
}
.p-clinicPhilosophy__lead {
  text-align: center;
  font-size: 2.625rem;
  line-height: 1.5;
  margin-bottom: 85px;
}
@media screen and (max-width: 1199px) {
  .p-clinicPhilosophy__lead {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-clinicPhilosophy__lead {
    font-size: 1.375rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 420px) {
  .p-clinicPhilosophy__lead {
    font-size: 1.125rem;
  }
}
.p-clinicPhilosophy__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}
@media screen and (min-width: 1600px) {
  .p-clinicPhilosophy__body {
    gap: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .p-clinicPhilosophy__body {
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-clinicPhilosophy__body {
    flex-direction: column;
    gap: 40px;
  }
}
.p-clinicPhilosophy__pictureArea {
  position: relative;
  flex: 1;
  padding-bottom: 170px;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 1199px) {
  .p-clinicPhilosophy__pictureArea {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-clinicPhilosophy__pictureArea {
    margin-left: 0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .p-clinicPhilosophy__pictureArea.--sub {
    margin-bottom: 20px;
  }
}
.p-clinicPhilosophy__imgWrap {
  width: calc(100% - 92px);
}
@media screen and (max-width: 1199px) {
  .p-clinicPhilosophy__imgWrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-clinicPhilosophy__imgWrap {
    width: 93.6%;
    margin: auto;
  }
}
.p-clinicPhilosophy__imgWrap--sub {
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1199px) {
  .p-clinicPhilosophy__imgWrap--sub {
    bottom: -40px;
    right: -40px;
  }
}
@media screen and (max-width: 767px) {
  .p-clinicPhilosophy__imgWrap--sub {
    position: static;
    width: 93.6%;
    margin: auto;
  }
}
.p-clinicPhilosophy__img {
  box-shadow: -2px 2px 20px rgba(0, 0, 0, 0.16);
}
.p-clinicPhilosophy__message {
  width: 45%;
}
@media screen and (max-width: 1199px) {
  .p-clinicPhilosophy__message {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .p-clinicPhilosophy__message {
    width: 100%;
  }
}
.p-clinicPhilosophy__ttl {
  position: relative;
  font-size: 1.875rem;
  line-height: 1.8;
  padding-bottom: 28px;
  margin-bottom: 32px;
}
.p-clinicPhilosophy__ttl::after {
  content: "";
  width: 43.5%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #B1A47D;
}
@media screen and (max-width: 1199px) {
  .p-clinicPhilosophy__ttl {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-clinicPhilosophy__ttl {
    font-size: 1.125rem;
    padding-bottom: 15px;
    margin-bottom: 40px;
  }
  .p-clinicPhilosophy__ttl::after {
    width: 100%;
  }
}
.p-clinicPhilosophy__txt:not(:last-child) {
  margin-bottom: 1.8em;
}

.p-clinicValue {
  padding: 123px 0 120px;
  background: url(../img/bg-clinic-02.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 1199px) {
  .p-clinicValue {
    padding: 100px 0 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-clinicValue {
    padding: 80px 0 60px;
  }
}
.p-clinicValue__head {
  margin-bottom: 30px;
}
.p-clinicValue__imgWrap {
  width: 587px;
  max-width: 95%;
  margin: 0 auto 40px;
}
.p-clinicValue__box {
  position: relative;
  padding: 22px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-clinicValue__box {
    padding: 20px 12px;
  }
}
.p-clinicValue__box::before {
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent linear-gradient(180deg, rgb(200, 151, 76) 0%, rgb(249, 205, 150) 26%, rgb(240, 203, 143) 51%, rgb(202, 159, 90) 67%, rgb(200, 151, 76) 100%);
}
@media screen and (max-width: 767px) {
  .p-clinicValue__box::before {
    width: calc(100% - 20px);
    height: calc(100% - 36px);
  }
}
.p-clinicValue__boxInner {
  padding: 80px 0;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-clinicValue__boxInner {
    padding: 40px 0;
  }
}
.p-clinicValue__item {
  display: flex;
  align-items: center;
  width: 886px;
  max-width: 95%;
  margin: auto;
}
.p-clinicValue__item:not(:last-child) {
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .p-clinicValue__item {
    flex-direction: column;
    max-width: 90%;
  }
  .p-clinicValue__item:not(:last-child) {
    margin: 0 auto 30px;
  }
}
.p-clinicValue__itemHead {
  position: relative;
  width: 310px;
  display: flex;
  align-items: center;
  margin-right: 56px;
}
.p-clinicValue__itemHead::after {
  content: "";
  width: 1px;
  height: 54px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #DFBD96;
}
@media screen and (max-width: 1199px) {
  .p-clinicValue__itemHead {
    width: 270px;
  }
}
@media screen and (max-width: 767px) {
  .p-clinicValue__itemHead {
    width: 100%;
    padding-left: 0.8em;
    padding-bottom: 8px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .p-clinicValue__itemHead::after {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
    transform: translateY(0);
  }
}
.p-clinicValue__number {
  color: #ECAD53;
  font-size: 2.625rem;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0;
  margin-right: 37px;
}
@media screen and (max-width: 1199px) {
  .p-clinicValue__number {
    font-size: 2.3125rem;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-clinicValue__number {
    font-size: 2rem;
    margin-right: 12px;
  }
}
@media screen and (max-width: 420px) {
  .p-clinicValue__number {
    font-size: 1.75rem;
    margin-right: 10px;
  }
}
.p-clinicValue__ttl {
  font-size: 1.375rem;
  line-height: 1.3636;
}
@media screen and (max-width: 1199px) {
  .p-clinicValue__ttl {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-clinicValue__ttl {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 420px) {
  .p-clinicValue__ttl {
    font-size: 1rem;
  }
}
.p-clinicValue__txt {
  flex: 1;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-clinicValue__txt {
    font-size: 0.875rem;
    line-height: 1.785;
  }
}

.p-clinicBenefit {
  position: relative;
  padding: 123px 0 100px;
}
.p-clinicBenefit::before {
  content: "";
  width: 35.6%;
  height: 100%;
  position: absolute;
  z-index: -10;
  top: 0;
  right: 0;
  background: url(../img/bg-clinic-04.png) no-repeat top right/contain;
}
.p-clinicBenefit::after {
  content: "";
  width: 35.6%;
  height: 100%;
  position: absolute;
  z-index: -10;
  bottom: 0;
  left: 0;
  background: url(../img/bg-clinic-04.png) no-repeat top right/contain;
  transform: scale(-1, -1);
}
@media screen and (max-width: 1199px) {
  .p-clinicBenefit {
    padding: 100px 0 85px;
  }
}
@media screen and (max-width: 767px) {
  .p-clinicBenefit {
    padding: 80px 0 70px;
  }
  .p-clinicBenefit::before {
    width: 93.4%;
  }
  .p-clinicBenefit::after {
    width: 93.4%;
  }
}
.p-clinicBenefit__head {
  margin-bottom: 68px;
}
@media screen and (max-width: 1199px) {
  .p-clinicBenefit__head {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-clinicBenefit__head {
    margin-bottom: 30px;
  }
}
.p-clinicBenefit__media {
  display: flex;
  align-items: center;
  gap: 70px;
}
@media screen and (min-width: 1600px) {
  .p-clinicBenefit__media {
    gap: 78px;
  }
}
.p-clinicBenefit__media:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 1199px) {
  .p-clinicBenefit__media {
    gap: 40px;
  }
  .p-clinicBenefit__media:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-clinicBenefit__media {
    flex-direction: column;
    gap: 30px;
  }
  .p-clinicBenefit__media:not(:last-child) {
    margin-bottom: 40px;
  }
}
.p-clinicBenefit__pictureArea {
  position: relative;
  width: 51%;
  padding-bottom: 70px;
}
.p-clinicBenefit__pictureArea.--inversion {
  order: 2;
}
.p-clinicBenefit__pictureArea.--inversion .p-clinicBenefit__imgWrap--sub {
  left: auto;
  right: -70px;
}
@media screen and (max-width: 1199px) {
  .p-clinicBenefit__pictureArea {
    width: 45%;
    padding-bottom: 40px;
  }
  .p-clinicBenefit__pictureArea.--inversion .p-clinicBenefit__imgWrap--sub {
    left: auto;
    right: -40px;
  }
}
@media screen and (max-width: 767px) {
  .p-clinicBenefit__pictureArea {
    width: 96%;
    margin-left: auto;
    padding-bottom: 22px;
  }
  .p-clinicBenefit__pictureArea.--inversion {
    order: 1;
    margin-left: 0;
  }
  .p-clinicBenefit__pictureArea.--inversion .p-clinicBenefit__imgWrap--sub {
    right: -22px;
  }
}
.p-clinicBenefit__imgWrap--sub {
  width: 100%;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -70px;
}
.p-clinicBenefit__imgWrap--sub img {
  box-shadow: none;
}
@media screen and (max-width: 1199px) {
  .p-clinicBenefit__imgWrap--sub {
    left: -40px;
  }
}
@media screen and (max-width: 767px) {
  .p-clinicBenefit__imgWrap {
    left: -22px;
  }
}
.p-clinicBenefit__img {
  box-shadow: -2px 2px 20px rgba(0, 0, 0, 0.16);
}
.p-clinicBenefit__message {
  flex: 1;
}
.p-clinicBenefit__message.--inversion {
  order: 1;
}
@media screen and (max-width: 767px) {
  .p-clinicBenefit__message.--inversion {
    order: 2;
  }
}
.p-clinicBenefit__subTtl {
  display: inline-block;
  position: relative;
  color: #ECAD53;
  font-size: 1.125rem;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 700;
  padding-right: 90px;
  margin-bottom: 25px;
}
.p-clinicBenefit__subTtl::after {
  content: "";
  width: 70px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #ECAD53;
}
@media screen and (max-width: 1199px) {
  .p-clinicBenefit__subTtl {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-clinicBenefit__subTtl {
    font-size: 0.9375rem;
    padding-right: 80px;
    margin-bottom: 15px;
  }
}
.p-clinicBenefit__ttl {
  font-size: 2.25rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .p-clinicBenefit__ttl {
    font-size: 1.75rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-clinicBenefit__ttl {
    font-size: 1.25rem;
  }
}
.p-clinicBenefit__txt {
  font-size: 1.25rem;
}
@media screen and (max-width: 1199px) {
  .p-clinicBenefit__txt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-clinicBenefit__txt {
    font-size: 0.9375rem;
  }
}

.p-benefitList {
  padding: 100px 0 112px;
  background: url(../img/bg-clinic-05.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 1199px) {
  .p-benefitList {
    padding: 85px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-benefitList {
    padding: 70px 0 60px;
  }
}
.p-benefitList__head {
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .p-benefitList__head {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-benefitList__head {
    font-size: 1.5rem;
  }
}
.p-benefitList__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 40px 25px;
}
@media screen and (max-width: 1199px) {
  .p-benefitList__wrap {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 40px 5%;
  }
}
@media screen and (max-width: 767px) {
  .p-benefitList__wrap {
    grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
    gap: 30px 8%;
  }
}
.p-benefitList__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-benefitList__imgWrap {
  width: 178px;
  max-width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  .p-benefitList__imgWrap {
    width: 100%;
  }
}
.p-benefitList__ttl {
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 5px;
  letter-spacing: 0;
}
@media screen and (max-width: 1199px) {
  .p-benefitList__ttl {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-benefitList__ttl {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 420px) {
  .p-benefitList__ttl {
    font-size: 1rem;
  }
}
.p-benefitList__txt {
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0;
}
.p-benefitList__txt--note {
  font-size: 0.75rem;
}
@media screen and (max-width: 1199px) {
  .p-benefitList__txt {
    line-height: 1.5714;
  }
}
@media screen and (max-width: 767px) {
  .p-benefitList__txt {
    font-size: 0.8125rem;
  }
  .p-benefitList__txt--note {
    font-size: 0.6875rem;
  }
}

.p-worksKv::before {
  background: url(../img/kv-works.jpg) no-repeat top right 40%/cover;
}
@media screen and (max-width: 767px) {
  .p-worksKv::before {
    background: url(../img/kv-works-sp.jpg) no-repeat top center/cover;
  }
}

.p-works {
  padding: 110px 0 150px;
}
@media screen and (max-width: 1199px) {
  .p-works {
    padding: 90px 0 130px;
  }
}
@media screen and (max-width: 767px) {
  .p-works {
    padding: 70px 0 100px;
  }
}
@media screen and (max-width: 420px) {
  .p-works {
    padding: 50px 0 80px;
  }
}
.p-works__lead {
  text-align: center;
  font-size: 1.125rem;
  margin-bottom: 160px;
}
@media screen and (max-width: 1199px) {
  .p-works__lead {
    font-size: 0.875rem;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-works__lead {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 420px) {
  .p-works__lead {
    margin-bottom: 60px;
    text-align: left;
  }
}
.p-works__item {
  position: relative;
  display: flex;
  align-items: center;
  width: 100vw;
  height: 527px;
  margin: 0 calc(50% - 50vw);
}
.p-works__item::before {
  content: "";
  width: 55.625%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: calc(50% + 5px);
  right: 0;
  transform: translateY(-50%);
  background: url(../img/bg-works-01.svg) no-repeat bottom left/cover;
}
.p-works__item.--inversion::before {
  right: auto;
  left: 0;
}
.p-works__item.--02::before {
  background: url(../img/bg-works-02.svg) no-repeat bottom right/cover;
}
.p-works__item.--03::before {
  background: url(../img/bg-works-03.svg) no-repeat bottom left/cover;
}
.p-works__item.--04::before {
  background: url(../img/bg-works-04.svg) no-repeat bottom right/cover;
}
.p-works__item.--05::before {
  background: url(../img/bg-works-05.svg) no-repeat bottom left/cover;
}
.p-works__item.--06::before {
  background: url(../img/bg-works-06.svg) no-repeat bottom right/cover;
}
.p-works__item:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 1199px) {
  .p-works__item::before {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .p-works__item {
    height: auto;
  }
  .p-works__item::before {
    top: 0;
    transform: translateY(0);
    width: 150%;
    height: 85%;
  }
  .p-works__item:not(:last-child) {
    margin-bottom: 70px;
  }
}
.p-works__itemInner {
  position: relative;
  max-width: 1200px;
  width: 95%;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .p-works__itemInner {
    padding-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-works__itemInner {
    display: flex;
    flex-direction: column;
    width: 93.6%;
    padding: 40px 0 25px;
  }
}
.p-works__message {
  position: relative;
  z-index: 1;
  width: 44%;
  padding: 30px 0 40px;
  background: #fff;
  box-shadow: -2px 2px 20px rgba(0, 0, 0, 0.16);
  margin-left: auto;
}
.p-works__message.--inversion {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .p-works__message.--inversion {
    margin: -30px auto 0;
  }
}
@media screen and (max-width: 1199px) {
  .p-works__message {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .p-works__message {
    order: 2;
    width: 95%;
    margin: -30px auto 0;
    padding: 20px 0 40px;
  }
}
.p-works__label {
  position: relative;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 238px;
  height: 30px;
  background: #B1A47D;
  margin-bottom: 30px;
}
.p-works__label::after {
  content: "";
  width: 10px;
  height: 30px;
  border-style: solid;
  border-width: 0 0 30px 10px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.p-works__label.--01 {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-works__label {
    width: 150px;
    margin-bottom: 20px;
  }
  .p-works__label.--01 {
    margin-bottom: 10px;
  }
}
.p-works__txtWrap {
  padding: 0 60px;
}
@media screen and (max-width: 1199px) {
  .p-works__txtWrap {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-works__txtWrap {
    padding: 0 20px;
  }
}
.p-works__txt {
  line-height: 1.7;
}
.p-works__ttlWrap {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1199px) {
  .p-works__ttlWrap {
    gap: 10px;
  }
}
.p-works__ttl {
  font-size: 2.25rem;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  .p-works__ttl {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-works__ttl {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 420px) {
  .p-works__ttl {
    font-size: 1.375rem;
  }
}
.p-works__subTtl {
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-works__subTtl {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 420px) {
  .p-works__subTtl {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1199px) {
  .p-works__txt {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-works__txt {
    font-size: 0.875rem;
  }
}
.p-works__btnWrap {
  position: absolute;
  right: 40px;
  bottom: -30px;
}
@media screen and (max-width: 767px) {
  .p-works__btnWrap {
    bottom: -25px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-works__btn {
  position: relative;
  z-index: 1;
  width: 264px;
  max-width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #E1B432;
  background: #1a1600;
  transition: all 0.2s ease-in-out;
}
.p-works__btn::before {
  content: "";
  position: absolute;
  bottom: calc(48% + 2px);
  right: 20px;
  width: 8px;
  height: 1px;
  background: #E1B432;
  transform: translateY(50%) skewY(31deg);
  transition: all 0.2s ease-out;
}
.p-works__btn::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 52%;
  right: 20px;
  width: 28px;
  height: 1px;
  background: #E1B432;
  transition: all 0.2s ease-out;
}
.p-works__btn:hover {
  background: #E1B432;
  color: #1a1600;
}
.p-works__btn:hover::before {
  right: 10px;
  background: #1a1600;
}
.p-works__btn:hover::after {
  right: 10px;
  background: #1a1600;
}
@media screen and (max-width: 767px) {
  .p-works__btn {
    height: 50px;
  }
}
.p-works__imgWrap {
  position: absolute;
  z-index: 0;
  bottom: -106px;
  left: 0;
  width: 71%;
}
.p-works__imgWrap.--inversion {
  left: auto;
  right: 0;
}
@media screen and (max-width: 1199px) {
  .p-works__imgWrap {
    bottom: 50px;
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .p-works__imgWrap {
    order: 1;
    position: relative;
    bottom: auto;
    width: 100%;
  }
}

.p-worksInfoKv {
  position: relative;
  width: 100%;
  height: 580px;
}
.p-worksInfoKv::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoKv {
    height: 470px;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoKv {
    height: 380px;
  }
}
@media screen and (max-width: 420px) {
  .p-worksInfoKv {
    height: 296px;
  }
}
.p-worksInfoKv__message {
  position: absolute;
  bottom: -60px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46.4166666667%;
  max-width: 80%;
  height: 220px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  opacity: 0;
}
.p-worksInfoKv__message.is-anime {
  animation: worksFade 1.5s ease-out 1;
  opacity: 1;
}
.p-worksInfoKv__message::after {
  content: "";
  width: 142px;
  height: 56px;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 56px 142px 0 0;
  opacity: 0.4;
}
@media screen and (min-width: 1600px) {
  .p-worksInfoKv__message {
    width: 34.8125%;
  }
}
@media screen and (max-width: 1199px) {
  .p-worksInfoKv__message {
    width: 55.7%;
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoKv__message {
    width: 87.2%;
    bottom: -30px;
    height: 140px;
    left: 0;
  }
}
@media screen and (max-width: 420px) {
  .p-worksInfoKv__message {
    height: 96px;
  }
  .p-worksInfoKv__message.--threeLine {
    height: 110px;
  }
}
.p-worksInfoKv__imgWrap {
  object-fit: cover;
}
.p-worksInfoKv__img {
  width: 100%;
  height: 100%;
}
.p-worksInfoKv__txt {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 2.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoKv__txt {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoKv__txt {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 420px) {
  .p-worksInfoKv__txt {
    font-size: 1.25rem;
  }
}

@keyframes worksFade {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-worksInfoLead {
  position: relative;
  padding: 180px 0 100px;
}
.p-worksInfoLead::before {
  content: "";
  width: 58%;
  height: 100%;
  position: absolute;
  z-index: -10;
  top: 0;
  right: 0;
  opacity: 0.21;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoLead::before {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoLead {
    padding: 130px 0 50px;
  }
  .p-worksInfoLead::before {
    width: 100%;
  }
}
.p-worksInfoLead__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoLead__wrap {
    gap: 4%;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoLead__wrap {
    flex-direction: column;
    gap: 0;
  }
}
.p-worksInfoLead__message {
  width: 37%;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoLead__message {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoLead__message {
    width: 100%;
  }
}
.p-worksInfoLead__head {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .p-worksInfoLead__head {
    margin: 0 auto 25px;
  }
}
.p-worksInfoLead__subTtl {
  text-transform: uppercase;
  color: #ECAD53;
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.5;
  margin-bottom: 18px;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoLead__subTtl {
    font-size: 2.875rem;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoLead__subTtl {
    font-size: 2.375rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 420px) {
  .p-worksInfoLead__subTtl {
    font-size: 1.875rem;
  }
}
.p-worksInfoLead__ttl {
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoLead__ttl {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoLead__ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 420px) {
  .p-worksInfoLead__ttl {
    font-size: 1.5rem;
  }
}
.p-worksInfoLead__noteTtl {
  font-size: 1.25rem;
  margin-top: 15px;
  line-height: 1;
  vertical-align: bottom;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoLead__noteTtl {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoLead__noteTtl {
    font-size: 1rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 420px) {
  .p-worksInfoLead__noteTtl {
    font-size: 0.875rem;
  }
}
.p-worksInfoLead__noteTtl--name {
  font-size: 1.625rem;
  font-weight: 700;
  margin-left: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-worksInfoLead__noteTtl--name {
    font-size: 1.25rem;
  }
}
.p-worksInfoLead__imgWrap {
  width: 54%;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoLead__imgWrap {
    flex: 1;
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoLead__imgWrap {
    margin: 0 calc(50% - 50vw) 30px;
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoLead__imgWrap--sub {
    width: 93.6%;
    margin: auto;
  }
}
.p-worksInfoLead__img {
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.16);
}

.p-worksInfoWork {
  position: relative;
}
.p-worksInfoWork::before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent linear-gradient(270deg, #727272 0%, #ADADAD 26%, #CECECE 51%, #ADADAD 67%, #727272 100%);
}
.p-worksInfoWork::after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent linear-gradient(270deg, #727272 0%, #ADADAD 26%, #CECECE 51%, #ADADAD 67%, #727272 100%);
}
.p-worksInfoWork__wrap {
  position: relative;
  padding: 95px 0 100px;
}
.p-worksInfoWork__wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  opacity: 0.5;
  background: url(../img/bg-nurse-02.png) no-repeat top center/cover;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoWork__wrap {
    padding: 90px 0 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoWork__wrap {
    padding: 80px 0 60px;
  }
}
.p-worksInfoWork__head {
  text-align: center;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  padding: 25px 0;
  margin-bottom: 10px;
}
.p-worksInfoWork__head::before {
  content: "work";
  text-transform: uppercase;
  font-family: "Times New Roman", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 7.375rem;
  font-weight: 700;
  line-height: 1;
  color: #DFBD96;
  opacity: 0.3;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1199px) {
  .p-worksInfoWork__head {
    font-size: 1.75rem;
  }
  .p-worksInfoWork__head::before {
    font-size: 6.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoWork__head {
    font-size: 1.5rem;
    padding: 0;
    margin-bottom: 60px;
  }
  .p-worksInfoWork__head::before {
    font-size: 5.3125rem;
  }
}
@media screen and (max-width: 420px) {
  .p-worksInfoWork__head {
    font-size: 1.25rem;
    margin-bottom: 25px;
  }
  .p-worksInfoWork__head::before {
    font-size: 4.375rem;
  }
}
.p-worksInfoWork__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2%;
  margin-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoWork__items {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoWork__items {
    grid-template-columns: 1fr 1fr;
    gap: 2% 4%;
  }
}
@media screen and (max-width: 420px) {
  .p-worksInfoWork__items {
    display: block;
    margin-bottom: 40px;
  }
}
.p-worksInfoWork__item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-worksInfoWork__item {
    padding-top: 30px;
  }
}
@media screen and (max-width: 420px) {
  .p-worksInfoWork__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.p-worksInfoWork__number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  color: #ECAD53;
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-worksInfoWork__number {
    position: absolute;
    top: 0;
  }
}
.p-worksInfoWork__imgWrap {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-worksInfoWork__imgWrap {
    margin-bottom: 15px;
  }
}
.p-worksInfoWork__ttl {
  position: relative;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.p-worksInfoWork__ttl::after {
  content: "";
  width: 84px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1199px) {
  .p-worksInfoWork__ttl {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoWork__ttl {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
.p-worksInfoWork__txt {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoWork__txt {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoWork__txt {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoWork__footerWrap {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.p-worksInfoWork__footer {
  width: 990px;
  max-width: 100%;
  margin: auto;
  background: #fff;
  padding: 26px 0;
}
@media screen and (max-width: 767px) {
  .p-worksInfoWork__footer {
    width: 93.6%;
    padding: 18px 0 10px;
  }
}
.p-worksInfoWork__footerTtl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 18px;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoWork__footerTtl {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoWork__footerTtl {
    font-size: 1rem;
  }
}
.p-worksInfoWork__footerTxt {
  text-align: center;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-worksInfoWork__footerTxt {
    font-size: 0.875rem;
    text-align: left;
    padding: 0 30px;
  }
}

.p-worksInfoSchedule {
  position: relative;
  padding: 105px 0 150px;
}
.p-worksInfoSchedule::after {
  content: "";
  width: 58%;
  height: 100%;
  position: absolute;
  z-index: -10;
  bottom: 0;
  left: 0;
  transform: scale(-1, -1);
  opacity: 0.21;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoSchedule {
    padding: 70px 0 120px;
  }
  .p-worksInfoSchedule::after {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoSchedule {
    padding: 50px 0 60px;
  }
  .p-worksInfoSchedule::after {
    width: 100%;
  }
}
.p-worksInfoSchedule__head {
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .p-worksInfoSchedule__head {
    margin-bottom: 20px;
  }
}
.p-worksInfoSchedule__subTtl {
  text-transform: uppercase;
  color: #ECAD53;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 23px;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoSchedule__subTtl {
    font-size: 1.75rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoSchedule__subTtl {
    font-size: 1.5625rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 420px) {
  .p-worksInfoSchedule__subTtl {
    font-size: 1.375rem;
    margin-bottom: 8px;
  }
}
.p-worksInfoSchedule__ttl {
  font-size: 2rem;
  line-height: 1.3125;
  margin-bottom: 17px;
}
.p-worksInfoSchedule__ttl--note {
  color: #717171;
  font-size: 1.5rem;
  line-height: 1.75;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoSchedule__ttl {
    font-size: 1.75rem;
  }
  .p-worksInfoSchedule__ttl--note {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoSchedule__ttl {
    font-size: 1.5625rem;
    margin-bottom: 10px;
  }
  .p-worksInfoSchedule__ttl--note {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 420px) {
  .p-worksInfoSchedule__ttl {
    font-size: 1.375rem;
  }
  .p-worksInfoSchedule__ttl--note {
    font-size: 1rem;
  }
}
.p-worksInfoSchedule__txt--note {
  font-size: 0.875rem;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .p-worksInfoSchedule__txt--note {
    font-size: 0.75rem;
  }
}
.p-worksInfoSchedule__media {
  position: relative;
  margin-bottom: 88px;
}
.p-worksInfoSchedule__media::before {
  content: "";
  width: 66.625%;
  height: 740px;
  position: absolute;
  z-index: -10;
  top: 0;
  right: 0;
  background: url(../img/bg-nurse-03.png) no-repeat top right/cover;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoSchedule__media {
    margin-bottom: 60px;
  }
  .p-worksInfoSchedule__media::before {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoSchedule__media {
    margin-bottom: 40px;
  }
  .p-worksInfoSchedule__media::before {
    width: 100%;
    height: 90%;
    top: auto;
    bottom: 0;
  }
}
.p-worksInfoSchedule__mediaWrap {
  height: 740px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6.5%;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoSchedule__mediaWrap {
    height: auto;
    gap: 3%;
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoSchedule__mediaWrap {
    flex-direction: column;
    padding: 0 0 40px;
  }
}
.p-worksInfoSchedule__imgWrap {
  flex: 1;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-worksInfoSchedule__imgWrap {
    margin-left: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 420px) {
  .p-worksInfoSchedule__imgWrap {
    margin: 0 calc(50% - 50vw) 30px;
    width: 100vw;
  }
}
.p-worksInfoSchedule__img {
  box-shadow: -2px 2px 20px rgba(0, 0, 0, 0.16);
}
.p-worksInfoSchedule__message {
  position: relative;
  width: 51%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 64px;
}
.p-worksInfoSchedule__message::before {
  content: "";
  width: 1px;
  height: 90%;
  position: absolute;
  top: 5px;
  left: 45.5px;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoSchedule__message {
    gap: 10px;
  }
  .p-worksInfoSchedule__message::before {
    left: 39px;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoSchedule__message {
    width: 100%;
  }
  .p-worksInfoSchedule__message::before {
    left: 36px;
  }
}
.p-worksInfoSchedule__item {
  display: flex;
  gap: 5.8%;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoSchedule__item {
    gap: 3%;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoSchedule__item {
    gap: 7%;
  }
  .p-worksInfoSchedule__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.p-worksInfoSchedule__timeItem {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 4px;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoSchedule__timeItem {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoSchedule__timeItem {
    width: 64px;
    height: 64px;
    margin: 3;
  }
}
.p-worksInfoSchedule__time {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoSchedule__time {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoSchedule__time {
    font-size: 0.8125rem;
  }
}
.p-worksInfoSchedule__messageMain {
  margin-top: 25px;
  flex: 1;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoSchedule__messageMain {
    margin-top: 18px;
  }
}
.p-worksInfoSchedule__messageItem:not(:last-child) {
  margin-bottom: 50px;
}
.p-worksInfoSchedule__messageItem:not(:last-child).--scheduleSet {
  margin-bottom: 75px;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoSchedule__messageItem:not(:last-child) {
    margin-bottom: 30px;
  }
  .p-worksInfoSchedule__messageItem:not(:last-child).--scheduleSet {
    margin-bottom: 50px;
  }
}
.p-worksInfoSchedule__messageTtl {
  font-size: 1.4375rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoSchedule__messageTtl {
    font-size: 1.25rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoSchedule__messageTtl {
    font-size: 1.125rem;
    margin-bottom: 5px;
  }
}
.p-worksInfoSchedule__txt {
  color: #717171;
  font-size: 0.875rem;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoSchedule__txt {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoSchedule__txt {
    font-size: 0.8125rem;
  }
}

.p-scheduleFooter {
  position: relative;
  width: 1400px;
  max-width: 95%;
  margin: auto;
  background: transparent linear-gradient(180deg, #727272 0%, #ADADAD 26%, #CECECE 51%, #ADADAD 67%, #727272 100%);
  box-shadow: -10px 16px 30px rgba(0, 0, 0, 0.16);
}
.p-scheduleFooter::before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-scheduleFooter {
    width: 93.6%;
  }
}
.p-scheduleFooter__wrap {
  padding: 80px 0 120px;
  position: relative;
  z-index: 1;
  max-width: 1200px;
  width: 95%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .p-scheduleFooter__wrap {
    flex-direction: column;
    width: 90%;
    padding: 50px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-scheduleFooter__wrap {
    width: 100%;
    padding: 40px 28px 50px;
  }
}
.p-scheduleFooter__message {
  width: 42.5%;
}
@media screen and (max-width: 1199px) {
  .p-scheduleFooter__message {
    width: 100%;
  }
}
.p-scheduleFooter__head {
  margin-bottom: 42px;
}
@media screen and (max-width: 1199px) {
  .p-scheduleFooter__head {
    margin-bottom: 30px;
  }
}
.p-scheduleFooter__ttl {
  position: relative;
  color: #938563;
  font-size: 2.25rem;
  line-height: 1.5;
  padding-bottom: 30px;
}
.p-scheduleFooter__ttl::after {
  content: "";
  width: 150%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #B1A47D;
}
@media screen and (max-width: 1199px) {
  .p-scheduleFooter__ttl {
    font-size: 2rem;
    padding-bottom: 20px;
  }
  .p-scheduleFooter__ttl::after {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-scheduleFooter__ttl {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 420px) {
  .p-scheduleFooter__ttl {
    font-size: 1.375rem;
  }
}
.p-scheduleFooter__txt {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-scheduleFooter__txt {
    margin-bottom: 20px;
  }
}
.p-scheduleFooter__btnWrap a {
  max-width: 100%;
}
.p-scheduleFooter__btnWrap a::before {
  background: #fff;
}
.p-scheduleFooter__btnWrap a::after {
  background: #fff;
}
@media screen and (max-width: 1199px) {
  .p-scheduleFooter__btnWrap a {
    margin: auto;
  }
}
.p-scheduleFooter__picture {
  position: relative;
  width: 54%;
  padding-bottom: 123px;
}
@media screen and (max-width: 1199px) {
  .p-scheduleFooter__picture {
    width: 90%;
    margin: auto;
    padding-bottom: 7vw;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 420px) {
  .p-scheduleFooter__picture {
    width: 100%;
  }
}
.p-scheduleFooter__imgWrap {
  width: calc(100% - 61px);
  margin-left: auto;
}
.p-scheduleFooter__imgWrap.--sub {
  position: absolute;
  bottom: 0;
  width: 43.76%;
  margin-left: 0;
  transform: rotate(-17deg);
}
@media screen and (max-width: 1199px) {
  .p-scheduleFooter__imgWrap {
    width: 100%;
  }
}
.p-scheduleFooter__img {
  box-shadow: -2px 2px 20px rgba(0, 0, 0, 0.16);
}
.p-scheduleFooter__circle {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 176px;
  height: 176px;
  border-radius: 50%;
}
@media screen and (max-width: 1199px) {
  .p-scheduleFooter__circle {
    width: 150px;
    height: 150px;
    right: -7%;
  }
}
@media screen and (max-width: 767px) {
  .p-scheduleFooter__circle {
    width: 120px;
    height: 120px;
    bottom: -5vw;
  }
}
@media screen and (max-width: 420px) {
  .p-scheduleFooter__circle {
    width: 93px;
    height: 93px;
  }
}
.p-scheduleFooter__circleTxt {
  position: relative;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
}
.p-scheduleFooter__circleTxt:not(:last-child) {
  margin-bottom: 2em;
}
.p-scheduleFooter__circleTxt:not(:last-child)::after {
  content: "";
  width: 109px;
  height: 1px;
  position: absolute;
  bottom: -1em;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}
@media screen and (max-width: 1199px) {
  .p-scheduleFooter__circleTxt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-scheduleFooter__circleTxt {
    font-size: 0.875rem;
  }
  .p-scheduleFooter__circleTxt:not(:last-child)::after {
    width: 150%;
  }
}
@media screen and (max-width: 420px) {
  .p-scheduleFooter__circleTxt {
    font-size: 0.75rem;
  }
}

.p-worksInfoPoint {
  position: relative;
  padding: 0 0 120px;
}
.p-worksInfoPoint::before {
  content: "";
  width: 72.3%;
  height: 100%;
  position: absolute;
  z-index: -1000;
  top: 375px;
  right: 0;
  background: url(../img/bg-diamond-shape-gray.svg) no-repeat top right/contain;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoPoint::before {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoPoint::before {
    width: 180%;
    top: 250px;
  }
}
@media screen and (max-width: 1199px) {
  .p-worksInfoPoint {
    padding: 0 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoPoint {
    padding: 0 0 60px;
  }
}
.p-worksInfoPoint__head {
  position: relative;
  height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 120px;
}
.p-worksInfoPoint__head::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoPoint__head {
    height: 200px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoPoint__head {
    height: 180px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 420px) {
  .p-worksInfoPoint__head {
    height: 120px;
  }
}
.p-worksInfoPoint__headSubTtl {
  text-transform: uppercase;
  color: #fff;
  font-size: 0.875rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoPoint__headSubTtl {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoPoint__headSubTtl {
    font-size: 0.75rem;
  }
}
.p-worksInfoPoint__headTtl {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.2;
}
.p-worksInfoPoint__headTtl--number {
  font-size: 3.375rem;
}
.p-worksInfoPoint__headTtl__subTxt01 {
  font-size: 3rem;
}
.p-worksInfoPoint__headTtl__subTxt02 {
  font-size: 3.125rem;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoPoint__headTtl {
    font-size: 1.875rem;
  }
  .p-worksInfoPoint__headTtl--number {
    font-size: 2.8125rem;
  }
  .p-worksInfoPoint__headTtl__subTxt01 {
    font-size: 2.375rem;
  }
  .p-worksInfoPoint__headTtl__subTxt02 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoPoint__headTtl {
    font-size: 1.5rem;
  }
  .p-worksInfoPoint__headTtl--number {
    font-size: 2.1875rem;
  }
  .p-worksInfoPoint__headTtl__subTxt01 {
    font-size: 1.75rem;
  }
  .p-worksInfoPoint__headTtl__subTxt02 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 420px) {
  .p-worksInfoPoint__headTtl {
    font-size: 1.125rem;
  }
  .p-worksInfoPoint__headTtl--number {
    font-size: 1.5rem;
  }
  .p-worksInfoPoint__headTtl__subTxt01 {
    font-size: 1.25rem;
  }
  .p-worksInfoPoint__headTtl__subTxt02 {
    font-size: 1.375rem;
  }
}
.p-worksInfoPoint__items {
  margin-bottom: 100px;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoPoint__items {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoPoint__items {
    margin-bottom: 40px;
  }
}
.p-worksInfoPoint__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6.8%;
}
.p-worksInfoPoint__item:not(:last-child) {
  margin-bottom: 120px;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoPoint__item {
    gap: 4%;
  }
  .p-worksInfoPoint__item:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoPoint__item {
    flex-direction: column;
    gap: 30px;
  }
}
.p-worksInfoPoint__item:nth-child(even) .p-worksInfoPoint__message {
  order: 1;
}
@media screen and (max-width: 767px) {
  .p-worksInfoPoint__item:nth-child(even) .p-worksInfoPoint__message {
    order: 2;
  }
}
.p-worksInfoPoint__item:nth-child(even) .p-worksInfoPoint__ttlWrap::after {
  right: auto;
  left: 0;
}
.p-worksInfoPoint__item:nth-child(even) .p-worksInfoPoint__imgWrap {
  order: 2;
}
@media screen and (max-width: 767px) {
  .p-worksInfoPoint__item:nth-child(even) .p-worksInfoPoint__imgWrap {
    order: 1;
  }
}
.p-worksInfoPoint__message {
  order: 2;
  width: 44.1%;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoPoint__message {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoPoint__message {
    width: 100%;
  }
}
.p-worksInfoPoint__ttlWrap {
  position: relative;
  margin-bottom: 68px;
}
.p-worksInfoPoint__ttlWrap::after {
  content: "";
  width: 150%;
  height: 1px;
  position: absolute;
  z-index: -1;
  bottom: -25px;
  right: 0;
  background: #A4A4A4;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoPoint__ttlWrap {
    margin-bottom: 40px;
  }
  .p-worksInfoPoint__ttlWrap::after {
    bottom: -20px;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoPoint__ttlWrap::after {
    width: 100%;
  }
}
.p-worksInfoPoint__itemNumber {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0.2;
}
.p-worksInfoPoint__itemNumberTxt {
  display: inline-block;
  text-transform: uppercase;
  font-size: 2.6875rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoPoint__itemNumberTxt {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoPoint__itemNumberTxt {
    font-size: 1.8125rem;
  }
}
.p-worksInfoPoint__itemNumberMain {
  display: inline-block;
  font-size: 8.125rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-top: -12px;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoPoint__itemNumberMain {
    font-size: 6.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoPoint__itemNumberMain {
    font-size: 5.5625rem;
  }
}
.p-worksInfoPoint__ttl {
  font-size: 2.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoPoint__ttl {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoPoint__ttl {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 420px) {
  .p-worksInfoPoint__ttl {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1199px) {
  .p-worksInfoPoint__txt {
    font-size: 0.9375rem;
  }
}
.p-worksInfoPoint__imgWrap {
  order: 1;
  flex: 1;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoPoint__imgWrap {
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoPoint__imgWrap {
    width: 100%;
    margin-left: 0;
  }
}
.p-worksInfoPoint__img {
  box-shadow: -2px 2px 20px rgba(0, 0, 0, 0.16);
}
.p-worksInfoPoint__btn {
  margin: auto;
}
.p-worksInfoPoint__btn::before {
  background: #fff;
}
.p-worksInfoPoint__btn::after {
  background: #fff;
}

.p-worksInfoTraining {
  position: relative;
  padding: 150px 0 100px;
  background: url(../img/bg-nurse-08.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoTraining {
    padding: 80px 0 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoTraining {
    padding: 60px 0 60px;
  }
}
.p-worksInfoTraining__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8%;
  margin-bottom: 100px;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoTraining__head {
    gap: 4%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoTraining__head {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }
}
.p-worksInfoTraining__message {
  width: 37.6%;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoTraining__message {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoTraining__message {
    width: 100%;
  }
}
.p-worksInfoTraining__ttl {
  position: relative;
  text-transform: uppercase;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.p-worksInfoTraining__ttl::after {
  content: "";
  width: 120px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #A4A4A4;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoTraining__ttl {
    font-size: 2.8125rem;
    line-height: 1.25;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoTraining__ttl {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: -10px;
  }
  .p-worksInfoTraining__ttl::after {
    content: none;
  }
}
@media screen and (max-width: 420px) {
  .p-worksInfoTraining__ttl {
    font-size: 2.25rem;
  }
}
.p-worksInfoTraining__subTtl {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 45px;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoTraining__subTtl {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoTraining__subTtl {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .p-worksInfoTraining__txt {
    font-size: 0.9375rem;
  }
}
.p-worksInfoTraining__imgWrap {
  flex: 1;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-worksInfoTraining__imgWrap {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.p-worksInfoTraining__items {
  width: 1070px;
  max-width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.7%;
  margin-bottom: 120px;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoTraining__items {
    gap: 3%;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoTraining__items {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 60px;
  }
}
.p-worksInfoTraining__item {
  aspect-ratio: 510/440;
  background: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoTraining__item {
    aspect-ratio: unset;
    padding: 15px;
  }
}
@media screen and (max-width: 420px) {
  .p-worksInfoTraining__item {
    padding: 12px;
  }
}
.p-worksInfoTraining__itemWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(177, 164, 125, 0.6);
  padding: 10.5% 12% 10px;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoTraining__itemWrap {
    padding: 20px 15px 15px;
  }
}
@media screen and (max-width: 420px) {
  .p-worksInfoTraining__itemWrap {
    padding: 25px 22px 28px;
  }
}
.p-worksInfoTraining__label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 24px;
  background: #D56681;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 25px;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoTraining__label {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoTraining__label {
    font-size: 0.9375rem;
    margin-bottom: 10px;
  }
}
.p-worksInfoTraining__itemTtl {
  color: #938563;
  font-size: 2.125rem;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoTraining__itemTtl {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoTraining__itemTtl {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}
.p-worksInfoTraining__itemSubTtl {
  color: #938563;
  font-size: 1.125rem;
  line-height: 1;
  margin-bottom: 45px;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoTraining__itemSubTtl {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-worksInfoTraining__itemSubTtl {
    font-size: 0.9375rem;
  }
}

.p-infoMiddle {
  position: relative;
  margin-bottom: 120px;
  box-shadow: -2px 2px 20px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  aspect-ratio: 1600/479;
}
.p-infoMiddle::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background: url(../img/bg-nurse-05.jpg) no-repeat top center/cover;
}
.p-infoMiddle::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.6;
}
@media screen and (max-width: 1199px) {
  .p-infoMiddle {
    aspect-ratio: unset;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-infoMiddle {
    margin-bottom: 60px;
  }
  .p-infoMiddle::before {
    background: url(../img/bg-nurse-05-sp.jpg) no-repeat top center/cover;
  }
}
@media screen and (max-width: 420px) {
  .p-infoMiddle {
    aspect-ratio: 376/513;
  }
}
.p-infoMiddle__wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px 0 50px;
}
@media screen and (max-width: 1199px) {
  .p-infoMiddle__wrap {
    padding: 50px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-infoMiddle__wrap {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 50px 0 80px;
  }
}
@media screen and (max-width: 420px) {
  .p-infoMiddle__wrap {
    padding: 0;
  }
}
.p-infoMiddle__imgWrap {
  width: 37px;
  margin-bottom: 15px;
}
.p-infoMiddle__ttl {
  color: #fff;
  font-size: 2.125rem;
  line-height: 1.5;
  margin-bottom: 35px;
}
@media screen and (max-width: 1199px) {
  .p-infoMiddle__ttl {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-infoMiddle__ttl {
    font-size: 1.375rem;
    width: 87.2%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 420px) {
  .p-infoMiddle__ttl {
    font-size: 6vw;
  }
}
.p-infoMiddle__txt {
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .p-infoMiddle__txt {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-infoMiddle__txt {
    width: 93.6%;
    font-weight: 400;
  }
}
@media screen and (max-width: 420px) {
  .p-infoMiddle__txt {
    text-align: left;
    font-size: 0.8125rem;
    padding-bottom: 30px;
  }
}

.p-infoCareer__inner {
  max-width: 1000px;
  width: 95%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-infoCareer__inner {
    width: 93.6%;
  }
}
.p-infoCareer__wrap {
  padding: 75px 7.8% 45px;
  background: #fff;
  box-shadow: -2px 2px 20px rgba(0, 0, 0, 0.16);
  margin-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .p-infoCareer__wrap {
    padding: 50px 7.8% 40px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-infoCareer__wrap {
    padding: 38px 15px 25px;
    margin-bottom: 40px;
  }
}
.p-infoCareer__head {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-infoCareer__head {
    margin-bottom: 0;
  }
}
.p-infoCareer__subTtl {
  text-transform: uppercase;
  color: #888888;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .p-infoCareer__subTtl {
    font-size: 0.8125rem;
    margin-bottom: 5px;
  }
}
.p-infoCareer__ttl {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 32px;
}
.p-infoCareer__ttl::before {
  content: "";
  width: 2px;
  height: 54px;
  position: absolute;
  bottom: 0;
  left: -34px;
  background: #000;
  transform: rotate(-31deg);
}
.p-infoCareer__ttl::after {
  content: "";
  width: 2px;
  height: 54px;
  position: absolute;
  bottom: 0;
  right: -34px;
  background: #000;
  transform: rotate(31deg);
}
@media screen and (max-width: 767px) {
  .p-infoCareer__ttl {
    font-size: 1.375rem;
    margin-bottom: 24px;
  }
  .p-infoCareer__ttl::before {
    left: -10%;
  }
  .p-infoCareer__ttl::after {
    right: -10%;
  }
}
@media screen and (max-width: 420px) {
  .p-infoCareer__ttl {
    font-size: 1.25rem;
  }
}
.p-infoCareer__lead {
  text-align-last: left;
}
.p-infoCareer__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2%;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .p-infoCareer__items {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 420px) {
  .p-infoCareer__items {
    gap: 20px;
  }
}
.p-infoCareer__item {
  max-width: 150px;
}
@media screen and (max-width: 1199px) {
  .p-infoCareer__item {
    max-width: 18.4%;
  }
}
@media screen and (max-width: 767px) {
  .p-infoCareer__item {
    width: 100%;
    max-width: 100%;
  }
}
.p-infoCareer__box {
  position: relative;
  height: 110px;
  margin-top: 120px;
  margin-bottom: 10px;
}
.p-infoCareer__box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0.2;
}
.p-infoCareer__box.--02 {
  height: 140px;
  margin-top: 90px;
}
.p-infoCareer__box.--02::before {
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .p-infoCareer__box.--02 {
    height: 70px;
    margin-top: 0;
  }
}
.p-infoCareer__box.--03 {
  margin-top: 60px;
  height: 170px;
}
.p-infoCareer__box.--03::before {
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .p-infoCareer__box.--03 {
    height: 70px;
    margin-top: 0;
  }
}
.p-infoCareer__box.--04 {
  margin-top: 30px;
  height: 200px;
}
.p-infoCareer__box.--04::before {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .p-infoCareer__box.--04 {
    height: 70px;
    margin-top: 0;
  }
}
.p-infoCareer__box.--05 {
  margin-top: 0;
  height: 230px;
}
.p-infoCareer__box.--05::before {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-infoCareer__box.--05 {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-infoCareer__box {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 8px;
  }
}
.p-infoCareer__itemTtlWrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 28px;
}
@media screen and (max-width: 767px) {
  .p-infoCareer__itemTtlWrap {
    padding-top: 0;
  }
}
.p-infoCareer__itemSubTtl {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-infoCareer__itemSubTtl {
    font-size: 1rem;
    margin-bottom: 8px;
  }
}
.p-infoCareer__itemTtl {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
}
.p-infoCareer__txt {
  font-size: 0.875rem;
  color: #717171;
  line-height: 1.5;
}
.p-infoCareer__txt--note {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-infoCareer__txt--note {
    text-align: left;
    font-size: 0.8125rem;
  }
}
.p-infoCareer__btn {
  margin: auto;
}
.p-infoCareer__btn::before {
  background: #fff;
}
.p-infoCareer__btn::after {
  background: #fff;
}

.p-worksInfoFooter {
  padding: 85px 0 60px;
  position: relative;
  text-align: center;
}
.p-worksInfoFooter::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -5;
  top: 0;
  left: 0;
  background: url(../img/bg-nurse-06.jpg) no-repeat center center/cover;
}
.p-worksInfoFooter__head {
  margin-bottom: 15px;
}
@media screen and (max-width: 1199px) {
  .p-worksInfoFooter__head {
    margin-bottom: 40px;
  }
}
.p-worksInfoFooter__txt {
  width: 800px;
  max-width: 100%;
  margin: auto;
  color: #fff;
  margin-bottom: 36px;
}
@media screen and (max-width: 420px) {
  .p-worksInfoFooter__txt {
    font-size: 0.875rem;
  }
}
.p-worksInfoFooter__btn {
  margin: auto;
}

#works-doctor {
  /*===================
  kv
  ===================*/
  /*===================
  リード
  ===================*/
  /*===================
  主な仕事内容
  ===================*/
  /*===================
  1日のスケジュール
  ===================*/
  /*===================
  1日のスケジュール - フッター
  ===================*/
  /*===================
  5つのポイント
  ===================*/
  /*===================
  DIOクリニックで働く医師
  ===================*/
}
#works-doctor .p-worksInfoKv::before {
  background: url(../img/kv-doctor.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  #works-doctor .p-worksInfoKv::before {
    background: url(../img/kv-doctor-sp.jpg) no-repeat top center/cover;
  }
}
#works-doctor .p-worksInfoKv__message {
  background: #EFC826;
}
#works-doctor .p-worksInfoKv__message::after {
  border-color: #EFC826 transparent transparent transparent;
  mix-blend-mode: multiply;
  opacity: 0.4;
}
#works-doctor .p-worksInfoLead::before {
  background: url(../img/bg-doctor-01.png) no-repeat top right/contain;
  opacity: 1;
}
#works-doctor .p-worksInfoLead__head {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #works-doctor .p-worksInfoLead__head {
    margin: 0 auto 20px;
  }
}
#works-doctor .p-worksInfoLead__subTtl {
  color: #ECE0A5;
  opacity: 0.5;
}
#works-doctor .p-worksInfoWork__head::before {
  color: #ECE0A5;
}
#works-doctor .p-worksInfoWork__number {
  color: #EFC826;
}
#works-doctor .p-worksInfoWork__ttl::after {
  background: #EFC826;
}
#works-doctor .p-worksInfoWork__footer {
  border: 2px solid #EFC826;
}
#works-doctor .p-worksInfoWork__footerTtl {
  background: #EFC826;
}
#works-doctor .p-worksInfoSchedule::after {
  background: url(../img/bg-doctor-01.png) no-repeat top right/contain;
  opacity: 1;
}
#works-doctor .p-worksInfoSchedule__subTtl {
  color: #EFC826;
}
#works-doctor .p-worksInfoSchedule__message::before {
  background: #EFC826;
}
#works-doctor .p-worksInfoSchedule__timeItem {
  background: #EFC826;
  box-shadow: 0px 0px 0px 4px #EFC826;
}
@media screen and (max-width: 767px) {
  #works-doctor .p-worksInfoSchedule__timeItem {
    box-shadow: 0px 0px 0px 3px #EFC826;
  }
}
#works-doctor .p-worksInfoSchedule__messageTtl {
  color: #E6AF14;
}
#works-doctor .p-scheduleFooter__ttl {
  color: #E6AF14;
}
#works-doctor .p-scheduleFooter__circle {
  background: #E6AF14;
}
#works-doctor .p-scheduleFooter__btnWrap a {
  background: transparent linear-gradient(90deg, #ECE0A5 0%, #EFC826 51%, #E6AF14 100%);
}
#works-doctor .p-worksInfoPoint {
  padding: 0;
}
#works-doctor .p-worksInfoPoint::before {
  background: url(../img/bg-diamond-shape-doctor.svg) no-repeat top right/contain;
  top: 0;
}
#works-doctor .p-worksInfoPoint__head::before {
  background: url(../img/bg-doctor-07.jpg) no-repeat top center/cover;
}
#works-doctor .p-worksInfoPoint__ttl {
  color: #E6AF14;
}
#works-doctor .p-worksInfoPoint__itemNumberTxt {
  color: #E6AF14;
}
#works-doctor .p-worksInfoPoint__itemNumberMain {
  color: #E6AF14;
}
#works-doctor .p-worksInfoPoint__btnWrap a {
  background: transparent linear-gradient(90deg, #ECE0A5 0%, #EFC826 51%, #E6AF14 100%);
}
@media screen and (min-width: 1200px) {
  #works-doctor .p-interviewList {
    padding: 112px 0 100px;
  }
}
#works-doctor .p-heading__ttl {
  color: #E6AF14;
}

#works-nurse {
  /*===================
  kv
  ===================*/
  /*===================
  リード
  ===================*/
  /*===================
  主な仕事内容
  ===================*/
  /*===================
  1日のスケジュール
  ===================*/
  /*===================
  1日のスケジュール - フッター
  ===================*/
  /*===================
  5つのポイント
  ===================*/
  /*===================
  教育・人材育成制度
  ===================*/
  /*===================
  キャリアアップイメージ
  ===================*/
  /*===================
  DIOクリニックで働く看護師
  ===================*/
}
#works-nurse .p-worksInfoKv::before {
  background: url(../img/kv-nurse.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  #works-nurse .p-worksInfoKv::before {
    background: url(../img/kv-nurse-sp.jpg) no-repeat top center/cover;
  }
}
#works-nurse .p-worksInfoKv__message {
  background: transparent linear-gradient(90deg, #F8C4CE 0%, #F096AC 51%, #E9839A 100%);
}
#works-nurse .p-worksInfoKv__message::after {
  border-color: #EF9EB2 transparent transparent transparent;
  mix-blend-mode: multiply;
  opacity: 0.4;
}
#works-nurse .p-worksInfoLead::before {
  background: url(../img/bg-nurse-01.png) no-repeat top right/contain;
}
#works-nurse .p-worksInfoLead__subTtl {
  color: #F8C4CE;
  opacity: 0.5;
}
#works-nurse .p-worksInfoWork__head::before {
  color: #F8C4CE;
}
#works-nurse .p-worksInfoWork__number {
  color: #F096AC;
}
#works-nurse .p-worksInfoWork__ttl::after {
  background: #E9839A;
}
#works-nurse .p-worksInfoWork__footer {
  border: 2px solid #F096AC;
}
#works-nurse .p-worksInfoWork__footerTtl {
  background: #F096AC;
}
#works-nurse .p-worksInfoSchedule::after {
  background: url(../img/bg-nurse-01.png) no-repeat top right/contain;
}
#works-nurse .p-worksInfoSchedule__subTtl {
  color: #F096AC;
}
#works-nurse .p-worksInfoSchedule__message::before {
  background: #F096AC;
}
#works-nurse .p-worksInfoSchedule__timeItem {
  background: #F096AC;
  box-shadow: 0px 0px 0px 4px #F096AC;
}
@media screen and (max-width: 767px) {
  #works-nurse .p-worksInfoSchedule__timeItem {
    box-shadow: 0px 0px 0px 3px #F096AC;
  }
}
#works-nurse .p-worksInfoSchedule__messageTtl {
  color: #E9839A;
}
#works-nurse .p-scheduleFooter__ttl {
  color: #E9839A;
}
#works-nurse .p-scheduleFooter__circle {
  background: #E9839A;
}
#works-nurse .p-scheduleFooter__btnWrap a {
  background: transparent linear-gradient(90deg, #F8C4CE 0%, #F096AC 51%, #E9839A 100%);
}
#works-nurse .p-worksInfoPoint__head::before {
  background: url(../img/bg-nurse-07.jpg) no-repeat top center/cover;
}
#works-nurse .p-worksInfoPoint__ttl {
  color: #E9839A;
}
#works-nurse .p-worksInfoPoint__itemNumberTxt {
  color: #E9839A;
}
#works-nurse .p-worksInfoPoint__itemNumberMain {
  color: #E9839A;
}
#works-nurse .p-worksInfoPoint__btnWrap a {
  background: transparent linear-gradient(90deg, #F8C4CE 0%, #F096AC 51%, #E9839A 100%);
}
#works-nurse .p-worksInfoTraining__ttl {
  color: #E9839A;
}
#works-nurse .p-worksInfoTraining__label {
  background: #E9839A;
}
#works-nurse .p-worksInfoTraining__itemTtl {
  color: #E9839A;
}
#works-nurse .p-worksInfoTraining__itemSubTtl {
  color: #E9839A;
}
#works-nurse .p-infoCareer__wrap {
  border: 4px solid #F096AC;
}
#works-nurse .p-infoCareer__ttl--primary {
  color: #E9839A;
}
#works-nurse .p-infoCareer__box::before {
  background: #E9839A;
}
#works-nurse .p-infoCareer__itemSubTtl {
  color: #D56681;
}
#works-nurse .p-infoCareer__itemTtl {
  color: #D56681;
}
#works-nurse .p-infoCareer__btnWrap a {
  background: transparent linear-gradient(90deg, #F8C4CE 0%, #F096AC 51%, #E9839A 100%);
}
#works-nurse .p-heading__ttl {
  color: #E9839A;
}

#works-pharmacist {
  /*===================
  kv
  ===================*/
  /*===================
  リード
  ===================*/
  /*===================
  主な仕事内容
  ===================*/
  /*===================
  1日のスケジュール
  ===================*/
  /*===================
  1日のスケジュール - フッター
  ===================*/
  /*===================
  5つのポイント
  ===================*/
  /*===================
  教育・人材育成制度
  ===================*/
  /*===================
  キャリアアップ
  ===================*/
  /*===================
  DIOクリニックで働く看護師
  ===================*/
}
#works-pharmacist .p-worksInfoKv::before {
  background: url(../img/kv-pharmacist.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  #works-pharmacist .p-worksInfoKv::before {
    background: url(../img/kv-pharmacist-sp.jpg) no-repeat top center/cover;
  }
}
#works-pharmacist .p-worksInfoKv__message {
  background: #A289B7;
}
#works-pharmacist .p-worksInfoKv__message::after {
  border-color: #A289B7 transparent transparent transparent;
  mix-blend-mode: multiply;
  opacity: 0.4;
}
#works-pharmacist .p-worksInfoLead::before {
  background: url(../img/bg-pharmacist-01.png) no-repeat top right/contain;
  opacity: 1;
}
#works-pharmacist .p-worksInfoLead__subTtl {
  color: #D8C7EB;
  opacity: 0.5;
}
#works-pharmacist .p-worksInfoWork__head::before {
  color: #D8C7EB;
}
#works-pharmacist .p-worksInfoWork__number {
  color: #A289B7;
}
#works-pharmacist .p-worksInfoWork__ttl {
  line-height: 2.7;
}
#works-pharmacist .p-worksInfoWork__ttl.--twoLine {
  line-height: 1.35;
}
#works-pharmacist .p-worksInfoWork__ttl::after {
  background: #A289B7;
}
#works-pharmacist .p-worksInfoWork__footer {
  border: 2px solid #A289B7;
}
#works-pharmacist .p-worksInfoWork__footerTtl {
  background: #A289B7;
}
#works-pharmacist .p-worksInfoSchedule::after {
  background: url(../img/bg-pharmacist-01.png) no-repeat top right/contain;
  opacity: 1;
}
#works-pharmacist .p-worksInfoSchedule__subTtl {
  color: #A289B7;
}
#works-pharmacist .p-worksInfoSchedule__message::before {
  background: #A289B7;
}
#works-pharmacist .p-worksInfoSchedule__timeItem {
  background: #A289B7;
  box-shadow: 0px 0px 0px 4px #A289B7;
}
@media screen and (max-width: 767px) {
  #works-pharmacist .p-worksInfoSchedule__timeItem {
    box-shadow: 0px 0px 0px 3px #A289B7;
  }
}
#works-pharmacist .p-worksInfoSchedule__messageTtl {
  color: #8B70A3;
}
#works-pharmacist .p-scheduleFooter__ttl {
  color: #8B70A3;
}
#works-pharmacist .p-scheduleFooter__circle {
  background: #8B70A3;
}
#works-pharmacist .p-scheduleFooter__btnWrap a {
  background: transparent linear-gradient(90deg, #D8C7EB 0%, #A289B7 51%, #8B70A3 100%);
}
#works-pharmacist .p-worksInfoPoint__head::before {
  background: url(../img/bg-pharmacist-07.jpg) no-repeat top center/cover;
}
#works-pharmacist .p-worksInfoPoint__ttl {
  color: #8B70A3;
}
#works-pharmacist .p-worksInfoPoint__itemNumberTxt {
  color: #8B70A3;
}
#works-pharmacist .p-worksInfoPoint__itemNumberMain {
  color: #8B70A3;
}
#works-pharmacist .p-worksInfoPoint__btnWrap a {
  background: transparent linear-gradient(90deg, #D8C7EB 0%, #A289B7 51%, #8B70A3 100%);
}
#works-pharmacist .p-worksInfoTraining__ttl {
  color: #8B70A3;
}
#works-pharmacist .p-worksInfoTraining__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 4.7%;
  margin-bottom: 32px;
}
@media screen and (max-width: 1199px) {
  #works-pharmacist .p-worksInfoTraining__items {
    gap: 20px 3%;
    margin-bottom: 90px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #works-pharmacist .p-worksInfoTraining__items {
    gap: 20px;
    margin-bottom: 60px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 420px) {
  #works-pharmacist .p-worksInfoTraining__items {
    margin-bottom: 15px;
  }
}
#works-pharmacist .p-worksInfoTraining__item {
  width: 47.6%;
}
@media screen and (max-width: 767px) {
  #works-pharmacist .p-worksInfoTraining__item {
    width: 100%;
  }
}
#works-pharmacist .p-worksInfoTraining__label {
  background: #8B70A3;
}
#works-pharmacist .p-worksInfoTraining__itemTtl {
  color: #8B70A3;
}
#works-pharmacist .p-worksInfoTraining__itemSubTtl {
  color: #8B70A3;
}
#works-pharmacist .p-worksInfoTraining__noteTxt {
  width: 1070px;
  max-width: 100%;
  margin: auto;
  text-align: right;
  font-size: 0.875rem;
  color: #888888;
}
@media screen and (max-width: 767px) {
  #works-pharmacist .p-worksInfoTraining__noteTxt {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 420px) {
  #works-pharmacist .p-worksInfoTraining__noteTxt {
    font-size: 0.75rem;
  }
}
#works-pharmacist .p-infoMiddle {
  margin-top: 70px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  #works-pharmacist .p-infoMiddle {
    margin-top: 50px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #works-pharmacist .p-infoMiddle {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
#works-pharmacist .p-infoCareer__btnWrap a {
  background: transparent linear-gradient(90deg, #D8C7EB 0%, #A289B7 51%, #8B70A3 100%);
}
#works-pharmacist .p-heading__ttl {
  color: #8B70A3;
}

#works-dietitian {
  /*===================
  kv
  ===================*/
  /*===================
  リード
  ===================*/
  /*===================
  主な仕事内容
  ===================*/
  /*===================
  1日のスケジュール
  ===================*/
  /*===================
  1日のスケジュール - フッター
  ===================*/
  /*===================
  5つのポイント
  ===================*/
  /*===================
  教育・人材育成制度
  ===================*/
  /*===================
  キャリアアップイメージ
  ===================*/
  /*===================
  DIOクリニックで働く栄養士
  ===================*/
}
#works-dietitian .p-worksInfoKv::before {
  background: url(../img/kv-dietitian.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  #works-dietitian .p-worksInfoKv::before {
    background: url(../img/kv-dietitian-sp.jpg) no-repeat top center/cover;
  }
}
#works-dietitian .p-worksInfoKv__message {
  background: #DCAA5F;
}
#works-dietitian .p-worksInfoKv__message::after {
  border-color: #DCAA5F transparent transparent transparent;
  mix-blend-mode: multiply;
  opacity: 0.4;
}
#works-dietitian .p-worksInfoLead::before {
  background: url(../img/bg-dietitian-01.png) no-repeat top right/contain;
  opacity: 0.5;
}
#works-dietitian .p-worksInfoWork__head::before {
  color: #E6C887;
}
#works-dietitian .p-worksInfoWork__number {
  color: #DCAA5F;
}
#works-dietitian .p-worksInfoWork__ttl::after {
  background: #E6C887;
}
#works-dietitian .p-worksInfoWork__footer {
  border: 2px solid #DCAA5F;
}
#works-dietitian .p-worksInfoWork__footerTtl {
  background: #DCAA5F;
}
#works-dietitian .p-worksInfoSchedule::after {
  background: url(../img/bg-dietitian-01.png) no-repeat top right/contain;
  opacity: 1;
}
#works-dietitian .p-worksInfoSchedule__message {
  gap: 40px;
}
#works-dietitian .p-worksInfoSchedule__message::before {
  background: #DCAA5F;
}
#works-dietitian .p-worksInfoSchedule__messageItem:not(:last-child) {
  margin-bottom: 34px;
}
#works-dietitian .p-worksInfoSchedule__timeItem {
  background: #DCAA5F;
  box-shadow: 0px 0px 0px 4px #DCAA5F;
}
@media screen and (max-width: 767px) {
  #works-dietitian .p-worksInfoSchedule__timeItem {
    box-shadow: 0px 0px 0px 3px #DCAA5F;
  }
}
#works-dietitian .p-worksInfoSchedule__messageTtl {
  color: #D29646;
}
#works-dietitian .p-scheduleFooter__ttl {
  color: #D29646;
}
#works-dietitian .p-scheduleFooter__circle {
  background: #D29646;
}
#works-dietitian .p-scheduleFooter__btnWrap a {
  background: transparent linear-gradient(90deg, #E6C887 0%, #DCAA5F 51%, #D29646 100%);
}
#works-dietitian .p-worksInfoPoint__head::before {
  background: url(../img/bg-dietitian-07.jpg) no-repeat top center/cover;
}
#works-dietitian .p-worksInfoPoint__ttl {
  color: #D29646;
}
#works-dietitian .p-worksInfoPoint__itemNumberTxt {
  color: #D29646;
}
#works-dietitian .p-worksInfoPoint__itemNumberMain {
  color: #D29646;
}
#works-dietitian .p-worksInfoPoint__btnWrap a {
  background: transparent linear-gradient(90deg, #E6C887 0%, #DCAA5F 51%, #D29646 100%);
}
#works-dietitian .p-worksInfoTraining__ttl {
  color: #D29646;
}
#works-dietitian .p-worksInfoTraining__label {
  background: #D29646;
}
#works-dietitian .p-worksInfoTraining__itemTtl {
  color: #D29646;
  white-space: nowrap;
  text-align: center;
}
#works-dietitian .p-worksInfoTraining__itemSubTtl {
  color: #D29646;
}
#works-dietitian .p-infoCareer__wrap {
  border: 4px solid #DCAA5F;
}
#works-dietitian .p-infoCareer__ttl--primary {
  color: #DDAB5F;
}
#works-dietitian .p-infoCareer__wrap {
  border: 4px solid #DCAA5F;
}
#works-dietitian .p-infoCareer__ttl--primary {
  color: #D29646;
}
#works-dietitian .p-infoCareer__box::before {
  background: #D29646;
}
#works-dietitian .p-infoCareer__itemSubTtl {
  color: #D29646;
}
#works-dietitian .p-infoCareer__itemTtl {
  color: #D29646;
}
#works-dietitian .p-infoCareer__btnWrap a {
  background: transparent linear-gradient(90deg, #E6C887 0%, #DCAA5F 51%, #D29646 100%);
}
#works-dietitian .p-heading__ttl {
  color: #D29646;
}

#works-counselor {
  /*===================
  kv
  ===================*/
  /*===================
  リード
  ===================*/
  /*===================
  主な仕事内容
  ===================*/
  /*===================
  1日のスケジュール
  ===================*/
  /*===================
  1日のスケジュール - フッター
  ===================*/
  /*===================
  5つのポイント
  ===================*/
  /*===================
  教育・人材育成制度
  ===================*/
  /*===================
  キャリアアップイメージ
  ===================*/
  /*===================
  DIOクリニックで働くカウンセラー
  ===================*/
}
#works-counselor .p-worksInfoKv::before {
  background: url(../img/kv-counselor.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  #works-counselor .p-worksInfoKv::before {
    background: url(../img/kv-counselor-sp.jpg) no-repeat top center/cover;
  }
}
#works-counselor .p-worksInfoKv__message {
  background: #65B4DC;
}
#works-counselor .p-worksInfoKv__message::after {
  border-color: #65B4DC transparent transparent transparent;
  mix-blend-mode: multiply;
  opacity: 0.4;
}
#works-counselor .p-worksInfoLead::before {
  background: url(../img/bg-counselor-01.png) no-repeat top right/contain;
  opacity: 0.3;
}
#works-counselor .p-worksInfoLead__subTtl {
  color: #AAD2E6;
  opacity: 0.5;
}
#works-counselor .p-worksInfoWork__head::before {
  color: #AAD2E6;
}
#works-counselor .p-worksInfoWork__number {
  color: #65B4DC;
}
#works-counselor .p-worksInfoWork__ttl {
  line-height: 2.7;
}
#works-counselor .p-worksInfoWork__ttl.--twoLine {
  line-height: 1.35;
}
#works-counselor .p-worksInfoWork__ttl::after {
  background: #AAD2E6;
}
#works-counselor .p-worksInfoWork__footer {
  border: 2px solid #65B4DC;
}
#works-counselor .p-worksInfoWork__footerTtl {
  background: #65B4DC;
}
#works-counselor .p-worksInfoSchedule::after {
  background: url(../img/bg-counselor-01.png) no-repeat top right/contain;
  opacity: 0.3;
}
#works-counselor .p-worksInfoSchedule__subTtl {
  color: #65B4DC;
}
#works-counselor .p-worksInfoSchedule__message::before {
  background: #65B4DC;
}
#works-counselor .p-worksInfoSchedule__timeItem {
  background: #65B4DC;
  box-shadow: 0px 0px 0px 4px #65B4DC;
}
@media screen and (max-width: 767px) {
  #works-counselor .p-worksInfoSchedule__timeItem {
    box-shadow: 0px 0px 0px 3px #65B4DC;
  }
}
#works-counselor .p-worksInfoSchedule__messageTtl {
  color: #50A0DC;
}
#works-counselor .p-scheduleFooter__ttl {
  color: #50A0DC;
}
#works-counselor .p-scheduleFooter__circle {
  background: #50A0DC;
}
#works-counselor .p-scheduleFooter__btnWrap a {
  background: transparent linear-gradient(90deg, #AAD2E6 0%, #65B4DC 51%, #50A0DC 100%);
}
#works-counselor .p-worksInfoPoint__head::before {
  background: url(../img/bg-counselor-07.jpg) no-repeat top center/cover;
}
#works-counselor .p-worksInfoPoint__ttl {
  color: #50A0DC;
}
#works-counselor .p-worksInfoPoint__itemNumberTxt {
  color: #50A0DC;
}
#works-counselor .p-worksInfoPoint__itemNumberMain {
  color: #50A0DC;
}
#works-counselor .p-worksInfoPoint__btnWrap a {
  background: transparent linear-gradient(90deg, #AAD2E6 0%, #65B4DC 51%, #50A0DC 100%);
}
#works-counselor .p-worksInfoTraining__ttl {
  color: #50A0DC;
}
#works-counselor .p-worksInfoTraining__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 4.7%;
}
@media screen and (max-width: 1199px) {
  #works-counselor .p-worksInfoTraining__items {
    gap: 20px 3%;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  #works-counselor .p-worksInfoTraining__items {
    gap: 20px;
    margin-bottom: 60px;
  }
}
#works-counselor .p-worksInfoTraining__item {
  width: 47.6%;
}
@media screen and (max-width: 767px) {
  #works-counselor .p-worksInfoTraining__item {
    width: 100%;
  }
}
#works-counselor .p-worksInfoTraining__label {
  background: #50A0DC;
}
#works-counselor .p-worksInfoTraining__itemTtl {
  color: #50A0DC;
}
#works-counselor .p-worksInfoTraining__itemSubTtl {
  color: #50A0DC;
}
#works-counselor .p-infoCareer__wrap {
  border: 4px solid #65B4DC;
}
#works-counselor .p-infoCareer__ttl--primary {
  color: #6AB7E0;
}
#works-counselor .p-infoCareer__wrap {
  border: 4px solid #65B4DC;
}
#works-counselor .p-infoCareer__ttl--primary {
  color: #50A0DC;
}
#works-counselor .p-infoCareer__box::before {
  background: #50A0DC;
}
#works-counselor .p-infoCareer__itemSubTtl {
  color: #50A0DC;
}
#works-counselor .p-infoCareer__itemTtl {
  color: #50A0DC;
}
#works-counselor .p-infoCareer__btnWrap a {
  background: transparent linear-gradient(90deg, #AAD2E6 0%, #65B4DC 51%, #50A0DC 100%);
}
#works-counselor .p-heading__ttl {
  color: #50A0DC;
}

#works-receptionist {
  /*===================
  kv
  ===================*/
  /*===================
  リード
  ===================*/
  /*===================
  主な仕事内容
  ===================*/
  /*===================
  1日のスケジュール
  ===================*/
  /*===================
  1日のスケジュール - フッター
  ===================*/
  /*===================
  5つのポイント
  ===================*/
  /*===================
  教育・人材育成制度
  ===================*/
  /*===================
  キャリアアップイメージ
  ===================*/
  /*===================
  DIOクリニックで働くカウンセラー
  ===================*/
}
#works-receptionist .p-worksInfoKv::before {
  background: url(../img/kv-receptionist.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  #works-receptionist .p-worksInfoKv::before {
    background: url(../img/kv-receptionist-sp.jpg) no-repeat top center/cover;
  }
}
#works-receptionist .p-worksInfoKv__message {
  background: #6EB450;
}
#works-receptionist .p-worksInfoKv__message::after {
  border-color: #6EB450 transparent transparent transparent;
  mix-blend-mode: multiply;
  opacity: 0.4;
}
#works-receptionist .p-worksInfoLead::before {
  background: url(../img/bg-receptionist-01.png) no-repeat top right/contain;
  opacity: 0.3;
}
#works-receptionist .p-worksInfoLead__subTtl {
  color: #8CC864;
  opacity: 0.5;
}
#works-receptionist .p-worksInfoWork__head::before {
  color: #8CC864;
}
#works-receptionist .p-worksInfoWork__number {
  color: #6EB450;
}
#works-receptionist .p-worksInfoWork__ttl::after {
  background: #8CC864;
}
#works-receptionist .p-worksInfoWork__footer {
  border: 2px solid #6EB450;
}
#works-receptionist .p-worksInfoWork__footerTtl {
  background: #6EB450;
}
#works-receptionist .p-worksInfoSchedule::after {
  background: url(../img/bg-receptionist-01.png) no-repeat top right/contain;
  opacity: 0.3;
}
#works-receptionist .p-worksInfoSchedule__subTtl {
  color: #6EB450;
}
#works-receptionist .p-worksInfoSchedule__message {
  gap: 40px;
}
#works-receptionist .p-worksInfoSchedule__message::before {
  background: #6EB450;
}
#works-receptionist .p-worksInfoSchedule__messageItem:not(:last-child) {
  margin-bottom: 34px;
}
#works-receptionist .p-worksInfoSchedule__timeItem {
  background: #6EB450;
  box-shadow: 0px 0px 0px 4px #6EB450;
}
@media screen and (max-width: 767px) {
  #works-receptionist .p-worksInfoSchedule__timeItem {
    box-shadow: 0px 0px 0px 3px #6EB450;
  }
}
#works-receptionist .p-worksInfoSchedule__messageTtl {
  color: #649664;
}
#works-receptionist .p-scheduleFooter__ttl {
  color: #649664;
}
#works-receptionist .p-scheduleFooter__circle {
  background: #649664;
}
#works-receptionist .p-scheduleFooter__btnWrap a {
  background: transparent linear-gradient(90deg, #BEDCB4 0%, #8CC864 50%, #6EB450 100%);
}
#works-receptionist .p-worksInfoPoint__head::before {
  background: url(../img/bg-receptionist-07.jpg) no-repeat top center/cover;
}
#works-receptionist .p-worksInfoPoint__ttl {
  color: #649664;
}
#works-receptionist .p-worksInfoPoint__itemNumberTxt {
  color: #649664;
}
#works-receptionist .p-worksInfoPoint__itemNumberMain {
  color: #649664;
}
#works-receptionist .p-worksInfoPoint__btnWrap a {
  background: transparent linear-gradient(90deg, #BEDCB4 0%, #8CC864 50%, #6EB450 100%);
}
#works-receptionist .p-worksInfoTraining__ttl {
  color: #649664;
}
#works-receptionist .p-worksInfoTraining__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 4.7%;
}
@media screen and (max-width: 1199px) {
  #works-receptionist .p-worksInfoTraining__items {
    gap: 20px 3%;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  #works-receptionist .p-worksInfoTraining__items {
    gap: 20px;
    margin-bottom: 60px;
  }
}
#works-receptionist .p-worksInfoTraining__item {
  width: 47.6%;
}
@media screen and (max-width: 767px) {
  #works-receptionist .p-worksInfoTraining__item {
    width: 100%;
  }
}
#works-receptionist .p-worksInfoTraining__label {
  background: #649664;
}
#works-receptionist .p-worksInfoTraining__itemTtl {
  color: #649664;
}
#works-receptionist .p-worksInfoTraining__itemSubTtl {
  color: #649664;
}
#works-receptionist .p-infoCareer__wrap {
  border: 4px solid #6EB450;
}
#works-receptionist .p-infoCareer__ttl--primary {
  color: #6EB450;
}
#works-receptionist .p-infoCareer__wrap {
  border: 4px solid #6EB450;
}
#works-receptionist .p-infoCareer__ttl--primary {
  color: #649664;
}
#works-receptionist .p-infoCareer__box::before {
  background: #649664;
}
#works-receptionist .p-infoCareer__itemSubTtl {
  color: #6EA06E;
}
#works-receptionist .p-infoCareer__itemTtl {
  color: #6EA06E;
}
#works-receptionist .p-infoCareer__btnWrap a {
  background: transparent linear-gradient(90deg, #BEDCB4 0%, #8CC864 50%, #6EB450 100%);
}
#works-receptionist .p-heading__ttl {
  color: #649664;
}

.p-staffKv::before {
  background: url(../img/kv-staff.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-staffKv::before {
    background: url(../img/kv-staff-sp.jpg) no-repeat center center/cover;
  }
}

.p-staff {
  padding: 85px 0 150px;
}
@media screen and (max-width: 1199px) {
  .p-staff {
    padding: 70px 0 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-staff {
    padding: 50px 0 60px;
  }
}
.p-staff__lead {
  margin-bottom: 95px;
}
@media screen and (max-width: 1199px) {
  .p-staff__lead {
    margin-bottom: 40px;
  }
}
.p-staff__head {
  margin-bottom: 12px;
}
@media screen and (max-width: 1199px) {
  .p-staff__head {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-staff__head {
    margin-bottom: 30px;
  }
}
.p-staff__txt {
  text-align: center;
  font-size: 1.25rem;
}
@media screen and (max-width: 1199px) {
  .p-staff__txt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-staff__txt {
    font-size: 0.875rem;
  }
}
.p-staff__section {
  position: relative;
  padding-top: 102px;
}
.p-staff__section::before {
  content: "";
  width: 93.75%;
  height: 77.7%;
  position: absolute;
  z-index: -5;
  top: 0;
  right: 0;
  background: url(../img/bg-staff-01.jpg) no-repeat center center/cover;
}
.p-staff__section.--inversion::before {
  right: auto;
  left: 0;
}
.p-staff__section.--02::before {
  background: url(../img/bg-staff-02.jpg) no-repeat center center/cover;
}
.p-staff__section.--03::before {
  background: url(../img/bg-staff-03.jpg) no-repeat center center/cover;
}
.p-staff__section.--04::before {
  background: url(../img/bg-staff-04.jpg) no-repeat center center/cover;
}
.p-staff__section.--05::before {
  background: url(../img/bg-staff-05.jpg) no-repeat center center/cover;
}
.p-staff__section.--06::before {
  background: url(../img/bg-staff-06.jpg) no-repeat center center/cover;
}
.p-staff__section:not(:last-child) {
  margin-bottom: 120px;
}
@media screen and (max-width: 1199px) {
  .p-staff__section {
    padding-top: 50px;
  }
  .p-staff__section:not(:last-child) {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-staff__section {
    padding-top: 50px;
  }
  .p-staff__section::before {
    width: 100%;
  }
  .p-staff__section:not(:last-child) {
    margin-bottom: 60px;
  }
}
.p-staff__sectionHead {
  margin-bottom: 55px;
}
@media screen and (max-width: 1199px) {
  .p-staff__sectionHead {
    margin-bottom: 30px;
  }
}
.p-staff__itemWrap {
  max-width: 1050px;
  width: 95%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8.5%;
}
@media screen and (max-width: 767px) {
  .p-staff__itemWrap {
    width: 87.2%;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px 5%;
  }
}

.p-staffInfoKv {
  position: relative;
  width: 100%;
  height: 580px;
}
@media screen and (max-width: 1199px) {
  .p-staffInfoKv {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .p-staffInfoKv {
    height: 400px;
  }
}
@media screen and (max-width: 420px) {
  .p-staffInfoKv {
    height: 296px;
  }
}
.p-staffInfoKv::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -5;
  top: 0;
  left: 0;
}
.p-staffInfoKv__box {
  position: relative;
  top: 330px;
  width: 402px;
  height: 180px;
  margin-left: auto;
  background: transparent linear-gradient(114deg, #E9C046 0%, #DDB026 51%, #D2A006 100%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 30px 60px 0;
  overflow: hidden;
  opacity: 0;
}
.p-staffInfoKv__box.is-anime {
  animation: staffFade 1.5s ease-out 1;
  opacity: 1;
}
@media screen and (max-width: 1199px) {
  .p-staffInfoKv__box {
    width: 350px;
    top: 280px;
  }
}
@media screen and (max-width: 767px) {
  .p-staffInfoKv__box {
    width: 242px;
    height: auto;
    top: 240px;
    padding: 15px 14px;
  }
}
@media screen and (max-width: 420px) {
  .p-staffInfoKv__box {
    top: 170px;
  }
}
.p-staffInfoKv__work {
  position: relative;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 10px;
}
.p-staffInfoKv__work::after {
  content: "";
  width: 255px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
  background: #FFFFFF;
  opacity: 0.5;
}
.p-staffInfoKv__work.--xs::after {
  width: 180px;
}
@media screen and (max-width: 1199px) {
  .p-staffInfoKv__work.--xs::after {
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .p-staffInfoKv__work.--xs::after {
    width: 120px;
  }
}
@media screen and (max-width: 1199px) {
  .p-staffInfoKv__work {
    font-size: 1.375rem;
  }
  .p-staffInfoKv__work::after {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .p-staffInfoKv__work {
    font-size: 1rem;
  }
  .p-staffInfoKv__work::after {
    width: 180px;
    right: -20px;
  }
}
@media screen and (max-width: 420px) {
  .p-staffInfoKv__work {
    font-size: 0.875rem;
    margin-bottom: 3px;
  }
}
.p-staffInfoKv__name {
  color: #fff;
  font-size: 2.25rem;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media screen and (max-width: 1199px) {
  .p-staffInfoKv__name {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-staffInfoKv__name {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 420px) {
  .p-staffInfoKv__name {
    font-size: 1.25rem;
  }
}
.p-staffInfoKv__career {
  color: #fff;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-staffInfoKv__career {
    font-size: 0.75rem;
  }
}

@keyframes staffFade {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-staffInfo {
  position: relative;
  padding: 70px 0 175px;
}
@media screen and (max-width: 767px) {
  .p-staffInfo {
    padding: 40px 0 50px;
  }
}
.p-staffInfo::before {
  content: "";
  width: 74.75%;
  height: 1400px;
  position: absolute;
  z-index: -5;
  top: 0;
  left: 0;
  background: url(../img/bg-interview-doctor-01.jpg) no-repeat top left/contain;
}
@media screen and (max-width: 767px) {
  .p-staffInfo::before {
    width: 80%;
    background: url(../img/bg-interview-doctor-01-sp.jpg) no-repeat top left/contain;
  }
}
.p-staffInfo::after {
  content: "";
  width: 87.5%;
  height: 1400px;
  position: absolute;
  z-index: -5;
  bottom: 0;
  right: 0;
  background: url(../img/bg-interview-doctor-02.jpg) no-repeat bottom right/contain;
}
@media screen and (max-width: 767px) {
  .p-staffInfo::after {
    width: 80%;
    background: url(../img/bg-interview-doctor-02-sp.jpg) no-repeat bottom right/contain;
  }
}
.p-staffInfo__lead {
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 1199px) {
  .p-staffInfo__lead {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-staffInfo__lead {
    margin-bottom: 20px;
  }
}
.p-staffInfo__leadSubTtl {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #ECAD53;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.p-staffInfo__leadSubTtl::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #ECAD53;
}
@media screen and (max-width: 1199px) {
  .p-staffInfo__leadSubTtl {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-staffInfo__leadSubTtl {
    font-size: 0.9375rem;
  }
}
.p-staffInfo__leadTtl {
  font-size: 2.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  .p-staffInfo__leadTtl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-staffInfo__leadTtl {
    font-size: 1.25rem;
    text-align: left;
  }
}
.p-staffInfo__innerImgWrap {
  margin-bottom: 100px;
}
@media screen and (max-width: 1199px) {
  .p-staffInfo__innerImgWrap {
    aspect-ratio: 1600/380;
    margin-bottom: 70px;
  }
  .p-staffInfo__innerImgWrap img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-staffInfo__innerImgWrap {
    aspect-ratio: 376/174;
    margin-bottom: 40px;
  }
}
.p-staffInfo__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7.5%;
}
.p-staffInfo__item.--only {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-staffInfo__item.--reverse .p-staffInfo__imgWrap {
    order: 2;
  }
  .p-staffInfo__item.--reverse .p-staffInfo__message {
    order: 1;
    margin-bottom: 40px;
  }
}
.p-staffInfo__item:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-staffInfo__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .p-staffInfo__item {
    gap: 5%;
  }
}
@media screen and (max-width: 767px) {
  .p-staffInfo__item {
    flex-direction: column;
  }
}
.p-staffInfo__imgWrap {
  flex: 1;
  margin-left: -68px;
}
.p-staffInfo__imgWrap.--inversion {
  order: 2;
  margin-left: 0;
  margin-right: -68px;
}
@media screen and (max-width: 1199px) {
  .p-staffInfo__imgWrap.--inversion {
    margin-left: 0;
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (max-width: 767px) {
  .p-staffInfo__imgWrap.--inversion {
    order: unset;
  }
}
@media screen and (max-width: 1199px) {
  .p-staffInfo__imgWrap {
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 767px) {
  .p-staffInfo__imgWrap {
    margin-bottom: 40px;
  }
}
.p-staffInfo__img {
  box-shadow: -2px 2px 20px rgba(0, 0, 0, 0.16);
}
.p-staffInfo__message {
  width: 49%;
}
.p-staffInfo__message.--only {
  width: 100%;
}
.p-staffInfo__message.--inversion {
  order: 1;
}
@media screen and (max-width: 767px) {
  .p-staffInfo__message.--inversion {
    order: unset;
  }
}
@media screen and (max-width: 767px) {
  .p-staffInfo__message {
    width: 100%;
  }
}
.p-staffInfo__question {
  font-weight: 400;
  margin-bottom: 32px;
}
@media screen and (max-width: 1199px) {
  .p-staffInfo__question {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-staffInfo__question {
    margin-bottom: 20px;
  }
}
.p-staffInfo__subTtl {
  text-transform: uppercase;
  color: #ECAD53;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  .p-staffInfo__subTtl {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-staffInfo__subTtl {
    font-size: 0.875rem;
    margin-bottom: 5px;
  }
}
.p-staffInfo__ttl {
  font-size: 1.9375rem;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  .p-staffInfo__ttl {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-staffInfo__ttl {
    font-size: 1.25rem;
  }
}
.p-staffInfo__point {
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  padding-left: 60px;
  padding-right: 4em;
  margin-bottom: 30px;
}
.p-staffInfo__point::before {
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  top: 1em;
  left: 0;
  background: #000;
}
@media screen and (max-width: 1199px) {
  .p-staffInfo__point {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-staffInfo__point {
    font-size: 0.9375rem;
    padding-left: 0;
    line-height: 1.5;
    padding-top: 10px;
  }
  .p-staffInfo__point::before {
    top: 0;
  }
}

.p-staffInfoFooter__body {
  position: relative;
}
.p-staffInfoFooter__body::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg-interview-doctor-03.png) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .p-staffInfoFooter__body::before {
    background: url(../img/bg-interview-doctor-03-sp.png) no-repeat top center/cover;
  }
}
.p-staffInfoFooter__wrap {
  position: relative;
  padding: 105px 0;
}
@media screen and (max-width: 1199px) {
  .p-staffInfoFooter__wrap {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-staffInfoFooter__wrap {
    padding: 50px 0;
  }
}
.p-staffInfoFooter__message {
  width: 53.75%;
}
@media screen and (max-width: 1199px) {
  .p-staffInfoFooter__message {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .p-staffInfoFooter__message {
    width: 100%;
  }
}
.p-staffInfoFooter__ttl {
  color: #fff;
  font-size: 2.25rem;
  line-height: 1.5;
  margin-bottom: 32px;
}
@media screen and (max-width: 1199px) {
  .p-staffInfoFooter__ttl {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-staffInfoFooter__ttl {
    font-size: 1.25rem;
    text-align: center;
  }
}
.p-staffInfoFooter__point {
  position: relative;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  padding-left: 60px;
  padding-right: 4em;
  margin-bottom: 30px;
}
.p-staffInfoFooter__point::before {
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  top: 1em;
  left: 0;
  background: #fff;
}
@media screen and (max-width: 1199px) {
  .p-staffInfoFooter__point {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-staffInfoFooter__point {
    font-size: 0.9375rem;
    padding-left: 0;
    line-height: 1.5;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .p-staffInfoFooter__point::before {
    width: 100%;
    top: 0;
  }
}
.p-staffInfoFooter__txt {
  color: #fff;
}
.p-staffInfoFooter__imgWrap {
  margin-right: -31px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45%;
}
@media screen and (max-width: 1199px) {
  .p-staffInfoFooter__imgWrap {
    width: 40%;
    margin-right: -45px;
  }
}
.p-staffInfoFooter__messageTtl {
  position: absolute;
  bottom: -0.16em;
  left: 15%;
  text-transform: uppercase;
  color: #fff;
  font-size: 6.625rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.27;
}
.p-staffInfoFooter__btnWrap {
  margin: 80px 0 120px;
}
@media screen and (max-width: 1199px) {
  .p-staffInfoFooter__btnWrap {
    margin: 60px 0 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-staffInfoFooter__btnWrap {
    margin: 40px 0 60px;
  }
}
.p-staffInfoFooter__btn {
  position: relative;
  width: 422px;
  max-width: 100%;
  margin: auto;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  background: #B1A47D;
  border-radius: 161px;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1199px) {
  .p-staffInfoFooter__btn {
    height: 65px;
  }
}
@media screen and (max-width: 767px) {
  .p-staffInfoFooter__btn {
    height: 60px;
    margin: auto;
    width: 90%;
    max-width: 348px;
  }
}
.p-staffInfoFooter__btn::before {
  content: "";
  position: absolute;
  bottom: calc(48% + 2px);
  left: 30px;
  width: 8px;
  height: 1px;
  background: #DBD1B8;
  transform: translateY(50%) skewY(-31deg);
  transition: all 0.2s ease-out;
}
.p-staffInfoFooter__btn::after {
  content: "";
  position: absolute;
  top: 52%;
  left: 30px;
  width: 28px;
  height: 1px;
  background: #DBD1B8;
  transition: all 0.2s ease-out;
}
.p-staffInfoFooter__btn:hover {
  opacity: 0.7;
}
.p-staffInfoFooter__btn:hover::before {
  left: 20px;
}
.p-staffInfoFooter__btn:hover::after {
  left: 20px;
}

.p-personKv::before {
  background: url(../img/kv-person.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-personKv::before {
    background: url(../img/kv-person-sp.jpg) no-repeat center center/cover;
  }
}

.p-personLead {
  padding: 83px 0 93px;
}
@media screen and (max-width: 767px) {
  .p-personLead {
    padding: 60px 0 50px;
  }
}
.p-personLead__ttlWrap {
  margin-bottom: 12px;
}
@media screen and (max-width: 1199px) {
  .p-personLead__ttlWrap {
    margin-bottom: 30px;
  }
}
.p-personLead__txt {
  text-align: center;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-personLead__txt {
    font-size: 0.9375rem;
  }
}

.p-personBody {
  position: relative;
  padding: 135px 0 115px;
}
@media screen and (max-width: 767px) {
  .p-personBody {
    padding: 90px 0 40px;
  }
}
.p-personBody::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: url(../img/bg-person-01.jpg) repeat-y top center/cover;
}
.p-personBody.--second::before {
  background: url(../img/bg-person-02.jpg) repeat-y top center/cover;
}
.p-personBody.--second::after {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent linear-gradient(270deg, #E9C046 0%, #DDB026 51%, #D2A006 100%);
}
.p-personBody__media {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-personBody__media {
    margin-bottom: 40px;
  }
}
.p-personBody__mediaItem {
  position: relative;
  padding-top: 120px;
}
.p-personBody__mediaItem:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .p-personBody__mediaItem {
    padding-top: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .p-personBody__mediaItem {
    padding-top: 53vw;
  }
  .p-personBody__mediaItem:not(:last-child) {
    margin-bottom: 40px;
  }
}
.p-personBody__message {
  width: 55%;
  background: #fff;
  padding: 40px 78px 46px;
}
.p-personBody__message.--inversion {
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .p-personBody__message {
    width: 80%;
    padding: 30px 40px;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .p-personBody__message {
    overflow: unset;
    padding: 20px 23px;
    width: 100%;
  }
}
.p-personBody__subTtl {
  text-transform: uppercase;
  color: #ECAD53;
  font-weight: 700;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .p-personBody__subTtl {
    text-align: center;
    font-size: 0.9375rem;
  }
}
.p-personBody__ttl {
  position: relative;
  font-size: 2.5rem;
  line-height: 1.35;
  padding-bottom: 10px;
  margin-bottom: 23px;
}
.p-personBody__ttl::before {
  content: "";
  width: calc(100% + 98px);
  height: 1px;
  background: #ECAD53;
  position: absolute;
  bottom: 0;
  left: -20px;
}
.p-personBody__ttl::after {
  content: "01";
  font-family: "Times New Roman", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 7.0625rem;
  font-weight: 700;
  color: #ECAD53;
  line-height: 1;
  position: absolute;
  bottom: -18px;
  right: -24px;
  opacity: 0.45;
}
.p-personBody__ttl.--02::after {
  content: "02";
}
@media screen and (max-width: 1199px) {
  .p-personBody__ttl {
    font-size: 2rem;
  }
  .p-personBody__ttl::before {
    left: -10px;
    width: 110%;
  }
  .p-personBody__ttl::after {
    font-size: 5rem;
    bottom: -12px;
  }
}
@media screen and (max-width: 767px) {
  .p-personBody__ttl {
    text-align: center;
    font-size: 1.5rem;
  }
  .p-personBody__ttl::before {
    width: 100%;
    left: 0;
  }
  .p-personBody__ttl::after {
    font-size: 3.375rem;
    opacity: 1;
    top: -80px;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translateX(-50%);
  }
}
.p-personBody__imgWrap {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 85%;
  margin-right: calc(50% - 50vw);
}
.p-personBody__imgWrap.--inversion {
  right: auto;
  left: 0;
  margin-right: 0;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-personBody__imgWrap {
    width: 100%;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.p-personBody__img {
  box-shadow: -2px 2px 20px rgba(0, 0, 0, 0.16);
}

.p-personIntro::after {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent linear-gradient(270deg, #E9C046 0%, #DDB026 51%, #D2A006 100%);
}
.p-personIntro__lead {
  text-align: center;
  margin-bottom: 30px;
}
.p-personIntro__leadWrap {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0 76px;
}
.p-personIntro__leadWrap::before {
  content: "";
  width: 76px;
  height: 182px;
  position: absolute;
  top: 42%;
  left: -67px;
  transform: translateY(-50%);
  background: url(../img/ico-blade.svg) no-repeat center center/contain;
}
.p-personIntro__leadWrap::after {
  content: "";
  width: 76px;
  height: 182px;
  position: absolute;
  top: 42%;
  right: -67px;
  transform: translateY(-50%) scale(-1, 1);
  background: url(../img/ico-blade.svg) no-repeat center center/contain;
}
@media screen and (max-width: 1199px) {
  .p-personIntro__leadWrap::before {
    left: -5%;
  }
  .p-personIntro__leadWrap::after {
    right: -5%;
  }
}
@media screen and (max-width: 767px) {
  .p-personIntro__leadWrap {
    padding: 0;
    display: block;
  }
  .p-personIntro__leadWrap::before {
    content: none;
  }
  .p-personIntro__leadWrap::after {
    content: none;
  }
}
.p-personIntro__leadWrap.--second::before {
  top: auto;
  bottom: 0;
  left: -42px;
  transform: translateY(0);
}
.p-personIntro__leadWrap.--second::after {
  top: auto;
  bottom: 0;
  right: -42px;
  transform: scale(-1, 1);
}
.p-personIntro__label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 580px;
  max-width: 100%;
  margin: auto;
  height: 60px;
  background: #D2AE46;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.p-personIntro__label.--second {
  width: 320px;
}
@media screen and (max-width: 1199px) {
  .p-personIntro__label {
    font-size: 1.125rem;
    width: 450px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-personIntro__label {
    width: 100%;
    max-width: 580px;
    font-size: 0.875rem;
    height: 33px;
    margin-bottom: 30px;
  }
  .p-personIntro__label.--second {
    width: 182px;
    max-width: 100%;
  }
}
.p-personIntro__leadTtl {
  font-size: 3.375rem;
}
.p-personIntro__leadTtl.--second {
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  .p-personIntro__leadTtl {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-personIntro__leadTtl {
    display: inline-block;
    position: relative;
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .p-personIntro__leadTtl::before {
    content: "";
    width: 38.5px;
    height: 92.1px;
    position: absolute;
    top: 50%;
    left: -30%;
    transform: translateY(-50%);
    background: url(../img/ico-blade.svg) no-repeat center center/contain;
  }
  .p-personIntro__leadTtl::after {
    content: "";
    width: 38.5px;
    height: 92.1px;
    position: absolute;
    top: 50%;
    right: -30%;
    transform: translateY(-50%) scale(-1, 1);
    background: url(../img/ico-blade.svg) no-repeat center center/contain;
  }
}
.p-personIntro__point {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-personIntro__point {
    gap: 2.67%;
    margin-bottom: 40px;
  }
}
.p-personIntro__item {
  position: relative;
  width: 260px;
}
@media screen and (max-width: 1199px) {
  .p-personIntro__item {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .p-personIntro__item {
    width: 100%;
    max-width: 260px;
  }
}
.p-personIntro__itemTxtWrap {
  position: absolute;
  text-align: center;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1199px) {
  .p-personIntro__itemTxtWrap {
    top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-personIntro__itemTxtWrap {
    top: 25%;
  }
}
.p-personIntro__txtEn {
  text-transform: uppercase;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 23px;
}
.p-personIntro__txtEn.--02 {
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .p-personIntro__txtEn {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-personIntro__txtEn {
    font-size: 0.75rem;
    margin-bottom: 23%;
  }
}
.p-personIntro__subTtl {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
  white-space: nowrap;
  margin-bottom: 12px;
}
@media screen and (max-width: 1199px) {
  .p-personIntro__subTtl {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-personIntro__subTtl {
    font-size: calc(11px + 0.0246085011 * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 767px) {
  .p-personIntro__subTtl {
    margin-bottom: 8px;
  }
}
.p-personIntro__ttl {
  color: #fff;
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .p-personIntro__ttl {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-personIntro__ttl {
    font-size: calc(20px + 0.0357941834 * (100vw - 320px));
    min-height: 0vw;
  }
}

.p-personBox {
  position: relative;
  padding: 72px 20px 75px;
  z-index: 0;
  background: transparent linear-gradient(180deg, rgb(200, 151, 76) 0%, rgb(249, 205, 150) 26%, rgb(240, 203, 143) 51%, rgb(202, 159, 90) 67%, rgb(200, 151, 76) 100%);
  margin-bottom: 100px;
}
.p-personBox::before {
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background: #fff;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-personBox {
    padding: 50px 0 64px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .p-personBox::before {
    width: 100%;
  }
}
.p-personBox__head {
  text-align: center;
  margin-bottom: 47px;
}
@media screen and (max-width: 767px) {
  .p-personBox__head {
    width: 93.6%;
    margin: 0 auto 40px;
  }
}
.p-personBox__headSubTtl {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 700;
  color: #ECAD53;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-personBox__headSubTtl {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}
.p-personBox__headTtl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  .p-personBox__headTtl {
    font-size: 1.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-personBox__headTtl {
    font-size: 1.375rem;
  }
}
.p-personBox__wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px 5%;
}
@media screen and (max-width: 767px) {
  .p-personBox__wrap {
    width: 87.2%;
    margin: auto;
    flex-direction: column;
    gap: 30px;
  }
}
.p-personBox__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 27.5%;
}
@media screen and (max-width: 1199px) {
  .p-personBox__item {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .p-personBox__item {
    flex-direction: unset;
    width: 100%;
    gap: 6.4%;
  }
}
.p-personBox__icoWrap {
  width: 178px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-personBox__icoWrap {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .p-personBox__message {
    flex: 1;
  }
}
.p-personBox__ttlWrap {
  text-align: center;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .p-personBox__ttlWrap {
    text-align: left;
    margin-bottom: 15px;
  }
}
.p-personBox__subTtl {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  color: #B1A47D;
  padding: 0 54px;
  margin-bottom: 8px;
}
.p-personBox__subTtl::before {
  content: "";
  width: 54px;
  height: 1px;
  background: #B1A47D;
  position: absolute;
  top: 50%;
  left: -18px;
  transform: translateY(-50%);
}
.p-personBox__subTtl::after {
  content: "";
  width: 54px;
  height: 1px;
  background: #B1A47D;
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
  .p-personBox__subTtl {
    font-size: 0.875rem;
    padding: 0 48px;
  }
  .p-personBox__subTtl::before {
    width: 48px;
  }
  .p-personBox__subTtl::after {
    width: 48px;
  }
}
@media screen and (max-width: 767px) {
  .p-personBox__subTtl {
    font-size: 0.75rem;
    padding: 0 40px 0 0;
  }
  .p-personBox__subTtl::before {
    content: none;
  }
  .p-personBox__subTtl::after {
    width: 48px;
  }
}
.p-personBox__ttl {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  .p-personBox__ttl {
    font-size: 1rem;
    line-height: 1.45;
  }
}
@media screen and (max-width: 767px) {
  .p-personBox__ttl {
    font-size: 1.125rem;
    line-height: 1.2222;
  }
}
@media screen and (max-width: 420px) {
  .p-personBox__ttl {
    font-size: 0.9375rem;
  }
}
.p-personBox__txt {
  color: #717171;
  font-size: 0.9375rem;
  line-height: 1.4667;
}
@media screen and (max-width: 420px) {
  .p-personBox__txt {
    font-size: 0.875rem;
  }
}

.p-personFooter {
  background: #fff;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .p-personFooter {
    background: none;
    padding: 40px 0 20px;
  }
}
.p-personFooter__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-personFooter__wrap {
    background: #fff;
    padding: 40px 20px 20px;
    flex-direction: column;
  }
}
.p-personFooter__message {
  /* 画像掲載不可のためレイアウト変更
  width: 49%;
  @include g.mq("tab") {
    width: 60%;
  }

  @include g.mq("minTab") {
    width: 100%;
  }
  */
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .p-personFooter__message {
    display: flex;
    justify-content: space-between;
    gap: 8%;
  }
}
.p-personFooter__ttlWrap {
  margin-bottom: 20px;
}
.p-personFooter__ttl {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 3.5rem;
  line-height: 1;
  color: #C8974C;
  font-weight: 700;
  padding-right: 120px;
  margin-bottom: 10px;
}
.p-personFooter__ttl::after {
  content: "";
  width: 120px;
  height: 2px;
  background: #C8974C;
  position: absolute;
  top: 50%;
  right: -35px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
  .p-personFooter__ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-personFooter__ttl {
    font-size: 2.5rem;
    padding-right: 72px;
    margin-bottom: 5px;
  }
  .p-personFooter__ttl::after {
    width: 64.5px;
    right: 0;
  }
}
.p-personFooter__subTtl {
  font-size: 1.25rem;
  font-weight: 700;
  color: #E1B432;
}
@media screen and (max-width: 1199px) {
  .p-personFooter__subTtl {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-personFooter__subTtl {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .p-personFooter__messageInfo {
    padding-top: 17px;
  }
}
.p-personFooter__txt {
  font-size: 1.125rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  .p-personFooter__txt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-personFooter__txt {
    font-size: 0.9375rem;
  }
}
.p-personFooter__name {
  text-align: right;
  font-size: 1.75rem;
}
@media screen and (max-width: 1199px) {
  .p-personFooter__name {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-personFooter__name {
    font-size: 1.25rem;
  }
}
.p-personFooter__imgWrap {
  width: 42.5%;
}
@media screen and (max-width: 1199px) {
  .p-personFooter__imgWrap {
    width: 38%;
  }
}
@media screen and (max-width: 767px) {
  .p-personFooter__imgWrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-personFooter__img {
  box-shadow: -2px 2px 30px rgba(0, 0, 0, 0.2);
}

.p-faqKv::before {
  background: url(../img/kv-faq.jpg) no-repeat center center/cover;
}

.p-faq {
  position: relative;
  padding: 100px 0;
}
.p-faq::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: url(../img/bg-faq.jpg) repeat-y top center/cover;
  opacity: 0.6;
}
@media screen and (max-width: 1199px) {
  .p-faq {
    padding: 70px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 40px 0;
  }
}
.p-faq__wrap {
  margin-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .p-faq__wrap {
    margin-bottom: 60px;
  }
}
.p-faq__item {
  position: relative;
  z-index: 1;
  background: transparent linear-gradient(180deg, #C8974C 0%, #F9CD96 26%, #F0CB8F 51%, #CA9F5A 67%, #C8974C 100%);
}
.p-faq__item:not(:last-child) {
  margin-bottom: 32px;
}
.p-faq__item::before {
  content: "";
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}
@media screen and (max-width: 1199px) {
  .p-faq__item:not(:last-child) {
    margin-bottom: 28px;
  }
}
.p-faq__question, .p-faq__answerWrap {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 1199px) {
  .p-faq__question, .p-faq__answerWrap {
    gap: 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__question, .p-faq__answerWrap {
    gap: 20px;
  }
}
@media screen and (max-width: 420px) {
  .p-faq__question, .p-faq__answerWrap {
    gap: 10px;
  }
}
.p-faq__question {
  position: relative;
  width: calc(100% - 60px);
  padding: 40px 74px;
}
.p-faq__question::before {
  content: "";
  width: 4px;
  height: 32px;
  background: #ECAD53;
  position: absolute;
  top: 64px;
  right: 45px;
  transition: all 0.2s ease-out;
  transform-origin: center center;
}
.p-faq__question::after {
  content: "";
  width: 32px;
  height: 4px;
  background: #ECAD53;
  position: absolute;
  top: 77px;
  right: 31px;
}
.p-faq__question.close::before {
  transform: scale(1, 0);
}
@media screen and (max-width: 1199px) {
  .p-faq__question {
    width: calc(100% - 40px);
    padding: 30px 20px;
  }
  .p-faq__question::before {
    top: 50px;
    right: 0;
  }
  .p-faq__question::after {
    top: 64px;
    right: -14px;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__question {
    width: calc(100% - 20px);
    padding: 25px 10px;
  }
  .p-faq__question::before {
    width: 3px;
    height: 26px;
    top: 35px;
    right: 0;
  }
  .p-faq__question::after {
    width: 26px;
    height: 3px;
    top: 47px;
    right: -12px;
  }
}
.p-faq__answer {
  padding: 23px 70px 38px;
  border-top: 2px solid rgba(200, 151, 76, 0.45);
  display: none;
}
@media screen and (max-width: 1199px) {
  .p-faq__answer {
    padding: 18px 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__answer {
    padding: 18px 10px 30px;
  }
}
.p-faq__icoWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  background: #E1B432;
  border-radius: 50%;
  margin-top: 8px;
}
.p-faq__icoWrap.--answer {
  background: #B1A47D;
}
@media screen and (max-width: 1199px) {
  .p-faq__icoWrap {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__icoWrap {
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 420px) {
  .p-faq__icoWrap {
    width: 25px;
    height: 25px;
  }
}
.p-faq__ico {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 2.375rem;
  line-height: 1;
  padding-bottom: 6px;
}
.p-faq__ico.--answer {
  padding-bottom: 3px;
}
@media screen and (max-width: 1199px) {
  .p-faq__ico {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__ico {
    font-size: 1.625rem;
    padding-bottom: 3px;
  }
}
@media screen and (max-width: 420px) {
  .p-faq__ico {
    font-size: 1.375rem;
  }
}
.p-faq__ttl {
  flex: 1;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 5px;
  flex-shrink: 0;
}
@media screen and (max-width: 1199px) {
  .p-faq__ttl {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__ttl {
    font-size: 1rem;
  }
}
@media screen and (max-width: 420px) {
  .p-faq__ttl {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__txt {
    font-size: 0.875rem;
  }
}
.p-faq__cat {
  color: #fff;
  font-size: 0.875rem;
  padding: 5px 8px;
  background: #DFBD96;
}
@media screen and (max-width: 767px) {
  .p-faq__cat {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 420px) {
  .p-faq__cat {
    font-size: 0.75rem;
  }
}
.p-faq__message {
  flex: 1;
}

.p-flowKv::before {
  background: url(../img/kv-flow.jpg) no-repeat center center/cover;
}

.p-flow {
  position: relative;
  padding: 85px 0 120px;
}
.p-flow::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0%;
  background: url(../img/bg-flow-01.jpg) repeat-y center center/cover;
  opacity: 0.2;
}
@media screen and (max-width: 1199px) {
  .p-flow {
    padding: 70px 0 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding: 50px 0 60px;
  }
}

.p-flowHeading {
  margin-bottom: 75px;
}
@media screen and (max-width: 1199px) {
  .p-flowHeading {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-flowHeading {
    margin-bottom: 40px;
  }
}
.p-flowHeading__ttlWrap {
  margin-bottom: 12px;
}
@media screen and (max-width: 1199px) {
  .p-flowHeading__ttlWrap {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-flowHeading__ttlWrap {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 420px) {
  .p-flowHeading__ttlWrap {
    margin-bottom: 20px;
  }
}
.p-flowHeading__txt {
  text-align: center;
  font-size: 1.25rem;
}
@media screen and (max-width: 1199px) {
  .p-flowHeading__txt {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flowHeading__txt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 420px) {
  .p-flowHeading__txt {
    font-size: 0.875rem;
  }
}

.p-flowItem {
  background: #fff;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.16);
}
.p-flowItem:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 1199px) {
  .p-flowItem:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-flowItem:not(:last-child) {
    margin-bottom: 50px;
  }
}
.p-flowItem__head {
  display: flex;
  width: 100%;
  height: 100px;
  justify-content: center;
  align-items: center;
  background: #9D8184;
}
@media screen and (max-width: 1199px) {
  .p-flowItem__head {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-flowItem__head {
    height: 50px;
  }
}
.p-flowItem__headTtl {
  color: #fff;
  font-size: 2.5rem;
  line-height: 0;
}
@media screen and (max-width: 1199px) {
  .p-flowItem__headTtl {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flowItem__headTtl {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 420px) {
  .p-flowItem__headTtl {
    font-size: 1.25rem;
  }
}
.p-flowItem__body {
  width: 900px;
  max-width: 95%;
  margin: auto;
  padding: 20px 0 40px;
}
@media screen and (max-width: 1199px) {
  .p-flowItem__body {
    padding: 15px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-flowItem__body {
    padding: 10px 0 20px;
  }
}
.p-flowItem__step {
  display: flex;
  align-items: center;
  gap: 13%;
  padding: 65px 5px 60px 20px;
}
.p-flowItem__step:not(:last-child) {
  border-bottom: 1px solid rgb(162, 162, 162);
}
@media screen and (max-width: 1199px) {
  .p-flowItem__step {
    gap: 8%;
    padding: 40px 5px 35px 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-flowItem__step {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding: 30px 5px 25px 10px;
  }
}
.p-flowItem__lead {
  text-transform: uppercase;
  color: #ECAD53;
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .p-flowItem__lead {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flowItem__lead {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 420px) {
  .p-flowItem__lead {
    font-size: 0.9375rem;
  }
}
.p-flowItem__ttl {
  font-size: 2.25rem;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 18px;
}
.p-flowItem__ttl--sub {
  font-size: 1.875rem;
}
@media screen and (max-width: 1199px) {
  .p-flowItem__ttl {
    font-size: 1.875rem;
    margin-bottom: 15px;
  }
  .p-flowItem__ttl--sub {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flowItem__ttl {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
  .p-flowItem__ttl--sub {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 420px) {
  .p-flowItem__ttl {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
  .p-flowItem__ttl--sub {
    font-size: 1rem;
  }
}
.p-flowItem__txt {
  color: #717171;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-flowItem__txt {
    font-size: 0.875rem;
  }
}

.p-recruitKv::before {
  background: url(../img/kv-recruit.jpg) no-repeat center center/cover;
}

.p-recruitArchive {
  position: relative;
  padding: 73px 0 100px;
}
.p-recruitArchive::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0%;
  background: url(../img/bg-flow-01.jpg) repeat-y top center/cover;
  opacity: 0.2;
}
@media screen and (max-width: 1199px) {
  .p-recruitArchive {
    padding: 50px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitArchive {
    padding: 40px 0 30px;
  }
}
.p-recruitArchive__head {
  display: flex;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .p-recruitArchive__head {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
.p-recruitArchive__headItem {
  color: #717171;
}
.p-recruitArchive__headItem:not(:last-child) {
  margin-right: 3em;
}
@media screen and (max-width: 767px) {
  .p-recruitArchive__headItem {
    font-size: 0.875rem;
  }
  .p-recruitArchive__headItem:not(:last-child) {
    margin-right: 0;
  }
}
.p-recruitArchive__wrap {
  margin-bottom: 63px;
}
@media screen and (max-width: 767px) {
  .p-recruitArchive__wrap {
    margin-bottom: 40px;
  }
}
.p-recruitArchive__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background: #fff;
  border: 1px solid #A2A2A2;
  padding: 24px 0 24px 40px;
}
.p-recruitArchive__item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .p-recruitArchive__item {
    padding: 20px 0 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitArchive__item {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 20px 0;
    gap: 15px;
  }
}
.p-recruitArchive__ttlWrap {
  display: flex;
  align-items: center;
  gap: 36px;
}
@media screen and (max-width: 1199px) {
  .p-recruitArchive__ttlWrap {
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitArchive__ttlWrap {
    gap: 15px;
  }
}
.p-recruitArchive__areaWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 32px;
  background: #B1A47D;
}
@media screen and (max-width: 1199px) {
  .p-recruitArchive__areaWrap {
    width: 90px;
    height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitArchive__areaWrap {
    width: 70px;
    height: 23px;
  }
}
.p-recruitArchive__area {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .p-recruitArchive__area {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitArchive__area {
    font-size: 0.9375rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 420px) {
  .p-recruitArchive__area {
    font-size: 0.875rem;
  }
}
.p-recruitArchive__ttl {
  font-size: 1.75rem;
}
@media screen and (max-width: 1199px) {
  .p-recruitArchive__ttl {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitArchive__ttl {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 420px) {
  .p-recruitArchive__ttl {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitArchive__btnWrap {
    width: 100%;
  }
}
.p-recruitArchive__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 214px;
  height: 60px;
  background: transparent linear-gradient(106deg, #E9C046 0%, #DDB026 51%, #D2A006 100%);
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
}
.p-recruitArchive__btn::before {
  content: "";
  position: absolute;
  bottom: calc(48% + 2px);
  right: 20px;
  width: 8px;
  height: 1px;
  background: #DBD1B8;
  transform: translateY(50%) skewY(31deg);
  transition: all 0.2s ease-out;
}
.p-recruitArchive__btn::after {
  content: "";
  position: absolute;
  top: 52%;
  right: 20px;
  width: 28px;
  height: 1px;
  background: #DBD1B8;
  transition: all 0.2s ease-out;
}
.p-recruitArchive__btn:hover {
  opacity: 0.7;
}
.p-recruitArchive__btn:hover::before {
  right: 10px;
}
.p-recruitArchive__btn:hover::after {
  right: 10px;
}
@media screen and (max-width: 1199px) {
  .p-recruitArchive__btn {
    font-size: 1rem;
    width: 180px;
    height: 50px;
  }
  .p-recruitArchive__btn::before {
    right: 10px;
  }
  .p-recruitArchive__btn::after {
    right: 10px;
  }
  .p-recruitArchive__btn:hover::before {
    right: 0;
  }
  .p-recruitArchive__btn:hover::after {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitArchive__btn {
    font-size: 0.9375rem;
    height: 40px;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

.p-recruitSingle {
  position: relative;
  padding: 90px 0 120px;
}
.p-recruitSingle::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0%;
  background: url(../img/bg-flow-01.jpg) repeat-y top center/cover;
  opacity: 0.2;
}
@media screen and (max-width: 1199px) {
  .p-recruitSingle {
    padding: 70px 0 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitSingle {
    padding: 40px 0 50px;
  }
}
.p-recruitSingle__wrap {
  margin-bottom: 80px;
  background: #fff;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1199px) {
  .p-recruitSingle__wrap {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitSingle__wrap {
    margin-bottom: 40px;
  }
}
.p-recruitSingle__head {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  background: #9D8184;
  font-size: 2rem;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .p-recruitSingle__head {
    height: 60px;
    font-size: 1.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitSingle__head {
    height: 40px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 420px) {
  .p-recruitSingle__head {
    font-size: 1.125rem;
  }
}
.p-recruitSingle__body {
  width: 900px;
  max-width: 95%;
  margin: auto;
  padding: 12px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-recruitSingle__body {
    padding: 10px 0 40px;
  }
}
.p-recruitSingle__item {
  padding: 40px 10px 40px 20px;
  display: flex;
  align-items: center;
  gap: 4%;
  border-bottom: 1px solid #A2A2A2;
}
@media screen and (max-width: 1199px) {
  .p-recruitSingle__item {
    gap: 3%;
    padding: 25px 8px 25px 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitSingle__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 20px 5px 20px;
  }
}
.p-recruitSingle__ttlWrap {
  width: 200px;
  max-width: 40%;
  flex-shrink: 0;
}
@media screen and (max-width: 1199px) {
  .p-recruitSingle__ttlWrap {
    width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitSingle__ttlWrap {
    width: 100%;
    max-width: 100%;
  }
}
.p-recruitSingle__ttl {
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-recruitSingle__ttl {
    position: relative;
    padding-bottom: 5px;
  }
  .p-recruitSingle__ttl::after {
    content: "";
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ECAD53;
  }
}
.p-recruitSingle__txtWrap {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-recruitSingle__txt {
    font-size: 0.875rem;
  }
}
.p-recruitSingle__bodyBtn {
  margin: auto;
}
.p-recruitSingle__btn {
  position: relative;
  width: 422px;
  max-width: 100%;
  margin: auto;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  background: #B1A47D;
  border-radius: 161px;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1199px) {
  .p-recruitSingle__btn {
    height: 65px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruitSingle__btn {
    height: 60px;
    margin: auto;
    width: 90%;
    max-width: 348px;
  }
}
.p-recruitSingle__btn::before {
  content: "";
  position: absolute;
  bottom: calc(48% + 2px);
  left: 30px;
  width: 8px;
  height: 1px;
  background: #DBD1B8;
  transform: translateY(50%) skewY(-31deg);
  transition: all 0.2s ease-out;
}
.p-recruitSingle__btn::after {
  content: "";
  position: absolute;
  top: 52%;
  left: 30px;
  width: 28px;
  height: 1px;
  background: #DBD1B8;
  transition: all 0.2s ease-out;
}
.p-recruitSingle__btn:hover {
  opacity: 0.7;
}
.p-recruitSingle__btn:hover::before {
  left: 20px;
}
.p-recruitSingle__btn:hover::after {
  left: 20px;
}

.p-entryKv::before {
  background: url(../img/kv-entry.jpg) no-repeat center center/cover;
}

.p-entry {
  position: relative;
  padding: 115px 0 120px;
}
@media screen and (max-width: 1199px) {
  .p-entry {
    padding: 70px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-entry {
    padding: 50px 0 40px;
  }
}
.p-entry::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0%;
  background: url(../img/bg-flow-01.jpg) no-repeat top center/cover;
  opacity: 0.2;
}
.p-entry__tab {
  display: flex;
  gap: 14px;
}
@media screen and (max-width: 1199px) {
  .p-entry__tab {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-entry__tab {
    gap: 2%;
  }
}
.p-entry__tabItem {
  width: 400px;
  max-width: 100%;
  height: 80px;
}
.p-entry__tabItem.is-active a {
  background: #E1B432;
}
@media screen and (max-width: 1199px) {
  .p-entry__tabItem {
    width: 360px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-entry__tabItem {
    height: 50px;
  }
}
@media screen and (max-width: 420px) {
  .p-entry__tabItem {
    height: 45px;
  }
}
.p-entry__tabLink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #BCBCBC;
  border-radius: 16px 16px 0px 0px;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  .p-entry__tabLink {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-entry__tabLink {
    font-size: 1.375rem;
    border-radius: 8px 8px 0px 0px;
  }
}
@media screen and (max-width: 420px) {
  .p-entry__tabLink {
    font-size: 1.125rem;
  }
}
.p-entry__wrap {
  background: #fff;
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.16);
}
.p-entry__item {
  display: none;
  opacity: 0;
}
.p-entry__item.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-entryItem01 {
  padding: 120px 0;
}
@media screen and (max-width: 1199px) {
  .p-entryItem01 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-entryItem01 {
    padding: 35px 0 30px;
  }
}
.p-entryItem01__wrap {
  width: 790px;
  max-width: 95%;
  margin: auto;
}
.p-entryItem01__ttlWrap {
  text-align: center;
}
.p-entryItem01__ttl {
  position: relative;
  display: inline-block;
  font-size: 1.75rem;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 32px;
}
.p-entryItem01__ttl::after {
  content: "";
  width: calc(100% + 30px);
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #ECAD53;
}
@media screen and (max-width: 1199px) {
  .p-entryItem01__ttl {
    font-size: 1.5rem;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-entryItem01__ttl {
    font-size: 1.25rem;
    line-height: 1.5;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 420px) {
  .p-entryItem01__ttl {
    font-size: 1.25rem;
  }
  .p-entryItem01__ttl.--x {
    font-size: 1rem;
  }
}
.p-entryItem01__lead {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 1199px) {
  .p-entryItem01__lead {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-entryItem01__lead {
    font-size: 0.875rem;
  }
}
.p-entryItem01__lead.--x {
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .p-entryItem01__lead.--x {
    margin-bottom: 10px;
  }
}
.p-entryItem01__box {
  padding: 47px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12%;
  background: #FAF5EF;
  margin-bottom: 14px;
}
@media screen and (max-width: 1199px) {
  .p-entryItem01__box {
    padding: 35px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-entryItem01__box {
    padding: 20px 10px;
    flex-direction: column;
  }
}
.p-entryItem01__pictureWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 156px;
  aspect-ratio: 156/156;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-entryItem01__pictureWrap {
    margin-bottom: 20px;
  }
}
.p-entryItem01__imgWrap {
  width: calc(100% - 16px);
}
.p-entryItem01__btnWrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #06C755;
  width: 268px;
  max-width: 100%;
  height: 58px;
  border-radius: 161px;
  margin-bottom: 22px;
  padding-right: 40px;
  transition: all 0.2s ease-in-out;
}
.p-entryItem01__btnWrap::before {
  content: "";
  position: absolute;
  bottom: calc(46% + 2px);
  right: 20px;
  width: 8px;
  height: 1px;
  background: #fff;
  transform: translateY(50%) skewY(31deg);
  transition: all 0.2s ease-out;
}
.p-entryItem01__btnWrap::after {
  content: "";
  position: absolute;
  top: 54%;
  right: 20px;
  width: 28px;
  height: 1px;
  background: #fff;
  transition: all 0.2s ease-out;
}
.p-entryItem01__btnWrap:hover {
  opacity: 0.7;
}
.p-entryItem01__btnWrap:hover::before {
  right: 15px;
}
.p-entryItem01__btnWrap:hover::after {
  right: 15px;
}
@media screen and (max-width: 1199px) {
  .p-entryItem01__btnWrap {
    width: 250px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-entryItem01__btnWrap {
    width: 240px;
    height: 45px;
    margin: 0 auto 15px;
  }
}
.p-entryItem01__icoWrap {
  width: 24px;
  margin-right: 15px;
}
.p-entryItem01__ico {
  display: block;
}
.p-entryItem01__btnTxt {
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-entryItem01__boxTxt {
    font-size: 0.875rem;
  }
}
.p-entryItem01__note {
  font-size: 0.875rem;
  color: #717171;
  margin-bottom: 120px;
}
@media screen and (max-width: 1199px) {
  .p-entryItem01__note {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-entryItem01__note {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 420px) {
  .p-entryItem01__note {
    margin-bottom: 60px;
  }
}
.p-entryItem01__xBtnWrap {
  display: flex;
  justify-content: center;
}

.p-entryItem02 {
  padding: 92px 0 80px;
}
@media screen and (max-width: 1199px) {
  .p-entryItem02 {
    padding: 70px 0 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-entryItem02 {
    padding: 40px 0 40px;
  }
}
.p-entryItem02__wrap {
  width: 840px;
  max-width: 95%;
  margin: auto;
}
.p-entryItem02__lead {
  text-align: center;
  margin-bottom: 58px;
}
@media screen and (max-width: 767px) {
  .p-entryItem02__lead {
    text-align: left;
    margin-bottom: 40px;
  }
}

.p-entryFlow {
  border: 2px solid #9D8184;
}
.p-entryFlow__head {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: #9D8184;
}
@media screen and (max-width: 1199px) {
  .p-entryFlow__head {
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-entryFlow__head {
    height: 40px;
  }
}
.p-entryFlow__headTtl {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .p-entryFlow__headTtl {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-entryFlow__headTtl {
    font-size: 1rem;
  }
}
.p-entryFlow__body {
  width: 650px;
  max-width: 95%;
  margin: auto;
  padding: 26px 0 40px;
}
@media screen and (max-width: 1199px) {
  .p-entryFlow__body {
    padding: 15px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-entryFlow__body {
    padding: 10px 0 20px;
  }
}
.p-entryFlow__step {
  padding: 20px 0 22px;
  display: flex;
  align-items: center;
  gap: 9%;
  border-bottom: 1px solid #C7C7C7;
}
@media screen and (max-width: 1199px) {
  .p-entryFlow__step {
    padding: 18px 0 20px;
    gap: 7%;
  }
}
@media screen and (max-width: 767px) {
  .p-entryFlow__step {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.p-entryFlow__lead {
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 700;
  color: #ECAD53;
}
@media screen and (max-width: 767px) {
  .p-entryFlow__lead {
    line-height: 1;
    font-size: 1rem;
  }
}
.p-entryFlow__txt {
  font-size: 0.9375rem;
  color: #717171;
  line-height: 1.6;
}
.p-entryFlow__txt--note {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-entryFlow__txt {
    font-size: 0.875rem;
  }
  .p-entryFlow__txt--note {
    font-size: 0.8125rem;
  }
}

.p-entryMedia {
  margin-bottom: 160px;
}
@media screen and (max-width: 1199px) {
  .p-entryMedia {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-entryMedia {
    margin-bottom: 80px;
  }
}
.p-entryMedia__head {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .p-entryMedia__head {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-entryMedia__head {
    margin-bottom: 20px;
  }
}
.p-entryMedia__headTtl {
  font-size: 3.5rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 8px;
}
@media screen and (max-width: 1199px) {
  .p-entryMedia__headTtl {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-entryMedia__headTtl {
    font-size: 2.125rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 420px) {
  .p-entryMedia__headTtl {
    font-size: 1.75rem;
  }
}
.p-entryMedia__headTxt {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .p-entryMedia__headTxt {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-entryMedia__headTxt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 420px) {
  .p-entryMedia__headTxt {
    font-size: 0.9375rem;
  }
}
.p-entryMedia__lead {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .p-entryMedia__lead {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-entryMedia__lead {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-entryMedia__lead {
    margin-bottom: 30px;
  }
}
.p-entryMedia__leadTxt {
  font-size: 1.125rem;
}
@media screen and (max-width: 1199px) {
  .p-entryMedia__leadTxt {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-entryMedia__leadTxt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 420px) {
  .p-entryMedia__leadTxt {
    font-size: 0.9375rem;
  }
}
.p-entryMedia__leadTxt--note {
  color: #666;
  font-size: 1rem;
}
@media screen and (max-width: 1199px) {
  .p-entryMedia__leadTxt--note {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-entryMedia__leadTxt--note {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 420px) {
  .p-entryMedia__leadTxt--note {
    font-size: 0.8125rem;
  }
}
.p-entryMedia__media {
  display: flex;
  align-items: center;
  gap: 70px;
}
.p-entryMedia__media.--entry {
  align-items: flex-start;
}
@media screen and (min-width: 1600px) {
  .p-entryMedia__media {
    gap: 78px;
  }
}
.p-entryMedia__media:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 1199px) {
  .p-entryMedia__media {
    gap: 40px;
  }
  .p-entryMedia__media:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-entryMedia__media {
    flex-direction: column;
    gap: 30px;
  }
}
.p-entryMedia__pictureArea {
  position: relative;
  width: 51%;
  padding-bottom: 70px;
}
.p-entryMedia__pictureArea.--inversion {
  order: 2;
}
.p-entryMedia__pictureArea.--inversion .p-entryMedia__imgWrap--sub {
  left: auto;
  right: -70px;
}
@media screen and (max-width: 1199px) {
  .p-entryMedia__pictureArea {
    width: 45%;
    padding-bottom: 40px;
  }
  .p-entryMedia__pictureArea.--inversion .p-entryMedia__imgWrap--sub {
    left: auto;
    right: -40px;
  }
}
@media screen and (max-width: 767px) {
  .p-entryMedia__pictureArea {
    width: 96%;
    margin-left: auto;
    padding-bottom: 22px;
  }
  .p-entryMedia__pictureArea.--inversion {
    order: 1;
    margin-left: 0;
  }
  .p-entryMedia__pictureArea.--inversion .p-entryMedia__imgWrap--sub {
    right: -22px;
  }
}
.p-entryMedia__imgWrap--sub {
  width: 100%;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -70px;
}
.p-entryMedia__imgWrap--sub img {
  box-shadow: none;
}
@media screen and (max-width: 1199px) {
  .p-entryMedia__imgWrap--sub {
    left: -40px;
  }
}
@media screen and (max-width: 767px) {
  .p-entryMedia__imgWrap {
    left: -22px;
  }
}
.p-entryMedia__img {
  box-shadow: -2px 2px 20px rgba(0, 0, 0, 0.16);
}
.p-entryMedia__message {
  flex: 1;
}
.p-entryMedia__message.--inversion {
  order: 1;
}
.p-entryMedia__message.--entry {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-entryMedia__message.--entry {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-entryMedia__message.--inversion {
    order: 2;
  }
}
.p-entryMedia__subTtl {
  display: inline-block;
  position: relative;
  color: #ECAD53;
  font-size: 1.125rem;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 700;
  padding-right: 90px;
  margin-bottom: 25px;
}
.p-entryMedia__subTtl::after {
  content: "";
  width: 70px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #ECAD53;
}
@media screen and (max-width: 1199px) {
  .p-entryMedia__subTtl {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-entryMedia__subTtl {
    font-size: 0.9375rem;
    padding-right: 80px;
    margin-bottom: 15px;
  }
}
.p-entryMedia__ttl {
  font-size: 2.25rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .p-entryMedia__ttl {
    font-size: 1.75rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-entryMedia__ttl {
    font-size: 1.25rem;
  }
}
.p-entryMedia__txt {
  font-size: 1.25rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .p-entryMedia__txt {
    font-size: 1rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-entryMedia__txt {
    font-size: 0.9375rem;
    margin-bottom: 20px;
  }
}
.p-entryMedia__btn {
  border-radius: 0;
  width: 320px;
  height: 70px;
}
@media screen and (max-width: 767px) {
  .p-entryMedia__btn {
    margin: 0;
    height: 60px;
    width: 300px;
  }
}

.p-careerKv::before {
  background: url(../img/kv-careerEntry.jpg) no-repeat center center/cover;
}

.p-careerAnchor {
  margin-top: 60px;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .p-careerAnchor {
    margin-bottom: 46px;
  }
}
.p-careerAnchor__btnWrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-careerAnchor__btnWrap {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
}
@media screen and (max-width: 480px) {
  .p-careerAnchor__btnWrap {
    grid-template-columns: 1fr 1fr;
  }
}
.p-careerAnchor__btnItem {
  height: 60px;
}
@media screen and (max-width: 767px) {
  .p-careerAnchor__btnItem {
    height: 50px;
  }
}
.p-careerAnchor__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 0.9375rem;
  font-weight: 700;
  background: #FAF5EF;
  border-radius: 4px;
  transition: all 0.4s ease-out;
}
.p-careerAnchor__btn::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 5px solid #E1B432;
  border-bottom: 0;
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 1199px) {
  .p-careerAnchor__btn::after {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-careerAnchor__btn::after {
    bottom: 8px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 480px) {
  .p-careerAnchor__btn::after {
    bottom: 6px;
  }
}
.p-careerAnchor__btn:hover {
  background: #eee9e4;
}
.p-careerAnchor__btn:hover::after {
  bottom: 7px;
}

.p-career {
  background: url(../img/bg-career-01.jpg) top center/cover;
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  .p-career {
    padding: 47px 0;
  }
}
.p-career__headWrap {
  text-align: center;
  margin-bottom: 40px;
}
.p-career__subTtl {
  text-transform: uppercase;
  color: #ECAD53;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.p-career__ttl {
  font-size: 2.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  .p-career__ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-career__ttl {
    font-size: 1.5rem;
  }
}
.p-career__areaWrap:not(:last-child) {
  margin-bottom: 110px;
}
@media screen and (max-width: 1199px) {
  .p-career__areaWrap:not(:last-child) {
    margin-bottom: 94px;
  }
}
@media screen and (max-width: 767px) {
  .p-career__areaWrap:not(:last-child) {
    margin-bottom: 78px;
  }
}
.p-career__itemWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 40px;
}
@media screen and (max-width: 1199px) {
  .p-career__itemWrap {
    gap: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-career__itemWrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-career__item {
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 25px 24px 47px;
}
@media screen and (max-width: 1199px) {
  .p-career__item {
    padding: 25px 15px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-career__item {
    padding: 25px 12px 36px;
  }
}
.p-career__itemTtl {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 18px;
  margin-bottom: 20px;
}
.p-career__itemTtl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #A2A2A2;
}
@media screen and (max-width: 1199px) {
  .p-career__itemTtl {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-career__itemTtl {
    font-size: 1.25rem;
    padding-bottom: 10px;
  }
}
.p-career__btnArea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 28px 32px;
}
@media screen and (max-width: 1199px) {
  .p-career__btnArea {
    gap: 23px 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-career__btnArea {
    gap: 18px 20px;
  }
}
.p-career__btnWrap {
  width: calc(50% - 16px);
}
@media screen and (max-width: 1199px) {
  .p-career__btnWrap {
    width: calc(50% - 6px);
  }
}
@media screen and (max-width: 767px) {
  .p-career__btnWrap {
    width: calc(50% - 10px);
  }
}
.p-career__btnTtl {
  font-size: 1.125rem;
  letter-spacing: 0;
  margin-bottom: 5px;
}
@media screen and (max-width: 1199px) {
  .p-career__btnTtl {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-career__btnTtl {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 420px) {
  .p-career__btnTtl {
    font-size: 0.875rem;
  }
}
.p-career__btn {
  position: relative;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  background: transparent linear-gradient(89deg, #E9C046 0%, #DDB026 51%, #D2A006 100%);
  transition: all 0.2s ease-in-out;
}
.p-career__btn::before {
  content: "";
  position: absolute;
  bottom: calc(48% + 2px);
  right: 30px;
  width: 8px;
  height: 1px;
  background: #fff;
  transform: translateY(50%) skewY(31deg);
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 1199px) {
  .p-career__btn::before {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-career__btn::before {
    right: 10px;
  }
}
.p-career__btn::after {
  content: "";
  position: absolute;
  top: 52%;
  right: 30px;
  width: 28px;
  height: 1px;
  background: #fff;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 1199px) {
  .p-career__btn::after {
    right: 15px;
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-career__btn::after {
    right: 10px;
    width: 15px;
  }
}
.p-career__btn:hover {
  opacity: 0.7;
}
.p-career__btn:hover::before {
  right: 20px;
}
.p-career__btn:hover::after {
  right: 20px;
}
@media screen and (max-width: 1199px) {
  .p-career__btn {
    height: 50px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 480px) {
  .p-career__btn {
    height: 40px;
    font-size: 0.875rem;
  }
}
.p-career__btn.--close {
  pointer-events: none;
  color: #363636;
  background: #F3F3F3;
}
.p-career__btn.--close::before {
  content: none;
}
.p-career__btn.--close::after {
  content: none;
}

.p-topicsKv::before {
  background: url(../img/kv-topics.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-topicsKv::before {
    background: url(../img/kv-topics-sp.jpg) no-repeat center center/cover;
  }
}

.p-topics {
  position: relative;
  padding: 100px 0 120px;
}
.p-topics::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0%;
  background: url(../img/bg-flow-01.jpg) repeat-y top center/cover;
  opacity: 0.2;
}
@media screen and (max-width: 1199px) {
  .p-topics {
    padding: 70px 0 90px;
  }
}
@media screen and (max-width: 420px) {
  .p-topics {
    padding: 50px 0 60px;
  }
}
@media screen and (max-width: 1199px) {
  .p-topics {
    padding: 40px 0 50px;
  }
}
.p-topics__cards {
  grid-area: area3;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px 36px;
}
@media screen and (max-width: 1199px) {
  .p-topics__cards {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 40px 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-topics__cards {
    display: block;
  }
}
.p-topics__card {
  display: block;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.4s ease-out;
}
.p-topics__card:hover {
  opacity: 0.8;
}
.p-topics__card:hover .p-topics__imgWrap img {
  transform: scale(1.2, 1.2);
}
@media screen and (max-width: 767px) {
  .p-topics__card {
    display: flex;
    align-items: center;
    gap: 5%;
    background: #fff;
    padding: 10px 5px 10px 10px;
    margin-bottom: 60px;
  }
  .p-topics__card:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 420px) {
  .p-topics__card {
    margin-bottom: 40px;
  }
}
.p-topics__imgWrap {
  overflow: hidden;
  aspect-ratio: 282/174;
}
@media screen and (max-width: 767px) {
  .p-topics__imgWrap {
    width: 30%;
  }
}
.p-topics__imgWrap img {
  object-fit: cover;
  object-position: center center;
  transition: all 0.4s ease-out;
  transform: scale(1, 1);
}
@media screen and (max-width: 767px) {
  .p-topics__imgWrap img {
    height: 100%;
  }
}
.p-topics__box {
  background: #fff;
  padding: 12px 20px 23px;
}
@media screen and (max-width: 1199px) {
  .p-topics__box {
    padding: 8px 8px 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-topics__box {
    flex: 1;
    padding: 0;
    background: none;
  }
}
.p-topics__boxHead {
  display: flex;
  align-items: center;
  gap: 9%;
}
@media screen and (max-width: 767px) {
  .p-topics__boxHead {
    gap: 3%;
  }
}
.p-topics__cat {
  padding: 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #B1A47D;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-topics__cat {
    padding: 0 4px;
    font-size: 0.6875rem;
  }
}
@media screen and (max-width: 420px) {
  .p-topics__cat {
    font-size: 0.625rem;
  }
}
.p-topics__date {
  font-size: 0.875rem;
  line-height: 1.85;
  color: #ECAD53;
}
@media screen and (max-width: 1199px) {
  .p-topics__date {
    font-size: 0.75rem;
  }
}
.p-topics__txt {
  height: 3em;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .p-topics__txt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-topics__txt {
    font-size: 0.875rem;
  }
}
.p-topics__btnWrap {
  grid-area: area2;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .p-topics__btnWrap {
    margin-top: 0;
  }
}
.p-topics__btn {
  margin-left: auto;
}

.p-single {
  padding: 78px 0 120px;
}
@media screen and (max-width: 1199px) {
  .p-single {
    padding: 60px 0 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-single {
    padding: 40px 0 60px;
  }
}
.p-single__head {
  display: flex;
  align-items: center;
  gap: 16px;
}
.p-single__data {
  color: #ECAD53;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-single__data {
    font-size: 0.875rem;
    gap: 8px;
  }
}
.p-single__ttl {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 8px;
  margin-bottom: 60px;
}
.p-single__ttl::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #A2A2A2;
}
@media screen and (max-width: 1199px) {
  .p-single__ttl {
    font-size: 1.75rem;
    margin-bottom: 5px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-single__ttl {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 420px) {
  .p-single__ttl {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
.p-single__imgWrap {
  width: 1100px;
  max-width: 100%;
  margin: auto;
  aspect-ratio: 1100/456;
  overflow: hidden;
  margin-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .p-single__imgWrap {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-single__imgWrap {
    margin-bottom: 20px;
  }
}
.p-single__imgWrap img {
  display: block;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.p-single h2:not(.p-single__ttl) {
  padding: 32px 40px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  background: url(../img/bg-ttl.jpg) repeat-y top center/cover;
  margin-bottom: 46px;
}
@media screen and (max-width: 1199px) {
  .p-single h2:not(.p-single__ttl) {
    font-size: 1.5rem;
    padding: 20px 25px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-single h2:not(.p-single__ttl) {
    font-size: 1.25rem;
    padding: 10px 8px;
    margin-bottom: 20px;
  }
}
.p-single h3 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  color: #938563;
  margin-bottom: 26px;
}
@media screen and (max-width: 1199px) {
  .p-single h3 {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-single h3 {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}
.p-single h4 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 1199px) {
  .p-single h4 {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-single h4 {
    font-size: 0.9375rem;
    margin-bottom: 5px;
  }
}
.p-single a:not(.c-btn) {
  color: #1A0DAB;
  text-decoration: underline;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.p-single a:not(.c-btn):hover {
  color: #ECAD53;
}
.p-single__btnWrap {
  padding-top: 120px;
}
@media screen and (max-width: 1199px) {
  .p-single__btnWrap {
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-single__btnWrap {
    padding-top: 60px;
  }
}
.p-single__btn {
  margin: auto;
}

.p-singleRelated {
  position: relative;
  padding: 84px 0 90px;
}
.p-singleRelated::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0%;
  background: url(../img/bg-flow-01.jpg) repeat-y top center/cover;
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .p-singleRelated {
    padding: 50px 0 20px;
  }
}
.p-singleRelated__head {
  display: flex;
  align-items: flex-end;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .p-singleRelated__head {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
  }
}
.p-singleRelated__ttl {
  text-transform: uppercase;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1;
  margin-right: 22px;
}
@media screen and (max-width: 1199px) {
  .p-singleRelated__ttl {
    font-size: 2.375rem;
    margin-right: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-singleRelated__ttl {
    font-size: 1.875rem;
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.p-singleRelated__subTtl {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  .p-singleRelated__subTtl {
    font-size: 1rem;
  }
}
.p-singleRelated__cards {
  grid-area: area3;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 1199px) {
  .p-singleRelated__cards {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-singleRelated__cards {
    display: block;
    gap: 2%;
  }
}

.p-thanks {
  padding: 120px 0 100px;
}
@media screen and (max-width: 767px) {
  .p-thanks {
    padding: 60px 0 50px;
  }
}
.p-thanks__ttlEn {
  text-align: center;
  font-size: 5rem;
  color: #ECAD53;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-thanks__ttlEn {
    font-size: 3.125rem;
  }
}
.p-thanks__ttl {
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-thanks__ttl {
    font-size: 1.25rem;
  }
}
.p-thanks__message {
  text-align: center;
  line-height: 2;
  margin-top: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-thanks__message {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.p-thanks__txt {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__txt {
    font-size: 0.875rem;
  }
}

.p-404 {
  position: relative;
  padding-top: 180px;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .p-404 {
    padding-top: 120px;
    padding-bottom: 150px;
  }
}
.p-404.--coming {
  background: url(../img/bg-nurse-02.png) top center/cover;
}
.p-404.--search {
  padding-top: 70px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-404.--search {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.p-404__ttl {
  font-size: 3.75rem;
  text-align: center;
  color: #DFBD96;
}
@media screen and (max-width: 767px) {
  .p-404__ttl {
    font-size: 2.5rem;
  }
}
.p-404__message {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-404__message {
    margin-bottom: 40px;
  }
}
.p-404__head {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-404__head {
    font-size: 1.0625rem;
  }
}
.p-404__txt {
  font-size: 1rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-404__txt {
    font-size: 0.9375rem;
  }
}
.p-404__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 400px;
  max-width: 100%;
  height: 60px;
  background: transparent linear-gradient(90deg, #E9C046 0%, #DDB026 51%, #D2A006 100%);
  color: #fff;
  transition: ease-out 0.5s;
}
.p-404__btn:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .p-404__btn {
    height: 50px;
  }
}
.p-404__comingWrap {
  text-align: center;
  margin-bottom: 40px;
}
.p-404__coming {
  text-transform: uppercase;
  font-size: 5.625rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-404__coming {
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 420px) {
  .p-404__coming {
    font-size: 2.375rem;
  }
}
.p-404__comingSub {
  color: #666666;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-404__comingSub {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 420px) {
  .p-404__comingSub {
    font-size: 1.125rem;
  }
}

.p-privacy {
  padding: 100px 0 120px;
}
@media screen and (max-width: 1199px) {
  .p-privacy {
    padding: 75px 0 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-privacy {
    padding: 50px 0 60px;
  }
}
.p-privacy__leadWrap {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-privacy__leadWrap {
    margin-bottom: 60px;
  }
}
.p-privacy__head {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-privacy__head {
    margin-bottom: 40px;
  }
}
.p-privacy__item:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-privacy__item:not(:last-child) {
    margin-bottom: 50px;
  }
}
.p-privacy__ttlWrap {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-privacy__ttlWrap {
    margin-bottom: 20px;
  }
}
.p-privacy__subTtl {
  text-transform: uppercase;
  color: #ECAD53;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  .p-privacy__subTtl {
    font-size: 0.875rem;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__subTtl {
    font-size: 0.8125rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 420px) {
  .p-privacy__subTtl {
    font-size: 0.75rem;
  }
}
.p-privacy__ttl {
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 1199px) {
  .p-privacy__ttl {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__ttl {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 420px) {
  .p-privacy__ttl {
    font-size: 1rem;
  }
}
@media screen and (max-width: 420px) {
  .p-privacy__txt {
    font-size: 0.875rem;
  }
}
.p-privacy__list {
  margin: 1em 0;
  padding-left: 2.5em;
  list-style: decimal;
}
@media screen and (max-width: 767px) {
  .p-privacy__list {
    padding-left: 2em;
  }
}
.p-privacy__listItem:not(:last-child) {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 420px) {
  .p-privacy__listItem {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 1200px) {
  .u-sp-only {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .u-sp-only {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .u-sp-only {
    display: block;
  }
}

@media screen and (max-width: 420px) {
  .u-sp-none {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .u-tab-only {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .u-tab-only {
    display: block;
  }
}
@media screen and (max-width: 420px) {
  .u-tab-only {
    display: block;
  }
}

@media screen and (max-width: 1199px) {
  .u-tab-none {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .u-minTab-only {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .u-minTab-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-minTab-only {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .u-minTab-onlyMain {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .u-minTab-onlyMain {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-minTab-onlyMain {
    display: block;
  }
}
@media screen and (max-width: 420px) {
  .u-minTab-onlyMain {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-minTab-none {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .u-pc-only {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .u-pc-only {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .u-pc-none {
    display: none;
  }
}

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