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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  border: 0;
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button {
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  font: inherit;
  margin: 0;
  padding: 0;
}

input,
select,
textarea {
  color: inherit;
  font: inherit;
  vertical-align: top;
}

/* 色
--------------------------------------------------------*/
/* フォント
--------------------------------------------------------*/
/* レイアウト幅
--------------------------------------------------------*/
/* 階層
--------------------------------------------------------*/
/* ブレークポイント
--------------------------------------------------------*/
/* メディアクエリー
--------------------------------------------------------*/
/* コンセプトイメージ
--------------------------------------------------------*/
/* リンクアイコン
--------------------------------------------------------*/
/* body
--------------------------------------------------------*/
body {
  background-color: #ffffff;
  color: #333333;
  font-family: "Noto Serif JP", serif, sans-serif, "Kiwi Maru", serif, "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
body.modal-open, body.is-fixed {
  overflow: hidden;
}

/* フォントサイズ
--------------------------------------------------------*/
html {
  font-size: 62.5%;
}

/* 疑似要素
--------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* リンク
--------------------------------------------------------*/
a {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}

i {
  opacity: 0.8;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  i:hover {
    opacity: 1;
    text-decoration: underline;
  }
}

/* figure
--------------------------------------------------------*/
figure {
  margin: 0;
}

/* em
--------------------------------------------------------*/
em {
  font-style: normal !important;
}

/* olのリストスタイルをカスタマイズ
--------------------------------------------------------*/
/* summary
--------------------------------------------------------*/
summary {
  display: block;
}
summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

/* 画像
--------------------------------------------------------*/
img {
  -o-object-fit: cover;
  height: auto;
     object-fit: cover;
  width: 100%;
}

/* フォーム初期化
--------------------------------------------------------*/
input {
  /* ブラウザによって異なるデフォルト設定を初期化
  --------------------------------------------------------*/
  /* フォーム要素
  --------------------------------------------------------*/
  /* カレンダー選択範囲拡張
  --------------------------------------------------------*/
}
input input[type=submit],
input input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  background: transparent;
  border: none;
  border-radius: 0px;
  box-sizing: border-box;
  cursor: pointer;
}
input input[type=submit]::-webkit-search-decoration,
input input[type=button]::-webkit-search-decoration {
  display: none;
}
input .row.jc-center {
  justify-content: center;
}
input[type=radio] {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
input[type=radio]:checked + .p-contact__select::after {
  opacity: 1;
}
input[type=checkbox] {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
input[type=checkbox]:checked + .p-contact__checkbox_text::after {
  opacity: 1;
}
input[type=submit]:focus, input[type=checkbox]:focus {
  outline: none;
}
input[type=submit] {
  padding: 0;
}
input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  margin-right: auto;
  width: 100%;
}
input select::-ms-expand {
  display: none;
}
input[type=date]::-webkit-calendar-picker-indicator {
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
}
input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type=date]::-webkit-clear-button {
  -webkit-appearance: none;
}
input[type=date] {
  position: relative;
}

/* テキストエリア
--------------------------------------------------------*/
textarea {
  height: 100%;
  resize: none;
  text-align: left;
  width: 100%;
}

/* フォント情報の一括入力(figma)
--------------------------------------------------------*/
.l-header {
  background: #ffffff;
  opacity: 0.8;
  position: fixed;
  width: 100%;
  z-index: 20;
}

.l-inner {
  padding-inline: 20px;
}

.l-concept {
  margin-top: 79px;
}
@media screen and (min-width: 1000px) {
  .l-concept {
    margin-top: 120px;
  }
}

.l-works {
  margin-top: 79px;
}
@media screen and (min-width: 1000px) {
  .l-works {
    margin-top: 147px;
  }
}

.l-news {
  margin-top: 79px;
}
@media screen and (min-width: 1000px) {
  .l-news {
    margin-top: 116px;
  }
}

.l-contact {
  background: #eeead0;
  margin-top: 79px;
  padding-block: 39px 8px;
}
@media screen and (min-width: 768px) {
  .l-contact {
    margin-top: 120px;
    padding-block: 119px 115px;
  }
}

.l-footer {
  background: #31452d;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 79px;
  }
}

