@charset "UTF-8";

/*-----------------------------------

    main

-----------------------------------*/
#main img {
    width: 100%;
    margin: 10px 0;
}
@media screen and (max-width: 840px) {
}
@media screen and (max-width: 640px) {
}

/*-----------------------------------

    maincopy

-----------------------------------*/
#maincopy {
    background: url(../img/index/maincopy_bg.png) no-repeat bottom;
    background-size: contain;
}
#maincopy h2 {
    font-size: 35px;
    letter-spacing: 0.15em;
    background: url(../img/index/maincopy_title_bg.png) no-repeat;
    background-size: contain;
    width: 850px;
    height: 78px;
    margin: 0 auto 50px;
    padding-top: 25px;
}
#maincopy p {
    text-align: center;
    font-size: 21px;
    line-height: 2;
    letter-spacing: 0.08em;
}
@media screen and (max-width: 1000px) {
    #maincopy h2 {
        font-size: 33px;
        width: 820px;
        height: 74px;
    }
}
@media screen and (max-width: 840px) {
    #maincopy h2 {
        font-size: 25px;
        width: 630px;
        height: 56px;
        margin: 0 auto 40px;
        padding-top: 15px;
    }
    #maincopy p {
        font-size: 18px;
    }
}
@media screen and (max-width: 640px) {
    #maincopy h2 {
        background: none;
        font-size: 20px;
        width: auto;
        height: auto;
        margin: 0 auto 30px;
        padding-top: 0;
        text-align: center;
    }
    #maincopy p {
        text-align: center;
        font-size: 14px;
        line-height: 2;
        letter-spacing: 0.08em;
    }
}

/*-----------------------------------

    menu

-----------------------------------*/
#menu .menu_box {
    width: 30%;
    margin-right: 5%;
    float: left;
}
#menu .menu_box:last-of-type {
    margin-right: 0;
}
#menu .menu_box h2 {
    width: 100%;
}
#menu .menu_box p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 0.5em;
    line-height: 1.8;
}
#menu .menu_box .menu_img {
    width: 285px;
    border: 5px solid #fff;
    border-radius: 10px;
    box-shadow: 7px 7px 10px rgba(111,111,111,0.6);
}
@media screen and (max-width: 1000px) {
    #menu .menu_box p {
        font-size: 13px;
    }
}
@media screen and (max-width: 840px) {
    #menu .menu_box p {
        font-size: 10px;
        letter-spacing: 0;
    }
}
@media screen and (max-width: 640px) {
    #menu .menu_box {
        float: none;
        width: 80%;
        margin: 0 auto 30px;
    }
    #menu .menu_box:last-of-type {
        margin-right: auto;
    }
    #menu .menu_box p {
        font-size: 14px;
    }
    #menu .menu_box .menu_img {
        max-width: 285px;
        width: 100%;
        border: 4px solid #fff;
        margin: 0 auto;
        display: block;
    }
}

