@charset "UTF-8";


/******************************************************
* header css
******************************************************/
.p-header {
  background: #5c7a45;
  height: 3.75rem;
  width: 100%;
  height: 3.75rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 2.6563rem;
  }
}

.p-header__inner {
  display: flex;
  justify-content: space-between;
  height: inherit;
  padding: 0 6.75rem;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding: 0 0.9375rem;
  }
}

.p-header__logo {
  display: inline-block;
  height: inherit;
}

.p-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  height: inherit;
  width: 14.25rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo a {
    width: 9rem;
  }
}

.p-header__logo a img {
  -o-object-fit: contain;
     object-fit: contain;
}

.header__nav--btn {
  position: absolute;
  display: block;
  top: 1.25rem;
  right: 8.125rem;
  width: 1.625rem;
  height: 1.25rem;
}
@media screen and (max-width: 767px) {
  .header__nav--btn {
    top: 14px;
    right: 23px;
    width: 18px;
    height: 1rem;
  }
}

.header__nav--btn:hover {
  cursor: pointer;
}

.header__nav--btn__item {
  width: 1.625rem;
  height: 2px;
  background: #FFF;
  border-radius: 0.1875rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .header__nav--btn__item {
    width: 1.1563rem;
    height: 0.125rem;
    background: #FFF;
    border-radius: 0.0938rem;
    transition: 0.3s;
  }
}

.header__nav--btn__item:nth-child(1) {
  position: absolute;
  top: 0px;
  left: 0px;
}

.header__nav--btn__item:nth-child(2) {
  position: absolute;
  top: 10px;
  top: 0.625rem;
  left: 0px;
}
@media screen and (max-width: 767px) {
  .header__nav--btn__item:nth-child(2) {
    top: 0.4375rem;
  }
}


.header__nav--btn__item:nth-child(3) {
  position: absolute;
  top: 20px;
  top: 1.25rem;
  left: 0px;
}
@media screen and (max-width: 767px) {
  .header__nav--btn__item:nth-child(3) {
    top: 0.875rem;
  }
}






/******************************************************
* menu css
******************************************************/
.p-menu-layer {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 1080px;
  height: 67.5rem;
  /* height: 100vh; */
  background-color: #5c7a45;
  opacity: 0.98;
  transition: 0.75s;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .p-menu-layer {
    height: 100vh;
  }
}


.js-open .p-menu-layer {
  width: 530px;
  width: 33.125rem;
  transition: 0.75s;
}
@media screen and (max-width: 767px) {
  .js-open .p-menu-layer {
    width: 19.9375rem;
  }
}


.p-menu__nav--btn {
  position: absolute;
  display: none;
  top: 38px;
  top: 2.375rem;
  right: 130px;
  right: 8.125rem;
  width: 1.625rem;
  height: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-menu__nav--btn {
    top: 0.9375rem;
    right: 1.375rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}


.js-open .p-menu__nav--btn {
  display: block;
}

.p-menu__nav--btn:hover {
  cursor: pointer;
}

.p-menu__nav--btn__item {
  width: 1.625rem;
  height: 2px;
  height: 0.125rem;
  background: #FFF;
  border-radius: 3px;
  border-radius: 0.1875rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-menu__nav--btn__item {
    width: 1.25rem;
    height: 0.125rem;
    border-radius: 0.125rem;
  }
}


.p-menu__nav--btn__item:nth-child(1) {
  position: absolute;
  top: 0.625rem;
  left: 0px;
  transform: rotate(-45deg);
}


.p-menu__nav--btn__item:nth-child(2) {
  position: absolute;
  top: 0.625rem;
  left: 0px;
  transform: rotate(45deg);
}

.p-menu__nav--text {
  position: absolute;
  top: 1.625rem;
  left: -0.5625rem;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.075em;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-menu__nav--text {
    top: 1.375rem;
    left: -0.4375rem;
    font-size: 0.625rem;
    font-weight: 300;
    letter-spacing: 0.12em;
  }
}




.p-menu-inner {
  position: relative;
  /* margin: 38px 112px 0 64px; */
  margin-top: 136px;
  margin-top: 8.5rem;
  margin-left: 64px;
  margin-left: 4rem;
}
@media screen and (max-width: 767px) {
  .p-menu-inner {
    margin-top: 6.5625rem;
    margin-left: 2.625rem;
  }
}


.p-menu-list li {
  position: relative;
  padding: 28px 0;
  padding: 1.75rem 0;
  width: 350px;
  width: 21.875rem;
  border-bottom: solid #FFF 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-menu-list li {
    position: relative;
    padding: 1.25rem 0;
    width: 13.625rem;
    border-bottom: solid #FFF 0.125rem;
  }
}


