@charset "UTF-8";
/* メインカラー */
/* サブカラー */
/* アクセントカラー */
/* ======================================================
pc
====================================================== */
@media (min-width: 1001px) {
  #mainvisual {
    width: 100%;
    height: 34.375vw;
    overflow: hidden;
  }
  .ctitle__logo {
    color: var(--secondary-color);
  }
  .ctitle {
    margin-bottom: 40px;
  }
  .ch3_1 {
    font-size: 2.6rem;
    margin-bottom: 50px;
    line-height: 1.8;
    text-align: center;
  }
  .note {
    font-size: 1.4rem;
    line-height: 2.3;
  }
  .indent1 {
    text-indent: -1em;
    padding-left: 1em;
  }
  .cfex {
    display: flex;
  }
  .jc_sa {
    justify-content: space-around;
  }
  .jc_sb {
    justify-content: space-between;
  }
  .fd_co {
    flex-direction: column;
  }
  .fd_cor {
    flex-direction: column-reverse;
  }
  .fd_ro {
    flex-direction: row;
  }
  .fd_ror {
    flex-direction: row-reverse;
  }
  .ai_c {
    align-items: center;
  }
  .faqWrap {
    background: url("../images/bg_1.jpg") center top;
    padding: 200px 0;
  }
  .faqWrap dl {
    margin-bottom: 50px;
    background-color: #FFF;
  }
  .faqWrap dl * {
    box-sizing: border-box;
  }
  .faqWrap dl dt {
    padding-left: 110px;
    padding-right: 100px;
    border: 1px solid #8B82B7;
    position: relative;
    font-size: 2rem;
    background: url(../images/icon_q.svg) left top no-repeat;
    background-size: 100px;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .faqWrap dl dt::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 39px;
    background-color: #000;
    position: absolute;
    right: 44px;
    top: 50%;
    transform: translateY(-50%);
  }
  .faqWrap dl dt::after {
    content: "";
    display: inline-block;
    width: 39px;
    height: 1px;
    background-color: #000;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
  }
  .faqWrap dl dt.active::before {
    display: none;
  }
  .faqWrap dl dd {
    padding-left: 110px;
    padding-right: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    font-size: 2rem;
    border-right: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
    border-left: 1px solid #B3B3B3;
  }
  .faqWrap dl dd::before {
    content: "A.";
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100px;
    height: 100px;
    text-align: center;
    color: #B69541;
    font-size: 4.4rem;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0;
  }
  .wwbw {
    word-wrap: break-word;
  }
} /* End min-width:1001px */
@media (max-width: 1000px) {
  .w1100 {
    width: 88vw;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #mainvisual {
    width: 100%;
    aspect-ratio: 4/3;
  }
  #mainvisual img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .ctitle__logo {
    color: var(--secondary-color);
  }
  .ctitle {
    margin-bottom: 8vw;
  }
  .indent1 {
    text-indent: -1em;
    padding-left: 1em;
  }
  .faqWrap {
    background: url("../../bg_1.jpg") center top;
    padding: 32vw 0 16vw;
  }
  .faqWrap dl {
    margin-bottom: 8vw;
    background-color: #FFF;
  }
  .faqWrap dl * {
    box-sizing: border-box;
  }
  .faqWrap dl dt {
    padding-left: calc(10vw + 0.5em);
    padding-right: 10vw;
    border: 1px solid #8B82B7;
    position: relative;
    font-size: 3vw;
    line-height: 1.5;
    background: url(../images/icon_q.svg) left top no-repeat;
    background-size: 10vw;
    min-height: 10vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    letter-spacing: normal;
  }
  .faqWrap dl dt::before {
    content: "";
    display: inline-block;
    width: 0.3vw;
    height: 3.5vw;
    background-color: #000;
    position: absolute;
    right: 4vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .faqWrap dl dt::after {
    content: "";
    display: inline-block;
    width: 3.5vw;
    height: 0.3vw;
    background-color: #000;
    position: absolute;
    right: 2.5vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .faqWrap dl dt.active::before {
    display: none;
  }
  .faqWrap dl dd {
    padding-left: calc(10vw + 0.5em);
    padding-right: 10vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    position: relative;
    font-size: 3vw;
    border-right: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
    border-left: 1px solid #B3B3B3;
    letter-spacing: normal;
  }
  .faqWrap dl dd::before {
    content: "A.";
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 10vw;
    height: 10vw;
    text-align: center;
    color: #B69541;
    font-size: 4.5vw;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0;
  }
  .wwbw {
    word-wrap: break-word;
  }
} /* End max-width:1000px */

/*# sourceMappingURL=style.css.map */
