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

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

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

/* 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,
picture {
  max-width: 100%;
  display: block;
}

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

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*****************************************
 * 数値から単位を取り除く
******************************************/
/*****************************************
 * px→remの計算
******************************************/
/*****************************************
 * vwの計算
******************************************/
/*****************************************
 * line-heightの計算
******************************************/
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
@media (max-width: 1200px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 400;
  color: #333;
  background-color: rgba(250, 238, 0, 0.35);
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

/* ある時からbr消去 
----------------------------------------------- */
@media screen and (max-width: 399px) {
  .sm-remove {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .md-remove {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  .lg-remove {
    display: none;
  }
}

/* ある時からbr追加
----------------------------------------------- */
.sm-add {
  display: none;
}
@media screen and (max-width: 399px) {
  .sm-add {
    display: block;
  }
}

.md-add {
  display: none;
}
@media screen and (max-width: 767px) {
  .md-add {
    display: block;
  }
}

.lg-add {
  display: none;
}
@media screen and (max-width: 999px) {
  .lg-add {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    z-index: 900;
    top: 0;
    right: 0;
    left: 0;
  }
}

.l-footer {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 2.5rem;
  }
}

.l-service {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-service {
    margin-top: 2.5rem;
  }
}

.l-topics {
  padding-top: 6.25rem;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-topics {
    padding-top: 2.5rem;
    margin-top: 2.5rem;
  }
}

.l-section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-section.l-section-banner {
  margin-top: 3.75rem;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  .l-section.l-section-banner {
    margin-top: 2.5rem;
  }
}

.l-job {
  width: 55%;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-job {
    margin-top: 2.5rem;
    width: 100%;
  }
}

.l-company {
  width: 35%;
  margin-top: -5.9375rem;
}
@media screen and (max-width: 767px) {
  .l-company {
    margin-top: 0.625rem;
    width: 100%;
  }
}

.l-news {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-news {
    margin-top: 2.5rem;
  }
}

.l-park {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-park {
    margin-top: 2.5rem;
  }
}

.l-contact {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .l-contact {
    margin-top: 2.5rem;
  }
}

.l-shinbun {
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .l-shinbun {
    padding: 2.5rem 0;
  }
}

.c-inner {
  max-width: 77.5rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-inner {
    max-width: 37.5rem;
  }
}

.btn {
  color: #000;
  font-size: 1.6875rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 1.5rem;
    padding: 1.5rem 2rem 1.25rem;
    padding: 25px;
  }
}

.p-header__inner {
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding: 0.625rem 1.25rem;
    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;
  }
}

.p-sub-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.p-sub-header .p-header__inner {
  padding: 1.25rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-sub-header .p-header__logo {
  max-width: 12.5rem;
}

.p-header__logo {
  max-width: 23.75rem;
  width: 100%;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    max-width: 12.5rem;
  }
}

.p-header__logo a {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__nav {
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-header__nav-list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.p-header__nav-item {
  height: inherit;
}

.p-header__nav-item a {
  padding: 0 0.9375rem;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.125rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  line-height: 1.5;
  color: #6A5F4A;
}

.p-header__nav-item span {
  display: block;
  font-size: 0.75rem;
  line-height: 1.3333333333;
}

.p-header__nav-item.p-header__nav-item-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-header__nav-item.p-header__nav-item-sns a img {
  max-width: 2.75rem;
  height: auto;
}

.p-header__hamburger {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  position: relative;
  z-index: 999;
  border-radius: 50%;
  background-color: #fff;
  display: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-header__hamburger {
    display: block;
  }
}

.p-header__hamburger.is-open {
  background-color: transparent;
}

.p-header__hamburger span {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 0.9375rem;
  height: 1px;
  background-color: #6A5F4A;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-header__hamburger span:nth-of-type(1) {
  top: -0.25rem;
}

.p-header__hamburger span:nth-of-type(2) {
  top: 0;
}

.p-header__hamburger span:nth-of-type(3) {
  top: 0.25rem;
}

.p-header__hamburger.is-open span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.p-header__hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.p-header__hamburger.is-open span:nth-of-type(3) {
  top: -0.125rem;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.p-header__drawer {
  padding: 2.5rem 0;
  display: none;
  position: absolute;
  z-index: 900;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(249, 175, 164, 0.95);
  overflow-y: scroll;
  scrollbar-width: none;
}

.p-header__drawer::-webkit-scrollbar {
  display: none;
}

.p-header__drawer-item a {
  padding: 0.9375rem 0;
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}
.p-header__drawer-item a span {
  margin-bottom: 0.3125rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1.3333333333;
}

.p-header__drawer-item.p-header__nav-item-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
}
.p-header__drawer-item.p-header__nav-item-sns a img {
  max-width: 1.875rem;
  height: auto;
}

.footer {
  font-size: 0.75rem;
  font-weight: 700;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #6A5F4A;
}

.p-footer__inner.c-inner {
  max-width: 62.5rem;
}

.p-footer__site-map {
  font-size: 1rem;
  font-weight: 700;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #6A5F4A;
}

.p-footer-site-map__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-footer-site-map__list {
    margin-top: 1.25rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-site-map__item {
    width: calc(50% - 0.625rem);
    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;
  }
}
.p-footer-site-map__item:nth-of-type(1) img {
  max-width: 13.875rem;
}
.p-footer-site-map__item:nth-of-type(2) img {
  max-width: 14.625rem;
}
.p-footer-site-map__item:nth-of-type(3) img {
  max-width: 10.4375rem;
}
.p-footer-site-map__item:nth-of-type(4) img {
  max-width: 9.875rem;
}
.p-footer-site-map__item img {
  width: 100%;
  height: auto;
}

.p-footer__nav {
  margin-top: 1.875rem;
  height: inherit;
}

.p-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.625rem;
  }
}