.p-menu-list li::before {
  content: "";
  position: absolute;
  top: 45px;
  top: 2.8125rem;
  right: 16px;
  right: 1rem;
  width: 40px;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-menu-list li::before {
    top: 1.875rem;
    right: 0.625rem;
    width: 1.875rem;
    height: 0.125rem;
  }
}


.p-menu-list li::after {
  content: "";
  position: absolute;
  top: 42px;
  top: 2.625rem;
  right: 15px;
  right: 0.9375rem;
  width: 10px;
  width: 0.625rem;
  height: 0.125rem;
  background-color: #FFF;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-menu-list li::after {
    top: 1.6875rem;
    right: 0.5625rem;
    width: 0.625rem;
    height: 0.125rem;
  }
}


.p-menu-list li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" 1;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-menu-list li a {
    font-size: 0.9375rem;
    font-weight: 500;
    letter-spacing: 0.03em;
  }
}


.p-menu-social_area {
  display: flex;
  justify-content: center;
  margin-top: 38px;
  margin-top: 2.375rem;
  width: 350px;
  width: 21.875rem;
  gap: 50px;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-menu-social_area {
    margin-top: 2.0625rem;
    width: 13.625rem;
    gap: 1.8125rem;
  }
}


.p-menu-social_area a img {
  width: 48px;
  width: 3rem;
}
@media screen and (max-width: 767px) {
  .p-menu-social_area a img {
    width: 1.875rem;
  }
}




/******************************************************
* footer css
******************************************************/

.p-footer {
  background: #5c7a45;
  padding: 2.0625rem 6.25rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding: 1.25rem 2.4375rem 0.625rem 2.1875rem;
  }
}

.p-footer__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; */
  }
}

.p-footer__logos {
  position: absolute;
  top: -0.625rem;
  left: 0;
  width: 50%;
  gap: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;  
}
@media screen and (max-width: 767px) {
  .p-footer__logos {
    top: 0;
    gap: 2rem;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-footer__logos a {
  display: inline-block;
}

.p-footer__logos a img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 2.3125rem;
  width: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__logos a img {
    height: 3.125rem;
  }
}

.p-footer__copyright {
  display: block;
  /* margin-bottom: -15px; */
  width: 100%;
  text-align: center;
  margin-top: 0;
  color: #FFF;
  font-size: 0.875rem;
  line-height: 2.1428571429;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    width: 100%;
    margin-top: 2.8125rem;
    font-size: 0.75rem;
    line-height: 2.5;
    text-align: center;
  }
}



/******************************************************
* fixed items
******************************************************/
.p-fixed_anchor-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.p-fixed_anchor-toggle_btn {
  width: 100%;
  height: 1.875rem;
  background-color: #5c7b45;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-fixed_anchor-toggle_btn {
    height: 1.125rem;
  }
}


.p-fixed_anchor-toggle_btn img {
  margin-right: 1.375rem;
  width: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .p-fixed_anchor-toggle_btn img {
    margin-right: 0.8125rem;
    width: 1.0625rem;
  }
}


.p-fixed_anchor-toggle_btn.js-close img {
  transform: rotate(180deg);
}

.p-fixed_anchor-toggle_btn span {
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-fixed_anchor-toggle_btn span {
    font-size: 0.5625rem;
  }
}


.p-fixed_anchor-area {
  padding: 0.9375rem;
  width: 100%;
  height: 3.75rem;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-fixed_anchor-area {
    padding: 0.5625rem 2.1875rem;
    height: 4.25rem;
  }
}


.p-fixed_anchor-area ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-fixed_anchor-area ul {
    gap: 0.9375rem;
  }
}


.p-fixed_anchor-area ul li {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  color: #5c7b45;
}
@media screen and (max-width: 767px) {
  .p-fixed_anchor-area ul li {
    width: 50px;
  }
}


.p-fixed_anchor-area ul li img {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-fixed_anchor-area ul li img {
    display: block;
  }
  
  .p-fixed_anchor-area ul li span {
    display: none;
  }
}


