/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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; /* 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) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* 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 */
  -moz-appearance: none;
       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 */
}

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

html {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
  height: -webkit-fill-available;
  font-size: 62.5%;
}

body {
  word-break: break-word;
  overflow-wrap: anywhere;
}

@media (max-width: 1360px) {
  /* BASE*/
  html {
    font-size: 0.7352941176vw;
  }
}
@media (max-width: 750px) {
  /* BASE*/
  html {
    font-size: 2.6666666667vw;
  }
}
img {
  width: 100%;
  height: auto;
}

.u-fixed {
  position: fixed;
  width: 100%;
}

em {
  font-style: initial;
}

.l-wrapper {
  overflow: hidden;
}

.header .header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.6rem 4.2rem 0 5.6rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 5;
}
.header .header-logo {
  width: 30.9rem;
  height: 4.4rem;
  margin-top: 0.7rem;
}
.header .header-button {
  max-width: 17.4rem;
  width: 100%;
  height: 4.2rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #1D1D1D;
  padding: 1.3rem 0 1.3rem 6.8rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.2rem;
  position: relative;
  letter-spacing: 0.2em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .header-button::before, .header .header-button::after {
  display: block;
  content: "";
  position: absolute;
  left: 2.4rem;
  height: 0.2rem;
  border-radius: 0.4rem;
  background: #1D1D1D;
  width: 2rem;
}
.header .header-button::before {
  top: 1.6rem;
}
.header .header-button::after {
  bottom: 1.6rem;
}
.header .header-button.change-color {
  background: rgba(29, 29, 29, 0.9);
  color: #FFFFFF;
}
.header .header-button.change-color::before, .header .header-button.change-color::after {
  background: #FFFFFF;
}
.header .menu {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  -webkit-backdrop-filter: blur(1rem);
          backdrop-filter: blur(1rem);
  z-index: 9;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .menu.is-open {
  right: 0;
}
.header .menu-inner {
  max-width: 42rem;
  padding: 1.6rem 4.2rem 3.4rem;
  background: #FCA044;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
}
.header .menu-closeButton {
  max-width: 17.4rem;
  width: 100%;
  height: 4.2rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFFFFF;
  padding: 1.3rem 0rem 1.3rem 6.6rem;
  margin: 0 0 2.2rem auto;
  background: #1D1D1D;
  border-radius: 0.2rem;
  position: relative;
  letter-spacing: 0.2em;
}
.header .menu-closeButton::before, .header .menu-closeButton::after {
  display: block;
  content: "";
  width: 2rem;
  position: absolute;
  top: 2rem;
  left: 2.6rem;
  height: 0.2rem;
  border-radius: 0.4rem;
  background: #fff;
}
.header .menu-closeButton::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header .menu-closeButton::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header .menu-list {
  height: calc(100vh - 11.4rem);
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem 0;
}
.header .menu-item {
  background: #FFFFFF;
  border-radius: 0.2rem;
}
.header .menu-link {
  display: grid;
  place-content: center;
  width: 100%;
  min-height: 5.6rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #1D1D1D;
  position: relative;
}
.header .menu-link::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 3.2rem;
  width: 0.8rem;
  height: 0.9rem;
  background: url(../img/common/icon_menuArrow.svg) no-repeat center center/cover;
}
@media (max-width: 750px) {
  .header .header-wrapper {
    padding: 1rem 1.1rem 0 1.2rem;
  }
  .header .header-logo {
    width: 21.1rem;
    height: 3rem;
    margin-top: 0.4rem;
  }
  .header .header-button {
    max-width: 11.2rem;
    height: 3.4rem;
    font-size: 1.4rem;
    padding: 1.1rem 0rem 0.9rem 4.1rem;
  }
  .header .header-button::before, .header .header-button::after {
    left: 1.3rem;
    width: 1.6rem;
  }
  .header .header-button::before {
    top: 1.3rem;
  }
  .header .header-button::after {
    bottom: 1.3rem;
  }
  .header .menu-inner {
    max-width: 33.5rem;
    padding: 1rem 2rem 2.4rem;
  }
  .header .menu-closeButton {
    max-width: 11.2rem;
    height: 3.4rem;
    font-size: 1.4rem;
    padding: 1rem 0rem 1rem 3.6rem;
    margin: 0 0 1.6rem auto;
  }
  .header .menu-closeButton::before, .header .menu-closeButton::after {
    width: 1.4rem;
    top: 1.6rem;
    left: 1.3rem;
  }
  .header .menu-list {
    height: calc(100vh - 8.4rem);
  }
  .header .menu-link {
    min-height: 5.2rem;
  }
  .header .menu-link::before {
    content: "";
    position: absolute;
    left: 3.3rem;
  }
}

.mv {
  height: 100%;
  min-height: 68rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background: no-repeat center top/cover;
}
.mv::before, .mv::after {
  content: "";
  width: 62rem;
  height: 59.4rem;
  position: absolute;
  z-index: 2;
}
.mv::before {
  background: url(../img/common/bg_dot_right.png) no-repeat center center/cover;
  top: 0;
  right: 0;
}
.mv::after {
  background: url(../img/common/bg_dot_left.png) no-repeat center center/cover;
  bottom: 0;
  left: 0;
}
.mv .mv-textWrapper {
  width: 100%;
  height: 68rem;
  padding: 0 1.6rem;
  display: grid;
  place-content: center;
  background: rgba(0, 0, 0, 0.5);
}
.mv .mv-text {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  color: #FFFFFF;
}
.mv .mv-bottomWrapper {
  width: 100%;
  background: rgba(252, 160, 68, 0.9);
  display: grid;
  place-content: center;
  padding: 4.6rem 1.6rem;
}
.mv .mv-bottomWrapper:first-child {
  margin-top: 68rem;
}
.mv .mv-bottomText {
  max-width: 100rem;
  width: 100%;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 3.8rem;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  z-index: 3;
}
.mv .mv-bottomText a {
  font-weight: bold;
  text-decoration: underline;
}
@media (max-width: 750px) {
  .mv {
    height: 100%;
    min-height: 35.5rem;
  }
  .mv::before, .mv::after {
    content: "";
    width: 20.2rem;
    height: 19.3rem;
  }
  .mv::before {
    background: url(../img/common/bg_dot_right_sp.png) no-repeat center center/cover;
  }
  .mv::after {
    background: url(../img/common/bg_dot_left_sp.png) no-repeat center center/cover;
  }
  .mv .mv-textWrapper {
    height: 35.5rem;
  }
  .mv .mv-text {
    font-size: 2.4rem;
    line-height: 3.2rem;
    letter-spacing: 0.08em;
  }
  .mv .mv-bottomWrapper {
    padding: 1.8rem 2.4rem;
  }
  .mv .mv-bottomWrapper:first-child {
    margin-top: 35.5rem;
  }
  .mv .mv-bottomText {
    max-width: inherit;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.8rem;
  }
}

.l-breadcrumb {
  margin: 0 auto;
  background: #D9D9D9;
  overflow: hidden;
}
.l-breadcrumb .breadcrumb-inner {
  max-width: 128rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.l-breadcrumb .breadcrumb-inner::before {
  content: "";
  width: 100%;
  height: 4.2rem;
  background: #E8E8E8;
  position: absolute;
  left: -100%;
}
.l-breadcrumb .breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-breadcrumb .breadcrumb-item {
  font-size: 1.4rem;
  font-weight: 300;
  color: #1D1D1D;
  line-height: 4.2rem;
}
.l-breadcrumb .breadcrumb-item a {
  font-weight: 600;
  color: #FCA044;
}
.l-breadcrumb .breadcrumb-item:first-child {
  position: relative;
  padding: 0 2.5rem;
  background-color: #E8E8E8;
}
.l-breadcrumb .breadcrumb-item:first-child::before {
  content: "";
  display: inline-block;
  width: 1.7rem;
  height: 1.6rem;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.85rem;
  background: url(../img/common/icon_home.svg) no-repeat center center/cover;
}
.l-breadcrumb .breadcrumb-item:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-color: transparent #D9D9D9 transparent transparent;
  border-width: 4.2rem 2.5rem 0 0;
}
@media (max-width: 750px) {
  .l-breadcrumb .breadcrumb-inner::before {
    height: 4rem;
  }
  .l-breadcrumb .breadcrumb-list {
    width: 100%;
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .l-breadcrumb .breadcrumb-list::-webkit-scrollbar {
    display: none;
  }
  .l-breadcrumb .breadcrumb-item {
    font-size: 1.2rem;
    line-height: 4rem;
    white-space: nowrap;
  }
  .l-breadcrumb .breadcrumb-item:not(:first-child) {
    margin-right: 1rem;
  }
  .l-breadcrumb .breadcrumb-item:first-child {
    padding: 0 2.5rem 0 3.1rem;
  }
  .l-breadcrumb .breadcrumb-item:first-child::before {
    width: 1.5rem;
    height: 1.4rem;
    margin-top: -0.75rem;
    left: 1rem;
  }
  .l-breadcrumb .breadcrumb-item:first-child::after {
    border-width: 4rem 2.5rem 0 0;
  }
}

.f-post {
  max-width: 128rem;
  width: 100%;
  margin: 6.4rem auto 15.3rem;
  counter-reset: section;
}
.f-post .post {
  counter-increment: section;
  margin-bottom: 5.6rem;
}
.f-post .post-detailWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.6rem;
}
.f-post .post-detail {
  max-width: 45.2rem;
  width: 100%;
  margin-right: 4.8rem;
  margin: 3.4rem 4.8rem 0 0;
}
.f-post .post-title {
  font-size: 2.2rem;
  font-weight: 600;
  color: #1D1D1D;
  line-height: 3.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4.4rem;
  letter-spacing: 0.08em;
  position: relative;
  padding-left: 7.2rem;
  min-height: 5.6rem;
}
.f-post .post-title::before {
  content: counter(section);
  min-width: 5.6rem;
  height: 5.6rem;
  display: grid;
  place-content: center;
  background: #1D1D1D;
  font-size: 2rem;
  font-weight: 700;
  color: #FFFFFF;
  border-radius: 0.2rem;
  position: absolute;
  top: 0;
  left: 0;
}
.f-post .post-point {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #FCA044;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.7rem;
}
.f-post .post-point::before {
  content: "";
  display: inline-block;
  margin-right: 0.4rem;
  width: 2.3rem;
  height: 2.2rem;
  background: url(../img/post/icon_point.svg) no-repeat center center/cover;
}
.f-post .post-pointList {
  margin-bottom: 4.1rem;
}
.f-post .post-pointItem {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 3rem;
  letter-spacing: 0.08em;
  color: #1D1D1D;
}
.f-post .post-pointItem:not(:last-child) {
  margin-bottom: 0.5rem;
}
.f-post .post-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.2rem;
}
.f-post .post-tagItem {
  padding: 0.9rem 1.7rem;
  background-color: #FFFFFF;
  border: 0.1rem solid #000000;
  font-size: 1.4rem;
  font-weight: 600;
  color: #1D1D1D;
  border-radius: 0.2rem;
}
.f-post .post-imageWrapper {
  width: 78rem;
  height: 50rem;
}
.f-post .post-image {
  width: 100%;
  height: 100%;
  border-radius: 0.4rem;
}
.f-post .post-quote {
  font-size: 1.2rem;
  color: #FF489C;
  font-weight: 300;
  text-align: right;
  margin-top: 0.8rem;
  letter-spacing: 0.05rem;
}
.f-post .post-link {
  text-decoration: underline;
}
.f-post .post-infoWrapper:not(:last-of-type) {
  margin-bottom: 4rem;
}
.f-post .post-infoWrapper:last-of-type {
  margin-bottom: 3.2rem;
}
.f-post .post-infoTitle {
  font-size: 2.2rem;
  font-weight: 600;
  color: #1D1D1D;
  padding-left: 3.9rem;
  margin-bottom: 2.6rem;
  position: relative;
  letter-spacing: 0.08em;
}
.f-post .post-infoTitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1.5rem;
  width: 3rem;
  height: 3rem;
  background: url(../img/post/icon_info.svg) no-repeat center center/cover;
}
.f-post .post-infoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.1rem;
  color: #1D1D1D;
}
.f-post .post-infoItem {
  width: 29%;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 11.5rem;
  font-size: 1.8rem;
  font-weight: 600;
  background-color: #F4F4F4;
  background-repeat: no-repeat;
  background-position: center left 7.2rem;
}
.f-post .post-infoItem-type {
  background-image: url(../img/post/icon_business.svg);
  background-size: 2.6rem 2.4rem;
}
.f-post .post-infoItem-access {
  display: inline-block;
  padding-top: 5.2rem;
  background-image: url(../img/post/icon_map.svg);
  background-position: top 4.9rem left 7.5rem;
  background-size: 1.8rem 2.4rem;
}
.f-post .post-infoItem-tel {
  background-image: url(../img/post/icon_tel.svg);
  background-size: 2.4rem 2.4rem;
}
.f-post .post-infoItem-hp {
  background-image: url(../img/post/icon_hp.svg);
  background-size: 2.4rem 2.4rem;
}
.f-post .post-infoText {
  background: #F4F4F4;
  width: 71%;
  font-size: 1.6rem;
  line-height: 3rem;
  padding: 1.7rem 2.4rem 1.7rem 0;
}
.f-post .post-infoText em {
  font-weight: 600;
}
.f-post .post-infoText-map {
  margin-top: 1.7rem;
  max-height: 25.6rem;
}
.f-post .post-infoText-map iframe {
  width: 100%;
  max-height: 25.6rem;
}
.f-post .post-infoText-link {
  font-size: 1.4rem;
  color: #1382E1;
  text-decoration: underline;
  position: relative;
}
.f-post .post-infoText-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  margin: 0rem 0 0 0.4rem;
  display: inline-block;
  width: 1.9rem;
  height: 1.7rem;
  background: url(../img/post/icon_urlLink.svg) no-repeat center/cover;
}
.f-post .post-infoKyujin .post-infoItem-salary {
  background-image: url(../img/post/icon_salary.svg);
  background-position: center left 7.8rem;
  background-size: 1.8rem 2.4rem;
}
.f-post .post-infoKyujin .post-infoItem-time {
  background-image: url(../img/post/icon_time.svg);
  background-position: center left 7.2rem;
  background-size: 2.4rem 2.4rem;
}
.f-post .post-infoKyujin .post-infoItem-term {
  background-image: url(../img/post/icon_calendar.svg);
  background-position: center left 7.2rem;
  background-size: 2.1rem 2.4rem;
}
.f-post .post-infoKyujin .post-infoItem-holiday {
  background-image: url(../img/post/icon_holiday.svg);
  background-position: center left 6.8rem;
  background-size: 2.8rem 2rem;
}
.f-post .post-infoKyujin .post-infoItem-shift {
  background-image: url(../img/post/icon_shift.svg);
  background-position: center left 7.2rem;
  background-size: 1.5rem 2rem;
}
.f-post .post-description {
  padding: 2.2rem 3.2rem;
  background: #FFEFE8;
  border-radius: 0.2rem;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 3.8rem;
}
@media (max-width: 750px) {
  .f-post {
    margin: 4rem auto 4.8rem;
  }
  .f-post .post {
    margin-bottom: 0;
    padding: 0 2.4rem;
  }
  .f-post .post:not(:last-of-type) {
    margin-bottom: 5.4rem;
  }
  .f-post .post-detailWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 3.6rem;
  }
  .f-post .post-detail {
    max-width: inherit;
    margin: 0;
  }
  .f-post .post-title {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 2rem;
    padding-left: 4rem;
    min-height: 3.2rem;
    letter-spacing: 0.06em;
  }
  .f-post .post-title::before {
    min-width: 3.2rem;
    height: 3.2rem;
    font-size: 1.6rem;
  }
  .f-post .post-point {
    font-size: 1.6rem;
    margin-bottom: 0.37rem;
  }
  .f-post .post-point::before {
    width: 1.6rem;
    height: 1.7rem;
  }
  .f-post .post-pointList {
    margin-bottom: 1.8rem;
  }
  .f-post .post-pointItem {
    line-height: 2.8rem;
  }
  .f-post .post-tag {
    gap: 1rem;
  }
  .f-post .post-imageWrapper {
    width: 100%;
    height: auto;
    margin-bottom: 0.8rem;
  }
  .f-post .post-infoWrapper:not(:last-of-type) {
    margin-bottom: 2.8rem;
  }
  .f-post .post-infoWrapper:last-of-type {
    margin-bottom: 2.4rem;
  }
  .f-post .post-infoTitle {
    font-size: 1.8rem;
    padding-left: 3.4rem;
    margin-bottom: 1.6rem;
  }
  .f-post .post-infoTitle::before {
    margin-top: -1.3rem;
    width: 2.6rem;
    height: 2.6rem;
    background: url(../img/post/icon_info.svg) no-repeat center center/cover;
  }
  .f-post .post-infoList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .f-post .post-infoItem {
    width: 100%;
    padding: 0 1.6rem 0 5.2rem;
    font-size: 1.6rem;
    line-height: 5.6rem;
    background-position: center left 2.4rem;
  }
  .f-post .post-infoItem-type {
    background-size: 2.2rem 2rem;
  }
  .f-post .post-infoItem-access {
    display: grid;
    padding-top: 0;
    background-size: 1.6rem 2rem;
  }
  .f-post .post-infoItem-tel {
    background-size: 1.9rem 2rem;
  }
  .f-post .post-infoItem-hp {
    background-size: 2rem 2rem;
  }
  .f-post .post-infoText {
    width: 100%;
    line-height: 2.8rem;
    padding: 0rem 1.6rem 2.4rem 1.6rem;
  }
  .f-post .post-infoText:not(:last-of-type) {
    margin-bottom: 0.1rem;
  }
  .f-post .post-infoText em {
    display: block;
  }
  .f-post .post-infoText-map {
    margin-top: 0.7rem;
    max-height: 11.2rem;
  }
  .f-post .post-infoText-map iframe {
    width: 100%;
    max-height: 11.2rem;
  }
  .f-post .post-infoText-link {
    font-size: 1.4rem;
  }
  .f-post .post-infoText-link::after {
    content: "";
    margin: -0.95rem 0 0 1rem;
  }
  .f-post .post-infoKyujin .post-infoItem-salary {
    background-position: center left 2.5rem;
    background-size: 1.5rem 2rem;
  }
  .f-post .post-infoKyujin .post-infoItem-time {
    background-position: center left 2.1rem;
    background-size: 2.1rem 2rem;
  }
  .f-post .post-infoKyujin .post-infoItem-term {
    background-position: center left 2.5rem;
    background-size: 1.6rem 2rem;
  }
  .f-post .post-infoKyujin .post-infoItem-holiday {
    background-position: center left 2.3rem;
    background-size: 2.2rem 2rem;
  }
  .f-post .post-infoKyujin .post-infoItem-shift {
    background-position: center left 2.8rem;
    background-size: 1.4rem 2rem;
  }
  .f-post .post-description {
    padding: 2.4rem;
    font-size: 1.6rem;
    line-height: 3rem;
  }
}

