@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : top.css
Description :
===================================================================== */

/* =====================================================================
*    top_head
* =================================================================== */
.top_head_txt {
    margin: 0 0 calc(80 / 690 * 100%);
}
.sTitleTxt {
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.714;
    font-family: "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
}

.top_head_txt p {
    font-size: 2.8rem;
    font-family: "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
    line-height: 1.714;
}

.top_head_txt .btn3 {
    margin: calc(60 / 690 * 100%) 0 0;
}
/* 2021.1.12 */
.cautionRedBtxt {
    color: red;
    font-size: 2.8rem;
}

@media screen and (min-width: 768px) {
    .top_head_txt {
        margin: 0 0 calc(60 / 800 * 100%);
    }

    .top_head_txt p {
        width: calc(590 / 800 * 100%);
        margin: 0 auto;
        font-size: 1.6rem;
        line-height: 1.75;
    }

    .top_head_txt .btn3 {
        margin: calc(40 / 800 * 100%) auto 0;
    }
    .cautionRedBtxt {
    font-size: 2.2rem;
}
}

@media screen and (min-width: 1200px) {
}


/* =====================================================================
*    top_sec
* =================================================================== */
.top_sec {
    margin: 0 0 calc(120 / 690 * 100%);
}

.top_sec_ttl {
    border-top: 2px solid #8fc31f;
    border-bottom: 2px solid #8fc31f;
}

.top_sec_ttl a {
    padding: 0.6em 0 0.6em calc(60 / 690 * 100%);
    color: #333;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.643;
}

.top_sec_ttl a::before,
.top_sec_ttl a::after {
    content: "";
    display: block;
    width: calc(32 / 750 * 100vw);
    height: calc(32 / 750 * 100vw);
    background-color: #8fc31f;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0 auto calc(10 / 690 * 100%);
}

.top_sec_ttl a::after {
    background: url(../images/common/btn_arrow_w.svg) no-repeat center center;
    background-size: calc(12 / 32 * 100%) auto;
}

.top_qa_box li {
    border-bottom: 1px dashed #9ac144;
}

.top_qa_box li a {
    padding: 0.64em 0 0.64em calc(50 / 690 * 100%);
    color: #333;
    font-size: 2.8rem;
    font-family: "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
    line-height: 1.643;
}

.top_qa_box li a::before {
    content: "";
    display: block;
    width: calc(50 / 750 * 100vw);
    height: calc(50 / 750 * 100vw);
    background: url(../images/common/btn_arrow_green2.svg) no-repeat center center;
    background-size: calc(12 / 50 * 100%) auto;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
}

@media screen and (min-width: 768px) {
    .top_sec {
        margin: 0 0 calc(80 / 800 * 100%);
    }

    .top_sec_ttl a {
        padding: 0.8em 0 0.8em calc(35 / 800 * 100%);
        font-size: 1.6rem;
        -webkit-transform: rotate(0.05deg);
        transform: rotate(0.05deg);
        -webkit-transition: none;
        transition: none;
    }

    .top_sec_ttl a::before,
    .top_sec_ttl a::after {
        width: calc(16 / 1200 * 100vw);
        height: calc(16 / 1200 * 100vw);
        margin: auto 0 auto calc(10 / 800 * 100%);
    }

    .top_sec_ttl a::after {
        background-size: calc(7 / 16 * 100%) auto;
    }

    .top_sec_ttl a:hover {
        opacity: 0.7;
    }

    .top_qa_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .top_qa_box li {
        width: 49.9%;
    }

    .top_qa_box li a {
        padding: 0.64em 0 0.64em calc(35 / 400 * 100%);
        font-size: 1.6rem;
    }

    .top_qa_box li a::before {
        width: calc(35 / 1200 * 100vw);
        height: calc(35 / 1200 * 100vw);
        background-size: calc(6 / 35 * 100%) auto;
    }

    .top_qa_box li a:hover {
        opacity: 0.7;
    }
    .sTitleTxt {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.714;
}
}

