@charset "UTF-8";
@font-face {
  font-family: "georgia";
  src: url("../webfonts/georgia/GeorgiaEstate-w15Mn.ttf") format("truetype");
  /* Replace with the path to your regular font file */
  font-weight: light;
}

@font-face {
  font-family: "trebuc";
  src: url("../webfonts/trebuc/trebuc.ttf") format("truetype");
  /* Replace with the path to your regular font file */
  font-weight: light;
}

@font-face {
  font-family: "fontawesome";
  src: url("../webfonts/fontawesome/fa-brands-400.ttf") format("truetype");
  /* Replace with the path to your regular font file */
  font-weight: normal;
}

@font-face {
  font-family: "fontawesome";
  src: url("../webfonts/fontawesome/fa-solid-900.ttf") format("truetype");
  /* Replace with the path to your regular font file */
  font-weight: bold;
}

/* 関数
===================================== */
/* Breakpoint
===================================== */
*,
*::before *::after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

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

li,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

a {
  color: inherit;
  font-weight: 400;
}

p {
  font-weight: 400;
}

html {
  height: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  html {
    font-size: 50%;
  }
}

body {
  color: #000;
  line-height: 1.45;
  font-weight: 500;
  font-size: 1.6rem;
  position: relative;
  font-family: YuGothic, 'Yu Gothic', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
  color: #111;
}

a {
  text-decoration: none;
  cursor: pointer;
}

button {
  appearance: none;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

/*==========================================================
# layout
==========================================================*/
.l-inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}

.l-flex {
  display: flex;
}

/*==========================================================
# component
==========================================================*/
.c-sp-hidden {
  display: block;
}

@media (max-width: 767px) {
  .c-sp-hidden {
    display: none;
  }
}

.c-pc-hidden {
  display: none;
}

@media (max-width: 767px) {
  .c-pc-hidden {
    display: block;
  }
}

.c-sm-br {
  display: none;
}

@media (max-width: 380px) {
  .c-sm-br {
    display: block;
  }
}

.c-cd-br {
  display: none;
}

@media (max-width: 559px) {
  .c-cd-br {
    display: block;
  }
}

.c-section-ttl01 {
  padding-top: 14.6rem;
  text-align: center;
}

@media (max-width: 1279px) {
  .c-section-ttl01 {
    padding-top: 8rem;
  }
}

@media (max-width: 767px) {
  .c-section-ttl01 {
    padding-top: 6.4rem;
  }
}

.c-section-ttl01 h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #9A8756;
  margin-bottom: 1.6rem;
}

@media (max-width: 1279px) {
  .c-section-ttl01 h3 {
    font-size: 3.2rem;
  }
}

@media (max-width: 767px) {
  .c-section-ttl01 h3 {
    font-size: 3rem;
    font-weight: 700;
  }
}

.c-section-ttl01 span {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #9A8756;
}

@media (max-width: 767px) {
  .c-section-ttl01 span {
    font-size: 2rem;
  }
}

.c-section-ttl02 {
  width: 1042px;
  max-width: 100%;
  margin: 0 auto;
  background: #9a8756;
  padding: 12px 0;
  margin-bottom: 7.4rem;
}

@media (max-width: 1279px) {
  .c-section-ttl02 {
    margin-bottom: 4.8rem;
    padding: 12px;
  }
}

@media (max-width: 767px) {
  .c-section-ttl02 {
    margin-bottom: 3.2rem;
    padding: 8px;
  }
}

.c-section-ttl02 h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 71.85px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
  width: 1018px;
  max-width: 100%;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  margin: 0 auto;
}

@media (max-width: 1279px) {
  .c-section-ttl02 h2 {
    font-size: 3.2rem;
    height: 80px;
  }
}

@media (max-width: 767px) {
  .c-section-ttl02 h2 {
    font-size: 3rem;
    height: 52px;
  }
}

/*==========================================================
# utility
==========================================================*/
/*==========================================================
# drawer
==========================================================*/
.p-drawer {
  display: none;
}

@media (max-width: 767px) {
  .p-drawer {
    display: block;
  }
}

.p-drawer-btn {
  position: fixed;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #9A8756;
  bottom: 30px;
  right: 30px;
  z-index: 2000;
}

.p-drawer-btn .p-drawer-bars {
  position: relative;
  width: inherit;
  height: inherit;
}

.p-drawer-btn .p-drawer-bars span {
  position: absolute;
  width: 30px;
  height: 1px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
}

.p-drawer-btn .p-drawer-bars .bar1 {
  top: 12px;
}

.p-drawer-btn .p-drawer-bars .bar2 {
  top: 20px;
}

.p-drawer-btn .p-drawer-bars .bar3 {
  top: 28px;
}

.p-drawer-container {
  position: fixed;
  left: 0;
  top: -3000px;
  width: 100%;
  background: #9A8756;
  z-index: 1999;
  padding-top: 10rem;
  padding-bottom: 4rem;
}

.p-drawer-menu ul li:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.p-drawer-menu ul li a {
  color: #fff;
  font-size: 2rem;
  padding: 1rem;
  display: block;
}

.p-drawer-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1997;
  display: none;
}

.js-drawer-active .p-drawer-container {
  top: 0;
  transition: .2s all ease;
}

.js-drawer-active .p-drawer-bg {
  display: block;
}

.js-drawer-active .p-drawer-btn .p-drawer-bars .bar1 {
  transition: .2s all ease;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.js-drawer-active .p-drawer-btn .p-drawer-bars .bar2 {
  width: 0;
  transition: .2s all ease;
}

.js-drawer-active .p-drawer-btn .p-drawer-bars .bar3 {
  transition: .2s all ease;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/*==========================================================
# header
==========================================================*/
.p-header {
  background: #fff;
}

@media (max-width: 767px) {
  .p-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 2000;
  }
}

.p-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 2.4rem;
}

@media (max-width: 767px) {
  .p-header-inner {
    padding: 4px 16px;
  }
}

.p-header-logo {
  width: 227px;
  max-width: 100%;
  display: block;
}

@media (max-width: 1280px) {
  .p-header-logo {
    width: 19rem;
  }
}

@media (max-width: 767px) {
  .p-header-logo {
    width: 14rem;
  }
}

.p-header-content {
  display: flex;
  gap: 13px;
}

@media (max-width: 767px) {
  .p-header-content {
    gap: 8px;
  }
}

.p-header-telbtn {
  text-align: center;
  padding: 9px 14px 14px;
  border: 1px solid #9A8756;
  box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  display: block;
}

@media (max-width: 767px) {
  .p-header-telbtn {
    position: relative;
    width: 51px;
  }
}

.p-header-telbtn__lead {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 700;
}

