@charset "UTF-8";
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.margin-btm-small {
  margin-bottom: 6px;
}
@media (max-width: 834px) {
  .margin-btm-small {
    margin-bottom: 4.8px;
  }
}
@media (max-width: 600px) {
  .margin-btm-small {
    margin-bottom: 3.6px;
  }
}
@media (max-width: 320px) {
  .margin-btm-small {
    margin-bottom: 2.4px;
  }
}

.margin-btm-medium {
  margin-bottom: 12px;
}
@media (max-width: 834px) {
  .margin-btm-medium {
    margin-bottom: 9.6px;
  }
}
@media (max-width: 600px) {
  .margin-btm-medium {
    margin-bottom: 7.2px;
  }
}
@media (max-width: 320px) {
  .margin-btm-medium {
    margin-bottom: 4.8px;
  }
}

.margin-btm-large {
  margin-bottom: 24px;
}
@media (max-width: 834px) {
  .margin-btm-large {
    margin-bottom: 19.2px;
  }
}
@media (max-width: 600px) {
  .margin-btm-large {
    margin-bottom: 14.4px;
  }
}
@media (max-width: 320px) {
  .margin-btm-large {
    margin-bottom: 9.6px;
  }
}

.margin-btm-xlarge {
  margin-bottom: 30px;
}
@media (max-width: 834px) {
  .margin-btm-xlarge {
    margin-bottom: 24px;
  }
}
@media (max-width: 600px) {
  .margin-btm-xlarge {
    margin-bottom: 18px;
  }
}
@media (max-width: 320px) {
  .margin-btm-xlarge {
    margin-bottom: 12px;
  }
}

.margin-btm-2xlarge {
  margin-bottom: 60px;
}
@media (max-width: 834px) {
  .margin-btm-2xlarge {
    margin-bottom: 48px;
  }
}
@media (max-width: 600px) {
  .margin-btm-2xlarge {
    margin-bottom: 36px;
  }
}
@media (max-width: 320px) {
  .margin-btm-2xlarge {
    margin-bottom: 24px;
  }
}

.margin-btm-3xlarge {
  margin-bottom: 120px;
}
@media (max-width: 834px) {
  .margin-btm-3xlarge {
    margin-bottom: 96px;
  }
}
@media (max-width: 600px) {
  .margin-btm-3xlarge {
    margin-bottom: 72px;
  }
}
@media (max-width: 320px) {
  .margin-btm-3xlarge {
    margin-bottom: 48px;
  }
}

.c-font_xsmall {
  font-size: clamp(1rem, 2vw, 1.1rem);
}

.c-font_small {
  font-size: clamp(1.1rem, 2.5vw, 1.2rem);
}

.c-font_normal {
  font-size: clamp(1.2rem, 3vw, 1.5rem);
}

.c-font_large {
  font-size: clamp(1.4rem, 3.5vw, 1.8rem);
}

.c-font_xlarge {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
}

.c-font_2xlarge {
  font-size: clamp(2.5rem, 4.5vw, 3rem);
}

.c-font_3xlarge {
  font-size: clamp(3rem, 5vw, 3.6rem);
}

.c-font_4xlarge {
  font-size: clamp(3.5rem, 6vw, 4.2rem);
}

.c-font_5xlarge {
  font-size: clamp(4.5rem, 7vw, 5.4rem);
}

.c-font_6xlarge {
  font-size: clamp(5rem, 8vw, 6rem);
}

.c-font_10xlarge {
  font-size: clamp(8rem, 10vw, 10rem);
}

.contents__block {
  max-width: 1280px;
  margin: 0 30px 96px 30px;
}
@media screen and (min-width: 1280px) {
  .contents__block {
    margin: 0 auto 96px auto;
  }
}
@media screen and (max-width: 600px) {
  .contents__block {
    margin: 0 18px 48px 18px;
  }
}
.contents__block-S {
  max-width: 480px;
  margin: 0 auto 96px auto;
}
@media screen and (max-width: 600px) {
  .contents__block-S {
    margin: 0 18px 48px 18px;
  }
}
.contents__block-M {
  max-width: 600px;
  margin: 0 auto 96px auto;
}
@media screen and (max-width: 600px) {
  .contents__block-M {
    margin: 0 18px 48px 18px;
  }
}
.contents__block-L {
  max-width: 800px;
  margin: 0 auto 96px auto;
  padding: 0 12px;
}
@media screen and (max-width: 834px) {
  .contents__block-L {
    margin: 0 18px 48px 18px;
    padding: 0;
  }
}
.contents__block-XL {
  max-width: 1000px;
  margin: 0 auto 96px auto;
  padding: 0 12px;
}
@media screen and (max-width: 834px) {
  .contents__block-XL {
    margin: 0 18px 84px 18px;
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .contents__block-XL {
    margin: 0 18px 48px 18px;
    padding: 0;
  }
}
.contents__block-Full {
  width: 100%;
  margin: 0 auto 96px auto;
}
@media screen and (max-width: 600px) {
  .contents__block-Full {
    margin: 0 auto 48px auto;
  }
}
.contents__block-Half {
  width: 50%;
}
.contents__block-Third {
  width: 33.3333333333%;
}
.contents__block-Quarter {
  width: 25%;
}

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

html, body {
  height: 100%;
  margin: 0;
}

body {
  background-color: #FCFBF5;
  border-top: solid 4px #95D6D0;
}

.l-content__wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

a {
  display: inline-block;
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), opacity 0.3s ease;
}
a:hover {
  transform: translateY(2px);
  opacity: 0.8;
}

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

