@charset "UTF-8";

.img_mv {
    background-image: url(../img/profile/bg_mv.jpg);
    background-position: center bottom;
}

@media screen and (max-width: 812px) {
    .img_mv {
        background-image: url(../img/profile/bg_mv_sp.jpg);
        background-position: center bottom;
    }
}

.profilewrap {
    padding: 100px 0 80px;
}

@media screen and (max-width: 812px) {
    .profilewrap {
        padding: 30px 0 35px;
    }
}

.listwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 445px;
    margin-bottom: 80px;
}

@media screen and (max-width: 812px) {
    .listwrap {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 20px;
        margin-bottom: 40px;
    }
}

.listwrap .bg {
    width: 50%;
}

@media screen and (max-width: 812px) {
    .listwrap .bg {
        width: 100%;
        height: 0;
        /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
        padding-top: 46.09%;
    }
}

.listwrap .link {
    width: 50%;
    background-color: #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

@media screen and (max-width: 812px) {
    .listwrap .link {
        width: 100%;
    }
}

.listwrap .link h2 {
    font-weight: bold;
    font-size: 2.2rem;
    padding-bottom: 30px;
}

.listwrap .link h2 a {
  color: #000;
}

.listwrap .link p {
    line-height: 1.8;
}

.listwrap .link .linklist li:not(:last-child) {
    padding-bottom: 15px;
}

@media screen and (max-width: 812px) {
    .listwrap .link .linklist li:not(:last-child) {
        padding-bottom: 10px;
    }
}

.listwrap .link .linklist a {
    color: #3084a1;
    font-size: 1.6rem;
    padding-left: 12px;
    position: relative;
}

@media screen and (max-width: 812px) {
    .listwrap .link .linklist a {
        font-size: 1.3rem;
        line-height: 1.8;
    }
}

.listwrap .link .linklist a:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.5px 0 2.5px 5px;
    border-color: transparent transparent transparent #197292;
}

.listwrap .link .nextlink {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 57px;
    height: 57px;
}

.listwrap .link .nextlink a {
    position: relative;
    display: inline-block;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
    text-indent: -9999px;
    width: 57px;
    height: 57px;
    background-color: #000;
}

.listwrap .link .nextlink a:before,
.listwrap .link .nextlink a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 0;
    right: 5px;
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.listwrap.list01 .bg,
.listwrap.list03 .bg {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

@media screen and (max-width: 812px) {

    .listwrap.list01 .bg,
    .listwrap.list03 .bg {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.listwrap.list01 .link,
.listwrap.list03 .link {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media screen and (max-width: 812px) {

    .listwrap.list01 .link,
    .listwrap.list03 .link {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.listwrap.list01 .bg {
    background: url(../img/profile/img_profile_01.jpg) no-repeat center top;
    background-size: cover;
}

@media screen and (max-width: 812px) {
    .listwrap.list01 .bg {
        background: url(../img/profile/img_profile_01_sp.jpg) no-repeat center;
        background-size: contain;
    }
}

.listwrap.list01 .link {
    padding-left: 13%;
}

@media screen and (max-width: 812px) {
    .listwrap.list01 .link {
        padding: 55px 20px 45px;
    }
}

.listwrap.list01 .link p {
    width: 82%;
}

@media screen and (max-width: 812px) {
    .listwrap.list01 .link p {
        font-size: 1.3rem;
        width: auto;
    }
}

.listwrap.list02 .bg {
    background: url(../img/profile/img_profile_02.jpg) no-repeat center top;
    background-size: cover;
}

@media screen and (max-width: 812px) {
    .listwrap.list02 .bg {
        background: url(../img/profile/img_profile_02_sp.jpg) no-repeat center;
        background-size: contain;
    }
}

.listwrap.list02 .link {
    padding-left: 7%;
}

@media screen and (max-width: 812px) {
    .listwrap.list02 .link {
        padding: 55px 20px 45px;
    }
}

.listwrap.list03 .bg {
    background: url(../img/profile/img_profile_03.jpg) no-repeat center top;
    background-size: cover;
}

@media screen and (max-width: 812px) {
    .listwrap.list03 .bg {
        background: url(../img/profile/img_profile_03_sp.jpg) no-repeat center;
        padding-top: 78.43%;
        background-size: contain;
    }
}

.listwrap.list03 .link {
    padding-left: 20%;
}

@media screen and (max-width: 812px) {
    .listwrap.list03 .link {
        padding: 55px 20px 45px;
    }
}