.p-page_top-btn {
  display: none;
  position: fixed;
  bottom: 6.25rem;
  right: 5rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-page_top-btn {
    bottom: 7.75rem;
    right: 1.25rem;
  }
}


.p-page_top-btn img {
  width: 5rem;
}
@media screen and (max-width: 767px) {
  .p-page_top-btn img {
    width: 3rem;
  }
}




/******************************************************
* main css
******************************************************/
main {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  main {
    margin-top: 2.6875rem;
  }
}


.bg-texture {
  position: relative;
  background-image: url('../img/bg-texture.png');
}

.p-keyvisual_wrap {
  position: relative;
}

.p-keyvisual_title {
  position: absolute;
  top: 30%;
  left: 17%;
  /* transform: translate(-50%, -50%); */
  width: 28.875rem;
}
@media screen and (max-width: 767px) {
  .p-keyvisual_title {
    top: 8%;
    left: 41%;
    width: 3.6875rem;
    width: 15.8vw;
    transform: translate(-50%, -50%);
  }
}


.p-message_wrap {
  position: relative;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-message_wrap {
    margin-top: 2.1875rem;
  }
}


.p-lead-message_title {
  margin: 0 auto;
  width: 65.0625rem;
}
@media screen and (max-width: 767px) {
  .p-lead-message_title {
    max-width: 230px;
    width: 10.875rem;
    width: 46vw;
  }
}


.p-lead-message_text {
  margin-top: 4.5rem;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.07em;
  line-height: 2.375;
}
@media screen and (max-width: 767px) {
  .p-lead-message_text {
    margin: 0 auto;
    margin-top: 1.75rem;
    padding: 0 1.25rem;
    text-align: justify;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    line-height: 1.666;
    font-feature-settings: "palt" 1;
    max-width: 460px;
  }
}


.p-lead-message_profile {
  margin-top: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .p-lead-message_profile {
    margin-top: 3.125rem;
  }
}


.p-lead-message_profile-img {
  margin: 0 auto;
  width: 60rem;
}
@media screen and (max-width: 767px) {
  .p-lead-message_profile-img {
    width: 100%;
  }
}

.p-lead-message_sns-btn {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15.3125rem;
  margin-top: 1.25rem;
  padding: 0.5rem;
  background-color: #8c9554;
  border-radius: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-lead-message_sns-btn {
    margin: 0 auto;
    width: 6.25rem;
    margin-top: 0.875rem;
    padding: 0.5rem 0.875rem;
    background-color: #8c9554;
    border-radius: 1.25rem;
  }
}

.p-lead-message_sns-btn img {
  width: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-lead-message_sns-btn img {
    width: 0.9375rem;
  }
}

.p-lead-message_sns-btn span {
  margin-left: 1rem;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-lead-message_sns-btn span {
    margin-left: 0.4375rem;
    font-size: 0.625rem;
  }
}


.p-anchor_title {
  margin-top: 5.9375rem;
}
@media screen and (max-width: 767px) {
  .p-anchor_title {
    margin-top: 3rem;
  }
}


.p-anchor_title-img {
  margin: 0 auto;
  width: 41.875rem;
}
@media screen and (max-width: 767px) {
  .p-anchor_title-img {
    width: 17.25rem;
  }
}


.p-anchor_link {
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-anchor_link {
    margin: 0 auto;
    margin-top: 1.125rem;
    padding: 0 1rem;
    max-width: 35.625rem;
  }
}


.p-anchor_link ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-anchor_link ul {
    justify-content: space-around;
    gap: 0.9375rem;
  }
}


.p-anchor_link-img {
  width: 10.9375rem;
}
@media screen and (max-width: 767px) {
  .p-anchor_link-img {
    width: 3.125rem;
  }
}


.p-section_wrap {
  margin: 0 auto;
  margin-top: 8.125rem;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-section_wrap {
    margin-top: 2.5625rem;
    padding-bottom: 0;
  }
}


.p-section_title-img {
  margin: 0 auto;
  width: 80rem;
}
@media screen and (max-width: 767px) {
  .p-section_title-img {
    padding: 0 1.25rem;
    /* max-width: 41.875rem; */
    width: 100%;
  }
}


.p-section_answer-img {
  margin: 5rem auto;
}
@media screen and (max-width: 767px) {
  .p-section_answer-img {
    margin: 1.25rem auto;
    padding: 0 4.375rem;
  }
}


