@charset "UTF-8";
.u-desktop {
  display: none;
}
@media screen and (min-width: 1100px) {
  .u-desktop {
    display: block;
  }
}

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

.u-tablet {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-tablet {
    display: block;
  }
}

/*------------------------------------------------------------
  layout-parts
------------------------------------------------------------*/
.body--no-scroll {
  overflow: hidden;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 430px) {
  html {
    font-size: 3.7209302326vw;
  }
}
/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

html.is-fixed {
  position: fixed;
  z-index: -1;
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
img {
  width: 100%;
  vertical-align: bottom;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

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

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

table {
  display: block;
  width: 100%;
  border-collapse: collapse;
}

thead {
  display: block;
}

tbody {
  display: block;
  width: 100%;
}

tr {
  display: block;
}

th {
  display: block;
}

td {
  display: block;
}

/*----------------------------------
  basic
-----------------------------------*/

* {
  letter-spacing: 0.05em;
}

.no-post {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .no-post {
    font-size: 1.25rem;
  }
}

.no-post--main-loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 30vh;
}

.no-post--sub-loop {
  text-align: center;
  padding-top: 120px;
  padding-top: 7.5rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .no-post--sub-loop {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }
}

.bold {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .pc-inner {
    max-width: 58.125rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 57.5rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

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

body {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4466666667;
}
@media screen and (min-width: 768px) {
  body {
    font-size: max(0.9375rem, 13.5px);
  }
}

.is-noScroll {
  overflow: hidden;
}

/* container
============================================*/
.container {
  padding-right: 6.976744186%;
  padding-left: 6.976744186%;
}
@media screen and (min-width: 600px) {
  .container {
    padding-right: 10%;
    padding-left: 10%;
  }
}
@media screen and (min-width: 768px) {
  .container {
    padding-right: 9%;
    padding-left: 9%;
  }
}
@media screen and (min-width: 1100px) {
  .container {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    padding-right: 7.5rem;
    padding-left: 7.5rem;
  }
}

@media screen and (min-width: 768px) {
  .container--sp {
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

@media screen and (min-width: 1100px) {
  .container--mobile {
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

.container--pc {
  padding-right: 0px;
  padding-right: 0rem;
  padding-left: 0px;
  padding-left: 0rem;
}
@media screen and (min-width: 1100px) {
  .container--pc {
    padding-right: 7.5rem;
    padding-left: 7.5rem;
  }
}

.about_artist {
  background-color: #fff;
  border-radius: 0 0 3.125rem 0;
  padding-top: 38px;
  padding-top: 2.375rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .about_artist {
    padding-top: 4.0625rem;
    padding-bottom: 5rem;
    margin-bottom: 5.3125rem;
  }
}
@media screen and (min-width: 1100px) {
  .about_artist {
    border-radius: 0 0 16.875rem 0;
  }
}

.about_artist__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  margin-bottom: 29px;
  margin-bottom: 1.8125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about_artist__text {
    font-size: max(1rem, 14px);
  }
}
@media screen and (min-width: 768px) {
  .about_artist__text {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .about_artist__text {
    font-size: max(1.5rem, 21px);
  }
}

.about_artist__text span {
  color: #A28F76;
}

.about_artist__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
  max-width: 290px;
  max-width: 18.125rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .about_artist__body {
    max-width: 37.1875rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.about_artist__sp-table {
  border-radius: 0.75rem;
  border: 1px solid #DDDDDD;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .about_artist__sp-table {
    display: none;
  }
}

.about_artist__sp-table .table__thead .table__head {
  height: 50px;
  height: 3.125rem;
  background-color: #A28F76;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .about_artist__sp-table .table__thead .table__head {
    font-size: max(0.9375rem, 13.5px);
  }
}
.about_artist__sp-table .table__tbody .table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #DDDDDD;
}
.about_artist__sp-table .table__tbody .table__row:first-of-type {
  background-color: #fff;
}
.about_artist__sp-table .table__tbody .table__row:last-of-type {
  background-color: #F9F3EA;
  border-bottom: none;
}
.about_artist__sp-table .table__head,
.about_artist__sp-table .table__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-top: 11.25px;
  padding-top: 0.703125rem;
  padding-bottom: 11.25px;
  padding-bottom: 0.703125rem;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .about_artist__sp-table .table__head,
.about_artist__sp-table .table__body {
    font-size: max(0.8125rem, 12.5px);
  }
}
.about_artist__sp-table .table__head {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about_artist__sp-table .table__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #DDDDDD;
}

.about_artist__pc-table {
  border-radius: 1.5rem;
  border: 1px solid #DDDDDD;
  overflow: hidden;
  display: none;
}
@media screen and (min-width: 768px) {
  .about_artist__pc-table {
    display: block;
  }
}

.about_artist__pc-table .table__row {
  border-bottom: 1px solid #DDDDDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about_artist__pc-table .table__row:last-of-type {
  border-bottom: none;
}
.about_artist__pc-table .table__head,
.about_artist__pc-table .table__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 80px;
  min-height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about_artist__pc-table .table__head,
.about_artist__pc-table .table__body {
    font-size: max(0.8125rem, 12.5px);
  }
}
.about_artist__pc-table .table__head {
  font-weight: 500;
}
.about_artist__pc-table .table__thead .table__head,
.about_artist__pc-table .table__thead .table__body {
  color: #fff;
  background-color: #A28F76;
  font-weight: 700;
}
.about_artist__pc-table .table__thead .table__body:last-of-type {
  background-color: #CA762C;
}
.about_artist__pc-table .table__tbody .table__body:last-of-type {
  background-color: #F9F3EA;
}

.about_feature {
  margin-bottom: 36px;
  margin-bottom: 2.25rem;
}
@media screen and (min-width: 768px) {
  .about_feature {
    margin-bottom: 4.0625rem;
  }
}

.about_feature__body {
  max-width: 320px;
  max-width: 20rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  row-gap: 20px;
  row-gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .about_feature__body {
    max-width: 41.25rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    row-gap: 1.875rem;
  }
}
@media screen and (min-width: 1100px) {
  .about_feature__body {
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }
}

.about_feature__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}

.about_feature__item-head {
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #E9E1D4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_feature__item-head-img {
  margin-bottom: 3px;
  margin-bottom: 0.1875rem;
}

.about_feature__item-body {
  text-align: center;
}

.about_feature__item-title {
  font-weight: 700;
}

.about_feature__item-note {
  font-size: 11px;
  font-size: 0.6875rem;
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .about_feature__item-note {
    font-size: 11px;
  }
}

.about_feature__item--a .about_feature__item-img {
  width: 73px;
  width: 4.5625rem;
}

.about_feature__item--b .about_feature__item-img {
  width: 65px;
  width: 4.0625rem;
}

.about_feature__item--c .about_feature__item-img {
  width: 65px;
  width: 4.0625rem;
}

.about_feature__item--d .about_feature__item-img {
  width: 114px;
  width: 7.125rem;
}

.about_feature__item--e .about_feature__item-img {
  width: 26px;
  width: 1.625rem;
}

.about_feature__item--f .about_feature__item-img {
  width: 77px;
  width: 4.8125rem;
}

.about_feature__item--g .about_feature__item-img {
  width: 91px;
  width: 5.6875rem;
}

.about_feature__item--h .about_feature__item-img {
  width: 84px;
  width: 5.25rem;
}

.about_fv {
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .about_fv {
    margin-bottom: 5rem;
  }
}

.about_fv__inner {
  position: relative;
}

@media screen and (min-width: 768px) {
  .about_fv__bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.about_fv__img--a {
  width: 43.2558139535%;
}
@media screen and (min-width: 1100px) {
  .about_fv__img--a {
    width: 27.7777777778%;
  }
}

.about_fv__img--b {
  display: none;
}
@media screen and (min-width: 1100px) {
  .about_fv__img--b {
    display: block;
    width: 59.7222222222%;
  }
}

.about_fv__copy {
  position: absolute;
  right: 8.8372093023%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 53.023255814%;
}
@media screen and (min-width: 1100px) {
  .about_fv__copy {
    right: auto;
    left: 30.2%;
  }
}

.about_fv__title {
  font-size: 7.4418604651vw;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .about_fv__title {
    font-size: 5.7553956835vw;
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 1100px) {
  .about_fv__title {
    font-size: min(3.3333333333vw, 48px);
  }
}

.about_fv__text {
  font-size: 5.5813953488vw;
}
@media screen and (min-width: 768px) {
  .about_fv__text {
    font-size: 4.3165467626vw;
  }
}
@media screen and (min-width: 1100px) {
  .about_fv__text {
    font-size: min(2.5vw, 36px);
  }
}

.about_me {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .about_me {
    overflow: visible;
  }
}

.about_me .sec-header {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .about_me .sec-header {
    margin-bottom: 2.5rem;
  }
}

.about_me__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .about_me__body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1100px) {
  .about_me__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3.75rem;
  }
}

.about_me__copy {
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about_me__copy {
    font-size: max(2rem, 28px);
  }
}
@media screen and (min-width: 768px) {
  .about_me__copy {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .about_me__copy {
    font-size: max(2.5rem, 35px);
  }
}
@media screen and (min-width: 1100px) {
  .about_me__copy {
    text-align: left;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1100px) and (min-width: 768px) {
  .about_me__copy {
    font-size: max(3rem, 42px);
  }
}

.about_me__copy::before {
  content: "";
  display: block;
  position: absolute;
  width: 280px;
  width: 17.5rem;
  aspect-ratio: 420/500;
  background-image: url("../images/common/shadow.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -30%) rotate(110deg);
          transform: translate(-50%, -30%) rotate(110deg);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .about_me__copy::before {
    width: 21.25rem;
  }
}
@media screen and (min-width: 1100px) {
  .about_me__copy::before {
    width: 26.25rem;
    left: -6.25rem;
    top: auto;
    bottom: -14.375rem;
    -webkit-transform: rotate(110deg);
            transform: rotate(110deg);
  }
}

@media screen and (min-width: 768px) {
  .about_me__text {
    line-height: 1.9133333333;
  }
}

.about_merit {
  overflow: hidden;
  margin-bottom: 34px;
  margin-bottom: 2.125rem;
}
@media screen and (min-width: 768px) {
  .about_merit {
    margin-bottom: 4.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .about_merit__inner {
    max-width: 65rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.about_merit__copy {
  margin-bottom: 56px;
  margin-bottom: 3.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about_merit__copy {
    font-size: 1.5rem;
    margin-bottom: 5.3125rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .about_merit__copy {
    font-size: max(1.5rem, 21px);
  }
}
@media screen and (min-width: 1100px) {
  .about_merit__copy {
    margin-bottom: 4.25rem;
  }
}

.about_merit__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  margin-bottom: 21px;
  margin-bottom: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .about_merit__title {
    font-size: max(1.125rem, 15.75px);
  }
}
@media screen and (min-width: 768px) {
  .about_merit__title {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .about_merit__title {
    font-size: max(1.5rem, 21px);
  }
}

.about_merit__note {
  font-size: 13px;
  font-size: 0.8125rem;
  background-color: #A28F76;
  color: #fff;
  line-height: 2.4615384615;
  border-radius: 1.875rem;
  display: inline-block;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .about_merit__note {
    font-size: max(0.8125rem, 12.5px);
  }
}
@media screen and (min-width: 768px) {
  .about_merit__note {
    font-size: 0.9375rem;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .about_merit__note {
    font-size: max(0.9375rem, 13.5px);
  }
}

.about_merit__slider {
  margin-right: calc(50% - 50vw);
}

.about_merit .slick-slider.about_merit__slider {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .about_merit .slick-slider.about_merit__slider {
    margin-bottom: 2.3125rem;
  }
}

.about_merit__slider .slick-list {
  overflow: visible;
}

.about_merit__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .about_merit__slider .slick-track {
    gap: 4.375rem;
  }
}
@media screen and (min-width: 1100px) {
  .about_merit__slider .slick-track {
    gap: 3.125rem;
  }
}

.about_merit__slide {
  width: 290px;
  width: 18.125rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 19px;
  gap: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .about_merit__slide {
    gap: 2.5rem;
    width: 20rem;
  }
}
@media screen and (min-width: 1100px) {
  .about_merit__slide {
    width: 43.4375rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.about_merit__slide-head {
  position: relative;
}
@media screen and (min-width: 1100px) {
  .about_merit__slide-head {
    width: 41.726618705%;
  }
}

.about_merit__slide-head::before {
  line-height: 1;
  font-size: 54px;
  font-size: 3.375rem;
  color: transparent;
  text-stroke: 1px #A28F76;
  -webkit-text-stroke: 1px #A28F76;
  position: absolute;
  top: -35px;
  top: -2.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .about_merit__slide-head::before {
    font-size: max(3.375rem, 47.25px);
  }
}
@media screen and (min-width: 768px) {
  .about_merit__slide-head::before {
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .about_merit__slide-head::before {
    font-size: max(4rem, 56px);
  }
}

.about_merit__slide--a .about_merit__slide-head::before {
  content: "No.1";
}

.about_merit__slide--b .about_merit__slide-head::before {
  content: "No.2";
}

.about_merit__slide--c .about_merit__slide-head::before {
  content: "No.3";
}

.about_merit__slide--d .about_merit__slide-head::before {
  content: "No.4";
}

@media screen and (min-width: 768px) {
  .about_merit__slide-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.about_merit__slide-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  font-weight: 600;
  margin-bottom: 11px;
  margin-bottom: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .about_merit__slide-title {
    font-size: max(1.125rem, 15.75px);
  }
}
@media screen and (min-width: 768px) {
  .about_merit__slide-title {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .about_merit__slide-title {
    font-size: max(1.25rem, 17.5px);
  }
}

.about_merit__slide-text {
  line-height: 1.8666666667;
}

.about_salary {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .about_salary {
    margin-bottom: 4.0625rem;
  }
}

.about_salary__inner {
  max-width: 370px;
  max-width: 23.125rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .about_salary__inner {
    max-width: none;
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
}

.about_salary__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .about_salary__body {
    max-width: 35rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    gap: 1.25rem;
  }
}

.about_salary__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  gap: 0.5625rem;
}

@media screen and (min-width: 768px) {
  .about_salary__media--a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .about_salary__media--b {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.about_salary__media-head {
  width: 170px;
  width: 10.625rem;
}
@media screen and (min-width: 768px) {
  .about_salary__media-head {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.about_salary__media-head-title {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  color: #A28F76;
}
@media screen and (min-width: 768px) {
  .about_salary__media-head-title {
    font-size: max(1.25rem, 17.5px);
  }
}

.about_salary__media-body {
  position: relative;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-top: 22px;
  padding-top: 1.375rem;
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
}
@media screen and (min-width: 768px) {
  .about_salary__media-body {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    padding-top: 1.8125rem;
    padding-bottom: 1.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .about_salary__media--b .about_salary__media-body {
    padding-left: 2.875rem;
  }
}

.about_salary__media-body::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .about_salary__media-body::before {
    width: 110%;
  }
}

.about_salary__media--a .about_salary__media-body::before {
  border-radius: 0 1.25rem 1.25rem 1.25rem;
  top: 0;
  right: 0;
}

.about_salary__media--b .about_salary__media-body::before {
  border-radius: 1.25rem 0 1.25rem 1.25rem;
  top: 0;
  left: 0;
}

.about_salary__media-body-title {
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .about_salary__media-body-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0.625rem;
    margin-bottom: 1.125rem;
  }
}

.about_salary__media-body-title span {
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
  color: #A28F76;
}
@media screen and (min-width: 768px) {
  .about_salary__media-body-title span {
    font-size: max(2rem, 28px);
  }
}
@media screen and (min-width: 768px) {
  .about_salary__media-body-title span {
    font-size: 2.625rem;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .about_salary__media-body-title span {
    font-size: max(2.625rem, 36.75px);
  }
}

.about_salary__media-body-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
  row-gap: 9px;
  row-gap: 0.5625rem;
}

.about_salary__media-body-text span {
  color: #CA762C;
}

.area {
  max-width: 517px;
  max-width: 32.3125rem;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.area__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 1100px) {
  .area__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.area__body {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media screen and (min-width: 1100px) {
  .area__body {
    display: block;
    aspect-ratio: 517/360;
  }
}

.area__slide {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  gap: 1.25rem;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  width: 100%;
  overflow: hidden;
  position: relative;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media screen and (min-width: 1100px) {
  .area__slide {
    display: block;
    height: 100%;
  }
}

.area__slide--current {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.area__slide--region {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.area__slide--active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.area__btn {
  padding-right: 18px;
  padding-right: 1.125rem;
  padding-left: 18px;
  padding-left: 1.125rem;
  padding-top: 12.5px;
  padding-top: 0.78125rem;
  padding-bottom: 12.5px;
  padding-bottom: 0.78125rem;
  background-color: #fff;
  border: 1px solid #434343;
  border-radius: 0.3125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  gap: 0.1875rem;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media screen and (min-width: 1100px) {
  .area__btn {
    padding-right: 0.8125rem;
    padding-left: 0.8125rem;
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
    white-space: nowrap;
    position: absolute;
  }
}

@media screen and (min-width: 1100px) {
  .area__btn:hover {
    background-color: #CA762C;
    color: #fff;
    border: 1px solid #CA762C;
  }
}

.area__btn span {
  color: #CA762C;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-variation-settings: "FILL" 1;
  font-size: 23px;
  font-size: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .area__btn span {
    font-size: max(1.4375rem, 20.125px);
  }
}
@media screen and (min-width: 1100px) {
  .area__btn span {
    color: #434343;
    font-size: 1.1875rem;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
  }
}
@media screen and (min-width: 1100px) and (min-width: 768px) {
  .area__btn span {
    font-size: max(1.1875rem, 16.625px);
  }
}

@media screen and (min-width: 1100px) {
  .area__btn:hover span {
    color: #fff;
  }
}

.area__btn--disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: none;
}

.area__back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media screen and (min-width: 768px) {
  .area__back {
    font-size: max(0.8125rem, 12.5px);
  }
}

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

.area__back span {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  background-color: #CA762C;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .area__back span {
    font-size: max(1.125rem, 15.75px);
  }
}

.area__slide-map {
  display: none;
}
@media screen and (min-width: 1100px) {
  .area__slide-map {
    display: block;
    position: absolute;
  }
}

.area__slide--top .area__slide-map {
  width: 438px;
  width: 27.375rem;
  top: 0;
  right: 0;
}

.area__btn[data-target=region_hokkaido] {
  top: 11%;
  right: 10%;
}

.area__btn[data-target=region_tohoku] {
  top: 42%;
  right: 5%;
}

.area__btn[data-target=region_chubu] {
  top: 50%;
  right: 28%;
}

.area__btn[data-target=region_chugoku_shikoku] {
  bottom: 28%;
  right: 46%;
}

.area__btn[data-target=region_kanto] {
  bottom: 22%;
  right: 18%;
}

.area__btn[data-target=region_kinki] {
  bottom: 13%;
  right: 41%;
}

.area__btn[data-target=region_kyushu_okinawa] {
  bottom: 7%;
  left: 0;
}

.area__slide-map {
  max-width: none;
  position: absolute;
  z-index: -1;
}

.area__slide--region .area__slide-map {
  top: 50%;
  left: 50%;
}

.area__slide--top .area__slide-map {
  width: 438px;
  width: 27.375rem;
  top: 0;
  right: 0;
}

.area__slide--region_hokkaido .area__slide-map {
  width: 1076px;
  width: 67.25rem;
  -webkit-transform: translate(-84.4%, -16.9%);
          transform: translate(-84.4%, -16.9%);
}

.area__slide--region_tohoku .area__slide-map {
  width: 1076px;
  width: 67.25rem;
  -webkit-transform: translate(-66.4%, -46.6%);
          transform: translate(-66.4%, -46.6%);
}

.area__slide--region_chubu .area__slide-map {
  width: 1104px;
  width: 69rem;
  -webkit-transform: translate(-59%, -71.6%);
          transform: translate(-59%, -71.6%);
}

.area__slide--region_kanto .area__slide-map {
  width: 1453px;
  width: 90.8125rem;
  -webkit-transform: translate(-63.8%, -75.6%);
          transform: translate(-63.8%, -75.6%);
}

.area__slide--region_kinki .area__slide-map {
  width: 1453px;
  width: 90.8125rem;
  -webkit-transform: translate(-39.2%, -81.5%);
          transform: translate(-39.2%, -81.5%);
}

.area__slide--region_chugoku_shikoku .area__slide-map {
  width: 1453px;
  width: 90.8125rem;
  -webkit-transform: translate(-26.7%, -82.5%);
          transform: translate(-26.7%, -82.5%);
}

.area__slide--region_kyushu_okinawa .area__slide-map {
  width: 1664px;
  width: 104rem;
  -webkit-transform: translate(-9.4%, -86.6%);
          transform: translate(-9.4%, -86.6%);
}

.area__slide--tokyo_23 .area__slide-map {
  width: 329px;
  width: 20.5625rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.area__slide--osaka_24 .area__slide-map {
  width: 347px;
  width: 21.6875rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.area__slide--osaka_24,
.area__slide--tokyo_23 {
  grid-template-columns: repeat(1, 1fr);
}

.area__btn--hokkaido_sapporo_out {
  top: 35%;
  right: 34%;
}

.area__btn--hokkaido_sapporo_in {
  bottom: 28%;
  left: 31%;
}

.area__btn--pref_aomori {
  top: 22%;
  right: 19%;
}

.area__btn--pref_akita {
  top: 37%;
  right: 38%;
}

.area__btn--pref_iwate {
  top: 41%;
  right: 12%;
}

.area__btn--pref_miyagi {
  bottom: 31%;
  right: 14%;
}

.area__btn--pref_yamagata {
  bottom: 27%;
  right: 45%;
}

.area__btn--pref_fukushima {
  bottom: 9%;
  right: 28%;
}

.area__btn--pref_niigata {
  top: 7%;
  right: 26%;
}

.area__btn--pref_ishikawa {
  top: 19%;
  left: 32%;
}

.area__btn--pref_nagano {
  top: 36%;
  right: 33%;
}

.area__btn--pref_toyama {
  top: 37%;
  left: 22%;
}

.area__btn--pref_fukui {
  top: 53%;
  left: 10%;
}

.area__btn--pref_yamanashi {
  bottom: 37%;
  right: 27%;
}

.area__btn--pref_shizuoka {
  bottom: 16%;
  right: 29%;
}

.area__btn--pref_gifu {
  bottom: 27%;
  left: 29%;
}

.area__btn--pref_aichi {
  bottom: 12%;
  left: 27%;
}

.area__btn--pref_tochigi {
  top: 28%;
  right: 25%;
}

.area__btn--pref_ibaraki {
  top: 41%;
  right: 7%;
}

.area__btn--pref_gunma {
  top: 41%;
  right: 44%;
}

.area__btn--tokyo_23 {
  bottom: 39%;
  right: 16%;
}

.area__btn--tokyo_outside_23 {
  bottom: 26%;
  right: 20%;
}

.area__btn--pref_saitama {
  bottom: 38%;
  left: 29%;
}

.area__btn--pref_chiba {
  bottom: 15%;
  right: 13%;
}

.area__btn--pref_kanagawa {
  bottom: 12%;
  right: 41%;
}

.area__btn--pref_shiga {
  top: 26%;
  right: 15%;
}

.area__btn--pref_hyogo {
  top: 23%;
  left: 17%;
}

.area__btn--pref_kyoto {
  top: 16%;
  right: 39%;
}

.area__btn--osaka_outside_24 {
  top: 38%;
  right: 29%;
}

.area__btn--osaka_24 {
  bottom: 37%;
  right: 37%;
}

.area__btn--pref_mie {
  bottom: 38%;
  right: 14%;
}

.area__btn--pref_nara {
  bottom: 22%;
  right: 24%;
}

.area__btn--pref_wakayama {
  bottom: 10%;
  right: 44%;
}

.area__btn--pref_tottori {
  top: 14%;
  right: 14%;
}

.area__btn--pref_okayama {
  top: 31%;
  right: 17%;
}

.area__btn--pref_shimane {
  top: 13%;
  right: 39%;
}

.area__btn--pref_yamaguchi {
  top: 24%;
  left: 18%;
}

.area__btn--pref_hiroshima {
  top: 32%;
  right: 41%;
}

.area__btn--pref_kagawa {
  bottom: 32%;
  right: 36%;
}

.area__btn--pref_tokushima {
  bottom: 17%;
  right: 34%;
}

.area__btn--pref_ehime {
  bottom: 35%;
  left: 18%;
}

.area__btn--pref_kochi {
  bottom: 12%;
  left: 22%;
}

.area__btn--pref_fukuoka {
  top: 9%;
  right: 29%;
}

.area__btn--pref_oita {
  top: 33%;
  right: 30%;
}

.area__btn--pref_miyazaki {
  bottom: 31%;
  right: 31%;
}

.area__btn--pref_kagoshima {
  bottom: 12%;
  right: 48%;
}

.area__btn--pref_saga {
  top: 10%;
  left: 30%;
}

.area__btn--pref_nagasaki {
  top: 21%;
  left: 10%;
}

.area__btn--pref_kumamoto {
  top: 45%;
  left: 29%;
}

.area__btn--pref_okinawa {
  bottom: 4%;
  left: 2%;
}

@media screen and (min-width: 1100px) {
  .area__slide--tokyo_23 .area__btn,
.area__slide--osaka_24 .area__btn {
    width: 100%;
    white-space: normal;
    padding-top: 0.59375rem;
    padding-bottom: 0.59375rem;
    padding-right: 0.4375rem;
    padding-left: 0.4375rem;
  }
}

.area__slide--tokyo_23 .area__btn br,
.area__slide--osaka_24 .area__btn br {
  display: none;
}
@media screen and (min-width: 1100px) {
  .area__slide--tokyo_23 .area__btn br,
.area__slide--osaka_24 .area__btn br {
    display: block;
  }
}

@media screen and (min-width: 1100px) {
  .area__btn--tokyo_group:nth-of-type(1) {
    max-width: 13.4375rem;
    top: 9%;
    left: 5%;
  }
}

@media screen and (min-width: 1100px) {
  .area__btn--tokyo_group:nth-of-type(2) {
    max-width: 13.75rem;
    top: 16%;
    right: 5%;
  }
}

@media screen and (min-width: 1100px) {
  .area__btn--tokyo_group:nth-of-type(3) {
    max-width: 14.375rem;
    top: 45%;
    left: 21%;
  }
}

@media screen and (min-width: 1100px) {
  .area__btn--tokyo_group:nth-of-type(4) {
    max-width: 13.4375rem;
    bottom: 9%;
    left: 11%;
  }
}

@media screen and (min-width: 1100px) {
  .area__btn--osaka_group:nth-of-type(1) {
    max-width: 15.5rem;
    top: 13%;
    left: 7%;
  }
}

@media screen and (min-width: 1100px) {
  .area__btn--osaka_group:nth-of-type(2) {
    max-width: 12.5rem;
    top: 40%;
    right: 9%;
  }
}

@media screen and (min-width: 1100px) {
  .area__btn--osaka_group:nth-of-type(3) {
    max-width: 12.5rem;
    top: 41%;
    left: 7%;
  }
}

@media screen and (min-width: 1100px) {
  .area__btn--osaka_group:nth-of-type(4) {
    max-width: 15.5rem;
    bottom: 11%;
    right: 9%;
  }
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/common/bg.jpg");
}

.btn {
  max-width: 300px;
  max-width: 18.75rem;
  width: 100%;
  height: 50px;
  height: 3.125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
  padding: 15px;
  padding: 0.9375rem;
  border-radius: 3.125rem;
  background-color: #CA762C;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media screen and (min-width: 1100px) {
  .btn {
    font-size: 0.8125rem;
    max-width: 9.375rem;
    height: 2.5rem;
    padding: 0.625rem;
  }
}
@media screen and (min-width: 1100px) and (min-width: 768px) {
  .btn {
    font-size: max(0.8125rem, 12.5px);
  }
}

.btn:hover {
  color: #CA762C;
  background: transparent;
}

.btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #CA762C;
  border-radius: inherit;
  z-index: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform ease 0.35s;
  transition: opacity 0.35s, -webkit-transform ease 0.35s;
  transition: transform ease 0.35s, opacity 0.35s;
  transition: transform ease 0.35s, opacity 0.35s, -webkit-transform ease 0.35s;
  pointer-events: none;
}

.btn:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.btn .material-symbols-outlined {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 200;
}
@media screen and (min-width: 768px) {
  .btn .material-symbols-outlined {
    font-size: max(1.375rem, 19.25px);
  }
}
@media screen and (min-width: 1100px) {
  .btn .material-symbols-outlined {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1100px) and (min-width: 768px) {
  .btn .material-symbols-outlined {
    font-size: max(0.9375rem, 13.5px);
  }
}

.btn--white {
  background-color: #fff;
  color: #CA762C;
  border: 1px solid #CA762C;
}

.btn--white:hover {
  border: 1px solid transparent;
  background-color: #CA762C;
  color: #fff;
}

.cat-select {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.cat-select__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  gap: 1.25rem;
  max-width: 940px;
  max-width: 58.75rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1100px) {
  .cat-select__inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.cat-select__btn {
  max-width: 100px;
  max-width: 6.25rem;
  height: 40px;
  height: 2.5rem;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .cat-select__btn {
    font-size: max(0.8125rem, 12.5px);
  }
}

.cat-select__btn--active {
  background-color: #CA762C;
  color: #fff;
}

.check--disabled {
  opacity: 0.5;
  pointer-events: none;
}

.check__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}

.check__text::before {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  content: "\e835";
  font-size: 24px;
  font-size: 1.5rem;
  display: block;
  color: #BEBCBC;
}
@media screen and (min-width: 768px) {
  .check__text::before {
    font-size: max(1.5rem, 21px);
  }
}

.check__input:checked + .check__text::before {
  content: "\e834";
  font-variation-settings: "FILL" 1;
  color: #CA762C;
}

.check--white .check__text::before,
.check--white .check__input:checked + .check__text::before {
  color: #fff;
}

.company_map .sec-header {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

.company_map .sec-header__title {
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .company_map .sec-header__title {
    font-size: max(2rem, 28px);
  }
}

.company_map__body {
  max-width: 490px;
  max-width: 30.625rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.company_map__body iframe {
  width: 100%;
  aspect-ratio: 390/191;
}

.company_overview {
  margin-bottom: 55px;
  margin-bottom: 3.4375rem;
}
@media screen and (min-width: 1100px) {
  .company_overview {
    margin-bottom: 4.375rem;
  }
}

.company_overview__inner {
  max-width: 700px;
  max-width: 43.75rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.company_overview .table__row {
  border-bottom: 1px solid #E9E1D4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
  gap: 0.6875rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

.company_overview .table__head {
  font-weight: 700;
  color: #A28F76;
}

.complete_content {
  margin-bottom: 34px;
  margin-bottom: 2.125rem;
}
@media screen and (min-width: 1100px) {
  .complete_content {
    margin-bottom: 2.6875rem;
  }
}

.complete_content__inner {
  max-width: 480px;
  max-width: 30rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.complete_content__title {
  text-align: center;
  font-size: 21px;
  font-size: 1.3125rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}
@media screen and (min-width: 768px) {
  .complete_content__title {
    font-size: max(1.3125rem, 18.375px);
  }
}
@media screen and (min-width: 768px) {
  .complete_content__title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .complete_content__title {
    font-size: max(1.5rem, 21px);
  }
}

.complete_content__text {
  color: #434343;
  line-height: 1.6466666667;
}

.count-btn {
  display: block;
  max-width: 300px;
  max-width: 18.75rem;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
@media screen and (min-width: 1100px) {
  .count-btn {
    max-width: 15.625rem;
  }
}

.count-btn.is-loading {
  opacity: 0.5;
  pointer-events: none;
}

.count-btn.is-empty {
  background-color: #999999;
  color: #fff;
  pointer-events: none;
}

.count-btn__content--default {
  height: 100%;
}

.count-btn__content--default,
.count-btn__content--empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
}

.count-btn__content .bold,
.count-btn__content .bold span {
  font-weight: 700;
  display: contents;
}

.count-btn .count-btn__content--loading,
.count-btn .count-btn__content--empty {
  display: none;
}

.count-btn.is-loading .count-btn__content--default {
  display: none;
}

.count-btn.is-loading .count-btn__content--loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  width: 100%;
  height: 100%;
  padding-top: 5px;
  padding-top: 0.3125rem;
}

.dots__dot {
  display: block;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: bounce 0.8s infinite ease-in-out;
          animation: bounce 0.8s infinite ease-in-out;
}

.dots__dot:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.dots__dot:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.dots__dot:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes bounce {
  0%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-0.625rem);
            transform: translateY(-0.625rem);
  }
}

@keyframes bounce {
  0%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-0.625rem);
            transform: translateY(-0.625rem);
  }
}
.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(9.375rem);
          transform: translateY(9.375rem);
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}

.fadeUp--animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.feature_fv {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .feature_fv {
    margin-bottom: 3.75rem;
  }
}
@media screen and (min-width: 1100px) {
  .feature_fv {
    margin-bottom: 6.25rem;
  }
}

.feature_fv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .feature_fv__inner {
    gap: 2.8125rem;
  }
}
@media screen and (min-width: 1100px) {
  .feature_fv__inner {
    max-width: 71.25rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.feature_fv__title {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .feature_fv__title {
    font-size: max(1.5rem, 21px);
  }
}
@media screen and (min-width: 1100px) {
  .feature_fv__title {
    font-size: 2.5rem;
    max-width: 24.375rem;
    text-align: left;
    margin-left: 1.25rem;
  }
}
@media screen and (min-width: 1100px) and (min-width: 768px) {
  .feature_fv__title {
    font-size: max(2.5rem, 35px);
  }
}

.feature_fv__body {
  padding: 8px;
  padding: 0.5rem;
  border: 1px solid #DFC7B1;
  border-radius: 10.9375rem;
  aspect-ratio: 260/321;
  width: 260px;
  width: 16.25rem;
}
@media screen and (min-width: 768px) {
  .feature_fv__body {
    width: 18.75rem;
  }
}
@media screen and (min-width: 1100px) {
  .feature_fv__body {
    padding: 0.625rem;
    aspect-ratio: 340/420;
    width: 21.25rem;
  }
}

.feature_fv__img {
  border-radius: 10rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.feature_point {
  background-color: #FFFEFB;
  border-radius: 0 0 3.125rem 0;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .feature_point {
    padding-top: 3.125rem;
    padding-bottom: 3.75rem;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1100px) {
  .feature_point {
    padding-top: 1.875rem;
    overflow: visible;
  }
}

.feature_point__inner {
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 1100px) {
  .feature_point__inner {
    max-width: 45.625rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
  }
}

@media screen and (min-width: 1100px) {
  .feature_point__slider {
    padding-top: 5.75rem;
  }
}

.feature_point__inner:has(.feature_point__slider--passive) {
  margin-right: 0;
}

.feature_point__slider--passive {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.feature_point__slider--passive,
.feature_point__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
}

.feature_point__slider--passive + .slider-control {
  display: none;
}

@media screen and (min-width: 1100px) {
  .feature_point__slider .slick-list {
    overflow: visible;
  }
}

.feature_point__slide {
  padding-top: 22px;
  padding-top: 1.375rem;
  position: relative;
  width: 245px;
  width: 15.3125rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .feature_point__slide {
    width: 17.5rem;
  }
}
@media screen and (min-width: 1100px) {
  .feature_point__slide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.125rem;
    padding-top: 0;
  }
}

.feature_point__slide::before {
  content: "Point.";
  font-weight: 600;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 0.7142857143;
  color: #A28F76;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .feature_point__slide::before {
    font-size: max(2.625rem, 36.75px);
  }
}
@media screen and (min-width: 1100px) {
  .feature_point__slide::before {
    font-size: 4rem;
    top: -2.5rem;
    left: -0.1875rem;
  }
}
@media screen and (min-width: 1100px) and (min-width: 768px) {
  .feature_point__slide::before {
    font-size: max(4rem, 56px);
  }
}

@media screen and (min-width: 1100px) {
  .feature_point__slide-head {
    width: 21.875rem;
  }
}

.feature_point__slide-img {
  width: 89.7959183673%;
  margin-left: auto;
}
@media screen and (min-width: 1100px) {
  .feature_point__slide-img {
    width: 91.4285714286%;
  }
}

.feature_point__slide-body {
  text-align: center;
  color: #232323;
}
@media screen and (min-width: 1100px) {
  .feature_point__slide-body {
    text-align: right;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.feature_point__slide-title {
  font-size: 21px;
  font-size: 1.3125rem;
  margin-bottom: 19px;
  margin-bottom: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .feature_point__slide-title {
    font-size: max(1.3125rem, 18.375px);
  }
}
@media screen and (min-width: 1100px) {
  .feature_point__slide-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px) and (min-width: 768px) {
  .feature_point__slide-title {
    font-size: max(2rem, 28px);
  }
}

@media screen and (min-width: 1100px) {
  .feature_point__slide-text {
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}
@media screen and (min-width: 1100px) and (min-width: 768px) {
  .feature_point__slide-text {
    font-size: max(1.125rem, 15.75px);
  }
}

.feature_posts__inner {
  max-width: 370px;
  max-width: 23.125rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1000px) {
  .feature_posts__inner {
    max-width: 45.625rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1100px) {
  .feature_posts__inner {
    max-width: 53.75rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.feature_posts__header {
  margin-bottom: 70px;
  margin-bottom: 4.375rem;
}
@media screen and (min-width: 1100px) {
  .feature_posts__header {
    margin-bottom: 2.8125rem;
  }
}

.feature_posts__body {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  gap: 1.875rem;
  margin-bottom: 33px;
  margin-bottom: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .feature_posts__body {
    margin-bottom: 3.75rem;
  }
}
@media screen and (min-width: 1000px) {
  .feature_posts__body {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1100px) {
  .feature_posts__body {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    margin-bottom: 5.125rem;
  }
}

.feature-item {
  display: block;
}

.feature-item__head {
  padding: 8px;
  padding: 0.5rem;
  border: 1px solid #DFC7B1;
  border-radius: 10.9375rem;
  overflow: hidden;
  margin-bottom: 31px;
  margin-bottom: 1.9375rem;
  aspect-ratio: 260/321;
}
@media screen and (min-width: 1100px) {
  .feature-item__head {
    padding: 0.625rem;
    aspect-ratio: 340/420;
  }
}

.feature-item__img {
  border-radius: 10rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.feature-item:hover .feature-item__img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.feature-item__title {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  font-weight: 600;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media screen and (min-width: 768px) {
  .feature-item__title {
    font-size: max(1.125rem, 15.75px);
  }
}

.feature-item:hover .feature-item__title {
  opacity: 0.75;
}

.feature-search {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #CA762C;
  color: #fff;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.feature-search--active {
  z-index: 35;
  opacity: 1;
}

.feature-search__inner {
  max-width: 930px;
  max-width: 58.125rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.feature-search__title {
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .feature-search__title {
    font-size: max(2rem, 28px);
  }
}

.feature-search__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  row-gap: 18px;
  row-gap: 1.125rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.feature-search__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}

@media screen and (min-width: 1100px) {
  .feature-search__search-btn {
    max-width: 15.625rem;
  }
}

.feature-search__search-btn::before {
  border: 1px solid #fff;
}

.feature-search__clear-btn {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  padding-right: 5px;
  padding-right: 0.3125rem;
  padding-left: 5px;
  padding-left: 0.3125rem;
  color: #CA762C;
  background-color: #fff;
  border-radius: 0.125rem;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media screen and (min-width: 768px) {
  .feature-search__clear-btn {
    font-size: max(0.8125rem, 12.5px);
  }
}
@media (hover: hover) {
  .feature-search__clear-btn:hover {
    opacity: 0.75;
  }
}
@media (hover: none) {
  .feature-search__clear-btn:active {
    opacity: 0.75;
  }
}

.footer {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 1100px) {
  .footer {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__inner {
    max-width: 71.6145833333vw;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1100px) {
  .footer__inner {
    max-width: 61.25rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .footer__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__head {
    max-width: 18.75rem;
    width: 45.4545454545%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.footer__logo {
  display: block;
  width: 230px;
  width: 14.375rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 1100px) {
  .footer__logo {
    width: 15.625rem;
    margin-bottom: 0.625rem;
  }
}

@media (hover: hover) {
  .footer__logo:hover:hover {
    opacity: 0.75;
  }
}
@media (hover: none) {
  .footer__logo:hover:active {
    opacity: 0.75;
  }
}

.footer__title {
  margin-bottom: 31px;
  margin-bottom: 1.9375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__title {
    text-align: left;
  }
}

.footer__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  gap: 0.9375rem;
}
@media screen and (min-width: 1100px) {
  .footer__btns {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.625rem;
  }
}

@media screen and (min-width: 1100px) {
  .footer__btns .btn {
    max-width: 15.625rem;
  }
}

.footer__body {
  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: 25px;
  gap: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .footer__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1100px) {
  .footer__body {
    max-width: 25rem;
    width: 100%;
    gap: 1.1875rem;
  }
}

.footer__link {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.footer__link:hover {
  color: #CA762C;
}

.footer__bottom {
  margin-top: 31px;
  margin-top: 1.9375rem;
}

.footer__copy {
  text-align: center;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .footer__copy {
    font-size: max(0.8125rem, 12.5px);
  }
}

.form-flow {
  padding-top: 35px;
  padding-top: 2.1875rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  margin-bottom: 36px;
  margin-bottom: 2.25rem;
}
@media screen and (min-width: 768px) {
  .form-flow {
    padding-top: 2.5rem;
  }
}
@media screen and (min-width: 1100px) {
  .form-flow {
    margin-bottom: 2.8125rem;
  }
}

.form-flow__inner {
  max-width: 220px;
  max-width: 13.75rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-flow__circle {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #D4D4D4;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: transparent;
  position: relative;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (min-width: 768px) {
  .form-flow__circle {
    font-size: max(1.125rem, 15.75px);
  }
}

.form-flow__circle::after {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  bottom: -7px;
  bottom: -0.4375rem;
  color: #999999;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .form-flow__circle::after {
    font-size: max(0.8125rem, 12.5px);
  }
}

.form-flow__circle:nth-of-type(1) {
  color: #fff;
  background-color: #CA762C;
}

.form-flow__circle:nth-of-type(1)::after {
  color: #CA762C;
  content: "入力";
}

.form-flow__circle:nth-of-type(3)::after {
  content: "確認";
}

.form-flow__circle:nth-of-type(5)::after {
  content: "完了";
}

.form-flow--confirm .form-flow__circle:nth-of-type(3),
.page-complete .form-flow__circle {
  color: #fff;
  background-color: #CA762C;
}

.form-flow--confirm .form-flow__circle:nth-of-type(3)::after,
.page-complete .form-flow__circle::after {
  color: #CA762C;
}

.form-flow__bar {
  display: block;
  border-bottom: 1px dotted #A28F76;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.form-flow--confirm .form-flow__bar:nth-of-type(2),
.page-complete .form-flow__bar {
  border-bottom: 1px dotted #CA762C;
}

.form .wpcf7-not-valid-tip {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.9166666667;
  color: #AB3D1D;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .form .wpcf7-not-valid-tip {
    font-size: 12px;
  }
}

.form .wpcf7-spinner {
  display: none;
}

.wpcf7-response-output {
  display: none !important;
}

.form__inner {
  max-width: 700px;
  max-width: 43.75rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.form__inner > * {
  position: relative;
}

.form__header {
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.form__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}

.form__body--confirm {
  gap: 0;
}

.form__footer {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.input-area,
.confirm-area {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.hidden {
  opacity: 0;
  visibility: hidden;
}

.passive {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  gap: 0.9375rem;
}

.form__item:has(.wpcf7-not-valid-tip) .form__input,
.form__item:has(.wpcf7-not-valid-tip) .form__select {
  background-color: #FFEAEA;
}

.form__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 5px;
  gap: 0.3125rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form__item--hidden {
  display: none;
}

.form__item--confirm {
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #E9E1D4;
  gap: 10px;
  gap: 0.625rem;
}

.form__item--confirm .form__item-head {
  font-weight: 700;
  color: #A28F76;
}

.form__item-head--must::after {
  content: "*";
  color: #AB3D1D;
}

.form__input,
.form__select,
.form__textarea {
  background-color: #fff;
  padding-top: 13.5px;
  padding-top: 0.84375rem;
  padding-bottom: 13.5px;
  padding-bottom: 0.84375rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  border: 1px solid #D4D4D4;
  border-radius: 0.3125rem;
  width: 100%;
}

.form__input::-webkit-input-placeholder,
.form__textarea::-webkit-input-placeholder {
  color: #C6C6C6;
}

.form__input::-moz-placeholder,
.form__textarea::-moz-placeholder {
  color: #C6C6C6;
}

.form__input::-ms-input-placeholder,
.form__textarea::-ms-input-placeholder {
  color: #C6C6C6;
}

.form__input::placeholder,
.form__textarea::placeholder {
  color: #C6C6C6;
}

.form__select {
  max-width: 270px;
  max-width: 16.875rem;
  width: 100%;
}

.form__textarea {
  aspect-ratio: 390/240;
}
@media screen and (min-width: 768px) {
  .form__textarea {
    aspect-ratio: 700/240;
  }
}

.form__radio,
.form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  gap: 0.9375rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form__radio .wpcf7-list-item,
.form__checkbox .wpcf7-list-item {
  margin-left: 0;
  padding-left: 2px;
  padding-left: 0.125rem;
}

.form__radio .wpcf7-list-item label,
.form__checkbox .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  gap: 0.75rem;
}

.form__radio input {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 50%;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  border: 2px solid #CA762C;
  border: 0.125rem solid #CA762C;
  cursor: pointer;
}

.form__radio input:checked {
  background: radial-gradient(#CA762C 0 0.3375rem, transparent 0.375rem 100%);
}

.form__footer-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1100px) {
  .form__btn {
    max-width: 11.25rem;
  }
}

.form__select--empty {
  color: #C6C6C6;
}

.form__submit-btn {
  padding: 0;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.form__submit-btn::after {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 110px;
  right: 6.875rem;
  content: "\e5c8";
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 200;
}
@media screen and (min-width: 768px) {
  .form__submit-btn::after {
    font-size: max(0.9375rem, 13.5px);
  }
}
@media screen and (min-width: 1100px) {
  .form__submit-btn::after {
    right: 3.5rem;
  }
}

.form__submit-btn--disabled {
  background-color: #999999;
  pointer-events: none;
}

.form__submit {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-right: 25px;
  padding-right: 1.5625rem;
  padding-left: 0;
}

.form__back {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #555;
  position: relative;
  margin-top: 20px;
  margin-top: 1.25rem;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media screen and (min-width: 768px) {
  .form__back {
    font-size: max(0.8125rem, 12.5px);
  }
}
.form__back:hover {
  opacity: 0.7;
}

.form__back::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #555;
  left: 0;
  bottom: -2px;
  bottom: -0.125rem;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
  padding-left: 2px;
  padding-left: 0.125rem;
}

.wpcf7-acceptance .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
}

.wpcf7-acceptance .wpcf7-list-item-label a {
  color: #1C95E5;
  display: contents;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media (hover: hover) {
  .wpcf7-acceptance .wpcf7-list-item-label a:hover {
    opacity: 0.75;
  }
}
@media (hover: none) {
  .wpcf7-acceptance .wpcf7-list-item-label a:active {
    opacity: 0.75;
  }
}

.form__acceptance {
  display: none;
}

.form__acceptance + .wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
}

.form__acceptance + .wpcf7-list-item-label::before {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  content: "\e835";
  font-size: 24px;
  font-size: 1.5rem;
  display: block;
  color: #BEBCBC;
}
@media screen and (min-width: 768px) {
  .form__acceptance + .wpcf7-list-item-label::before {
    font-size: max(1.5rem, 21px);
  }
}

.form__acceptance:checked + .wpcf7-list-item-label::before {
  content: "\e834";
  font-variation-settings: "FILL" 1;
  color: #CA762C;
}

.form__item--inquiry .form__item-head--note::before {
  content: "営業・提案のお問い合わせはお控えお願いします。";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #AB3D1D;
}
@media screen and (min-width: 768px) {
  .form__item--inquiry .form__item-head--note::before {
    font-size: max(0.8125rem, 12.5px);
  }
}

.fv {
  padding-right: 4.6511627907%;
  padding-left: 4.6511627907%;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .fv {
    padding-right: 3.5971223022%;
    padding-left: 3.5971223022%;
    margin-bottom: 3.125rem;
  }
}
@media screen and (min-width: 1100px) {
  .fv {
    padding-right: 4.1666666667%;
    padding-left: 4.1666666667%;
    margin-bottom: 7.25rem;
  }
}

.fv--hasOpening {
  padding-bottom: 270px;
  padding-bottom: 16.875rem;
}
@media screen and (min-width: 768px) {
  .fv--hasOpening {
    padding-bottom: 19.375rem;
  }
}
@media screen and (min-width: 1100px) {
  .fv--hasOpening {
    padding-bottom: 0;
  }
}

.fv__inner {
  position: relative;
}

.fv__copy {
  position: absolute;
  right: 2%;
  top: 17%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv__copy {
    right: auto;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-right: 17%;
  }
}
@media screen and (min-width: 1100px) {
  .fv__copy {
    padding-right: 0;
    padding-left: 11%;
    top: auto;
    bottom: -10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.fv__title {
  color: #434343;
  line-height: 1.40625;
  font-size: 6.976744186vw;
  text-align: center;
  position: relative;
  margin-right: -15px;
  margin-right: -0.9375rem;
}
@media screen and (min-width: 768px) {
  .fv__title {
    font-size: 3.5971223022vw;
  }
}
@media screen and (min-width: 1100px) {
  .fv__title {
    font-size: 4rem;
    text-align: left;
    margin-right: 0;
  }
}
@media screen and (min-width: 1100px) and (min-width: 768px) {
  .fv__title {
    font-size: max(4rem, 56px);
  }
}

.fv__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-60%, -50%);
          transform: translate(-60%, -50%);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/common/circle.svg");
  z-index: -1;
  width: 31.3953488372vw;
  height: 31.3953488372vw;
}
@media screen and (min-width: 768px) {
  .fv__title::before {
    width: 16.1870503597vw;
    height: 16.1870503597vw;
  }
}
@media screen and (min-width: 1100px) {
  .fv__title::before {
    width: 19.75rem;
    height: 19.75rem;
    left: 0;
    -webkit-transform: translate(-27%, -50%);
            transform: translate(-27%, -50%);
  }
}

.fv__opening-container {
  position: absolute;
  left: 0;
  bottom: -230px;
  bottom: -14.375rem;
  padding-right: 3.8461538462%;
  padding-left: 3.8461538462%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv__opening-container {
    bottom: -16.25rem;
  }
}
@media screen and (min-width: 1100px) {
  .fv__opening-container {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-right: 11%;
    padding-left: 11%;
  }
}

.fv__opening-container-inner {
  max-width: 370px;
  max-width: 23.125rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .fv__opening-container-inner {
    max-width: 30rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 1100px) {
  .fv__opening-container-inner {
    max-width: none;
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
}

.ham {
  position: fixed;
  width: 100%;
  height: 90px;
  height: 5.625rem;
  top: 0;
  left: 0;
  padding-right: 4.6511627907%;
  padding-left: 4.6511627907%;
  z-index: 30;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .ham {
    height: 5rem;
    padding-right: 3.5971223022%;
    padding-left: 3.5971223022%;
  }
}
@media screen and (min-width: 1100px) {
  .ham {
    padding-right: 4.1666666667%;
    padding-left: 4.1666666667%;
  }
}

.ham__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.ham__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: auto;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media (hover: hover) {
  .ham__btn:hover {
    opacity: 0.75;
  }
}
@media (hover: none) {
  .ham__btn:active {
    opacity: 0.75;
  }
}

.ham__btn-icon {
  position: relative;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
}

.ham__btn-icon .material-symbols-outlined {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 40px;
  font-size: 2.5rem;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media screen and (min-width: 768px) {
  .ham__btn-icon .material-symbols-outlined {
    font-size: max(2.5rem, 35px);
  }
}

.ham__btn-close {
  opacity: 0;
}

.ham__btn--active .ham__btn-open {
  opacity: 0;
}

.ham__btn--active .ham__btn-close {
  opacity: 1;
}

.ham__btn-text {
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .ham__btn-text {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .ham__btn-text {
    display: none;
  }
}

.header {
  position: fixed;
  width: 100%;
  height: 90px;
  height: 5.625rem;
  top: 0;
  left: 0;
  padding-right: 4.6511627907%;
  padding-left: 4.6511627907%;
  z-index: 10;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .header {
    height: 5rem;
    padding-right: 3.5971223022%;
    padding-left: 3.5971223022%;
  }
}
@media screen and (min-width: 1100px) {
  .header {
    padding-right: 4.1666666667%;
    padding-left: 4.1666666667%;
  }
}

.header-space {
  height: 90px;
  height: 5.625rem;
}
@media screen and (min-width: 768px) {
  .header-space {
    height: 5rem;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  pointer-events: auto;
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .header__left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25rem;
  }
}

.header__title {
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .header__title {
    font-size: 11px;
  }
}
@media screen and (min-width: 1100px) {
  .header__title {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1100px) and (min-width: 768px) {
  .header__title {
    font-size: max(0.9375rem, 13.5px);
  }
}

.header__nav {
  display: none;
}
@media screen and (min-width: 1200px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
  }
}

.header__nav-link {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.header__nav-link:hover {
  color: #CA762C;
}

.header__right {
  padding-right: 66px;
  padding-right: 4.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .header__right {
    padding-right: 3.75rem;
  }
}

.header__pc-search-btn {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__pc-search-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0.8125rem;
    width: 8.125rem;
    height: 2.5rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .header__pc-search-btn {
    font-size: max(0.8125rem, 12.5px);
  }
}

.header__pc-search-btn span.material-symbols-outlined {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 200;
}
@media screen and (min-width: 768px) {
  .header__pc-search-btn span.material-symbols-outlined {
    font-size: max(0.9375rem, 13.5px);
  }
}

.header__sp-search-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .header__sp-search-btn {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .header__sp-search-btn {
    display: none;
  }
}

.header__sp-search-btn span {
  font-weight: 300;
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .header__sp-search-btn span {
    font-size: max(2.5rem, 35px);
  }
}

.help__footer {
  text-align: center;
  margin-top: 34px;
  margin-top: 2.125rem;
}

.job-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}

.job-item__head {
  position: relative;
  overflow: hidden;
  border-radius: 0.25rem;
}

.job-item--archive {
  min-width: 0;
}

.job-item--archive .job-item__img,
.job-item--archive .job-item__body {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.job-item--archive:hover .job-item__img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.job-item--archive:hover .job-item__body {
  opacity: 0.75;
}

.job-item__tag {
  font-size: 12px;
  font-size: 0.75rem;
  color: #A28F76;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-right: 6px;
  padding-right: 0.375rem;
  padding-left: 6px;
  padding-left: 0.375rem;
  background-color: #fff;
  border-radius: 0 0.25rem 0 0;
  line-height: 1.25;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .job-item__tag {
    font-size: 12px;
  }
}

.job-item__title {
  margin-bottom: 17px;
  margin-bottom: 1.0625rem;
}

.job-item__id {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #999999;
  line-height: 1;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .job-item__id {
    font-size: 11px;
  }
}

.job-item--single {
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .job-item--single {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.875rem;
  }
}
@media screen and (min-width: 1100px) {
  .job-item--single {
    gap: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .job-item--single .job-item__head {
    max-width: 18.75rem;
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .job-item--single .job-item__head {
    max-width: 21.875rem;
  }
}

.job-item--single .job-item__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6666666667;
  margin-bottom: 21px;
  margin-bottom: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .job-item--single .job-item__title {
    font-size: max(1.125rem, 15.75px);
  }
}

.job-address,
.job-salary {
  font-size: 13px;
  font-size: 0.8125rem;
  position: relative;
  padding-left: 18px;
  padding-left: 1.125rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .job-address,
.job-salary {
    font-size: max(0.8125rem, 12.5px);
  }
}

.job-item--archive .job-address,
.job-item--archive .job-salary {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.job-address::before,
.job-salary::before {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 200;
  color: #A28F76;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  position: absolute;
  left: -4px;
  left: -0.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .job-address::before,
.job-salary::before {
    font-size: max(1.375rem, 19.25px);
  }
}

.job-address {
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
}

.job-address::before {
  content: "\e0c8";
}

.job-salary::before {
  content: "\f3ee";
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
}

@media screen and (min-width: 1100px) {
  .keyword {
    max-width: 21.875rem;
    width: 100%;
    padding-top: 2.1875rem;
  }
}

@media screen and (min-width: 1100px) {
  .keyword .sec-header__sub-title {
    display: none;
  }
}

.keyword__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 1100px) {
  .keyword__body {
    gap: 0.625rem;
  }
}

.keyword__btn {
  line-height: 2.1333333333;
  border-radius: 3.125rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.keyword__btn:hover {
  background-color: #CA762C;
  border: 1px solid #CA762C;
  color: #fff;
}

.keywords {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  gap: 0.9375rem;
  padding-top: 3px;
  padding-top: 0.1875rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.keywords__tag {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.9166666667;
  border-radius: 1.5625rem;
  color: #C17A25;
  border: 1px solid #C17A25;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .keywords__tag {
    font-size: 12px;
  }
}

.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  max-width: 480px;
  max-width: 30rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.list__item {
  padding-left: 34px;
  padding-left: 2.125rem;
  position: relative;
}

.list__item::before {
  content: "";
  display: block;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  background-image: url("../images/common/tag.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.list__item a {
  color: #1C95E5;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 30;
  background-color: #f9f3ea;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: fade-out 1s ease-in-out 3s both;
          animation: fade-out 1s ease-in-out 3s both;
}

.loading__img {
  -webkit-animation: fade-in 1s ease-in-out both;
          animation: fade-in 1s ease-in-out both;
  width: 135px;
  width: 8.4375rem;
}
@media screen and (min-width: 1100px) {
  .loading__img {
    width: 11.375rem;
  }
}

.loading__title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.4583333333;
  overflow: hidden;
  white-space: nowrap;
  -webkit-animation: slide-in_sp 1s ease-in-out 1.2s both;
          animation: slide-in_sp 1s ease-in-out 1.2s both;
}
@media screen and (min-width: 768px) {
  .loading__title {
    font-size: max(1.875rem, 26.25px);
  }
}
@media screen and (min-width: 768px) {
  .loading__title {
    -webkit-animation: slide-in 1s ease-in-out 1.2s both;
            animation: slide-in 1s ease-in-out 1.2s both;
  }
}
@media screen and (min-width: 1100px) {
  .loading__title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1100px) and (min-width: 768px) {
  .loading__title {
    font-size: max(3rem, 42px);
  }
}

@-webkit-keyframes slide-in_sp {
  0% {
    padding-left: 0;
    opacity: 0;
    width: 0;
  }
  100% {
    padding-left: 1.5625rem;
    opacity: 1;
    width: 14.375rem;
  }
}

@keyframes slide-in_sp {
  0% {
    padding-left: 0;
    opacity: 0;
    width: 0;
  }
  100% {
    padding-left: 1.5625rem;
    opacity: 1;
    width: 14.375rem;
  }
}
@-webkit-keyframes slide-in {
  0% {
    padding-left: 0;
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    padding-left: 3.125rem;
    width: 25.3125rem;
  }
}
@keyframes slide-in {
  0% {
    padding-left: 0;
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    padding-left: 3.125rem;
    width: 25.3125rem;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
.logo {
  display: block;
  width: 186px;
  width: 11.625rem;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media (hover: hover) {
  .logo:hover {
    opacity: 0.75;
  }
}
@media (hover: none) {
  .logo:active {
    opacity: 0.75;
  }
}

.map {
  max-width: 517px;
  max-width: 32.3125rem;
  width: 100%;
  display: none;
}
@media screen and (min-width: 1100px) {
  .map {
    display: block;
  }
}

.map__header {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.map__body {
  position: relative;
  aspect-ratio: 517/360;
}

.map__area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/top/map@2x.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.map__area-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  gap: 0.1875rem;
  height: 28px;
  height: 1.75rem;
  padding-right: 13px;
  padding-right: 0.8125rem;
  padding-left: 13px;
  padding-left: 0.8125rem;
  border: 1px solid #434343;
  background-color: #fff;
  border-radius: 0.3125rem;
  white-space: nowrap;
  position: absolute;
  top: 11%;
  right: 10%;
}

.map__area-btn span {
  color: #434343;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-variation-settings: "FILL" 1;
  font-size: 19px;
  font-size: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .map__area-btn span {
    font-size: max(1.1875rem, 16.625px);
  }
}

.menu-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.menu-bg--active {
  z-index: 15;
}

.menu {
  position: fixed;
  width: 100%;
  top: 90px;
  top: 5.625rem;
  left: 0;
  z-index: 20;
  pointer-events: none;
  padding-right: 4.6511627907%;
  padding-left: 4.6511627907%;
}
@media screen and (min-width: 768px) {
  .menu {
    top: 5rem;
    padding-right: 3.5971223022%;
    padding-left: 3.5971223022%;
  }
}
@media screen and (min-width: 1100px) {
  .menu {
    padding-right: 4.1666666667%;
    padding-left: 4.1666666667%;
  }
}

.menu__body {
  margin-left: auto;
  background-color: #fff;
  border-radius: 1.875rem;
  max-width: 330px;
  max-width: 20.625rem;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  gap: 1.875rem;
  pointer-events: auto;
  overflow: hidden;
  height: 0;
  padding-right: 65px;
  padding-right: 4.0625rem;
  padding-left: 65px;
  padding-left: 4.0625rem;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.menu--active .menu__body {
  height: 602px;
  height: 37.625rem;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 1100px) {
  .menu--active .menu__body {
    height: 42.1875rem;
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}

.menu__circle {
  width: 80px;
  width: 5rem;
}
@media screen and (min-width: 1100px) {
  .menu__circle {
    width: 6.25rem;
  }
}

.menu__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
}

.menu__link {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.menu__link:hover {
  color: #CA762C;
}

.menu__btns {
  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;
  gap: 10px;
  gap: 0.625rem;
}

.menu__btns .btn {
  max-width: 100%;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 7.6180257511vh;
  padding-bottom: 5.4721030043vh;
  background-color: rgba(249, 243, 234, .9);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  z-index: -1;
  opacity: 0;
}

.modal--active {
  z-index: 35;
  opacity: 1;
}

.modal__inner {
  background-color: #fff;
  padding-right: 30px;
  padding-right: 1.875rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  height: 100%;
  border-radius: 0.625rem;
  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;
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  max-width: 800px;
  max-width: 50rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.modal__header {
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
}

.modal__header .sec-header-circle {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .modal__header .sec-header-circle {
    font-size: max(1.5rem, 21px);
  }
}
@media screen and (min-width: 1100px) {
  .modal__header .sec-header-circle {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px) and (min-width: 768px) {
  .modal__header .sec-header-circle {
    font-size: max(2rem, 28px);
  }
}

.modal__title {
  display: none;
}

.modal__title--active {
  display: block;
}

.modal__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  overflow: auto;
}

.modal__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 42px;
  gap: 2.625rem;
  display: none;
}

.modal__content--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal__close {
  position: absolute;
  z-index: 1;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  background-color: #CA762C;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -48px;
  top: -3rem;
  right: -14px;
  right: -0.875rem;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media (hover: hover) {
  .modal__close:hover {
    opacity: 0.75;
  }
}
@media (hover: none) {
  .modal__close:active {
    opacity: 0.75;
  }
}
@media screen and (min-width: 1100px) {
  .modal__close {
    width: 3.75rem;
    height: 3.75rem;
    top: -3.75rem;
    right: -3.75rem;
  }
}

.modal__close span {
  color: #fff;
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (min-width: 768px) {
  .modal__close span {
    font-size: max(1.625rem, 22.75px);
  }
}
@media screen and (min-width: 1100px) {
  .modal__close span {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1100px) and (min-width: 768px) {
  .modal__close span {
    font-size: max(2.5rem, 35px);
  }
}

.modal__list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
  margin-bottom: 19px;
  margin-bottom: 1.1875rem;
}

.modal__list-body {
  padding-left: 10px;
  padding-left: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .modal__list-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    row-gap: 1.25rem;
  }
}

.modal__list-title::before {
  content: "";
  display: block;
  width: 5px;
  width: 0.3125rem;
  height: 23px;
  height: 1.4375rem;
  border-radius: 0.625rem;
  background-color: #000;
}

.modal__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
}

.modal__clear {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  border: 1px solid #000000;
  border-radius: 0.125rem;
  padding-right: 5px;
  padding-right: 0.3125rem;
  padding-left: 5px;
  padding-left: 0.3125rem;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media screen and (min-width: 768px) {
  .modal__clear {
    font-size: max(0.8125rem, 12.5px);
  }
}
@media (hover: hover) {
  .modal__clear:hover {
    opacity: 0.75;
  }
}
@media (hover: none) {
  .modal__clear:active {
    opacity: 0.75;
  }
}

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
}

.news-item__head {
  position: relative;
  border-radius: 0.375rem;
  overflow: hidden;
}

.news-item--archive .news-item__img,
.news-item--archive .news-item__body {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.news-item--archive:hover .news-item__img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.news-item--archive:hover .news-item__body {
  opacity: 0.75;
}

.news__tag {
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  background-color: #fff;
  color: #A28F76;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}

.news__tag .material-symbols-outlined {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .news__tag .material-symbols-outlined {
    font-size: max(1.5rem, 21px);
  }
}

.news__tag-text {
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .news__tag-text {
    font-size: 11px;
  }
}

.news-item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  gap: 0.875rem;
}

.news-item__date {
  font-size: 13px;
  font-size: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  gap: 0.125rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .news-item__date {
    font-size: max(0.8125rem, 12.5px);
  }
}

.news-item__date span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .news-item__date span {
    font-size: max(1.125rem, 15.75px);
  }
}

.news-item__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news-item--single {
  gap: 14px;
  gap: 0.875rem;
}
@media screen and (min-width: 768px) {
  .news-item--single {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .news-item--single .news-item__head {
    width: 20rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.news-item--single .news-item__body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 11px;
  gap: 0.6875rem;
}

.news-item--single .news-item__title {
  font-weight: 700;
  line-height: 1.5133333333;
}
@media screen and (min-width: 768px) {
  .news-item--single .news-item__title {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .news-item--single .news-item__title {
    font-size: max(1.125rem, 15.75px);
  }
}

.opening {
  background-color: #fff;
  padding: 30px;
  padding: 1.875rem;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0 2.25rem rgba(194, 194, 194, .25);
          box-shadow: 0 0 2.25rem rgba(194, 194, 194, .25);
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .opening {
    max-width: 19.375rem;
  }
}

.opening__ticker-item {
  width: 215px;
  width: 13.4375rem;
  height: 70px;
  height: 4.375rem;
  border-radius: 0.1875rem;
  background-color: #F4E7D1;
  padding: 5px;
  padding: 0.3125rem;
}

.opening__ticker-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border-radius: 0.1875rem;
  border: 1px dotted #434343;
}

.opening__footer {
  text-align: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 1100px) {
  .opening__footer {
    margin-top: 0.9375rem;
  }
}

.opening__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
  gap: 1.0625rem;
  color: #fff;
  background-color: #CA762C;
  border-radius: 1.875rem;
  font-size: 13px;
  font-size: 0.8125rem;
  height: 50px;
  height: 3.125rem;
  max-width: 300px;
  max-width: 18.75rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .opening__btn {
    font-size: max(0.8125rem, 12.5px);
  }
}
@media screen and (min-width: 1100px) {
  .opening__btn {
    height: 1.6875rem;
    max-width: 100%;
  }
}

.opening__btn span {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 200;
}
@media screen and (min-width: 768px) {
  .opening__btn span {
    font-size: max(1.1875rem, 16.625px);
  }
}

.page__contents {
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .page__contents {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media screen and (min-width: 1100px) {
  .page__contents {
    padding-bottom: 5rem;
  }
}

.pagination__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .pagination__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.pagination__left,
.pagination__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  gap: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .pagination__left,
.pagination__right {
    gap: 1.875rem;
  }
}

.pagination__left--disabled,
.pagination__right--disabled {
  pointer-events: none;
  opacity: 0.2;
}

.patination__text {
  font-size: 13px;
  font-size: 0.8125rem;
  background-color: #fff;
  color: #232323;
  border: 1px solid #232323;
  border-radius: 0.125rem;
  padding-right: 4px;
  padding-right: 0.25rem;
  padding-left: 4px;
  padding-left: 0.25rem;
  white-space: nowrap;
  line-height: 2.6923076923;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media screen and (min-width: 768px) {
  .patination__text {
    font-size: max(0.8125rem, 12.5px);
  }
}
@media screen and (min-width: 768px) {
  .patination__text {
    line-height: 1.6153846154;
  }
}

@media (hover: hover) {
  .patination__text:hover:hover {
    opacity: 0.75;
  }
}
@media (hover: none) {
  .patination__text:hover:active {
    opacity: 0.75;
  }
}

.pagination__btn {
  width: 65px;
  width: 4.0625rem;
  height: 65px;
  height: 4.0625rem;
  border-radius: 50%;
  background-color: #CA762C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media screen and (min-width: 768px) {
  .pagination__btn {
    width: 3.125rem;
    height: 3.125rem;
  }
}

.pagination__btn span {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 200;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .pagination__btn span {
    font-size: max(3.125rem, 43.75px);
  }
}
@media screen and (min-width: 768px) {
  .pagination__btn span {
    font-size: 2.375rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .pagination__btn span {
    font-size: max(2.375rem, 33.25px);
  }
}

.pagination__left .pagination__btn:hover {
  -webkit-transform: translateX(-0.1875rem);
          transform: translateX(-0.1875rem);
}

.pagination__right .pagination__btn:hover {
  -webkit-transform: translateX(0.1875rem);
          transform: translateX(0.1875rem);
}

.policy_content__inner {
  max-width: 800px;
  max-width: 50rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.posts-footer-text {
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .posts-footer-text {
    font-size: max(0.8125rem, 12.5px);
  }
}
@media screen and (min-width: 1100px) {
  .posts-footer-text {
    font-size: 0.9375rem;
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1100px) and (min-width: 768px) {
  .posts-footer-text {
    font-size: max(0.9375rem, 13.5px);
  }
}

.posts-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  gap: 0.25rem;
  max-width: 370px;
  max-width: 23.125rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1100px) {
  .posts-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: none;
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
}

.posts-header__title {
  text-align: center;
}

.posts-header__title span {
  font-size: 32px;
  font-size: 2rem;
  color: #A28F76;
  display: inline-block;
  margin-right: 8px;
  margin-right: 0.5rem;
  margin-left: 8px;
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .posts-header__title span {
    font-size: max(2rem, 28px);
  }
}

.posts-header__note {
  text-align: right;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .posts-header__note {
    font-size: max(0.8125rem, 12.5px);
  }
}
@media screen and (min-width: 1100px) {
  .posts-header__note {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1100px) and (min-width: 768px) {
  .posts-header__note {
    font-size: max(0.9375rem, 13.5px);
  }
}

.related-job__inner {
  max-width: 370px;
  max-width: 23.125rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1100px) {
  .related-job__inner {
    max-width: 53.75rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.related-job__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (min-width: 1100px) {
  .related-job__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
  }
}

.search-btn {
  position: fixed;
  bottom: 30px;
  bottom: 1.875rem;
  right: 30px;
  right: 1.875rem;
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  border-radius: 50%;
  background-color: #CA762C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 40;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.search-btn:hover {
  background-color: #fff;
}

.search-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid #CA762C;
  border-radius: inherit;
  z-index: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform ease 0.35s;
  transition: opacity 0.35s, -webkit-transform ease 0.35s;
  transition: transform ease 0.35s, opacity 0.35s;
  transition: transform ease 0.35s, opacity 0.35s, -webkit-transform ease 0.35s;
  pointer-events: none;
}

.search-btn:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.search-btn__icon {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 400;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media screen and (min-width: 768px) {
  .search-btn__icon {
    font-size: max(2.5rem, 35px);
  }
}

.search-btn:hover .search-btn__icon--open {
  color: #CA762C;
}

.search-btn__icon--close {
  color: #CA762C;
  opacity: 0;
}

.search-btn--close .search-btn__icon--close {
  opacity: 1;
}

.search-btn--close {
  background-color: #fff;
}

.search-btn--close:hover {
  background-color: #CA762C;
}

.search-btn--close::before {
  border: 2px solid #fff;
}

.search-btn--close .search-btn__icon--open {
  opacity: 0;
}

.search-btn--close:hover .search-btn__icon--close {
  color: #fff;
}

.search {
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  background-color: #fff;
  border-radius: 0 3.125rem 0 0;
}
@media screen and (min-width: 768px) {
  .search {
    padding-top: 1.875rem;
    padding-bottom: 3.125rem;
  }
}
@media screen and (min-width: 1100px) {
  .search {
    padding-top: 2.8125rem;
    padding-bottom: 3.75rem;
  }
}

.search__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  gap: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .search__inner {
    gap: 1.875rem;
  }
}
@media screen and (min-width: 1100px) {
  .search__inner {
    max-width: 58.125rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.search__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  border-bottom: 1px solid #E9E1D4;
  padding-top: 25px;
  padding-top: 1.5625rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
}
@media screen and (min-width: 1100px) {
  .search__row {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.search__row-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search__row-head-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 92px;
  width: 5.75rem;
}
@media screen and (min-width: 768px) {
  .search__row-head-text {
    width: 6.25rem;
  }
}
@media screen and (min-width: 1100px) {
  .search__row-head-text {
    width: 7.25rem;
  }
}

.search__row-head-text span {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 200;
  color: #A28F76;
}
@media screen and (min-width: 768px) {
  .search__row-head-text span {
    font-size: max(1.5rem, 21px);
  }
}

.search__add-btn {
  max-width: 204px;
  max-width: 12.75rem;
  width: 100%;
  height: 32px;
  height: 2rem;
  background-color: #F6F3EC;
  border: 1px solid #000;
  border-radius: 0.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
  gap: 0.4375rem;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media (hover: hover) {
  .search__add-btn:hover {
    opacity: 0.75;
  }
}
@media (hover: none) {
  .search__add-btn:active {
    opacity: 0.75;
  }
}
@media screen and (min-width: 1100px) {
  .search__add-btn {
    max-width: 10.5rem;
  }
}

.search__add-btn span {
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  border-radius: 50%;
  background-color: #CA762C;
  color: #F6F3EC;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .search__add-btn span {
    font-size: max(1.125rem, 15.75px);
  }
}
@media screen and (min-width: 1100px) {
  .search__add-btn span {
    width: 0.875rem;
    height: 0.875rem;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1100px) and (min-width: 768px) {
  .search__add-btn span {
    font-size: max(0.875rem, 13px);
  }
}

.search__row-body {
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .search__row-body {
    padding-left: 6.25rem;
  }
}
@media screen and (min-width: 1100px) {
  .search__row-body {
    padding-left: 7.25rem;
  }
}

.search__checked {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  gap: 0.3125rem;
}

.search__checked-btn {
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  border-radius: 50%;
  background-color: #434343;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media (hover: hover) {
  .search__checked-btn:hover {
    opacity: 0.75;
  }
}
@media (hover: none) {
  .search__checked-btn:active {
    opacity: 0.75;
  }
}

.search__checked-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-49%, -53%);
          transform: translate(-49%, -53%);
  color: #fff;
  font-weight: 200;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .search__checked-btn span {
    font-size: max(0.8125rem, 12.5px);
  }
}

.search__checked-text {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .search__checked-text {
    font-size: 12px;
  }
}

.search__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  gap: 0.9375rem;
}
@media screen and (min-width: 1100px) {
  .search__footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.25rem;
  }
}

.search__clear-btn {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4615384615;
  padding-right: 5px;
  padding-right: 0.3125rem;
  padding-left: 5px;
  padding-left: 0.3125rem;
  border: 1px solid #232323;
  border-radius: 0.125rem;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media screen and (min-width: 768px) {
  .search__clear-btn {
    font-size: max(0.8125rem, 12.5px);
  }
}
@media (hover: hover) {
  .search__clear-btn:hover {
    opacity: 0.75;
  }
}
@media (hover: none) {
  .search__clear-btn:active {
    opacity: 0.75;
  }
}
@media screen and (min-width: 1100px) {
  .search__clear-btn {
    line-height: 1.6153846154;
  }
}

.sec-header-circle {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .sec-header-circle {
    margin-bottom: 3.75rem;
  }
}

.sec-header-circle::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/common/circle.svg");
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
  z-index: -1;
}

.sec-header-circle__title {
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .sec-header-circle__title {
    font-size: max(2rem, 28px);
  }
}

.sec-header {
  text-align: center;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.sec-header__sub-title {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #A28F76;
  line-height: 1;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .sec-header__sub-title {
    font-size: max(2.1875rem, 30.625px);
  }
}

.selected-job__inner {
  border-radius: 0.5rem;
  background-color: #fff;
  padding: 20px;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .selected-job__inner {
    max-width: 33.125rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1100px) {
  .selected-job__inner {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    padding-right: 3.125rem;
    padding-left: 3.125rem;
  }
}

.selected-job__title {
  margin-bottom: 11px;
  margin-bottom: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .selected-job__title {
    margin-bottom: 0.9375rem;
  }
}
@media screen and (min-width: 1100px) {
  .selected-job__title {
    margin-bottom: 1.875rem;
  }
}

.shops {
  border-bottom: 1px solid #E9E1D4;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

.shops:last-of-type {
  border-bottom: none;
}

.shops__title {
  font-weight: 700;
  color: #A28F76;
  line-height: 1.5133333333;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.shops__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  gap: 1.5625rem;
}

.shops__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  gap: 1.25rem;
}

.shops__link-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.shops__link:hover .shops__link-text {
  opacity: 0.75;
}

.shops__item-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  border-radius: 50%;
  background-color: #CA762C;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 200;
  color: #fff;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media screen and (min-width: 768px) {
  .shops__item-arrow {
    font-size: max(0.875rem, 13px);
  }
}

.shops__link:hover .shops__item-arrow {
  -webkit-transform: translateX(0.1875rem);
          transform: translateX(0.1875rem);
}

.single-banner {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 10;
  height: 80px;
  height: 5rem;
  pointer-events: none;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.single-banner--hidden {
  opacity: 0;
  visibility: hidden;
}

.single-banner--hidden .single-banner__btn {
  pointer-events: none;
}

.single-banner__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
}

.single-banner__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 46px;
  height: 2.875rem;
  border-radius: 2.1875rem;
  color: #fff;
  pointer-events: auto;
}

.single-banner__btn--entry {
  max-width: 130px;
  max-width: 8.125rem;
}
@media screen and (min-width: 768px) {
  .single-banner__btn--entry {
    max-width: 15rem;
  }
}

.single-banner__btn--entry:hover {
  background-color: #fff;
}

.single-banner__btn--entry span {
  font-weight: 200;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .single-banner__btn--entry span {
    font-size: max(0.9375rem, 13.5px);
  }
}

.single-banner__btn--tel {
  background-color: #A28F76;
  width: 85px;
  width: 5.3125rem;
}

.single-banner__btn--tel span {
  color: #fff;
  font-weight: 200;
}

.single-banner__btn--line {
  background-color: #06C755;
  width: 85px;
  width: 5.3125rem;
}

.single-banner__btn--line .single-banner__btn-img {
  width: 41px;
  width: 2.5625rem;
}

.single-banner__btn--line,
.single-banner__btn--tel {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media (hover: hover) {
  .single-banner__btn--line:hover,
.single-banner__btn--tel:hover {
    opacity: 0.75;
  }
}
@media (hover: none) {
  .single-banner__btn--line:active,
.single-banner__btn--tel:active {
    opacity: 0.75;
  }
}

.single-banner__btn-text {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .single-banner__btn-text {
    font-size: max(0.8125rem, 12.5px);
  }
}

@media screen and (min-width: 768px) {
  .single-banner__btn-text--sp {
    display: none;
  }
}

.single-banner__btn-text--tablet {
  display: none;
}
@media screen and (min-width: 768px) {
  .single-banner__btn-text--tablet {
    display: block;
  }
}

.single-banner__btn--bigger {
  max-width: 400px;
  max-width: 25rem;
}

.single-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-nav__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 14px;
  gap: 0.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 154px;
  max-width: 9.625rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .single-nav__btn {
    max-width: 16.5rem;
  }
}

.single-nav__btn--next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.single-nav__btn-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  border-radius: 50%;
  background-color: #CA762C;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media screen and (min-width: 768px) {
  .single-nav__btn-mark {
    width: 3.125rem;
    height: 3.125rem;
  }
}

.single-nav__btn--prev:hover .single-nav__btn-mark {
  -webkit-transform: translateX(-0.1875rem);
          transform: translateX(-0.1875rem);
}

.single-nav__btn--next:hover .single-nav__btn-mark {
  -webkit-transform: translateX(0.1875rem);
          transform: translateX(0.1875rem);
}

.single-nav__btn-mark span {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 200;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .single-nav__btn-mark span {
    font-size: max(1.4375rem, 20.125px);
  }
}
@media screen and (min-width: 768px) {
  .single-nav__btn-mark span {
    font-size: 2.375rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .single-nav__btn-mark span {
    font-size: max(2.375rem, 33.25px);
  }
}

.single-nav__btn-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  gap: 0.875rem;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.single-nav__btn:hover .single-nav__btn-texts {
  opacity: 0.75;
}

.single-nav__btn-date {
  display: none;
}
@media screen and (min-width: 768px) {
  .single-nav__btn-date {
    font-size: 0.8125rem;
    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.125rem;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .single-nav__btn-date {
    font-size: max(0.8125rem, 12.5px);
  }
}

.single-nav__btn-date span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .single-nav__btn-date span {
    font-size: max(1.125rem, 15.75px);
  }
}

.single-nav__btn-title {
  font-size: 12px;
  font-size: 0.75rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .single-nav__btn-title {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .single-nav__btn-title {
    font-size: 0.9375rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .single-nav__btn-title {
    font-size: max(0.9375rem, 13.5px);
  }
}

.sitemap {
  background-color: #fff;
  border-radius: 0 3.125rem 0 0;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .sitemap {
    border-radius: 0 6.25rem 0 0;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media screen and (min-width: 1100px) {
  .sitemap {
    border-radius: 0 22rem 0 0;
  }
}

@media screen and (min-width: 768px) {
  .sitemap__inner {
    max-width: 71.6145833333vw;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1100px) {
  .sitemap__inner {
    max-width: 61.25rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 1100px) {
  .sitemap .sec-header {
    margin-bottom: 3.875rem;
  }
}

.sitemap__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (min-width: 1100px) {
  .sitemap__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 1100px) {
  .sitemap__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.sitemap__content-title {
  color: #A28F76;
  font-weight: 700;
  margin-bottom: 11px;
  margin-bottom: 0.6875rem;
}
@media screen and (min-width: 1100px) {
  .sitemap__content-title {
    margin-bottom: 0.9375rem;
  }
}

.sitemap__content-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 21px;
  gap: 1.3125rem;
}
@media screen and (min-width: 1100px) {
  .sitemap__content-body {
    gap: 1.125rem;
  }
}

.sitemap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  gap: 1.125rem;
}

@media screen and (min-width: 1100px) {
  .sitemap__list--area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}

.sitemap__list--area .sitemap__list-title {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .sitemap__list--area .sitemap__list-title {
    font-size: max(0.8125rem, 12.5px);
  }
}
@media screen and (min-width: 1100px) {
  .sitemap__list--area .sitemap__list-title {
    width: 5.3125rem;
  }
}

.sitemap__list-body {
  padding-left: 10px;
  padding-left: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  row-gap: 17px;
  row-gap: 1.0625rem;
}
@media screen and (min-width: 1100px) {
  .sitemap__list-body {
    padding-left: 0;
    row-gap: 0.6875rem;
  }
}

.sitemap__list-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
}

.sitemap__list-item::after {
  content: "｜";
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .sitemap__list-item::after {
    font-size: 12px;
  }
}

.sitemap__list-item:last-child::after {
  content: none;
}

.sitemap__list-link {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media screen and (min-width: 768px) {
  .sitemap__list-link {
    font-size: max(0.8125rem, 12.5px);
  }
}
@media (hover: hover) {
  .sitemap__list-link:hover {
    opacity: 0.75;
  }
}
@media (hover: none) {
  .sitemap__list-link:active {
    opacity: 0.75;
  }
}

.sitemap__content--keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 1100px) {
  .sitemap__content--keyword .sitemap__content-body {
    gap: 1.5625rem;
  }
}

.sitemap__list--keyword {
  gap: 11px;
  gap: 0.6875rem;
}
@media screen and (min-width: 1100px) {
  .sitemap__list--keyword {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.9375rem;
  }
}

.sitemap__list--keyword .sitemap__list-title {
  color: #A28F76;
  font-weight: 700;
}
.slider-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .slider-control {
    margin-top: 2.5rem;
  }
}

.slider-control__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  gap: 0.5rem;
}

.slider-control__dots li {
  width: 15px;
  width: 0.9375rem;
  height: 2px;
  height: 0.125rem;
  background-color: #BEBCBC;
  border-radius: 0.125rem;
}

.slider-control__dots li.slick-active {
  background-color: #CA762C;
}

.slider-control__dots button {
  font-size: 0;
}

.slider-control__arrows {
  display: none;
}
@media screen and (min-width: 1100px) {
  .slider-control__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.5rem;
  }
}

.slider-control__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  background-color: #CA762C;
  border-radius: 50%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.slider-control__arrow:nth-of-type(1):hover {
  -webkit-transform: translateX(-0.1875rem);
          transform: translateX(-0.1875rem);
}

.slider-control__arrow:nth-of-type(2):hover {
  -webkit-transform: translateX(0.1875rem);
          transform: translateX(0.1875rem);
}

.slider-control__arrow .material-symbols-outlined {
  font-size: 38px;
  font-size: 2.375rem;
  color: #fff;
  font-weight: 200;
}
@media screen and (min-width: 768px) {
  .slider-control__arrow .material-symbols-outlined {
    font-size: max(2.375rem, 33.25px);
  }
}

.slider-control__arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.2;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.top_column {
  padding-top: 35px;
  padding-top: 2.1875rem;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
  background-color: #fff;
  border-radius: 0 0 0 3.125rem;
}
@media screen and (min-width: 768px) {
  .top_column {
    padding-top: 2.8125rem;
    padding-bottom: 3.4375rem;
  }
}
@media screen and (min-width: 1100px) {
  .top_column {
    padding-top: 4.0625rem;
    padding-bottom: 3.75rem;
    border-radius: 0 0 0 15.625rem;
  }
}

.top_column__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
  max-width: 370px;
  max-width: 23.125rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1100px) {
  .top_column__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.125rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: none;
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 1100px) {
  .top_column__body .news-item {
    width: 17.5rem;
  }
}

.top_column__footer {
  text-align: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.top_feature {
  padding-top: 45px;
  padding-top: 2.8125rem;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
  overflow: hidden;
  padding-top: 55px;
  padding-top: 3.4375rem;
}
@media screen and (min-width: 1100px) {
  .top_feature {
    padding-top: 5.4375rem;
    padding-bottom: 4.375rem;
  }
}

.top_feature__inner {
  position: relative;
}

.top_feature .sec-header {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 1100px) {
  .top_feature .sec-header {
    margin-bottom: 2.5rem;
  }
}

.top_feature__back-text {
  line-height: 1;
  color: #F1E7DA;
  font-weight: 600;
  letter-spacing: 0;
  white-space: nowrap;
  position: absolute;
  top: 45px;
  top: 2.8125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 98px;
  font-size: 6.125rem;
}
@media screen and (min-width: 768px) {
  .top_feature__back-text {
    font-size: max(6.125rem, 85.75px);
  }
}
@media screen and (min-width: 1100px) {
  .top_feature__back-text {
    font-size: 8rem;
    top: 2rem;
  }
}
@media screen and (min-width: 1100px) and (min-width: 768px) {
  .top_feature__back-text {
    font-size: max(8rem, 112px);
  }
}

.top_feature__slider--passive {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.top_feature__slider--passive,
.top_feature__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .top_feature__slider--passive,
.top_feature__slider .slick-track {
    gap: 3.75rem;
  }
}
.top_feature__slide {
  width: 260px;
  width: 16.25rem;
}
@media screen and (min-width: 1100px) {
  .top_feature__slide {
    width: 21.25rem;
  }
}

.top-feature .slider-control {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.top_location {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .top_location {
    padding-bottom: 3.125rem;
  }
}
@media screen and (min-width: 1100px) {
  .top_location {
    padding-bottom: 5rem;
  }
}

.top_location__inner {
  max-width: 370px;
  max-width: 23.125rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .top_location__inner {
    max-width: 30rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1100px) {
  .top_location__inner {
    max-width: none;
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
}

.top_location .sec-header {
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}

.top_location__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (min-width: 1100px) {
  .top_location__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.75rem;
  }
}
@media screen and (min-width: 1300px) {
  .top_location__body {
    padding-right: 5rem;
  }
}

.top_message__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 30px;
  gap: 1.875rem;
  position: relative;
  max-width: 370px;
  max-width: 23.125rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .top_message__inner {
    max-width: 33.125rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1100px) {
  .top_message__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: none;
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
}

.top_message__head {
  text-align: center;
  color: #232323;
}
@media screen and (min-width: 768px) {
  .top_message__head {
    text-align: right;
    padding-top: 5rem;
  }
}
@media screen and (min-width: 1100px) {
  .top_message__head {
    padding-top: 6.0625rem;
  }
}

.top_message .sec-header {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .top_message .sec-header {
    text-align: right;
    margin-bottom: 1.875rem;
  }
}

.top_message__title {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 21px;
  margin-bottom: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .top_message__title {
    font-size: max(2rem, 28px);
  }
}
@media screen and (min-width: 1100px) {
  .top_message__title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1100px) and (min-width: 768px) {
  .top_message__title {
    font-size: max(3rem, 42px);
  }
}

.top_message__text {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .top_message__text {
    font-size: max(0.9375rem, 13.5px);
  }
}
@media screen and (min-width: 1100px) {
  .top_message__text {
    font-size: 1.125rem;
    line-height: 1.6666666667;
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1100px) and (min-width: 768px) {
  .top_message__text {
    font-size: max(1.125rem, 15.75px);
  }
}

.top_message__body {
  position: relative;
}
@media screen and (min-width: 768px) {
  .top_message__body {
    width: 56.6037735849%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 1100px) {
  .top_message__body {
    position: relative;
    max-width: 37.5rem;
    width: 41.6666666667vw;
  }
}

.top_message__body::after {
  content: "";
  display: block;
  position: absolute;
  aspect-ratio: 420/500;
  background-image: url("../images/common/shadow.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transform: rotate(110deg);
          transform: rotate(110deg);
  left: 3px;
  left: 0.1875rem;
  bottom: -100px;
  bottom: -6.25rem;
  z-index: -1;
  width: 280px;
  width: 17.5rem;
}
@media screen and (min-width: 768px) {
  .top_message__body::after {
    left: -4.125rem;
    bottom: -6.875rem;
  }
}
@media screen and (min-width: 1100px) {
  .top_message__body::after {
    width: 26.25rem;
    left: -3.125rem;
    bottom: -12.5rem;
  }
}

.top_message__img {
  width: 81.0810810811%;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .top_message__img {
    width: auto;
    margin-left: 0;
  }
}

.top_recommended {
  background-color: #fff;
  border-radius: 0 0 3.125rem 0;
  padding-top: 35px;
  padding-top: 2.1875rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 1100px) {
  .top_recommended {
    border-radius: 0 0 16.875rem 0;
    padding-right: 7.5rem;
    padding-left: 7.5rem;
    padding-top: 3.375rem;
  }
}

.top_recommended:has(.top_recommended__slider--passive) {
  padding-bottom: 65px;
  padding-bottom: 4.0625rem;
}
@media screen and (min-width: 1100px) {
  .top_recommended:has(.top_recommended__slider--passive) {
    padding-bottom: 5rem;
  }
}

.top_recommended .sec-header {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 1100px) {
  .top_recommended .sec-header {
    margin-bottom: 2.1875rem;
  }
}

@media screen and (min-width: 1100px) {
  .top_recommended__slider {
    max-width: 56.25rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.top_recommended__slider--passive {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top_recommended__slider--passive,
.top_recommended__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .top_recommended__slider--passive,
.top_recommended__slider .slick-track {
    gap: 3.75rem;
  }
}
@media screen and (min-width: 1100px) {
  .top_recommended__slider--passive,
.top_recommended__slider .slick-track {
    gap: 2.5rem;
  }
}

.top_recommended__slider--passive + .slider-control {
  display: none;
}

.top_recommended__slide {
  width: 260px;
  width: 16.25rem;
}
/* must
--------------------------------------------*/
.contact-form__table-head-span[data-must=true]::after {
  content: "*";
  color: #BE2121;
  margin-left: 0px;
  margin-left: 0rem;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .contact-form__table-head-span[data-must=true]::after {
    font-size: max(0.9375rem, 13.5px);
  }
}
@media screen and (min-width: 768px) {
  .contact-form__table-head-span[data-must=true]::after {
    margin-left: 0rem;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .contact-form__table-head-span[data-must=true]::after {
    font-size: max(0.875rem, 13px);
  }
}

.mw_wp_form_confirm .contact-form__table-head-span[data-must=true]::after {
  content: none;
}

/* mw-form
--------------------------------------------*/
.mw_wp_form .contact-form .error {
  display: none;
  color: #f48787;
}

.error + .contact-form__input,
.error + .contact-form__select {
  background-color: #e8cbcb;
}

.error + .contact-form__table-head-span::after {
  content: "※必須項目です";
}

/* contact-form
--------------------------------------------*/
.contact-form__inner {
  max-width: 900px;
  max-width: 56.25rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* contact-form__table
--------------------------------------------*/
.contact-form__table {
  display: block;
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .contact-form__table {
    margin-bottom: 3.125rem;
  }
}

.mw_wp_form_confirm .contact-form__table {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .mw_wp_form_confirm .contact-form__table {
    margin-bottom: 1.875rem;
  }
}

.contact-form__table-tbody {
  display: block;
  width: 100%;
}

.contact-form__table-row {
  display: block;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .contact-form__table-row {
    margin-bottom: 1.25rem;
  }
}

.mw_wp_form_confirm .contact-form__table-row {
  padding-top: 7px;
  padding-top: 0.4375rem;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
  border-bottom: 0.5px solid #d1d1d1;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .mw_wp_form_confirm .contact-form__table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.contact-form__table-row:last-child {
  margin-bottom: 0;
}

.mw_wp_form_input .contact-form__table-head-span--confirm {
  display: none;
}

.mw_wp_form_confirm .contact-form__table-head-span--input {
  display: none;
}

.contact-form__table-head,
.contact-form__table-body {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .contact-form__table-head,
.contact-form__table-body {
    width: auto;
  }
}

.contact-form__table-head {
  display: block;
  margin-bottom: 1px;
  margin-bottom: 0.0625rem;
  font-weight: 400;
  padding-left: 0px;
  padding-left: 0rem;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .contact-form__table-head {
    font-size: max(0.9375rem, 13.5px);
  }
}
@media screen and (min-width: 768px) {
  .contact-form__table-head {
    padding-left: 0rem;
    margin-bottom: 0.0625rem;
  }
}

.mw_wp_form_confirm .contact-form__table-head {
  margin-bottom: 1px;
  margin-bottom: 0.0625rem;
}
@media screen and (min-width: 768px) {
  .mw_wp_form_confirm .contact-form__table-head {
    width: 10.8125rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.contact-form__table-head-span {
  display: inline-block;
}

.contact-form__table-body {
  display: block;
}
@media screen and (min-width: 768px) {
  .contact-form__table-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.contact-form__table-body--error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.contact-form__table-body--error .error {
  display: block !important;
}

.contact-form__input {
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-top: 11px;
  padding-top: 0.6875rem;
  padding-bottom: 11px;
  padding-bottom: 0.6875rem;
  background-color: #EDEDED;
  color: #000;
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .contact-form__input {
    font-size: max(0.9375rem, 13.5px);
  }
}
@media screen and (min-width: 768px) {
  .contact-form__input {
    padding-right: 1.6875rem;
    padding-left: 1.6875rem;
    padding-top: 0.53125rem;
    padding-bottom: 0.53125rem;
  }
}

.contact-form__input::-webkit-input-placeholder {
  color: #AFAFAF;
}

.contact-form__input::-moz-placeholder {
  color: #AFAFAF;
}

.contact-form__input::-ms-input-placeholder {
  color: #AFAFAF;
}

.contact-form__input::placeholder {
  color: #AFAFAF;
}

.contact-form__select {
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-top: 11px;
  padding-top: 0.6875rem;
  padding-bottom: 11px;
  padding-bottom: 0.6875rem;
  background-color: #EDEDED;
  color: #000;
  width: 100%;
  text-align: left;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .contact-form__select {
    font-size: max(0.9375rem, 13.5px);
  }
}
@media screen and (min-width: 768px) {
  .contact-form__select {
    padding-right: 1.6875rem;
    padding-left: 1.6875rem;
    padding-top: 0.53125rem;
    padding-bottom: 0.53125rem;
  }
}

.contact-form__textarea {
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-top: 8.5px;
  padding-top: 0.53125rem;
  padding-bottom: 8.5px;
  padding-bottom: 0.53125rem;
  background-color: #EDEDED;
  color: #000;
  width: 100%;
  height: 240px;
  height: 15rem;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .contact-form__textarea {
    font-size: max(0.9375rem, 13.5px);
  }
}
@media screen and (min-width: 768px) {
  .contact-form__textarea {
    padding-right: 1.6875rem;
    padding-left: 1.6875rem;
    padding-top: 0.53125rem;
    padding-bottom: 0.53125rem;
  }
}

.contact-form__textarea::-webkit-input-placeholder {
  color: #AFAFAF;
}

.contact-form__textarea::-moz-placeholder {
  color: #AFAFAF;
}

.contact-form__textarea::-ms-input-placeholder {
  color: #AFAFAF;
}

.contact-form__textarea::placeholder {
  color: #AFAFAF;
}

.contact-form__note {
  margin-inline: auto;
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  line-height: 1.6666666667;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .contact-form__note {
    margin-bottom: 1.5rem;
  }
}

.contact-form__note-link {
  color: #2593f3;
  opacity: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media (hover: hover) {
  .contact-form__note-link:hover {
    opacity: 0.65;
  }
}
@media (hover: none) {
  .contact-form__note-link:active {
    opacity: 0.65;
  }
}

.page-confirm .contact-form__note {
  display: block;
}

.contact-form__back-btn {
  color: #AFAFAF;
  text-align: center;
  margin-top: 21px;
  margin-top: 1.3125rem;
  opacity: 1;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media (hover: hover) {
  .contact-form__back-btn:hover {
    opacity: 0.65;
  }
}
@media (hover: none) {
  .contact-form__back-btn:active {
    opacity: 0.65;
  }
}

/* contact-form__apply-btn
--------------------------------------------*/
.contact-form__apply-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-form__apply-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 350px;
  max-width: 21.875rem;
  width: 100%;
  min-height: 50px;
  min-height: 3.125rem;
  background-color: #E37F1A;
  color: #FFFFFF;
  font-weight: 700;
  border-radius: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .contact-form__apply-btn {
    max-width: 350px;
    min-height: 50px;
    border-radius: 25px;
  }
}

.contact-form__table-row--address .contact-form__table-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  row-gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .contact-form__table-row--address .contact-form__table-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 0.625rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    display: block;
    font-size: 0;
  }
}

@media screen and (min-width: 768px) {
  .contact-form__table-row--address .contact-form__input {
    margin-bottom: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .contact-form__table-row--address .contact-form__input:nth-of-type(2) {
    margin-right: 1.25rem;
  }
}

.contact-form__table-row--address .contact-form__input:last-child {
  margin-bottom: 0;
}

.p-country-name {
  display: none;
}

.contact-form__table-row--radio .contact-form__table-body,
.contact-form__table-row--checkbox .contact-form__table-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.4375rem;
     -moz-column-gap: 1.4375rem;
          column-gap: 1.4375rem;
  row-gap: 8px;
  row-gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .contact-form__table-row--radio .contact-form__table-body,
.contact-form__table-row--checkbox .contact-form__table-body {
    -webkit-column-gap: 1.125rem;
       -moz-column-gap: 1.125rem;
            column-gap: 1.125rem;
    row-gap: 0.625rem;
  }
}

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

.mwform-radio-field,
.mwform-checkbox-field {
  display: inline-block;
}

.mwform-radio-field:last-of-type,
.mwform-checkbox-field:last-of-type {
  margin-right: 0;
}

.mwform-radio-field-text,
.mwform-checkbox-field-text {
  position: relative;
  padding-left: 28px;
  padding-left: 1.75rem;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .mwform-radio-field-text,
.mwform-checkbox-field-text {
    font-size: max(0.9375rem, 13.5px);
  }
}
@media screen and (min-width: 768px) {
  .mwform-radio-field-text,
.mwform-checkbox-field-text {
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }
}

.mwform-radio-field-text::before,
.mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  top: 2.5px;
  top: 0.15625rem;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  border: 0.5px solid #AFAFAF;
  border-radius: 50%;
  left: 0;
}
.contact-form__input--radio:checked + .mwform-radio-field-text,
.contact-form__input--checkbox:checked + .mwform-checkbox-field-text {
  pointer-events: none;
}

.contact-form__input--radio:checked + .mwform-radio-field-text::before,
.contact-form__input--checkbox:checked + .mwform-checkbox-field-text::before {
  background: radial-gradient(#E37F1A 0 0.30625rem, transparent 0.34375rem 100%);
}

.contact-form__table-row--radio .contact-form__table-body,
.contact-form__table-row--checkbox .contact-form__table-body {
  padding-left: 0px;
  padding-left: 0rem;
}
@media screen and (min-width: 768px) {
  .contact-form__table-row--radio .contact-form__table-body,
.contact-form__table-row--checkbox .contact-form__table-body {
    padding-left: 0rem;
  }
}

.mw_wp_form_confirm .contact-form__table-row--radio .contact-form__table-body,
.mw_wp_form_confirm .contact-form__table-row--checkbox .contact-form__table-body {
  padding-left: 0;
}

input[name=occupation-apply] {
  max-width: 400px;
  max-width: 25rem;
}

.contact-form__select-wrapper--birth-year {
  max-width: 150px;
  max-width: 9.375rem;
}

.contact-form__select-wrapper--residence {
  max-width: 200px;
  max-width: 12.5rem;
}

input[name=postal-code] {
  max-width: 230px;
  max-width: 14.375rem;
}

input[name=region] {
  max-width: 200px;
  max-width: 12.5rem;
}

input[name=locality] {
  max-width: 200px;
  max-width: 12.5rem;
}

input[name=extended-address] {
  max-width: 420px;
  max-width: 26.25rem;
}

.contact-form__select-wrapper--your-occupation {
  max-width: 400px;
  max-width: 25rem;
}

.contact-form__select-wrapper--office-location {
  max-width: 400px;
  max-width: 25rem;
}

.archive-feature__header {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .archive-feature__header {
    margin-bottom: 3.125rem;
  }
}

@media screen and (min-width: 1100px) {
  .archive-feature__header-inner {
    max-width: 60rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.archive-feature__body {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .archive-feature__body {
    margin-bottom: 2.8125rem;
  }
}
@media screen and (min-width: 1100px) {
  .archive-feature__body {
    margin-bottom: 3.75rem;
  }
}

.archive-feature__body-inner {
  max-width: 280px;
  max-width: 17.5rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .archive-feature__body-inner {
    max-width: 36.875rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1100px) {
  .archive-feature__body-inner {
    max-width: 60rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .archive-feature__body-inner .feature-item:only-child {
    grid-column: 1/-1;
    justify-self: center;
    width: calc(50% - 0.9375rem);
  }
}
@media screen and (min-width: 1100px) {
  .archive-feature__body-inner .feature-item:only-child {
    width: calc(33.33333% - 1.875rem);
  }
}

.archive-job__header {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}
@media screen and (min-width: 768px) {
  .archive-job__header {
    margin-bottom: 3.125rem;
  }
}

.archive-job__body {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1100px) {
  .archive-job__body {
    margin-bottom: 3.125rem;
  }
}

.archive-job__header-title {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .archive-job__header-title {
    font-size: max(1.25rem, 17.5px);
  }
}

.archive-job__posts {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  gap: 1.875rem;
  margin-top: 18px;
  margin-top: 1.125rem;
  max-width: 370px;
  max-width: 23.125rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1000px) {
  .archive-job__posts {
    grid-template-columns: repeat(2, 1fr);
    max-width: 45.625rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 1.875rem;
  }
}
@media screen and (min-width: 1100px) {
  .archive-job__posts {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    max-width: 53.75rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 1000px) {
  .archive-job__posts .job-item:only-child {
    grid-column: 1/-1;
    justify-self: center;
    width: calc(50% - 0.9375rem);
  }
}
@media screen and (min-width: 1100px) {
  .archive-job__posts .job-item:only-child {
    width: calc(33.33333% - 1.25rem);
  }
}

.archive-news__contents > .sec-header-circle {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

.archive-news__body {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 1100px) {
  .archive-news__body {
    margin-bottom: 3.125rem;
  }
}

.archive-news__posts {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  gap: 1.875rem;
  max-width: 370px;
  max-width: 23.125rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1000px) {
  .archive-news__posts {
    grid-template-columns: repeat(2, 1fr);
    max-width: 45.625rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1100px) {
  .archive-news__posts {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.125rem;
    max-width: 58.75rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 1000px) {
  .archive-news__posts .news-item:only-child {
    grid-column: 1/-1;
    justify-self: center;
    width: calc(50% - 0.9375rem);
  }
}
@media screen and (min-width: 1100px) {
  .archive-news__posts .news-item:only-child {
    width: calc(33.33333% - 1.5625rem);
  }
}

.archive-shop__contents-inner {
  max-width: 700px;
  max-width: 43.75rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.archive-shop__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 21px;
  gap: 1.3125rem;
}

.page-404__title {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  color: #A28F76;
  line-height: 1.4583333333;
  margin-bottom: 21px;
  margin-bottom: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .page-404__title {
    font-size: max(1.5rem, 21px);
  }
}
@media screen and (min-width: 1100px) {
  .page-404__title {
    font-size: 2.1875rem;
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 1100px) and (min-width: 768px) {
  .page-404__title {
    font-size: max(2.1875rem, 30.625px);
  }
}

.page-404__btn-container {
  text-align: center;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.page-top__contents {
  padding-top: 0;
}

.page-contact .sec-header-circle {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.single-job__header {
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}
@media screen and (min-width: 768px) {
  .single-job__header {
    margin-bottom: 1.9375rem;
  }
}

@media screen and (min-width: 1100px) {
  .single-job__header-inner {
    max-width: 53.75rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.single-job__body {
  margin-bottom: 52px;
  margin-bottom: 3.25rem;
}
@media screen and (min-width: 768px) {
  .single-job__body {
    margin-bottom: 3.8125rem;
  }
}

@media screen and (min-width: 1100px) {
  .single-job__body-inner {
    max-width: 53.75rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.single-job__body .table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #E9E1D4;
}

.single-job__body .table__head {
  color: #A28F76;
  line-height: 1.5133333333;
}

.single-news__contents-inner {
  max-width: 800px;
  max-width: 50rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.single-news__header {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .single-news__header {
    margin-bottom: 2.8125rem;
  }
}

.single-news__body > *:last-child {
  margin-bottom: 0 !important;
}

.single-news__body h1 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #A28F76;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .single-news__body h1 {
    font-size: max(1.25rem, 17.5px);
  }
}
@media screen and (min-width: 1100px) {
  .single-news__body h1 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px) and (min-width: 768px) {
  .single-news__body h1 {
    font-size: max(2rem, 28px);
  }
}

.single-news__body h2 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #A28F76;
  line-height: 1.6666666667;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .single-news__body h2 {
    font-size: max(1.125rem, 15.75px);
  }
}
@media screen and (min-width: 1100px) {
  .single-news__body h2 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1100px) and (min-width: 768px) {
  .single-news__body h2 {
    font-size: max(1.5rem, 21px);
  }
}

.single-news__body h3 {
  font-weight: 700;
  color: #434343;
  line-height: 1.5133333333;
  position: relative;
  padding-left: 10px;
  padding-left: 0.625rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 1100px) {
  .single-news__body h3 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1100px) and (min-width: 768px) {
  .single-news__body h3 {
    font-size: max(1.125rem, 15.75px);
  }
}

.single-news__body h3::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  border-radius: 1px;
  height: 100%;
  background-color: #A28F76;
}

.single-news__body p {
  color: #434343;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.single-news__footer {
  margin-top: 50px;
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .single-news__footer {
    gap: 2.5rem;
  }
}

.single-news__footer-btn-container {
  text-align: center;
}
/*# sourceMappingURL=styles.css.map */