img, video, canvas, svg {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-feature-settings: "palt" 1;
  color: #494949;
  word-break: normal;
  overflow-wrap: break-word;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, span {
  line-height: 1.6;
  letter-spacing: 0.03em;
}

a {
  color: #494949;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.p-hero {
  text-align: center;
  background-color: #ffffff;
  background-image: url("/assets/img/topimg-bg.jpg");
  background-size: cover;
  background-position: center;
}
.p-hero-img {
  object-fit: cover;
  max-height: 54vh;
}
@media screen and (max-width: 834px) {
  .p-hero-img {
    width: 100%;
  }
}

.p-nextJob__title {
  text-align: center;
}
.p-nextJob__title-jp {
  display: block;
  font-size: clamp(3rem, 5vw, 3.6rem);
  font-weight: bold;
}
.p-nextJob__title-en {
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  color: #95D6D0;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .p-nextJob__title-jp {
    font-size: clamp(2.5rem, 4.5vw, 3rem);
  }
}
.p-nextJob__areanav {
  background-color: #ffffff;
  border: solid 1px #E5D6AF;
  padding: 36px 8%;
}
.p-nextJob__areanav__note {
  text-align: center;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.p-nextJob__areanav__note-img {
  width: 24px;
}
@media screen and (max-width: 600px) {
  .p-nextJob__areanav__note-img {
    gap: 4px;
    width: 18px;
  }
}
.p-nextJob__areanav-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  gap: 12px;
}
.p-nextJob__areanav-item {
  display: block;
  background-color: #e6e6e6;
  border-radius: 24px;
  padding: 10px 12px;
  font-size: clamp(1.4rem, 3.5vw, 1.8rem);
  text-align: center;
}
.p-nextJob__areanav-item._active {
  color: #ffffff;
  background-color: #494949;
}
.p-nextJob__areanav__count {
  font-size: clamp(1.1rem, 2.5vw, 1.2rem);
}
@media screen and (max-width: 834px) {
  .p-nextJob__areanav {
    padding: 24px 3%;
  }
  .p-nextJob__areanav-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px 4px;
  }
  .p-nextJob__areanav-item {
    border-radius: 18px;
    padding: 6px 6px;
    font-size: clamp(1.2rem, 3vw, 1.5rem);
  }
  .p-nextJob__areanav__count {
    font-size: clamp(1rem, 2vw, 1.1rem);
  }
}
.p-nextJob__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 4%;
}
@media screen and (max-width: 600px) {
  .p-nextJob__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 4%;
  }
}
.p-nextJob__item {
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.p-nextJob__item__inner {
  margin: 18px 30px;
}
.p-nextJob__item__banner a {
  width: 100%;
}
.p-nextJob__item__banner img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  object-position: top;
}
.p-nextJob__item__shop {
  text-align: center;
  font-size: clamp(1.4rem, 3.5vw, 1.8rem);
  font-weight: bold;
  margin-bottom: 12px;
}
.p-nextJob__item__area {
  display: flex;
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  line-height: 1.5;
  margin-bottom: 12px;
}
.p-nextJob__item__area-title {
  width: 4em;
}
.p-nextJob__item__area-text {
  flex: 1;
}
.p-nextJob__item__contact {
  border-top: solid 1px #D0D0D0;
  padding-top: 12px;
  text-align: center;
}
.p-nextJob__item__contact-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
}
.p-nextJob__item__contact__icon-img {
  width: 36px;
}
@media screen and (max-width: 600px) {
  .p-nextJob__item__inner {
    margin: 12px 30px;
  }
  .p-nextJob__item__shop {
    margin-bottom: 6px;
  }
  .p-nextJob__item__contact__icon-img {
    width: 30px;
  }
}

.p-404 {
  text-align: center;
}
.p-404__wrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-404__back-link {
  color: #3498db;
  text-decoration: underline;
}

.is-serif {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.06em;
}

.c-btn__base {
  text-align: center;
}
.c-btn__base-link {
  background-color: #E5D6AF;
  color: #ffffff;
  font-size: clamp(2.5rem, 4.5vw, 3rem);
  display: inline-block;
  max-width: 540px;
  width: 100%;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  border-radius: 45px;
  background-image: url("/assets/img/icon-arrow-R-white.svg");
  background-size: 20px 20px;
  background-position: center right 36px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 834px) {
  .c-btn__base-link {
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    background-position: center right 30px;
  }
}
@media screen and (max-width: 600px) {
  .c-btn__base-link {
    width: auto;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    padding-right: 5rem;
    padding-left: 5rem;
    background-position: center right 24px;
    background-size: 14px 14px;
  }
}

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

