@charset "UTF-8";
#pankuzu {
    color: #fff;
    margin-bottom: 30px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
}
#pankuzu.pankuzu--mb80 {
    margin-bottom: 80;
}
#pankuzu li{
	margin-right: 20px;
	position: relative;
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.3rem;
}
#pankuzu li::after{
	position: absolute;
	content: "＞";
	margin-left: 5px;
}
#pankuzu li:last-child::after{
	content: none;
}
.mb60 {
    margin-bottom: 30px;
}
.flex_box {
    display: block;
}
.page_width {
    max-width: 1280px;
    margin: auto;
    padding: 0 20px;
}
.desc {
    text-align: justify;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}
#recruit-list {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 44px;
    flex-wrap: wrap;
}
#section01 ul li {
    width:  -webkit-calc(100% / 3);
    width: calc(100% / 3);
}
#section01 #recruit-list ul li p {
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    padding-top: 25px;
}
#section01 #recruit-list a {
    text-decoration: none;
}
main #section01.sec_01 {
    height: auto;
    padding-top: 65px;
    padding-bottom: 40px;
    background: #191919;
}
main #section01 #recruit-list p {
    margin-top: 25px;
}
main #section01.sec_01 h2 {
    width: auto;
    color: #fff;
    margin-bottom: 8px;
}
main #section01.sec_01 p {
    font-size: 12px;
    padding: 0;
}
#section01 ul li p span {
    font-size: 16px;
    letter-spacing: 1px;
}
#section01 ul li {
    /* width: 17%; */
    font-family: aktiv-grotesk, sans-serif;
}
#section01 #pankuzu li {
    width: auto;
}
main #section01.sec_01 .desc {
    text-align: justify;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}
main #section01.sec_01 .person_info_desc {
    text-align: justify;
    color: #fff;
    line-height: 1.2;
    font-size: 12px;
}
main #section01.sec_01 span {
    font-size: 10px;
}
.recruit_header_sec {
    color: #fff;
}
.recruit_header_person {
    position: relative;
}
.recruit_header_person_info {
    position: absolute;
    left: 5%;
    top: 0;
    height: 64px;
    bottom: 0;
    margin: auto;
}
.person_info_name {
    width: auto;
    font-weight: bold;
    font-size: 20px;
}
.person_info_desc {
    font-size: 20px;
    text-align: justify;
}
.recruit_header_profile {
    display: block;
    color: #fff;
    margin-top: 35px;
    justify-content: center;
}
.profile_title {
    font-size: 20px;
    margin-right: 90px;
    margin-bottom: 20px;
    letter-spacing: .8rem;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 700;
    font-style: normal;

}
main #section01.sec_01 p.profile_desc {
    text-align: justify;
}
.content_title_person {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.5;
}
.flex_box.content_wrapper > * {
    width: 50%;
}
.content_wrapper .img {
    max-width: none;
    width: 100%;
    height: auto;
} 
.content_wrapper .img:first-child {
    margin-left: auto;
}
.content_wrapper .img:last-child {
    margin-right: auto;
}
.content_wrapper .desc {
    color: #fff;
    width: auto;
    font-size: 14px;
    width: 100%;
    text-align: justify;
    font-weight: normal;
    line-height: 2;
}
p.desc::first-line {
    line-height: 1;
    display: block;
}    
.content_wrapper:nth-of-type(1) .desc {
    margin-top: 20px;
}
.content_wrapper:nth-of-type(2) .desc {
    margin-bottom: 20px;
}

.voice_sec_inner {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 30px 0;
}

.voice_sec .img {
    width: 100%;
    max-width: none;
    margin: auto;
    margin-bottom: 20px;
}
.voice_sec .desc {
    line-height: 2;
    color: #fff;
    font-size: 14px;
}
main #section02.sec_02 {
    padding: 50px 0;
}
main #section03.sec_03 {
    padding: 0;
}

main #section03 h2 {
    color: #fff;
    font-size: 20px;
}
.others {
    padding-top: 30px;
}
.mask-gray {
    background-color: #191919;
}
main #section05.sec_05 {
    background-color: #191919;
}

