@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 7.6rem;
  }
}
*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

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

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

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

/*clear fix*/
.l-main:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

html,
body {
  scroll-behavior: smooth;
}
html.is-noScroll,
body.is-noScroll {
  overflow-y: hidden;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  color: #131313;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 85px;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 1200px) {
  body {
    margin-bottom: 0;
  }
}
body.is-noScroll {
  overflow-y: hidden;
}
.is-pc {
  display: none !important;
}
.is-sp {
  display: block;
}
@media screen and (min-width: 1200px) {
  body {
    margin-bottom: 0px;
  }
  .is-pc {
    display: block !important;
  }
  .is-sp {
    display: none;
  }
}

html {
  font-size: 62.5%;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #333333;
}

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

h1,
h2,
h3,
h4,
h5 {
  color: #333333;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

span {
  word-break: break-word;
}

th,
td {
  word-break: break-all;
}

input,
textarea {
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input:-moz-placeholder-shown,
textarea:-moz-placeholder-shown {
  color: #bababa !important;
}
input:placeholder-shown,
textarea:placeholder-shown {
  color: #bababa !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bababa !important;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #bababa !important;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bababa !important;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bababa !important;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #bababa !important;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
legend {
  font-weight: bold;
  margin-bottom: 0.5em;
}

#wpadminbar {
  display: none;
}

html {
  margin-top: 0 !important;
}
/* ====================================================================================
* 状態管理
==================================================================================== */
.u-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* ====================================================================================
* ヘッダー
==================================================================================== */
.l-header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 150px;
  box-shadow: none;
  top: 0;
  left: 0;
  padding: 0 5rem 0;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .l-header {
    height: 9rem;
    padding-inline: 2rem;
  }
}
.l-header.l-header.is-active {
  height: 9.6rem;
}
@media screen and (max-width: 1200px) {
  .l-header.l-header.is-active {
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.6);
    transform: translate(-50%, -50%);
    top: 5rem;
    left: 50%;
    width: 96%;
    border-radius: 2rem;
    padding-block: 0.9rem;
    height: 7.2rem;
  }
  .l-header.is-active #l-header__gnav-body {
    top: -25px;
    right: -2%;
  }
  .l-header.l-header.is-active .l-header__title {
    width: 8.5rem;
    line-height: 3rem;
  }
}
.l-header .l-header_inner {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header.is-fixed {
  position: fixed;
  margin-top: 0;
  background-color: transparent;
}
.l-header .l-header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.l-header__titlearea {
  display: flex;
}
.l-header__titlearea .l-header__logo a {
  display: block;
}
.l-header__titlearea .l-header__logo a span {
  font-size: 1rem;
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
@media screen and (max-width: 1200px) {
  .l-header.is-active .l-header__titlearea .l-header__logo a span {
    margin-bottom: 0;
  }
}
.l-header__titlearea .l-header__logo a img {
  width: 100%;
  max-width: 20rem;
}
@media screen and (max-width: 1200px) {
  .l-header__titlearea .l-header__logo a img {
    max-width: 12.2rem;
  }
}
.l-header__titlearea .l-header__description img {
  height: 50px;
}
.l-header__nav {
  position: relative;
  z-index: 9999;
}

.openbtn1 {
  position: relative;
  background: #ffc8ac;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border: solid 1px #ff7f3e;
  border-radius: 5rem;
}
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 9px;
  height: 2px;
  background: #fff;
  width: 20px;
}
.openbtn1 span:nth-of-type(1) {
  top: 14px;
}
.openbtn1 span:nth-of-type(2) {
  top: 19px;
}
.openbtn1 span:nth-of-type(3) {
  top: 24px;
}
.openbtn1.active span:nth-of-type(1) {
  top: 13px;
  left: 9px;
  transform: translateY(6px) rotate(-45deg);
  width: 20px;
}
.openbtn1.active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}
.openbtn1.active span:nth-of-type(3) {
  top: 25px;
  left: 9px;
  transform: translateY(-6px) rotate(45deg);
  width: 20px;
}
#l-header__gnav-body {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100vh;
  width: 100vw;
  transition: 0.4s;
  pointer-events: none;
  opacity: 0;
}
#l-header__gnav-body .l-header__gnav-container {
  height: 100%;
  width: 80%;
  position: absolute;
  top: 0;
  right: -100vw;
  transition: 0.4s;
}
#l-header__gnav-body.active {
  transition: 0.4s;
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 1200px) {
  #l-header__gnav-body.active {
    background-image: linear-gradient(to top left, #ffc8ac 0%, #ffffd2 100%);
  }
}
@media screen and (max-width: 390px) {
  #l-header__gnav-body.active {
    overflow-y: scroll;
  }
}
#l-header__gnav-body.active .l-header__gnav-container {
  right: 0;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  #l-header__gnav-body.active .l-header__gnav-container {
    width: 100%;
  }
}
#l-header__gnav-body .l-header__gnav-container__inner {
  box-sizing: border-box;
  padding: 64px 16px 27px;
}
#l-header__gnav-body .l-header__gnav-container__inner .gnav {
  padding: 0 22px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  #l-header__gnav-body .l-header__gnav-container__inner .gnav {
    position: relative;
  }
  #l-header__gnav-body .l-header__gnav-container__inner .gnav::after {
    position: absolute;
    content: "";
    bottom: -2rem;
    left: 2rem;
    height: 1px;
    width: calc(100% - 5rem);
    background-color: #131313;
  }
}
#l-header__gnav-body .l-header__gnav-container__inner .gnav li {
  padding: 10px 0 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 1200px) {
  #l-header__gnav-body
    .l-header__gnav-container__inner
    .gnav
    li:nth-of-type(1) {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  #l-header__gnav-body
    .l-header__gnav-container__inner
    .gnav
    li:nth-of-type(1) {
    display: block;
  }
}
#l-header__gnav-body .l-header__gnav-container__inner .gnav > li > a {
  font-size: 1.2rem;
}
#l-header__gnav-body
  .l-header__gnav-container__inner
  .gnav
  .sub.active::before {
  content: "";
  width: calc(100% + 20px);
  height: 13rem;
  position: absolute;
  left: -10px;
  bottom: -5rem;
  z-index: -1;
}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 1200px) {
  .l-header {
    display: flex;
    align-items: center;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    justify-content: space-between;
  }
  .l-header__titlearea .l-header__logo {
    width: auto;
  }
  .l-header__titlearea .l-header__logo a img {
    width: 100%;
  }
  .l-header__titlearea .l-header__description {
    max-width: 232px;
    width: auto;
  }
  .l-header .l-header__body {
    max-width: 240px;
    width: 14%;
  }
  .l-header .l-header__body p {
    text-align: center;
    font-size: 2rem;
    padding: 0.6rem 0 0;
  }
  .l-header.is-active {
    width: calc(100% - 3.6rem);
    left: 18px;
    top: 18px;
    padding: 2.2rem;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 1rem;
  }
  .l-header.is-active .l-header__body p {
    font-size: 1.6rem;
  }
  .l-header__titlearea .l-header__description img {
    width: 100%;
    height: auto;
  }
  .l-header.is-active .l-header__body {
    max-width: 13rem;
    width: 14%;
  }
  .l-header.is-active
    .l-header__body
    .l-header__titlearea
    .l-header__logo
    a
    span {
    display: none;
  }
  .l-header .l-header__content {
    align-items: center;
  }
  #l-header__gnav-body {
    position: relative;
    height: auto;
    width: 86%;
    background-color: transparent;
    pointer-events: inherit;
    opacity: 1;
  }
  #l-header__gnav-body .l-header__gnav-container {
    width: 100%;
    height: auto;
    position: relative;
    right: 0;
    background-color: transparent;
  }
  #l-header__gnav-body .l-header__gnav-container__inner {
    padding: 0 0 0;
    display: flex;
    align-items: center;
    gap: 2.5%;
    justify-content: flex-end;
  }
  #l-header__gnav-body .l-header__gnav-container__inner .gnav {
    display: flex;
    justify-content: space-between;
    /* width: 97%; */
    padding: 0;
  }
  #l-header__gnav-body .l-header__gnav-container__inner .gnav > li > a {
    font-size: clamp(1.6rem, 1.4vw, 2rem);
    line-height: 1;
    text-align: center;
    position: relative;
    display: inline-block;
  }
  #l-header__gnav-body .l-header__gnav-container__inner .gnav > li > a:hover {
    color: #ff7f3e;
    transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  #l-header__gnav-body
    .l-header__gnav-container__inner
    .gnav
    > li
    > a:hover::after {
    width: 1.6rem;
  }
  #l-header__gnav-body .l-header__gnav-container__inner .gnav > li > a span {
    font-size: clamp(1.4rem, 1.04vw, 2rem);
  }
  #l-header__gnav-body .l-header__gnav-container__inner .gnav li {
    border-bottom: none;
  }
}
@media screen and (min-width: 1366px) {
  #l-header__gnav-body .l-header__gnav-container__inner .gnav {
    display: flex;
    justify-content: space-between;
    /* width: calc(100% - 26%); */
    gap: 2rem;
  }
}
@media screen and (max-width: 1366px) {
  #l-header__gnav-body .l-header__gnav-container__inner .gnav {
    gap: 2rem;
  }
}
.l-header__entryLink {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(-45deg, #ff5600, #ffde58);
  width: 15.4rem;
  height: 5rem;
  border-radius: 20rem;
}
.l-header__entryLink:hover {
  filter: brightness(1.25);
  transition: filter 0.5s ease;
}
@media screen and (max-width: 1200px) {
  .l-header__entryLink {
    display: none;
  }
}
.l-header__entryText {
  font-size: 2.1rem;
  line-height: 2.1rem;
  color: #fff;
  position: relative;
}
.l-header__entryText:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: relative;
  top: 3px;
}
@media screen and (max-width: 1600px) {
  #l-header__gnav-body .l-header__gnav-container__inner .gnav > li > a {
    font-size: calc(1.3rem + (20 - 13) * ((100vw - 1200px) / (1600 - 1200)));
  }
}
@media screen and (max-width: 1200px) {
  #l-header__gnav-body .l-header__gnav-container__inner .gnav > li > a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__logo p {
    font-size: 1rem;
    padding-left: 4.5rem;
  }
  .l-header.is-active .l-header__logo p {
    padding-left: 2.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__body {
    width: 100%;
  }
}
.sp__header__bottom__contents {
  display: none;
}
@media screen and (max-width: 1200px) {
  .sp__header__bottom__contents {
    padding-left: 2rem;
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }
}
@media screen and (max-width: 390px) {
  .sp__header__bottom__contents {
    margin-bottom: 5rem;
  }
}
.sp__header__bottom__contents--corporation--button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 50px;
  font-size: 1.8rem;
  background-image: linear-gradient(to right, #ffc8ac, #ffffd2);
  border: 1px solid #131313;
}
.sp__header__bottom__contents--corporation--button a::after {
  content: "";
  display: inline-block;
  background-image: url("../../img/recruit/common_icon_headlink.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 1rem;
}
.sp__header__bottom__contents--logo {
  max-width: 300px;
  text-align: center;
}
.sp__header__bottom__contents--logo img {
  max-width: 200px;
}
.sp__header__bottom__contents--instagram {
  max-width: 300px;
  text-align: center;
}
.sp__header__bottom__contents--instagram a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sp__header__bottom__contents--instagram i {
  color: #fff;
  background-image: linear-gradient(to bottom right, #ffae85, #f887da);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-right: 0.5rem;
}
.sp__header__bottom__contents--link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.sp__header__bottom__contents--blog {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.sp__header__bottom__contents--blog::before {
  content: "";
  display: inline-block;
  background-image: url("../../img/common/footer_blog_icon.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 3rem;
  height: 3rem;
}
/* ====================================================================================
* 追従メニュー
==================================================================================== */
.l-header.is-active
  #l-header__gnav-body
  .l-header__gnav-container__inner
  .gnav {
  /* width: calc(100% - 34%); */
}
.l-header.is-active
  #l-header__gnav-body
  .l-header__gnav-container__inner
  .l-header__gnav__contact {
  width: 37.8rem;
}
#l-header__gnav-body .l-header__gnav-container__inner .gnav .contact,
#l-header__gnav-body
  .l-header__gnav-container__inner
  .l-header__gnav__contact
  .l-header__gnav__contact__tel {
  display: block;
}
.l-header.is-active
  #l-header__gnav-body
  .l-header__gnav-container__inner
  .gnav
  .contact,
.l-header.is-active
  #l-header__gnav-body
  .l-header__gnav-container__inner
  .l-header__gnav__contact
  .l-header__gnav__contact__tel {
  display: none;
}
#l-header__gnav-body
  .l-header__gnav-container__inner
  .l-header__gnav__contact
  .l-header__gnav__contact__btn {
  display: none;
}
.l-header.is-active
  #l-header__gnav-body
  .l-header__gnav-container__inner
  .l-header__gnav__contact
  .l-header__gnav__contact__btn {
  display: block;
}
.l-header.is-active
  #l-header__gnav-body
  .l-header__gnav-container__inner
  .l-header__gnav__contact
  .l-header__gnav__contact__btn {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.l-header.is-active
  #l-header__gnav-body
  .l-header__gnav-container__inner
  .l-header__gnav__contact
  .l-header__gnav__contact__btn
  li {
  width: calc((100% - 1rem) / 2);
}
.l-header.is-active
  #l-header__gnav-body
  .l-header__gnav-container__inner
  .l-header__gnav__contact
  .l-header__gnav__contact__btn
  li
  a {
  display: block;
  text-align: center;
  border-radius: 3rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header.is-active
  #l-header__gnav-body
  .l-header__gnav-container__inner
  .l-header__gnav__contact
  .l-header__gnav__contact__btn
  .contact
  a {
  font-size: 1.4rem;
  background: #ff7f3e;
  color: #fff;
  padding: 0.6rem;
}
.l-header.is-active
  #l-header__gnav-body
  .l-header__gnav-container__inner
  .l-header__gnav__contact
  .l-header__gnav__contact__btn
  .contact
  a
  > span {
  display: inline-block;
  margin: 0;
  font-size: 1.4rem;
}
.l-header.is-active
  #l-header__gnav-body
  .l-header__gnav-container__inner
  .l-header__gnav__contact
  .l-header__gnav__contact__btn
  .contact
  a
  > span
  > span {
  display: block;
  font-size: 1rem;
  color: #ffc8ac;
  margin: 0;
  line-height: 0.6;
}
.l-header.is-active
  #l-header__gnav-body
  .l-header__gnav-container__inner
  .l-header__gnav__contact
  .l-header__gnav__contact__btn
  .recruit
  a {
  font-size: 2rem;
  background: #ffff92;
  border: 0.1rem solid #ff7f3e;
}
.l-header.is-active
  #l-header__gnav-body
  .l-header__gnav-container__inner
  .l-header__gnav__contact
  .l-header__gnav__contact__btn
  .contact
  a::before {
  content: "";
  display: inline-block;
  background-image: url("http://kotokukai.local/wp-content/themes/base_template//assets/img/common/gnavi_contact.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
}
.l-header.is-active
  #l-header__gnav-body
  .l-header__gnav-container__inner
  .l-header__gnav__contact
  .l-header__gnav__contact__btn
  .recruit
  a::before {
  content: "";
  display: inline-block;
  background-image: url("http://kotokukai.local/wp-content/themes/base_template/assets/img/common/gnavi_recruit.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
}
@media screen and (min-width: 992px) {
  #l-header__gnav-body
    .l-header__gnav-container__inner
    .l-header__gnav__contact {
  }
}
@media screen and (min-width: 1366px) {
  #l-header__gnav-body
    .l-header__gnav-container__inner
    .l-header__gnav__contact {
  }
}
#l-header__gnav-body
  .l-header__gnav-container__inner
  .l-header__gnav__contact
  ul {
}
@media screen and (min-width: 576px) {
  #l-header__gnav-body
    .l-header__gnav-container__inner
    .l-header__gnav__contact
    ul {
  }
}
@media screen and (min-width: 992px) {
  #l-header__gnav-body
    .l-header__gnav-container__inner
    .l-header__gnav__contact
    ul {
  }
}
#l-header__gnav-body
  .l-header__gnav-container__inner
  .l-header__gnav__contact
  ul
  .l-header__gnav__reception {
  text-align: right;
  font-size: 1rem;
}
#l-header__gnav-body
  .l-header__gnav-container__inner
  .l-header__gnav__contact
  ul
  li
  > span {
  font-size: clamp(1rem, 0.6vw, 1.2rem);
  display: inline-block;
  background: #ffffee;
  border: 0.1rem solid #ff7f3e;
  color: #ff7f3e;
  border-radius: 0.5rem;
  width: 6.5vw;
  text-align: center;
  padding: 0.3rem 0.3rem;
  margin-right: 0.5vw;
}
#l-header__gnav-body
  .l-header__gnav-container__inner
  .l-header__gnav__contact
  ul
  li {
  line-height: 1.2;
}
#l-header__gnav-body
  .l-header__gnav-container__inner
  .l-header__gnav__contact
  ul
  li
  a {
  color: #ff7f3e;
  font-size: clamp(2rem, 1.2vw, 2.4rem);
}
#l-header__gnav-body
  .l-header__gnav-container__inner
  .l-header__gnav__contact
  ul
  li
  a
  span {
  font-size: 1.6rem;
  margin-right: 0.6rem;
}
@media screen and (min-width: 576px) {
  #l-header__gnav-body
    .l-header__gnav-container__inner
    .l-header__gnav__contact
    ul
    li {
  }
}
@media screen and (min-width: 992px) {
  #l-header__gnav-body
    .l-header__gnav-container__inner
    .l-header__gnav__contact
    ul
    li {
  }
}
#l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__banner {
  margin: 10px auto 0;
}
#l-header__gnav-body
  .l-header__gnav-container__inner
  .l-header__gnav__banner
  a {
  display: block;
  box-sizing: border-box;
  padding: 6px;
  background-color: #fff;
}
#l-header__gnav-body .l-header__gnav-container__inner .gnav li .gnav__sub {
  display: none;
  position: absolute;
  top: 11rem;
  left: -5rem;
  width: 64rem;
  box-sizing: border-box;
  z-index: 100;
  background: rgb(255 255 255 / 80%);
  border-radius: 1rem;
}
#l-header__gnav-body
  .l-header__gnav-container__inner
  .gnav
  li
  .gnav__sub
  dl
  dt {
  background: #ff7f3e;
  padding: 1rem 3rem;
  color: #fff;
  font-size: 2.4rem;
  border-radius: 1rem 1rem 0 0;
}
#l-header__gnav-body
  .l-header__gnav-container__inner
  .gnav
  li
  .gnav__sub
  dl
  dd {
  padding: 3rem;
}
#l-header__gnav-body
  .l-header__gnav-container__inner
  .gnav
  li
  .gnav__sub
  dl
  dd
  ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 2rem;
  align-items: flex-start;
}
#l-header__gnav-body
  .l-header__gnav-container__inner
  .gnav
  li
  .gnav__sub
  dl
  dd
  ul
  li {
  padding: 0;
  width: calc((100% - 4rem) / 3);
  text-align: center;
}
#l-header__gnav-body
  .l-header__gnav-container__inner
  .gnav
  li
  .gnav__sub
  dl
  dd
  ul
  li
  img {
  border-radius: 1rem;
  margin-bottom: 0.5rem;
}
#l-header__gnav-body
  .l-header__gnav-container__inner
  .gnav
  li
  .gnav__sub
  dl
  dd
  ul
  li
  span {
  display: block;
  font-size: 2rem;
  line-height: 1.3;
}

#common_fixed_sp {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 85px;
  z-index: 999;
}
@media screen and (min-width: 415px) {
  #common_fixed_sp {
    display: none;
  }
}
#common_fixed_sp ul {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 10px 10px 10px;
  background-color: rgba(255, 255, 255, 0.7);
}
#common_fixed_sp ul .reflection {
  width: 50%;
  box-sizing: border-box;
  padding-right: 5px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
#common_fixed_sp ul .reflection:nth-child(2) {
  padding-right: 0;
  padding-left: 5px;
}
#common_fixed_sp ul .reflection img {
  width: 100%;
}
#common_fixed_sp ul .reflection::after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 2s ease-in-out infinite;
  z-index: 100;
}

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/* ====================================================================================
* .l-hero
==================================================================================== */
.l-hero {
  position: relative;
  height: 453px;
  margin-top: 50px;
  background: url("../../img/hero_img_sp.jpg") no-repeat top center;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  .l-hero {
    height: 100vh;
    margin-top: 0;
    background: url("../../img/hero_img.jpg") no-repeat top center;
    background-size: cover;
  }
}
.l-hero .l-hero__contents {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: left;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0 15px;
}
@media screen and (min-width: 992px) {
  .l-hero .l-hero__contents {
    width: 90%;
    padding: 0;
  }
}
.l-hero .l-hero__title {
  margin-bottom: auto;
  margin-top: 2rem;
  color: #e84376;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  transition: 0.3s all ease-in;
}
@media screen and (min-width: 992px) {
  .l-hero .l-hero__title {
    margin-top: -20rem;
    margin-bottom: 0;
    font-size: 5rem;
    font-weight: 700;
  }
}
.l-hero .l-hero-logo {
  display: none;
}
@media screen and (min-width: 992px) {
  .l-hero .l-hero-logo {
    display: block;
    position: absolute;
    top: 2rem;
    width: 234px;
    transition: 0.3s all ease-in;
  }
}
@media screen and (min-width: 992px) {
  .l-hero .l-hero-logo.l-hero-logo--2 {
    width: 374px;
  }
}

