@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
}

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

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

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

body {
  background: #fff;
  z-index: -1;
  position: relative;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #140A01;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

main {
  background: url(../images/common/bg.png);
  background-position: top;
  background-repeat: repeat-y;
  position: relative;
  z-index: -1;
  background-size: cover;
}

header {
  max-width: 1800px;
  margin-inline: auto;
}

footer,
main {
  max-width: 1800px;
  margin-inline: auto;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

html {
  scroll-padding-top: 50px;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4035087719vw;
  }
}
@media (min-width: 1140px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
}
*,
*::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 */
html {
  scroll-padding-top: 60px;
}

/* 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]) {
  -webkit-text-decoration-skip: ink;
  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]) {
  -webkit-filter: blur(10px);
  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');
  filter: blur(10px);
}

/* フォームリセット */
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;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1190px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

input[type=text],
input[type=tel],
input[type=email],
input[type=date],
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  background-image: none;
  border-style: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  font-family: inherit;
  background: #F7F7F7;
  font-size: 16px;
  font-size: 1rem;
  padding: 12px 16px;
  padding: 0.75rem 1rem;
  width: 100%;
  height: 41px;
  height: 2.5625rem;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=date]:focus,
textarea:focus,
select:focus {
  border: 1px solid #522B06;
}

.wpcf7-form-control wpcf7-text wpcf7-validates-as-required {
  margin: auto 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #BCBCBB;
  font-size: 14px;
  font-size: 0.875rem;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #BCBCBB;
  font-size: 14px;
  font-size: 0.875rem;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #BCBCBB;
  font-size: 14px;
  font-size: 0.875rem;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #BCBCBB;
  font-size: 14px;
  font-size: 0.875rem;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #BCBCBB;
  font-size: 14px;
  font-size: 0.875rem;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #BCBCBB;
  font-size: 14px;
  font-size: 0.875rem;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #BCBCBB;
  font-size: 14px;
  font-size: 0.875rem;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #BCBCBB;
  font-size: 14px;
  font-size: 0.875rem;
}

input::placeholder,
textarea::placeholder {
  color: #BCBCBB;
  font-size: 14px;
  font-size: 0.875rem;
}

textarea {
  height: 160px;
  height: 10rem;
}

.form {
  width: 100%;
  margin-inline: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  border-radius: 20px;
  background: rgba(82, 43, 6, .5);
  /*padding: 40px 20px 60px;*/
  padding: 2.5rem 0.25rem 3.75rem;
}
@media screen and (min-width: 768px) {
  .form {
    width: 56.25rem;
    max-width: 100%;
    margin-top: 3.0625rem;
    padding: 4.1875rem 0 4.6875rem;
  }
}

.form__body {
  width: 87.7%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .form__body {
    width: 55%;
  }
}

.form__item {
  padding: 12px 0;
  padding: 0.75rem 0;
}
@media screen and (min-width: 768px) {
  .form__item {
    padding: 1.0625rem 0;
  }
}

.form__item dt {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .form__item dt {
    font-size: 1rem;
  }
}

.form__item dd {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.form__check input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.form__check {
  margin-top: 30px;
  margin-top: 1.875rem;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .form__check {
    margin-top: 3.125rem;
  }
}

.form__check a {
  border-bottom: solid 1px #fff;
  padding-bottom: 2px;
  padding-bottom: 0.125rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form__check a:hover {
  opacity: 0.7;
}

.form__check button {
  color: #fff;
}

.form__check button {
  border-bottom: solid 1px #fff;
  padding-bottom: 2px;
  padding-bottom: 0.125rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form__check button:hover {
  opacity: 0.7;
}

[type=checkbox] + span {
  padding-left: 32px;
  padding-left: 2rem;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
[type=checkbox] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  border: 1px solid #fff;
}
[type=checkbox] + span:hover {
  cursor: pointer;
}

[type=checkbox]:checked + span::after {
  content: "";
  display: block;
  height: 14px;
  height: 0.875rem;
  width: 24px;
  width: 1.5rem;
  border-bottom: 4px solid #522B06;
  border-bottom: 0.25rem solid #522B06;
  border-left: 4px solid #522B06;
  border-left: 0.25rem solid #522B06;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.form__submit {
  text-align: center;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .form__submit {
    margin-top: 6.375rem;
  }
}

.form__submit input {
  display: inline-block;
  color: #fff;
  border-radius: 0.5rem;
  padding: 20px 80px;
  padding: 1.25rem 5rem;
  position: relative;
  background-color: #522B06;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  max-width: 100%;
  font-size: 20px;
  font-size: 1.25rem;
  border: 1px solid #522B06;
}
.form__submit input:hover {
  color: #522B06;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .form__submit input {
    font-size: 1.5rem;
  }
}

.form__submit input:hover {
  opacity: 0.8;
}

div.wpcf7 .wpcf7-spinner {
  display: block;
}

.wpcf7-list-item.first {
  margin: 0;
}

div.wpcf7-mail-sent-ok {
  opacity: 0;
}

.archive-event__pages .page,
.archive-event__pages .current {
  border: 1px solid #522B06;
  border: 0.0625rem solid #522B06;
  padding: 7px 11px;
  padding: 0.4375rem 0.6875rem;
  color: #522B06;
  border-radius: 0.25rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 7px;
  margin-left: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .archive-event__pages .page,
  .archive-event__pages .current {
    margin-left: 0.625rem;
  }
}
.archive-event__pages .page:hover {
  color: #fff;
  background-color: #522B06;
}
.archive-event__pages .wp-pagenavi .current {
  color: #fff;
  background-color: #522B06;
}

.wp-pagenavi {
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi {
    font-size: 0.875rem;
  }
}

.p-entry__pages .page {
  border: 1px solid #522B06;
  border: 0.0625rem solid #522B06;
  padding: 12px 11px;
  padding: 0.75rem 0.6875rem;
  color: #140A01;
  border-radius: 0.25rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 7px;
  margin-left: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-entry__pages .page {
    margin-left: 0.625rem;
  }
}

.wp-pagenavi .previouspostslink {
  border: 1px solid #522B06;
  border: 0.0625rem solid #522B06;
  border-radius: 0.25rem;
  padding: 7px 15px 7px 34px;
  padding: 0.4375rem 0.9375rem 0.4375rem 2.125rem;
  background-color: #522B06;
  color: #fff;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi .previouspostslink {
    padding: 0.5rem 0.9375rem 0.5rem 2.4375rem;
  }
}

.wp-pagenavi .previouspostslink::before {
  content: "";
  position: absolute;
  background: url(../images/staff-blog/arrow-circle-left.png) no-repeat center center/contain;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  left: 0.9375rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi .previouspostslink::before {
    left: 1.0625rem;
  }
}

.wp-pagenavi .previouspostslink:hover::before {
  left: 10px;
  left: 0.625rem;
}

.wp-pagenavi .nextpostslink {
  margin-left: 7px;
  margin-left: 0.4375rem;
  border: 1px solid #522B06;
  border: 0.0625rem solid #522B06;
  border-radius: 0.25rem;
  padding: 7px 34px 7px 15px;
  padding: 0.4375rem 2.125rem 0.4375rem 0.9375rem;
  background-color: #522B06;
  color: #fff;
  position: relative;
  display: inline-block;
}
.wp-pagenavi .nextpostslink::before {
  content: "";
  position: absolute;
  background: url(../images/staff-blog/arrow-circle-right.png) no-repeat center center/contain;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  right: 0.9375rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi .nextpostslink {
    margin-left: 0.625rem;
    padding: 0.5rem 2.4375rem 0.5rem 0.9375rem;
  }
}

.wp-pagenavi .nextpostslink:hover::before {
  right: 10px;
  right: 0.625rem;
  opacity: 1;
}

.btn-more {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 0.4em;
}
.btn-more::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 8px;
  bottom: 0;
  left: -12px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #140A01;
  mask: url(../images/common/btn-more-black.svg) no-repeat center center/cover;
  -webkit-mask: url(../images/common/btn-more-black.svg) no-repeat center center/cover;
}

