@charset "UTF-8";
/* CSS Document */
body{
    background-color: rgb(255, 255, 255);
    color: rgb(29, 29, 29);
    font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    -webkit-text-size-adjust: 100%;
    font-kerning: normal;
    font-size:13px;
    letter-spacing: 0.07em;
    line-height: 1.8;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    box-sizing: border-box;
}

a {
    color: #000;
    outline: none;
    text-decoration:none;
}
.caption {
    display:none
}
img {
    width:100%;
}
/**/
.int_inner {
    padding: 2rem 6rem;
}
h2 {
    background-color: #000;
    color: #fff;
    display: table;
    padding: 0.2rem 0.5rem;
    font-size: 1.3em;
    margin: 0 auto 0.2rem;
    position: absolute;
    top: 38%;
    left: 2rem;
}
.eng_name {
    font-family: 'Century Gothic',CentraleSansMedium,sans-serif;
    color: #98cd33;
    font-size: 3em;
    text-align: center;
    margin-top: -4.8rem;
}
.info {
    text-align: center;
    color: #999;
    margin-bottom: 0.5rem;
}
.name {
    text-align: center;
    padding-bottom: 2rem;
    font-size: 1.4em;
}
.iv-inner {
    max-width: 710px;
    margin: 3rem auto 5rem;
}
.inner_photo {
    max-width: 710px;
    margin: 0 auto;
    display: block;
}
h3 {
    font-size: 1.4em;
    font-weight: 700;
    letter-spacing: 0.15rem;
    margin-bottom: 1rem;
}
footer {
    background-color: #ededed;
    display: block;
    margin-top: 9rem;
    padding: 3rem 0 2.5rem;
}
footer ul {
    max-width: 710px;
    margin: 0 auto;
}
footer ul li {
    display: inline-block;
    width: 49%;
}
footer ul li:last-child {
    text-align: right;
}
footer ul li img {
    width: 120px;
}
footer ul li a:hover {
    opacity: 0.8;
}
.profile {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding: 1.5rem 1rem 0 1rem;
}
.profile p:first-child {
    color: #646464;
    font-size: 0.9em;
    padding-bottom: 0.5rem;
}
footer ul li a {
    display: inline-block;
}
@media screen and (max-width: 640px) {
    .int_inner {
        padding: 0;
    }
    h2 {
        display: none;
    }
    .eng_name {
        font-size: 2.3em;
        margin-top: -2.2rem;
    }
    .name {
        font-size: 1.3em;
    }
    .info {
        font-size: 0.9em;
    }
    .iv-inner {
        margin: 2rem auto;
        padding: 0 1.5rem;
        padding-bottom: 2rem;
    }
    h3 {
        font-size: 1.3em;
    }
    footer {
        margin-top: 3rem;
    }
    footer ul li:first-child:before {
        content: '＜';
        color: #98cd33;
        position: relative;
        top: -1.2rem;
        left: 0.1rem;
    }
    footer ul li:last-child:after {
        content: '＞';
        color: #98cd33;
        position: relative;
        top: -1.2rem;
        right: 0.1rem;
    }
    footer ul li:first-child img {
        padding-left: 0.2rem;
    }
    footer ul li:last-child img {
        padding-right: 0.2rem;
    }
    .profile {
        padding: 0 0.3rem;
    }
    footer ul li img {
        width: 46px;
    }
    .profile p:first-child {
        font-size: 0.8em;
    }
    footer ul li a:hover {
        opacity: 1;
    }

}

@media screen and (max-width: 375px) {
    footer ul li img {
        display: none;
    }
    footer ul li:first-child:before {
        top: 1.5rem;
    }
    footer ul li:last-child:after {
        top: 1.5rem;
    }
    .profile {
        padding: 0 0.7rem;
    }
}