main #section05 h2.bottom_title_recruit {
    color: #fff;
    text-align: center;
    letter-spacing: .8rem;
    font-size: 24px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
}
main #section05 h2.bottom_title_recruit span {
    font-size: 18px;
}
#section05 .button-box {
    display: block;
    /* width: 100%; */
    margin: 50px auto 0;
}
main #section05 .button {
    cursor: pointer;
    width: 100%;
    margin: 0 auto 0;
    border: 0;
    height: 85px;
    color: #fff;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 700;
    font-style: normal;
    padding: 0;
    max-width: 400px;
    overflow: hidden;
    position: relative;
    transform-origin: 0 0 0;
    z-index: 1;
}
main #section05 .button {
    background-color: #000;
    transition: background-color 2s;
    overflow: hidden;
    display: block;
    border: 1px solid #fff;
}
main #section05 .button:first-child {
    /* margin-bottom: 16px; */
}
main #section05 .button {
    margin-bottom: 24px;
}
main #section05 .button a {
    width: 100%;
    height: 100%;
    display: block;
    vertical-align: middle;
    color: #000;
    text-decoration: none;
    position: absolute;
    text-align: center;
    color: #fff;
    padding: 32px 10px;
}
main #section05 .button a span {
    position: relative;
    display: inline-block;
    height: 100%;
    width: 100%;
}

