@charset "UTF-8";
* {
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  font-weight: normal;
}

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

img {
  vertical-align: bottom;
  line-height: 0;
  font-size: 0;
  width: 100%;
  height: auto;
}

nav, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

strong {
  font-weight: 700;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.subtitle-en-recruit, .subtitle-en-welfare,
.subtitle-en-questions, .subtitle-en-numbers, .subtitle-en-interview {
  font-family: "EB Garamond", serif;
  font-weight: 500;
}

.subtitle-recruit, .subtitle-welfare,
.subtitle-questions, .subtitle-numbers, .subtitle-interview {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 6px;
  position: absolute;
}

.desc-questions, .desc-welfare, .desc-numbers, .desc-interview {
  line-height: 2.2;
  letter-spacing: 2px;
  width: 81.25%;
  margin-right: auto;
  margin-left: auto;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .desc-numbers, .desc-interview {
    font-size: 14rem;
    line-height: 2.14;
    letter-spacing: 1.4rem;
    width: 100%;
  }
  .desc-questions, .desc-welfare {
    font-size: 10rem;
    line-height: 2.14;
    letter-spacing: 1.4rem;
    width: 100%;
  }
}

.view-alternate-questions, .view-alternate-welfare {
  display: flex;
}
.view-alternate-questions .section-desc, .view-alternate-welfare .section-desc {
  background-color: #F3E7BF;
  width: 61.328125%;
}
.view-alternate-questions .section-img, .view-alternate-welfare .section-img {
  position: relative;
  flex: 1;
}
.view-alternate-questions .section-img::after, .view-alternate-welfare .section-img::after {
  content: "";
  display: block;
  width: 130.303030303%;
  max-width: 645px;
  aspect-ratio: 645/500;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.__r-img.view-alternate-questions .section-img::after, .__r-img.view-alternate-welfare .section-img::after {
  left: -30.303030303%;
}
.__l-img.view-alternate-questions .section-img::after, .__l-img.view-alternate-welfare .section-img::after {
  right: -30.303030303%;
}
@media screen and (max-width: 1024px) {
  .view-alternate-questions .section-desc, .view-alternate-welfare .section-desc {
    width: 100%;
  }
  .view-alternate-questions .section-img, .view-alternate-welfare .section-img {
    padding-right: 10rem;
    padding-left: 10rem;
    transform: translateY(-65rem);
  }
  .view-alternate-questions .section-img::after, .view-alternate-welfare .section-img::after {
    position: static;
    width: 100%;
    aspect-ratio: 350/270;
    transform: translateY(0);
  }
  .__r-img.view-alternate-questions, .__r-img.view-alternate-welfare {
    flex-direction: column;
  }
  .__l-img.view-alternate-questions, .__l-img.view-alternate-welfare {
    flex-direction: column-reverse;
  }
}

html {
  font-size: 18px;
}

a {
  color: inherit;
}

a, button {
  transition: opacity 0.3s;
}
a:hover, button:hover {
  opacity: 0.7;
}

body, input, textarea, button {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

select, option {
  font-family: inherit;
}

main {
  padding-top: 70px;
}

.fixed-body {
  width: 100%;
  height: 100%;
  position: fixed;
}

.pc-view {
  display: block;
}

.sp-view {
  display: none;
}

@media screen and (max-width: 1024px) {
  .pc-view {
    display: none;
  }
  .sp-view {
    display: block;
  }
}
.wrapper {
  position: relative;
}

.inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.head-interview {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.subtitle-en-interview {
  font-size: 180px;
  opacity: 0.3;
  color: #B39A47;
}

.subtitle-interview {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wrapper-interview1 {
  padding-top: 40px;
  padding-bottom: 82px;
}

.wrapper-interview2 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 80px;
}

.swiper-interview {
  overflow: hidden;
  padding-left: 3.125%;
  padding-right: 3.125%;
}

.card-employee {
  aspect-ratio: 0.6808510638;
  position: relative;
  -webkit-clip-path: polygon(11.3% 0%, 100% 0%, 88.7% 100%, 0% 100%);
          clip-path: polygon(11.3% 0%, 100% 0%, 88.7% 100%, 0% 100%);
}

.card-employee:nth-child(2),
.card-employee:nth-child(3),
.card-employee:nth-child(4) {
  transform: none;
}

.employee--img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.employee {
  position: absolute;
  width: 100%;
  bottom: 0;
  font-weight: 700;
  color: #fff;
  background-color: rgba(179, 154, 71, 0.8);
  padding: 10px 30px;
}

.employee--dept {
  font-size: 14px;
}

.employee--name {
  font-size: 20px;
}

.wrapper-btn-employee {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.li-employees {
  display: flex;
  padding-left: 3.125%;
  padding-right: 3.125%;
}


.sec-head {
  background-color: #9E8B4B;
}
.sec-head .inner {
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.head-page {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  width: 863px;
}

.head-page--title-en {
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-top: 15px;
  margin-bottom: 8px;
}

.head-page--title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 3px;
  display: block;
}

.area-head2 {
  width: 81.25%;
  margin-right: auto;
  margin-left: auto;
}

.head2-en {
  display: block;
  font-family: "EB Garamond", serif;
  color: #B39A47;
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 13px;
}

.head2 {
  display: block;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 6px;
}

.btn-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 130px;
  height: 40px;
  color: #9E8B4B;
  font-size: 14px;
  font-weight: 700;
}
.btn-more::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../img/common/arrow02.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.btn-more.__w {
  color: #fff;
}
.btn-more.__w::after {
  background-image: url(../img/common/arrow01.svg);
}

.arrow-w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.arrow-w::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../img/common/arrow01.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header--w {
  background-color: #fff;
}

.inner-header {
  display: flex;
  align-items: center;
  padding: 15px 30px;
}

.logo-header {
  width: 110px;
  margin-right: 7.4%;
}
@media screen and (max-width: 1080px) {
  .logo-header {
    margin-right: 3%;
  }
}
.logo-header a {
  display: flex;
  align-items: center;
}

.gnav {
  flex: 1;
}

.li-menu {
  display: flex;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
.li-menu li {
  flex-shrink: 0;
}
.li-menu li a {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  position: relative;
}
.li-menu li a.current {
  color: #B39A47;
}
.li-menu li a.current::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #B39A47;
  position: absolute;
  left: 0;
  bottom: -15px;
}
.li-menu.--black a {
  color: #000;
}
@media screen and (max-width: 1180px) {
  .li-menu {
    -moz-column-gap: 3%;
         column-gap: 3%;
  }
}
@media screen and (max-width: 1080px) {
  .li-menu li a {
    font-size: 12px;
  }
}

.sp-menu {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.sp-menu.opened {
  opacity: 1;
}

.sp-menu-header {
  display: flex;
  align-items: center;
  padding-left: 20rem;
}

.btn-entry {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  background-color: #B39A47;
  width: 192px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  margin-left: auto;
  padding-left: 58px;
  padding-right: 16px;
}
.btn-entry::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(../img/common/arrow03.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.btn-menu {
  width: 60rem;
  height: 60rem;
  background-image: url(../img/common/menu-open.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.btn-menu--w {
  background-image: url(../img/common/menu-open-w.svg);
}
.btn-menu--close {
  background-image: url(../img/common/menu-close.svg);
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.wp-pagenavi span, .wp-pagenavi a {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.wp-pagenavi .current {
  color: #fff;
  background-color: #9E8B4B;
}
@media screen and (max-width: 1024px) {
  .wp-pagenavi {
    gap: 30rem;
  }
  .wp-pagenavi span, .wp-pagenavi a {
    font-size: 12rem;
    width: 30rem;
    height: 30rem;
  }
}

@media screen and (max-width: 1024px) {
  html {
    font-size: min(0.2564102564vw, 1.5px);
  }
  main {
    padding-top: 60rem;
  }
  .head-interview {
    margin-bottom: 55rem;
  }
  .inner-interview {
    padding-right: 20rem;
    padding-left: 20rem;
  }
  .subtitle-en-interview {
    font-size: 50rem;
    white-space: nowrap;
  }
  .subtitle-interview {
    font-size: 20rem;
    letter-spacing: 3rem;
    white-space: nowrap;
  }
  .wrapper-interview1 {
    padding-top: 10rem;
    padding-bottom: 0rem;
  }
  .wrapper-interview2 {
    padding-top: 50rem;
    padding-bottom: 50rem;
  }
  .card-employee {
    width: 180rem !important;
  }
  .card-employee:nth-child(2),
  .card-employee:nth-child(3),
  .card-employee:nth-child(4) {
    transform: none;
    display: block;
  }
  .employee {
    padding: 6rem 20rem;
  }
  .employee--dept {
    font-size: 10rem;
    letter-spacing: 0.5rem;
  }
  .employee--name {
    font-size: 16rem;
    letter-spacing: 0.8rem;
  }
  .wrapper-btn-employee {
    justify-content: center;
    padding-right: 0;
    padding-top: 20rem;
    display: flex;
    justify-content: center;
  }
  .sec-head .inner {
    padding: 12rem 7rem;
  }
  .head-page--title-en {
    font-size: 24rem;
    display: block;
    text-align: center;
    margin-bottom: 4rem;
  }
  .head-page--title {
    font-size: 26rem;
    letter-spacing: 2rem;
    text-align: center;
    display: block;
  }
  .area-head2 {
    width: 100%;
    text-align: center;
  }
  .head2-en {
    font-size: 30rem;
    margin-bottom: 5rem;
  }
  .head2 {
    font-size: 24rem;
    letter-spacing: 4.8rem;
  }
  .btn-more {
    width: 135rem;
    height: auto;
    font-size: 14rem;
  }
  .btn-more::after {
    width: 42rem;
    height: 42rem;
  }
  .arrow-w::after {
    width: 40rem;
    height: 40rem;
  }
  .inner-header {
    justify-content: flex-start;
    padding: 0 0 0 20rem;
  }
  .logo-header {
    width: 130rem;
    margin-right: auto;
  }
  .gnav {
    display: none;
  }
  .gnav--sp-menu {
    display: block;
  }
  .li-menu--sp-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 60rem);
    row-gap: 52rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 680px) {
  .li-menu--sp-menu {
    row-gap: 20rem;
  }
}
@media screen and (max-width: 1024px) {
  .li-menu--sp-menu li a {
    color: #000;
    text-align: center;
    font-family: "Inter", "Noto Sans JP", sans-serif;
    font-size: 16rem;
    font-weight: 600;
    letter-spacing: 0.8rem;
  }
  .btn-entry {
    width: 114rem;
    height: 20rem;
    font-size: 10rem;
    margin-left: 0;
    padding-left: 13rem;
    padding-right: 13rem;
  }
  .btn-entry::after {
    width: 13rem;
    height: 13rem;
  }
  .li-footer-menu {
    flex-direction: column;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
main section:first-child .copy {
  animation: fadeIn 1s ease-in-out;
}

.head-numbers {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}

.subtitle-en-numbers {
  font-size: 180px;
  opacity: 0.3;
  color: #B39A47;
  line-height: 0.83;
}

.subtitle-numbers {
  bottom: 42%;
  left: 0;
  right: 0;
  margin: auto;
}

.desc-numbers {
  margin-bottom: 82px;
}

.sec-numbers {
  padding-top: 150px;
  padding-bottom: 40px;
}

.li-numbers {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.8333333333%;
       column-gap: 0.8333333333%;
  row-gap: 0.8333333333vw;
  padding: 0 3.125%;
}
.li-numbers li {
  width: 20.8333333333%;
}
.li-numbers li:first-child, .li-numbers li:nth-child(5) {
  width: 35%;
}

@media screen and (max-width: 1024px) {
  .head-numbers {
    margin-bottom: 40rem;
  }
  .subtitle-en-numbers {
    font-size: 70rem;
    line-height: 94rem;
  }
  .subtitle-numbers {
    font-size: 24rem;
    letter-spacing: 4rem;
    bottom: 75rem;
  }
  .desc-numbers {
    margin-bottom: 40rem;
  }
  .sec-numbers {
    padding-top: 62rem;
    padding-bottom: 50rem;
  }
  .inner-numbers {
    padding-right: 20rem;
    padding-left: 20rem;
  }
  .li-numbers {
    padding: 0;
    gap: 5rem;
  }
  .li-numbers li {
    width: calc((100% - 5rem) / 2);
  }
  .li-numbers li:first-child, .li-numbers li:nth-child(5) {
    width: 100%;
  }
  .li-numbers li:first-child {
    order: 1;
  }
  .li-numbers li:nth-child(2) {
    order: 3;
  }
  .li-numbers li:nth-child(3) {
    order: 4;
  }
  .li-numbers li:nth-child(4) {
    order: 5;
  }
  .li-numbers li:nth-child(5) {
    order: 2;
  }
  .li-numbers li:nth-child(6) {
    order: 6;
  }
  .li-numbers li:nth-child(7) {
    order: 7;
  }
  .li-numbers li:nth-child(8) {
    order: 8;
  }
}
.head-welfare,
.head-questions {
  position: relative;
  text-align: center;
}

.subtitle-en-welfare,
.subtitle-en-questions {
  font-size: 50px;
  color: #fff;
  display: block;
  letter-spacing: normal;
  margin-bottom: 12px;
}

.subtitle-welfare,
.subtitle-questions {
  display: block;
  position: static;
  margin-top: 10px;
  margin-bottom: 45px;
}

.desc-welfare {
  width: 100%;
  text-align: center;
}

.desc-questions {
  width: 100%;
  text-align: center;
}

.sec-welfare {
  padding-bottom: 40px;
}

.view-alternate-welfare .section-desc {
  padding-top: 22px;
  padding-bottom: 22px;
  width: 100%;
  background-color: #9E8B4B;
  color: #fff;
}

.content-welfare {
  width: 74%;
  margin: 0 auto;
}

.wrapper-btn-welfare {
  display: flex;
  justify-content: center;
  margin-top: 52px;
}
.wrapper-btn-welfare.--spview {
  display: none;
}

.sec-questions {
  padding-bottom: 40px;
}

.view-alternate-questions .section-desc {
  padding-top: 22px;
  padding-bottom: 22px;
  width: 100%;
  background-color: #9E8B4B;
  color: #fff;
}

.content-questions {
  width: 74%;
  margin: 0 auto;
}

.wrapper-btn-questions {
  display: flex;
  justify-content: center;
  margin-top: 52px;
}

@media screen and (max-width: 1024px) {
  .subtitle-en-welfare,
  .subtitle-en-questions {
    font-size: 15rem;
    line-height: 11rem;
    margin-bottom: 6rem;
  }
  .subtitle-welfare,
  .subtitle-questions {
    font-size: 20rem;
    margin-bottom: 18rem;
    letter-spacing: 2.4rem;
  }
  .sec-welfare {
    padding-bottom: 25rem;
  }
  .view-alternate-welfare .section-desc {
    padding: 50rem 10rem;
  }
  .view-alternate-welfare .section-img::after {
    transform: translateY(0);
  }
  .content-welfare {
    width: 100%;
    padding-right: 0;
  }
  .wrapper-btn-welfare.--pcview {
    display: none;
  }
  .wrapper-btn-welfare.--spview {
    display: flex;
    position: absolute;
    bottom: -40rem;
    right: 0;
    left: 0;
    margin: auto;
  }
  .sec-questions {
    padding-bottom: 25rem;
  }
  .view-alternate-questions .section-desc {
    padding: 50rem 10rem;
  }
  .view-alternate-questions .section-img::after {
    transform: translateY(0);
  }
  .content-questions {
    width: 100%;
    padding-left: 0;
  }
  .wrapper-btn-questions.--pcview {
    display: none;
  }
  .wrapper-btn-questions.--spview {
    display: flex;
    position: absolute;
    bottom: -40rem;
    right: 0;
    left: 0;
    margin: auto;
  }
}
.subtitle-en-recruit {
  font-size: 80px;
  opacity: 0.3;
  color: rgba(255, 255, 255, 0.3);
  display: block;
  letter-spacing: normal;
  margin-bottom: 12px;
}
@media screen and (max-width: 1150px) {
  .subtitle-en-recruit {
    transform: scale(0.8);
    transform-origin: top left;
  }
}

.subtitle-recruit {
  color: #fff;
  display: block;
  padding-left: 5%;
  position: static;
  white-space: nowrap;
}
@media screen and (max-width: 1150px) {
  .subtitle-recruit {
    transform: scale(0.8);
    transform-origin: top left;
  }
}

.sec-recruit {
  padding-bottom: 40px;
}

.li-recruit {
  display: flex;
  -moz-column-gap: 34px;
       column-gap: 34px;
}
.li-recruit > li {
  width: calc((100% - 34px) / 2);
  aspect-ratio: 638/200;
}

.entry, .recruit {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
}
.entry a, .recruit a {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 10%;
}
.entry a::after, .recruit a::after {
  content: "";
  display: block;
  width: 12.539184953%;
  aspect-ratio: 1;
  background-image: url(../img/common/arrow01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 9.4043887147%;
}
@media screen and (max-width: 679px) {
  .entry a, .recruit a {
    padding-top: 4rem;
    padding-left: 10rem;
  }
  .entry a::after, .recruit a::after {
    width: 70rem;
    height: 70rem;
    top: initial;
    bottom: -2rem;
    right: 65rem;
  }
}

.recruit {
  background-image: linear-gradient(180deg, #E7D493 0%, #9E8B4B 100%);
}

.entry {
  background-image: linear-gradient(180deg, #E7D493 0%, #9E8B4B 100%);
}

@media screen and (max-width: 679px) {
  .subtitle-en-recruit {
    font-size: 60rem;
    margin-bottom: 16rem;
    transform: scale(1);
  }
  .subtitle-recruit {
    padding-left: 50rem;
    font-size: 24rem;
    letter-spacing: 4rem;
    transform: scale(1);
  }
  .sec-recruit {
    padding-bottom: 0;
  }
  .li-recruit {
    flex-direction: column;
    row-gap: 5rem;
  }
  .li-recruit > li {
    width: 100%;
    aspect-ratio: 390/185;
  }
}
.footer {
  padding: 40px 0;
  background: #F9F9F9;
}

.inner-footer {
  padding: 0 min(7.8125%, 100px);
}

.container-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.wrapper-logo-footer {
  width: 110px;
  margin-right: 4.4%;
}

.li-footer-menu {
  display: flex;
  gap: 9%;
}
.li-footer-menu li {
  flex-shrink: 0;
}
.li-footer-menu a, .li-footer-menu span {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}
@media screen and (max-width: 1250px) {
  .li-footer-menu {
    gap: 5%;
  }
}
@media screen and (max-width: 1160px) {
  .li-footer-menu {
    gap: 4%;
  }
  .li-footer-menu a {
    font-size: 11px;
  }
}

.li-footer-submenu {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.area-footer-btn {
  margin-left: auto;
  padding-top: 10px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.copy-footer {
  color: #727171;
  font-size: 10px;
}
.copy-footer.pc-view {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .footer {
    height: 666rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40rem 0;
  }
  .inner-footer {
    padding: 0;
  }
  .container-footer {
    flex-direction: column;
  }
  .wrapper-logo-footer {
    width: 110rem;
    margin-right: 0;
    order: 1;
    margin-bottom: 50rem;
  }
  .li-footer-menu {
    order: 3;
    font-size: 13rem;
    gap: 43rem;
  }
  .li-footer-menu a {
    font-size: 13rem;
    font-weight: 600;
    letter-spacing: 1rem;
  }
  .li-footer-menu > li {
    padding-left: 27rem;
  }
  .li-footer-menu > li:last-child {
    margin-bottom: 43rem;
  }
  .li-footer-submenu {
    gap: 23rem;
  }
  .area-footer-btn {
    width: 192rem;
    font-size: 14rem;
    letter-spacing: 0.7rem;
    order: 2;
    padding-top: 0;
    flex-direction: column;
    margin-right: auto;
    margin-bottom: 46rem;
  }
  .area-footer-btn .btn-entry {
    width: 192rem;
    padding-left: 58rem;
  }
  .copy-footer {
    order: 4;
    font-size: 10rem;
  }
}
:target:before {
  content: "";
  display: block;
  height: 70px;
  margin-top: -70px;
}

main {
  padding-top: 70px;
}

.sec-mv {
  width: 100%;
  height: calc(100vh - 70px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  overflow: hidden;
}
.sec-mv .copy {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -61%);
  width: 100%;
}
.sec-mv .copy__min {
  font-family: Inter, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 15px;
  margin-bottom: 15px;
  display: block;
}
.sec-mv .copy__main {
  font-family: "BIZ UDPMincho", "Noto Serif JP", serif;
  font-size: 48px;
  line-height: 64px;
  letter-spacing: 9.6px;
  margin-bottom: 60px;
  margin-left: 10px;
  position: relative;
}
.sec-mv .copy__main::after {
  content: "";
  position: absolute;
  width: 863px;
  border-bottom: solid #fff 1px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
}
.sec-mv .copy__en {
  font-family: Inter, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 15px;
}

.sec-read .inner {
  padding: 64px 121px 50px;
  text-align: center;
}
.sec-read .inner p {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.7px;
  margin-bottom: 64px;
}
.sec-read .inner p span {
  display: block;
}
.sec-read .head-read__en {
  color: #B39A47;
  font-family: "BIZ UDPMincho", "Noto Serif JP", serif;
  font-size: 20px;
  display: block;
  margin-bottom: 9px;
  text-align: center;
}
.sec-read .head-read__ja {
  color: #000;
  font-family: "BIZ UDPMincho", "Noto Serif JP", serif;
  font-size: 24px;
  letter-spacing: 1.2px;
  margin-bottom: 46px;
  text-align: center;
}
.sec-read .head-read__table__num {
  display: inline-block;
  width: 222px;
  color: #B39A47;
  font-family: "BIZ UDPMincho", "Noto Serif JP", serif;
  font-size: 32px;
  letter-spacing: 1.6px;
  position: relative;
  margin-right: 32px;
}
.sec-read .head-read__table__num::after {
  content: "";
  position: absolute;
  border-right: #000 solid 1px;
  right: -20px;
  height: 75%;
  top: 50%;
  transform: translateY(-55%);
}
.sec-read .head-read__table {
  display: inline-block;
  text-align: left;
}
.sec-read .head-read__table li {
  color: #000;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 32px;
  margin-bottom: 25px;
  position: relative;
  margin-top: -1px;
}
.sec-read .head-read__table li::after {
  content: "";
  position: absolute;
  width: 672px;
  border-bottom: #E6E6E6 solid 1px;
  bottom: -11px;
  left: 0;
}

.sec-chap .inner {
  padding-top: 80px;
  padding-bottom: 64px;
}
.sec-chap .head-chap {
  display: flex;
  width: 100%;
  padding: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 64px;
  aspect-ratio: 1280/640;
}
.sec-chap .head-chap__en {
  color: var(--color-white, #FFF);
  font-family: "EB Garamond", serif;
  font-size: 80px;
  font-weight: 700;
  display: block;
  letter-spacing: 0.8px;
}
.sec-chap .head-chap__ja {
  color: #000;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 93px;
  background: rgba(255, 255, 255, 0.8);
  padding: 0px 20px;
  max-width: 1043px;
  width: 100%;
}
.sec-chap .content-chap li {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sec-chap .content-chap li .paragraph {
  display: flex;
  padding: 80px 40px;
  background: #FFFCF2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
}
.sec-chap .content-chap li .paragraph h3 {
  color: var(--color-gold_normal, #B39A47);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 4.7px;
  width: 100%;
}
.sec-chap .content-chap li .paragraph p {
  width: 100%;
  color: var(--color-black, #333);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 1.6px;
}
.sec-chap .content-chap li figure {
  width: 500px;
  min-width: 500px;
  height: 350px;
  margin-left: auto;
  margin-right: 40px;
  margin-top: 80px;
}
.sec-chap .content-chap li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .sec-chap .content-chap li:not(:first-child) {
  margin-top: 64px;
} */
.sec-chap .content-chap li:nth-child(2n) {
  flex-direction: row-reverse;
}
.sec-chap .content-chap li:nth-child(2n) figure {
  margin-left: 40px;
  margin-right: auto;
  z-index: 10;
}
.sec-chap .content-chap li:nth-child(2n) .paragraph {
  padding: 80px 40px;
}
.sec-chap3 .content-chap li:nth-child(2n) {
  flex-direction: row;
}
.sec-chap3 .content-chap li .paragraph,
.sec-chap3 .content-chap li:nth-child(2n) .paragraph {
  flex: 0 1 auto;
  max-width: 880px;
  padding: 80px 40px;
}


.sec-chap2 .head-chap__ja {
  line-height: 72px;
  padding-top: 7px;
  padding-bottom: 9px;
}
.sec-chap2 .head-chap__ja-min {
  color: #000;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 40px;
  font-weight: 700;
  width: 100%;
  display: block;
}

.sec-chap3 .inner {
  padding-bottom: 0;
  margin-bottom: -16px;
}
.sec-chap3 .head-chap__ja {
  line-height: 74px;
  padding-top: 10px;
  padding-bottom: 8px;
}
.sec-chap3 .paragraph {
  padding: 80px;
}
.sec-chap3 .paragraph p {
  color: #333;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 1.6px;
  margin-bottom: 40px;
}
.chap-heading {
  font-size: 24px;
  font-weight: 700;
  color: #B39A47;
  display: block;
}

.ecmallsales_no1 .sec-read .inner {
  padding: 64px 40px 50px 49px;
  text-align: center;
}
.ecmallsales_no1 .sec-read .inner .head-read__table__num {
  margin-right: 24px;
}
.ecmallsales_no1 .sec-read .inner .head-read__table__num::after {
  right: -12px;
}
.ecmallsales_no1 .sec-chap1 {
  padding-bottom: 37px;
}
.ecmallsales_no1 .sec-chap1 .head-chap {
  margin-bottom: 90px;
}
.ecmallsales_no1 .sec-chap1 .head-chap__ja {
  width: 863px;
}
.ecmallsales_no1 .sec-chap1 ul {
  padding-top: 80px;
  padding-left: 188px;
  padding-right: 60px;
  position: relative;
}
.ecmallsales_no1 .sec-chap1 ul::before {
  content: "";
  position: absolute;
  left: 114px;
  top: 80px;
  height: calc(90% - 80px);
  border-left: #B39A47 solid 1px;
}
.ecmallsales_no1 .sec-chap1 ul li {
  margin-bottom: 51px;
  position: relative;
}
.ecmallsales_no1 .sec-chap1 ul li .sec-chap1__num {
  position: absolute;
  color: var(--color-white, #FFF);
  font-family: "EB Garamond", serif;
  font-size: 60px;
  font-weight: 500;
  width: 100px;
  height: 100px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #B39A47;
  left: -124px;
  top: -27px;
}
.ecmallsales_no1 .sec-chap1 ul li h3 {
  color: #B39A47;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 32px;
  margin-bottom: 25px;
}
.ecmallsales_no1 .sec-chap1 ul li p {
  color: #333;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.ecmallsales_no1 .sec-chap1 ul li p span {
  display: block;
}
.ecmallsales_no1 .sec-chap2 .head-chap__ja {
  padding-top: 13px;
}
.ecmallsales_no1 .sec-chap2 .content-chap li:nth-child(2n-1) .paragraph p:first-of-type {
  margin-bottom: -40px;
}
.ecmallsales_no1 .sec-chap2 .content-chap li:nth-child(2n) .paragraph {
  padding: 80px 40px;
}
.ecmallsales_no1 .sec-chap3 {
  margin-bottom: 40px;
}
.ecmallsales_no1 .sec-chap3 .content-chap li .paragraph p {
  margin-bottom: unset;
}
.ecmallsales_no1 .sec-chap3 .content-chap li .paragraph {
  padding: 80px;
  max-width: none;
  flex: 1;
  width: 100%;
}
.ecmallsales_no1 .sec-chap3 .content-chap li:nth-child(2) .paragraph {
  padding: 0 80px 80px;
}
.ecmallsales_no1 .sec-chap3 .content-chap li:nth-child(3) .paragraph {
  padding: 80px;
}
.ecmallsales_no1 .sec-chap3 .content-chap li:nth-child(3) .paragraph h3 {
  color: #333;
  font-family: "EB Garamond", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 11px;
  letter-spacing: 0;
}
.ecmallsales_no1 .sec-chap3 .content-chap li:nth-child(3) .paragraph h3 .paragraph__title-name {
  color: #B39A47;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 4.8px;
  display: block;
  margin-top: 21px;
}

.enliven_takayama .sec-read .inner {
  padding: 64px 221px 50px;
  text-align: center;
}
.enliven_takayama .sec-chap1 .head-chap__ja {
  line-height: 82px;
  width: 100%;
}
.enliven_takayama .sec-chap1 .paragraph p:first-of-type {
  margin-bottom: unset;
}
.enliven_takayama .sec-chap2 .content-chap li .paragraph h3 {
  margin-bottom: 50px;
}
.enliven_takayama .sec-chap2 .content-chap li:nth-child(2) .paragraph {
  padding: 80px 40px;
}
.enliven_takayama .sec-chap2 .content-chap li:nth-child(4) .paragraph {
  padding: 80px 40px;
}
.enliven_takayama .sec-chap3 .content-chap li:nth-child(1) .paragraph p {
  margin-bottom: -40px;
}
.enliven_takayama .sec-chap3 .content-chap li:nth-child(1) .paragraph p:last-child {
  margin-bottom: 0px;
}
.enliven_takayama .sec-chap3 .content-chap li:nth-child(2) .paragraph {
  padding: 0 80px 80px;
}

.sec-interview {
  margin-bottom: 50px;
}
.sec-interview .desc-interview {
  letter-spacing: 1.8px;
}
.sec-interview .wrapper-interview1 {
  padding-bottom: 80px;
}

.sec-welfare {
  padding-bottom: 60px;
}

.sec-questions {
  padding-bottom: 50px;
}

.spread_japanesefood .head-page--subtitle,
.ecmallsales_no1 .head-page--subtitle {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.spread_japanesefood .head-page--title,
.ecmallsales_no1 .head-page--title {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 36px;
  letter-spacing: 3px;
}
.spread_japanesefood .head-page--title-en,
.ecmallsales_no1 .head-page--title-en {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  font-family: "EB Garamond", serif;
}
.spread_japanesefood .sec-chap,
.ecmallsales_no1 .sec-chap {
  margin-bottom: 40px;
}
.spread_japanesefood .sec-chap .inner,
.ecmallsales_no1 .sec-chap .inner {
  background-color: #F9F2D9;
  max-width: 1200px;
  padding: 20px 20px 64px;
}
.spread_japanesefood .sec-chap .inner {
  padding-bottom: 0;
}
.spread_japanesefood .sec-chap.sec-chap2 .inner {
  padding-bottom: 80px;
}
.ecmallsales_no1 .sec-chap.sec-chap3 .inner {
  padding-bottom: 0;
}
.spread_japanesefood .sec-chap .head-chap,
.ecmallsales_no1 .sec-chap .head-chap {
  background-image: none;
  aspect-ratio: auto;
  margin-bottom: 0;
  padding: 0 20px;
}
.spread_japanesefood .sec-chap .head-chap .head-chap__en,
.ecmallsales_no1 .sec-chap .head-chap .head-chap__en {
  color: #B39A47;
  opacity: 0.35;
}
.spread_japanesefood .sec-chap .head-chap .head-chap__ja,
.ecmallsales_no1 .sec-chap .head-chap .head-chap__ja {
  background: none;
  padding: 0;
}
.spread_japanesefood .sec-chap .content-chap li .paragraph,
.ecmallsales_no1 .sec-chap .content-chap li .paragraph {
  background: transparent;
}

.enliven_takayama .head-page--subtitle {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.enliven_takayama .head-page--title {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 36px;
  letter-spacing: 3px;
}
.enliven_takayama .head-page--title-en {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  font-family: "EB Garamond", serif;
}
.enliven_takayama .sec-chap {
  margin-bottom: 40px;
}
.enliven_takayama .sec-chap .inner {
  background-color: #F9F2D9;
  max-width: 1200px;
  padding: 20px 20px 64px;
}
.enliven_takayama .sec-chap .head-chap {
  background-image: none;
  aspect-ratio: auto;
  margin-bottom: 0;
  padding: 0 20px;
}
.enliven_takayama .sec-chap .head-chap .head-chap__en {
  color: #B39A47;
  opacity: 0.35;
}
.enliven_takayama .sec-chap .head-chap .head-chap__ja {
  background: none;
  padding: 0;
}
.enliven_takayama .sec-chap .content-chap li .paragraph {
  background: transparent;
}
.enliven_takayama .content-chap-vertical {
  display: flex;
  flex-direction: column;
  background: #F9F2D9;
  padding: 0;
  margin: 0;
}
.enliven_takayama .content-chap-vertical .paragraph {
  padding: 80px;
}
.enliven_takayama .content-chap-vertical .paragraph h3 {
  color: #B39A47;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 4.7px;
  margin-bottom: 20px;
}
.enliven_takayama .content-chap-vertical .paragraph p {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 1.6px;
}
.enliven_takayama .content-chap-vertical figure {
  width: 500px;
  height: 350px;
  margin: 20px auto;
  overflow: hidden;
}
.enliven_takayama .content-chap-vertical figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.enliven_takayama .sec-chap3 .head-chap--no-img {
  background-image: none;
  background-color: transparent;
  aspect-ratio: auto;
  margin-bottom: 0;
  padding: 0 20px;
}
.enliven_takayama .sec-chap3 .head-chap--no-img .head-chap__en {
  color: #B39A47;
  opacity: 0.35;
}
.enliven_takayama .sec-chap3 .head-chap--no-img .head-chap__ja {
  background: none;
  padding: 0;
}
.enliven_takayama .sec-chap3 .content-chap li .paragraph {
  background: transparent;
  padding: 80px;
  max-width: none;
  flex: 1;
  width: 100%;
}
.enliven_takayama .sec-chap.sec-chap3 .inner {
  padding-bottom: 0;
}
.enliven_takayama .sec-chap.sec-chap1 .inner {
  padding-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .enliven_takayama .head-page--subtitle {
    font-size: 16rem;
    margin-bottom: 10rem;
  }
  .enliven_takayama .head-page--title {
    font-size: 24rem;
    letter-spacing: 3rem;
  }
  .enliven_takayama .head-page--title-en {
    font-size: 16rem;
    margin-top: 16rem;
  }
}

@media screen and (max-width: 1024px) {
  :target:before {
    height: 60rem;
    margin-top: -60rem;
  }
  main {
    padding-top: 60rem;
    overflow: hidden;
  }
  .sec-mv {
    width: 100%;
    height: calc(100vh - 60rem);
    background-size: auto 100%;
  }
  .sec-mv .copy {
    transform: translate(-50%, -47%);
  }
  .sec-mv .copy__min {
    font-family: "Noto Serif JP";
    font-size: 16rem;
    font-weight: 400;
    line-height: 50rem;
    margin-bottom: 0;
  }
  .sec-mv .copy__main {
    font-family: "Noto Serif JP";
    font-size: 30rem;
    line-height: 50rem;
    letter-spacing: 3rem;
    width: 80%;
    margin: 0 auto 43rem;
  }
  .sec-mv .copy__main::after {
    content: "";
    width: 350rem;
    bottom: -30rem;
  }
  .sec-mv .copy__en {
    font-family: "Noto Serif JP";
    font-size: 16rem;
    font-weight: 400;
    line-height: 50rem;
    letter-spacing: 1.6rem;
  }
  .sec-read .inner {
    padding: 46rem 19rem 23rem;
  }
  .sec-read .inner p {
    font-weight: 500;
    line-height: 31rem;
    letter-spacing: 1.4rem;
    text-align: left;
    font-size: 14rem;
    margin-bottom: 39rem;
  }
  .sec-read .inner p span {
    margin-bottom: 7rem;
    text-align: left;
  }
  .sec-read .head-read__en {
    font-size: 14rem;
    text-align: center;
    margin-bottom: 4rem;
  }
  .sec-read .head-read__ja {
    font-size: 24rem;
    text-align: center;
    letter-spacing: 1.2rem;
    margin-bottom: 49rem;
  }
  .sec-read .head-read__table__num {
    display: block;
    color: #B39A47;
    font-size: 12rem;
    letter-spacing: 0.6rem;
    margin-right: unset;
    margin-bottom: 7rem;
  }
  .sec-read .head-read__table__num::after {
    content: unset;
  }
  .sec-read .head-read__table li {
    font-size: 14rem;
    margin-bottom: 31rem;
    margin-top: -1rem;
  }
  .sec-read .head-read__table li::after {
    width: 100%;
    bottom: -14rem;
  }
  .sec-chap .inner {
    padding-bottom: 88rem;
  }
  .sec-chap .head-chap {
    display: flex;
    padding: 19rem;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 40rem;
    aspect-ratio: 390/712;
  }
  .sec-chap .head-chap__en {
    font-size: 40rem;
    line-height: normal;
    letter-spacing: 0;
    width: 300rem;
  }
  .sec-chap .head-chap__ja {
    font-size: 20rem;
    line-height: 30rem;
    padding: 12rem 19rem 8rem;
    width: 100%;
  }
  .sec-chap .content-chap li {
    flex-wrap: wrap;
  }
  .sec-chap .content-chap li .paragraph {
    padding: 20rem 19rem 191rem;
    gap: 15rem;
  }
  .sec-chap .content-chap li .paragraph h3 {
    color: var(--color-gold_normal, #B39A47);
    text-align: left;
    font-size: 24rem;
    font-weight: 700;
    line-height: 34rem;
    letter-spacing: 2rem;
  }
  .sec-chap .content-chap li .paragraph p {
    font-size: 14rem;
    font-weight: 500;
    line-height: 30rem;
    letter-spacing: 1.4rem;
  }
  .sec-chap .content-chap li figure {
    width: calc(100% - 40rem);
    height: auto;
    margin: -120rem auto 0 auto;
  }
  .sec-chap .content-chap li:not(:first-child) {
    margin-top: 15rem;
  }
  .sec-chap .content-chap li:nth-child(2n) {
    flex-direction: unset;
  }
  .sec-chap .content-chap li:nth-child(2n) figure {
    margin-right: unset;
    z-index: unset;
  }
  .sec-chap .content-chap li:nth-child(2n) .paragraph {
    padding: 20rem 19rem 191rem;
  }
  .sec-chap1 .paragraph p:first-of-type {
    margin-bottom: 0;
  }
  .spread_japanesefood .sec-chap1 .content-chap li .paragraph {
    padding-bottom: 20rem;
  }
  .spread_japanesefood .sec-chap1 .content-chap li figure {
    margin-top: 0;
  }
  .spread_japanesefood .sec-chap2 .content-chap li .paragraph {
    padding-bottom: 20rem;
  }
  .spread_japanesefood .sec-chap2 .content-chap li figure {
    margin-top: 0;
  }
  .spread_japanesefood .sec-chap.sec-chap2 .inner {
    padding-bottom: 0;
  }
  .sec-chap2 .head-chap__ja {
    line-height: 30rem;
    padding-top: 4rem;
    padding-bottom: 9rem;
  }
  .sec-chap2 .head-chap__ja-min {
    font-size: 12rem;
    margin-bottom: -2rem;
  }
  .sec-chap3 .inner {
    padding-bottom: 0;
    margin-bottom: -16rem;
  }
  .sec-chap3 .head-chap__ja {
    line-height: 30rem;
    padding-top: 10rem;
    padding-bottom: 8rem;
  }
  .sec-chap3 .paragraph {
    padding: 0rem 19rem 30rem;
  }
  .sec-chap3 .paragraph p {
    font-size: 14rem;
    font-weight: 500;
    line-height: 30rem;
    letter-spacing: 1.4rem;
    margin-bottom: 40rem;
  }
  .ecmallsales_no1 .sec-read .inner {
    padding: 53rem 19rem 21rem;
  }
  .ecmallsales_no1 .sec-read p {
    margin-bottom: 48rem;
  }
  .ecmallsales_no1 .sec-read .head-read__ja {
    margin-bottom: 50rem;
  }
  .ecmallsales_no1 .sec-read .head-read__table li {
    margin-top: -5rem;
    line-height: 18rem;
    margin-bottom: 34rem;
  }
  .ecmallsales_no1 .sec-read .head-read__table li::after {
    bottom: -16rem;
  }
  .ecmallsales_no1 .sec-read .head-read__table__num {
    margin-right: unset;
    margin-bottom: 5rem;
  }
  .ecmallsales_no1 .sec-chap1 {
    padding-bottom: 23rem;
  }
  .ecmallsales_no1 .sec-chap1 .inner {
    padding-bottom: 0;
  }
  .ecmallsales_no1 .sec-chap1 .head-chap {
    margin-bottom: 38rem;
  }
  .ecmallsales_no1 .sec-chap1 .head-chap__ja {
    width: 100%;
  }
  .ecmallsales_no1 .sec-chap1 ul {
    padding-top: 0rem;
    padding-bottom: 30rem;
    padding-left: 83.5rem;
    padding-right: 24.5rem;
  }
  .ecmallsales_no1 .sec-chap1 ul::before {
    content: unset;
  }
  .ecmallsales_no1 .sec-chap1 ul li {
    margin-bottom: 15rem;
    position: relative;
  }
  .ecmallsales_no1 .sec-chap1 ul li .sec-chap1__num {
    font-size: 30rem;
    width: 43rem;
    height: 43rem;
    padding: 10rem;
    left: -59rem;
    top: 9rem;
  }
  .ecmallsales_no1 .sec-chap1 ul li h3 {
    font-size: 24rem;
    margin-bottom: 14rem;
    line-height: 31rem;
  }
  .ecmallsales_no1 .sec-chap1 ul li p {
    font-size: 14rem;
    font-weight: 500;
    line-height: 30rem;
    letter-spacing: 1.4rem;
    position: relative;
  }
  .ecmallsales_no1 .sec-chap1 ul li p span {
    margin-bottom: 10rem;
  }
  .ecmallsales_no1 .sec-chap1 ul li:not(:last-child) p::before {
    content: "";
    position: absolute;
    left: -39rem;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    border: solid 1px #B39A47;
  }
  .ecmallsales_no1 .sec-chap2 .head-chap {
    margin-bottom: 0;
  }
  .ecmallsales_no1 .sec-chap2 .head-chap__ja {
    padding-top: 13rem;
  }
  .ecmallsales_no1 .sec-chap2 .content-chap li:nth-child(2n-1) .paragraph p:first-of-type {
    margin-bottom: -30rem;
  }
  .ecmallsales_no1 .sec-chap2 .content-chap li:nth-child(2n) .paragraph {
    padding: 20rem 19rem 20rem;
  }
  .ecmallsales_no1 .sec-chap2 .content-chap li .paragraph {
    padding-bottom: 20rem;
  }
  .ecmallsales_no1 .sec-chap2 .content-chap li figure {
    margin-top: 0;
  }
  .ecmallsales_no1 .sec-chap2 .content-chap li:not(:first-child) {
    margin-top: 15rem;
  }
  .ecmallsales_no1 .sec-chap2 .content-chap li .paragraph h3 {
    margin-bottom: -1rem;
  }
  .ecmallsales_no1 .sec-chap3 {
    margin-bottom: 118rem;
  }
  .ecmallsales_no1 .sec-chap3 .content-chap li .paragraph {
    padding: 20rem 19rem 20rem;
  }
  .ecmallsales_no1 .sec-chap3 .content-chap li:nth-child(2) .paragraph {
    padding: 20rem 19rem 20rem;
  }
  .ecmallsales_no1 .sec-chap3 .content-chap li:nth-child(3) .paragraph {
    padding: 20rem 19rem 20rem;
  }
  .ecmallsales_no1 .sec-chap3 .content-chap li:nth-child(3) .paragraph h3 {
    font-size: 16rem;
    line-height: 24rem;
    margin-bottom: 7rem;
  }
  .ecmallsales_no1 .sec-chap3 .content-chap li:nth-child(3) .paragraph h3 .paragraph__title-name {
    font-size: 24rem;
    line-height: 24rem;
    letter-spacing: 4.8rem;
    margin-top: 13rem;
  }
  .ecmallsales_no1 .sec-chap3 .content-chap li:not(:first-child) {
    margin-top: 15rem;
  }
  .ecmallsales_no1 .sec-chap3 .content-chap li .paragraph p {
    margin-bottom: unset;
  }
  .ecmallsales_no1 .sec-chap3 .content-chap li figure {
    margin-top: 0;
    margin-bottom: 35rem;
  }
  .enliven_takayama .sec-read .inner {
    padding: 50rem 19rem 23rem;
  }
  .enliven_takayama .sec-read .inner p {
    margin-bottom: 47rem;
  }
  .enliven_takayama .sec-chap1 .head-chap__ja {
    line-height: 30rem;
    width: 100%;
  }
  .enliven_takayama .sec-chap1 .paragraph p:first-of-type {
    margin-bottom: 2rem;
  }
  .enliven_takayama .sec-chap1 .content-chap li .paragraph {
    padding-bottom: 226rem;
  }
  .enliven_takayama .sec-chap1 .content-chap li .paragraph h3 {
    margin-bottom: -2rem;
  }
  .enliven_takayama .sec-chap2 .head-chap__ja {
    padding-top: 11rem;
  }
  .enliven_takayama .sec-chap2 .content-chap li:first-child .paragraph h3 {
    width: 105%;
  }
  .enliven_takayama .sec-chap2 .content-chap li .paragraph h3 {
    margin-bottom: 0;
  }
  .enliven_takayama .sec-chap2 .content-chap li:nth-child(2) .paragraph {
    padding: 20rem 19rem 20rem;
  }
  .enliven_takayama .sec-chap2 .content-chap li:nth-child(4) .paragraph {
    padding: 20rem 19rem 20rem;
  }
  .enliven_takayama .sec-chap2 .content-chap li:last-child .paragraph {
    padding: 20rem 19rem 20rem;
  }
  .enliven_takayama .sec-chap2 .content-chap li .paragraph {
    padding-bottom: 20rem;
  }
  .enliven_takayama .sec-chap2 .content-chap li figure {
    margin-top: 0;
  }
  .enliven_takayama .sec-chap3 .inner {
    margin-bottom: 101rem;
  }
  .enliven_takayama .content-chap-vertical {
    padding: 0 19rem;
  }
  .enliven_takayama .content-chap-vertical .paragraph {
    padding: 20rem 0;
  }
  .enliven_takayama .content-chap-vertical .paragraph h3 {
    font-size: 24rem;
    letter-spacing: 2rem;
    margin-bottom: 15rem;
  }
  .enliven_takayama .content-chap-vertical .paragraph p {
    font-size: 14rem;
    line-height: 30rem;
    letter-spacing: 1.4rem;
  }
  .enliven_takayama .content-chap-vertical figure {
    width: 77%;
    aspect-ratio: 300 / 210;
    margin: 15rem auto;
  }
  .enliven_takayama .sec-chap3 .head-chap--no-img {
    aspect-ratio: auto;
    margin-bottom: 0;
    padding: 0 19rem;
  }
  .enliven_takayama .sec-chap3 .head-chap--no-img .head-chap__en {
    color: #B39A47;
    opacity: 0.35;
  }
  .enliven_takayama .sec-chap3 .head-chap--no-img .head-chap__ja {
    background: none;
    padding: 0;
  }
  .enliven_takayama .sec-chap3 .content-chap li .paragraph {
    padding: 20rem 19rem;
    width: 100%;
    flex: 1 0 auto;
    max-width: none;
  }
  .enliven_takayama .sec-chap3 .content-chap li:nth-child(1) .paragraph p {
    margin-bottom: -30rem;
  }
  .enliven_takayama .sec-chap3 .content-chap li:nth-child(1) .paragraph p:last-child {
    margin-bottom: 0rem;
  }
  .enliven_takayama .sec-chap3 .content-chap li:nth-child(2) .paragraph {
    padding: 20rem 19rem;
  }
  .sec-interview {
    margin-bottom: 20rem;
  }
  .sec-interview .desc-interview {
    letter-spacing: 1.8rem;
  }
  .sec-interview .wrapper-interview1 {
    padding-bottom: 50rem;
  }
  .sec-interview .wrapper-interview2 {
    padding-bottom: 50rem;
  }
  .sec-welfare {
    padding-bottom: 50rem;
  }
  .sec-questions {
    padding-bottom: 54rem;
  }
  .spread_japanesefood .head-page--subtitle,
  .ecmallsales_no1 .head-page--subtitle {
    font-size: 16rem;
    margin-bottom: 10rem;
  }
  .spread_japanesefood .head-page--subtitle {
    font-size: 15rem;
    white-space: nowrap;
  }
  .spread_japanesefood .head-page--title,
  .ecmallsales_no1 .head-page--title {
    font-size: 24rem;
    letter-spacing: 3rem;
  }
  .ecmallsales_no1 .head-page--title {
    letter-spacing: 0;
    white-space: nowrap;
  }
  .spread_japanesefood .head-page--title-en,
  .ecmallsales_no1 .head-page--title-en {
    font-size: 16rem;
    margin-top: 16rem;
  }
}/*# sourceMappingURL=column.css.map */
/* SP: 見出し下線の幅を全ページ統一 */
@media screen and (max-width: 1024px) {
  .head-page {
    width: 330rem;
  }
}