.c-link {
  border: 1px solid #31452d;
  display: inline-block;
  font-size: 1.6rem;
  padding: 16px 37px 14px;
}
@media (any-hover: hover) {
  .c-link:hover {
    background: #333333;
    color: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .c-link {
    padding: 17px 61px 15px 62px;
  }
}
.c-link.c-link--request {
  background: #b69b04;
  border: 1px solid transparent;
  color: #ffffff;
}
.c-link.c-link--contact {
  background: #31452d;
  border: 1px solid transparent;
  color: #ffffff;
}

.c-detail {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  justify-content: flex-end;
}
.c-detail a {
  height: 16px;
  margin-left: 5px;
  margin-top: -5px;
  width: 16px;
}

.p-section-title {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.p-section-title__ja {
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-section-title__ja {
    font-size: 3.2rem;
  }
}

.p-section-title__en {
  color: #31452d;
  font-family: "Lora", serif, "Josefin Sans", sans-serif, "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 1.4rem;
  margin-top: 7px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-section-title__en {
    font-size: 1.6rem;
    margin-top: 3px;
  }
}
.p-section-title__en::after {
  background: #b69b04;
  content: "";
  height: 1px;
  left: 50%;
  margin-top: 24px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
}
.p-section-title__en.p-section-title__en--contact::after {
  margin-top: 21px;
}
@media screen and (min-width: 768px) {
  .p-section-title__en.p-section-title__en--contact::after {
    margin-top: 24px;
  }
}

.p-header {
  background: #ffffff;
  display: flex;
  height: 64px;
  margin-inline: auto;
  padding: 18px 20px;
}
@media screen and (min-width: 1000px) {
  .p-header {
    height: 80px;
    justify-content: center;
    padding: 24px 20px;
    width: min(1080px, 100%);
  }
}

@media screen and (min-width: 1000px) {
  .p-header__logo {
    border-right: 1px solid #000;
    padding-right: 32px;
  }
}
.p-header__logo img {
  height: 29px;
  width: 114px;
}
@media screen and (min-width: 768px) {
  .p-header__logo img {
    height: 36px;
    width: 140px;
  }
}

.p-header__nav {
  display: none;
}
@media screen and (min-width: 1000px) {
  .p-header__nav {
    display: block;
  }
}

.p-header__list {
  display: flex;
}

.p-header__item {
  border-right: 1px solid #000;
  padding-inline: 32px;
}
@media screen and (min-width: 768px) {
  .p-header__item {
    padding-inline: 30.5px;
  }
}
.p-header__item a {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  font-weight: bold;
  gap: 6px;
}
@media screen and (min-width: 768px) {
  .p-header__item a {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-header__item a {
    font-size: 1.6rem;
  }
}
.p-header__item a span {
  color: #b69b04;
  font-family: "Lora", serif, "Josefin Sans", sans-serif, "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 1.2rem;
  font-weight: bold;
}

.p-header__drawer {
  height: 24px;
  position: fixed;
  right: 22px;
  top: 22px;
  width: 24px;
}

.p-header__button {
  display: none;
}
@media screen and (min-width: 1000px) {
  .p-header__button {
    align-items: center;
    background: #31452d;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 7px;
    justify-content: center;
    margin-block: -24px;
    margin-left: 21px;
    padding-inline: 36px;
  }
}
.p-header__button span {
  color: #b69b04;
  font-family: "Lora", serif, "Josefin Sans", sans-serif, "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 1.2rem;
}

@media screen and (min-width: 1000px) {
  .p-drawer-icon {
    display: none;
  }
}
.p-drawer-icon.is-checked .p-drawer-icon__bar:nth-of-type(1) {
  top: 8px;
  transform: rotate(45deg);
}
.p-drawer-icon.is-checked .p-drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.p-drawer-icon.is-checked .p-drawer-icon__bar:nth-of-type(3) {
  top: 8px;
  transform: rotate(-45deg);
}

.p-drawer-icon__bar {
  background: #333333;
  flex-shrink: 0;
  height: 2px;
  position: absolute;
  right: -3px;
  transition: all 0.3s ease;
  width: 24px;
}
.p-drawer-icon__bar:nth-of-type(1) {
  top: 0;
}
.p-drawer-icon__bar:nth-of-type(2) {
  top: 8px;
}
.p-drawer-icon__bar:nth-of-type(3) {
  top: 16px;
}

.p-fv {
  background: url(../../assets/img/SP/fv_img.jpg) no-repeat center center/cover;
  height: 812px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-fv {
    background: url(../../assets/img/fv_img.webp) no-repeat center center/cover;
    height: 900px;
  }
}

.p-fv__img-text {
  left: 0;
  max-width: 540px;
  position: absolute;
  top: 303px;
}
@media screen and (min-width: 768px) {
  .p-fv__img-text {
    left: 165px;
    max-width: 956px;
    top: 378px;
  }
}
@media screen and (min-width: 1920px) {
  .p-fv__img-text {
    left: 35%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 1920px) {
  .p-concept {
    margin-inline: auto;
    max-width: 1440px;
  }
}

.p-concept__body {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-concept__body {
    margin-top: 52px;
    position: relative;
  }
}

.p-concept__imgWrap {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-concept__imgWrap {
    margin-left: auto;
    margin-top: 32px;
    width: 77.7777777778%;
  }
}

.p-concept__description {
  background: #31452d;
  color: #ffffff;
  padding-block: 56px;
}
@media screen and (min-width: 768px) {
  .p-concept__description {
    bottom: -48px;
    left: 0;
    max-width: 432px;
    padding: 20px 28px;
    position: absolute;
  }
}
@media screen and (min-width: 1200px) {
  .p-concept__description {
    bottom: -30px;
    max-width: 640px;
    padding: 64px 28px;
  }
}

.p-concept__description_title {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-concept__description_title {
    font-size: 2.4rem;
  }
}

.p-concept__description_text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-concept__description_text {
    line-height: 2.5;
  }
}

.p-concept__description_detail {
  margin-top: 24px;
  text-align: right;
}

.p-works {
  position: relative;
}
.p-works::after {
  background: #eeead0;
  bottom: 73px;
  content: "";
  height: 508px;
  position: absolute;
  right: 0;
  width: 74.666667%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-works::after {
    bottom: 100px;
    height: 75.621302%;
    width: 68.472222%;
  }
}
@media screen and (min-width: 1200px) {
  .p-works::after {
    bottom: 89px;
    height: 639px;
  }
}

.p-works__body {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-works__body {
    margin-top: 52px;
  }
}

@media screen and (min-width: 768px) {
  .p-works__contents {
    margin-inline: auto;
    padding-inline: 20px;
    width: min(1080px, 100%);
  }
}

.p-works__cards {
  display: grid;
  gap: 38px 14px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .p-works__cards {
    gap: 66px 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-works__card_imgWrap {
  overflow: hidden;
}
.p-works__card_imgWrap img {
  transition: transform 0.3s ease;
}
@media (any-hover: hover) {
  .p-works__card_imgWrap img:hover {
    transform: scale(1.2);
  }
}

.p-works__card_title {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-works__card_title {
    font-size: 2.4rem;
  }
}

.p-works__card_detail {
  font-size: 1.6rem;
  width: -moz-fit-content;
  width: fit-content;
}

.p-works__card_textArea {
  display: flex;
  flex-direction: column;
  gap: 17px;
  margin-top: 14px;
  padding-left: 17px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-works__card_textArea {
    gap: 25px;
    margin-top: 21px;
    padding-left: 33px;
  }
}
.p-works__card_textArea::after {
  border-left: 1px solid #333333;
  bottom: 0;
  content: "";
  height: 95px;
  left: 0.5em;
  position: absolute;
  width: 1px;
}
@media screen and (min-width: 768px) {
  .p-works__card_textArea::after {
    height: 152px;
    left: 1.5em;
  }
}

.p-works__link {
  margin-inline: auto;
  margin-top: 66px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-works__link {
    margin-top: 77px;
  }
}

.p-news__contents {
  display: flex;
  flex-direction: column;
  gap: 21px;
  margin-top: 37px;
}
@media screen and (min-width: 768px) {
  .p-news__contents {
    gap: 3px;
    margin-inline: auto;
    margin-top: 51px;
    padding-inline: 20px;
    width: min(1080px, 100%);
  }
}

@media screen and (min-width: 768px) {
  .p-news__content {
    align-items: center;
    display: flex;
  }
}
.p-news__content + .p-news__content {
  border-top: 1px solid #e5e5e5;
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-news__content + .p-news__content {
    border: none;
  }
}

.p-news__time {
  font-family: "Lora", serif, "Josefin Sans", sans-serif, "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-news__time {
    border-left: 1px solid #e5e5e5;
    font-size: 1.6rem;
    min-width: 15%;
    padding-block: 18px;
    text-align: center;
  }
}

.p-news__category {
  font-family: "Lora", serif, "Josefin Sans", sans-serif, "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 1.6rem;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .p-news__category {
    border-left: 1px solid #e5e5e5;
    min-width: 13.2%;
    padding: 18px 0;
    text-align: center;
  }
}
.p-news__category.p-news__category--new {
  color: #b69b04;
}

.p-news__message {
  font-size: 1.6rem;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-news__message {
    border-left: 1px solid #e5e5e5;
    flex: 1;
    margin-top: 0;
    padding-block: 18px;
    padding-left: 40px;
  }
}
.p-news__message.p-news__message--br {
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .p-news__message.p-news__message--br {
    line-height: 1;
  }
}

.p-news__link {
  margin-top: 3px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-news__link {
    margin-top: 40px;
  }
}

.p-contact__body {
  margin-top: 38px;
}
@media screen and (min-width: 768px) {
  .p-contact__body {
    margin-top: 56px;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__contents {
    display: flex;
    margin-inline: auto;
    padding-inline: 20px;
    width: min(880px, 100%);
  }
}

.p-contact__content {
  align-items: center;
  border-bottom: 1px solid #333333;
  display: flex;
  justify-content: center;
  padding-bottom: 32px;
  padding-inline: 14px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-contact__content {
    border: none;
    flex-direction: column;
    gap: 23px;
    padding-inline: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__content:not(:last-of-type) {
    border-right: 1px solid #333333;
  }
}
.p-contact__content + .p-contact__content {
  border-left: none;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .p-contact__content + .p-contact__content {
    margin-top: 0;
  }
}
.p-contact__content.p-contact__content--tel {
  margin-top: 15px;
  padding-left: 16px;
}
@media screen and (min-width: 768px) {
  .p-contact__content.p-contact__content--tel {
    margin-top: 0;
    padding-left: 0;
  }
}

.p-contact__imgWrap {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-contact__imgWrap {
    padding-top: 25px;
  }
}
.p-contact__imgWrap.p-contact__imgWrap--doc {
  height: 32px;
  width: 27px;
}
.p-contact__imgWrap.p-contact__imgWrap--mail {
  height: 25px;
  width: 32px;
}
.p-contact__imgWrap.p-contact__imgWrap--tel {
  height: 30px;
  width: 22px;
}

.p-contact__contentTitle {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  width: 125px;
}
@media screen and (min-width: 768px) {
  .p-contact__contentTitle {
    font-size: 2rem;
    margin-top: 15px;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__contentTitle.p-contact__contentTitle--mail {
    margin-top: 21px;
  }
}
.p-contact__contentTitle.p-contact__contentTitle--tel {
  margin-left: 2px;
  padding-left: 16px;
}
@media screen and (min-width: 768px) {
  .p-contact__contentTitle.p-contact__contentTitle--tel {
    margin-left: 0;
    padding-left: 0;
  }
}

.p-contact__contentLink {
  padding: 15px 0;
  text-align: center;
  width: 152px;
}
@media screen and (min-width: 768px) {
  .p-contact__contentLink {
    width: 160px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__contentLink.p-contact__contentLink--request {
    margin-top: -8px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__contentLink.p-contact__contentLink--mail {
    margin-top: -6px;
  }
}

.p-contact__contentLink-info {
  margin-top: 15px;
  text-align: right;
  width: 166px;
}
@media screen and (min-width: 768px) {
  .p-contact__contentLink-info {
    margin-top: -5px;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-contact__contentLinkNumber {
  font-family: "Lora", serif, "Josefin Sans", sans-serif, "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 2.4rem;
}

.p-contact__contentLinkInfo {
  font-size: 1.2rem;
  margin-top: 9px;
  white-space: nowrap;
}

.p-footer {
  color: #ffffff;
  font-size: 1.6rem;
  text-align: center;
}

.p-footer__infoArea {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.p-footer__logoWrap {
  height: 90px;
  margin-inline: auto;
  width: 82px;
}

.p-footer__company {
  margin-top: -4px;
}

.p-footer__address {
  margin-top: -10px;
}

.p-footer__telNumber {
  margin-top: -12px;
}
@media screen and (min-width: 768px) {
  .p-footer__telNumber {
    margin-top: -16px;
  }
}

.p-footer__mailAddress {
  font-family: "Lora", serif, "Josefin Sans", sans-serif, "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  margin-top: -14px;
}

.p-footer__navArea {
  margin-top: 56px;
}
@media screen and (min-width: 768px) {
  .p-footer__navArea {
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__list {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: 15px;
  }
}

.p-footer__bottomInfo {
  background: #333333;
  border-top: 1px solid #ffffff;
  color: #ffffff;
  font-size: 1.4rem;
  padding-bottom: 16px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-footer__bottomInfo {
    font-size: 1.6rem;
  }
}

.p-footer__right {
  display: inline-block;
  font-family: "Lora", serif, "Josefin Sans", sans-serif, "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 1.2rem;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-footer__right {
    margin-right: 30px;
    margin-top: 20px;
  }
}

.p-footer__listItem {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 24px;
}
.p-footer__listItem:last-of-type .p-footer__menuLink::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-footer__listItem {
    border: none;
    padding-bottom: 0;
  }
}
.p-footer__listItem:last-of-type {
  border: none;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-footer__listItem:last-of-type {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__listItem:last-of-type .p-footer__menuLink {
    border: none;
  }
}
.p-footer__listItem + .p-footer__listItem {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-footer__listItem + .p-footer__listItem {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__menuLink {
    padding-inline: 33px;
    position: relative;
  }
  .p-footer__menuLink::after {
    background-color: #ffffff;
    content: "";
    height: 80%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
  }
}

.p-footer__bottomNav {
  padding: 30px 36px;
}
@media screen and (min-width: 768px) {
  .p-footer__bottomNav {
    padding: 20px 30px 30px;
  }
}

.p-footer__bottomList {
  display: flex;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .p-footer__bottomList {
    gap: 32px;
  }
}
.p-footer__bottomList span {
  border-right: 1px solid #ffffff;
}

.p-footer__bottomMenuItem {
  display: inline-block;
  position: relative;
}
.p-footer__bottomMenuItem:not(:last-child) {
  margin-right: 2em;
  padding-right: 1em;
}
@media screen and (min-width: 768px) {
  .p-footer__bottomMenuItem:not(:last-child) {
    margin-right: 1em;
  }
}
.p-footer__bottomMenuItem:not(:last-child)::after {
  background-color: #ffffff; /* 線の色 */
  content: "";
  height: 1.2em;
  position: absolute;
  right: -28px;
  top: 57%;
  transform: translateY(-50%);
  width: 1px;
}
@media screen and (min-width: 768px) {
  .p-footer__bottomMenuItem:not(:last-child)::after {
    height: 1em;
    right: -18px;
    top: 50%;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__bottomNav-right {
    display: flex;
    justify-content: space-between;
    margin-inline: auto;
    padding-inline: 20px;
    width: min(1140px, 100%);
  }
}

.p-drawer-content {
  background: #31452d;
  display: none;
  height: calc(100vh - 140px);
  position: fixed;
  right: 0;
  top: 64px;
  transition: transform 0.3s ease;
  width: 100%;
  z-index: 21;
}

.p-drawer-content__menu {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-inline: auto;
  padding-top: 100px;
  width: -moz-fit-content;
  width: fit-content;
}

.p-drawer-content__link {
  align-items: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  font-weight: 700;
  gap: 6px;
  position: relative;
}
.p-drawer-content__link span {
  color: #b69b04;
  font-size: 1.4rem;
}

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

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