@charset "utf-8";
/******************************************************

        PCサイト用

******************************************************/
@media screen and (min-width: 768px), print {


/******************************************************/
/* base  */
/******************************************************/
.main {
    min-width: initial !important;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
}
.main section {
    width: 100%;
    min-width: initial !important;
}


/******************************************************/
/* topMain  */
/******************************************************/
#topMain {
    position: relative;
}
#topMain ul li img {
    width: 100%;
    height: auto;
}


/******************************************************/
/* btn  */
/******************************************************/
#main .btn {
    margin: 40px 0 0;
    padding: 0;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    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: 1.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    padding: 15px 80px 15px 60px;
    border-radius: 60px;
    display: block;
    position: relative;
}
#main .btn a::after {
    content: "";
    display: block;
    background: url(../images/base/arrow_w.png) no-repeat;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    position: absolute;
    top: calc(50% - 9px);
    right: 50px;
}
#main .btn.bk a {
    background: #383838;
}


/******************************************************/
/* whats  */
/******************************************************/
#whats {
    position: relative;
    padding: 80px 0 0;
}
#whats::before {
    content: "";
    display: block;
    background: url(../images/base/frag_l.png) no-repeat;
    width: 140px;
    height: 118px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#whats::after {
    content: "";
    display: block;
    background: url(../images/base/frag_r.png) no-repeat;
    width: 140px;
    height: 118px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
#whats h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.24em;
    text-align: center;
    margin-bottom: 40px;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    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.3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.3em;
    margin-bottom: 8px;
}
#whats h2 strong {
    font-weight: 700;
    background: linear-gradient(transparent 60%, #fff100 60%);
}
#whats .whats_area {
    max-width: 1200px;
    margin: auto;
    position: relative;
}
#whats dl {
    border: 3px solid #9dc799;
    border-radius: 25px;
    overflow: hidden;
}
#whats dt {
    background: #f0f9ef;
    padding: 60px 60px 0;
}
#whats dt img {
    max-width: 100%;
    height: auto;
}
#whats dd {
    padding: 30px 100px;
}
#whats p {
    font-size: 1.8rem;
    line-height: 2;
}
#whats p.note {
    color: #ea5d5d;
    font-size: 1.6rem;
    line-height: 2;
}


/******************************************************/
/* choose  */
/******************************************************/
#choose {
    position: relative;
    padding: 80px 0;
}
#choose .choose_area {
    max-width: 1200px;
    margin: auto;
    position: relative;
}
#choose h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.24em;
    text-align: center;
    margin-bottom: 40px;
    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.3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.3em;
    margin-bottom: 8px;
}
#choose h2 strong {
    font-weight: 700;
    background: linear-gradient(transparent 60%, #fff100 60%);
}
#choose dl.point {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
}
#choose dl.point:nth-of-type(n+2) {
    margin-top: 80px;
}
#choose dl.point:nth-of-type(2n)::before {
    content: "";
    display: block;
    height: 0;
    width: 600px;
    border-bottom: 4px dotted #9b9b9b;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, 50%) rotate(45deg);
}
#choose dl.point:nth-of-type(2n+3)::before {
    content: "";
    display: block;
    height: 0;
    width: 600px;
    border-bottom: 4px dotted #9b9b9b;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, 50%) rotate(-45deg);
}
#choose dl.point dt {
    width: 42%;
}
#choose dl.point dt img {
    max-width: 100%;
    height: auto;
}
#choose dl.point:nth-of-type(2n) dt {
    order: 2;
}
#choose dl.point dd {
    width: 42%;
    text-align: left;
}
#choose dl.point dd h3 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.18em;
    margin-bottom: 40px;
    position: relative;
}
#choose dl.point dd h3::after {
    content: "";
    display: block;
    background: #b3b3b3;
    width: 85px;
    height: 2px;
    position: absolute;
    bottom: -20px;
    left: 0;
}
#choose dl.point dd h4 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.08em;
    position: relative;
    margin-top: 10px;
}
#choose dl.point dd strong {
    color: #27951d;
}
#choose dl.point p.btn {
    justify-content: flex-start;
}


/******************************************************/
/* feature  */
/******************************************************/
#feature {
    background: #feffc4 url(../images/top/feature_bg.png) no-repeat center center;
    position: relative;
    padding: 80px 0;
}
#feature .feature_area {
    max-width: 1220px;
    margin: auto;
}
#feature h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.24em;
    text-align: center;
    margin-bottom: 40px;
    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.3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.3em;
    margin-bottom: 8px;
}
#feature h2 strong {
    font-weight: 700;
    background: linear-gradient(transparent 60%, #fff100 60%);
}
#feature .points {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#feature .points li {
    width: 202px;
    height: 202px;
    border: 10px solid #888;
    padding: 10px 20px 30px;
    border-radius: 131px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 40px 20px 0;
}
#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: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    font-style: italic;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-end;
}
#feature .points li h3 strong {
    background: #888;
    color: #fff;
    padding: 4px 10px;
    border-radius: 2px;
    margin-right: 5px;
    margin-bottom: 4px;
}
#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: 6rem;
    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 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
}
#feature .points li p {
    width: 202px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: normal;
}


/******************************************************/
/* 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;
}


}
