@charset "utf-8";
/******************************************************

        スマートフォンサイト用

******************************************************/
@media screen and (max-width: 767px) {


/******************************************************/
/* base  */
/******************************************************/


/******************************************************/
/* topMain  */
/******************************************************/
#topMain {
    position: relative;
}
#topMain ul li img {
    width: 100%;
    height: auto;
}
#topMain .bx-wrapper .bx-prev {
    left: 5px;
}
#topMain .bx-wrapper .bx-next {
    right: 5px;
}
#topMain .bx-wrapper .bx-prev::after,
#topMain .bx-wrapper .bx-next::after {
    width: 16px;
    height: 16px;
    border-color: rgba(0,0,0,0.4);
}

/******************************************************/
/* btn  */
/******************************************************/
#main .btn {
    margin: 20px 0 0;
    padding: 0;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: normal;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#main .btn a {
    background: #f3a863;
    color: #fff;
    text-decoration: none;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1;
    padding: 14px 80px 14px 60px;
    border-radius: 100px;
    display: block;
    position: relative;
}
#main .btn a::after {
    content: "";
    display: block;
    background: url(../images/base/arrow_w.png) no-repeat;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
}
#main .btn.bk a {
    background: #383838;
}


/******************************************************/
/* whats  */
/******************************************************/
#whats {
    position: relative;
    padding: 30px 0 0;
}
#whats h2 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 22px;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Noto Sans JP",sans-serif;
}
#whats h2 span {
    display: block;
    color: #4e9347;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.3em;
    margin-bottom: 2px;
}
#whats h2 strong {
    background: linear-gradient(transparent 60%, #fff100 60%);
}
#whats .whats_area {
    background: #f0f9ef;
    border: 2px solid #9dc799;
    padding-top: 25px;
    margin: 0 6%;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
#whats dt {
    padding: 0 25px 25px;
}
#whats dt img {
    max-width: 100%;
    height: auto;
}
#whats dd {
    background: #fff;
    padding: 25px;
}
#whats p.note {
    color: #ea5d5d;
    margin-top: 15px;
}


/******************************************************/
/* choose  */
/******************************************************/
#choose {
    position: relative;
    padding: 30px 0;
}
#choose h2 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 22px;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Noto Sans JP",sans-serif;
}
#choose h2 span {
    display: block;
    color: #4e9347;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.3em;
    margin-bottom: 2px;
}
#choose h2 strong {
    background: linear-gradient(transparent 60%, #fff100 60%);
}
#choose dl.point {
    margin: 0 6%;
}
#choose dl.point:nth-of-type(n+2) {
    margin-top: 40px;
}
#choose dl.point dt {
    text-align: center;
    margin-bottom: 20px;
}
#choose dl.point dt img {
    width: 250px;
    height: auto;
}
#choose dl.point dd {
    text-align: left;
}
#choose dl.point dd h3 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.18em;
    margin-bottom: 30px;
    position: relative;
}
#choose dl.point dd h3::after {
    content: "";
    display: block;
    background: #b3b3b3;
    width: 42px;
    height: 1px;
    position: absolute;
    bottom: -15px;
    left: 0;
}
#choose dl.point dd h4 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.85;
    letter-spacing: 0.08em;
    position: relative;
    margin-top: 12px;
}
#choose dl.point dd strong {
    color: #27951d;
}


/******************************************************/
/* feature  */
/******************************************************/
#feature {
    background: #feffc4;
    position: relative;
    padding: 30px 0;
}
#feature h2 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 15px;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Noto Sans JP",sans-serif;
}
#feature h2 span {
    display: block;
    color: #4e9347;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.3em;
    margin-bottom: 2px;
}
#feature h2 strong {
    background: linear-gradient(transparent 60%, #fff100 60%);
}
#feature .points {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#feature .points li {
    width: calc(46vw - 10px);
    height: calc(46vw - 10px);
    border: 5px solid #888;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 10px 5px 0;
}
#feature .points li:last-of-type {
    margin-top: -5px;
}
#feature .points li:nth-of-type(2n) {
    margin-top: 10px;
}
#feature .points li:nth-of-type(1) { border-color: #ee869a; }
#feature .points li:nth-of-type(2) { border-color: #f08d80; }
#feature .points li:nth-of-type(3) { border-color: #f3a863; }
#feature .points li:nth-of-type(4) { border-color: #7fcde6; }
#feature .points li:nth-of-type(5) { border-color: #89c290; }
#feature .points li:nth-of-type(6) { border-color: #8fc31f; }
#feature .points li:nth-of-type(7) { border-color: #c490bf; }
#feature .points li:nth-of-type(8) { border-color: #a298dc; }
#feature .points li h3 {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    font-style: italic;
    padding-right: 4px;
    margin-bottom: 8px;
    display: flex;
    align-items: flex-end;
}
#feature .points li h3 strong {
    background: #888;
    color: #fff;
    padding: 3px 5px;
    border-radius: 2px;
    margin-right: 3px;
    margin-bottom: 3px;
}
#feature .points li:nth-of-type(1) h3 strong { background: #ee869a; }
#feature .points li:nth-of-type(2) h3 strong { background: #f08d80; }
#feature .points li:nth-of-type(3) h3 strong { background: #f3a863; }
#feature .points li:nth-of-type(4) h3 strong { background: #7fcde6; }
#feature .points li:nth-of-type(5) h3 strong { background: #89c290; }
#feature .points li:nth-of-type(6) h3 strong { background: #8fc31f; }
#feature .points li:nth-of-type(7) h3 strong { background: #c490bf; }
#feature .points li:nth-of-type(8) h3 strong { background: #a298dc; }
#feature .points li h3 .num {
    font-size: 6.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: normal;
}
#feature .points li:nth-of-type(1) h3 .num { color: #ee869a; }
#feature .points li:nth-of-type(2) h3 .num { color: #f08d80; }
#feature .points li:nth-of-type(3) h3 .num { color: #f3a863; }
#feature .points li:nth-of-type(4) h3 .num { color: #7fcde6; }
#feature .points li:nth-of-type(5) h3 .num { color: #89c290; }
#feature .points li:nth-of-type(6) h3 .num { color: #8fc31f; }
#feature .points li:nth-of-type(7) h3 .num { color: #c490bf; }
#feature .points li:nth-of-type(8) h3 .num { color: #a298dc; }
#feature .points li h4 {
    white-space: nowrap;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: normal;
    margin-bottom: 6px;
}
#feature .points li p {
    font-size: 2.4rem;
    line-height: 1.45;
    text-align: center;
}


/******************************************************/
/* clearfix  */
/******************************************************/

div#content:after,
.clfx:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    max-height: 0;
    visibility: hidden;
}
/* ie7,macIE5 */
div#content,
.clfx {
    display: inline-block;
}
/* winIE6 below, exclude macIE5 \*/
* html div#content,
* html .clfx {
    height: 1%;
}
div#content,
.clfx {
    display: block;
}


}