/* ====================================================================================
* .l-footer
==================================================================================== */
.l-footer {
  position: relative;
  z-index: 30;
  width: 100%;
  background: linear-gradient(45deg, #ffffd2, #ffc8ac);
  padding: 8rem 0 2.4rem;
}
@media screen and (max-width: 1200px) {
  .l-footer {
    padding-block: 5.5rem 8.1rem;
    padding-inline: 2rem;
    background-image: linear-gradient(to top, #ffc8ac, #ffffd2);
  }
}
.l-footer .footer_inner {
  width: 100%;
  margin: 0 auto;
}
.l-footer .footer_inner .footer_info {
  font-size: 1.4rem;
  text-align: center;
  border-bottom: 0.1rem solid #ffc8ac;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1200px) {
  .l-footer .footer_inner .footer_info {
    border-bottom: none;
    margin-bottom: 0;
  }
}
.l-footer .footer_inner .footer_info .footer_detail {
  margin-bottom: 2rem;
  font-size: 1.2rem;
}
.l-footer .footer_inner .footer_info .footer_link_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin-bottom: 3rem;
}
.l-footer .footer_inner .footer_info .footer_link_wrap .footer_blog_link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  justify-content: center;
}
.l-footer
  .footer_inner
  .footer_info
  .footer_link_wrap
  .footer_blog_link::before {
  content: "";
  display: inline-block;
  background-image: url(../../img/common/footer_blog_icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 3rem;
  height: 3rem;
}
.l-footer .footer_inner .footer_info .footer_detail .footer_logo {
  margin: 0 auto 1rem;
  width: 100%;
  max-width: 26rem;
}
.footer__inner__subTitle {
  font-size: 2.4rem;
}
.footer__inner__subTitle--sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  .footer__inner__subTitle {
    display: none;
  }
  .footer__inner__subTitle--sp {
    display: block;
  }
}
.l-footer .footer_inner .footer_info .footer_shop .shop_box {
  margin-bottom: 2rem;
}
.l-footer .footer_inner .footer_info .footer_shop .shop_box:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 3rem;
}
.l-footer .footer_inner .footer_info .footer_shop .shop_box .shop_box_title {
  color: #ff7f3e;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.l-footer .footer_inner .footer_info .footer_shop .shop_box .tel_wrap {
  margin-bottom: 0.3rem;
}
.l-footer .footer_inner .footer_info .footer_shop .shop_box .tel_wrap a {
  background: #86c563;
  color: #fff;
  border-radius: 5rem;
  display: inline-block;
  padding: 0.5rem 4rem;
}
.l-footer .footer_inner .footer_info .footer_shop .shop_box .tel_wrap .time {
  font-size: 1rem;
  display: block;
}
.l-footer .footer_inner .footer_info .inst {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  justify-content: center;
  /* margin-bottom: 3rem; */
}
.l-footer .footer_inner .footer_info .inst::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-image: url(../../img/common/footer_inst.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.l-footer .footer_inner .footer_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  font-size: 1.2rem;
  padding-bottom: 4rem;
  margin-bottom: 2rem;
  border-bottom: 0.1rem solid #ffc8ac;
}
@media screen and (max-width: 1200px) {
  .l-footer .footer_inner .footer_nav {
    border-bottom: none;
  }
}
.l-footer .footer_inner .footer_nav .footer_nav_list {
  width: calc((100% - 4rem) / 2);
}
@media screen and (max-width: 768px) {
  .l-footer .footer_inner .footer_nav .footer_nav_list {
    width: auto;
  }
}
.l-footer .footer_inner .footer_nav .footer_nav_list.last {
  width: 100%;
}
.l-footer .footer_inner .footer_nav .footer_nav_list .footer_nav_title {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.l-footer .footer_inner .footer_nav .footer_nav_list ul li {
  margin-bottom: 1rem;
}
.l-footer .footer_inner .footer_nav .footer_nav_list ul li:last-child {
  margin-bottom: 0;
}
.l-footer .footer_inner .footer_nav .footer_nav_list ul li a::before {
  content: "・";
  color: #ff7f3e;
}
.l-footer .footer_inner .footer_nav .footer_nav_list .footer_nav_list_inner li {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.l-footer .l-footer-copy {
  font-size: 1rem;
  color: #000;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .l-footer .l-footer-copy {
    border-top: 1px solid #131313;
    padding-top: 1.3rem;
    margin-top: 5rem;
  }
}
@media screen and (min-width: 576px) {
  .l-footer .footer_inner .footer_nav {
    font-size: 1.4rem;
  }
  .l-footer .footer_inner .footer_info .footer_shop {
    display: flex;
    gap: 2rem;
    justify-content: center;
  }
  /* .l-footer .footer_inner .footer_nav .footer_nav_list {
    width: calc((100% - 8rem) / 3);
  } */
  /* .l-footer .footer_inner .footer_nav .footer_nav_list.last {
    width: calc((100% - 8rem) / 2);
  } */
  .l-footer .footer_inner .footer_nav .footer_nav_list .footer_nav_title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .l-footer .footer_inner {
    margin-bottom: 2.4rem;
  }
  .l-footer .footer_inner::after {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .l-footer .footer_inner {
    max-width: 132rem;
    width: 100%;
    margin: 0 auto 2.4rem;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0rem;
  }
  .l-footer .footer_inner::after {
    content: "";
    display: block;
    border-bottom: 0.1rem solid #ffc8ac;
    width: 100%;
    margin-top: 4rem;
  }
  .l-footer .footer_inner .footer_info {
    width: 26rem;
    font-size: 1.4rem;
    border-bottom: none;
    text-align: center;
  }
  .l-footer .footer_inner .footer_info .footer_shop {
    display: block;
  }
  .l-footer .footer_inner .footer_info .footer_detail .footer_logo {
    margin: 0 0 1rem 0;
  }
  .l-footer .footer_inner .footer_info .footer_shop .shop_box .tel_wrap .time {
    display: inline-block;
    margin-left: 0.5rem;
  }
  .l-footer .footer_inner .footer_nav {
    width: calc(100% - 35rem);
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    margin-left: 9rem;
    padding-left: 8rem;
    border-left: 0.1rem solid #ffc8ac;
  }
  .l-footer .footer_inner .footer_info .footer_shop .shop_box .tel_wrap a {
    background: none;
    color: #131313;
    border-radius: 0;
    padding: 0;
  }
  .l-footer .footer_inner .footer_info .footer_shop .shop_box:first-child {
    border-bottom: 0.1rem solid #ffc8ac;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1320px) {
  .l-footer .footer_inner .footer_nav .footer_nav_list,
  .l-footer .footer_inner .footer_nav .footer_nav_list.last {
    width: fit-content;
  }
}
.l-footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
}
.footer_nav_listBox {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .footer_nav_listBox {
    /* grid-template-columns: 1fr 1fr; */
    justify-items: center;
  }
}
.footer_nav_list li {
  padding-bottom: 5rem;
}
.footer_nav_list li a {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .footer_nav_list li a {
    font-size: 1.4rem;
  }
}
.l-footer .footer_inner .sp__header__bottom__contents--corporation--button {
  display: none;
}
@media screen and (max-width: 1200px) {
  .l-footer .footer_inner .sp__header__bottom__contents--corporation--button {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 1200px) {
  .l-footer .footer_inner {
    display: block;
    margin-inline: auto;
  }
  .l-footer .footer_inner .footer_info {
    margin-inline: auto;
  }
  .l-footer .footer_inner .footer_nav {
    border-top: 1px solid #ffc8ac;
    padding-top: 3.4rem;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .footer_inner::after {
    content: "";
  }
  .l-footer .footer_inner .footer_nav {
    border-bottom: none;
  }
  .footer_nav_listBox {
    grid-template-columns: 1fr 1fr;
  }
  .footer_nav_list li {
    padding-bottom: 2.6rem;
  }
}

/* ====================================================================================
* 共通レイアウト
==================================================================================== */
.paged .l-main {
  padding: 0rem 0;
}
@media screen and (min-width: 992px) {
  .paged .l-main {
    padding: 0;
  }
}

.l-wrap {
  overflow: hidden;
  position: relative;
  z-index: 21;
  margin-top: 90px;
  background: #fff;
}
@media screen and (min-width: 992px) {
  .l-wrap {
    margin-top: 150px;
  }
}

.l-content {
  margin: auto;
}
.l-content .l-content--search {
  margin: 1.6rem auto 0;
}
@media screen and (min-width: 375px) {
  .l-content .l-content--search {
    margin: 2rem auto 0;
  }
}
@media screen and (min-width: 414px) {
  .l-content .l-content--search {
    margin: 2.5rem auto 0;
  }
}
@media screen and (min-width: 992px) {
  .l-content .l-content--search {
    width: 628px;
    margin: 0 auto;
  }
}

.l-main {
  position: relative;
  z-index: 2;
  padding: 0rem 0;
}
@media screen and (min-width: 992px) {
  .l-main.l-main--small {
    width: 72%;
  }
}
@media screen and (min-width: 1280px) {
  .l-main.l-main--small {
    width: 822px;
  }
}

.l-side {
  position: relative;
}
@media screen and (min-width: 992px) {
  .l-side {
    width: 304px;
    height: 100%;
    margin-top: 0;
    margin-left: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .l-side {
    margin-left: auto;
  }
}
.l-side .l-side__item {
  margin-bottom: 5rem;
}

.l-aside-headLine {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 40.3vw;
  z-index: 1;
}
@media screen and (min-width: 375px) {
  .l-aside-headLine {
    padding-top: 39.8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-aside-headLine {
    padding-top: 15.6%;
  }
}
.l-aside-headLine a {
  display: block;
  width: 100%;
  height: 100%;
}
.l-aside-headLine .l-aside-headLine__bg {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-aside-headLine .l-aside-headLine__bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 16%;
    max-width: 2400px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
  }
}
@media screen and (min-width: 992px) {
  .l-aside-headLine .l-aside-headLine__bg {
    min-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .l-aside-headLine .l-aside-headLine__bg {
    height: 16%;
    min-width: 1260px;
  }
}
.l-aside-headLine .l-aside-headLine__bg--sp {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 40.3vw;
  min-width: 320px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
}
@media screen and (min-width: 375px) {
  .l-aside-headLine .l-aside-headLine__bg--sp {
    height: 39.8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-aside-headLine .l-aside-headLine__bg--sp {
    display: none;
  }
}
.l-aside-headLine.is-modal {
  z-index: 999;
}

.l-aside-bottom {
  overflow-x: hidden;
}
.l-aside-bottom .l-aside-bottom__bg {
  min-height: 36vw;
  max-height: 150px;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 992px) {
  .l-aside-bottom .l-aside-bottom__bg {
    height: 265px;
    min-height: 205px;
    min-width: 980px;
    max-width: 2400px;
  }
}
@media screen and (min-width: 1200px) {
  .l-aside-bottom .l-aside-bottom__bg {
    min-height: 265px;
    min-width: 1280px;
  }
}

.l-aside-slider {
  overflow: hidden;
  background: #007cc1;
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .l-aside-slider {
    margin-bottom: 0;
  }
}

.l-aside {
  background: #04a5ff;
}
.l-aside h2 {
  color: #e84376;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .l-aside h2 {
    text-align: left;
    font-size: 2.8rem;
  }
}
.l-aside .container p {
  margin-bottom: 2rem;
  color: #e84376;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 375px) {
  .l-aside .container p {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 992px) {
  .l-aside .container p {
    margin-bottom: 0;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.7;
  }
}
.l-aside .l-aside-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 67px;
  color: #fff;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1;
  background: #e84376;
  border-radius: 6px;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .l-aside .l-aside-link {
    pointer-events: none;
    display: block;
    height: auto;
    background: transparent;
    color: #e84376;
    font-size: 4.8rem;
    text-align: left;
  }
}
.l-aside .l-aside-link:hover {
  text-decoration: none;
}
.l-aside .l-aside-link span {
  display: none;
}
@media screen and (min-width: 992px) {
  .l-aside .l-aside-link span {
    display: inline-block;
    font-weight: 400;
    font-size: 2.5rem;
  }
}
.l-aside .l-aside-link small {
  position: relative;
  top: 0;
}
@media screen and (min-width: 992px) {
  .l-aside .l-aside-link small {
    top: -4px;
  }
}
.l-aside .l-aside-link-desc {
  margin-bottom: 0;
}

.l-aside-textAdd {
  margin-bottom: 5rem;
  border: 1px solid #d6d6d6;
  background: #fff;
}
.l-aside-textAdd .l-aside-textAdd__heading {
  padding: 0.4rem 1rem;
  background: #eaeaea;
  text-align: left;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.1rem;
}
.l-aside-textAdd ul {
  padding: 2rem 1rem;
}
@media screen and (min-width: 992px) {
  .l-aside-textAdd ul {
    padding: 2rem;
  }
}
.l-aside-textAdd ul li {
  overflow: hidden;
  width: 100%;
  line-height: 1.4;
}
.l-aside-textAdd ul li:last-child a {
  margin-bottom: 0;
}
.l-aside-textAdd ul li a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-indent: -1rem;
  padding-left: 2rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 992px) {
  .l-aside-textAdd ul li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 0;
    text-indent: 0;
    color: #333333;
  }
}
.l-aside-textAdd ul li a:hover {
  color: #229fc4;
}
.l-aside-textAdd ul li a:before {
  display: inline-block;
  content: "・";
  color: #333333;
}

/*メイン画像---------------------------------------*/
.recruitMain {
  padding: 0;
  text-align: right;
  margin: 0 auto 0rem;
  position: relative;
  height: 55rem;
}
@media screen and (max-width: 768px) {
  .page-template-page-charm .recruitMain {
    height: auto;
  }
  .page-template-page-charm .recruitMain__content {
    display: none;
  }
  .page-template-page-charm .recruitMain__inner {
    display: block;
  }
}
.recruitMain picture img {
  border-radius: 0 0 0 5rem;
}
.recruitMain picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center 30%;
}
@media screen and (max-width: 768px) {
  .page-template-page-charm .recruitMain__photo img {
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 0;
  }
}
.recruitMain__photoArea {
  height: 100%;
  position: relative;
}
.recruitMain__photo {
  display: block;
  margin: 0 0 0 auto;
  border-radius: 0 0 0 5rem;
  height: 55rem;
}
@media screen and (max-width: 768px) {
  .page-template-page-charm .recruitMain__photo {
    height: auto;
  }
}
.recruitMain__readBox {
  position: absolute;
  left: 10rem;
  top: 10rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  writing-mode: vertical-rl;
  gap: 1.7rem;
}
@media screen and (max-width: 1200px) {
  .recruitMain__readBox {
    writing-mode: horizontal-tb;
    left: 0;
    top: 57rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitMain__readBox {
    top: 29rem;
    left: 0;
    writing-mode: horizontal-tb;
    white-space: nowrap;
  }
}
.recruitMain__read {
  font-size: 5rem;
  color: #ff7f3e;
  background-color: #fff;
  box-sizing: border-box;
  /* padding: 4rem 1.4rem 1rem; */
  padding-inline: 3.95rem 1.55rem;
  padding-block: 1.35rem;
  display: inline-block;
  line-height: 5.1rem;
}
@media screen and (max-width: 1200px) {
  .recruitMain__read {
    padding: 1rem 1.4rem 1rem;
    font-size: calc(2.3rem + (50 - 20) * ((100vw - 765px) / (1200 - 765)));
  }
}
@media screen and (max-width: 768px) {
  .recruitMain__read {
    font-size: 2.6rem;
    padding-block: 0.85rem 0.95rem;
    padding-inline: 1rem;
    line-height: 3rem;
  }
}
.recruitMain__read--second {
  position: relative;
  top: 7rem;
}
@media screen and (max-width: 1200px) {
  .recruitMain__read--second {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .recruitMain__read--second {
    margin-left: 1rem;
  }
}
.recruitMain__inner {
  display: grid;
  grid-template-columns: 17rem 1fr;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .recruitMain__inner {
    grid-template-columns: 5rem 1fr;
    grid-template-rows: 44.2rem;
  }
}
.recruitMain__textArea {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruitMain__text {
  font-size: 2rem;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .recruitMain__text {
    font-size: 1.4rem;
  }
}
/*パンクズリスト---------------------------------------*/
.breadcrumb {
  display: flex;
  max-width: 1580px;
  width: 96%;
  margin: 0 auto;
  padding: 2rem 0 8rem;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    display: inline-block;
    margin-left: 2rem;
    padding-bottom: 4rem;
  }
}
.bred__item {
  display: flex;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .bred__item {
    display: inline;
    font-size: 1rem;
  }
}
.bred__item:not(:last-child):after {
  content: ">";
  display: block;
  margin: 0 0.5rem;
}
@media screen and (max-width: 768px) {
  .bred__item:not(:last-child):after {
    display: inline;
  }
}
/*button*/
.buttonMore {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17.3rem;
  height: 4.4rem;
  border: solid 1px #ff7f3e;
  border-radius: 5rem;
  color: #ff7f3e;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 auto;
}
.sp_recruitVoice__buttonMore {
  margin-block: 4.5rem 6rem;
}
.buttonMore__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffc8ac;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 1rem;
  overflow: hidden;
  transition: 0.4s;
}
.buttonMore:hover {
  .buttonMore__icon {
    width: 0.8rem;
    height: 0.8rem;
    margin-left: 0.8rem;
  }
  img {
    opacity: 0;
  }
}

/*タイトル系*/
.recruitTitle--backFilter {
  margin-bottom: 1rem;
}
.recruitTitle--backFilter:last-chid {
  margin-bottom: 0;
}
.recruitTitleIn--backFilter {
  font-size: 4.5rem;
  line-height: 4.5rem;
  font-weight: bold;
  background: linear-gradient(90deg, #ffffd2, #ffc8ac);
  display: inline-block;
  box-sizing: border-box;
  padding: 1.8rem 1.8rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .recruitTitleIn--backFilter {
    padding-inline: 1rem 1.3rem;
    padding-block: 1.2rem 0.9rem;
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
/*セクションタイトル（ver2）*/
.sectionTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10rem;
}
@media screen and (max-width: 768px) {
  .sectionTitle {
    margin-bottom: 3rem;
  }
}
.sectionTitle__inner {
  display: inline-block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sectionTitle__inner {
    margin: 0 auto 0 0;
  }
  .recruitGuide .sectionTitle__inner,
  .recruitFaq .sectionTitle__inner,
  .charmPoint .sectionTitle__inner,
  .recruitPage__title .sectionTitle__inner,
  .interviewRead .sectionTitle__inner,
  .applicantsGuide .sectionTitle__inner,
  .flowStep .sectionTitle__inner,
  .entryRead .sectionTitle__inner {
    margin-inline: auto;
  }
}
.sectionTitle__lineArea {
  display: flex;
  color: #ffc7ab;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sectionTitle__lineArea {
    font-size: 1rem;
  }
}
.sectionTitle__line {
  height: 1px;
  width: 100%;
  background-color: #ffc7ab;
}
@media screen and (max-width: 768px) {
  .sectionTitle__line {
    width: 26%;
  }
  .recruitFaq .sectionTitle__line,
  .entryRead .sectionTitle__line {
    width: 100%;
  }
}
.sectionTitle__head {
  font-size: 5rem;
  line-height: 5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sectionTitle__head {
    font-size: 3rem;
  }
}
.sectionTitle__headStrong {
  font-size: 8.6rem;
  line-height: 8.6rem;
  background-color: #fff;
  padding-left: 0.4rem;
}
@media screen and (max-width: 768px) {
  .sectionTitle__headStrong {
    font-size: 4.8rem;
  }
}
.sectionTitle--recruit2 {
  .sectionTitle__lineArea {
    position: static;
    padding-bottom: 1.8rem;
    white-space: nowrap;
  }
  @media screen and (max-width: 768px) {
    .sectionTitle__lineArea {
      padding-bottom: 0;
    }
  }
}
.sectionTitle--recruitMin {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: #ff7f3e;
  padding-bottom: 3.4rem;
}
@media screen and (max-width: 768px) {
  .sectionTitle--recruitMin {
    font-size: 1.8rem;
    padding-bottom: 1.3rem;
  }
}
/*ページタイトルの調整*/
.recruitPage__title {
}

/*スライダー関係*/
.recruitSlide__inner {
  position: relative;
  height: 106rem;
}
@media screen and (max-width: 768px) {
  .recruitSlide__inner {
    height: 53rem;
    /* height: calc((100vw - 11rem) * 0.9); */
  }
}
.recruitSlide__filter {
  content: "";
  display: block;
  width: 100%;
  height: 88rem;
  border-radius: 0 36rem 0 0;
  background: linear-gradient(315deg, #ffffd2, #ffc8ac);
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .recruitSlide__filter {
    /* height: calc((100vw - 18rem) * 0.9); */
    height: 46rem;
    border-radius: 0 10rem 0 0;
  }
}
.recruitTitleIn--backFilter--slider {
  background: #fff;
  color: #ff7f3e;
  font-size: 6rem;
  line-height: 6rem;
}
@media screen and (max-width: 768px) {
  .recruitTitleIn--backFilter--slider {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.recruitSlide__text {
  font-size: 2.8rem;
  font-weight: bold;
  padding-left: 4rem;
}
@media screen and (max-width: 768px) {
  .recruitSlide__text {
    font-size: 1.4rem;
    background-color: #fff;
    padding-inline: 0.9rem 1.1rem;
    padding-block: 0.9rem 0.6rem;
    display: inline-block;
  }
}
.recruitSlide__textArea {
  position: absolute;
  bottom: 50%;
  transform: translateY(calc(50% + 200px));
  left: 5%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .recruitSlide__textArea {
    bottom: 30rem;
  }
}
.recruitSlide__personArea {
  position: absolute;
  z-index: 0;
  left: 32%;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .recruitSlide__personArea {
    width: 50.8rem;
    left: 0;
  }
}

/* ====================================================================================
* 共通パーツ
==================================================================================== */
/*ENTRY BOX
==========================================*/
.entryBox__inner {
  display: flex;
  width: 43.4rem;
  height: 23.2rem;
  justify-content: center;
  align-items: center;
  background: linear-gradient(315deg, #ff5600, #ffde58);
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .entryBox__inner {
    width: 39vw;
  }
}
/*ヘッダー版 位置調整
==========================================*/
.entryBox__inner--header {
  position: absolute;
  bottom: -5rem;
  right: 18.8rem;
}
.entryBox__inner:hover {
  filter: brightness(1.25);
  transition: filter 0.5s ease;
}
@media screen and (max-width: 1200px) {
  .entryBox__inner--header {
    right: 0rem;
  }
}
@media screen and (max-width: 768px) {
  .entryBox__inner--header {
    width: 25.9rem;
    height: 12.1rem;
    bottom: -10rem;
  }
}
/*フッター版 位置調整
==========================================*/
.entryBox.footArea {
  position: relative;
}
.entryBox .entryBox__inner--footer {
  position: absolute;
  top: -18rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .entryBox .entryBox__inner--footer {
    width: 25.9rem;
    height: 12.1rem;
    top: -10rem;
  }
}
.entryBox__linkInner {
  text-align: center;
  color: #fff;
}
.entryBox__linkText {
  font-size: 2rem;
  line-height: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .entryBox__linkText {
    font-size: 1.4rem;
    padding-bottom: 0rem;
  }
}
.entryBox__linkEntry {
  font-size: 6.2rem;
  line-height: 6.2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 1200px) {
  .entryBox__linkEntry {
    font-size: calc(5rem + (62 - 50) * ((100vw - 765px) / (1200 - 765)));
  }
}
@media screen and (max-width: 768px) {
  .entryBox__linkEntry {
    font-size: 3.5rem;
    padding-bottom: 0rem;
  }
}
.entryBox__linkLine {
  display: block;
  width: 20.8rem;
  height: 1px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .entryBox__linkLine {
    width: 12.2rem;
  }
}
/*header直下 法人トップへ
==========================================*/
.headerLink {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30rem;
  height: 7.6rem;
  background: linear-gradient(315deg, #ffc8ac, #ffffd2);
  font-size: 2rem;
  color: #131313;
  z-index: 100;
}
@media screen and (max-width: 1200px) {
  .headerLink {
    display: none;
  }
}
.headerLink__icon {
  line-height: 0;
  padding-left: 1rem;
  position: relative;
  top: 0.1rem;
}

/* Section：.recruitVoice
==========================================*/
.recruitVoice {
  padding: 12rem 0 15rem;
}
@media screen and (max-width: 768px) {
  .recruitVoice {
    padding-top: 2.84rem;
    padding-bottom: 0;
  }
  .recruitVoice .sectionTitle {
    margin-bottom: 2.7rem;
  }
}
.recruitVoice__inner {
  max-width: 1320px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .recruitVoice__inner {
    display: none;
  }
}
.recruitVoice__block {
  display: flex;
  gap: 4rem;
  margin-bottom: 9rem;
}
.recruitVoice__block--reverse {
  flex-direction: row-reverse;
}
.recruitVoice__photo {
  position: relative;
  width: 64rem;
}
@media screen and (max-width: 1200px) {
  .recruitVoice__photo {
    margin-inline: auto;
    width: auto;
  }
}
.recruitVoice__num {
  position: absolute;
  top: -4.8rem;
  left: -4.8rem;
  width: 9.6rem;
  height: 9.6rem;
  border-radius: 50%;
  box-sizing: border-box;
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .recruitVoice__num {
    width: 5.8rem;
    height: 5.8rem;
    font-size: 2.4rem;
    left: 0;
    top: -2rem;
  }
}
.recruitVoice__num1 {
  background-color: rgba(255, 200, 172, 0.8);
}
.recruitVoice__num2 {
  background-color: rgba(134, 197, 99, 0.8);
}
.recruitVoice__num3 {
  background-color: rgba(255, 159, 195, 0.8);
}
.recruitVoice__textArea {
  width: calc(100% - 68rem);
  font-size: 1.8rem;
  font-weight: normal;
  padding: 2rem 0 0;
}
.recruitVoice__text {
  line-height: 1.9;
}
@media screen and (max-width: 1200px) {
  .recruitVoice__text {
    margin-top: 2rem;
  }
}
.recruitVoice__personInfo {
  padding: 3rem 0 3rem;
}
@media screen and (max-width: 768px) {
  .recruitVoice__text {
    font-weight: 100;
    line-height: 1.7;
  }
}
@media screen and (max-width: 1200px) {
  .recruitVoice__personInfo {
    text-align: end;
    padding-right: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitVoice__personInfo {
    font-size: 1.2rem;
    padding-right: 0;
    padding-block: 0.5rem 1.2rem;
  }
}
.sp__recruitVoice__inner {
  display: none;
}
.sp__recruitVoice__inner {
  padding-inline: 2rem;
}
.sp__recruitVoice__block {
  max-width: 1000px;
  margin-inline: auto;
}
@media screen and (max-width: 1200px) {
  .sp__recruitVoice__block {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .sp__recruitVoice__block {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .sp__recruitVoice__inner {
    display: block;
  }
}
.recruitVoice > .recruitVoice__inner > .long-term-service__image,
.recruitVoice > .sp__recruitVoice__inner > .long-term-service__image {
  margin-bottom: 0;
}

/* 固定ページ全体 */
@media screen and (max-width: 768px) {
  .page-template .recruitMain {
    height: auto;
  }
  .page-template .recruitMain__content {
    display: none;
  }
  .page-template .recruitMain__inner {
    display: block;
  }
  .page-template .recruitMain__photoArea img {
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 0;
  }
  .page-template .recruitMain__photoArea .recruitMain__photo {
    height: auto;
  }
  .page-template .recruitMain--front .recruitMain__content {
    display: block;
  }
  .page-template .recruitMain--front .recruitMain__inner {
    display: grid;
  }
  .page-template .recruitMain--front .recruitMain__photoArea img {
    height: 100%;
    border-radius: 0 0 0 3rem;
  }
}

/* Section：.recruitReview
==========================================*/
.recruitReview {
}
.recruit__charmTitleArea {
  max-width: 970px;
  margin: 0 auto;
  position: relative;
}
.recruit__charmTitleBox {
  writing-mode: vertical-rl;
  position: absolute;
  top: -21rem;
  height: 26rem;
}
@media screen and (max-width: 768px) {
  .recruit__charmTitleBox {
    line-height: 0;
    top: -13rem;
  }
}
.recruit__charmSubTitle {
  color: #ff7f3e;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .recruit__charmSubTitle {
    font-size: 1rem;
  }
}
.recruit__charmTitle {
  font-size: 5rem;
  line-height: 5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .recruit__charmTitle {
    font-size: 3rem;
  }
}
.recruit__charmStrong {
  display: block;
  font-size: 8.6rem;
  line-height: 8.6rem;
  font-weight: bold;
  padding-top: 7.4rem;
}
@media screen and (max-width: 768px) {
  .recruit__charmStrong {
    font-size: 5.3rem;
    margin-right: -20px;
    padding-top: 3.5rem;
  }
}
.recruitReview__block {
  background-color: #fffff0;
  box-sizing: border-box;
  padding: 4rem 0 6rem;
}
@media screen and (max-width: 768px) {
  .recruitReview__block {
    padding-inline: 2rem;
  }
}
.recruitReview__block-type2 {
  background-color: #fff4ef;
}
.recruitReview__blockInner {
  max-width: 970px;
  margin: 0 auto;
}
.recruitReview__blockTitleArea {
  text-align: center;
}
.recruitReview__blockIcon {
  display: block;
  margin: 0 auto;
  padding: 0 0 1.3rem;
  width: 4.4rem;
}
@media screen and (max-width: 768px) {
  .recruitReview__blockIcon {
    width: 4.4rem;
  }
}
.recruitReview__blockTitle {
  padding: 0 0 2.4rem;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .recruitReview__blockTitle {
    font-size: 2.4rem;
    padding-bottom: 1.5rem;
  }
}
.recruitReview__blockTextArea {
  text-align: center;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .recruitReview__blockTextArea {
    font-size: 1.4rem;
    text-align: left;
  }
  .recruitReview__blockTextArea br {
    display: none;
  }
  .recruitReview__block-type2 br {
    display: block;
  }
}
.recruitReview__blockLine {
  display: block;
  height: 2px;
  width: 6.4rem;
  background-color: #ff7f3e;
  margin: 0 auto 3rem;
}
.recruitReview__blockComment {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.recruitReview__blockPerson {
  width: 8.5rem;
}
@media screen and (max-width: 768px) {
  .recruitReview__blockPerson img {
    width: 6rem;
  }
}
.recruitReview__blockComment:last-child {
  margin-bottom: 0;
}
.recruitReview__blockText {
  height: 10.7rem;
  width: calc(100% - 9.4rem);
  background-image: url(../../img/recruit/top_img_comment_right.png);
  background-repeat: no-repeat;
  background-size: calc(100% - 1rem) auto;
  display: flex;
  align-items: center;
  padding: 0 7rem 0;
  font-size: 1.8rem;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .recruitReview__blockText {
    min-height: 10.7rem;
    background-image: none;
    border: 1px solid #ff7f3e;
    border-radius: 2rem;
    position: relative;
    padding-inline: 1.59rem 0.9rem;
    padding-block: 1.48rem 1.39rem;
    font-weight: 100;
    font-size: 1.4rem;
    font-weight: 100;
    background-color: #fff;
  }
  .recruitReview__blockText::after {
    position: absolute;
    content: "";
    top: 60%;
    left: -10px;
    width: 1.9rem;
    height: 1rem;
    background-color: #fff;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #ff7f3e;
    border-left: 1px solid #ff7f3e;
    transform: rotate(45deg) matrix(1, 0, -1, 1, 0, 0);
  }
}
@media screen and (max-width: 390px) {
  .recruitReview__blockText {
    height: auto;
  }
  .recruitReview__blockText::after {
    top: 50%;
  }
}
.recruitReview__blockComment--reverse .recruitReview__blockText {
  background-image: url(../../img/recruit/top_img_comment_left.png);
}

@media screen and (max-width: 768px) {
  .recruitReview__blockComment--reverse .recruitReview__blockText {
    background-image: none;
    border: 1px solid #ff7f3e;
    border-radius: 2rem;
    position: relative;
    padding-inline: 1.59rem 0.9rem;
  }
  .recruitReview__blockComment--reverse .recruitReview__blockText::after {
    position: absolute;
    content: "";
    top: 60%;
    /* left: 99%; */
    left: calc(100% - 5px);
    width: 1rem;
    height: 1.9rem;
    background-color: #fff;
    border-top: 1px solid #ff7f3e;
    border-right: 1px solid #ff7f3e;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    transform: rotate(45deg) matrix(1, -1, 0, 1, 0, 0);
  }
}
.recruitReview__block-type2 .recruitReview__blockText::after {
  background-color: #fff4ef;
}
/* Section：.recruitGuide
==========================================*/
.recruitGuide {
  padding: 15rem 0 15rem;
}
@media screen and (max-width: 768px) {
  .recruitGuide {
    padding-block: 9.8rem 6rem;
  }
}
.recruitGuide__table {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  border: solid 1px #ffc8ac;
  border-radius: 1rem;
  overflow: hidden;
}
.recruitGuide__list {
  border-bottom: solid 1px #ffc8ac;
  display: flex;
}
@media screen and (max-width: 768px) {
  .recruitGuide__list {
    flex-direction: column;
  }
}
.recruitGuide__list:last-child {
  border-bottom: none;
}
.recruitGuide__listTitle {
  width: 27rem;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 3rem 2.5rem;
  border-right: solid 1px #ffc8ac;
  background-color: #fff4ef;
  display: flex;
  align-items: center;
}
.recruitGuide__corner {
  display: flex;
  flex-direction: column;
  margin-inline: auto;
}
.recruitGuide__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.recruitGuide__box .recruitGuide__listText {
  width: 100%;
  position: relative;
}

.recruitGuide__box .recruitGuide__listText:last-child::before {
  content: "";
  position: absolute;
  top: 25px;
  right: 0;
  width: 4px;
  height: 100%;
  width: 100%;
  height: 150px;
  border-left: 2px dotted #ffc8ac;
}

.recruitGuide__salary {
  font-size: 3rem;
  color: #ff7f3e;
}
.recruitGuide__subTitle {
  color: #ff7f3e;
  font-size: 2rem;
  font-weight: bold;
  background: #fff4ef;
  padding: 0.5rem 1em;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 5px;
}
.recruitGuide__experience {
  border: 1px solid #ffc8ac;
  border-radius: 5px;
  padding: 0.7rem;
  width: 100%;
  text-align: center;
  margin: 0 auto 15px;
}

.recruitGuide__corner p,
.recruitGuide__experience {
  font-size: 1.75rem;
}

.recruitGuide__corner p {
  margin: 1rem auto 0;
}

.recruitGuide__experience p {
  margin: 0 auto;
  font-weight: 400;
}

.recruitGuide__salary small {
  font-size: 1.7rem;
}

.recruitGuide__box p {
  font-weight: bold;
}

.recruitGuide__subTitlem,
.recruitGuide__box .recruitGuide__listText p {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .recruitGuide__listTitle {
    width: 100%;
    border-right: none;
    border-bottom: solid 1px #ffc8ac;
    font-size: 1.6rem;
    padding-block: 1.4rem 1.2rem;
    padding-inline: 2rem;
  }
  .recruitGuide__salary {
    font-size: 2rem;
  }
  .recruitGuide__subTitlem,
  .recruitGuide__box .recruitGuide__listText p,
  .recruitGuide__corner p,
  .recruitGuide__experience,
  .recruitGuide__subTitle {
    font-size: 1.5rem;
  }
  .recruitGuide__box .recruitGuide__listText {
    font-size: 1.2rem;
    padding-inline: 1rem;
  }
  .recruitGuide__corner {
    padding: 0 1rem;
  }
}
.recruitGuide__listText {
  width: calc(100% - 27rem);
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: normal;
  padding: 3rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .recruitGuide__listText {
    width: 100%;
    font-size: 1.4rem;
    padding-block: 1.9rem 1.7rem;
    padding-inline: 2rem;
  }
}
/* 固定footer */
.l-footer__recruit__fixed__content {
  display: none;
}
@media screen and (max-width: 390px) {
  .l-footer__recruit__fixed__content {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
  .l-footer__recruit__fixed__content a {
    background-image: linear-gradient(to right, #ffde58, #ff5600);
    color: #fff;
    font-size: 2.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 6rem;
    position: relative;
  }
  .l-footer__recruit__fixed__content a::before {
    position: absolute;
    content: "";
    width: 15%;
    height: 1px;
    background-color: #fff;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/*

TOP追加セクション - 給与モデル

*/
.recruitReview__model {
  max-width: 1100px;
  margin-inline: auto;
  /* margin-block: 10rem 35rem; */
  margin-block: 10rem 13rem;
  padding-inline: 2rem;
}
@media screen and (max-width: 768px) {
  .recruitReview__model {
    /* margin-block: 1rem 20rem; */
    margin-block: 1rem 5rem;
  }
}
.recruitReview__modelTitle {
  color: #ff7f3e;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .recruitReview__modelTitle {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.recruitReview__modelContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .recruitReview__modelContent {
    gap: 2rem;
  }
}

/*

永年勤続報奨金制度バナー

*/

.long-term-service__image {
  max-width: 1100px;
  margin-inline: auto;
  padding-inline: 2rem;
  margin-bottom: 30rem;
}
@media screen and (max-width: 768px) {
  .long-term-service__image {
    margin-bottom: 13rem;
  }
}

@media screen and (max-width: 768px) {
  .recruitReview__term-service-image {
    margin-bottom: 20rem;
  }
}

/*

給与モデル スライダー

*/
.recruit_slider_wrap {
  overflow: visible;
}
.recruit_slider_pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  bottom: -25px !important;
}
.recruit_slider_pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}
.recruit_slider_pagination .swiper-pagination-bullet-active {
  background-color: #ff7f3e;
}
.recruit_slider_button_prev,
.recruit_slider_button_next {
  background-color: #ff7f3e;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 15px;
  opacity: 1;
  transition: all 300ms ease;
}
@media screen and (max-width: 768px) {
  .recruit_slider_button_prev,
  .recruit_slider_button_next {
    width: 40px;
    height: 40px;
    font-size: 10px;
  }
}
.recruit_slider_button_prev::after,
.recruit_slider_button_next::after {
  font-size: 15px;
  font-weight: bold;
}
.recruit_slider_button_prev:hover,
.recruit_slider_button_next:hover {
  opacity: 0.8;
}

/* 採用サイド ヘッダーサブメニュー */
.sub.gnav_applicants {
  font-size: clamp(1.6rem, 1.4vw, 2rem);
  cursor: pointer;
  gap: 10px;
}
@media screen and (max-width: 1600px) {
  .sub.gnav_applicants {
    font-size: calc(1.3rem + (20 - 13) * ((100vw - 1200px) / (1600 - 1200)));
  }
}
@media screen and (max-width: 1200px) {
  .sub.gnav_applicants {
    display: block !important;
    cursor: default;
    font-size: 1.6rem;
  }
}
.sub.gnav_applicants .fa-chevron-up {
  font-size: 1.3rem;
  transition: all 300ms ease;
  color: #ff7f3e;
  transform: rotate(180deg);
}
@media screen and (max-width: 1200px) {
  .sub.gnav_applicants .fa-chevron-up {
    display: none;
  }
}
.sub.gnav_applicants:hover .fa-chevron-up {
  transform: rotate(180deg);
}
.gnav__sub__list {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: -125px;
  left: -35px;
  width: 300px;
  height: auto;
  background-color: #fff;
  padding-block: 1rem;
  padding-inline: 2rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 300ms ease;
}
.gnav__sub__list::before {
  position: absolute;
  content: "";
  top: -8px;
  left: 50px;
  transform: translateX(-50%) rotate(-45deg);
  /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); */
  width: 0;
  height: 0;
  /* background-color: #fff; */
  border-top: 10px solid #fff;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .gnav__sub__list::before {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .gnav__sub__list {
    opacity: 1;
    visibility: visible;
    position: static;
    background-color: transparent;
    box-shadow: none;
  }
  .gnav__sub__list li a i {
    display: none;
  }
}
.gnav__sub__list li:first-of-type {
  border-bottom: 1px solid #e0e0e0 !important;
}
@media screen and (max-width: 1200px) {
  .gnav__sub__list li:first-of-type {
    border-bottom: none !important;
  }
}
.gnav__sub__list li {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .gnav__sub__list li {
    list-style: disc;
  }
  .gnav__sub__list li::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #ff7f3e;
    border-radius: 50%;
    margin-right: 10px;
  }
}
.gnav__sub__list li a {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 1.4rem;
  transition: all 0.3s;
}
.gnav__sub__list li a:hover {
  color: #ff7f3e;
}
@media screen and (max-width: 1200px) {
  .gnav__sub__list li a {
    font-size: 1.3rem;
  }
}
.sub.gnav_applicants:hover .gnav__sub__list {
  opacity: 1;
  visibility: visible;
}
