@charset "UTF-8";
@media screen and (min-width: 769px) {
  .block_contact .block_inner {
    display: flex;
    flex-wrap: wrap;
  }
  .block_contact .box_contact {
    width: 460px;
    margin: 20px 20px 0 0;
  }
  .block_contact .box_contact:nth-child(-n+2) {
    margin-top: 0;
  }
  .block_contact .box_contact:nth-child(2n) {
    margin-right: 0;
  }
  .block_contact .box_contact > a {
    font-size: 1.8rem;
    line-height: 1.6;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    width: 100%;
    min-height: 100px;
    padding: 10px;
    overflow: hidden;
    background-color: #f6f6f6;
    border: 1px solid #aeaeae;
    border-radius: 10px;
  }
  .block_contact .box_contact > a > * {
    text-align: center;
    width: 100%;
  }
  .block_contact .box_contact > a .txt_tel_number {
    font-size: 2.4rem;
    line-height: 1.4;
    color: #466a50;
    font-weight: bold;
  }
  .block_contact .box_contact > a .txt_note {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .box_web_contact {
    margin-top: 40px;
    text-align: center;
  }
  .box_web_contact .btn_web_contact > a {
    font-size: 2rem;
    line-height: 1.4;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-weight: bold;
    min-width: 450px;
    min-height: 70px;
    padding: 15px 60px 15px 30px;
    background-color: #466a50;
    border-radius: 10px;
    position: relative;
  }
  .box_web_contact .btn_web_contact > a::after {
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    -webkit-mask-image: url(/assets/img/kurashi/common/icn/arrow_right.svg);
    mask-image: url(/assets/img/kurashi/common/icn/arrow_right.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .box_faq {
    overflow: hidden;
    border: 1px solid #aeaeae;
    border-radius: 10px;
  }
  .box_faq .acd_button {
    display: flex;
    text-align: left;
    width: 100%;
    padding: 20px 58px 20px 20px;
    background-color: #f6f6f0;
    position: relative;
  }
  .box_faq .acd_button::after {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    content: " ";
    display: block;
    aspect-ratio: 1/1;
    width: 18px;
    height: 18px;
    background-color: #000000;
    -webkit-mask-image: url(/assets/img/kurashi/common/icn/arrow_down.svg);
    mask-image: url(/assets/img/kurashi/common/icn/arrow_down.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    right: 20px;
    transition: 0.3s;
  }
  .box_faq .acd_button .txt_q {
    padding-left: 1.5em;
    position: relative;
  }
  .box_faq .acd_button .txt_q::before {
    font-family: "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ ProN W4", "HGMaruGothicMPRO", sans-serif !important;
    font-size: 1.8rem;
    line-height: 1.6;
    content: "Q.";
    color: #466a50;
    font-weight: bold;
    width: 1.5em;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box_faq .acd_panel {
    padding: 20px;
    border-top: 1px solid #aeaeae;
  }
  .box_faq .acd_panel .txt_a {
    color: #666666;
    padding-left: 1.5em;
    position: relative;
  }
  .box_faq .acd_panel .txt_a::before {
    font-family: "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ ProN W4", "HGMaruGothicMPRO", sans-serif !important;
    font-size: 1.8rem;
    line-height: 1.6;
    content: "A.";
    color: #e8a33d;
    font-weight: bold;
    width: 1.5em;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box_faq .acd_panel .txt_a a {
    color: #466a50;
    text-decoration: underline;
  }
  .box_faq .acd_panel .txt_a a:hover {
    text-decoration: none;
  }
  .box_faq.js_acd_open .acd_button::after {
    transform: translateY(-50%) perspective(100px) rotateX(180deg);
  }
}
@media screen and (max-width: 768px) {
  .block_contact .box_contact {
    width: 100%;
  }
  .block_contact .box_contact > a {
    font-size: min(calc(36 / 750 * 100vw),3.6rem);
    line-height: 1.6;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    width: 100%;
    min-height: min(200 / 750 * 100vw, 200px);
    padding: min(20 / 750 * 100vw, 20px);
    overflow: hidden;
    background-color: #f6f6f6;
    border: 1px solid #aeaeae;
    border-radius: min(20 / 750 * 100vw, 20px);
  }
  .block_contact .box_contact > a > * {
    text-align: center;
    width: 100%;
  }
  .block_contact .box_contact > a .txt_tel_number {
    font-size: min(calc(48 / 750 * 100vw),4.8rem);
    line-height: 1.4;
    color: #466a50;
    font-weight: bold;
  }
  .block_contact .box_contact > a .txt_note {
    font-size: min(calc(28 / 750 * 100vw),2.8rem);
    line-height: 1.6;
  }
  .box_web_contact {
    margin-top: min(40 / 750 * 100vw, 40px);
    text-align: center;
  }
  .box_web_contact .btn_web_contact > a {
    font-size: min(calc(36 / 750 * 100vw),3.6rem);
    line-height: 1.6;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-weight: bold;
    width: 100%;
    min-height: min(120 / 750 * 100vw, 120px);
    padding: min(15 / 750 * 100vw, 15px) min(70 / 750 * 100vw, 70px) min(15 / 750 * 100vw, 15px) min(30 / 750 * 100vw, 30px);
    background-color: #466a50;
    border-radius: min(20 / 750 * 100vw, 20px);
    position: relative;
  }
  .box_web_contact .btn_web_contact > a::after {
    content: " ";
    display: block;
    width: min(30 / 750 * 100vw, 30px);
    height: min(30 / 750 * 100vw, 30px);
    background-color: #ffffff;
    -webkit-mask-image: url(/assets/img/kurashi/common/icn/arrow_right.svg);
    mask-image: url(/assets/img/kurashi/common/icn/arrow_right.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    top: 50%;
    right: min(20 / 750 * 100vw, 20px);
    transform: translateY(-50%);
  }
  .box_faq {
    overflow: hidden;
    border: 1px solid #aeaeae;
    border-radius: min(20 / 750 * 100vw, 20px);
  }
  .box_faq .acd_button {
    display: flex;
    text-align: left;
    width: 100%;
    padding: min(20 / 750 * 100vw, 20px) min(60 / 750 * 100vw, 60px) min(20 / 750 * 100vw, 20px) min(20 / 750 * 100vw, 20px);
    background-color: #f6f6f0;
    position: relative;
  }
  .box_faq .acd_button::after {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    content: " ";
    display: block;
    aspect-ratio: 1/1;
    width: min(20 / 750 * 100vw, 20px);
    height: min(20 / 750 * 100vw, 20px);
    background-color: #000000;
    -webkit-mask-image: url(/assets/img/kurashi/common/icn/arrow_down.svg);
    mask-image: url(/assets/img/kurashi/common/icn/arrow_down.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    right: min(20 / 750 * 100vw, 20px);
    transition: 0.3s;
  }
  .box_faq .acd_button .txt_q {
    padding-left: 1.5em;
    position: relative;
  }
  .box_faq .acd_button .txt_q::before {
    font-family: "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ ProN W4", "HGMaruGothicMPRO", sans-serif !important;
    font-size: min(calc(36 / 750 * 100vw),3.6rem);
    line-height: 1.6;
    content: "Q.";
    color: #466a50;
    font-weight: bold;
    width: 1.5em;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box_faq .acd_panel {
    padding: min(20 / 750 * 100vw, 20px);
    border-top: 1px solid #aeaeae;
  }
  .box_faq .acd_panel .txt_a {
    color: #666666;
    padding-left: 1.5em;
    position: relative;
  }
  .box_faq .acd_panel .txt_a::before {
    font-family: "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ ProN W4", "HGMaruGothicMPRO", sans-serif !important;
    font-size: min(calc(36 / 750 * 100vw),3.6rem);
    line-height: 1.6;
    content: "A.";
    color: #e8a33d;
    font-weight: bold;
    width: 1.5em;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box_faq .acd_panel .txt_a a {
    color: #466a50;
    text-decoration: underline;
  }
  .box_faq .acd_panel .txt_a a:hover {
    text-decoration: none;
  }
  .box_faq.js_acd_open .acd_button::after {
    transform: translateY(-50%) perspective(100px) rotateX(180deg);
  }
}

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