@import url("https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&family=Noto+Sans+JP:wght@100..900&display=swap");
/*
 ==========================================================================
 Foundation
 ==========================================================================
 */
/*
 * Foundation - Base
 */
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
  background: #fff;
  line-height: 1.8;
  max-width: 100%;
  font-size: 17px;
  overflow-x: hidden;
  color: #2F2F2F;
}

section {
  position: relative;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}

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

a {
  color: #2F2F2F;
}
a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}

/*
 * Foundation - Variables
 */
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
/*
 ==========================================================================
 Layout
 ==========================================================================
 */
.l_container {
  padding: 0 5.5vw;
}

@media (max-width: 960px) {
  .l_container {
    padding: 0 5vw;
  }
}
.l_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 20px 0 70px 0;
  z-index: 100;
  background: #fff;
}
.l_header__logo {
  position: relative;
  margin-bottom: 10px;
  width: 95px;
}
.l_header__logo img {
  width: 100%;
  height: auto;
}
.l_header__nav {
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l_header__nav li {
  width: 110px;
}
.l_header__nav li a {
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 16px 0;
  height: 70px;
  position: relative;
}
.l_header__nav li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #907c5b;
  -webkit-transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.l_header__nav li a:hover::before {
  width: 100%;
}
.l_header__nav li a span {
  display: block;
  line-height: 1.34;
  -webkit-transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.l_header__nav li a span:nth-child(1) {
  font-family: "Host Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  letter-spacing: 0.03em;
}
.l_header__nav li a span:nth-child(2) {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
  color: #888;
}
.l_header__nav.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  padding: 0;
  z-index: 1000;
}
@media (max-width: 768px) {
  .l_header {
    padding: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: -85px;
    background: transparent;
  }
  .l_header__logo {
    width: 100px;
    padding: 10px;
    z-index: 15;
    margin-bottom: 0;
    background: #fff;
  }
  .l_header__nav {
    display: none;
  }
}

.l_footer {
  background: #818e70;
  color: #ece4da;
  padding: 5.4rem 0 4.2rem 0;
  z-index: 5;
  position: relative;
}
.l_footer a {
  color: #ece4da;
  text-decoration: none;
}
.l_footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.39);
  padding-bottom: 50px;
}
.l_footer__left {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 135px 4vw 1fr;
  grid-template-columns: 135px 1fr;
  gap: 24px 4vw;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.l_footer__logo {
  width: 135px;
  margin-top: 1px;
}
.l_footer__logo svg {
  width: 100%;
  height: auto;
}
.l_footer__address {
  margin: 0;
  line-height: 1.73;
  font-style: normal;
  max-width: 560px;
  position: relative;
  top: -2px;
}
.l_footer__address span {
  display: block;
  margin-bottom: 10px;
}
.l_footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px 7vw;
}
.l_footer__linkCol {
  list-style: none;
  padding: 0;
  font-family: "Host Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
  letter-spacing: 0.03em;
}
.l_footer__linkCol li {
  margin-bottom: 15px;
}
.l_footer__linkCol li a {
  -webkit-transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.l_footer__linkCol li a:hover {
  opacity: 0.6;
}
.l_footer__snsIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 14px 0 0 0;
}
.l_footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  position: relative;
  padding: 30px 0 0 0;
}
.l_footer__right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.l_footer__copyright {
  font-family: "Host Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.03em;
}
.l_footer__privacy {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 300;
  -webkit-transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.l_footer__privacy:hover {
  opacity: 0.6;
}
@media (max-width: 960px) {
  .l_footer {
    padding: 3.5rem 0 125px 0;
  }
  .l_footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    padding-bottom: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l_footer__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    padding-bottom: 10px;
  }
  .l_footer__logo {
    width: 126px;
  }
  .l_footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l_footer__linkCol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 22px;
  }
  .l_footer__linkCol li {
    margin-bottom: 0;
  }
  .l_footer__bottom {
    padding: 25px 0 0 0;
    gap: 8px;
    -ms-flex-wrap: wrap;
        flex-wrap: 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: flex-start;
  }
  .l_footer__snsIcon {
    display: none;
  }
  .l_footer__snsSp {
    display: block;
    text-align: center;
    width: 100%;
  }
  .l_footer__snsSp a {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .l_footer {
    padding: 3.5rem 0 140px 0;
  }
  .l_footer__left {
    padding-bottom: 0;
  }
  .l_footer__address {
    font-size: 14px;
    line-height: 1.5;
  }
  .l_footer__address span {
    margin-bottom: 10px;
  }
  .l_footer__logo {
    width: 100px;
  }
  .l_footer__links {
    gap: 22px;
  }
  .l_footer__linkCol {
    font-size: 18px;
  }
  .l_footer__bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l_footer__copyright {
    font-size: 12px;
  }
}

