@charset "UTF-8";
/* CSS Document */

body {
  /* font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif; */
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-feature-settings: 'palt' 1;
  letter-spacing: 0.05em;
  color: #333;
  background-color: #EDECE6;
}

@media screen and (min-width: 320px) {
  /* スマホ用レイアウト 320px以上の範囲に収めるデザインはこの中に記述 */

  /*==============================================================
  　　よくある質問
  ==============================================================*/

  .sec-title {
    font-weight: 700;
    letter-spacing: 0.2em;
    text-align: center;
    margin: 16px auto 48px;
  }

  .sec-title .title {
    font-size: 32px;
    color: #289A49;
    margin-bottom: 20px;
  }

  .sec-title .title-jp {
    font-size: 16px;
    margin-right: 2px;
  }

  .img-wrap.show img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 100%;
    transform: scale(1.3);
    margin-top: -30px;
  }

  .sec-faq {
    width: 80%;
    margin: 0 auto 100px;
  }

  .faq-toggle {
    display: none;
  }

  .faq-main {
    position: relative;
    font-optical-sizing: auto;
    margin: 0 24px 70px;
  }

  .faq-box {
    font-weight: 600;
    border-top: solid 1px #D9D9D9;
    font-size: 16px;
  }

  .faq-box.box-end {
    border-bottom: solid 1px #D9D9D9;
  }

  .faq-title {
    padding: 1em;
    display: block;
    padding: 25px 30px 25px 8px;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 2em;
    display: flex;
    font-size: 15px;
    align-items: center;
    letter-spacing: 0.15em;
  }

  .faq-title::after,
  .faq-title::before {
    content: "";
    position: absolute;
    right: 1.15em;
    width: 2.5px;
    height: 20px;
    background-color: #289A49;
    transition: all 0.3s;
    margin: auto 0;
  }

  .faq-title::after {
    transform: rotate(90deg);
  }

  .faq-box .title-text {
    font-family: "Noto Sans JP";
    letter-spacing: 0.12em;
    line-height: 1.8;
    margin-top: -3px;
    margin-right: 8px;
    align-items: start;
  }

  .text-Q,
  .faq-A {
    display: flex;
  }

  .faq-box p span {
    margin-bottom: 10px;
    line-height: -10;
    font-size: 18px;
    margin-right: 12px;
    font-weight: 400;
  }

  .faq-A p span {
    font-size: 15px;
    line-height: -10;
    margin-top: -50px;
    margin-right: 15px;
  }

  .faq-content {
    max-height: 0;
    overflow: hidden;
  }

  .faq-content .faq-A {
    font-family: "Noto Sans JP";
    line-height: 2;
    letter-spacing: 0.12em;
    font-size: 14px;
    padding: 0 15px 40px 12px;
    font-weight: normal;
    margin-top: -1.5px;
  }

  .faq-content .faq-A .con-text {
    margin-top: 1.5px;
  }

  .faq-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }

  .faq-toggle:checked + .faq-title + .faq-content {
    max-height: 500px;
    transition: all 1.5s;
  }

  .faq-toggle:checked + .faq-title::before {
    transform: rotate(90deg) !important;
  }

  .faq-title {
    position: relative;
  }

  .faq-content .tel {
    color: #289A49;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 2px;
  }

}

@media screen and (min-width: 640px) {
  /* タブレット用レイアウト 640px以上の範囲に収めるデザインはこの中に記述 */
  /*==============================================================
  　　TB_よくある質問
  ==============================================================*/
  .sec-title {
    margin: 22px auto 80px;
  }

  .sec-title .title {
    font-size: 40px;
    margin-top: 0;
  }

  .img-wrap.show img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 80% 100%;
    transform: scale(1);
    margin-top: -100px;
  }

  .sec-faq {
    width: 74.97%;
    margin: 40px 0 0 16.66%;
    padding-bottom: 150px;
  }

  .faq-title {
    padding: 25px 40px 25px 20px;
  }

  .faq-title::after,
  .faq-title::before {
    right: 1.25em;
  }

  .text-Q {
    margin-top: 6px;
  }

  .faq-box p span {
    font-size: 20px;
  }

  .faq-A p span {
    font-size: 15px;
    line-height: -10;
    margin-top: -50px;
    margin-right: 15px;
    margin-left: 5px;
  }

  .faq-box .title-text {
    font-size: 16px;
    margin-top: 0px;
    margin-top: -1.5px;
  }

  .faq-content .faq-A {
    padding: 0 40px 50px 20px;
  }

}

@media screen and (min-width: 1024px) {
  /* パソコン用レイアウト 1024px以上の範囲に収めるデザインはこの中に記述 */
  /*==============================================================
  　　PC_よくある質問
  ==============================================================*/
  .sec-title .title {
    font-size: 48px;
    margin-top: 0;
  }

  .img-wrap.show img {
    /* width: 100%;
    height: 100%;
    object-fit: cover; */
    object-position: 50% 100%;
    transform: scale(1);
    margin-top: 0px;
  }

  .sec-faq {
    width: 74.97%;
    max-width: 1000px;
    margin: 40px 0 0 16.66%;
    padding-bottom: 150px;
  }

  .faq-A p span {
    font-size: 18px;
    margin-left: 4px;
  }

  .faq-content .faq-A {
    font-size: 16px;
    padding: 10px 40px 60px 20px;
    margin-top: -2.3px;

  }

  .faq-content .faq-A .con-text {
    margin-top: 2.3px;
  }


}

@media screen and (min-width: 1400px) {
  /* パソコン用レイアウト 1400px以上の範囲に収めるデザインはこの中に記述 */
  /* ==================== FAQコンテンンツ幅 ================== */
  .sec-faq {
    margin: 0 auto;
  }

  .img-wrap.show img {
    /* width: 100%;
    height: 100%;
    object-fit: cover; */
    object-position: 50% 100%;
    transform: scale(1.05);
    margin-top: -150px;
  }


  .faq-content .tel {
    transition: opacity 0.3s;
  }

  .faq-content .tel:hover {
    opacity: 0.6;
  }



}