@charset "utf-8";

/*共通*/
html {
    letter-spacing: 0.06px;
}

p {
    line-height: 2;
    margin: 0 0 0.5em;
}

#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    text-align: center;
    border: solid 1px #ef68ad;
    color: #ef68ad;
    border-radius: 2em;
    line-height: 1.5;
    font-size: 14px;
    background-color: #ffffffb3;
}


#page_top a::before {
    content: "▲";
    font-size: 60%;
    display: block;
    line-height: 0.6;
    margin: 1.5em 0 0;
}

.c_green {
    color: #ef68ad;
}

.c_orange {
    color: #EE5F16;
}

.font_green_middle {
    font-size: 18px;
    text-align: center;
    color: #ff2b97;
    font-weight: bold;
    line-height: 1.2;
}

h2 {
    font-size: 6vw;
    font-weight: bold;
    padding: 0em 0 1em;
}

h3 {
    font-size: 5.4vw;
    font-weight: bold;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0.5em 0 2em;
}

h3:before {
    display: inline-block;
    position: absolute;
    content: '';
    bottom: -0.7em;
    left: 50%;
    width: 60px;
    height: 4px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #ef68ad;
}

.title_en {
    font-size: 13vw;
    font-weight: bolder;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    letter-spacing: 0;
}

.type_bg_white .title_en {
    color: #E4DEDF;
}

.type_bg_green .title_en {
    color: #fff;
}

.type_bg_white {
    background-color: #fff;
}

.type_bg_green {
    background-color: #FAE7EA;
}

.text_area,
.img_area {
    margin: 0 0 1em;
}

/*info****/
.type_info {
    background-color: #F6DCDC;
}

.type_info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.type_info li {
    width: 30%;
    margin: 0.5em 5%;
}

.type_info li a {}

.type_info .bosyu_btn {
    width: 100%;
    display: flex;
    justify-content: center;
}

.type_info .bosyu_btn a {
    background-color: #E38585;
    color: #fff;
    text-align: center;
    margin: 1em 0;
    padding: 0 2em;
    border-radius: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.type_info .bosyu_btn a:after {
    content: "▶";
    font-size: 60%;
    padding: 0 0 0 10px;
}

.img_name {
    font-size: 14px;
}

/*下線タイトル*/
.title h3 {
    color: #E70C5E;
    text-align: left;
    width: calc(82% - 1em);
    margin: 0 0 2em;
}

.title h3::before {
    left: 0%;
    transform: initial;
}


/*450px以上***************************************/
@media screen and (min-width: 450px) {
    h3 {
        font-size: 4vw;
    }
}

/*600px以上***************************************/
@media screen and (min-width: 600px) {
    h2 {
        font-size: 5vw;
    }
}

/*700px以上***************************************/
@media screen and (min-width: 700px) {

    /* PC時 */
    .pc {
        display: inline;
    }

    .sp {
        display: none;
    }

    .flex_area {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 0 2em;
    }

    .img_area {
        width: 47%;
        max-width: 540px;
    }

    .text_area {
        width: 50%;
    }

    .reverse {
        flex-direction: row-reverse;
    }

    h2 {
        font-size: 4.4vw;
        text-align: center;
    }

    h3 {
        font-size: 3.1vw;
    }

    h3:before {
        width: 100px;
    }

    .type_info li {
        width: 16%;
        margin: 0.5em 3%;
    }

    .type_info .bosyu_btn {
        width: 50%;
    }

    .type_info .bosyu_btn a {
        width: 100%;
        padding: 0.5em 0;
    }

    .font_green_middle {
        font-size: 3vw;
    }

}

/*900px以上*************************************/
@media screen and (min-width: 900px) {
    .font_green_middle {
        font-size: 2.7vw;
    }

    h2 {
        font-size: 3.8vw;
    }

    h3 {
        font-size: 2.6vw;
    }

    .title_en {
        font-size: 9vw;
    }
}

/*1200px以上*/
@media screen and (min-width: 1200px) {
    .title_en {
        font-size: 6vw;
    }

    h2 {
        font-size: 3.5vw;
        padding: 0;
        margin: 0 0 1em;
    }

    h3 {
        font-size: 2vw;
    }
}

/*1400px以上*/
@media screen and (min-width: 1400px) {
    h2 {
        font-size: 3.1vw;
        margin: 0 0 2em;
    }

    h3 {
        font-size: 1.9vw;
    }

    .font_green_middle {
        font-size: 1.9vw;
    }
}

/*1600px以上*/
@media screen and (min-width: 1600px) {
    h2 {
        font-size: 2.8vw;
    }
    .font_green_middle {
  font-size: 2.2vw;
}
}