#question1 .p-section_answer-img {
  width: 52.25rem;
}
@media screen and (max-width: 767px) {
  #question1 .p-section_answer-img {
    width: 100%;
  }
}

#question2 .p-section_answer-img {
  width: 64.0625rem;
}
@media screen and (max-width: 767px) {
  #question2 .p-section_answer-img {
    width: 100%;
    padding: 0 62px;
  }
}

#question3 .p-section_answer-img {
  width: 50rem;
}
@media screen and (max-width: 767px) {
  #question3 .p-section_answer-img {
    width: 100%;
    padding: 0 36px;
  }
}

#question4 .p-section_answer-img {
  width: 47.1875rem;
}
@media screen and (max-width: 767px) {
  #question4 .p-section_answer-img {
    width: 100%;
    padding: 0 43px;
  }
}

#question5 .p-section_answer-img {
  width: 74.4375rem;
}
@media screen and (max-width: 767px) {
  #question5 .p-section_answer-img {
    width: 100%;
    padding: 0 43px;
  }
}


.swiper-container {
  position: relative;
  overflow: hidden;
}

#question1 .p-section_slide_wrap,
#question3 .p-section_slide_wrap,
#question5 .p-section_slide_wrap {
  background-color: #fef8f0;
}

#question2 .p-section_slide_wrap,
#question4 .p-section_slide_wrap {
  background-color: #e9f2d9;
}

.p-section_slide {
  margin: 0 auto;
  margin-top: 1.25rem;
}

.p-section_slide-number {
  margin: 0 auto;
  padding: 3.125rem 0 0.9375rem;
  width: 50rem;
  text-align: left;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  opacity: 0;
  transition: 1s;
}
@media screen and (max-width: 767px) {
  .p-section_slide-number {
    padding: 1.875rem 0 1.875rem;
    width: 100%;
    font-size: 0.75rem;
  }
}


.swiper-slide-active .p-section_slide-number {
  opacity: 1;
  transition: 1s;
}

.p-section_slide-img {
  margin: 0 auto;
  width: 50rem;
}

.p-section_slide-text {
  margin-top: 3.75rem;
  padding: 0 6.875rem 5.625rem;
  font-size: 1.875rem;
  letter-spacing: 0.08em;
  line-height: 1.54;
  opacity: 0;
  transition: 1s;
}
@media screen and (max-width: 767px) {
  .p-section_slide-text {
    margin-top: 0.9375rem;
    padding: 0 0.9375rem 33px;
    font-size: 0.8125rem;
    letter-spacing: 0.05em;
    line-height: 1.73;
  }
}

.swiper-slide-active .p-section_slide-text {
  opacity: 1;
  transition: 1s;
}

.p-section_slide-attention {
  font-size: 1.4375rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  line-height: 1;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-section_slide-attention {
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
}

.slider-next-btn {
  position: absolute;
  top: 40%;
  right: 9.5625rem;
  width: 3.25rem;
  transform: rotate(180deg);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .slider-next-btn {
    top: 1.25rem;
    right: 2.1875rem;
    width: 2.375rem;
  }
}


.slider-next-btn.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}

.slider-prev-btn {
  position: absolute;
  top: 40%;
  left: 9.5625rem;
  width: 3.25rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .slider-prev-btn {
    top: 1.25rem;
    left: initial;
    right: 5.625rem;
    width: 2.375rem;
  }
}

.slider-prev-btn.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}

.p-section_point-wrap {
  margin: 0 auto;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-section_point-wrap {
    margin-top: 1.875rem;
  }
}


.p-section_point-title_box {
  margin: 0 auto;
  width: 70.3125rem;
  border: solid 0.125rem #622a17;
  display: flex;
  align-items: center;
  padding: 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .p-section_point-title_box {
    margin: 0 auto;
    width: 100%;
    padding: 1.25rem 0;
    justify-content: center;
  }
}


.p-section_point-title_icon {
  margin-left: 7.5rem;
  width: 5.375rem;
  height: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-section_point-title_icon {
    margin-left: 1.0625rem;
    width: 3.5625rem;
    height: 3.625rem;
  }
}


.p-section_point-title_text {
  margin-left: 2.5rem;
  width: 42.5rem;
  height: 5.0625rem;
}
@media screen and (max-width: 767px) {
  .p-section_point-title_text {
    margin-left: 1.5625rem;
    width: 12.375rem;
    height: 3.375rem;
  }
}

