/*////////////////////////////フォント///////////////////////////*/

@charset "utf-8";

@font-face {
    font-family: 'ZenMaruGothic';
    src: url(/fonts/ZenMaruGothic-Regular.ttf);
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'ZenMaruGothic';
    src: url(/fonts/ZenMaruGothic-Medium.ttf);
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'ZenMaruGothic';
    src: url(/fonts/ZenMaruGothic-Bold.ttf);
    font-weight: 700;
    font-display: swap;
}

/*Noto Sans JP 400*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Regular.woff);
    font-weight: 400;
    font-display: swap;
}

/*Noto Sans JP 500*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Medium.woff);
    font-weight: 500;
    font-display: swap;
}

/*Noto Sans JP 700*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Bold.woff);
    font-weight: 700;
    font-display: swap;
}

/*MOBO 400*/
@font-face {
    font-family: 'MOBO';
    src: url(/fonts/MOBO-Regular.woff2);
    font-weight: 400;
    font-display: swap;
}

/*MOBO 700*/
@font-face {
    font-family: 'MOBO';
    src: url(/fonts/MOBO-Bold.woff2);
    font-weight: 700;
    font-display: swap;
}

/* ui
--------------------*/
.content__space {
    padding-block: 50px;
}

.content__width {
    width: 1140px;
    margin: 0 auto;
}

.content__inner {
    position: relative;
}

.content__title {
    font-family: 'MOBO', sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 38px;
}

/*///////////////////////////共通////////////////////////////////*/
.l-main * {
    font-family: 'Noto Sans JP', sans-serif;
}

.l-header {
    display: none;
}

body {
    overflow-x: hidden;
}

#contents,
.l-main {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 0;
    overflow: hidden;
}

.title_part {
    font-family: 'MOBO';
    font-size: 40px;
    font-weight: 700;
    color: #333333;
    text-align: center;
}

.contact__item__text,
.achievements__item__text,
.column__item__text {
    font-size: 18px;
}

.l-main h2.content__title {
    font-family: 'MOBO', sans-serif;
}

.handle__bkn__inner {
    margin-top: 100px;
}

.content__space.sns__section {
    padding-bottom: 100px;
}

.content__space.column__section {
    margin-bottom: 123px;
}

/*///////////////////////////////////////メイン画像////////////////////////////*/
.mv_wrap {
    width: 100%;
    height: 900px;
    background: url(/pg-faq/images/mv.jpg) no-repeat center / cover;
}

.mv_inner {
    margin: 0 auto;
    padding-top: 251px;
}

.mv_maintxt {
    text-align: center;
}

/*-------------よくある質問------------*/
.faq_section {
    background: #147837;
    padding: 50px 0 103px;
    margin-bottom: 92px;
}

.faq_title .title_part {
    color: #fff;
}

.faq_block {
    width: 1140px;
    margin: 0 auto;
    padding: 29px 0 0;
}

.faq_list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.faq_a.close {
    display: none;
}

.faq_item_inner .faq_q {
    background: #E7F6DA;
    border-radius: 14px 14px 0 0;
    padding: 7px 30px 16px 21px;
    position: relative;
    cursor: pointer;
    transition: 0.5s ease-in;
    z-index: 1;
}

.faq_q.close {
    background: #FFFFFF;
    border-radius: 14px;
}

.faq_item_inner .faq_q:before,
.faq_item_inner .faq_q:after {
    position: absolute;
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #147837;
    right: 25px;
    top: 49%;
    border-radius: 5px;
}

.faq_item_inner .faq_q.close:after {
    transform: rotate(90deg);
}

.faq_item_inner .faq_q:after {
    transform: rotate(0deg);
    transition: .5s ease-in;
}

.q-inner {
    color: #147837;
    font-size: 24px;
    line-height: 1.416666666666667;
    font-weight: 500;
    font-family: 'Noto Sans JP', 'sans-serif';
}

.q-inner span {
    padding: 0 19px 0px 0;
    font-family: 'MOBO';
    font-size: 40px;
    font-weight: 700;
}

.faq_item_inner p {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.03em;
    padding: 17px 23px 28px;
    background: #fff;
    border-radius: 0 0 14px 14px;
    font-family: 'Noto Sans JP', 'sans-serif';
    font-weight: normal;
    position: relative;
    z-index: 0;
}

.faq_item_inner p span {
    font-size: 18px;
    color: #F1AC0C;
    font-weight: 600;
    padding: 0 23px 0 0;
    position: relative;
    bottom: 1px;
}

/*-------------お問い合わせ------------*/
.contact_section {
    margin-bottom: 0;
    padding: 79px 0 80px;
}

.is-contact header {
    margin: 0;
}

.is-contact header h2 {
    margin: -12px 0 0px;
}

section.ui-full-screen.contact_section {
    background: url(../images/contact_bg.jpg) no-repeat center / cover;
}

.ui-narrow-section.is-contact {
    width: 940px;
}

.title_block.contact_title {
    flex-direction: column-reverse;
}

.contact_fl {
    display: flex;
    gap: 20px;
    padding: 29px 0 0;
}

.con_tel {
    width: 400px;
    height: 126px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    align-items: center;
    border: 1px solid #CCCCCC;
}

.tel_num {
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    padding: 0 0 0 49px;
    position: relative;
    display: inline-block;
    font-family: "Zen Maru Gothic", serif;
}

.tel_num:before {
    background: url(/images/top/dial_ico.png);
    width: 39px;
    height: 25px;
    position: absolute;
    content: "";
    top: 57%;
    left: 1%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.con_tel .date {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.date p {
    font-size: 12px;
}

.con_tel .date p span {
    background: #E5F1EB;
    color: #01793B;
    font-size: 12px;
    font-weight: 400;
    padding: 1px 6px;
    margin-right: 5px;
}

.contact__section {
    padding-top: 80px;
}