/*-----------------------------------

    story

-----------------------------------*/
#story {
    padding: 0;
    counter-reset: story;
}
#story h2 {
    border-top: 6px solid #f04e64;
    border-bottom: 6px solid #f04e64;
    line-height: 95px;
    font-size: 24px;
    letter-spacing: 0.2em;
    color: #f04e64;
    text-align: center;
}
#story h2 span{
    font-size: 44px;
    line-height: 95px;
    padding: 0 15px;
    background: url(../img/index/story_title_bg.png) no-repeat;
    background-size: contain;
    vertical-align: -8px;
}
#story .story_box {
    position: relative;
    width: 100%;
    padding-top: 28%;
}
#story .story_box .contents_inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#story .story_box.item01 {
    background: #f0eaea url(../img/index/story_bg_01.jpg) no-repeat right;
    background-size: 47%;
}
#story .story_box.item02 {
    background: #fff url(../img/index/story_bg_02.jpg) no-repeat left;
    background-size: 47%;
}
#story .story_box.item03 {
    background: #f0eaea url(../img/index/story_bg_03.jpg) no-repeat right;
    background-size: 47%;
}
#story .story_box .story_inner_left {
    position: absolute;
    width: 50%;
    left: 0;
}
#story .story_box .story_inner_right {
    position: absolute;
    width: 50%;
    right: 0;
}
#story .story_box .story_subttl {
    display: flex;
    border-bottom: 1px solid #f04e64;
    position: relative;
    padding-left: 50px;
    height: 75px;
    justify-content: center;
    align-items: center;
    counter-increment: story;
    margin-bottom: 25px;
}
#story .story_box .story_subttl h3 {
    font-size: 18px;
    line-height: 1.5;
    position: absolute;
    left: 55px;
    top: 10px;
}
#story .story_box .story_subttl::before {
    position: absolute;
    background: url(../img/index/story_subtitle_bg.png) no-repeat;
    background-size: contain;
    content: "";
    width: 50px;
    height: 43px;
    top: 20%;
    left: 0;
    content: counter(story);
    font-size: 30px;
    padding: 10px 0 0 15px;
}
#story .story_box p {
    font-size: 13px;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
    #story .story_box .story_subttl {
        margin-bottom: 15px;
    }
    #story .story_box .story_subttl h3 {
        font-size: 17px;
    }
}
@media screen and (max-width: 840px) {
    #story .story_box .story_subttl {
        height: 55px;
        margin-bottom: 10px;
    }
    #story .story_box .story_subttl h3 {
        font-size: 15px;
        left: 40px;
    }
    #story .story_box .story_subttl::before {
        width: 35px;
        height: 30px;
        font-size: 26px;
        padding: 3px 0 0 10px;
    }
    #story .story_box p {
        font-size: 12px;
        letter-spacing: 0.1em;
        line-height: 1.5;
    }
}
@media screen and (max-width: 640px) {
    #story h2 {
        line-height: 10%;
        font-size: 15px;
        letter-spacing: 0.1em;
        padding: 5px 0 15px;
    }
    #story h2 span{
        font-size: 26px;
        line-height: 180%;
        padding: 0 10px;
        vertical-align: -5px;
    }
    #story .story_box {
        padding-top: 130%;
    }
    #story .story_box.item01 {
        background: #f0eaea url(../img/index/story_bg_01.jpg) center top no-repeat;
        background-size: contain;
    }
    #story .story_box.item02 {
        background: url(../img/index/story_bg_02.jpg) center top no-repeat;
        background-size: contain;
    }
    #story .story_box.item03 {
        background: #f0eaea url(../img/index/story_bg_03.jpg) center top no-repeat;
        background-size: contain;
    }
    #story .story_box .story_inner_left, #story .story_box .story_inner_right{
        width: 95%;
        top: 51%;
        left: 0;
        right: 0;
        margin: auto;
    }
    #story .story_box p {
        font-size: 13px;
        letter-spacing: 0.1em;
        line-height: 1.5;
    }
}

/*-----------------------------------

    flow

-----------------------------------*/
#flow {
    background: url(../img/index/flow_bg.png);
}
#flow h2{
    font-size: 24px;
    letter-spacing: 0.15em;
    color: #f04e64;
    border-bottom: 3px solid #f04e64;
    display: block;
    width: 7.5em;
    margin: 0 auto 1.5em;
    padding-bottom: 10px;
    text-align: center;
}
#flow .flow_box {
    background: #fff;
    border: 2px solid #f04e64;
    border-radius: 20px;
    padding: 1em;
    float: left;
    width: 19%;
    margin-right: 1%;
    position: relative;
}
#flow .flow_box::after {
    content: "▶︎";
    color: #f04e64;
    position: absolute;
    top: 45%;
    right: -0.9em;
    font-size: 34px;
    z-index: 999;
}
#flow .flow_box:last-of-type {
    margin-right: auto;
}
#flow .flow_box:last-of-type::after {
    content: "";
}
#flow .flow_box .flow_icon{
    width: 100%;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#flow .flow_box .flow_icon img{
    width: 40%;
}
#flow .flow_box h3{
    font-size: 20px;
    letter-spacing: 0.15em;
    line-height: 2.5;
    border-top: 2px solid #f04e64;
    border-bottom: 2px solid #f04e64;
    text-align: center;
    margin-bottom: 0.5em;
}
#flow .flow_box p{
    display: block;
    width: 100%;
    height: 8em;
    font-size: 12px;
}
@media screen and (max-width: 1000px) {
    #flow .flow_box::after {
        font-size: 30px;
    }
    #flow .flow_box h3{
        font-size: 18px;
        letter-spacing: 0.1em;
    }
    #flow .flow_box p{
        display: block;
        width: 100%;
        height: 10em;
        font-size: 12px;
    }
}
@media screen and (max-width: 840px) {
    #flow .flow_box h3{
        font-size: 13px;
        letter-spacing: 0;
    }
    #flow .flow_box .flow_icon{
        width: 100%;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #flow .flow_box p{
        display: block;
        width: 100%;
        line-height: 1.8;
        height: 10em;
        font-size: 11px;
    }
}
@media screen and (max-width: 640px) {
    #flow .flow_box {
        float: none;
        width: 80%;
        margin: 0 auto 4%;
    }
    #flow .flow_box::after {
        content: "▼";
        top: auto;
        bottom: -0.8em;
        right: 45%;
    }
    #flow .flow_box .flow_icon{
        height: auto;
        padding: 10px 0;
    }
    #flow .flow_box .flow_icon img{
        width: 30%;
    }
    #flow .flow_box h3{
        font-size: 18px;
    }
    #flow .flow_box p{
        height: auto;
        font-size: 14px;
    }
}