#question2 .p-section_point-title_text {
  margin-left: 6.25rem;
  width: 33.5rem;
}
@media screen and (max-width: 767px) {
  #question2 .p-section_point-title_text {
    margin-left: 0.75rem;
    width: 14.375rem;
    height: 2.1875rem;
  }
}

#question3 .p-section_point-title_text {
  width: 45rem;
}
@media screen and (max-width: 767px) {
  #question3 .p-section_point-title_text {
    margin-left: 1.1875rem;
    width: 13.25rem;
    height: 3.375rem;
  }
}

#question4 .p-section_point-title_text {
  margin-left: 5rem;
  width: 40rem;
}
@media screen and (max-width: 767px) {
  #question4 .p-section_point-title_text {
    margin-left: 1.5625rem;
    width: 12.5rem;
    height: 3.375rem;
  }
}

#question5 .p-section_point-title_text {
  margin-left: 6.25rem;
  width: 35rem;
}
@media screen and (max-width: 767px) {
  #question5 .p-section_point-title_text {
    margin-left: 0.75rem;
    width: 14.75rem;
    height: 2.125rem;
  }
}

.p-section_point-value_box {
  display: none;
  margin: 0 auto;
  width: 70.3125rem;
  border-left: solid 0.125rem #622a17;
  border-right: solid 0.125rem #622a17;
  overflow: auto;
  padding: 2.5rem 2.1875rem 2.5rem 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-section_point-value_box {
    display: none;
    margin: 0 auto;
    width: 100%;
    overflow: auto;
    padding: 1.25rem 0 1.5625rem 1.25rem;
  }
}


.p-section_point-value_img {
  width: 25rem;
  float: left;
}
@media screen and (max-width: 767px) {
  .p-section_point-value_img {
    width: 12.625rem;
  }
}


.p-section_point-value_title {
  display: flex;
  justify-content: flex-end;
  margin-top: 4.0625rem;
  font-size: 2.25rem;
  letter-spacing: 0.07em;
  line-height: 1.54;
}
@media screen and (max-width: 767px) {
  .p-section_point-value_title {
    margin-top: 2.5rem;
    justify-content: center;
  }
}

#question3 .p-section_point-value_title {
  margin-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  #question3 .p-section_point-value_title {
    margin-top: 0.625rem;
    margin-right: 0;
  }
}

#question4 .p-section_point-value_title {
  margin-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  #question4 .p-section_point-value_title {
    margin-top: 1.625rem;
    margin-right: 0;
  }
}

#question5 .p-section_point-value_title {
  margin-right: 5rem;
}
@media screen and (max-width: 767px) {
  #question5 .p-section_point-value_title {
    margin-top: 2.0625rem;
    margin-right: 0;
  }
}

.p-section_point-value_title img {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-section_point-value_title p {
    display: none;
  }

  .p-section_point-value_title img {
    display: block;
    width: 4.375rem;
  }

  #question3 .p-section_point-value_title img,
  #question4 .p-section_point-value_title img,
  #question5 .p-section_point-value_title img {
    width: 2.75rem;
  }
}

.p-section_point-value_text {
  display: flex;
  justify-content: flex-end;
  margin-top: 2.5rem;
  padding-left: 2.875rem;
  padding-right: 1.25rem;
  font-size: 1.25rem;
  letter-spacing: 0.15em;
  line-height: 1.764;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-section_point-value_text {
    clear: both;
    margin-top: 0;
    padding: 0;
    padding-top: 0.9375rem;
    padding-right: 1.25rem;
    font-size: 0.8125rem;
    letter-spacing: 0.1em;
    line-height: 1.9;
  }
}

.p-section_point-value_insta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-section_point-value_insta-wrap {
    margin-top: 1.5625rem;
    padding-right: 1.25rem;
  }
}


.p-section_point-value_insta-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19.6875rem;
  padding: 0.5rem;
  background-color: #ee7f48;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-section_point-value_insta-btn {
    width: 9.75rem;
    padding: 0.2813rem;
    border-radius: 0.625rem;
  }
}


.p-section_point-value_insta-btn img {
  width: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-section_point-value_insta-btn img {
    width: 0.9375rem;
  }
}


.p-section_point-value_insta-btn span {
  margin-left: 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-section_point-value_insta-btn span {
    margin-left: 0.5rem;
    font-size: 0.5625rem;
    font-weight: 500;
  }
}


