/* ***************************************************
 SP
*************************************************** */
@media screen and (max-width:1099px) {
  .faq-main {
    padding-top: 60px;
    color: #444444;
  }
  .page-header {
    width: 100%;
    margin-bottom: 150px;
  }
  .page-header .text {
    padding: 0 6.7vw;
  }
  .page-header .text hgroup {
    margin-top: 45px;
    color: #d3a86a;
  }
  .page-header .text hgroup p {
    position: relative;
    left: -3.35vw;
    z-index: 1;
    display: block;
    margin: 0 auto;
    font-family: "Marcellus", serif;
    font-size: clamp(25px, 6.6vw, 40px);
    letter-spacing: 0.1em;
  }
  .page-header .text hgroup p::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 52%;
    z-index: -1;
    display: block;
    width: 50vw;
    height: 1px;
    background-color: #d3a86a;
  }
  .page-header .text hgroup p span {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-left: 3.35vw;
    background-color: #ffffff;
  }
  .page-header .text hgroup .page-title {
    display: block;
    margin: 50px 0 0;
    padding: 0 6.7vw;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(25px, 6.6vw, 32px);
    font-weight: 600;
    letter-spacing: 0.1em;
  }
  .faq-wrapper {
    padding: 0 13.4vw;
  }
  .faq-wrapper .faq-nav {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
  }
  .faq-wrapper .faq-nav ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(262px, 1fr));
    gap: 30px 8px;
  }
  .faq-wrapper .faq-nav ul li a,
  .faq-wrapper .faq-nav ul li span {
    position: relative;
    display: block;
    padding-bottom: 25px;
    font-size: clamp(14px, 1.27vw, 18px);
    font-weight: 700;
    color: #222222;
    line-height: 1em;
    text-align: center;
    border-bottom: 3px solid #222222;
    cursor: pointer;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .faq-wrapper .faq-nav ul li a::after,
  .faq-wrapper .faq-nav ul li span::after {
    content: "";
    position: absolute;
    bottom: calc(50% + 0.35em);
    right: 0.5em;
    width: 10px;
    height: 12px;
    background-color: #222222;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
            clip-path: polygon(50% 100%, 0 0, 100% 0);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .faq-wrapper .faq-section {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
  }
  .faq-wrapper .faq-section:last-child {
    margin-bottom: 0;
  }
  .faq-wrapper .faq-section .faq-title {
    margin: 25px 0;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(20px, 5.3vw, 24px);
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.1em;
  }
  .faq-wrapper .faq-section .faq-list {
    font-size: clamp(14px, 3.7vw, 16px);
    line-height: 2em;
  }
  .faq-wrapper .faq-section .faq-list > div {
    padding: 25px 0;
    border-bottom: 1px solid #222222;
  }
  .faq-wrapper .faq-section .faq-list dt,
  .faq-wrapper .faq-section .faq-list dd {
    position: relative;
    display: block;
    padding: 5px 0 0 30px;
  }
  .faq-wrapper .faq-section .faq-list dt::before,
  .faq-wrapper .faq-section .faq-list dd::before {
    position: absolute;
    top: 10px;
    left: 0;
    font-family: "Marcellus", serif;
    font-size: 24px;
    line-height: 1em;
    color: #050033;
  }
  .faq-wrapper .faq-section .faq-list dt {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .faq-wrapper .faq-section .faq-list dt::before {
    content: "Q";
    color: #444444;
  }
  .faq-wrapper .faq-section .faq-list dd {
    position: relative;
    margin-top: 30px;
  }
  .faq-wrapper .faq-section .faq-list dd p:last-child {
    margin-bottom: 0;
  }
  .faq-wrapper .faq-section .faq-list dd a {
    color: #A87427;
    text-decoration: underline;
  }
  .faq-wrapper .faq-section .faq-list dd::before {
    content: "A";
    color: #d3a86a;
  }
  .faq-wrapper .faq-section .back {
    font-size: 14px;
    text-align: right;
    margin: 10px 0 0;
  }
  .faq-wrapper .faq-section .back a {
    color: #6e6e6e;
  }
  .faq-wrapper .faq-section .back a:hover {
    opacity: 0.8;
  }
}
/* ***************************************************
 PC
*************************************************** */
@media all and (min-width:1100px) {
  .faq-main {
    padding-top: 100px;
    color: #444444;
  }
  .page-header {
    width: 100%;
    margin-bottom: 300px;
    padding-left: clamp(50px, 4.5vw, 100px);
  }
  .page-header .text hgroup {
    margin-top: 140px;
    color: #d3a86a;
  }
  .page-header .text hgroup p {
    position: relative;
    left: -20px;
    z-index: 1;
    display: block;
    margin: 0 auto 10px;
    font-family: "Marcellus", serif;
    font-size: clamp(40px, 3.6vw, 50px);
    letter-spacing: 0.1em;
  }
  .page-header .text hgroup p::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 52%;
    z-index: -1;
    display: block;
    width: 50vw;
    height: 1px;
    background-color: #d3a86a;
  }
  .page-header .text hgroup p span {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    background-color: #ffffff;
  }
  .page-header .text hgroup .page-title {
    display: block;
    margin-top: 100px;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(40px, 3.6vw, 56px);
    font-weight: 600;
    letter-spacing: 0.1em;
  }
  .faq-wrapper {
    padding: 0 clamp(50px, 4.5vw, 100px);
  }
  .faq-wrapper .faq-nav {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 200px;
  }
  .faq-wrapper .faq-nav ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(25% - 8px), 1fr));
    gap: 30px 8px;
  }
  .faq-wrapper .faq-nav ul li a,
  .faq-wrapper .faq-nav ul li span {
    position: relative;
    display: block;
    padding-bottom: 25px;
    font-size: clamp(14px, 1.27vw, 18px);
    font-weight: 700;
    color: #222222;
    line-height: 1em;
    text-align: center;
    border-bottom: 3px solid #222222;
    cursor: pointer;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .faq-wrapper .faq-nav ul li a::after,
  .faq-wrapper .faq-nav ul li span::after {
    content: "";
    position: absolute;
    bottom: calc(50% + 0.35em);
    right: 0.5em;
    width: 10px;
    height: 12px;
    background-color: #222222;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
            clip-path: polygon(50% 100%, 0 0, 100% 0);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .faq-wrapper .faq-section {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
  }
  .faq-wrapper .faq-section .faq-title {
    margin: 50px 0;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(22px, 2vw, 30px);
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.1em;
  }
  .faq-wrapper .faq-section .faq-list {
    font-size: clamp(16px, 1.45vw, 18px);
    line-height: 2em;
  }
  .faq-wrapper .faq-section .faq-list > div {
    padding: 50px;
    border-bottom: 1px solid #222222;
  }
  .faq-wrapper .faq-section .faq-list dt,
  .faq-wrapper .faq-section .faq-list dd {
    position: relative;
    display: block;
    padding: 5px 0 0 50px;
  }
  .faq-wrapper .faq-section .faq-list dt::before,
  .faq-wrapper .faq-section .faq-list dd::before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Marcellus", serif;
    font-size: 36px;
    line-height: 1em;
    color: #050033;
  }
  .faq-wrapper .faq-section .faq-list dt {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .faq-wrapper .faq-section .faq-list dt::before {
    content: "Q";
    color: #444444;
  }
  .faq-wrapper .faq-section .faq-list dd {
    position: relative;
    margin-top: 30px;
  }
  .faq-wrapper .faq-section .faq-list dd p:last-child {
    margin-bottom: 0;
  }
  .faq-wrapper .faq-section .faq-list dd a {
    color: #A87427;
    text-decoration: underline;
  }
  .faq-wrapper .faq-section .faq-list dd::before {
    content: "A";
    color: #d3a86a;
  }
  .faq-wrapper .faq-section .back {
    font-size: 14px;
    text-align: right;
    margin: 10px 0 0;
  }
  .faq-wrapper .faq-section .back a {
    color: #6e6e6e;
  }
  .faq-wrapper .faq-section .back a:hover {
    opacity: 0.8;
  }
}