@media screen and (min-width: 1200px) {
    .top_sec_ttl a::before,
    .top_sec_ttl a::after {
        width: 16px;
        height: 16px;
    }

    .top_qa_box li a::before {
        width: 35px;
        height: 35px;
    }
}


/* =====================================================================
*    top_sec2
* =================================================================== */
.top_sec2 {
    border: 2px solid #8fc31f;
    border-radius: calc(20 / 750 * 100vw);
    overflow: hidden;
}

.top_sec2:not(:last-child) {
    margin: 0 0 calc(80 / 690 * 100%);
}

.top_sec_ttl2 {
    padding: 0.7em 0;
    background-color: #8fc31f;
    color: #fff;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.438;
    letter-spacing: 0.05em;
    text-align: center;
}

.top_sec_box2 {
    padding: calc(30 / 686 * 100%);
}

.top_sec2_tel {
    margin: 0 0 calc(40 / 626 * 100%);
}
.top_sec2_mail {
    margin: 0 0 calc(40 / 626 * 100%);
}
.top_sec2_tel dt,.top_sec2_mail dt {
    margin: 0 0 0.7em;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.533;
    letter-spacing: 0.02em;
    text-align: center;
}

.top_sec2_tel dt::after,.top_sec2_mail dt::after {
    content: "";
    display: block;
    width: calc(80 / 626 * 100%);
    margin: 0.35em auto 0;
    padding-top: calc(8 / 626 * 100%);
    background-color: #8fc31f;
    border-radius: 8px;
}

.top_sec2_tel dd a {
    color: #333;
    font-size: 6.4rem;
    font-weight: 500;
    line-height: 1.533;
    letter-spacing: 0.02em;
    text-align: center;
}
.top_sec2_mail dd a {
    color: #333;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.533;
    letter-spacing: 0.02em;
    text-align: center;
}
.top_sec2_notice {
    margin: calc(-30 / 626 * 100%) 0 calc(40 / 626 * 100%);
}

.top_sec2_notice li {
    color: #333;
    font-size: 2.8rem;
    font-family: "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
    font-weight: 700;
    line-height: 1.786;
    text-align: center;
    padding-top: 2em;
}

/* 電話番号+注釈掲載時
.top_sec2_notice li {
    color: #d75328;
    font-size: 2.8rem;
    font-family: "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
    font-weight: 700;
    line-height: 1.786;
    text-align: center;
}
*/

.top_sec2_time_wrap {
    padding: 1.3em 0 0.9em;
    background-color: rgba(154, 193, 68, 0.1);
    border-radius: calc(20 / 750 * 100vw);
    font-size: 2.8rem;
    line-height: 1.643;
}

.top_sec2_time_ttl {
    width: calc(184 / 626 * 100%);
    margin: calc(-18 / 626 * 100%) auto 0;
    padding: 0.2em 0;
    background-color: #8fc31f;
    border-radius: 1em;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
}

.top_sec2_time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
}

.top_sec2_time dt {
    width: calc(230 / 626 * 100%);
    text-align: right;
}

.top_sec2_time dt::after {
    content: "：";
    display: block;
    position: absolute;
    top: 0.4em;
    right: -1.7em;
    color: #9ac144;
    font-size: 2rem;
}

.top_sec2_time dd {
    width: calc(350 / 626 * 100%);
}

.top_sec2_txt {
    width: calc(570 / 626 * 100%);
    margin: 0 auto calc(30 / 626 * 100%);
    font-size: 2.8rem;
    font-family: "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
    line-height: 1.786;
}
.top_sec3_txt {
    width: calc(570 / 626 * 100%);
    margin: calc(15 / 626 * 100%) auto 0;
    text-align: center;
    font-size: 2.8rem;
    font-family: "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
    line-height: 1.786;
}
.btn_toukoubox {
    padding: 0;
    overflow: hidden;
}