.p-section_point-btn_box {
  margin: 0 auto;
  position: relative;
  width: 70.3125rem;
  border: solid 0.125rem #622a17;
  border-top: none;
  padding: 1.25rem 0;
  text-align: center;
  cursor: pointer;
  background-color: #fcf4e6;
}
@media screen and (max-width: 767px) {
  .p-section_point-btn_box {
    width: 100%;
    padding: 0.625rem 0;
  }
}


.p-section_point-wrap.js-open .p-section_point-btn_box {
  border-top: solid 0.125rem #622a17;;
}

.p-section_point-btn_icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 45%;
  width: 1.8125rem;
  height: 0.1875rem;
  background-color: #622a17;
}
@media screen and (max-width: 767px) {
  .p-section_point-btn_icon::before {
    top: 50%;
    left: 43%;
    width: 0.875rem;
    height: 0.0625rem;
  }
}


.p-section_point-btn_icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 45%;
  width: 1.8125rem;
  height: 0.1875rem;
  background-color: #622a17;
  transform: rotate(90deg);
  transition-duration: 0.5s ;
}
@media screen and (max-width: 767px) {
  .p-section_point-btn_icon::after {
    top: 50%;
    left: 43%;
    width: 0.875rem;
    height: 0.0625rem;
  }
}


.p-section_point-wrap.js-open .p-section_point-btn_icon::after {
  opacity: 0%;
  transition-duration: 0.5s;
}

.p-section_point-btn_context::after {
  margin-left: 5.25rem;
  content: "詳しく";
  font-size: 1.875rem;
  color: #6a1900;
  width: 6.25rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-section_point-btn_context::after {
    margin-left: 2.625rem;
    font-size: 0.9375rem;
    color: #6a1900;
    width: 3.125rem;
  }
}


.p-section_point-wrap.js-open .p-section_point-btn_context::after {
  content: "閉じる";
}

.p-section_case-slide_wrap {
  margin: 0 auto;
  position: relative;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-section_case-slide_wrap {
    margin-top: 1.75rem;
  }
}


.p-section_case-slide_title {
  margin: 0 auto;
  width: 61.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-section_case-slide_title {
    width: 100%;
    padding: 0 3.0625rem;
  }
  #question2 .p-section_case-slide_title {
    padding: 0 2rem;
  }
  #question3 .p-section_case-slide_title {
    padding: 0 2.1875rem;
  }
  #question4 .p-section_case-slide_title {
    padding: 0 0.9375rem;
  }
  #question5 .p-section_case-slide_title {
    padding: 0 2.9375rem;
  }
}

.p-section_case-slide_box {
  position: relative;
  margin: 0 auto;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-section_case-slide_box {
    width: 21.25rem;
  }
}

.p-section_case-slide {
  margin: 0 auto;
  margin-top: 2.8125rem;
  width: 61.25rem;
}
@media screen and (max-width: 767px) {
  .p-section_case-slide {
    margin-top: 2rem;
    width: 100%;
  }
}

.p-section_case-slide_navi {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-section_case-slide_navi {
    display: inline;
    position: absolute;
    top: -1.125rem;
    right: 1.625rem;
    font-size: 0.5625rem;
    letter-spacing: 0.1em;
    color: #978a8a;
    font-family: "Hiragino Sans", "ヒラギノ角ゴシック";
  }

  .p-section_case-slide_navi::before {
    content: "";
    position: absolute;
    top: 5px;
    right: -2.1875rem;
    width: 1.875rem;
    height: 0.125rem;
    background-color: #978a8a;
  }

  .p-section_case-slide_navi::after {
    content: "";
    position: absolute;
    top: 0.1875rem;
    right: -2.25rem;
    width: 0.5rem;
    height: 0.125rem;
    background-color: #978a8a;
    transform: rotate(45deg);
  }
}



.p-section_case-slide_img {
  width: 19.5rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-section_case-slide_img {
    width: 100%;
    cursor: default;
  }
}


.case_slider-next-btn {
  position: absolute;
  top: 42%;
  right: -5rem;
  width: 3.25rem;
  transform: rotate(180deg);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .case_slider-next-btn {
    top: 46%;
    right: -0.3125rem;
    width: 1.625rem;
  }
}


