@charset "utf-8";
/* CSS Document */
/* -- ip top -- */
.item_list h2 {
    line-height: 1;
    margin-bottom: 5.208333333%;
}
.item_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.item_list ul li {
    width: 47.1875%;
    margin-bottom: 7.083333333%;
}
.item_list ul li > a {
    display: block;
    color: #6f6e6f;
    text-decoration: none;
}
.item_list ul li h3 {
    text-align: center;
    font-size: 35px;
    font-weight: normal;
    line-height: 1;
    margin: 5.9602649% 0;
}
.item_list .btnset {
    display: flex;
}
.item_list .btnset p {
    width: 100%;
}
.item_list .btnset p:first-child {
    margin-right: 2.42825607%;
}
.item_list .btnset p a {
    font-size: 24px;
    padding: 11.312217194% 0;
}
.item_list {
    margin-bottom: 5.208333333%;
}
.item_list > p {
    text-align: center;
    font-size: 32px;
}

.ip_symbol {
    display: flex;
    justify-content: center;
    padding-top: 6.04%;
    margin-bottom: 10.41%;
}
.ip_symbol p:first-child {
    margin-right: 13.54%;
}
.ip_symbol .ip_icon {
    width: 31.458%;
}
.ip_symbol .ip_logo {
    width: 26.666%;
}
.ip_pic {
    width: 75.83%;
    margin: 0 auto 8% auto;
}
.btn a {
    color: #fff;
}
.btn.b_white {
    background-color: #fff;
}
.btn.onborder a {
    box-sizing: border-box;
    border-radius: 1000px;
}
.btn {
    background-color: #efa5ac;
}
.btn.b_white a {
    color: #efa5ac;
}
.btn.onborder a {
    border: #efa5ac solid 4px;
}
.about_img01 {
    position: absolute;
    width: 18.333%;
    bottom: 0;
    left: 0;
    margin-bottom: 3.56%;
    margin-left: 98.437%;
}
.about_img02 {
    position: absolute;
    width: 13.437%;
    top: 0;
    left: 0;
    margin-top: -1.56%;
    margin-left: -12.188%;
}
.about_img03 {
    position: absolute;
    width: 13.437%;
    bottom: 0;
    left: 0;
    margin-bottom: -1.77%;
    margin-left: -12.188%;
}

#wrapper {
    background: url("../images/bg.png") center top repeat-y;
}
@media screen and (max-width:1067px) {
    #wrapper {
        background-size: 224.16% auto;
    }
    .about_img01 {
        margin-left: 90.437%;
    }
    .about_img02 {
        margin-left: -10.188%;
    }
    .about_img03 {
        margin-left: -8.188%;
    }
    .item_list .btnset p a {
        font-size: 2.666666666vw;
    }
    .item_list ul li h3 {
        font-size: 3.2vw;
    }
}
@media screen and (max-width:767px) {
    #wrapper {
        background-size: 224.16% auto;
    }
    .item_list > p {
        font-size: 2.933333333vw;
    }
    .btn.onborder a {
        border-width: 2px;
    }
    .item_list .btnset {
        flex-direction: column;
    }
    .item_list .btnset p {
        width: 100%;
    }
    .item_list .btnset p:first-child {
        margin-right: 0;
        margin-bottom: 3.448275862%;
    }
    .item_list .btnset p a {
        padding: 5.172413793% 0;
    }
}