@media screen and (max-width: 600px) {
  .u-br-pc {
    display: none;
  }
}

.u-gotop {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  background-color: #ffffff;
}
.u-gotop__inner {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.u-gotop-img {
  width: 42px;
  height: 42px;
}
.u-gotop__text {
  font-size: clamp(1.1rem, 2.5vw, 1.2rem);
}

.c-header {
  padding: 30px 0;
}
.c-header__logo {
  text-align: center;
}
.c-header__logo-img._main {
  width: 240px;
  margin-bottom: 6px;
}
.c-header__logo-img._sub {
  width: 120px;
}
@media screen and (max-width: 600px) {
  .c-header {
    padding: 18px 0 12px 0;
  }
  .c-header__logo-img._main {
    width: 200px;
    margin-bottom: 3px;
  }
  .c-header__logo-img._sub {
    width: 100px;
  }
}

.c-footer {
  margin-top: 60px;
}

.c-copyright {
  padding-bottom: 18px;
  padding-left: 30px;
  position: absolute;
  z-index: 950;
  color: #ffffff;
}
@media screen and (max-width: 600px) {
  .c-copyright {
    display: none;
  }
}

.c-title__page {
  font-size: clamp(3.5rem, 6vw, 4.2rem);
  text-align: center;
}

.c-floatLink {
  border: solid 1px #4DBAB0;
  background-color: #FCFBF5;
  padding: 12px 36px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  line-height: 1.4;
  font-weight: bold;
  min-height: 68px;
  box-shadow: 2px 2px 0 #4DBAB0;
}
@media screen and (max-width: 600px) {
  .c-floatLink {
    padding: 6px 3px;
    gap: 6px;
    flex: 1;
    justify-content: center;
    min-height: 54px;
  }
}
.c-floatLink__wrap {
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  z-index: 900;
  background-color: rgba(184, 201, 199, 0.7);
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  padding: 30px 4%;
}
@media screen and (max-width: 600px) {
  .c-floatLink__wrap {
    padding: 18px 3%;
    gap: 10px;
    justify-content: center;
  }
}
.c-floatLink-img {
  width: 36px;
}
@media screen and (max-width: 600px) {
  .c-floatLink-img {
    width: 24px;
  }
}
.c-floatLink span {
  color: #494949;
  font-size: clamp(1.1rem, 2.5vw, 1.2rem);
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
}
div.modal {
  position: relative;
  display: none;
  z-index: 10001;
}

.wrap_notice {
  position: fixed;
  top: calc(50% - 150px);
  border: solid 1px #95d6d0;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0 4%;
  width: 92%;
  padding: 12px 12px;
}

.wrap_notice .logo {
  margin-bottom: 18px;
}

.wrap_notice .logo img {
  display: block;
  vertical-align: top;
  margin: 0 auto;
}

.wrap_notice .logo .logo_top {
  width: 120px;
}

.wrap_notice .logo .logo_btm {
  width: 80px;
}

.wrap_notice .text_notice {
  text-align: center;
  margin-bottom: 24px;
}

.wrap_notice .text_notice p {
  margin-bottom: 6px;
}

.wrap_notice .text_notice .text_em {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: inherit;
  margin-bottom: 6px;
}

.wrap_notice .btn_notice {
  width: 80%;
  margin: 0 auto;
}

.wrap_notice .btn_notice a {
  display: block;
  border-radius: 2px;
  text-decoration: none;
}

.wrap_notice .btn_notice .btn_notice_enter {
  background-color: #95d6d0;
  color: #ffffff;
  text-align: center;
  padding: 12px 0;
  margin-bottom: 12px;
  box-shadow: 0px 3px 0px 0px #4dbab0;
}

.wrap_notice .btn_notice .btn_notice_enter span {
  display: block;
}

.wrap_notice .btn_notice .btn_notice_enter .btn_notice_enter_top {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}

.wrap_notice .btn_notice .btn_notice_enter .btn_notice_enter_btm {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 22px;
  line-height: 2.2rem;
}

.wrap_notice .btn_notice .btn_notice_leave {
  border: solid 1px #dddddd;
  text-align: center;
  padding: 6px 0;
  margin-bottom: 12px;
  color: #7f7f7f;
}

.wrap_notice .btn_notice .btn_notice_leave .btn_notice_leave_btm {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
}

/*------ ------ ------ ------ ------ ------ 画面サイズが767pxからはここを読み込む */
@media screen and (min-width: 768px) {
  .wrap_notice {
    top: calc(50% - 172px);
    left: calc(50% - 300px);
    margin: 0 auto;
    max-width: 600px;
    padding: 36px 12px;
  }
  .wrap_notice .logo {
    margin-bottom: 18px;
  }
  .wrap_notice .logo .logo_top {
    width: 160px;
  }
  .wrap_notice .logo .logo_btm {
    width: 120px;
  }
}