.btn_toukoubox a {
    padding: 0.5em 0;
}

.btn_toukoubox img {
    width: calc(420 / 626 * 100%);
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .top_sec2 {
        width: calc(640 / 800 * 100%);
        margin: 0 auto;
        border-radius: calc(10 / 1200 * 100vw);
        border-radius: 0.83vw;
    }

    .top_sec2:not(:last-child) {
        margin: 0 auto calc(80 / 800 * 100%);
    }

    .top_sec_ttl2 {
        padding: 0.54em 0;
        font-size: 2.4rem;
    }

    .top_sec_box2 {
        padding: calc(40 / 636 * 100%) calc(40 / 636 * 100%) calc(10 / 636 * 100%);
    }

/* 電話番号+注釈掲載時
    .top_sec_box2 {
        padding: calc(40 / 636 * 100%);
    }
*/

    .top_sec2_tel {
        margin: 0 0 calc(35 / 556 * 100%);
    }
    .top_sec2_mail {
        margin: 0 0 calc(35 / 556 * 100%);
    }
    .top_sec2_tel dt {
        margin: 0 0 0.5em;
        font-size: 2.4rem;
    }
    .top_sec2_mail dt {
        margin: 0 0 0.5em;
        font-size: 2.4rem;
    }
    .top_sec2_tel dt::after,.top_sec2_mail dt::after {
        width: calc(44 / 556 * 100%);
        padding-top: calc(6 / 556 * 100%);
    }

    .top_sec2_tel dd a {
        font-size: 3.8rem;
        pointer-events: none;
        cursor: default;
    }
    .top_sec2_mail dd a {
        font-size: 3rem;
    }
    .top_sec2_notice {
        margin: calc(-35 / 556 * 100%) 0 calc(35 / 556 * 100%);
    }

    .top_sec2_notice li {
        font-size: 1.6rem;
    }

    .top_sec2_time_wrap {
        border-radius: calc(10 / 1200 * 100vw);
        border-radius: 0.83vw;
        font-size: 1.6rem;
        line-height: 1.8;
    }

    .top_sec2_time_ttl {
        width: calc(120 / 556 * 100%);
        margin: calc(-13 / 556 * 100%) auto 0;
        padding: 0.22em 0;
        font-size: 1.8rem;
        -webkit-transform: rotate(0.05deg);
        transform: rotate(0.05deg);
    }

    .top_sec2_time dt {
        width: calc(235 / 556 * 100%);
    }

    .top_sec2_time dt::after {
        top: 0.1em;
        right: -1.3em;
        font-size: 1.6rem;
    }

    .top_sec2_time dd {
        width: calc(295 / 556 * 100%);
    }

    .top_sec2_txt {
        width: 100%;
        margin: 0 auto calc(20 / 556 * 100%);
        font-size: 1.6rem;
        line-height: 1.75;
    }
        .top_sec3_txt {
            width: 100%;
            margin: calc(10 / 556 * 100%) auto 0;
            font-size: 1.6rem;
            line-height: 1.75;
        }
    .btn_toukoubox a {
        padding: 0.9em 0;
    }

    .btn_toukoubox a:hover {
        opacity: 0.7;
    }

    .btn_toukoubox img {
        width: calc(208 / 556 * 100%);
    }
}

@media screen and (min-width: 1200px) {
    .top_sec2 {
        border-radius: 10px;
    }

    .top_sec2_time_wrap {
        border-radius: 10px;
    }
}


.topMsg {
    text-align:center;
    font-family: "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
}
.topMsg b{
    font-size:3rem;
    margin:0 0.5rem;
}
.topMsg div{
    margin:0 2rem 5rem;
    padding:1.5rem 3rem;
    border-radius:1rem;
    background-color:#ffffff;
    font-size:1.6rem;
    text-align:left;
    width:fit-content;
}
@media screen and (min-width: 768px) {
  .topMsg div{
      margin:0 auto 5rem;
  }
}