.p-footer__nav-item {
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-item {
    width: 40%;
  }
}

.p-footer__nav-item a {
  padding: 0 0.9375rem;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.75rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
  line-height: 1.5;
  color: #6A5F4A;
}

.p-footer__nav-item span {
  display: block;
  font-size: 0.625rem;
  line-height: 1.3333333333;
}

.p-footer__nav-item.p-footer__nav-item-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-item.p-footer__nav-item-sns {
    margin-top: 1.25rem;
    width: 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;
  }
}
.p-footer__nav-item.p-footer__nav-item-sns a img {
  max-width: 2.0625rem;
  height: auto;
}

.footer__copyright {
  margin-top: 1.25rem;
  width: 100%;
  padding: 1.875rem 1.25rem;
  background-color: #F9AFA4;
  display: block;
  text-align: center;
  font-size: 0.75rem;
  color: #fff;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    padding: 1.25rem;
  }
}

/* モーダル */
.modal-overlay {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.modal-container {
  margin-top: 8.125rem;
  padding: 1.875rem 2.5rem;
  width: 25vw;
  height: 100vh;
  background-color: #FAEE00;
  overflow-y: auto;
  border-radius: 12.5rem 0 0 0;
  -webkit-box-shadow: -0.1875rem 0 0.1875rem rgba(35, 24, 21, 0.6);
          box-shadow: -0.1875rem 0 0.1875rem rgba(35, 24, 21, 0.6);
  border-top: 0.625rem solid #fff;
  border-left: 0.625rem solid #fff;
}
@media screen and (max-width: 767px) {
  .modal-container {
    width: 80vw;
    margin-top: 7.5rem;
    padding: 1.25rem;
  }
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.modal-close {
  background: transparent;
  border: 0;
  cursor: pointer;
  margin-left: auto;
}

.modal-header .modal-close::before {
  padding-bottom: 0.1875rem;
  content: "✕";
  font-size: 1rem;
  font-weight: 700;
  color: #231815;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  border-radius: 50%;
}

.modal-content {
  padding: 2.875rem 0;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .modal-content {
    padding: 1.875rem 0;
  }
}

.p-slide-bar__title {
  text-align: left;
  font-size: 1.5rem;
  color: #7A6A56;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .p-slide-bar__title {
    font-size: 1.125rem;
  }
}

.p-slide-bar__list {
  width: 100%;
  margin-top: 1.875rem;
  padding: 1.875rem;
  border-top: 0.0625rem solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-slide-bar__list {
    margin-top: 1.25rem;
    padding: 1.25rem;
    gap: 0.3125rem;
  }
}

.p-slide-bar__item-title {
  font-size: 1rem;
  color: #7A6A56;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .p-slide-bar__item-title {
    font-size: 0.875rem;
  }
}

.modal-open {
  padding: 0;
  display: block;
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.modal-open:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .modal-open:hover {
    opacity: 1;
  }
}