.l_page_mv {
  background: #818e70;
  color: #ece4da;
  position: relative;
  width: 100%;
  height: 200px;
  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;
}
.l_page_mv h1 {
  margin-bottom: 6px;
}
.l_page_mv h1 span {
  display: block;
  text-align: center;
  line-height: 1.3;
}
.l_page_mv h1 span:nth-child(1) {
  font-family: "Host Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 38px;
}
.l_page_mv h1 span:nth-child(2) {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l_page_mv {
    height: 270px;
  }
  .l_page_mv h1 span:nth-child(1) {
    font-size: 34px;
  }
  .l_page_mv h1 span:nth-child(2) {
    font-size: 14px;
  }
}

/*
 ==========================================================================
 Object - Component
 ==========================================================================
 */
.c_pc {
  display: block;
}

.c_tb {
  display: none;
}

.c_sp {
  display: none;
}

.c_title {
  line-height: 1.2;
  color: #907c5b;
}
.c_title span {
  position: relative;
  display: inline-block;
  line-height: 1.2;
}
.c_title span:nth-child(1) {
  font-family: "Host Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 36px;
}
.c_title span:nth-child(2) {
  font-weight: 300;
  font-size: 14px;
  margin-left: 7px;
  top: -6.5px;
}

.c_btn {
  position: relative;
  display: inline-block;
  line-height: 1;
  border: 1px solid #907c5b;
  color: #907c5b;
  text-decoration: none;
  min-width: 300px;
  border-radius: 50px;
  padding: 20px 0 24px 0;
  font-size: 16px;
  -webkit-transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.c_btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 18px;
  background: url("../images/icon_arrow.svg") no-repeat center center/contain;
}
.c_btn:hover {
  background: #907c5b;
  color: #ece4da;
}
.c_btn:hover:after {
  background: url("../images/icon_arrow@white.svg") no-repeat center center/contain;
}
.c_btn.c_btn__back:after {
  right: auto;
  left: 18px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.c_link {
  background: #907c5b;
  position: relative;
  display: inline-block;
  width: 46px;
  height: 36px;
  border-radius: 40px;
  overflow: hidden;
  margin-right: 10px;
}
.c_link::before, .c_link::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/icon_arrow@white.svg") no-repeat center center/contain;
  -webkit-transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.c_link::before {
  left: 16px;
}
.c_link::after {
  left: -40px;
}
.c_link__white {
  background: #fff;
}
.c_link__white::before {
  background: url("../images/icon_arrow.svg") no-repeat center center/contain;
}
.c_link__white::after {
  background: url("../images/icon_arrow.svg") no-repeat center center/contain;
}

a:hover .c_link::before {
  left: 60px;
}
a:hover .c_link::after {
  left: 16px;
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .c_tb {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .c_pc {
    display: none;
  }
  .c_tb {
    display: none;
  }
  .c_sp {
    display: block;
  }
  .c_title span:nth-child(1) {
    font-size: 28px;
  }
  .c_title span:nth-child(2) {
    font-size: 11px;
    top: -4px;
  }
  .c_btn {
    font-size: 14px;
    min-width: 230px;
    padding: 16px 0 20px 0;
  }
  .c_btn:after {
    width: 12px;
    height: 12px;
    right: 18px;
  }
  .c_link {
    width: 45px;
    height: 32px;
  }
  .c_link::before, .c_link::after {
    width: 12px;
    height: 12px;
  }
  .c_link::before {
    left: 16px;
  }
  .c_link::after {
    left: -38px;
  }
  a:hover .c_link::before {
    left: 16px;
  }
  a:hover .c_link::after {
    left: -38px;
  }
}
/*
 ==========================================================================
 Object - Project
 ==========================================================================
 */
/* toggle */
.p_toggle {
  position: fixed;
  top: 16px;
  right: 5vw;
  z-index: 500;
  width: 45px;
  height: 18px;
  cursor: pointer;
  display: none;
}
.p_toggle span {
  position: absolute;
  display: block;
  width: 100%;
  height: 1.5px;
  background: #907c5b;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p_toggle span:nth-child(1) {
  top: 0;
}
.p_toggle span:nth-child(2) {
  top: 9px;
}
.p_toggle span:nth-child(3) {
  top: 18px;
}
.p_toggle.is-active span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.p_toggle.is-active span:nth-child(2) {
  opacity: 0;
}
.p_toggle.is-active span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}

.p_toggle__body {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F6F1EC;
  z-index: 300;
}
.p_toggle__body ul {
  max-width: 80%;
  position: relative;
  margin: 0 auto;
  padding: 60px 0 0 0;
}
.p_toggle__body ul li {
  margin-bottom: 20px;
}
.p_toggle__body ul li a {
  text-decoration: none;
  text-align: center;
}
.p_toggle__body ul li a span {
  display: block;
  line-height: 1.3;
  font-size: 24px;
  font-family: "Host Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #907c5b;
}

@media screen and (max-width: 768px) {
  .p_toggle {
    display: block;
  }
}
/* index */
.p_reserve {
  z-index: 200;
  position: fixed;
  top: 20px;
  right: 2.5vw;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.p_reserve.is-fixed {
  top: 4px;
}
.p_reserve a {
  display: block;
  text-decoration: none;
  color: #ece4da;
  width: 192px;
  height: 62px;
  background: url("../images/reserve_bg.svg") no-repeat center center/contain;
  padding: 12px 0 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p_reserve a:hover {
  opacity: 0.7;
}
.p_reserve a span {
  display: block;
  text-align: center;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}
.p_reserve a span:nth-child(1) {
  font-size: 16px;
}
.p_reserve a span:nth-child(2) {
  font-family: "Host Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 961px) and (max-width: 1190px) {
  .p_reserve.is-fixed {
    top: 80px;
  }
}
@media screen and (max-width: 960px) {
  .p_reserve {
    top: auto;
    bottom: 4vh;
    right: 0;
  }
  .p_reserve.is-fixed {
    top: auto;
  }
  .p_reserve a {
    padding: 17px 0 0 15px;
    width: 178px;
    height: 74px;
    background: url(../images/reserve_bg@sp.svg) no-repeat center center/contain;
  }
  .p_reserve a:hover {
    opacity: 1;
  }
}

.p_mv {
  position: relative;
  width: 95%;
  width: 100%;
  aspect-ratio: 100/54;
  margin: 0 auto;
}
.p_mv__visual {
  display: block;
  width: 100%;
  aspect-ratio: 100/54;
  background: url("../images/mv@tb.jpg") no-repeat center 40%/cover;
}
.p_mv__title {
  position: absolute;
  display: block;
  bottom: 6.8%;
}
.p_mv__title span {
  display: block;
}
.p_mv__title span:nth-child(1) {
  color: #907c5b;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.07em;
  text-indent: 3px;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .p_mv {
    height: auto;
  }
  .p_mv__visual {
    display: block;
    width: 100%;
    height: 54vw;
    background: url("../images/mv@tb.jpg") no-repeat center 40%/cover;
  }
}
@media (max-width: 960px) {
  .p_mv {
    height: auto;
    aspect-ratio: auto;
  }
  .p_mv__visual {
    display: block;
    width: 100%;
    height: 66vw;
    aspect-ratio: auto;
    background: url("../images/mv@tb.jpg") no-repeat center 20%/cover;
  }
}
@media (max-width: 768px) {
  .p_mv {
    height: auto;
    aspect-ratio: auto;
    margin-top: -90px;
  }
  .p_mv__visual {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 100/150;
    background: url("../images/mv@sp.jpg") no-repeat center center/cover;
  }
  .p_mv__title-wrap {
    position: relative;
    background: #fff;
  }
  .p_mv__title {
    position: relative;
    padding: 20px 0 0 0;
  }
  .p_mv__title span:nth-child(1) {
    font-size: 16px;
  }
}

.p_story {
  padding: 6.5rem 0;
  position: relative;
  z-index: 5;
  background: #fff;
}
.p_story__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p_story__left {
  padding-right: 2.5vw;
}
.p_story__title {
  position: relative;
  margin-bottom: 40px;
}
.p_story__text {
  line-height: 2.2;
  font-size: 20px;
  margin-bottom: 25px;
}
.p_story__images {
  width: 40%;
  max-width: 446px;
  display: -ms-grid;
  display: grid;
  row-gap: 30px;
  -ms-flex-line-pack: start;
      align-content: start;
}
.p_story__img {
  position: relative;
  height: auto;
}
.p_story__img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.p_story__img::before, .p_story__img::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 18px;
  z-index: 2;
}
.p_story__img::before {
  left: 0;
  top: 0;
  background: url("../images/border1_LT.svg") no-repeat center center/contain;
}
.p_story__img::after {
  left: 0;
  bottom: 0;
  background: url("../images/border1_LB.svg") no-repeat center center/contain;
}
.p_story__img figure {
  position: relative;
}
.p_story__img figure::before, .p_story__img figure::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 18px;
  z-index: 2;
}
.p_story__img figure::before {
  right: 0;
  top: 0;
  background: url("../images/border1_RT.svg") no-repeat center center/contain;
}
.p_story__img figure::after {
  right: 0;
  bottom: 0;
  background: url("../images/border1_RB.svg") no-repeat center center/contain;
}
.p_story__img-touch-wrapper {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: none;
}
.p_story__img-touch-wrapper::-webkit-scrollbar {
  display: none;
}
.p_story__img-touch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 10px;
  margin-left: 5vw;
  margin-right: 5vw;
}
.p_story__img-touch .p_story__img {
  min-width: 320px;
  width: 70vw;
}
@media (min-width: 769px) and (max-width: 960px) {
  .p_story__inner {
    display: block;
  }
  .p_story__images {
    width: 100%;
    padding: 30px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .p_story {
    padding: 3.6rem 0;
  }
  .p_story__left {
    padding-right: 0;
  }
  .p_story__img-touch-wrapper {
    display: block;
  }
  .p_story__images {
    display: none;
  }
  .p_story__img::before, .p_story__img::after {
    width: 20px;
    height: 12px;
  }
  .p_story__img figure::before, .p_story__img figure::after {
    width: 20px;
    height: 12px;
  }
  .p_story__title {
    margin-bottom: 24px;
  }
  .p_story__text {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 24px;
  }
  .p_story__text:last-child {
    margin-bottom: 0;
  }
}

.p_menu {
  position: relative;
  background: #818e70;
  padding: 6.5rem 0;
  padding-bottom: calc(6.5rem - 30px);
  z-index: 5;
}
.p_menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_menu__image {
  width: 50%;
  position: relative;
}
.p_menu__image::before, .p_menu__image::after {
  content: "";
  display: block;
  position: absolute;
  width: 64px;
  height: 32px;
  z-index: 2;
}
.p_menu__image::before {
  left: 0;
  top: 0;
  background: url("../images/border2_LT.svg") no-repeat center center/contain;
}
.p_menu__image::after {
  right: 0;
  bottom: 35px;
  background: url("../images/border2_RB.svg") no-repeat center center/contain;
}
.p_menu__image-inner {
  position: relative;
}
.p_menu__image-inner::before, .p_menu__image-inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 64px;
  height: 32px;
  z-index: 2;
}
.p_menu__image-inner::before {
  left: 0;
  bottom: 35px;
  background: url("../images/border2_LB.svg") no-repeat center center/contain;
}
.p_menu__image-inner::after {
  right: 0;
  top: 0;
  background: url("../images/border2_RT.svg") no-repeat center center/contain;
}
.p_menu__content {
  width: 50%;
  color: #ece4da;
  padding-left: 5vw;
  padding-bottom: 30px;
}
.p_menu .c_title {
  color: #ece4da;
  position: relative;
  margin-bottom: 2.1rem;
  width: 100%;
}
.p_menu__subtitle {
  margin-bottom: 2.1rem;
}
.p_menu__description {
  color: #ece4da;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 2.8rem;
}
.p_menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 25px;
}
.p_menu__list li a {
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_menu__list li a span:nth-child(2) {
  display: inline-block;
  line-height: 1.4;
  font-weight: 400;
  position: relative;
  font-size: 16px;
  letter-spacing: 0;
  top: -3px;
}
.p_menu__list li a span:nth-child(2) small {
  font-size: 11px;
  font-weight: 300;
  display: block;
  letter-spacing: 0.03em;
}
@media (min-width: 769px) and (max-width: 960px) {
  .p_menu__inner {
    display: block;
    margin: 0 auto;
  }
  .p_menu__image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .p_menu__content {
    width: 100%;
    padding-left: 0;
  }
  .p_menu__content .c_title {
    display: none;
  }
}
@media (max-width: 768px) {
  .p_menu {
    padding: 3.6rem 0;
  }
  .p_menu__inner {
    display: block;
  }
  .p_menu__image {
    width: 100%;
  }
  .p_menu__image::before, .p_menu__image::after {
    width: 32px;
    height: 16px;
  }
  .p_menu__image:after {
    bottom: 30px;
  }
  .p_menu__image-inner::before, .p_menu__image-inner::after {
    width: 32px;
    height: 16px;
  }
  .p_menu__image-inner::before {
    bottom: 30px;
  }
  .p_menu__subtitle {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .p_menu__content {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
  .p_menu .c_title {
    margin-bottom: 20px;
  }
  .p_menu__description {
    margin-bottom: 25px;
  }
  .p_menu__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
  }
  .p_menu__list li {
    width: 90%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.39);
  }
  .p_menu__list li a {
    position: relative;
    padding: 15px 0;
  }
  .p_menu__list li a span:nth-child(1) {
    position: absolute;
    right: 0;
    margin-right: 0;
  }
  .p_menu__list li a span:nth-child(2) {
    font-size: 17px;
  }
}

body .p_menu__image-slider {
  padding-bottom: 35px;
}
body .p_menu .swiper-pagination {
  bottom: 0px;
}
body .p_menu .swiper-pagination .swiper-pagination-bullet {
  background: none;
  border: 1px solid #ece4da;
  opacity: 1;
  margin: 0 6px;
}
body .p_menu .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ece4da;
}
body .p_menu .swiper-button-prev, body .p_menu .swiper-button-next {
  width: 30px;
  height: 30px;
  margin-top: -35px;
}
body .p_menu .swiper-button-prev {
  background: url("../images/icon_arrow.svg") no-repeat center center/18px 18px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
body .p_menu .swiper-button-next {
  background: url("../images/icon_arrow.svg") no-repeat center center/18px 18px;
}

@media (max-width: 768px) {
  body .p_menu__image-slider {
    padding-bottom: 30px;
  }
  body .p_menu .swiper-pagination {
    bottom: 0px;
  }
  body .p_menu .swiper-pagination .swiper-pagination-bullet {
    background: none;
    border: 1px solid #ece4da;
    opacity: 1;
    margin: 0 6px;
  }
  body .p_menu .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ece4da;
  }
  body .p_menu .swiper-button-prev, body .p_menu .swiper-button-next {
    display: none;
  }
}
.p_news {
  padding: 6.5rem 0;
  position: relative;
  z-index: 5;
  background: #fff;
}
.p_news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p_news__left {
  width: calc(50% - 10vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p_news .c_title {
  width: 100%;
}
.p_news__link {
  display: block;
  text-decoration: none;
  color: #888;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #907c5b;
  margin-top: auto;
}
.p_news__link span:nth-child(2) {
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  position: relative;
  font-size: 16px;
  letter-spacing: 0;
  top: -12px;
}
.p_news__right {
  width: calc(50% + 10vw);
}
.p_news__list {
  border-top: 1px solid rgba(221, 221, 221, 0.876);
}
.p_news__item {
  border-bottom: 1px solid #DFDFDF;
}
.p_news__item a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 40px 50px 40px 0;
}
.p_news__item a em {
  font-style: normal;
  width: calc(76px + 5vw);
  font-size: 105%;
  color: #888;
  font-weight: 300;
}
.p_news__item a span {
  width: calc(100% - 76px - 5vw);
}
.p_news__item a:after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  background: url("../images/icon_arrow.svg") no-repeat center center/contain;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p_news__item a:before {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 1px;
  background: #907c5b;
  left: 0;
  bottom: -1px;
  z-index: 2;
  -webkit-transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.p_news__item a:hover:before {
  width: 100%;
}
@media (max-width: 768px) {
  .p_news {
    padding: 3.6rem 0;
  }
  .p_news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p_news__left {
    width: 100%;
  }
  .p_news__right {
    width: 100%;
  }
  .p_news .c_title {
    margin-bottom: 20px;
  }
  .p_news__link {
    display: none;
  }
  .p_news__item a {
    padding: 20px 30px 20px 0;
    display: block;
  }
  .p_news__item a em {
    width: 100%;
    font-size: 100%;
    display: block;
  }
  .p_news__item a span {
    width: 100%;
  }
  .p_news__item a:after {
    right: 4px;
    width: 12px;
    height: 120px;
  }
  .p_news__more {
    text-align: center;
    margin-top: 30px;
  }
}

.p_instagram {
  position: relative;
  width: 100%;
  height: 40vw;
  background: #ddd;
  z-index: 5;
}
.p_instagram__content {
  position: absolute;
  width: 20%;
  height: 100%;
  z-index: 4;
  background: #907c5b;
  color: #ece4da;
  left: 40%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_instagram__content .c_link {
  margin-right: 0;
}
.p_instagram__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p_instagram__inner .c_title {
  width: 100%;
  color: #ece4da;
  text-align: center;
  margin: 20px 0 40px 0;
}
@media (min-width: 769px) and (max-width: 960px) {
  .p_instagram {
    height: 66.6666666667vw;
  }
  .p_instagram__content {
    width: 33.3333333333%;
    height: 33.3333333333vw;
    left: 33.3333333333%;
    top: 25%;
  }
}
@media (max-width: 768px) {
  .p_instagram {
    height: 150vw;
  }
  .p_instagram__content {
    width: 50vw;
    height: 50vw;
    left: 25vw;
    top: 50vw;
  }
  .p_instagram__content .c_link {
    margin-right: 0;
  }
  .p_instagram__icon {
    width: 30px;
  }
  .p_instagram .c_title {
    margin: 10px 0 25px 0;
  }
}

.p_access {
  padding: 6.5rem 0;
  position: relative;
  z-index: 5;
  background: #fff;
}
.p_access:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  background: #F6F1EC;
}
.p_access .l_container {
  padding: 0 2.75vw;
  position: relative;
  z-index: 5;
}
.p_access .c_title {
  margin-bottom: 30px;
  padding: 0 2.75vw;
}
.p_access__map {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 43%;
}
.p_access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.p_access__info {
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  width: 90%;
  padding: 2.6rem 3.5rem;
  margin: -3.9rem auto 0 auto;
  z-index: 5;
}
.p_access__info-inner {
  width: 50%;
}
.p_access__info dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.8;
}
.p_access__info dl:last-child {
  margin-bottom: 8px;
}
.p_access__info dl dt {
  color: #888;
  width: 90px;
}
.p_access__info dl dd {
  width: calc(100% - 120px);
}
.p_access__info-inner2 dl dt {
  width: 110px;
}
.p_access__info-inner2 dl:last-child {
  margin-top: 50px;
}
@media (min-width: 769px) and (max-width: 960px) {
  .p_access__info dl {
    display: block;
  }
  .p_access__info dl dt {
    width: 100%;
  }
  .p_access__info dl dd {
    width: 100%;
  }
  .p_access__map {
    padding-top: 63.5%;
  }
}
@media (max-width: 768px) {
  .p_access {
    padding: 3.6rem 0;
  }
  .p_access .l_container {
    padding: 0;
  }
  .p_access .c_title {
    margin-bottom: 20px;
  }
  .p_access__map {
    padding-top: 100%;
  }
  .p_access__info {
    width: 90%;
    margin: -40px auto 0 auto;
    padding: 30px 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 420px;
  }
  .p_access__info dl {
    width: 100%;
    font-size: 14px;
    margin-bottom: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_access__info dl:last-child {
    margin-bottom: 0;
  }
  .p_access__info dl dt {
    width: 80px;
  }
  .p_access__info dl:nth-of-type(even) dt {
    width: 80px;
  }
  .p_access__info dl dd {
    width: calc(100% - 80px);
  }
}

.p_findus {
  padding: 6.5rem 0 0 0;
  position: relative;
  z-index: 5;
  background: #fff;
}
.p_findus .c_title {
  margin-bottom: 30px;
}
.p_findus__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #907c5b;
}
.p_findus__item {
  width: 33.3333333333%;
  border-top: 1px solid #907c5b;
  aspect-ratio: 1/1;
  position: relative;
}
.p_findus__item:before, .p_findus__item:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 25px;
  height: 25px;
}
.p_findus__item:before {
  left: -1px;
  top: -1px;
  background: url("../images/boredr3_LT.png") no-repeat center center/contain;
}
.p_findus__item:after {
  right: 0px;
  top: -1px;
  background: url("../images/boredr3_RT.png") no-repeat center center/contain;
}
.p_findus__item-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  padding: 2%;
  aspect-ratio: 1/1;
  border-bottom: 1px solid #907c5b;
  border-right: 1px solid #907c5b;
}
.p_findus__item-wrap:before, .p_findus__item-wrap:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 25px;
  height: 25px;
}
.p_findus__item-wrap:before {
  left: -1px;
  bottom: -1px;
  background: url("../images/boredr3_LB.png") no-repeat center center/contain;
}
.p_findus__item-wrap:after {
  right: -1px;
  bottom: -1px;
  background: url("../images/boredr3_RB.png") no-repeat center center/contain;
}
.p_findus__item-inner {
  position: relative;
}
.p_findus__item-inner h3 {
  width: 100%;
  text-align: center;
  line-height: 1.7;
  display: block;
  margin-bottom: 12%;
}
.p_findus__item-inner h3 span {
  display: inline-block;
}
.p_findus__item-inner h3 span:nth-child(2) {
  font-size: 14px;
  font-weight: 400;
  display: block;
}
.p_findus__item-inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 6px;
}
.p_findus__item-inner dl dt {
  position: relative;
  top: 3px;
  width: 28px;
}
.p_findus__item-inner dl dd {
  width: calc(100% - 28px);
}
.p_findus__item-inner ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-top: 10%;
}
.p_findus__item-inner ul a {
  -webkit-transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.p_findus__item-inner ul a:hover {
  opacity: 0.6;
}
@media (min-width: 769px) and (max-width: 960px) {
  .p_findus__wrapper {
    overflow-x: auto;
    overflow-y: auto;
    padding-bottom: 10px;
  }
  .p_findus__item {
    min-width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .p_findus {
    padding: 3.6rem 0 0 0;
    overflow: hidden;
  }
  .p_findus .c_title {
    margin-bottom: 20px;
  }
  .p_findus__wrapper {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .p_findus__inner {
    gap: 10px;
    border: 0;
    margin-left: 5vw;
    margin-right: 5vw;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .p_findus__item {
    width: 300px;
    height: 300px;
    border: 1px solid #907c5b;
  }
  .p_findus__item:after {
    right: -1px;
  }
  .p_findus__item-wrap {
    padding: 15px;
    border: 0;
  }
  .p_findus__item-inner h3 {
    margin-bottom: 22px;
  }
  .p_findus__item-inner h3 span:nth-child(1) {
    width: 130px;
  }
  .p_findus__item-inner h3 span:nth-child(2) {
    font-size: 11px;
  }
  .p_findus__item-inner dl {
    font-size: 11px;
    margin-bottom: 8px;
  }
  .p_findus__item-inner dl dt {
    top: 0;
  }
  .p_findus__item-inner dl dt img {
    width: 18px;
  }
  .p_findus__item-inner dl dd br {
    display: none;
  }
  .p_findus__item-inner ul li {
    width: 24px;
  }
}

.p_contact_guide {
  padding: 5rem 0;
  text-align: center;
  position: relative;
  z-index: 5;
  background: #fff;
}
.p_contact_guide .c_title {
  line-height: 1;
  margin-bottom: 20px;
}
.p_contact_guide p {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p_contact_guide {
    padding: 4rem 0;
  }
  .p_contact_guide .c_title {
    margin-bottom: 15px;
  }
  .p_contact_guide p {
    margin-bottom: 20px;
  }
}

/* policy */
.p_policy {
  padding: 3.5rem 0 8rem 0;
}
.p_policy__inner {
  max-width: 980px;
  margin: 0 auto;
}
.p_policy h2 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 60px;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.p_policy h2:first-child {
  margin-top: 0;
}
.p_policy p {
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .p_policy {
    padding: 2.5rem 0 5rem 0;
  }
  .p_policy h2 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 30px;
  }
  .p_policy p {
    line-height: 1.9;
  }
}

/* contact */
.p_contact {
  padding: 3.5rem 0 6.5rem 0;
}
.p_contact__inner {
  max-width: 980px;
  margin: 0 auto;
}
.p_contact__lead {
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 60px;
}
.p_contact__lead small {
  color: #888;
}
.p_contact__lead sup {
  color: #B91518;
}
.p_contact h2 {
  font-size: 21px;
  font-weight: 400;
  margin-top: 60px;
  margin-bottom: 40px;
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 12px;
}
.p_contact__form {
  margin-bottom: 5.5rem;
}
.p_contact__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}
.p_contact__field:last-child {
  margin-bottom: 0;
}
.p_contact__field dt {
  width: 260px;
  padding-top: 10px;
}
.p_contact__field dd {
  width: calc(100% - 260px);
}
.p_contact__label {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p_contact__label sup {
  color: #B91518;
}
.p_contact__input, .p_contact__select, .p_contact__textarea {
  width: 100%;
  height: 60px;
  padding: 10px 20px;
  background-color: #F5F5F5;
  border: 1px solid #B6B6B6;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.p_contact__input::-webkit-input-placeholder, .p_contact__select::-webkit-input-placeholder, .p_contact__textarea::-webkit-input-placeholder {
  color: #A3A3A3;
}
.p_contact__input::-moz-placeholder, .p_contact__select::-moz-placeholder, .p_contact__textarea::-moz-placeholder {
  color: #A3A3A3;
}
.p_contact__input:-ms-input-placeholder, .p_contact__select:-ms-input-placeholder, .p_contact__textarea:-ms-input-placeholder {
  color: #A3A3A3;
}
.p_contact__input::-ms-input-placeholder, .p_contact__select::-ms-input-placeholder, .p_contact__textarea::-ms-input-placeholder {
  color: #A3A3A3;
}
.p_contact__input::placeholder, .p_contact__select::placeholder, .p_contact__textarea::placeholder {
  color: #A3A3A3;
}
.p_contact__input:focus, .p_contact__select:focus, .p_contact__textarea:focus {
  outline: none;
  border-color: #907c5b;
}
.p_contact__select {
  width: 243px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.77817 8.2634L11.5563 3.48523L10.4852 2.41406L6.77817 6.12112L3.07111 2.41406L2 3.48523L6.77817 8.2634Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 50px;
}
.p_contact__textarea {
  width: 100%;
  height: 400px;
  padding: 10px 20px;
  resize: vertical;
}
.p_contact__notice {
  text-align: center;
  font-weight: 400;
  margin: 45px 0 12px 0;
}
.p_contact__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}
.p_contact__checkbox .wpcf7-list-item {
  margin-left: 0;
}
.p_contact__checkbox label {
  cursor: pointer;
}
.p_contact__checkbox input {
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #f5f5f5;
  border: 1px solid #898989;
  border-radius: 4px;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  top: 6px;
}
.p_contact__checkbox input:checked {
  background-color: #907c5b;
  border-color: #907c5b;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5L5 9L13 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.p_contact__checkboxLabel {
  font-weight: 400;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.p_contact__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
  display: block;
  text-align: center;
}
.p_contact__submit input {
  display: inline-block;
}
.p_contact__submit .wpcf7-spinner {
  display: none;
}
.p_contact__submitBtn {
  width: 480px;
  height: 70px;
  background-color: transparent;
  border: 1px solid #907c5b;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 400;
  color: #907c5b;
  letter-spacing: 0.05em;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.p_contact__submitBtn:hover {
  background-color: #907c5b;
  color: #ece4da;
}
.p_contact form .wpcf7-response-output {
  text-align: center;
  margin: -4rem 0 0 0;
  border: 0 !important;
  color: #dc3232 !important;
}
.p_contact .wpcf7 form.sent .wpcf7-response-output {
  color: #2F2F2F;
}
.p_contact__phone {
  position: relative;
  display: block;
  margin-bottom: 2.5rem;
}
.p_contact__phone span {
  display: block;
  text-align: center;
}
.p_contact__phone span:nth-child(1) {
  font-size: 56px;
  color: #907c5b;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-bottom: 12px;
}
.p_contact__phone span:nth-child(2) {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}
.p_contact__phone span:nth-child(2) small {
  font-size: 14px;
  color: #888;
}
@media (max-width: 768px) {
  .p_contact {
    padding: 2.5rem 0 5rem 0;
  }
  .p_contact__lead {
    margin-bottom: 40px;
    text-align: left;
  }
  .p_contact h2 {
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .p_contact__form {
    margin-bottom: 3rem;
  }
  .p_contact__field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 18px;
  }
  .p_contact__field dt {
    width: 100%;
  }
  .p_contact__field dd {
    width: 100%;
  }
  .p_contact__label {
    padding-top: 0;
    margin-bottom: 6px;
    font-size: 14px;
  }
  .p_contact__input, .p_contact__select, .p_contact__textarea {
    width: 100%;
    height: 50px;
    font-size: 16px;
    padding: 10px 15px;
  }
  .p_contact__select {
    width: 100%;
  }
  .p_contact__textarea {
    width: 100%;
    height: 200px;
  }
  .p_contact__notice {
    font-size: 14px;
    margin: 20px 0 10px;
  }
  .p_contact__checkbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 25px;
  }
  .p_contact__checkbox input {
    width: 20px;
    height: 20px;
    top: 5px;
    margin-right: 6px;
  }
  .p_contact__checkboxLabel {
    font-size: 14px;
  }
  .p_contact__submitBtn {
    width: 80%;
    max-width: 500px;
    height: 60px;
    font-size: 14px;
  }
  .p_contact__phone span:nth-child(1) {
    font-size: 40px;
    margin-bottom: 0;
    padding: 10px 0 20px 0;
  }
  .p_contact__phone span:nth-child(2) {
    font-size: 16px;
  }
  .p_contact__phone span:nth-child(2) small {
    font-size: 12px;
  }
}

body .grecaptcha-badge {
  visibility: hidden;
}

/* news */
.p_news_list {
  padding: 4.5rem 0 9rem 0;
}
.p_news_list__inner {
  max-width: 800px;
  margin: 0 auto;
}
.p_news_list__list {
  border-top: 1px solid rgba(221, 221, 221, 0.876);
}
.p_news_list__item {
  border-bottom: 1px solid #DFDFDF;
}
.p_news_list__item a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 40px 50px 40px 0;
}
.p_news_list__item a em {
  font-style: normal;
  width: calc(76px + 5vw);
  font-size: 105%;
  color: #888;
  font-weight: 300;
}
.p_news_list__item a span {
  width: calc(100% - 76px - 5vw);
}
.p_news_list__item a:after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  background: url("../images/icon_arrow.svg") no-repeat center center/contain;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p_news_list__item a:before {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 1px;
  background: #907c5b;
  left: 0;
  bottom: -1px;
  z-index: 2;
  -webkit-transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.p_news_list__item a:hover:before {
  width: 100%;
}
.p_news_list__more {
  margin-top: 60px;
  text-align: center;
}
.p_news_list__moreBtn {
  background: transparent;
  border: 1px solid #907c5b;
  color: #907c5b;
  padding: 20px 20px 24px 20px;
  min-width: 300px;
  border-radius: 60px;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p_news_list__moreBtn:hover {
  background: #907c5b;
  color: #fff;
}
.p_news_list__moreBtn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
@media (max-width: 768px) {
  .p_news_list {
    padding: 3.6rem 0 6rem 0;
  }
  .p_news_list__item a {
    padding: 20px 30px 20px 0;
    display: block;
  }
  .p_news_list__item a em {
    width: 100%;
    font-size: 100%;
    display: block;
  }
  .p_news_list__item a span {
    width: 100%;
  }
  .p_news_list__item a:after {
    right: 4px;
    width: 12px;
    height: 12px;
  }
  .p_news_list__more {
    margin-top: 40px;
  }
  .p_news_list__moreBtn {
    font-size: 14px;
    padding: 16px 20px 20px 20px;
    min-width: 230px;
  }
}

.p_news_detail {
  padding: 4.5rem 0 9rem 0;
}
.p_news_detail__inner {
  max-width: 800px;
  margin: 0 auto;
}
.p_news_detail__header {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DFDFDF;
}
.p_news_detail__date {
  display: block;
  font-size: 16px;
  color: #888;
  font-weight: 300;
  margin-bottom: 15px;
}
.p_news_detail__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  color: #2F2F2F;
}
.p_news_detail__content {
  font-size: 16px;
  line-height: 2;
  color: #2F2F2F;
  margin-bottom: 60px;
}
.p_news_detail__content p {
  margin-bottom: 20px;
}
.p_news_detail__content p:last-child {
  margin-bottom: 0;
}
.p_news_detail__content img {
  max-width: 100%;
  height: auto;
  margin: 30px 0;
}
.p_news_detail__back {
  text-align: center;
}
@media (max-width: 768px) {
  .p_news_detail {
    padding: 3.6rem 0 6rem 0;
  }
  .p_news_detail__header {
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
  .p_news_detail__date {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .p_news_detail__title {
    font-size: 20px;
  }
  .p_news_detail__content {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 40px;
  }
}

/*
==========================================================================
animation
==========================================================================
*/
.js-fade {
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.js-fade.is-inview {
  opacity: 1;
}

.js-fadeIn {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.js-fadeIn.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}