.btn-more:hover {
  color: #B65600;
}
.btn-more:hover::after {
  background-color: #B65600;
}

.btn-back {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 0.4em;
}
.btn-back::after {
  content: "";
  position: absolute;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  width: 120px;
  height: 8px;
  bottom: 5px;
  left: -36px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #140A01;
  mask: url(../images/common/btn-more-black.svg) no-repeat center center/cover;
  -webkit-mask: url(../images/common/btn-more-black.svg) no-repeat center center/cover;
}

.btn-back:hover {
  color: #B65600;
}
.btn-back:hover::after {
  background-color: #B65600;
}

.btn-online {
  color: #522B06;
  background-color: #fff;
  border-radius: 10px;
  padding: 8px 24px;
  padding: 0.5rem 1.5rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-online:hover {
  background-color: #D17C30;
  color: #fff;
}

.btn-language {
  padding: 8px 24px;
  padding: 0.5rem 1.5rem;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
}

.btn-language span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -moz-column-gap: 0.75rem;
  -webkit-column-gap: 0.75rem;
          column-gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-language span::after {
  content: "";
  background: url(../images/common/select.svg) no-repeat center center/contain;
  width: 14px;
  width: 0.875rem;
  height: 10px;
  height: 0.625rem;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn-orange {
  background-color: #D17C30;
  border-radius: 8px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 38px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid #D17C30;
}
.btn-orange:hover {
  color: #D17C30;
  background-color: #fff;
}
.btn-line {
  position: relative;
  padding: 12px 3px;
  padding: 0.75rem 0.1875rem;
}
.btn-line::after {
  position: absolute;
  bottom: 12px;
  left: 0;
  content: "";
  width: 1%;
  height: 1px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 10px;
}
.btn-line:hover::after {
  width: 83%;
  opacity: 1;
  visibility: visible;
}
.btn-line2 {
  position: relative;
  padding: 12px 3px;
  padding: 0.75rem 0.1875rem;
}
.btn-line2::after {
  position: absolute;
  bottom: 12px;
  left: 0;
  content: "";
  width: 1%;
  height: 1px;
  background: #140a01;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 10px;
}
.btn-line2:hover::after {
  width: 83%;
  opacity: 1;
  visibility: visible;
}

.btn-x {
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-x:hover {
  opacity: 0.7;
}

.btn-x--header {
  width: 16px;
  height: auto;
  margin-inline: auto;
}

.c-to-top {
  z-index: 30;
  position: fixed;
  right: 10px;
  right: 0.625rem;
  bottom: 100px;
  bottom: 6.25rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: url(../images/common/btn-top.png) no-repeat center center/contain;
  width: 52px;
  width: 3.25rem;
  height: 52px;
  height: 3.25rem;
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  .c-to-top {
    right: 1.25rem;
    bottom: 2.5rem;
  }
}

.c-to-top:hover {
  opacity: 0.8;
}

.common-title {
  text-align: center;
  color: #3D1E01;
  font-weight: 700;
}

.common-title--archive {
  color: #fff;
}

.common-title p {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .common-title p {
    font-size: 3.5rem;
	  padding-bottom: 0.3rem;
  }
}

.common-title h1,
.common-title h2 {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .common-title h1,
  .common-title h2 {
    font-size: 1.25rem;
  }
}

.hamburger {
  position: relative;
  z-index: 40;
  cursor: pointer;
  width: 30px;
  width: 1.875rem;
  height: 21px;
  height: 1.3125rem;
  padding: 0;
}

.hamburger span {
  position: relative;
  display: block;
  height: 3px;
  height: 0.1875rem;
  width: 30px;
  width: 1.875rem;
  background: #fff;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  border-radius: 0.0625rem;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 6px 0;
  margin: 0.375rem 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

.hamburger.is-open span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
}

.hamburger.is-open span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-open span:nth-child(3) {
  top: -9px;
  top: -0.5625rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #fff;
}

.pagenavi {
  height: 32px;
  cursor: pointer;
}

.navigation {
  height: inherit;
}

.nav-links {
  height: inherit;
  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;
  text-align: center;
}

.pagenavi img {
  width: 34px;
  max-width: 100%;
  height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: text-top;
}

.page-numbers {
  height: inherit;
  border: 1px solid #140A01;
  width: 32px;
  height: 32px;
  display: block;
  color: #522B06;
  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;
}

.page-numbers:not(:first-child) {
  margin-left: 10px;
  margin-left: 0.625rem;
}

.page-numbers,
.current {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.page-numbers:hover {
  color: #140A01;
}

.page-numbers.current {
  color: #fff;
  background-color: #522B06;
}

.page-numbers.next,
.page-numbers.prev {
  width: 34px;
  height: 34px;
  border: none;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.archive-event {
  padding-bottom: 86px;
  padding-bottom: 5.375rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .archive-event {
    margin-top: 9.375rem;
  }
}

.archive-event__inner {
  padding: 0 40px 0 20px;
  padding: 0 2.5rem 0 1.25rem;
}
.archive-event__box:not(:first-child) {
  padding-top: 30px;
  padding-top: 1.875rem;
}

.archive-event__year {
  position: relative;
}
.archive-event__year img {
  width: 62px;
  width: 3.875rem;
  height: 42px;
  height: 2.625rem;
}
@media screen and (min-width: 768px) {
  .archive-event__year img {
    width: 7.6875rem;
    height: 5.1875rem;
  }
}

.archive-event__number {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5px;
  left: 0.3125rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .archive-event__number {
    font-size: 2rem;
  }
}

.archive-event__items {
  margin-left: 40px;
  margin-left: 2.5rem;
}
@media screen and (min-width: 768px) {
  .archive-event__items {
    margin-left: 4.6875rem;
  }
}

.archive-event__item {
  /*border: 1px solid #140A01;*/
  padding: 1rem 0.5rem 2rem;
  list-style: none;
  width: 600px;
  width: 37.5rem;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .archive-event__item {
    width: 56.625rem;
    width: 100%;
    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;
    padding: 1rem;
  }
}

.archive-event__item {
  position: relative;
}
/*.archive-event__item::before {
  content: "";
  position: absolute;
  background: url(../images/common/archive-event_mark.png) no-repeat center center/contain;
  width: 32px;
  height: 11px;
  left: -32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .archive-event__item::before {
    width: 56px;
    height: 19px;
    left: -56px;
  }
}*/

.archive-event__border-line {
  position: absolute;
  left: -28px;
  top: -30px;
  width: 2px;
  background: #140A01;
  height: 130%;
  z-index: -1;
  height: 0;
}
@media screen and (min-width: 768px) {
  .archive-event__border-line {
    left: -48px;
  }
}

@media screen and (min-width: 768px) {
  .archive-event__img {
    width: 51%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}

.archive-event__img img {
  margin-inline: auto;
  -o-object-fit: cover;
     object-fit: cover;
 /* aspect-ratio: 259/150;*/
  height: auto;
}
@media screen and (min-width: 768px) {
 /* .archive-event__img img {
    aspect-ratio: 450/300;
  }*/
}

.archive-event__body {
  padding-top: 16px;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .archive-event__body {
    width: 44%;
    padding-top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.js-accordion .archive-event__body {
  width: 100%;
}

/*@media screen and (min-width: 768px) {
  .archive-event__date {
    padding-top: 2.5rem;
  }
}*/

.archive-event__title {
  padding-top: 8px;
  padding-top: 0.5rem;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media screen and (min-width: 768px) {
  .archive-event__title {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .archive-event__list--reverse {
    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;
  }
}

@media screen and (min-width: 768px) {
  .archive-event__list--column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.archive-event__message {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.archive-event__content {
  padding-top: 16px;
  padding-top: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.archive-event__pages {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .archive-event__pages {
    margin-top: 6.25rem;
  }
}

.archive-event__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-top: 24px;
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .archive-event__btn {
    text-align: left;
    /*margin-left: 0;*/
    margin-right: auto;
    padding-top: 3.125rem;
  }
}

/* =========================================
# アコーディオン上部
========================================= */
.archive-event__item {
  /*border: 1px solid #140A01;*/
  padding: 1rem 0.5rem 2rem;
  list-style: none;
  width: 600px;
  width: 37.5rem;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .archive-event__item {
    width: 56.625rem;
    width: 100%;
    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;
    padding: 1rem;
  }
}

.archive-event__body {
  padding-top: 16px;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .archive-event__body {
    width: 44%;
    padding-top: 0;
    height: 100%;
    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: 768px) {
  .archive-event__date {
    padding-top: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*.archive-event__date span {
  display: none;
}*/
@media screen and (min-width: 768px) {
  .archive-event__date span {
    display: block;
    padding-right: 0.625rem;
    width: 90px;
  }
}

.archive-event__title {
  padding-top: 8px;
  padding-top: 0.5rem;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: ;4
}
@media screen and (min-width: 768px) {
  .archive-event__title {
    padding-top: 0;
  }
}

.js-accordion {
  cursor: pointer;
  margin-top: 30px;
  margin-top: 1.875rem;
}

/* アニメーションのキーフレームを定義 */
@-webkit-keyframes fadeInUpFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px) translateY(20px);
            transform: translateX(-20px) translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@keyframes fadeInUpFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px) translateY(20px);
            transform: translateX(-20px) translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
/* アニメーションを適用するクラス */
.fade-in-up {
  -webkit-animation: fadeInUpFromLeft 1s ease forwards;
          animation: fadeInUpFromLeft 1s ease forwards;
}

/* アコーディオンの内容部分をデフォルトで非表示にする */
.js-content {
  display: none;
  opacity: 0;
  -webkit-transform: translateX(-20px) translateY(20px);
          transform: translateX(-20px) translateY(20px);
}

/* 最初の2つのアコーディオンの内容部分は表示する */
.js-accordion:nth-of-type(1) ~ .js-content,
.js-accordion:nth-of-type(2) ~ .js-content {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
  display: block;
}
@media screen and (min-width: 768px) {
  .js-accordion:nth-of-type(1) ~ .js-content,
  .js-accordion:nth-of-type(2) ~ .js-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.archive-mv__inner {
  position: relative;
}

.archive-mv {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .archive-mv {
    margin-top: 70px;
  }
}

.archive-mv__img {
  position: relative;
  height: 200px;
  height: 12.5rem;
}
@media screen and (min-width: 768px) {
  .archive-mv__img {
    height: 18.75rem;
  }
}

.archive-mv__img img {
  height: 200px;
  height: 12.5rem;
}
@media screen and (min-width: 768px) {
  .archive-mv__img img {
    height: 18.75rem;
  }
}

.archive-mv__title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.overlay-bg {
  position: absolute;
  /* オーバーレイを絶対位置に設定 */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(82, 43, 6, .5);
  /* 半透明の背景色 */
  pointer-events: none;
  /* クリックイベントを無視（画像にアクセス可能にするため） */
}

.archive-news {
  padding-bottom: 86px;
  padding-bottom: 5.375rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .archive-news {
    margin-top: 9.375rem;
  }
}

.archive-news__inner {
  padding: 0 40px;
  padding: 0 2.5rem;
}
.archive-news__lists {
  width: 600px;
  width: 37.5rem;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .archive-news__lists {
    width: 100%;
    display: grid;
    grid-template-rows: repeat(auto-fit, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 3.125rem 3.125rem;
  }
}

.archive-news__item {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.archive-news__link {
  border: 1px solid #140A01;
  display: block;
  padding: 16px 8px 32px;
  padding: 1rem 0.5rem 2rem;
  height: 100%;
}

.archive-news__img img {
  margin-inline: auto;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  aspect-ratio: 279/150;
}
@media screen and (min-width: 768px) {
  .archive-news__img img {
    aspect-ratio: 400/250;
  }
}

.archive-news__body {
  padding-top: 16px;
  padding-top: 1rem;
}

.archive-news__title {
  padding-top: 8px;
  padding-top: 0.5rem;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.archive-news__content {
  padding-top: 16px;
  padding-top: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.archive-news__pages {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .archive-news__pages {
    margin-top: 6.25rem;
  }
}

.breadcrumb {
  padding: 3px 5px;
  padding: 0.1875rem 0.3125rem;
  background-color: #D9D4CC;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    padding: 0.625rem 0;
  }
}

.breadcrumb span {
  font-size: 12px;
  font-size: 0.75rem;
  padding-right: 4px;
}

.breadcrumb span:not(:first-child) span,
.breadcrumb span:not(:first-child) a span {
  padding-left: 5px;
}

.breadcrumb__arrow {
  display: inline-block;
  position: relative;
  width: 8px;
  height: 9px;
}
.breadcrumb__arrow::after {
  content: "";
  background: url(../images/common/arrow-icon.svg) no-repeat center center/contain;
  position: absolute;
  width: 8px;
  height: 9px;
  top: 0;
}

.common-page {
  text-align: center;
  margin-top: 100px;
  margin-top: 6.25rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}

.company-top {
  margin-top: 89px;
  margin-top: 5.5625rem;
  padding-bottom: 140px;
  padding-bottom: 8.75rem;
}
@media screen and (min-width: 768px) {
  .company-top {
    margin-top: 12.0625rem;
    padding-bottom: 12.0625rem;
  }
}

.company-top__img {
  margin-top: 50px;
  margin-top: 3.125rem;
  width: 251px;
  width: 15.6875rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .company-top__img {
    margin-top: 6.25rem;
    width: 31.25rem;
  }
}

.company {
  margin-top: 50px;
  margin-top: 3.125rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .company {
    margin-top: 9.375rem;
    padding-bottom: 4.125rem;
  }
}

.company__img img {
  width: 200px;
  max-width: 100%;
  margin-inline: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .company__img img {
    width: 307px;
  }
}

.company__info {
  margin-top: 34px;
  margin-top: 2.125rem;
  /*padding: 0 20px;
  padding: 0 1.25rem;*/
	padding: 2rem!important;
  width: 600px;
  width: 37.5rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .company__info {
    margin-top: 5rem;
  }
}

.company__info dl {
  padding: 16px 0 16px 8px;
  padding: 1rem 0 1rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  border-bottom: 1px solid #140A01;
}
@media screen and (min-width: 768px) {
  .company__info dl {
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: 1201px) {
  .company__info dl {
    padding: 1.3125rem 0.625rem 1rem 3.125rem;
    font-size: 1.25rem;
  }
}

.company__info dt {
  width: 60px;
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1201px) {
  .company__info dt {
    width: 80px;
  }
}

.company__info dd {
  margin-left: 20px;
  margin-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .company__info dd {
    margin-left: 2.5rem;
  }
}
@media screen and (min-width: 1201px) {
  .company__info dd {
    margin-left: 5rem;
  }
}

.contact {
  margin-top: 5rem;
  padding-bottom: 115px;
  padding-bottom: 7.1875rem;
}
@media screen and (min-width: 768px) {
  .contact {
    padding-bottom: 2.5rem;
  }
}

.contact__form {
  margin-top: 33px;
  margin-top: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .contact__form {
    margin-top: 2.5rem;
  }
}

.event-single {
  padding-bottom: 46px;
  padding-bottom: 2.875rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .event-single {
    margin-top: 9.375rem;
  }
}

.event-single__item {
  margin-top: 15px;
  margin-top: 0.9375rem;
  padding: 16px 8px 32px;
  padding: 1rem 0.5rem 2rem;
  list-style: none;
  width: 600px;
  width: 37.5rem;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .event-single__item {
    width: 100%;
  }
}

.event-single__img img {
  margin-inline: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 335/200;
  height: auto;
}
@media screen and (min-width: 768px) {
  .event-single__img img {
    aspect-ratio: 800/400;
  }
}

.event-single__body {
  padding-top: 16px;
  padding-top: 1rem;
}

.event-single__date {
  padding: 15px 20px 0;
  padding: 0.9375rem 1.25rem 0;
}

.event-single__title {
  padding: 8px 20px 15px 0;
  padding: 0.5rem 1.25rem 0.9375rem 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.event-single__content {
  padding-top: 16px;
  padding-top: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.event-single__page {
  text-align: center;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .event-single__page {
    margin-top: 6.25rem;
  }
}

.event-single__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-top: 24px;
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .event-single__btn {
    text-align: left;
  }
}

.event {
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .event {
    margin-top: 4rem;
  }
}

.event--next {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .event--next {
    margin-top: 6.25rem;
  }
}

.event__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
 /* margin-top: 50px;
  margin-top: 3.125rem;*/
	 margin-top:0.5rem;
  /*aspect-ratio: 335/200;*/
}
@media screen and (min-width: 768px) {
  .event__img img {
   /* aspect-ratio: 1140/800;
    margin-top: 5.25rem;*/
  }
}

.event__body {
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .event__body {
    padding: 0;
    margin-top: 60px;
    width: 75.4%;
    margin-inline: auto;
  }
}

.event__head {
  border-bottom: 1px solid #140A01;
  padding-bottom: 1px;
  padding-bottom: 0.0625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.event__lists {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .event__lists {
    margin-top: 1.875rem;
  }
}

.event__list {
  list-style: disc;
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-top: 16px;
  margin-top: 1rem;
}

.event__btn {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .event__btn {
    margin-top: 15.25rem;
  }
}

.event__btn a {
  margin-inline: auto;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  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;
  width: 100%;
  max-width: 620px;
  max-width: 38.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 20px;
  background: rgba(82, 43, 6, .8);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
  height: 91px;
  height: 5.6875rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.event__btn a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .event__btn a {
    font-size: 2.375rem;
    height: 9.75rem;
  }
}

.event__btn img {
  width: 91px;
  width: 5.6875rem;
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .event__btn img {
    margin-left: 1.25rem;
    max-width: 100%;
    width: 8.375rem;
  }
}

.footer-nav {
  padding: 16px 10px 50px;
  padding: 1rem 0.625rem 3.125rem;
}
@media screen and (min-width: 1000px) {
  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    max-width: 52rem;
    width: 100%;
    margin-inline: auto;
    padding-bottom: 2.9375rem;
  }
}

.footer-nav__list {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

.footer-nav__sub-lists-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-nav__sub-lists-right {
  padding-left: 20px;
  padding-left: 1.25rem;
}

.footer__copyright p {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 1000px) {
  .footer__copyright p {
    letter-spacing: 0;
  }
}

.footer {
  color: #fff;
  background: url(../images/common/bg.png) repeat center center/contain;
  position: relative;
  z-index: -1;
  z-index: -1;
}

.footer::after {
  content: "";
  position: absolute;
  background: #522B06;
  mix-blend-mode: multiply;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: -1;
  z-index: -1;
}

.footer__info {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 50px;
  padding-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .footer__info {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1201px) {
  .footer__info {
    padding: 3.125rem 4.375rem 0;
  }
}

.footer__map {
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .footer__map {
    padding: 0;
    width: 60%;
    margin-left: 2.5rem;
    margin-right: 0;
  }
}
@media screen and (min-width: 1000px) {
  .footer__map {
    max-width: 100%;
    width: 589px;
  }
}

.footer__iframe-map {
  position: relative;
  width: 100%;
  padding-top: 59%;
}

.footer__iframe-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer__body {
  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: 768px) {
  .footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__img p {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.footer__logo {
  width: 150px;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    margin-top: 0;
    width: 200px;
    margin-left: 0;
    margin-right: 0;
  }
}

.footer__address {
  margin-top: 31px;
  margin-top: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .footer__address {
    margin-top: 0rem;
  }
}

.footer__address p:nth-child(2) {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .footer__address p:nth-child(2) {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
	.footer__address, .footer-navi-sp li{font-size: 0.8rem};
}
.footer__btn-wrapper {
  margin-top: 31px;
  margin-top: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .footer__btn-wrapper {
    margin-top: 70px;
    width: 50%;
    margin-inline: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer__btn {
  text-align: center;
}

.footer__btn:nth-child(2) {
  margin-top: 37px;
  margin-top: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .footer__btn:nth-child(2) {
    margin-top: 0;
  }
}

.footer__btn:nth-child(3) {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .footer__btn:nth-child(3) {
    margin-top: 0;
  }
}

.footer__btn .btn-x {
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  max-width: 100%;
  display: block;
  margin-inline: auto;
}

.footer__items {
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .footer__items {
    margin-top: 3.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;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1000px) {
  .footer__items {
    width: 60%;
  }
}

@media screen and (min-width: 768px) {
  .footer__item:nth-child(2) {
    border-left: 1px solid #fff;
  }
}

.footer__item:not(:first-child) {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .footer__item:not(:first-child) {
    margin-top: 0;
  }
}

.footer__item a {
  margin: 0 30px;
  margin: 0 1.875rem;
}

.footer__menu-sp {
  margin-top: 35px;
  margin-top: 2.1875rem;
  padding: 0 20px;
  padding: 0 1.25rem;
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 0 5px;
  gap: 0 0.3125rem;
  width: 335px;
  width: 20.9375rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .footer__menu-sp {
    display: none;
  }
}

.footer__menu-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer__menu-pc {
    margin-top: 2.1875rem;
    display: grid;
    width: 70%;
    grid-template-rows: repeat(1, 1fr);
    grid-template-columns: repeat(3, 1fr);
    gap: 0 3.125rem;
    max-width: 100%;
    margin-inline: auto;
  }
}

.footer__list {
  padding: 0.4em;
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.footer__copyright {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 16px 0 24px;
  padding: 1rem 0 1.5rem;
  border-top: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    padding-bottom: 3.8125rem;
  }
}

.header {
  height: 60px;
  width: 100%;
  background: #522B06;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 35;
}
@media screen and (min-width: 768px) {
  .header {
    height: 70px;
  }
}

.header.is-open {
  background: #522B06;
}

.header__inner {
  height: inherit;
  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;
  padding-left: 13px;
  padding-left: 0.8125rem;
  padding-right: 24px;
  padding-right: 1.5rem;
}

.header__logo {
  width: 94px;
  width: 5.875rem;
  position: relative;
  z-index: 2;
}

.instagram {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .instagram {
    margin-top: 11.875rem;
  }
}

.instagram__body {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .instagram__body {
    margin-top: 5.25rem;
  }
}

.modal__head {
  border-bottom: 1px solid #fff;
  font-size: 18px;
  font-size: 1.125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .modal__head {
    font-size: 1.5rem;
  }
}

.modal__body {
  padding: 50px 20px;
  padding: 3.125rem 1.25rem;
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  margin-inline: auto;
  position: relative;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .modal__body {
    width: 77%;
    padding: 4.5rem 0 6.25rem;
  }
}

.modal__lists {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .modal__lists {
    margin-top: 4.9375rem;
  }
}

.modal__list {
  margin-top: 20px;
  margin-top: 1.25rem;
}

/* モーダル */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  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;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, .9);
}

/* モーダルがactiveの時 */
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100vh;
  cursor: pointer;
  z-index: 1000;
}

/* モーダルのコンテンツ */
.modal__content {
  position: relative;
  width: 100%;
  max-width: 800px;
  padding: 20px;
  z-index: 1000;
}

.modal_inner {
  overflow-y: auto;
  /* 縦方向のスクロールを有効にする */
  overflow-x: hidden;
  height: 80vh;
  color: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 20px;
  background: #441A00;
  width: 900px;
  width: 56.25rem;
  max-width: 100%;
  z-index: 2;
  z-index: 1000;
}

/* 閉じるボタン */
.modal__close-btn {
  position: absolute;
  right: 5px;
  top: 25px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 20;
  background: #E2E0E0;
  border-radius: 50%;
  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;
  margin-left: auto;
  margin-right: 20px;
  margin-right: 1.25rem;
}

.modal__close-btn:hover {
  opacity: 0.8;
}

/* 閉じるボタンのX */
.lineClose {
  display: inline-block;
  vertical-align: middle;
  color: #140A01;
  line-height: 1;
  width: 32px;
  width: 2rem;
  height: 1.6px;
  height: 0.1rem;
  background: currentColor;
  border-radius: 0.1rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
}

.lineClose::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.mv {
  background: url(../images/common/mv_sp.jpg) no-repeat center center/cover;
  width: 100%;
  height: 550px;
  margin-top: 60px;
}
@media (min-width: 500px) {
  .mv {
    height: 600px;
  }
}
@media screen and (min-width: 600px) {
  .mv {
    background: url(../images/common/mv.jpg) no-repeat center center/cover;
    height: 600px;
  }
}
@media screen and (min-width: 768px) {
  .mv {
    margin-top: 70px;
  }
}

.mv__inner {
  position: relative;
  height: 100%;
}

.mv__img {
  height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 700;
  color: #fff;
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (min-width: 768px) {
  .mv__img {
    font-size: 5rem;
  }
}

.mv__img--neon {
  width: 359px;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  -webkit-transform: translate(-43px, -82px);
          transform: translate(-43px, -82px);
}
@media screen and (min-width: 600px) {
  .mv__img--neon {
    -webkit-transform: translate(-80px, -70px);
            transform: translate(-80px, -70px);
    width: 420px;
  }
}
@media screen and (min-width: 1000px) {
  .mv__img--neon {
    width: 582px;
    -webkit-transform: translate(-255px, -77px);
            transform: translate(-255px, -77px);
  }
}

.mv__img--logo {
  width: 231px;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  margin-top: -120px;
}
@media screen and (min-width: 600px) {
  .mv__img--logo {
    margin-top: -155px;
    width: 350px;
  }
}
@media screen and (min-width: 1000px) {
  .mv__img--logo {
    width: 432px;
    margin-top: -267px;
  }
}

.news {
  padding-top: 30px;
  padding-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .news {
    padding-top: 3.5625rem;
  }
}

.news__inner {
  padding: 0 40px;
  padding: 0 2.5rem;
}
@media screen and (min-width: 768px) {
  .news__inner {
    padding: 0 1.5625rem;
  }
}

.news__body {
  margin-top: 57px;
  margin-top: 3.5625rem;
}

.news__content {
  display: inline-block;
  padding: 12px 0;
  padding: 0.75rem 0;
  border-bottom: 1px solid #140A01;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2rem 2.5rem;
  }
}

.news__content:hover {
  opacity: 0.7;
}

.news__content p {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .news__content p {
    margin-top: 0;
    margin-left: 7.2%;
  }
}

.news__archive {
  font-size: 16px;
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .news__archive {
    margin-right: 10px;
    margin-left: auto;
  }
}

.pc-nav {
  height: inherit;
}

.pc-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.pc-nav__item {
  color: #fff;
  height: inherit;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  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;
  margin-left: 12px;
  margin-left: 0.75rem;
}

.pc-nav__item a {
  display: inline-block;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.privacy-policy {
  padding-bottom: 86px;
  padding-bottom: 5.375rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .privacy-policy {
    margin-top: 9.375rem;
  }
}

.privacy-policy__head {
  font-size: 24px;
  font-size: 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .privacy-policy__head {
    font-size: 2.25rem;
  }
}

.privacy-policy__body {
  padding: 50px 20px;
  padding: 3.125rem 1.25rem;
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .privacy-policy__body {
    width: 77%;
    padding: 4.5rem 0 6.25rem;
  }
}

.privacy-policy__lists {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .privacy-policy__lists {
    margin-top: 3.125rem;
  }
}

.privacy-policy__list {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.shop {
  margin-top: 72px;
  margin-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .shop {
    margin-top: 15.3125rem;
  }
}

.shop__inner {
  padding: 0 35px 0 40px;
  padding: 0 2.1875rem 0 2.5rem;
}
@media screen and (min-width: 768px) {
  .shop__inner {
    padding: 0 1.5625rem;
  }
}

.shop__body {
  margin-top: 34px;
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .shop__body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 8.3%;
    margin-top: 5.25rem;
  }
}

.shop__img img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 295/200;
}
@media screen and (min-width: 768px) {
  .shop__img img {
    aspect-ratio: 445/500;
  }
}

.shop__info a {
  padding: 0.4em;
  font-weight: 700;
}

.shop__info p {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.shop__info p:not(:first-child) {
  font-size: 14px;
  font-size: 0.875rem;
}

.shop__lists {
  margin-top: 62px;
  margin-top: 3.875rem;
  padding: 0 20px;
  padding: 0 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  width: 600px;
  width: 37.5rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .shop__lists {
    margin-left: 0.9375rem;
    width: 100%;
    padding: 0;
    font-size: 1rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 10px;
  }
}

.shop__list {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .shop__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.shop__list:last-child {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .shop__list:last-child {
    width: 85%;
  }
}

.shop__card img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 240/150;
  height: auto;
}
@media screen and (min-width: 768px) {
  .shop__card img {
    aspect-ratio: 250/172;
  }
}

.shop__card p {
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .shop__card p {
    margin-top: 0;
  }
}

.shop__polygon {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .shop__polygon {
    margin-left: 0.625rem;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    margin-top: 60px;
  }
}

.shop__map {
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 1000px) {
  .shop__map {
    padding: 0;
    width: 385px;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

.shop__iframe-map {
  position: relative;
  width: 100%;
  padding-top: 48.2%;
}

.shop__iframe-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-event {
  padding-bottom: 46px;
  padding-bottom: 2.875rem;
  /*margin-top: 50px;
  margin-top: 3.125rem;*/
}
/*@media screen and (min-width: 768px) {
  .single-event {
    margin-top: 9.375rem;
  }
}*/

.single-event__item {
  margin-top: 15px;
  margin-top: 0.9375rem;
  padding: 16px 8px 32px;
  padding: 1rem 0.5rem 2rem;
  list-style: none;
  width: 600px;
  width: 37.5rem;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .single-event__item {
    width: 100%;
  }
}

.single-event__img img {
  margin-inline: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 279/150;
  height: auto;
}
.single-event__body {
  padding-top: 16px;
  padding-top: 1rem;
}
.single-event__date {
  padding: 15px 20px 0;
  padding: 0.9375rem 1.25rem 0;
}

.single-event__title {
  padding: 8px 20px 0;
  padding: 0.5rem 1.25rem 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.single-event__content {
  padding-top: 16px;
  padding-top: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
}
.single-event__page {
  text-align: center;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .single-event__page {
    margin-top: 6.25rem;
  }
}

.single-event__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-top: 24px;
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .single-event__btn {
    text-align: left;
  }
}

.single-news {
  padding-bottom: 46px;
  padding-bottom: 2.875rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .single-news {
    margin-top: 9.375rem;
  }
}

.single-news__inner {
  padding: 0 40px;
  padding: 0 2.5rem;
}
.single-news__item {
  width: 600px;
  width: 37.5rem;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .single-news__item {
    width: 100%;
  }
}

.single-news__link {
  display: block;
  height: 100%;
}

.single-news__img img {
  margin-inline: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 295/200;
  height: auto;
}
@media screen and (min-width: 768px) {
  .single-news__img img {
    aspect-ratio: 700/400;
  }
}

.single-news__body {
  padding-top: 16px;
  padding-top: 1rem;
}
.single-news__title {
  padding-top: 8px;
  padding-top: 0.5rem;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.single-news__content {
  padding-top: 16px;
  padding-top: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
}
.single-news__pages {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .single-news__pages {
    margin-top: 6.25rem;
  }
}

.single-news__page {
  text-align: center;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .single-news__page {
    margin-top: 6.25rem;
  }
}

.sp-nav {
  width: 85%;
  margin-top: 60px;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(82, 43, 6, .9);
  z-index: 34;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  padding-left: 0;
  height: calc(100vh - 6.25rem);
  overflow: auto;
  height: 100vh;
  height: 100dvh;
}

.sp-nav.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

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

.sp-nav__item {
  color: #fff;
  padding: 22px;
  padding: 1.375rem;
}

.sp-nav__item a {
  padding: 8px 24px;
  padding: 0.5rem 1.5rem;
  position: relative;
}

.sp-nav__item a::after {
  content: "";
  position: absolute;
  background: url(../images/common/arrow-right-white.png) no-repeat center center/contain;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.sp-nav__item--x {
  padding: 0;
}

.sp-nav__item--x img {
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  margin-inline: auto;
}

.sp-nav__item--logo {
  padding-top: 0;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.sp-nav__item--logo img {
  width: 150px;
  width: 9.375rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline: auto;
}

.supervision {
  color: #fff;
  margin-top: 89px;
  margin-top: 5.5625rem;
  padding: 50px 0;
  padding: 3.125rem 0;
  background: rgba(82, 43, 6, .8);
}
@media screen and (min-width: 768px) {
  .supervision {
    margin-top: 12.6875rem;
    padding: 6.25rem 0;
  }
}

.supervision__inner {
  padding: 0 40px;
  padding: 0 2.5rem;
}
@media screen and (min-width: 768px) {
  .supervision__inner {
    padding: 0 1.5625rem;
  }
}

.supervision__title {
  position: relative;
  color: #fff;
}

.supervision__title p span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -moz-column-gap: 1.0625rem;
  -webkit-column-gap: 1.0625rem;
          column-gap: 1.0625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.supervision__title p span::before {
  content: "";
  position: absolute;
  background: url(../images/common/supervision_icon.png) no-repeat center center/contain;
  width: 65px;
  height: 120px;
  left: -53px;
  left: -3.3125rem;
}
@media screen and (min-width: 768px) {
  .supervision__title p span::before {
    left: -5rem;
  }
}
@media screen and (min-width: 1000px) {
  .supervision__title p span::before {
    left: -4.375rem;
  }
}

.supervision__body {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .supervision__body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 8.7%;
  }
}

.supervision__img img {
  width: 74%;
  margin-inline: auto;
  height: auto;
}
@media screen and (min-width: 768px) {
  .supervision__img img {
    width: 100%;
  }
}

.supervision__img p {
  margin-top: 9px;
  margin-top: 0.5625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .supervision__img p {
    font-size: 1.25rem;
  }
}

.supervision__content {
  margin-top: 32px;
  margin-top: 2rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .supervision__content {
    font-size: 1rem;
  }
}

.supervision__content p {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .supervision__content p {
    margin-top: 1.25rem;
  }
}

.what {
  margin-top: 96px;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .what {
    margin-top: 10.375rem;
  }
}

@media screen and (min-width: 768px) {
  .what__deco {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.what__deco--right {
  margin: 0 calc(50% - 50vw);
  width: 60vw;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .what__deco--right {
    margin: 0;
    width: 30.1875rem;
    max-width: 100%;
  }
}

.what__deco--left {
  display: none;
}
@media screen and (min-width: 768px) {
  .what__deco--left {
    display: block;
    width: 30.1875rem;
    max-width: 100%;
  }
}

.what__title {
  letter-spacing: -2px;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .what__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 2.5rem 1.25rem 0;
    white-space: nowrap;
  }
}

.what__title span {
  color: #D17C30;
}

.what__text {
  margin-top: 43px;
  margin-top: 2.6875rem;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .what__text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    text-align: center;
    padding: 0;
    margin-top: 5.3125rem;
    font-size: 1.25rem;
  }
}

.news__swiper {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-top: 84px;
  margin-top: 5.25rem;
}
@media screen and (min-width: 768px) {
  .news__swiper {
    width: 100%;
    margin-inline: auto;
    margin-top: 2.4375rem;
  }
}

.what__img {
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (min-width: 768px) {
  .what__img {
    margin-top: 6.4375rem;
  }
}

.swiper-slide img {
  aspect-ratio: 400/300;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

/* スライドの動き等速 */
.swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
/*# sourceMappingURL=styles.css.map */

.event__img {margin-top: 3rem;}
.event__img p {font-size: 1.8vw;font-weight: bold;text-align: center;}
@media screen and (max-width: 1500px) {
	.event__img p {font-size: 2.5vw;}
}
@media screen and (max-width: 1300px) {
	.event__img p {font-size: 3vw;}
}
@media screen and (max-width: 800px) {
	.event__img p {font-size: 3.5vw;}
}
.archive-event__date-sp{display:none;}
@media screen and (max-width: 767px) {
	.archive-event__date{display: none;}
	.archive-event__date-sp{display:block;}
	.archive-event__date-sp span {
   
    padding-right: 0.625rem;
    width: 90px;
  }
}
.event__img a:hover{opacity: 0.7;}

/*採用情報*/
	.recruit_form h2{
		text-align:center;
		margin-bottom:1em;
	}
	.recruit_form dl{
		display:flex;
		flex-wrap: wrap;
		width:90%;
		margin:0 auto;
		background-color:#fff;
	}
	.recruit_form dl dt{
		box-sizing: border-box;
		flex-basis: 25%;
		margin:0;
		border:1px solid #ccc;
		padding:2rem;
		font-weight: bold;
		border-collapse: collapse;
	}
	.recruit_form dl dd{
		flex-basis: 75%;
		box-sizing: border-box;
		border:1px solid #ccc;
		margin:0;
		padding:2rem;
		text-align:left;
		border-collapse: collapse;
	}
.recruit_form dl dd p{
	margin-bottom:1em;
}
.recruit_form dl dd ul{
	margin:1em;
}
.recruit_form dl dd ul li{
	list-style:disc;
}
.bogo-language-name a{padding: 0;}