/* モーダルアニメーション */
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateX(15%);
            transform: translateX(15%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateX(15%);
            transform: translateX(15%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal-overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal-container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}

.coming-soon {
  font-size: 3.75rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  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;
  padding: 9.375rem;
}

.p-single-blog {
  padding: 6.25rem 0;
}

.p-single-blog__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-single-blog__date {
  font-size: 0.875rem;
  line-height: 1;
  color: #6A5F4A;
  font-weight: 700;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.p-single-blog__title {
  margin-top: 3rem;
  font-size: 2.25rem;
  line-height: 1.5;
  color: #6A5F4A;
  font-weight: 700;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 767px) {
  .p-single-blog__title {
    margin-top: 1.5rem;
    font-size: 1.5rem;
  }
}

.p-single-blog__mv {
  margin-top: 2.5rem;
  width: 100%;
}

.p-single-blog__mv img {
  aspect-ratio: 335/188;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-single-blog__content {
  margin-top: 7.5rem;
  color: #6A5F4A;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  /* 画像の中央寄せ */
  /* figureタグで囲まれた画像の中央寄せ */
  /* 画像右寄せ */
  /* figureタグで囲まれた画像右寄せ */
  /* 位置指定のない画像 */
  /* figureタグで囲まれた位置指定のない画像 */
  /* 自動折り返し有効化 */
}
@media screen and (max-width: 767px) {
  .p-single-blog__content {
    margin-top: 4rem;
  }
}
.p-single-blog__content h2 {
  margin-top: 5rem;
  padding-bottom: 1.875rem;
  font-size: 1.75rem;
  line-height: 1.5;
  border-bottom: 0.125rem solid #6A5F4A;
}
@media screen and (max-width: 767px) {
  .p-single-blog__content h2 {
    margin-top: 4rem;
    padding-bottom: 1.5rem;
    font-size: 1.25rem;
  }
}
.p-single-blog__content h3 {
  margin-top: 5rem;
  padding: 1.5rem 0;
  font-size: 1.5rem;
  line-height: 1.5;
  border-top: 1px solid #6A5F4A;
  border-bottom: 1px solid #6A5F4A;
}
@media screen and (max-width: 767px) {
  .p-single-blog__content h3 {
    margin-top: 4rem;
    padding: 1.25rem 0;
    font-size: 1.125rem;
  }
}
.p-single-blog__content h4 {
  margin-top: 4rem;
  font-size: 1.25rem;
  padding: 1rem;
  line-height: 1.5;
  background-color: #F3F5F5;
}
@media screen and (max-width: 767px) {
  .p-single-blog__content h4 {
    margin-top: 3rem;
    font-size: 1rem;
  }
}
.p-single-blog__content h5 {
  margin-top: 3rem;
  padding: 0.5rem 0 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-left: 0.25rem solid #6A5F4A;
}
@media screen and (max-width: 767px) {
  .p-single-blog__content h5 {
    margin-top: 2.5rem;
    padding: 0.25rem 0 0.25rem 1rem;
    font-size: 0.9375rem;
  }
}
.p-single-blog__content h6 {
  margin-top: 2.375rem;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-single-blog__content h6 {
    margin-top: 2rem;
    font-size: 0.875rem;
  }
}
.p-single-blog__content p {
  margin-top: 2.375rem;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-single-blog__content p {
    margin-top: 1.25rem;
  }
}
.p-single-blog__content p a {
  color: #73B2C8;
  -webkit-text-decoration: underline #73B2C8;
          text-decoration: underline #73B2C8;
}
.p-single-blog__content ul {
  margin-top: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-single-blog__content ul {
    margin-top: 2rem;
  }
}
.p-single-blog__content ul li {
  padding-left: 1.375rem;
  font-size: 1rem;
  line-height: 1.5;
  text-indent: -1.125rem;
}
.p-single-blog__content ul li:not(:first-of-type),
.p-single-blog__content ol li:not(:first-of-type) {
  margin-top: 1rem;
}
.p-single-blog__content ul li::before {
  content: "";
  margin-right: 0.625rem;
  position: relative;
  top: -0.1875rem;
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  background-color: #6A5F4A;
  border-radius: 50%;
}
.p-single-blog__content ol {
  margin-top: 2.375rem;
  counter-reset: number;
}
@media screen and (max-width: 767px) {
  .p-single-blog__content ol {
    margin-top: 2rem;
  }
}
.p-single-blog__content ol li {
  padding-left: 1.75rem;
  font-size: 1rem;
  line-height: 1.5;
  text-indent: -0.75rem;
}
.p-single-blog__content ol li::before {
  counter-increment: number;
  content: counter(number) ".";
  margin-right: 0.625rem;
  display: inline-block;
  line-height: 1;
  color: #6A5F4A;
}
.p-single-blog__content figure {
  margin-top: 3rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-single-blog__content figure {
    margin-top: 2rem;
  }
}
.p-single-blog__content figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single-blog__content .aligncenter {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.p-single-blog__content .aligncenter img {
  height: auto;
  max-width: 100%;
}
.p-single-blog__content .alignright {
  height: auto;
  margin-left: auto;
  max-width: 100%;
}
.p-single-blog__content .alignright img {
  height: auto;
  max-width: 100%;
}
.p-single-blog__content .alignnone {
  height: auto;
  max-width: 100%;
}
.p-single-blog__content .alignnone img {
  height: auto;
  max-width: 100%;
}
.p-single-blog__content pre {
  white-space: pre-wrap;
}

.p-mv {
  margin-top: -0.1875rem;
  width: 100%;
  padding-right: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding: 0;
  }
}

.p-mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-mv__img {
  width: 69.08vw;
}
@media screen and (max-width: 767px) {
  .p-mv__img {
    width: 100%;
  }
}
.p-mv__img img {
  height: auto;
}

.p-mv__navi {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 49.58vw;
}
@media screen and (max-width: 767px) {
  .p-mv__navi {
    max-width: 37.5rem;
    width: 100%;
    margin: -3.75rem auto 0;
    padding: 0 1.25rem;
    position: static;
  }
}

.p-mv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-mv__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-mv__item {
  max-width: 17.5rem;
  width: 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;
}
@media screen and (max-width: 767px) {
  .p-mv__item {
    max-width: 6.875rem;
  }
}

.p-mv__item-img {
  max-width: 17.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv__item-img {
    max-width: 6.875rem;
  }
}
.p-mv__item-img img {
  height: auto;
}

.p-mv__list-col2::before {
  content: "";
  display: block;
  max-width: 17.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv__list-col2::before {
    display: none;
  }
}
.p-mv__list-col2 .p-mv__item:nth-of-type(2) .p-mv__item-img img {
  max-width: 11.25rem;
}
@media screen and (max-width: 767px) {
  .p-mv__list-col2 .p-mv__item:nth-of-type(2) .p-mv__item-img img {
    max-width: 4.375rem;
  }
}

.p-mv__item-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}

.p-service__list {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 3.75rem) / 3));
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-service__list {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

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

.p-service__item-img img {
  height: auto;
}

.p-service__item-content {
  margin-top: 1.25rem;
}

.p-service__item-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #6A5F4A;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.p-service__item-text {
  height: 2.5rem;
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
  padding-left: 0.625rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #6A5F4A;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  border-left: 0.0625rem solid #6A5F4A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-service__item-text {
    height: inherit;
  }
}
.p-service__item-text span {
  font-size: 0.625rem;
}