/*-----------------------------------

    support

-----------------------------------*/
#support .contents_inner {
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 20px;
    padding: 2em;
}
#support h2 {
    text-align: center;
    font-size: 26px;
    letter-spacing: 0.15em;
    color: #ee637b;
    padding: 110px 0 15px 0;
    border-bottom: 1px solid #ee637b;
    position: relative;
    margin-bottom: 0.8em;
}
#support h2::before {
    position: absolute;
    background: url(../img/index/support_title_bg.png) no-repeat center top;
    background-size: contain;
    content: "";
    width: 99px;
    height: 95px;
    top:0;
    left: 0;
    right: 0;
    margin: auto;
}
#support h2::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: auto;
    bottom: -11px;
    border-right: 1px solid #ee637b;
    border-bottom: 1px solid #ee637b;
    width: 20px;
    height: 20px;
    transform:rotate(45deg);
    background: #fff;
}
#support p {
    font-size: 17px;
}
@media screen and (max-width: 640px) {
    #support h2 {
        font-size: 20px;
        padding: 80px 0 15px 0;
    }
    #support h2::before {
        width: 70px;
        height: 67px;
    }
    #support p {
        font-size: 14px;
    }
}
/*-----------------------------------

    news

-----------------------------------*/
#news {

}
#news h2{
    font-size: 24px;
    letter-spacing: 0.15em;
    color: #f04e64;
    border-bottom: 3px solid #f04e64;
    display: block;
    width: 5em;
    margin: 0 auto 1.5em;
    padding-bottom: 10px;
    text-align: center;
}
#news article {
    border-bottom: 1px dashed #d5cfcf;
    padding: 1em 3em 2em 5em;
}
#news article:first-of-type {
    border-top: 1px dashed #d5cfcf;
}
#news article a {
    display: block;
}
#news .news_detail {
    margin: 0.5em;
}
#news .category {
    float: left;
    font-size: 15px;
    line-height: 1;
}
#news .date {
    float: right;
    background: #ffeeee;
    padding: 5px;
    font-size: 12px;
    line-height: 1;
}
#news h3 {
    font-size: 20px;
    font-weight: 900;
    color: #f04e64;
    margin-bottom: 0.5em;
}
#news p {
    font-size: 15px;
}
#news a.more {
    display: block;
    background: #f04e64;
    border-radius: 10px;
    font-size: 16px;
    letter-spacing: 0.15em;
    color: #fff;
    padding: 0.5em;
    width: 220px;
    text-align: center;
    margin: 2em auto 0;
}
#news a.more::after {
    content: "≫";
    margin-left: 0.5em;
}
@media screen and (max-width: 840px) {
    #news article {
        padding: 1em 2em 2em 2em;
    }
}
@media screen and (max-width: 640px) {
    #news article {
        border-bottom: 1px dashed #d5cfcf;
        padding: 1em;
    }
    #news h3 {
        font-size: 18px;
        font-weight: 900;
        color: #f04e64;
        margin-bottom: 0.5em;
    }
    #news p {
        font-size: 13px;
    }
}