.case_slider-prev-btn {
  position: absolute;
  top: 42%;
  left: -5rem;
  width: 3.25rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .case_slider-prev-btn {
    top: 46%;
    left: -0.3125rem;
    width: 1.625rem;
  }
}


.case_slider-attention {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13.125rem;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: 1s;
}
@media screen and (max-width: 767px) {
  .case_slider-attention {
    display: none;
  }
}


.case_slider-attention.js-hidden {
  opacity: 0;
  transition: 1s;
}

.p-section_zoom-slide_wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

.p-section_zoom-slide_wrap.js-open {
  display: block;
}

.p-section_zoom-slide {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 51.875rem;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.p-section_zoom-slide_img {
  width: 51.875rem;
}

.zoom_slider-next-btn {
  position: absolute;
  top: 46%;
  right: 28%;
  z-index: 1;
}

.zoom_slider-next-btn img {
  width: 4.6875rem;
  transform: rotate(180deg);
}

.zoom_slider-prev-btn {
  position: absolute;
  top: 46%;
  left: 28%;
  z-index: 1;
}

.zoom_slider-prev-btn img {
  width: 4.6875rem;
}

.zoom_slider-close-btn {
  position: absolute;
  top: 15%;
  /* top: 10.625rem; */
  left: 68.5%;
  transform: translate(-50%, -50%);
}

.zoom_slider-close-btn img {
  width: 3.25rem;
}

.p-end-section_wrap {
  margin: 0 auto;
  margin-top: 8.125rem;
  padding-bottom: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-end-section_wrap {
    margin-top: 3.125rem;
    padding-bottom: 6.25rem;
  }
}

.p-end-section_layer {
  position: relative;
}

.p-end-section_title-img {
  margin: 0 auto;
  width: 60rem;
}
@media screen and (max-width: 767px) {
  .p-end-section_title-img {
    width: 100%;
    padding: 0 1.25rem;
  }
}

.p-end-section_msg-box {
  margin: 0 auto;
  margin-top: 3.125rem;
  display: flex;
  gap: 3.5rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-end-section_msg-box {
    margin-top: 2rem;
    gap: 1.125rem;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .p-end-section_msg-img_wrap {
    width: 38%;
  }
}

.p-end-section_msg-img {
  width: 13.5rem;
  margin: 0 auto;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-end-section_msg-img {
    width: 5.6875rem;
    margin-top: 1.25rem;
  }
}

.p-end-section_sns-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15.3125rem;
  margin-top: 1.25rem;
  padding: 0.5rem;
  background-color: #8c9554;
  border-radius: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-end-section_sns-btn {
    margin: 0 auto;
    width: 6.25rem;
    margin-top: 0.875rem;
    padding: 0.3125rem 0.9063rem;
    background-color: #8c9554;
    border-radius: 1.25rem;
  }
}

.p-end-section_sns-btn img {
  width: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-end-section_sns-btn img {
    width: 0.9375rem;
  }
}

.p-end-section_sns-btn span {
  margin-left: 1rem;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-end-section_sns-btn span {
    margin-left: 0.4375rem;
    font-size: 0.5625rem;
  }
}

.p-end-section_msg-value {
  width: 33.125rem;
}
@media screen and (max-width: 767px) {
  .p-end-section_msg-value {
    width: 80%;
  }
}

.p-end-section_msg-title {
  width: 27.5rem;
}
@media screen and (max-width: 767px) {
  .p-end-section_msg-title {
    width: 25.1875rem;
  }
}


.p-end-section_msg-text {
  margin-top: 1.875rem;
  font-size: 1.25rem;
  letter-spacing: 0.07em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-end-section_msg-text {
    margin-top: 1.0625rem;
    font-size: 0.75rem;
  }
}


.p-end-section_sns-box {
  margin: 0 auto;
  margin-top: 2.8125rem;
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.p-end-section_intro_wrap {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-end-section_intro_wrap {
    position: relative;
    margin-top: 2.8125rem;
  }
}


.p-end-section_intro-img {
  margin: 0 auto;
  width: 34.6875rem;
}
@media screen and (max-width: 767px) {
  .p-end-section_intro-img {
    width: 100%;
    padding: 0 1.875rem;
  }
}

.p-end-section_intro-text {
  margin: 0 auto;
  margin-top: 30px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  line-height: 1.666;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-end-section_intro-text {
    font-size: 0.8125rem;
    text-align: justify;
  }
}

.p-end-section_slide_box {
  position: relative;
  margin: 0 auto;
}

.p-end-section_slide_navi {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-end-section_slide_navi {
    display: inline;
    position: absolute;
    top: -0.9375rem;
    right: 1.625rem;
    font-size: 0.5625rem;
    letter-spacing: 0.1em;
    color: #978a8a;
    font-family: "Hiragino Sans", "ヒラギノ角ゴシック";
  }

  .p-end-section_slide_navi::before {
    content: "";
    position: absolute;
    top: 5px;
    right: -2.1875rem;
    width: 1.875rem;
    height: 0.125rem;
    background-color: #978a8a;
  }

  .p-end-section_slide_navi::after {
    content: "";
    position: absolute;
    top: 0.1875rem;
    right: -2.25rem;
    width: 0.5rem;
    height: 0.125rem;
    background-color: #978a8a;
    transform: rotate(45deg);
  }
}

.p-end-section_slide {
  margin: 0 auto;
  margin-top: 3.75rem;
  width: 61.5rem;
}
@media screen and (max-width: 767px) {
  .p-end-section_slide {
    margin-top: 2.8125rem;
    width: 100%;
  }
}


.p-end-section_slide-img {
  width: 19.5rem;
}
@media screen and (max-width: 767px) {
  .p-end-section_slide-img {
    margin: 0 auto;
    width: 100%;
  }
}

.p-end-slider-next-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-end-slider-next-btn {
    position: absolute;
    display: block;
    top: 38%;
    right: -0.3125rem;
    width: 1.625rem;
    transform: rotate(180deg);
    z-index: 1;
  }
}


.p-end-slider-prev-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-end-slider-prev-btn {
    position: absolute;
    display: block;
    top: 38%;
    left: -0.3125rem;
    width: 1.625rem;
    z-index: 1;
  }
}