.p-service__item-btn-wrap {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}

.p-service__item-btn {
  font-size: 0.875rem;
  font-weight: 700;
  color: #6A5F4A;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  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;
}
.p-service__item-btn img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-service__item:nth-of-type(1) .p-service__item-btn:nth-of-type(1) {
  width: 40%;
}
.p-service__item:nth-of-type(1) .p-service__item-btn:nth-of-type(2) {
  width: 55%;
}
.p-service__item:nth-of-type(2) .p-service__item-btn:nth-of-type(1) {
  width: 55%;
}
.p-service__item:nth-of-type(2) .p-service__item-btn:nth-of-type(2) {
  width: 35%;
}
.p-service__item:nth-of-type(3) .p-service__item-btn:nth-of-type(1) {
  width: 55%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-service__item:nth-of-type(3) .p-service__item-btn:nth-of-type(1) {
    margin-left: 0;
  }
}

.p-topics__inner.c-inner {
  padding-left: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-topics__inner.c-inner {
    padding: 0 1.25rem;
  }
}

.p-topics__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-topics__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-topics__main {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
}

.p-topics__title {
  max-width: 11.25rem;
  width: 100%;
  position: absolute;
  top: 1.25rem;
  left: -5.625rem;
}
@media screen and (max-width: 767px) {
  .p-topics__title {
    max-width: 7.5rem;
    top: -1.875rem;
    left: 1.25rem;
  }
}
.p-topics__title img {
  height: auto;
}