@media (max-width: 1280px) {
  .p-header-telbtn__lead {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .p-header-telbtn__lead {
    font-size: 0;
  }
}

.p-header-telbtn__num {
  position: relative;
}

@media (max-width: 767px) {
  .p-header-telbtn__num {
    position: static;
  }
}

.p-header-telbtn__num p {
  font-size: 3rem;
  color: #9A8756;
  font-weight: bold;
  padding-left: 4rem;
  font-family: "Noto Serif JP", serif;
}

@media (max-width: 1280px) {
  .p-header-telbtn__num p {
    font-size: 2.4rem;
    padding-left: 2rem;
  }
}

@media (max-width: 767px) {
  .p-header-telbtn__num p {
    font-size: 0;
  }
}

.p-header-telbtn__num span {
  display: block;
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  width: 4rem;
}

@media (max-width: 767px) {
  .p-header-telbtn__num span {
    width: 6rem;
    top: 50%;
    transform: translateY(-50%);
  }
}

.p-header-telbtn__time {
  text-align: center;
  font-size: 1.6rem;
}

@media (max-width: 1280px) {
  .p-header-telbtn__time {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .p-header-telbtn__time {
    font-size: 0;
  }
}

.p-header-malebtn {
  text-align: center;
  padding: 9px 14px 14px;
  box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.3);
  background: linear-gradient(91.64deg, #355093 0.46%, #2A4078 99.64%);
  border-radius: 10px;
  display: block;
  width: 212px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1280px) {
  .p-header-malebtn {
    width: 140px;
  }
}

@media (max-width: 767px) {
  .p-header-malebtn {
    width: inherit;
    padding: 10px 8px 8px;
    width: 50px;
  }
}

.p-header-malebtn__line {
  background: #00B900;
}

.p-header-malebtn__lead {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  color: #fff;
}

@media (max-width: 1280px) {
  .p-header-malebtn__lead {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .p-header-malebtn__lead {
    font-size: 0;
  }
}

.p-header-malebtn__lead p {
  font-weight: 700;
}

.p-header-malebtn__lead span {
  width: 40px;
  display: inline-block;
}

@media (max-width: 1280px) {
  .p-header-malebtn__lead span {
    width: 32px;
  }
}

@media (max-width: 767px) {
  .p-header-malebtn__lead span {
    width: 5rem;
  }
}

.p-header-malebtn__lead .line-icon {
  width: 28px;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .p-header-malebtn__lead .line-icon {
    padding-right: 0;
    width: 28px;
  }
}

.p-header-malebtn__time {
  padding-top: 3px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}

@media (max-width: 1280px) {
  .p-header-malebtn__time {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .p-header-malebtn__time {
    font-size: 0;
  }
}

/*==========================================================
# kv
==========================================================*/
.p-kv {
  background: url(../img/fv-bg.webp) center center/cover no-repeat;
  padding-bottom: 43px;
}

@media (max-width: 767px) {
  .p-kv {
    padding-top: 10rem;
  }
}

.p-kv-inner {
  padding-top: 4rem;
  width: 1280px;
  margin: 0 auto;
  max-width: 100%;
  padding: 4px 16px 0;
}

.p-kv-ttl {
  text-align: center;
  padding-bottom: 7px;
}

@media (max-width: 767px) {
  .p-kv-ttl {
    margin-bottom: 3.2rem;
  }
}

@media (max-width: 559px) {
  .p-kv-ttl {
    margin-bottom: 0;
		padding-bottom: 4px;
  }
}

.p-kv-ttl h1 {
  font-size: 3.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

@media (max-width: 1279px) {
  .p-kv-ttl h1 {
    font-size: 2.8rem;
  }
}

@media (max-width: 559px) {
  .p-kv-ttl h1 {
    font-size: 1.8rem;
    font-weight: bold;
  }
}

@media (max-width: 559px) {
  .p-kv-ttl h1 .cd-ttl {
    font-size: 3.2rem;
    font-weight: bold;
  }
}

.p-kv-ttl h1 span {
  padding: 0 .4rem;
  font-size: 6rem;
  font-family: "Noto Serif JP", serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 86.22px;
  letter-spacing: 0.03em;
  text-align: center;
  position: relative;
  display: inline-block;
  background: linear-gradient(to top, #f8efcf 30%, rgba(248, 239, 207, 0) 30%, rgba(248, 239, 207, 0) 80%);
}

@media (max-width: 1279px) {
  .p-kv-ttl h1 span {
    font-size: 4rem;
    line-height: 1.4;
  }
}

@media (max-width: 559px) {
  .p-kv-ttl h1 span {
    font-size: 2.6rem;
    line-height: 1.4;
    font-weight: bold;
    padding: 4px 0;
  }
}

.p-kv-content-ttl {
  text-align: center;
}

@media (max-width: 1279px) {
  .p-kv-content-ttl {
    margin-bottom: 8rem;
  }
}

@media (max-width: 559px) {
  .p-kv-content-ttl {
    margin-bottom: 2rem;
  }
}

.p-kv-content-ttl__pc {
  display: block;
}

@media (max-width: 559px) {
  .p-kv-content-ttl__pc {
    display: none;
  }
}

.p-kv-content-ttl__cd {
  display: none;
}

@media (max-width: 559px) {
  .p-kv-content-ttl__cd {
    display: block;
  }
}

.p-kv-content-ttl span {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 22.99px;
  color: #9A8756;
}

@media (max-width: 767px) {
  .p-kv-content-ttl span {
    font-size: 1.8rem;
  }
}

.p-kv-content-ttl h2 {
  color: #9A8756;
  font-family: Times New Roman;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-align: center;
}

@media (max-width: 1279px) {
  .p-kv-content-ttl h2 {
    font-size: 3.2rem;
  }
}

@media (max-width: 767px) {
  .p-kv-content-ttl h2 {
    font-size: 3rem;
  }
}

@media (max-width: 559px) {
  .p-kv-content-ttl h2 {
    white-space: nowrap;
  }
}

.p-kv-content-images {
  padding-left: 122px;
  display: flex;
}

@media (max-width: 1279px) {
  .p-kv-content-images {
    flex-wrap: wrap;
    padding-left: 0;
    margin: 0 auto;
    width: 800px;
    max-width: 100%;
    margin-bottom: 8rem;
    align-items: end;
  }
}

@media (max-width: 767px) {
  .p-kv-content-images {
    width: 100%;
    margin-bottom: 0;
  }
}

@media (max-width: 559px) {
  .p-kv-content-images {
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 1279px) {
  .p-kv-content-images .p-kv-content-image {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .p-kv-content-images .p-kv-content-image {
    padding: 2.5%;
  }
}

@media (max-width: 559px) {
  .p-kv-content-images .p-kv-content-image {
    width: 100%;
    padding: 4rem 0;
  }
}

.p-kv-content-image01 {
  width: 218px;
  transform: translateY(-20px);
}

@media (max-width: 1279px) {
  .p-kv-content-image01 {
    transform: translateY(0px);
  }
}

.p-kv-content-image01__pc {
  display: block;
}

@media (max-width: 559px) {
  .p-kv-content-image01__pc {
    display: none;
  }
}

.p-kv-content-image01__cd {
  display: none;
}

@media (max-width: 559px) {
  .p-kv-content-image01__cd {
    display: block;
  }
}

.p-kv-content-image01-top {
  padding: 11px 12px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 9px;
  position: relative;
}

@media (max-width: 1279px) {
  .p-kv-content-image01-top {
    padding: 0 0 10px;
  }
}

@media (max-width: 559px) {
  .p-kv-content-image01-top {
    flex-direction: row;
    gap: 20px;
    padding: 6px 0;
  }
}

.p-kv-content-image01-top__img {
  position: relative;
}

@media (max-width: 559px) {
  .p-kv-content-image01-top__img {
    text-align: center;
  }
}

.p-kv-content-image01-top .down {
  position: absolute;
  width: 100px;
  top: 25%;
  right: 0px;
}

@media (max-width: 1279px) {
  .p-kv-content-image01-top .down {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .p-kv-content-image01-top .down {
    width: 40%;
    right: -5%;
  }
}

@media (max-width: 559px) {
  .p-kv-content-image01-top .down {
    transform: rotate(-90deg);
    width: 30%;
    right: 20%;
    top: -50%;
  }
}

.p-kv-content-image01-top .before {
  color: #656161;
}

.p-kv-content-image01-top .after {
  color: #000;
}

.p-kv-content-image01-top span {
  font-family: "Noto Serif JP", serif;
  position: absolute;
  font-size: 3rem;
  font-weight: 600;
  line-height: 43.11px;
  text-align: left;
  top: -20px;
}

@media (max-width: 559px) {
  .p-kv-content-image01-bottom {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 90%;
    background: #fff;
    border: 1px solid #000;
    width: 95%;
    padding: 4px 8px;
    text-align: center;
    max-width: 350px;
  }
}

.p-kv-content-image02 {
  width: 221px;
  max-width: 100%;
  margin-left: 5.4%;
}

@media (max-width: 1279px) {
  .p-kv-content-image02 {
    margin-left: 0%;
    padding: 0 5% 0%;
  }
}

@media (max-width: 559px) {
  .p-kv-content-image02 {
    text-align: left;
    padding: 0 2.4rem 0rem !important;
    max-width: 43%;
    margin: 0 auto;
  }
}

.p-kv-content-image02-bottom {
  padding-top: 10px;
}

@media (max-width: 559px) {
  .p-kv-content-image02-bottom {
    text-align: center;
    background: #fff;
    border: 1px solid #000;
    margin-top: 16px;
    padding-bottom: 8px;
  }
}

.p-kv-content-image02-bottom__pc {
  display: block;
}

@media (max-width: 559px) {
  .p-kv-content-image02-bottom__pc {
    display: none;
  }
}

.p-kv-content-image02-bottom__cd {
  display: none;
  width: 90%;
  margin: 0 auto;
  transform: translateY(80px);
}

@media (max-width: 559px) {
  .p-kv-content-image02-bottom__cd {
    display: block;
  }
}

.p-kv-content-image03 {
  width: 338px;
  max-width: 100%;
  position: relative;
  padding-left: 4%;
}

@media (max-width: 767px) {
  .p-kv-content-image03 .kv-book {
    transform: translate(40px, -28px);
  }
}

@media (max-width: 559px) {
  .p-kv-content-image03 .kv-book {
    transform: translate(0px, 0px);
  }
}

.p-kv-content-image03 span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 247px;
}

@media (max-width: 767px) {
  .p-kv-content-image03 span {
    width: 240px;
  }
}

@media (max-width: 559px) {
  .p-kv-content-image03 span {
    width: 240px;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
  }
}

.p-kv-content-image03 p {
  position: absolute;
  left: 29px;
  bottom: 50px;
  text-align: center;
  font-size: 13px;
	line-height: 120%;
}

@media (max-width: 767px) {
  .p-kv-content-image03 p {
    left: 23px;
    font-size: 13px;
    bottom: 45px;
  }
}

@media (max-width: 559px) {
  .p-kv-content-image03 p {
    left: 8px;
    bottom: 47px;
    min-width: 200px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    font-weight: bold;
		line-height: inherit;
  }
}

.p-kv-content-image04 {
  transform: translate(-30px, -40px);
  position: relative;
}

@media (max-width: 1279px) {
  .p-kv-content-image04 {
    transform: translate(0, 0);
  }
}

@media (max-width: 559px) {
  .p-kv-content-image04 {
    padding-top: 8rem !important;
    display: flex;
  }
}

.p-kv-content-image04__wrap {
  padding-top: 8rem;
}

@media (max-width: 559px) {
  .p-kv-content-image04__wrap {
    width: 60%;
    padding-top: 16px;
  }
}

.p-kv-content-image04__img {
  width: 220px;
  max-width: 100%;
}

@media (max-width: 1279px) {
  .p-kv-content-image04__img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 559px) {
  .p-kv-content-image04__img {
    padding: 0;
  }
}

.p-kv-content-image04__img span {
  font-weight: 700;
}

@media (max-width: 1279px) {
  .p-kv-content-image04__img span {
    padding-top: 10px;
    display: block;
    font-size: 2rem;
  }
}

@media (max-width: 559px) {
  .p-kv-content-image04__img span {
    font-size: 1.3rem;
  }
}

.p-kv-content-image04__award {
  display: flex;
  position: absolute;
  gap: 8px;
  left: -60px;
  width: 140%;
}

@media (max-width: 1279px) {
  .p-kv-content-image04__award {
    width: 300px;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .p-kv-content-image04__award {
    display: none;
  }
}

@media (max-width: 559px) {
  .p-kv-content-image04__award {
    left: 0;
  }
}

.p-kv-content-image04__award--item {
  position: relative;
}

.p-kv-content-image04__award--item div {
  position: absolute;
  white-space: nowrap;
  text-align: center;
  color: #9A8756;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1279px) {
  .p-kv-content-image04__award--item div {
    font-size: 1.3rem;
  }
}

.p-kv-content-image04__award--item div span {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 33.3px;
}

.p-kv-content-image04 a {
  display: block;
  color: #fff;
  width: 211px;
  background: #9A8756;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.4);
  padding: 6px 0;
  font-size: 2rem;
  border-radius: 10px;
  margin-bottom: 1.8rem;
  max-width: 100%;
}

@media (max-width: 1279px) {
  .p-kv-content-image04 a {
    margin: 0 auto 2rem;
  }
}

.p-kv-content-image04 p {
  padding-left: 16px;
  padding-bottom: 4px;
}

@media (max-width: 1279px) {
  .p-kv-content-image04 p {
    display: none;
  }
}

.p-kv-sp-award {
  display: none;
}

@media (max-width: 767px) {
  .p-kv-sp-award {
    display: block;
  }
}

@media (max-width: 559px) {
  .p-kv-sp-award {
    width: 40%;
  }
}

.p-kv-sp-award-wrap {
  display: flex;
  justify-content: center;
}

.p-kv-sp-award-wrap span {
  display: block;
}

@media (max-width: 559px) {
  .p-kv-sp-award-wrap {
    display: block;
  }
}

.p-kv-ctabtns {
  padding-top: 5rem;
  display: flex;
  justify-content: center;
  gap: 7.6rem;
}

@media (max-width: 559px) {
  .p-kv-ctabtns {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
}

.p-kv-ctabtn {
  width: 348px;
  height: 78px;
  border-radius: 10px;
  display: block;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 13px 0 10px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .p-kv-ctabtn {
    padding: 8px 0;
    height: 70px;
    padding: 10px 0 13px;
  }
}

.p-kv-ctabtn__male {
  background: linear-gradient(90deg, #355093 0%, #2A4078 100%);
}

.p-kv-ctabtn__line {
  background: linear-gradient(90deg, #9A8756 0%, #807147 100%);
}

.p-kv-ctabtn div {
  position: relative;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .p-kv-ctabtn div {
    font-size: 1.6rem;
  }
}

.p-kv-ctabtn div .p-kv-ctabtn-icon {
  width: 4rem;
  display: inline-block;
}

.p-kv-ctabtn div .fz23 {
  font-size: 2.3rem;
}

@media (max-width: 767px) {
  .p-kv-ctabtn div .fz23 {
    font-size: 1.8rem;
  }
}

.p-kv-ctabtn div .fz33 {
  font-size: 3.3rem;
}

@media (max-width: 767px) {
  .p-kv-ctabtn div .fz33 {
    font-size: 2.2rem;
  }
}

.p-kv-notes {
  text-align: center;
  padding-top: 14px;
}

/*==========================================================
# nav
==========================================================*/
.p-nav {
  background: #807147;
  padding: 0 16px;
}

@media (max-width: 767px) {
  .p-nav {
    display: none;
  }
}

.p-nav-list {
  padding: 2.6rem 16px;
}

.p-nav-list nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.6rem;
}

@media (max-width: 1279px) {
  .p-nav-list nav ul {
    gap: 2rem;
    justify-content: space-between;
  }
}

@media (max-width: 1279px) and (max-width: 824px) {
  .p-nav-list nav ul {
    gap: 1.4rem;
  }
}

.p-nav-list nav ul li {
  text-align: center;
}

.p-nav-list nav ul li a {
  color: #fff;
  text-align: center;
}

@media (max-width: 1279px) {
  .p-nav-list nav ul li a {
    font-size: 1.4rem;
  }
}

@media (max-width: 824px) {
  .p-nav-list nav ul li a {
    font-size: 1.2rem;
  }
}

.p-nav-active {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
  width: 100%;
}

.p-nav-active .p-nav-list {
  padding: 1.2rem 0;
}

/*==========================================================
# point
==========================================================*/
.p-point {
  padding-top: 12.4rem;
  padding-bottom: 16.4rem;
}

@media (max-width: 1279px) {
  .p-point {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media (max-width: 767px) {
  .p-point {
    padding-bottom: 0rem;
  }
}

.p-point-items {
  width: 1292px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 16px;
}

.p-point-item {
  text-align: center;
  margin-bottom: 12rem;
}

@media (max-width: 1200px) {
  .p-point-item {
    margin-bottom: 6rem;
  }
}

.p-point-item-ttl {
  color: #9A8756;
  margin-bottom: 7.2rem;
}

@media (max-width: 1200px) {
  .p-point-item-ttl {
    margin-bottom: 4.8rem;
  }
}

.p-point-item-ttl span {
  font-size: 3rem;
  font-family: "Times New Roman";
  font-weight: 400;
  display: block;
}

.p-point-item-ttl h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 64px;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  border-bottom: 1px solid #9A8756;
}

@media (max-width: 1200px) {
  .p-point-item-ttl h3 {
    font-size: 4rem;
  }
}

.p-point-item-content h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 16rem;
}

.p-point-item-content h4 .pc-hidden {
  display: none;
}

@media (max-width: 1200px) {
  .p-point-item-content h4 {
    font-size: 2.8rem;
    margin-bottom: 12rem;
  }
}

@media (max-width: 1000px) {
  .p-point-item-content h4 {
    font-size: 2.4rem;
    margin-bottom: 8rem;
  }
}

@media (max-width: 767px) {
  .p-point-item-content h4 {
    margin-bottom: 4rem;
    font-weight: bold;
    font-size: 2.8rem;
  }
  .p-point-item-content h4 .pc-hidden {
    display: block;
  }
}

.p-point-item-content h4 .large {
  font-size: 3rem;
  font-weight: bold;
}

.p-point-item-content h4 .small {
  font-size: 1.4rem;
}

.p-point-item-content .p-point-item-ttl__04 {
  font-size: 2.4rem;
  font-weight: bold;
}

.p-point-item-content .p-point-item-ttl__04 span {
  font-size: 1.8rem;
  display: block;
  padding-top: 1.4rem;
}

.p-point-item-content__wrap {
  position: relative;
}

.p-point-item-content__wrap--image {
  position: absolute;
  top: -112px;
}

@media (max-width: 1000px) {
  .p-point-item-content__wrap--image {
    top: -65px;
  }
}

@media (max-width: 767px) {
  .p-point-item-content__wrap--image {
    position: static;
    top: inherit;
  }
}

.p-point-item-content__wrap--image01 {
  left: 0;
}

.p-point-item-content__wrap--image02 {
  right: 0;
}

.p-point-item-content__img {
  width: 430px;
  position: relative;
}

@media (max-width: 1200px) {
  .p-point-item-content__img {
    width: 320px;
  }
}

@media (max-width: 1000px) {
  .p-point-item-content__img {
    width: 280px;
  }
}

@media (max-width: 767px) {
  .p-point-item-content__img {
    margin: 0 auto 4rem;
  }
}

.p-point-item-content__img span {
  position: absolute;
  width: 180px;
  right: -60px;
  bottom: -37px;
}

@media (max-width: 1000px) {
  .p-point-item-content__img span {
    width: 140px;
    right: -40px;
    bottom: -64px;
  }
}

@media (max-width: 767px) {
  .p-point-item-content__img span {
    right: -80px;
    bottom: -40px;
  }
}

@media (max-width: 559px) {
  .p-point-item-content__img span {
    width: 100px;
    right: -24px;
    bottom: -20px;
  }
}

.p-point-item-content__text {
  background: #FCF7EAB2;
  padding-top: 7rem;
  padding-bottom: 7.5rem;
  padding-left: 10rem;
  padding-right: 6.5rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.44;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4rem;
  text-align: left;
  letter-spacing: 2px;
  width: 92%;
}

@media (max-width: 1200px) {
  .p-point-item-content__text {
    padding: 4rem 16px;
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .p-point-item-content__text {
    width: 480px;
    margin: 0 auto 4rem;
    max-width: 100%;
    line-height: 1.6;
  }
}

.p-point-item-content__text .cd-br {
  display: none;
}

@media (max-width: 559px) {
  .p-point-item-content__text .cd-br {
    display: block;
  }
}

.p-point-item-content__text01 {
  margin-left: auto;
  padding-left: 44rem;
}

@media (max-width: 1200px) {
  .p-point-item-content__text01 {
    padding-left: 35%;
  }
}

@media (max-width: 767px) {
  .p-point-item-content__text01 {
    padding-left: 16px;
  }
}

.p-point-item-content__text02 {
  margin-right: auto;
  padding-right: 44rem;
}

@media (max-width: 1200px) {
  .p-point-item-content__text02 {
    padding-right: 35%;
  }
}

@media (max-width: 767px) {
  .p-point-item-content__text02 {
    padding-right: 16px;
  }
}

.p-point-item-content__text span {
  font-weight: bold;
  background: linear-gradient(0deg, #FFF502 0%, #FFF502 50%, transparent 50%, transparent 100%);
}

.p-point-item-content__img02 {
  position: relative;
}

@media (max-width: 559px) {
  .p-point-item-content__img02 {
    width: 100%;
    max-width: 375px;
  }
}

.p-point-item-content__img02 span {
  position: absolute;
  display: block;
  width: 220px;
  text-align: left;
}

@media (max-width: 1279px) {
  .p-point-item-content__img02 span {
    font-size: 1.3rem;
    width: 170px;
  }
}

@media (max-width: 1000px) {
  .p-point-item-content__img02 span {
    font-size: 1.2rem;
    width: 156px;
  }
}

@media (max-width: 559px) {
  .p-point-item-content__img02 span {
    width: 160px;
  }
}

@media (max-width: 559px) {
  .p-point-item-content__img02 span {
    width: 170px;
  }
}

.p-point-item-content__img02 .top {
  top: 100px;
  right: 10px;
}

@media (max-width: 1279px) {
  .p-point-item-content__img02 .top {
    top: 78px;
    right: 6px;
  }
}

@media (max-width: 1000px) {
  .p-point-item-content__img02 .top {
    top: 68px;
    right: 3px;
  }
}

@media (max-width: 767px) {
  .p-point-item-content__img02 .top {
    top: 72px;
    right: 1%;
    font-size: 11px;
  }
}

@media (max-width: 559px) {
  .p-point-item-content__img02 .top {
    top: 90px;
    right: 4%;
    font-size: 13px;
  }
}

.p-point-item-content__img02 .bottom {
  bottom: 20px;
  right: 10px;
  color: #fff;
}

@media (max-width: 1279px) {
  .p-point-item-content__img02 .bottom {
    bottom: 11px;
    right: 6px;
  }
}

@media (max-width: 1000px) {
  .p-point-item-content__img02 .bottom {
    bottom: 7px;
    right: 2px;
  }
}

@media (max-width: 767px) {
  .p-point-item-content__img02 .bottom {
    bottom: 10px;
    right: 0px;
    font-size: 11px;
  }
}

@media (max-width: 559px) {
  .p-point-item-content__img02 .bottom {
    bottom: 18px;
    right: 14px;
    font-size: 13px;
  }
}

/*==========================================================
# try
==========================================================*/
.p-try {
  padding-top: 11.4rem;
  padding-bottom: 13.3rem;
  background: url(../img/try-bg.webp) center center/cover no-repeat;
}

@media (max-width: 1200px) {
  .p-try {
    padding: 6rem 16px 9rem;
  }
}

@media (max-width: 767px) {
  .p-try {
    padding: 4rem 16px 6rem;
    background: url(../img/try-bg.webp) left bottom/cover no-repeat;
  }
}

.p-try h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 7rem;
}

@media (max-width: 1200px) {
  .p-try h3 {
    font-size: 3rem;
    margin-bottom: 4rem;
  }
}

@media (max-width: 767px) {
  .p-try h3 {
    font-size: 2.8rem;
  }
}

.p-try h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1, 4;
  letter-spacing: 0.05em;
  text-align: center;
  color: #9A8756;
}

@media (max-width: 1200px) {
  .p-try h4 {
    font-size: 3.4rem;
  }
}

@media (max-width: 767px) {
  .p-try h4 {
    font-size: 2.5rem;
  }
}

/*==========================================================
# p-cta
==========================================================*/
.p-cta {
  background: radial-gradient(50% 50% at 50% 50%, #355093 0%, #2A4078 100%);
  padding-bottom: 5.3rem;
}

@media (max-width: 1279px) {
  .p-cta {
    padding-bottom: 3.2rem;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.p-cta-ttl {
  text-align: center;
  margin-bottom: 2.7rem;
}

@media (max-width: 1279px) {
  .p-cta-ttl {
    padding-bottom: 2rem;
  }
}

.p-cta-ttl h3 {
  padding-top: 3.2rem;
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}

@media (max-width: 1279px) {
  .p-cta-ttl h3 {
    padding-top: 2rem;
    font-size: 3rem;
  }
}

.p-cta-ttl h3 span {
  color: #fff;
  font-size: 2.8rem;
  display: block;
  font-family: "Noto Serif JP", serif;
  padding-top: 10px;
}

@media (max-width: 1279px) {
  .p-cta-ttl h3 span {
    font-size: 2rem;
  }
}

.p-cta-btn__tel {
  padding: 1.8rem 0 2.2rem;
  width: 373px;
  max-width: 100%;
  margin: 0 auto 2.7rem;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
}

@media (max-width: 1279px) {
  .p-cta-btn__tel {
    padding: 1.2rem 0 1.6rem;
  }
}

.p-cta-btn__tel p {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
}

@media (max-width: 1279px) {
  .p-cta-btn__tel p {
    font-size: 1.4rem;
  }
}

.p-cta-btn__tel h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5rem;
  color: #FFD977;
}

@media (max-width: 1279px) {
  .p-cta-btn__tel h4 {
    font-size: 3rem;
  }
}

.p-cta-btn__wrap {
  display: flex;
  gap: 13.3rem;
  justify-content: center;
  margin-bottom: 3.3rem;
}

@media (max-width: 1279px) {
  .p-cta-btn__wrap {
    gap: 10%;
  }
}

@media (max-width: 559px) {
  .p-cta-btn__wrap {
    flex-direction: column;
    gap: 2.7rem;
    justify-content: center;
    align-items: center;
  }
}

.p-cta-btn-bottom {
  padding: 3.9rem 0 2.5rem;
  width: 373px;
  max-width: 100%;
  box-shadow: 6px 6px 6px 0px rgba(16, 31, 69, 0.5);
  text-align: center;
  border-radius: 10px;
}

@media (max-width: 1279px) {
  .p-cta-btn-bottom {
    padding: 2rem 0 1.6rem;
  }
}

.p-cta-btn-bottom p {
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 8px;
}

.p-cta-btn-bottom__male {
  background: #fff;
}

.p-cta-btn-bottom__male p {
  color: #355093;
}

.p-cta-btn-bottom__line {
  color: #fff;
  background: #00b900;
}

.p-cta-notes {
  font-size: 2rem;
  color: #fff;
  text-align: center;
}

@media (max-width: 559px) {
  .p-cta-notes {
    font-size: 1.4rem;
  }
}

.p-cta-notes span {
  display: inline-block;
  padding-left: 2.7rem;
}

@media (max-width: 559px) {
  .p-cta-notes span {
    display: block;
    padding-top: 1rem;
    padding-left: 0;
  }
}

.p-cta-notes span a {
  color: #84d5f8;
}

/*==========================================================
# comparison
==========================================================*/
.p-comparison {
  padding-top: 13.3rem;
}

@media (max-width: 1279px) {
  .p-comparison {
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 8rem;
  }
}

.p-comparison-ttl {
  width: 1042px;
  max-width: 100%;
  margin: 0 auto;
  background: #9a8756;
  padding: 12px 0;
  margin-bottom: 7.4rem;
}

@media (max-width: 1279px) {
  .p-comparison-ttl {
    margin-bottom: 4.8rem;
    padding: 12px;
  }
}

@media (max-width: 767px) {
  .p-comparison-ttl {
    margin-bottom: 3.2rem;
    padding: 8px;
  }
}

.p-comparison-ttl h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 71.85px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
  width: 1018px;
  max-width: 100%;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  margin: 0 auto;
}

@media (max-width: 1279px) {
  .p-comparison-ttl h2 {
    font-size: 3.2rem;
    height: 80px;
  }
}

@media (max-width: 767px) {
  .p-comparison-ttl h2 {
    font-size: 3rem;
    height: 52px;
  }
}

.p-comparison-lead {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 7.4rem;
}

.p-comparison-lead .cd-br {
  display: none;
}

@media (max-width: 1279px) {
  .p-comparison-lead {
    font-size: 3.2rem;
    margin-bottom: 4.8rem;
  }
}

@media (max-width: 767px) {
  .p-comparison-lead {
    font-size: 2.4rem;
    margin-bottom: 3.2rem;
  }
}

@media (max-width: 559px) {
  .p-comparison-lead .cd-br {
    display: block;
  }
}

.p-comparison-bg {
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
}

@media (max-width: 767px) {
  .p-comparison-bg {
    display: none;
  }
}

.p-comparison-wrap {
  position: relative;
}

.p-comparison-wrap .p-comparison-item {
  position: absolute;
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  max-width: 100%;
  padding: 16px;
  overflow-x: scroll;
}

@media (max-width: 767px) {
  .p-comparison-wrap .p-comparison-item {
    position: static;
    transform: translateX(0%);
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 1000px) {
  .p-comparison-wrap .p-comparison-item {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .p-comparison-wrap .p-comparison-item {
    top: 0rem;
    width: 80%;
		margin: 0 auto;
		overflow-x: inherit;
  }
}

@media (max-width: 559px) {
  .p-comparison-wrap .p-comparison-item {
    top: 0rem;
    width: 100%;
  }
}

.p-comparison-item-link {
	margin-top: 20px;
	text-align: center;
}
.p-comparison-item-link a {
	background: #2A4176;
	color: #fff;
	max-width: 300px;
	display: block;
	margin: 0 auto;
	padding: 15px 0;
}
.p-comparison-item-link a:hover {
	opacity: 0.8;
}
@media (max-width: 559px) {
	.p-comparison-item-link a {
		padding: 12px 0;
	}
}

/*==========================================================
# p-features
==========================================================*/
.p-features {
  padding-top: 4rem;
  padding-bottom: 8.5rem;
  padding-left: 16px;
  padding-right: 16px;
}

.p-features-inner {
  padding-top: 7rem;
  padding-bottom: 8rem;
  width: 1152px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 30px;
  background: #f7f5f3;
}

@media (max-width: 1279px) {
  .p-features-inner {
    padding: 4.8rem 0;
    width: 920px;
  }
}

@media (max-width: 767px) {
  .p-features-inner {
    padding: 4.8rem 0 2.4rem;
  }
}

.p-features-ttl {
  margin-bottom: 8rem;
}

@media (max-width: 1279px) {
  .p-features-ttl {
    margin-bottom: 4.8rem;
  }
}

.p-features-ttl h3 {
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.03em;
  text-align: center;
}

@media (max-width: 1279px) {
  .p-features-ttl h3 {
    font-size: 2.6rem;
    line-height: 1.4;
  }
}

.p-features-items {
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .p-features-items {
    flex-wrap: wrap;
  }
}

.p-features-item {
  padding: 0rem;
  width: 25%;
  text-align: center;
}

.p-features-item:not(:last-child) {
  border-right: 1px solid #9a8756;
}

@media (max-width: 767px) {
  .p-features-item {
    margin-bottom: 3.2rem;
    width: 50%;
    padding: 1rem;
  }
}

@media (max-width: 767px) {
  .p-features-item {
    margin-bottom: 3.2rem;
    width: 50%;
  }
  .p-features-item:not(:last-child) {
    border-right: 0px solid #9a8756;
  }
}

.p-features-item01 img {
  width: 73px;
}

@media (max-width: 767px) {
  .p-features-item01 img {
    width: 64px;
  }
}

.p-features-item__img {
  margin: 0 auto 3rem;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #b39f5a;
}

@media (max-width: 767px) {
  .p-features-item__img {
    width: 80px;
    height: 80px;
  }
}

.p-features-item__text {
  font-size: 1.5rem;
  line-height: 1.44;
  text-align: center;
}

@media (max-width: 900px) {
  .p-features-item__text {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .p-features-item__text {
    margin: 0 auto;
    font-size: 1.6rem;
  }
}

@media (max-width: 559px) {
  .p-features-item__text {
    margin: 0 auto;
    font-size: 1.4rem;
  }
}

/*==========================================================
# p-support
==========================================================*/
.p-support {
  padding-top: 5.5rem;
  padding-bottom: 13.3rem;
}

@media (max-width: 1279px) {
  .p-support {
    padding-top: 4rem;
    padding-bottom: 10rem;
  }
}

.p-support-ttl {
  color: #9a8756;
  text-align: center;
}

@media (max-width: 559px) {
  .p-support-ttl {
    padding-bottom: 4rem;
  }
}

.p-support-ttl h3 {
  font-size: 5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin-bottom: 2.5rem;
}

@media (max-width: 1279px) {
  .p-support-ttl h3 {
    font-size: 3.6rem;
  }
}

@media (max-width: 559px) {
  .p-support-ttl h3 {
    font-size: 3rem;
  }
}

.p-support-ttl span {
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

@media (max-width: 1279px) {
  .p-support-ttl span {
    font-size: 2.4rem;
  }
}

@media (max-width: 559px) {
  .p-support-ttl span {
    font-size: 2rem;
  }
}

.p-support-wrap {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
  max-width: 100%;
}

.p-support-wrap__top {
  margin-bottom: 6.4rem;
}

@media (max-width: 1279px) {
  .p-support-wrap__top {
    margin-bottom: 4.8rem;
  }
}

.p-support-wrap__top .p-support-bg {
  margin-left: auto;
}

.p-support-wrap .p-support-bg {
  width: 800px;
  max-width: 100%;
}

@media (max-width: 1279px) {
  .p-support-wrap .p-support-bg {
    width: 600px;
  }
}

.p-support-wrap .p-support-text {
  width: 873px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  line-height: 1.7;
  max-width: 100%;
}

@media (max-width: 1279px) {
  .p-support-wrap .p-support-text {
    padding: 0 16px;
    font-size: 2rem;
  }
}

.p-support-images {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto 8rem;
}

.p-support-images-list__top {
  margin-bottom: 14px;
}

.p-support-images ul {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 5px;
}

@media (max-width: 767px) {
  .p-support-images ul {
    flex-wrap: wrap;
    gap: 8px 5px;
  }
  .p-support-images ul li {
    width: 45%;
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .p-support-images-list__bottom ul li {
    width: 29%;
  }
}

.p-support-text__list {
  padding-top: 7rem;
}

@media (max-width: 1279px) {
  .p-support-text__list {
    padding-top: 8rem !important;
  }
}

@media (max-width: 767px) {
  .p-support-text__list {
    padding-top: 9rem !important;
  }
}

.p-support-text__list ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 350;
  line-height: 1.4;
  text-align: center;
  color: #656161;
}

@media (max-width: 767px) {
  .p-support-text__list ul li {
    font-size: 1.6rem;
  }
}

.p-support-text__list ul li:not(:last-child) {
  margin-bottom: 8px;
}

.p-support-bottom {
  padding-top: 12rem;
  padding-right: 16px;
  padding-left: 16px;
  text-align: center;
}

@media (max-width: 1279px) {
  .p-support-bottom {
    padding-top: 16rem;
  }
}

@media (max-width: 767px) {
  .p-support-bottom {
    padding-top: 20rem;
  }
}

@media (max-width: 559px) {
  .p-support-bottom {
    padding-top: 25rem;
  }
}

.p-support-bottom h5 {
  font-size: 4.5rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  color: #9A8756;
  text-align: center;
  margin-bottom: 2.2rem;
}

@media (max-width: 1279px) {
  .p-support-bottom h5 {
    font-size: 3.2rem;
  }
}

@media (max-width: 767px) {
  .p-support-bottom h5 {
    font-size: 2.4rem;
  }
}

.p-support-bottom span {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.03em;
  text-align: center;
}

@media (max-width: 767px) {
  .p-support-bottom span {
    font-size: 2.4rem;
  }
}

/*==========================================================
# p-faq
==========================================================*/
.p-faq {
  padding-top: 14.6rem;
  padding-bottom: 9.2rem;
}

@media (max-width: 1279px) {
  .p-faq {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
}

.p-faq-ttl {
  text-align: center;
}

.p-faq-ttl h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #9A8756;
  margin-bottom: 1.6rem;
}

@media (max-width: 1279px) {
  .p-faq-ttl h3 {
    font-size: 3.2rem;
  }
}

@media (max-width: 559px) {
  .p-faq-ttl h3 {
    font-size: 2.8rem;
    font-weight: 700;
  }
}

.p-faq-ttl span {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #9A8756;
}

@media (max-width: 1279px) {
  .p-faq-ttl span {
    font-size: 2rem;
  }
}

.p-faq-items {
  width: 931px;
  padding: 0 16px;
  margin: 0 auto;
  max-width: 100%;
}

.p-faq-item {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #9A8756;
}

.p-faq-item-q {
  display: flex;
  gap: 1.8rem;
  align-items: center;
  position: relative;
  padding-right: 2.4rem;
}

.p-faq-item-q span {
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: #807147;
  border-radius: 50%;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}

@media (max-width: 1279px) {
  .p-faq-item-q span {
    font-size: 2.6rem;
    width: 40px;
    height: 40px;
    font-size: 2rem;
  }
}

.p-faq-item-q h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  color: #807147;
}

@media (max-width: 1279px) {
  .p-faq-item-q h3 {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .p-faq-item-q h3 {
    width: calc(100% - 6.4rem);
  }
}

.p-faq-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.p-faq-btn .p-faq-bars {
  position: relative;
  width: 3rem;
  height: 3rem;
}

@media (max-width: 767px) {
  .p-faq-btn .p-faq-bars {
    width: 2rem;
    height: 2rem;
  }
}

.p-faq-btn .p-faq-bars span {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  top: 50%;
  transform: translateY(-50%);
}

.p-faq-btn .p-faq-bars .plus {
  transform: rotate(90deg) translateY(-50%);
  top: 50%;
}

.open .p-faq-bars .plus {
  transform: rotate(0deg);
  transition: .2s all ease;
}

.p-faq-item-a {
  margin-top: 4.4rem;
  margin-bottom: 4.4rem;
}

.p-faq-item-a-wrap {
  display: flex;
}

.p-faq-item-a .title {
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border: 2px solid #807147;
  border-radius: 50%;
  font-size: 3rem;
  font-weight: 700;
  color: #807147;
  font-family: "Noto Serif JP", serif;
}

@media (max-width: 1279px) {
  .p-faq-item-a .title {
    font-size: 2.6rem;
    width: 40px;
    height: 40px;
    font-size: 2rem;
  }
}

.p-faq-item-a__text {
  margin-left: 4.4rem;
  width: 731px;
  padding: 3.3rem 5rem 5.5rem;
  border-radius: 30px;
  background: #fcf7ea;
  font-size: 1.8rem;
  font-weight: 350;
  max-width: 100%;
}

@media (max-width: 1279px) {
  .p-faq-item-a__text {
    margin-left: 2rem;
    width: calc(100% - 7.2rem);
  }
}

@media (max-width: 767px) {
  .p-faq-item-a__text {
    padding: 16px;
  }
}

.display_none {
  display: none;
}

.p-faq-item-a__text--01 {
  margin-bottom: 3rem;
}

.p-faq-item-a__text--wrap {
  display: flex;
  gap: 25px;
}

@media (max-width: 767px) {
  .p-faq-item-a__text--wrap {
    flex-direction: column;
  }
}

.p-faq-item-a__text--wrap p {
  width: calc(100% - 224px);
  font-size: 1.8rem;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .p-faq-item-a__text--wrap p {
    width: 100%;
  }
}

.p-faq-item-a__text--wrap p span {
  padding-top: 2.4rem;
  display: block;
  font-size: 1.8rem;
}

.p-faq-item-a__text--img {
  width: 224px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .p-faq-item-a__text--img {
    width: 200px;
    margin: 0 auto;
    text-align: center;
  }
}

/*==========================================================
#  voice
==========================================================*/
.p-voice-ttl {
  padding-top: 14.6rem;
  padding-bottom: 9.2rem;
}

@media (max-width: 767px) {
  .p-voice-ttl {
    padding: 8rem 0;
  }
}

.p-voice-items {
  display: flex;
  justify-content: center;
  margin-bottom: 11rem;
  padding: 0 16px;
}

@media (max-width: 767px) {
  .p-voice-items {
    flex-wrap: wrap;
  }
}

.p-voice-items__top {
  gap: 9.5rem;
}

@media (max-width: 1279px) {
  .p-voice-items__top {
    gap: 3.2rem;
  }
}

@media (max-width: 559px) {
  .p-voice-items__top {
    margin-bottom: 3.2rem;
  }
}

.p-voice-items__bottom {
  gap: 6rem;
}

@media (max-width: 1000px) {
  .p-voice-items__bottom {
    gap: 3.2rem;
  }
}

.p-voice-item {
  width: 350px;
  max-width: 100%;
  background: #fcf7ea;
}

@media (max-width: 767px) {
  .p-voice-item {
    width: 45%;
  }
}

@media (max-width: 559px) {
  .p-voice-item {
    width: 100%;
  }
}

.p-voice-item__ttl {
  background: #807147;
  color: #fff;
  text-align: center;
  padding: 1.7rem 0;
}

@media (max-width: 1279px) {
  .p-voice-item__ttl {
    padding: 16px 0;
  }
}

.p-voice-item__ttl h4 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 0.03em;
  text-align: center;
}

@media (max-width: 1279px) {
  .p-voice-item__ttl h4 {
    font-size: 2rem;
  }
}

.p-voice-item__body {
  background: #fcf7ea;
  padding: 3.2rem;
}

@media (max-width: 1279px) {
  .p-voice-item__body {
    padding: 1.6rem;
  }
}

.p-voice-item__body span {
  color: #807147;
  padding: 2.8rem 0 2.5rem;
  text-align: center;
  display: block;
  font-size: 2.5rem;
}

@media (max-width: 1279px) {
  .p-voice-item__body span {
    padding: 0rem;
    font-size: 2rem;
  }
}

@media (max-width: 900px) {
  .p-voice-item__body span {
    font-size: 1.4rem;
  }
}

.p-voice-item__body p {
  font-size: 2rem;
  line-height: 1.44;
}

@media (max-width: 1279px) {
  .p-voice-item__body p {
    padding-top: 16px;
    font-size: 1.8rem;
  }
}

.p-voice-under-items {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
}

.swiper-voice {
  max-width: 100%;
}

.swiper-voice .swiper-wrapper {
  transition-timing-function: linear;
}

.p-voice-under-item {
  max-width: 100%;
  border-top: 1px solid #807147;
  border-bottom: 1px solid #807147;
  border-left: 30px solid #807147;
  border-right: 1px solid #807147;
  padding-top: 2.2rem;
  padding-bottom: 6.5rem;
  height: 200px;
}

@media (max-width: 1279px) {
  .p-voice-under-item {
    padding: 8px;
  }
}

@media (max-width: 900px) {
  .p-voice-under-item {
    border-left: 16px solid #807147;
  }
}

@media (max-width: 767px) {
  .p-voice-under-item {
    height: 150px;
  }
}

.p-voice-under-item__top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.3rem;
  gap: 19px;
}

@media (max-width: 1279px) {
  .p-voice-under-item__top {
    gap: 8px;
  }
}

.p-voice-under-item__top span {
  width: 83px;
}

@media (max-width: 1279px) {
  .p-voice-under-item__top span {
    width: 72px;
  }
}

@media (max-width: 900px) {
  .p-voice-under-item__top span {
    width: 54px;
  }
}

.p-voice-under-item__top p {
  font-size: 2.5rem;
  font-weight: 400;
  text-align: center;
  color: #807147;
}

@media (max-width: 1279px) {
  .p-voice-under-item__top p {
    font-size: 2rem;
  }
}

@media (max-width: 900px) {
  .p-voice-under-item__top p {
    font-size: 1.4rem;
  }
}

.p-voice-under-item__bottom {
  font-size: 2rem;
  font-weight: 350;
  line-height: 1.4;
  width: 240px;
  margin: 0 auto;
  max-width: 100%;
}

@media (max-width: 1279px) {
  .p-voice-under-item__bottom {
    font-size: 1.6rem;
  }
}

@media (max-width: 559px) {
  .p-voice-under-item__bottom {
    width: 200px;
  }
}

/*==========================================================
# introduction
==========================================================*/
.p-introduction {
  padding-top: 12.8rem;
  padding-bottom: 13.6rem;
  background: #f7f5f3;
}

@media (max-width: 1279px) {
  .p-introduction {
    padding: 8rem 16px 9rem;
  }
}

.p-introduction-container {
  width: 1042px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0px;
}

.p-introduction-top {
  display: flex;
  gap: 3.6rem;
  align-items: center;
  margin-bottom: 10rem;
}

@media (max-width: 1279px) {
  .p-introduction-top {
    gap: 2.8rem;
  }
}

@media (max-width: 767px) {
  .p-introduction-top {
    display: block;
  }
}

.p-introduction-img {
  width: 371px;
}

@media (max-width: 1279px) {
  .p-introduction-img {
    width: 280px;
  }
}

@media (max-width: 767px) {
  .p-introduction-img {
    width: 360px;
    max-width: 100%;
    margin: 0 auto 3.2rem;
  }
}

.p-introduction-date {
  width: calc(100% - 407px);
}

@media (max-width: 1279px) {
  .p-introduction-date {
    width: calc(100% - 308px);
  }
}

@media (max-width: 767px) {
  .p-introduction-date {
    width: 100%;
  }
}

.p-introduction-date__top {
  padding: 0 2rem;
  border-bottom: 1px solid #9a8756;
}

.p-introduction-date__top span {
  color: #9a8756;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.44;
  letter-spacing: 0.08em;
}

.p-introduction-date__top h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.3rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

@media (max-width: 1279px) {
  .p-introduction-date__top h3 {
    font-size: 2.8rem;
  }
}

.p-introduction-date__top h3 span {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #000;
}

@media (max-width: 1279px) {
  .p-introduction-date__top h3 span {
    font-size: 2.2rem;
  }
}

.p-introduction-date__text {
  padding: 2rem 6rem 0 2rem;
  font-size: 2.2rem;
}

@media (max-width: 1279px) {
  .p-introduction-date__text {
    font-size: 1.8rem;
  }
}

.p-introduction-bottom {
  width: 919px;
  max-width: 100%;
  margin: 0 auto;
  padding: 6.6rem 9.7rem 6.9rem 11.4rem;
  background: #fff;
}

@media (max-width: 767px) {
  .p-introduction-bottom {
    padding: 5.6rem 3.2rem;
  }
}

@media (max-width: 559px) {
  .p-introduction-bottom {
    padding: 5.6rem 1.6rem;
  }
}

.p-introduction-bottom__list ul li {
  border-bottom: 1px solid #9a8756;
}

.p-introduction-bottom__list ul li .p-introduction-ac {
  display: block;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  padding-left: 2.8rem;
  position: relative;
}

.p-introduction-bottom__list ul li .p-introduction-ac:hover {
  background: rgba(154, 135, 86, 0.4);
}

@media (max-width: 767px) {
  .p-introduction-bottom__list ul li .p-introduction-ac {
    padding-left: 1.6rem;
    font-size: 2rem;
  }
}

.p-introduction-bottom__list ul li .p-introduction-ac span {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #9a8756;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .p-introduction-bottom__list ul li .p-introduction-ac span {
    width: 32px;
    height: 32px;
  }
}

.p-introduction-bottom__list ul li .p-introduction-ac span img {
  width: 18px;
  margin-left: 5px;
}

@media (max-width: 767px) {
  .p-introduction-bottom__list ul li .p-introduction-ac span img {
    width: 12px;
  }
}

.p-introduction-ac__contents {
  padding: 2rem 2rem 4rem;
  display: none;
}

.p-introduction-ac__contents ul li {
  padding: 1.6rem;
  font-size: 1.8rem;
  border-bottom: 1px dashed #9A8756;
}

.p-introduction-ac__contents ul li a {
  color: #9A8756;
}

.p-introduction-ac__contents ul li a:hover {
  text-decoration: underline;
}

.p-introduction-ac-image a:hover {
  opacity: .8;
  transition: .2s all ease;
}

.p-introduction-ac__amazon {
  font-size: 1.6rem;
  color: #9A8756;
  padding-top: 4px;
  display: block;
  margin-bottom: 8px;
}

.p-introduction-ac-sub {
  line-height: 1.44;
}

.p-introduction-ac__search {
  font-size: 1.8rem;
  color: #9A8756;
  display: inline-block;
  padding-top: 8px;
}

.p-introduction-ac__content-patent {
  padding-bottom: 2.4rem;
}

.p-introduction-ac__image-patent {
  text-align: center;
}

.p-introduction-ac__patent-ttl {
  font-size: 2rem;
  font-weight: 600;
  border-left: 4px solid #9A8756;
  padding-left: 1.6rem;
  line-height: 1;
  margin-bottom: 2rem;
}

.p-introduction-ac__patent-text {
  margin-bottom: 1.6rem;
}

.p-introduction-ac__contents-book {
  margin-bottom: 2.4rem;
}

.p-introduction-ac__contents-book p {
  line-height: 1.5;
  padding-bottom: 8px;
}

/*==========================================================
# products
==========================================================*/
.p-products {
  padding-bottom: 13.6rem;
}

.p-products-inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 767px) {
  .p-products-inner {
    padding: 0 16px;
  }
}

.p-products-inner .p-products-parts {
  position: absolute;
  width: 442px;
  z-index: -1;
  top: 6.4rem;
  right: 2.8rem;
}

@media (max-width: 1279px) {
  .p-products-inner .p-products-parts {
    width: 280px;
    right: 0;
  }
}

@media (max-width: 767px) {
  .p-products-inner .p-products-parts {
    width: 180px;
    right: 0;
    top: 0;
  }
}

@media (max-width: 559px) {
  .p-products-inner .p-products-parts {
    width: 120px;
    right: 0;
    top: 32px;
  }
}

.p-products-top {
  padding-top: 7rem;
  margin: 0 auto 7.1rem;
  width: 735px;
  max-width: 100%;
}

.p-products-bottom {
  width: 735px;
  margin: 0 auto;
  max-width: 100%;
  overflow-x: scroll;
}

.p-products-bottom-inner {
  min-width: 700px;
}

/*==========================================================
# method
==========================================================*/
.p-method {
  padding-top: 13.6rem;
  padding-bottom: 14rem;
  background: url(../img/method-bg.webp) center center/cover no-repeat;
}

@media (max-width: 1279px) {
  .p-method {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
}

.p-method-inner {
  width: 1312px;
  padding: 0 16px;
  margin: 0 auto;
  max-width: 100%;
}

.p-method-ttl {
  margin-bottom: 10.6rem;
}

@media (max-width: 1279px) {
  .p-method-ttl {
    margin-bottom: 6.4rem;
  }
}

.p-method-lead {
  margin-bottom: 11.4rem;
}

.p-method-lead p {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.44;
  text-align: center;
}

@media (max-width: 1279px) {
  .p-method-lead p {
    font-size: 2rem;
  }
}

.p-method-content {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.p-method-content__images {
  position: absolute;
  width: 418px;
  max-width: 100%;
}

@media (max-width: 1279px) {
  .p-method-content__images {
    width: 280px;
  }
}

@media (max-width: 767px) {
  .p-method-content__images {
    position: static;
  }
}

.p-method-content__images--wrap {
  display: flex;
  justify-content: center;
  gap: 24px;
}

@media (max-width: 559px) {
  .p-method-content__images--wrap {
    gap: 16px;
  }
}

.p-method-content__images--top {
  right: 92px;
  top: 0;
  z-index: 1;
}

@media (max-width: 1279px) {
  .p-method-content__images--top {
    right: 0px;
  }
}

.p-method-content__images--bottom {
  right: 184px;
  top: 258px;
  z-index: 0;
}

@media (max-width: 1279px) {
  .p-method-content__images--bottom {
    right: 92px;
    top: 180px;
  }
}

.p-method-content__left {
  padding-top: 13px;
  width: 559px;
  padding-left: 4rem;
  padding-bottom: 28rem;
}

@media (max-width: 1279px) {
  .p-method-content__left {
    width: 50%;
    padding-bottom: 20rem;
  }
}

@media (max-width: 900px) {
  .p-method-content__left {
    padding-bottom: 14rem;
  }
}

@media (max-width: 767px) {
  .p-method-content__left {
    width: 100%;
    padding: 2.4rem;
  }
}

@media (max-width: 559px) {
  .p-method-content__left {
    padding: 16px 0;
  }
}

.p-method-content__left h4 {
  color: #807147;
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.44;
  text-align: left;
  margin-bottom: 3.3rem;
}

@media (max-width: 1279px) {
  .p-method-content__left h4 {
    font-size: 3.2rem;
  }
}

.p-method-content__left--text {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.44;
  margin-bottom: 3.3rem;
}

.p-method-content__left--date-wrap {
  display: flex;
  font-size: 1.6rem;
  line-height: 1.4;
}

.p-method-content__left--date p {
  font-size: 1.6rem;
  line-height: 1.44;
}

.p-method-content__left--date a {
  padding-top: 4rem;
  display: block;
  font-size: 1.6rem;
  line-height: 1.44;
  color: #66badf;
}

.p-method-delivery {
  width: 1096px;
  max-width: 100%;
  margin: 0 auto;
  border-top: 1px solid #000;
  padding-top: 6.6rem;
  padding-left: 4rem;
  padding-right: 6rem;
}

@media (max-width: 1279px) {
  .p-method-delivery {
    padding-top: 3.2rem;
    padding-left: 2.4rem;
    padding-right: 3.2rem;
  }
}

@media (max-width: 767px) {
  .p-method-delivery {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-method-delivery h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  color: #807147;
  margin-bottom: 4.8rem;
}

@media (max-width: 1279px) {
  .p-method-delivery h4 {
    font-size: 3.2rem;
    margin-bottom: 2.4rem;
  }
}

.p-method-delivery__text {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.44;
  text-align: left;
}

/*==========================================================
# contact
==========================================================*/
.p-contact-items {
  max-width: 100%;
  margin: 0 auto;
}

.p-contact-items .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.p-contact-items button {
  display: flex;
  justify-content: center;
}

.p-contact-items button input {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #355093 0%, #2A4078 100%);
  color: #fff;
  text-align: left;
  width: 57.6rem;
  height: 11.4rem;
  font-size: 2.5rem;
  line-height: 1.44;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 767px) {
  .p-contact-items button input {
    width: 35rem;
    height: 9rem;
    font-size: 2rem;
  }
}

.p-contact-item-btn {
  display: flex;
  justify-content: center;
}

.p-contact-item-input {
  width: 100%;
}

.p-contact-item-input p span input {
  width: 100%;
  max-width: 100%;
  font-size: 1.6rem;
  padding: 0 1.6rem;
  border-radius: 2px;
  font-size: 2rem;
}

.p-contact-item-input p span input::placeholder {
  color: #383540;
}

.p-contact-item-input p span textarea {
  width: 100%;
  border: 1px solid #b6b5b4;
  border-radius: 2px;
  height: 20rem;
  padding: 1.6rem;
  font-size: 2rem;
}

.p-contact-item .wpcf7-list-item {
  line-height: 1.5;
  margin: 0 0 8px;
}

.p-contact-item .wpcf7-list-item label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.p-contact-item .wpcf7-list-item label input {
  display: none;
}

.p-contact-item .wpcf7-list-item label input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.p-contact-item .wpcf7-list-item label span {
  position: relative;
  font-size: 2rem;
  padding-left: 36px;
  padding-right: 12px;
}

@media (max-width: 559px) {
  .p-contact-item .wpcf7-list-item label span {
    font-size: 1.6rem;
    padding-top: .7 rem;
    padding-left: 3rem;
    padding-right: 0;
    font-size: 1.4rem;
  }
}

.p-contact-item .wpcf7-list-item label span::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 2.5rem;
  height: auto;
  aspect-ratio: 1;
  border: 1px solid #b6b5b4;
}

.p-contact-item .wpcf7-list-item label span::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 9.5px;
  left: 4.5px;
  width: 16px;
  height: 8px;
  border-left: 2.5px solid #000;
  border-bottom: 2.5px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
}

.p-contact-item-input__select select {
  width: 274px;
  padding: 1rem;
  border: 1px solid #b6b5b4;
  background-color: #fff;
  font-size: 1.8rem;
  color: #000;
}

@media (max-width: 559px) {
  .p-contact-item-input__select select {
    width: 219px;
  }
}

.p-contact-item-acceptant {
  display: flex;
  justify-content: center;
}

.wpcf7-submit-block {
  position: relative;
}

.wpcf7-submit:disabled {
  opacity: .5;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: block;
  max-width: 645px;
  border-color: #46b450;
  text-align: center;
  margin: 4rem auto 0;
  font-size: 2rem;
}

.sent .p-contact-items {
  display: none;
}

/* 
----------------------------------------------------------*/
.p-contact-ttl {
  padding-top: 11.6rem;
}

.p-contact-container {
  width: 1063px;
  padding: 3rem 16px 0;
  margin: 0 auto;
  max-width: 100%;
}

.p-contact-container__lead {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.44;
  margin-bottom: 6.6rem;
  display: block;
}

.p-contact-items {
  padding-bottom: 13.3rem;
}

.p-contact-item {
  display: flex;
  margin-bottom: 4rem;
  align-items: center;
}

@media (max-width: 559px) {
  .p-contact-item {
    display: block;
    margin-bottom: 2.4rem;
  }
}

.p-contact-item__textarea {
  align-items: start;
}

.p-contact-item-label {
  width: 300px;
  font-size: 2.5rem;
}

@media (max-width: 1279px) {
  .p-contact-item-label {
    width: 200px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .p-contact-item-label {
    width: 160px;
    font-size: 2rem;
  }
}

@media (max-width: 559px) {
  .p-contact-item-label {
    margin-bottom: 1.6rem;
  }
}

.p-contact-item-input {
  width: calc(100% - 300px);
}

@media (max-width: 1279px) {
  .p-contact-item-input {
    width: calc(100% - 200px);
  }
}

@media (max-width: 767px) {
  .p-contact-item-input {
    width: calc(100% - 160px);
  }
}

@media (max-width: 559px) {
  .p-contact-item-input {
    width: 100%;
  }
}

.p-contact-item-input__checkbox {
  display: flex;
  justify-content: space-between;
  font-size: 2rem;
}

.p-contact-item-input__checkbox input[type="checkbox"] {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0;
  margin-right: 5px;
}

@media (max-width: 559px) {
  .p-contact-item-input__checkbox input[type="checkbox"] {
    width: 2rem;
    height: 2rem;
  }
}

.p-contact-item-input__checkbox label {
  width: 200px;
}

@media (max-width: 1279px) {
  .p-contact-item-input__checkbox label {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .p-contact-item-input__checkbox label {
    width: 160px;
  }
}

@media (max-width: 559px) {
  .p-contact-item-input__checkbox label {
    width: 112px;
  }
}

@media (max-width: 1279px) {
  .p-contact-item-input__checkbox {
    width: calc(100% - 200px);
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .p-contact-item-input__checkbox {
    width: calc(100% - 160px);
  }
}

@media (max-width: 559px) {
  .p-contact-item-input__checkbox {
    width: 100%;
    font-size: 1.5rem;
  }
}

.p-contact-item-input input {
  border: 1px solid #b6b5b4;
  height: 72px;
  width: 100%;
}

@media (max-width: 1279px) {
  .p-contact-item-input input {
    height: 56px;
  }
}

.p-contact-item-input__textarea input {
  height: 196px;
}

@media (max-width: 1279px) {
  .p-contact-item-input__textarea input {
    height: 140px;
  }
}

.p-contact-item-acceptant {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.44;
  text-align: center;
  margin-bottom: 11.2rem;
}

@media (max-width: 559px) {
  .p-contact-item-acceptant {
    padding-top: 2.4rem;
    margin-bottom: 4rem;
  }
}

/*==========================================================
# confirm
==========================================================*/
.s-confirm {
  width: 600px;
  padding: 8rem 16px;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .s-confirm {
    width: 500px;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .s-confirm .p-contact-item-label {
    width: 100%;
    background: #9A8756;
    color: #fff;
    padding: 2px 4px;
  }
}

.s-confirm-ttl h1 {
  font-size: 4rem;
  color: #9A8756;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 4rem;
  text-align: center;
  font-weight: bold;
}

.s-confirm p {
  font-size: 2rem;
}

.s-confirm .p-contact-item-input__textarea p {
  font-size: 1.6rem;
}

.s-confirm .back-btn {
  padding-top: 4rem;
}

.p-thanks {
  padding: 8rem 16px 12rem;
}

@media (max-width: 767px) {
  .p-thanks {
    padding-top: 14rem;
  }
}

.p-thanks h1 {
  font-size: 4rem;
  font-weight: bold;
  color: #9A8756;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 16rem;
  text-align: center;
}

@media (max-width: 767px) {
  .p-thanks h1 {
    font-size: 2.4rem;
    margin-bottom: 8rem;
  }
}

.p-thanks-text {
  margin-bottom: 16rem;
}

@media (max-width: 767px) {
  .p-thanks-text {
    margin-bottom: 8rem;
  }
}

.p-thanks-text p {
  text-align: center;
  font-size: 2.4rem;
  line-height: 2;
}

@media (max-width: 767px) {
  .p-thanks-text p {
    font-size: 1.8rem;
  }
}

@media (max-width: 559px) {
  .p-thanks-text p {
    text-align: left;
  }
}

.p-thanks-btn {
  width: 360px;
  margin: 0 auto;
  max-width: 100%;
  background: #9A8756;
  text-align: center;
  color: #fff;
  height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 2rem;
}

.p-thanks-btn span {
  position: absolute;
  right: 24px;
  font-size: 2rem;
}

/*==========================================================
# footer
==========================================================*/
.p-footer {
  background: #807147;
  padding-top: 5.5rem;
  padding-bottom: 3.5rem;
  color: #fff;
}

@media (max-width: 1279px) {
  .p-footer {
    padding-top: 3rem;
    padding-bottom: 2.4rem;
  }
}

.p-footer-inner {
  width: 1102px;
  max-width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
  padding: 0 16px;
}

@media (max-width: 559px) {
  .p-footer-inner {
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 3.2rem;
  }
}

.p-footer-inner a {
  text-align: center;
  width: 300px;
  font-size: 2.5rem;
}

@media (max-width: 1279px) {
  .p-footer-inner a {
    width: 240px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .p-footer-inner a {
    width: 180px;
    font-size: 1.8rem;
  }
}

@media (max-width: 559px) {
  .p-footer-inner a {
    width: 100%;
    font-size: 1.8rem;
    text-align: center;
  }
}

.p-footer-copy {
  text-align: center;
  font-size: 2.5rem;
}

@media (max-width: 1279px) {
  .p-footer-copy {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .p-footer-copy {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
	.sp {display:none!important;}
}
@media screen and (max-width: 767px) {
	.pc {display:none!important;}
}


/*--------------------------------------------
特定商取引法に基づく表記
--------------------------------------------*/
#raw {
	margin-bottom: 120px;
}
@media (max-width: 767px) {
	#raw {
		padding-top: 10rem;
	}
}
@media (max-width: 559px) {
	#raw {
		margin-bottom: 60px;
	}
}

#raw h1 {
	padding: 50px 0;
	text-align: center;
	font-size: 3.5rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	color: #9a8756;
}
@media (max-width: 1279px) {
	#raw h1 {
		font-size: 3.2rem;
	}
}
@media (max-width: 559px) {
	#raw h1 {
		font-size: 2.5rem;
		padding: 30px 0;
	}
}

.raw_table {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 5%;
	font-size: 1.5rem;
}
.raw_table table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.raw_table tr > * {
	border: 1px solid #9A8756;
	padding: 15px;
	vertical-align: middle;
}
.raw_table tr th {
	width: 30%;
	border-left: none;
	color: #9a8756;
}
.raw_table tr td {
	width: 70%;
	border-right: none;
}
@media (max-width: 767px) {
	.raw_table {
		font-size: 1.6rem;
	}
}

@media (max-width: 559px) {
	.raw_table tr th {
		padding: 15px 0;
		text-align: center;
	}
}
/*
@media (max-width: 559px) {
	.raw_table tr > * {
		width: 100%!important;
		display: block;
		text-align: center;
		border: none;
	}
	.raw_table tr th {
		background: #9A8756;
		color: #fff;
	}
	
}
*/


