@charset "UTF-8";

html {
    margin: 0;
    font-size: 10px;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", 
    "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    line-height: 1.5;
    box-sizing: border-box;
}

p,a {
    font-size: 1.4rem;
    margin-bottom:1.5rem;
}

a {
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

h1 {
    font-size: 4rem;
    font-weight: 800;
}

h2 {
    font-size: 3rem;
    font-weight: 800;
}

h3 {
    font-size: 2rem;
    font-weight: 800;
}

ul {
    font-size: 1.4rem;
    margin:1.5rem;
}

body {
    background-color: #000;
    margin:0;
    padding:0;
    /* background-image: url("../img/Fractal13_2018ver_01.jpg");
    background-position: 0% 50%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover; */
}

.wrapper {
    margin: 0;
    position: relative;
    box-sizing: border-box;
    background-color: rgb(237, 193, 52);
    /* overflow: hidden; */
}

#content {
    width: 100%;
}

/* header */
#header {
    position: relative;
    margin-bottom: -100px;
    padding: 10rem 2rem 20rem;
    background-color:#90789F;
    box-sizing: border-box;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    height: 200px;
    padding: 1em;
    transform: translateY(-60px);
    opacity: 0;
    transition: transform 0.6s, opacity 0.6s;
    z-index: 90;
}

.header-logo-top {
    width: 30vw;
    max-width: 200px;
    border-radius: 20%;
    margin-bottom:20px;
}

.header-logo-fixed {
    transform:rotate(-3deg);
    width: 60px;
    border-radius: 2px;
    border:4px solid rgb(255, 255, 255);
    margin-bottom: 1.5rem;
}

.header.is-fixed p {
    transform:rotate(-3deg);
    color:rgba(0, 0, 0, 0.9);
    margin-bottom: 5px;
    line-height: 1;
    background-color: rgb(255, 255, 255);
    border-radius: 2px;
    display: inline-block;
}

.header.is-show {
    transform: translateY(0);
    opacity: 1;
}

.header-inner {
    display: flex;
    box-sizing: inherit;
    padding: 2rem 2rem 1rem;
    font-size: 3rem;
    letter-spacing: 5px;
    line-height: 1.7;
    border:rgb(255, 255, 255) solid 6px;
    border-radius: 10px;
}

.header-discr {
    /* text-align: center; */
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
    /* text-orientation: upright; */
    color:rgb(255, 255, 255);
}

.header-discr span {
    -webkit-text-combine-upright: all;
    text-combine-upright: all;
    margin-bottom: 5px;
}

p.jobtitle {
    font-size: 2rem!important;
    font-weight: 600;
}

/* main */

#main {
    margin: 0;
    text-align: right;
    font-size: 2vw;
    min-height: 100vh;
}

.section-inner {
    margin:0 auto;
    max-width: 1000px;
}

.job-detail {
    margin-right:0;
    margin-bottom: 2rem;
    padding: 5px;
    padding-right:1rem;
    /* color:rgb(236, 236, 236); */
    border-right: 20px solid rgb(236, 236, 236);
}
.job-detail li:first-child {
    font-size:2rem;
    font-weight: 600;
}

.summary {
    font-size: 1.6rem;
    text-align: justify;
    hanging-punctuation: allow-end;
    width:80%;
    margin-left: auto;
    margin-bottom: 3rem;
    padding: 0 1.8rem;
    border:4px solid #fff;
    border-radius: 10px;
}
.summary p {
    font-size: 1.6rem;
}

.comment {
    display: inline-block;
    position: relative;
    top: -15px;
    margin: 0;
    padding: 3px 20px;
    font-weight: 800;
    background-color:#fff;
    background-clip: padding-box;
    font-size: 1rem;
    border-radius: 5px;
}
.comment01 {
    color:rgb(32, 149, 198);
    border:4px solid rgb(32, 149, 198);
}
.comment02 {
    color:rgb(8, 120, 122);
    border:4px solid rgb(8, 120, 122);
}
.comment03 {
    color: #F49890;
    border: 4px solid #F49890;
}

.logo-icon {
    display: block;
    font-size: 20rem;
    margin:0 0 50px;
    color: #fff;
}

.name-ruby {
    font-size:1.6rem;
}

.i-youtube {
    display:inline-block;
    box-sizing: content-box;
    margin-top: 1rem;
    margin-left: auto;
    margin-bottom: 1rem;
    border-radius: 5px;
    border: 5px solid #000;
    width: 300px;
}

.micc {
    margin: 0;
    margin-bottom: -100px;
    padding: 10rem 2rem 20rem;
    color:rgb(255, 255, 255);
    background-color: rgb(32, 149, 198);
    -webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 100%);
}

.antoi {
    margin: 0;
    margin-bottom: -100px;
    padding: 10rem 2rem 20rem;
    color:rgb(255, 255, 255);
    background-color: #F49890;
    -webkit-clip-path: polygon(0 0, 50% 5%,100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 50% 5%,100% 0, 100% 100%, 0 100%);
}

.sty36co {
    margin: 0;
    margin-bottom: -100px;
    padding: 10rem 2rem 20rem;
    color:rgb(255, 255, 255);
    background-color: rgb(8, 120, 122);
    -webkit-clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 100%);
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
}

.f13 {
    margin: 0;
    margin-bottom: -100px;
    padding: 10rem 2rem 20rem;
    color:rgb(0, 0, 0);
    background-color: rgb(215, 87, 73);
    -webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 100%);
}

.info {
    margin: 0;
    margin-bottom: -100px;
    padding: 10rem 2rem 20rem;
    color:rgb(51, 55, 65);
    background-color: rgb(241, 234, 209);
    -webkit-clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 100%);
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
}

/* footer */
#footer {
    position: absolute;
    color: #fff;
    z-index: 100;
}

.footer-content {
    min-height: 101vh;
    min-height: calc(var(--vh, 1vh) * 101);
    width:100vw;
    background-color: rgba(51, 55, 65);
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-content a {
    display: inline-block;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 600;
}

.footer-content-inner {
    display: block;
    width:50%;
    text-align: center;
}

.footer-logo {
    display: block;
    width:70%;
    max-width:300px;
    border-radius: 50%;
    margin: 0 auto 2rem;
}

.twitter {
    color:#00acee;
}
.instagram {
    color: rgba(207,46,146);
}
.youtube {
    color: #c4302b;
}