.f-category {
  background: #FCA044;
  padding: 4.8rem 0 5.6rem;
  text-align: center;
}
.f-category .category-title {
  font-size: 2.2rem;
  font-weight: 600;
  color: #FFFFFF;
  position: relative;
  padding-left: 3.4rem;
  display: inline-block;
}
.f-category .category-title-jp {
  font-size: 1.6rem;
  margin-left: 1.3rem;
}
.f-category .category-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1.1rem;
  width: 2.2rem;
  height: 2.2rem;
  background: url(../img/common/icon_category.svg) no-repeat center left/2.2rem 2.2rem;
}
.f-category .category-list {
  max-width: 128rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
  margin-top: 4rem;
}
.f-category .category-item {
  min-width: 24rem;
  background: #FFFFFF;
  border-radius: 0.2rem;
}
.f-category .category-link {
  display: block;
  width: 100%;
  min-height: 5.6rem;
  padding: 1.9rem 9.5rem 1.9rem 9.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #1D1D1D;
  position: relative;
}
.f-category .category-link::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 3.2rem;
  width: 0.8rem;
  height: 0.9rem;
  background: url(../img/common/icon_menuArrow.svg) no-repeat center center/cover;
}
@media (max-width: 750px) {
  .f-category {
    padding: 4rem 2.4rem 5.6rem;
  }
  .f-category .category-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.2rem 0;
    margin-top: 2.4rem;
  }
  .f-category .category-item {
    min-width: 100%;
    background: #FFFFFF;
  }
  .f-category .category-link {
    display: block;
    width: 100%;
    min-height: 5.4rem;
    padding: 1.9rem 5rem;
    font-size: 1.6rem;
  }
}

.footer {
  text-align: center;
}
.footer .footerLink {
  display: inline-block;
  margin: 0 auto;
  padding: 3.2rem 0;
}
.footer .footerLink img {
  width: 43.5rem;
  height: 6.2rem;
}
.footer .footerCopyright {
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  line-height: 3.2rem;
  background-color: #1D1D1D;
}
@media (max-width: 750px) {
  .footer .footerLink {
    padding: 3.8rem 0 4rem;
  }
  .footer .footerLink img {
    width: 21.8rem;
    height: 3.1rem;
  }
  .footer .footerCopyright {
    line-height: 2.8rem;
  }
}

.banner {
  display: block;
  margin: 6.4rem auto 0;
}
.banner.pc-none {
  display: none;
}
@media (max-width: 750px) {
  .banner {
    margin-top: 4rem;
    padding: 0 2.4rem;
  }
  .banner.pc-none {
    display: grid;
  }
  .banner.sp-none {
    display: none;
  }
}
.banner-link {
  display: block;
  width: 100%;
  height: auto;
  max-width: 79rem;
  margin: 0 auto;
}
.banner-img {
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=style.css.map */