main #section05 .button a span::after {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -7px;
    margin-left: 100px;
   right: 4%;
}
main #section05 .button::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 120%;
    height: 100%;
    background: #fff;
    transform-origin: right top;
    transform: skewX(0deg) scale(0, 1);
    transition: transform 0.5s;
}
main #section05 .button:hover::before {
    transform-origin: left top;
    transform: skewX(0deg) scale(1, 1);
}
main #section05 .button:hover a {
    color: #000;
}
main #section05 .button a:hover span::after {
    border-top: solid 2px #000;
    border-right: solid 2px #000;
}
main #section03 #works-Area ul li p.photo-text {
    font-size: 14px;
    margin-top: 8px;
}
main #section03 #works-Area ul li h3.photo-title {
    font-size: 18px;
    margin-top: 4px;
}
.mynavi-box {
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin: 30px auto 0;
}
.button-mynavi {
    display: flex;
    width: 100%;
    margin-bottom: 0;
    justify-content: center;
}
.button-mynavi ul li {
    margin-bottom: 30px;
}
.button-mynavi ul li:last-child {
	margin-bottom: 0;
}
@media screen and (min-width: 600px) {
    br.sp {
        display: block;
    }
    .mb60 {
        margin-bottom: 60px;
    }
    .flex_box {
       display: block;
    }
    .page_width {
        max-width: 1280px;
        margin: auto;
        padding: 0 40px;
    }
    .desc {
        text-align: justify;
        font-size: 18px;
        color: #fff;
        font-weight: normal;
    }
    main #section01 #recruit-list p {
        margin-top: 20px;
    }
    #section01 #recruit-list ul li p {
        font-size: 20px;
        line-height: 1.4;
        font-weight: bold;
    }
    #section01 #recruit-list a {
        text-decoration: none;
    }
    main #section01.sec_01 {
        height: auto;
        padding-top: 70px;
        background: #191919;
        padding-bottom: 40px;
    }
    main #section01.sec_01 h2 {
        width: auto;
        color: #fff;
        margin-bottom: 20px;
    }
    main #section01.sec_01 p {
        /* font-size: 22px; */
        padding: 0;
    }
    #section01 ul li {
        width: auto;
    }
    #section01 ul li p span {
        font-size: 16px;
        letter-spacing: 1px;
    }
    #section01 ul li {
        /* width: 17%; */
        font-family: aktiv-grotesk, sans-serif;
    }
    main #section01.sec_01 .desc {
        text-align: justify;
        font-size: 18px;
        color: #fff;
        font-weight: normal;
    }
    main #section01.sec_01 .person_info_desc {
        text-align: justify;
        color: #fff;
        line-height: 1.6;
        font-size: 18px;
    }
    /* main #section01.sec_01 span {
        font-size: 18px;
    } */
    .recruit_header_sec {
        color: #fff;
    }
    #recruit-list {
        display: flex;
        justify-content: space-evenly;
        margin-bottom: 44px;
    }
    .recruit_header_person {
        position: relative;
    }
    .recruit_header_person_info {
        position: absolute;
        left: 115px;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 135px;
    }
    .person_info_name {
        width: auto;
        font-weight: bold;
        font-size: 40px;
    }
    .person_info_desc {
        font-size: 20px;
        text-align: justify;
    }
    .recruit_header_profile {
        /* display: flex; */
        color: #fff;
        margin-top: 70px;
        justify-content: center;
    }
    .profile_title {
        font-size: 30px;
        margin-right: 90px;
        letter-spacing: .8rem;
        font-family: aktiv-grotesk, sans-serif;
        font-weight: 700;
        font-style: normal;
    
    }
    main #section01.sec_01 p.profile_desc {
        text-align: justify;
    }
    .content_title_person {
        color: #fff;
        font-size: 32px;
        margin-bottom: 70px;
        font-weight: bold;
    }

    .content_wrapper .desc {
        color: #fff;
        width: auto;
        font-size: 18px;
        /* width: 50%; */
        text-align: justify;
        font-weight: normal;
        line-height: 2;
    }
    
    .voice_sec_inner {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding: 30px 0;
    }
    
    .voice_sec .desc {
        line-height: 2;
        color: #fff;
        font-size: 18px;
    }
    main #section02.sec_02 {
        padding: 100px 0;
    }
    main #section03.sec_03 {
        padding: 0;
    }
    .others {
        padding-top: 90px;
    }
    .mask-gray {
        background-color: #191919;
    }
    main #section05.sec_05 {
        background-color: #191919;
    }
    
    main #section05 h2.bottom_title_recruit {
        color: #fff;
        text-align: center;
        letter-spacing: .8rem;
        font-size: 50px;
        font-family: aktiv-grotesk, sans-serif;
        font-weight: 700;
        font-style: normal;
    }
    main #section05 h2.bottom_title_recruit span {
        font-size: 25px;
    }
    #section05 .button-box {
        display: flex;
        /* width: 65%; */
        margin: 100px auto 0;
    }
    main #section05 .button {
        cursor: pointer;
        width: 100%;
        margin: 0 20px;
        border: 0;
        height: 85px;
        color: #fff;
        font-family: aktiv-grotesk, sans-serif;
        font-weight: 700;
        font-style: normal;
        padding: 0;
        max-width: 400px;
        overflow: hidden;
        position: relative;
        transform-origin: 0 0 0;
        z-index: 1;
    }
    main #section05 .button {
        background-color: #000;
        transition: background-color 2s;
        overflow: hidden;
        display: block;
        border: 1px solid #fff;
    }
    main #section05 .button a {
        width: 100%;
        height: 100%;
        display: block;
        vertical-align: middle;
        color: #000;
        text-decoration: none;
        position: absolute;
        text-align: center;
        font-size: 20px;
        color: #fff;
        padding: 32px 10px;
    }
    main #section05 .button a span {
        position: relative;
        display: inline-block;
        height: 100%;
    }
    
    main #section05 .button a span::after {
        content: "";
        width: 14px;
        height: 14px;
        border: 0px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        margin-top: -7px;
        margin-left: 100px;
        right: 4%;
    }
    main #section05 .button::before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        content: '';
        width: 120%;
        height: 100%;
        background: #fff;
        transform-origin: right top;
        transform: skewX(0deg) scale(0, 1);
        transition: transform 0.5s;
    }
    main #section05 .button:hover::before {
        transform-origin: left top;
        transform: skewX(0deg) scale(1, 1);
    }
    main #section05 .button:hover a {
        color: #000;
    }
    main #section05 .button a:hover span::after {
        border-top: solid 2px #000;
        border-right: solid 2px #000;
    }
}
@media screen and (min-width: 1024px) {
    br.sp {
        display: none;
    }
    .mb60 {
        margin-bottom: 60px;
    }
    .flex_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .page_width {
        max-width: 1280px;
        margin: auto;
        padding: 0 40px;
    }
    .desc {
        text-align: justify;
        font-size: 18px;
        color: #fff;
        font-weight: normal;
    }
    #pankuzu { margin-bottom: 100px; }
    #pankuzu li { font-size: 1.4rem; }
    #section01 #recruit-list ul li p {
        font-size: 20px;
        line-height: 1.4;
        font-weight: bold;
    }
    #section01 #recruit-list a {
        text-decoration: none;
    }
    main #section01.sec_01 {
        height: auto;
        padding-top: 70px;
        background: #191919;
        padding-bottom: 80px;
    }
    main #section01.sec_01 h2 {
        width: auto;
        color: #fff;
        margin-bottom: 40px;
    }
    main #section01.sec_01 p {
        font-size: 22px;
        padding: 0;
    }
    #section01 ul li p span {
        font-size: 16px;
        letter-spacing: 1px;
    }
    #section01 ul li {
        /* width: 17%; */
        font-family: aktiv-grotesk, sans-serif;
    }
    main #section01.sec_01 .desc {
        text-align: justify;
        font-size: 18px;
        color: #fff;
        font-weight: normal;
    }
    main #section01.sec_01 .person_info_desc {
        text-align: justify;
        color: #fff;
        line-height: 1.6;
        font-size: 22px;
    }
    main #section01.sec_01 span {
        font-size: 18px;
    }
    .recruit_header_sec {
        color: #fff;
    }
    #recruit-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-around;
            -ms-flex-pack: space-around;
                justify-content: space-around;
        margin-bottom: 44px;
    }
    .recruit_header_person {
        position: relative;
    }
    .recruit_header_person_info {
        position: absolute;
        left: 20%;
        top: 0;
        height: 190px;
        margin: auto;
        bottom: 0;
    }
    .person_info_name {
        width: auto;
        font-weight: bold;
        font-size: 60px;
    }
    .person_info_desc {
        font-size: 20px;
        text-align: justify;
    }
    .recruit_header_profile {
        display: flex;
        color: #fff;
        margin-top: 70px;
        justify-content: center;
    }
    .profile_title {
        font-size: 30px;
        margin-right: 90px;
        letter-spacing: .8rem;
        font-family: aktiv-grotesk, sans-serif;
        font-weight: 700;
        font-style: normal;
    
    }
    main #section01.sec_01 p.profile_desc {
        text-align: justify;
    }
    .content_title_person {
        color: #fff;
        font-size: 32px;
        margin-bottom: 70px;
        font-weight: bold;
    }
    .flex_box.content_wrapper > * {
        width: 50%;
    }
    .content_wrapper .img {
        height: auto;

    } 

    .content_wrapper .desc {
        color: #fff;
        /* width: auto; */
        font-size: 18px;
        width: 50%;
        text-align: justify;
        font-weight: normal;
        line-height: 2;
        display: block;
        transform: translateY(-10px);
    }
    .content_wrapper:nth-of-type(1) .desc {
        margin: 0 0 0 30px;
    }
    .content_wrapper:nth-of-type(2) .desc {
        margin: 0 30px 0 0;
    }
    
    
    .voice_sec_inner {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding: 30px 0;
    }
    
    .voice_sec .img {
        width: 100%;
        max-width: 300px;
        margin-right: 57px;
    }
    .voice_sec .desc {
        line-height: 2;
        color: #fff;
        font-size: 18px;
    }
    main #section02.sec_02 {
        padding: 100px 0;
    }
    main #section03 h2 {
        font-size: 21px;
        line-height: 1;
    }
    main #section03.sec_03 {
        padding: 0;
    }
    main #section03 #works-Area {
        width: 100%;
        margin-top: 60px;
    }
    main #section03 #works-Area ul li {
        width: 30%;
    }
    .others {
        padding-top: 90px;
    }
    .mask-gray {
        background-color: #191919;
    }
    main #section05.sec_05 {
        background-color: #191919;
    }
    
    main #section05 h2.bottom_title_recruit {
        color: #fff;
        text-align: center;
        letter-spacing: .8rem;
        font-size: 50px;
        font-family: aktiv-grotesk, sans-serif;
        font-weight: 700;
        font-style: normal;
    }
    main #section05 h2.bottom_title_recruit span {
        font-size: 25px;
    }
    #section05 .button-box {
        display: flex;
        margin: 100px auto 0;
        justify-content: center;
    }
    main #section05 .button {
        cursor: pointer;
        width: 100%;
        margin: 0 20px;
        border: 0;
        height: 85px;
        color: #fff;
        font-family: aktiv-grotesk, sans-serif;
        font-weight: 700;
        font-style: normal;
        padding: 0;
        max-width: 400px;
        overflow: hidden;
        position: relative;
        transform-origin: 0 0 0;
        z-index: 1;
    }
    main #section05 .button {
        background-color: #000;
        transition: background-color 2s;
        overflow: hidden;
        display: block;
        border: 1px solid #fff;
    }
    main #section05 .button a {
        width: 100%;
        height: 100%;
        display: block;
        vertical-align: middle;
        color: #000;
        text-decoration: none;
        position: absolute;
        text-align: center;
        font-size: 20px;
        color: #fff;
        padding: 32px 10px;
    }
    main #section05 .button a span {
        position: relative;
        display: inline-block;
        height: 100%;
    }
    
    main #section05 .button a span::after {
        content: "";
        width: 14px;
        height: 14px;
        border: 0px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        margin-top: -7px;
        margin-left: 100px;
        right: 4%;
    }
    main #section05 .button::before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        content: '';
        width: 120%;
        height: 100%;
        background: #fff;
        transform-origin: right top;
        transform: skewX(0deg) scale(0, 1);
        transition: transform 0.5s;
    }
    main #section05 .button:hover::before {
        transform-origin: left top;
        transform: skewX(0deg) scale(1, 1);
    }
    main #section05 .button:hover a {
        color: #000;
    }
    main #section05 .button a:hover span::after {
        border-top: solid 2px #000;
        border-right: solid 2px #000;
    }
    main #section03 #works-Area ul li p.photo-text {
        font-size: 18px;
    }
    main #section03 #works-Area ul li h3.photo-title {
        font-size: 24px;
        margin-top: 8px;
    }
}

@media only screen and (min-width: 1281px) {
   
}


