@charset "UTF-8";
/* CSS Document */
/*スマホ版のプロフィール*/
.profile{
background-image: url(../../../../../assets/images/pages/f-static/line/line_bg.jpg);
    background-size: cover;
    padding: 20px 0;
}
.profile__box__ttl{
background: #02a22a;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    border-radius: 8px 8px 0 0;
    margin-bottom: 30px;
    font-size: 16px;
}
.fukuko,.kofuku{
position: relative;
    height: 150px;
    width: 150px;
    border-radius: 90px;
    background: #fff;
    display: block;
    margin: 20px auto 10px;
}
.fukuko img{
width: 120px;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.kofuku{
    height: 130px;
    width: 130px;
}
.kofuku img{
    width: 100px;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.profile__box{
background: #fdf2ec;
    margin: 20px;
    border-radius: 10px;
    padding: 0 0 20px;
    border: 2px solid #fff;
}
.profile p{
    font-size: 14px;
    line-height: 2;
    text-decoration-color: #ecc617;
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
    text-decoration-style: dotted;
    padding: 0 20px;
        font-weight: 500;
}

.profile__box .ttl img{
        width: 260px;
    margin: 0 auto 10px;
    display: block;
}




/*PC版のプロフィール*/




/* ここにPC向けのCSS指定 */
@media (min-width: 768px) {
    .profile{
        max-width: 1180px;
        margin: 0 auto;
    }
    .profile__box {
        background: #fdf2ec;
        width: 70%;
        margin: 40px auto;
        border: 3px solid #fff;
    }
    .profile__box__ttl {
        font-size: 24px;
    }
    .profile__box .ttl img {
    width: 520px;
        margin-top: 30px;
    }
    .fukuko img {
    width: 190px;
    }
    .fukuko, .kofuku {
    position: relative;
    height: 230px;
    width: 230px;
    border-radius: 150px;
        margin: 0;
        margin-right: 40px;
    }
    .kofuku{
        width: 200px;
        height: 200px;
        margin-left: 80px;
    }
    .kofuku img {
    width: 130px;
    }
    .fukuko__box,.kofuku__box{
        display: flex;
        justify-content: center;
        margin-top: 20px;
      align-items: center;
        margin-bottom: 40px;
    }
    .profile__box .ttl{
        width: 100%;
    }
    .profile p {
    font-size: 20px;
    line-height: 2.3;
    text-decoration-thickness: 3px;
    text-underline-offset: 6px;
    text-decoration-style: dotted;
    padding: 0;
    }
}