.p-end-section_slide-text {
  margin-top: 1.125rem;
  font-size: 1rem;
  letter-spacing: 0.07em;
  line-height: 1.5;
  text-align: justify;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-end-section_slide-text {
    margin: 0 auto;
    margin-top: 0.8125rem;
    font-size: 0.75rem;
    letter-spacing: 0.07em;
    line-height: 1.5;
    text-align: center;
  }
}

.p-end-section_link-box {
  margin: 0 auto;
  margin-top: 7.5rem;
  display: flex;
  justify-content: center;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-end-section_link-box {
    margin-top: 4.1875rem;
    flex-direction: column;
    gap: 1.3125rem;
    width: 100%;
    padding: 0 2.8125rem;
  }
}

.p-end-section_link-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26.25rem;
  padding: 0.5rem;
  background-color: #e66c2c;
  border-radius: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-end-section_link-btn {
    width: 100%;
    border-radius: 1.875rem;
  }
}

.p-end-section_link-btn img {
  width: 1.875rem;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .p-end-section_link-btn img {
    width: 1.3125rem;
    margin-right: 0.625rem;
  }
}


.p-end-section_link-btn span {
  font-size: 1.5625rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-end-section_link-btn span {
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
}



/******************************************************
* decoration items
******************************************************/
.p-decoration-items img {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-decoration-items img {
    display: none;
  }
}


.p-decoration-item01 {
  top: 80rem;
  left: 0;
  width: 20rem;
}

.p-decoration-item02 {
  top: 78.75rem;
  right: 0;
  width: 19.6875rem;
}

.p-decoration-item03 {
  top: 26.25rem;
  right: 0;
  width: 15.625rem;
}

.p-decoration-item04 {
  top: 89.375rem;
  left: 0;
  width: 19.375rem;
}

.p-decoration-item05 {
  top: -25rem;
  right: 0;
  width: 14.375rem;
}

.p-decoration-item06 {
  top: 81.25rem;
  left: 0;
  width: 19.1875rem;
}

.p-decoration-item07 {
  top: 18.75rem;
  right: 0;
  width: 20.625rem;
}

.p-decoration-item08 {
  top: 150rem;
  left: 0;
  width: 16.875rem;
}

.p-decoration-item09 {
  top: 81.25rem;
  right: 0;
  width: 15.625rem;
}

.p-decoration-item10 {
  top: 18.75rem;
  left: 0;
  width: 15.625rem;
}

.p-decoration-item11 {
  top: -15.625rem;
  right: 0;
  width: 19.6875rem;
}