.p-topics__main-content {
  width: 100%;
  position: relative;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-topics__main-title {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #6A5F4A;
  display: inline-block;
  position: relative;
  position: absolute;
  top: 0.3125rem;
  left: 15rem;
}
@media screen and (max-width: 767px) {
  .p-topics__main-title {
    top: 1.875rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-topics__main-title::before,
.p-topics__main-title::after {
  content: "";
  position: absolute;
  height: 0.0625rem;
  background-color: #6A5F4A;
}

.p-topics__main-title::before {
  width: 6.25rem;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  left: -6.25rem;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-topics__main-title::before {
    width: 3.125rem;
    left: -3.125rem;
    top: 1.0625rem;
  }
}

.p-topics__main-title::after {
  width: 9.375rem;
  -webkit-transform: rotate(130deg);
          transform: rotate(130deg);
  right: -9.375rem;
  top: -1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-topics__main-title::after {
    width: 6.25rem;
    top: 0;
    right: -5.625rem;
  }
}

.p-topics__main-list {
  padding: 5rem 8.75rem 6.25rem 5rem;
  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 (max-width: 767px) {
  .p-topics__main-list {
    padding: 5rem 3.75rem 2.5rem 4.375rem;
  }
}
@media screen and (max-width: 399px) {
  .p-topics__main-list {
    padding-left: 3.125rem;
  }
}

.p-topics__main-item a {
  padding: 0.9375rem 0 0.625rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
  color: #6A5F4A;
  border-bottom: 0.1875rem dotted #6A5F4A;
}
@media screen and (max-width: 767px) {
  .p-topics__main-item a {
    padding: 0.3125rem 0;
    gap: 0.625rem;
  }
}
.p-topics__main-item a time {
  font-size: 0.9375rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
  color: #6A5F4A;
}
@media screen and (max-width: 767px) {
  .p-topics__main-item a time {
    font-size: 0.8125rem;
  }
}

.p-topics__main-item-title {
  font-size: 0.875rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
  color: #6A5F4A;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 767px) {
  .p-topics__main-item-title {
    font-size: 0.75rem;
  }
}

.p-topics__main-bg {
  max-width: 43.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-topics__main-bg {
    height: 18.75rem;
  }
}
.p-topics__main-bg img {
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-topics__main-bg img {
    height: inherit;
  }
}

.p-topics__side-img {
  max-width: 16.25rem;
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-topics__side-img {
    max-width: 12.5rem;
    margin: 0 auto;
  }
}
.p-topics__side-img img {
  height: auto;
}

.p-topics__side-text {
  font-size: 0.875rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
  color: #6A5F4A;
  text-align: justify;
}

.p-topics__qr {
  margin-top: 1.25rem;
  padding-right: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-topics__qr {
    padding: 0;
  }
}

.p-topics__qr-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-topics__qr-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.p-topics__qr-content a {
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #6A5F4A;
}
.p-topics__qr-content a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-topics__qr-content a {
    font-size: 0.75rem;
  }
}
.p-topics__qr-content img {
  max-width: 16.375rem;
  width: 100%;
  height: auto;
}

.p-topics__qr-text {
  font-size: 0.9375rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
  color: #6A5F4A;
}
@media screen and (max-width: 767px) {
  .p-topics__qr-text {
    font-size: 0.875rem;
  }
}
.p-topics__qr-text span {
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-topics__qr-text span {
    font-size: 0.75rem;
  }
}

.p-topics__qr-img {
  max-width: 5rem;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-topics__qr-img img {
  height: auto;
}

.p-topics__img {
  max-width: 70.625rem;
  width: 100%;
  margin: -10.625rem 0 0 -0.625rem;
}
@media screen and (max-width: 767px) {
  .p-topics__img {
    margin-top: 0;
    margin-right: -0.25rem;
  }
}
.p-topics__img img {
  height: auto;
}

.p-job__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-job__title-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

@media screen and (max-width: 767px) {
  .p-job__title-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-job__lead-text {
  font-size: 1.125rem;
  font-weight: 500;
  color: #6A5F4A;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 767px) {
  .p-job__lead-text {
    font-size: 1rem;
    text-align: center;
  }
}

.p-job__lead-title {
  margin-top: 0.9375rem;
  max-width: 25.625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-job__lead-title {
    margin-right: auto;
    margin-left: auto;
  }
}
.p-job__lead-title img {
  height: auto;
}

.p-job__text {
  margin-top: 0.9375rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6A5F4A;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.p-job__title {
  margin-left: -0.625rem;
  margin-bottom: -4.375rem;
  max-width: 12.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-job__title {
    max-width: 10rem;
    margin: 0 auto;
  }
}
.p-job__title img {
  height: auto;
}

.p-job__table-container {
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-job__table-container {
    width: 100%;
  }
}

.p-job__table {
  width: 100%;
  margin-top: 2.5rem;
  border-collapse: separate;
  border-spacing: 0.3125rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-job__table {
    margin-top: 1.25rem;
    width: 41.25rem;
  }
}

.p-job__table-body {
  width: 100%;
  font-size: 0.75rem;
  font-weight: 700;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
}

.p-job__row {
  width: 100%;
}

.p-job__head:nth-of-type(5) {
  width: 20%;
}
.p-job__head span {
  max-width: 4.0625rem;
  margin: 0 auto;
  font-size: 0.75rem;
  color: #fff;
  font-weight: 700;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background-color: #6A5F4A;
  border-radius: 0.1875rem;
  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;
}

.p-job__head.p-job__head-none {
  background-color: transparent;
}

.p-job__data {
  width: 15%;
  color: #6A5F4A;
}
.p-job__data:nth-of-type(5) {
  width: 20%;
}

.p-job__data.p-job__data-icon {
  width: 7%;
}

.p-job__data.p-job__data-icon {
  padding: 0.1875rem 0.3125rem;
  background-color: #3490B2;
  color: #fff;
  border-radius: 0.1875rem;
  display: inline;
  text-align: right;
  font-size: 0.625rem;
}

.p-job-bottom-text {
  margin-top: 1.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding-left: 1em;
  text-indent: -1em;
}

.p-job-bottom__btn {
  max-width: 18.75rem;
  width: 100%;
  margin: 3.75rem auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-job-bottom__btn {
    margin-top: 1.25rem;
  }
}
.p-job-bottom__btn img {
  height: auto;
}

.p-job-list__item {
  cursor: pointer;
}

.p-job-list__modal {
  display: none;
  overflow: scroll;
}

.p-job-modal {
  padding: 6.25rem 0;
  background-color: #fff;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.p-job-modal__close-button {
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  padding: 1.5625rem 2.5rem;
  outline: none;
  border: none;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0 0 0 0.625rem;
  background-color: #6A5F4A;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-job-modal__close-button {
    padding: 1.25rem 2.1875rem;
  }
}

.p-job-modal__inner {
  margin: 0 auto;
  padding: 0 1.25rem;
  max-width: 75rem;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.p-job-modal__img {
  width: 100%;
}

.p-job-modal__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-job-modal__text {
  margin-top: 1.875rem;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-job-modal__text {
    margin-top: 2.5rem;
    font-size: 1rem;
  }
}

.p-company__profile {
  max-width: 18.75rem;
  width: 100%;
  margin: 0 auto;
}
.p-company__profile img {
  height: auto;
}

.p-company__logo {
  display: block;
  max-width: 13.75rem;
  width: 100%;
  margin: -1.25rem auto 0 auto;
}
.p-company__logo img {
  width: 100%;
  height: auto;
}

.p-company__title {
  max-width: 15.9375rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-company__title {
    margin: 0.625rem auto 0 auto;
  }
}
.p-company__title img {
  height: auto;
}

.p-company__lead {
  margin-top: 3.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6A5F4A;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-company__lead {
    margin-top: 1.25rem;
  }
}

.p-company__lead-text-center {
  margin-top: 0.9375rem;
  font-size: 1rem;
  text-align: center;
}

.p-company__lead-list {
  margin-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3125rem;
}

.p-company__lead-item {
  padding-left: 2em;
  text-indent: -2em;
}

.p-company__content {
  margin-top: 1.25rem;
  padding-left: 1.7em;
  border-left: 0.0625rem solid #6A5F4A;
}

.p-company__content-title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #6A5F4A;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.p-company__list {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6A5F4A;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 767px) {
  .p-company__list {
    font-size: 0.75rem;
  }
}
.p-company__list:nth-of-type(1) .p-company__description {
  margin-top: 0.625rem;
}
.p-company__list:nth-of-type(2), .p-company__list:nth-of-type(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-company__list:nth-of-type(4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-company__list:nth-of-type(4) .p-company__term {
  width: 100%;
}
.p-company__list:nth-of-type(4) .p-company__description:first-of-type {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  width: 100%;
}

.p-company__term {
  padding-left: 0.3125rem;
  border-left: 0.625rem solid #6A5F4A;
  line-height: 1;
}

.p-company__description {
  text-indent: 1em;
  line-height: 1;
}
.p-company__description.p-company__description-content {
  line-height: 1.5;
}


.p-news-pickup {
  margin-top: 3.75rem;
  padding-left: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-news-pickup {
    margin-top: 1.875rem;
    padding-left: 0;
  }
}

.p-sub-news__list-article {
  padding: 12.5rem 0 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-sub-news__list-article {
    padding: 3.75rem 0;
  }
}

.p-news__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-news__img {
  margin-top: 11.25rem;
}
@media screen and (max-width: 767px) {
  .p-news__img {
    width: 52.17vw;
    margin-top: 11.25rem;
  }
}
@media screen and (max-width: 540px) {
  .p-news__img {
    margin-top: 10.625rem;
  }
}
@media screen and (max-width: 480px) {
  .p-news__img {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 440px) {
  .p-news__img {
    margin-top: 9.375rem;
  }
}
@media screen and (max-width: 399px) {
  .p-news__img {
    margin-top: 8.75rem;
  }
}
@media screen and (max-width: 375px) {
  .p-news__img {
    margin-top: 8.125rem;
  }
}
.p-news__img img {
  height: auto;
}

.p-news__title {
  margin-left: -5.75rem;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-news__title {
    width: 57.67vw;
  }
}
.p-news__title img {
  height: auto;
}

.p-news-icon__list {
  padding-right: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-news-icon__list {
    margin-top: 1.25rem;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, calc((100% - 2.5rem) / 3));
    gap: 1.25rem;
  }
}

.p-news-icon {
  max-width: 5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-news-icon {
    max-width: 5rem;
    margin: 0 auto;
  }
}
.p-news-icon img {
  height: auto;
}

.p-news-icon__text {
  margin-top: 0.3125rem;
  font-size: 1rem;
  font-weight: 500;
  color: #6A5F4A;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
}

.p-news__list-article {
  margin-top: -6.375rem;
  padding: 10.625rem 0 0 1.875rem;
  border-left: 0.125rem solid #6A5F4A;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-news__list-article {
    max-width: 25rem;
    margin: 1.875rem auto 0 auto;
    padding: 5.625rem 1.25rem 0 1.25rem;
  }
}
.p-news__list-article::before {
  content: "";
  width: 9.375rem;
  height: 9.375rem;
  background: url(.../../../img/ic_pick-up.webp) no-repeat center center/cover;
  position: absolute;
  top: -1.6875rem;
  left: -3.75rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-news__list-article::before {
    width: 5rem;
    height: 5rem;
    top: -0.625rem;
    left: -0.625rem;
  }
}

.p-news__list {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 3.75rem) / 3));
  gap: 3.125rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-news__list {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.p-news__item a {
  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;
}

.p-news__item-img img {
  border-radius: 0.625rem;
  aspect-ratio: 511/341;
  height: auto;
}

.p-news__item-content {
  margin-top: 0.3125rem;
  color: #6A5F4A;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-news__item-title {
  margin-bottom: 0.3125rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.p-news__item-content-wrap {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
.p-news__item-content-wrap.p-sub-news__item-content-wrap {
  margin-top: 0;
}

.p-news__item-content-icon {
  max-width: 3.125rem;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-news__item-content-icon img {
  height: auto;
}

.p-news__item-text {
  font-size: 0.875rem;
  line-height: 1.2;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.p-news__link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-news__link-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-news__link {
  margin-top: 3.75rem;
  margin-left: auto;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-news__link {
    margin: 1.875rem auto 0 auto;
  }
}

.p-pagenavi {
  margin-top: 5rem;
  clear: both;
  text-align: center;
}

.p-pagenavi__inner {
  margin: auto;
  padding: 0 1.5625rem;
  max-width: 75rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-pagenavi__inner {
    padding: 0 1.25rem;
    max-width: 37.5rem;
  }
}

.p-pagenavi a,
.p-pagenavi span {
  margin: 0 0.1875rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid #F4F7F8;
  background-color: #F4F7F8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-pagenavi a:hover {
  color: #fff;
  background-color: #6A5F4A;
  border-color: #6A5F4A;
  opacity: 1;
}

.p-pagenavi .current {
  color: #fff;
  background-color: #6A5F4A;
  border-color: #6A5F4A;
}


.p-side-banner {
  margin-top: 4.375rem;
  width: 15%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-side-banner {
    width: 100%;
  }
}

.p-side-banner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-side-banner__list {
    display: grid;
    grid-template-columns: repeat(2, calc((100% - 1.25rem) / 2));
    gap: 1.25rem;
  }
}

.p-side-banner__item {
  width: 100%;
}
.p-side-banner__item img {
  aspect-ratio: 348/175;
  height: auto;
}

.p-park__title {
  max-width: 46.25rem;
  width: 100%;
  margin: 0 auto;
}
.p-park__title img {
  height: auto;
}

.p-park__instagram {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-park__instagram {
    margin-top: 1.875rem;
  }
}

.p-contact__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7%;
}
@media screen and (max-width: 767px) {
  .p-contact__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.p-contact__left {
  width: 28.3%;
  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 (max-width: 767px) {
  .p-contact__left {
    width: 100%;
  }
}

.p-contact-left__logo {
  max-width: 12.5rem;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-contact-left__logo {
    max-width: 7.5rem;
    margin: 0 auto;
  }
}
.p-contact-left__logo img {
  height: auto;
}

.p-contact-left__bottom {
  margin-top: auto;
  padding-left: 2.5rem;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact-left__bottom {
    padding-left: 0;
  }
}

.p-contact-left__bottom-logo {
  max-width: 12.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact-left__bottom-logo {
    margin-top: 1.25rem;
  }
}
.p-contact-left__bottom-logo img {
  width: 100%;
  height: auto;
}

.p-contact-left__maps {
  margin-top: 1.875rem;
  font-size: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-contact-left__maps {
    margin-top: 0.625rem;
  }
}
.p-contact-left__maps img {
  max-width: 0.9375rem;
  height: auto;
  margin-right: 0.3em;
}
.p-contact-left__maps span {
  display: block;
  margin-top: 0.3125rem;
}

.p-contact__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-contact__title {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #6A5F4A;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    margin-top: 2.5rem;
    font-size: 1.25rem;
  }
}

.p-contact__form {
  margin-top: 2.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.p-contact__form .form-br {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .p-form__wrap + .p-form__wrap {
    margin-top: 0.625rem;
  }
}

.p-form__label {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
.p-form__wrap.p-form__wrap--textarea .p-form__label {
  margin-top: 1.875rem;
}

.p-form__label span {
  margin-left: 0.625rem;
  padding: 0.3125rem;
  display: inline-block;
  font-size: 0.625rem;
}

.p-form__wrap-flex {
  margin-top: 1.875rem;
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 2.5rem) / 3));
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-form__wrap-flex {
    margin-top: 1.875rem;
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
}

.p-form__input,
.p-form__textarea {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.wpcf7-not-valid-tip {
  margin-top: 0.625rem;
  font-weight: 700;
}

/* check box
----------------------------------------------- */
.p-form-checkbox .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(4, calc((100% - 1.875rem) / 4));
  gap: 0.3125rem 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (max-width: 767px) {
  .p-form-checkbox .wpcf7-checkbox {
    margin-top: 0.625rem;
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
}
.p-form-checkbox .wpcf7-list-item-label {
  word-break: break-word;
  display: inline-block;
  width: 100%;
}

.p-form-checkbox label {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-form-checkbox label {
    display: block;
  }
}

.p-form-checkbox input {
  display: none;
}

.p-form-checkbox input + span {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 1.25rem;
  position: relative;
  font-size: 0.75rem;
  line-height: 1.2;
}

.p-form-checkbox input + span::before {
  width: 0.9375rem;
  height: 0.9375rem;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  border: 1px solid #6A5F4A;
  display: block;
  border-radius: 0.1875rem;
}

.p-form-checkbox input + span::after {
  content: "";
  margin-top: -0.125rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  display: block;
  width: 0.9375rem;
  height: 0.5rem;
  border-bottom: 0.1875rem solid #000;
  border-left: 0.1875rem solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.p-form-checkbox input:checked + span::after {
  opacity: 1;
}

/* input
----------------------------------------------- */
.p-form-input input {
  padding: 0.3125rem 0.9375rem;
  width: 100%;
  font-size: 0.75rem;
  line-height: 1;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: none;
  border: none;
  border-radius: 0.3125rem;
}

.p-form-input input:focus {
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

/* textarea
----------------------------------------------- */
.p-form-textarea textarea {
  padding: 0.3125rem 0.9375rem;
  width: 100%;
  height: 9.375rem;
  font-size: 0.75rem;
  border-radius: 0.3125rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: #fff;
  background-image: none;
  resize: none;
}

.p-form-textarea textarea:focus {
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

/* privacy
----------------------------------------------- */
.p-form__submit-wrap {
  margin-top: 0.625rem;
  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;
}
@media screen and (max-width: 767px) {
  .p-form__submit-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

.p-contact__form-privacy-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact__form-privacy-link img {
  margin-left: 0.4em;
  max-width: 0.9375rem;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-contact__form-privacy {
    margin-top: 1.25rem;
  }
}
.p-contact__form-privacy label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* submit
----------------------------------------------- */
.p-form-submit input {
  width: 2.625rem;
  height: 2.625rem;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  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;
  background-color: #6A5F4A;
  background-image: none;
  border: none;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
}
.p-form-submit input:hover {
  opacity: 0.8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.p-form-submit input:hover,
.p-form-submit input:focus {
  outline: none;
}

@media screen and (max-width: 767px) {
  .p-form-submit input:hover {
    opacity: 0.8;
  }
}

.p-form-submit input::-moz-foucus-inner {
  padding: 0;
  border: none;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-spinner::before {
  display: none !important;
}

.p-shinbun__title {
  font-size: 2.5rem;
  text-align: center;
}/*# sourceMappingURL=style.css.map */