@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,500,700|Open+Sans:300,600,700');
@font-face {
    font-family: 'ZOZOGothic';
    src: url('./ZOZOGothic-Bold.otf');
}
html {
    scroll-behavior: smooth;
}
body {
    -webkit-text-size-adjust: 100%;
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.88;
    font-weight: 300;
}

img {
    -webkit-touch-callout: none;
}

a {
    display: inline-block;
    color: #babdbf;
    transition-duration: 300ms;
}

a:hover {
    opacity: 0.5;
    transition-duration: 200ms;
}

p {
    margin: 0;
}

h1, h2, h3 {
    margin: 0;
    line-height: 1;
}

address {
    font-style: normal;
}

#top_menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    color: white;
    opacity: 0;
    width: 0;
    height: 0;
    z-index: 99998;
    overflow: hidden;
}

body.on_resume {
    overflow: hidden;
    height: 100%;
}

#top_menu ul {
    padding: 0 0 0 110px;
    margin: 150px 0 0 0;
    list-style: none;
}

#top_menu li {
    display: inline;
}

.visible_dialog#top_menu {
    opacity: 1;
    overflow-y: auto;
    overflow-x: hidden;
    animation: slideInFull 0.2s ease-out 0s;
    transition-delay: 0.2s;
    animation-fill-mode: both;
}

.hidden_dialog#top_menu {
    opacity: 0;
    animation: slideOutFull 0.2s ease-out 0s;
    transition-delay: 0.2s;
}

.open_menu {
    position: absolute;
    line-height: 1;
    cursor: pointer;
    margin-left: 98px;
    padding: 32px;
    z-index: 3;
}

#top_menu ul a {
    font-family: ZOZOGothic, sans-serif;
    font-weight: normal;
    padding: 20px;
    color: white;
    text-decoration: none;
    line-height: 1;
}

#top_menu ul a.small {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.25rem;
}

.fly {
    overflow-x: hidden;
    position: absolute;
    text-align: right;
    left: 0;
    right: 0;
    top: 0;
}

#top_menu .square_zozo, #header_label .square_zozo {
    display: block;
    position: absolute;
    right: 130px;
    top: 12px;
}

#top_menu ul a.big {
    font-size: 4.4rem;
    display: block;
}

#top_menu ul a.small {
    display: inline-block;
    margin-top: 68px;
}

#our_team img {
    border-radius: 61px;
}
.faces span{
    position: relative;
}
.faces span::before{
    content: "";
    width: 110px;
    height: 110px;
    border-radius: 50%;
    position: absolute;
    display: block;
    border: solid white 7px;
    top: -104px;
    left: -26px;
}

.top_page #top {
    height: 750px;
    padding-top: 141px;
    padding-left: 130px;
    padding-right: 130px;
    color: white;
    background: linear-gradient(to bottom, #000000, #000000 56%, #393939 69%, #dedede 93%, #F2F4F5);
}

#top .moon {
    position: relative;
    animation: feedIn 1s ease-out 0s;
    opacity: 0;
    animation-fill-mode: both;
    top: 0;
}

#top h1 {
    position: relative;
    animation: slideIn 0.5s ease-out 1.1s;
    opacity: 0;
    animation-fill-mode: both;
    color: transparent;
}

#top h2 {
    position: relative;
    animation: slideIn 0.5s ease-out 1.3s;
    margin-top: 51px;
    animation-fill-mode: both;
    color: transparent;
}

#top h1 .img, #top h2 .img {
    background-size: contain;
    background-repeat: no-repeat;
}

#top h1 .img span, #top h2 .img span {}

#top h1 .img {
    background-position: left bottom;
    font-size: 290px;
    line-height: 0.6;
    padding: 0;
    font-family: ZOZOGothic, sans-serif;
    font-weight: normal;
}

#top h2 .img {
    background-position: left top;
    margin-right: 212px;
    font-size: 121px;
    font-family: ZOZOGothic, sans-serif;
    font-weight: normal;
    line-height: 0.6;
}

.top_page #top p, .top_page #news {
    animation: feedIn 0.4s ease-out 2s;
    animation-fill-mode: both;
}

.top_page #header_label {
    opacity: 0;
}

#header_label {
    position: fixed;
    left: 0;
    right: 0;
    height: 80px;
    background-color: white;
    z-index: 2;
}

main {
    padding-top: 80px;
}

.top_page main {
    padding-top: 0px;
}

#header_label a {
    transition-duration: 0ms;
}

#header_label.hidden_header_label {
    transition-duration: 300ms;
    opacity: 0;
    top: -80px;
}

#header_label.visible_header_label {
    transition-duration: 100ms;
    opacity: 1;
    top: 0px;
}

#header_label.visible_header_label_quick {
    transition-duration: 1ms;
    opacity: 1;
    top: 0px;
}

.top_page .view_more, .our_mission .view_more, .our_team_detail .back, #come_work_with_us .view_more {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

.top_page .view_more {
    margin-top: 60px;
}

.top_page #top .view_more {
    margin-top: 16px;
    text-align: left;
}

.top_page #top .view_more a {
    color: #ffffff;
    padding: 0 0 4px 0;
    border-bottom: 4px solid white;
    line-height: 1;
    text-decoration: none;
}

.top_page #top h2 {
    height: auto;
    text-align: left;
}

.top_page h2 {
    font-family: ZOZOGothic, sans-serif;
    font-size: 50px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
}

.top_page #news h2 {
    margin-bottom: 22px;
}

.top_page #news article a {
    color: #000;
    text-decoration: none;
    width: 100%;
}

.top_page #news article a img {
    height: auto;
    width: 100%;
}

.top_page #news article a h3 {
    text-align: left;
}

.top_page #news .view_more {
    margin-top: 17px;
}

.top_page #news div {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
}

.top_page #news article {
    max-width: 336px;
    float: left;
}

.top_page #news article h3 {
    font-size: 0.875em;
    font-weight: 300;
    line-height: 1.875;
}

.top_page #news article .datetime {
    font-size: 0.875em;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    margin-top: 12px;
}

.top_page #news, .top_page #events, .top_page #our_team {
    padding-bottom: 80px;
}

.top_page #news .view_more, .top_page #events .view_more, .top_page #our_team .view_more {
    margin-bottom: 0;
}

.top_page #news .view_more a, .top_page #events .view_more a, .top_page #our_team .view_more a, .our_mission .view_more a {
    padding: 20px;
}

.top_page #events, .top_page #our_team {
    padding-top: 80px;
    padding-left: 5%;
    padding-right: 5%;
}

.top_page #events {
    clear: left;
    background-color: #f2f4f5;
}

.data_list p{
    margin-top: 40px;
}
.data_list table{
    overflow-x: scroll;
    table-layout: fixed;
    display: block;
}
.data_list img{
    max-width: 100%;
    height: auto;
}
.data_list h2.data_name{
    padding-top: 80px;
    margin-top: 0px;
}
.data_list pre{
    padding: 12px;
    border-radius: 4px;
    background-color: #f8f8fa;
    box-shadow: inset 0px 2px 8px rgba(0,0,0,0.1);
    color: #404040;
    font-size: 90%;
    margin-top: 12px;
    overflow-y: scroll;
}

.top_page #events a.event:hover, .top_page #our_team a:hover, .events a.event:hover, .data_list a.data:hover, .oss_list a.oss:hover {
    opacity: 1;
    transition-duration: 300ms;
}

.top_page #events a.event, .top_page #our_team a, .events a.event, .data_list a.data, .oss_list a.oss {
    display: block;
    color: black;
    text-decoration: none;
}

.top_page #events .view_event:hover, .top_page #our_team a .view_more:hover, .events .view_event:hover, .oss_list .view_oss:hover, .data_list .view_data:hover {
    opacity: 0.5;
    transition-duration: 200ms;
}

.top_page #events .view_event, .top_page #our_team a .view_more, .events .view_event, .data_list .view_data, .oss_list .view_oss {
    padding: 20px;
    color: #babdbf;
    text-decoration: underline;
}

.top_page #events h2, .top_page #our_team h2 {
    margin: 0;
    padding: 20px 0 85px 0;
}

.top_page #events h2 {
    padding-bottom: 5px;
}

.top_page #our_team h2 {
    padding-bottom: 55px;
}

.top_page #events h3 {
    margin-top: 80px;
    font-size: 1.875rem;
    font-weight: bold;
}

.top_page #events article {
    max-width: 880px;
    margin: auto;
}

.top_page #events .datetime, .events .datetime {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875rem;
    font-weight: 800;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
    vertical-align: bottom;
    float: left;
}

.top_page #events .place, .events .place, .jobs .place {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    vertical-align: bottom;
    font-size: 0.875rem;
    font-weight: 300;
}

.top_page #top p {
    margin-top: 73px;
    font-size: 1em;
    line-height: 1.88;
}

.top_page #events .place::before, .events .place::before, .jobs .place::before {
    content: url(./image/map.svg);
    position: relative;
    top: 3px;
}

.top_page #events .place::before, .events .place::before {
    margin-left: 6px;
}

.top_page #events .description, .events .description, .data_list .description, .oss_list .description {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.86;
}

.top_page #events .view_event, .events .view_event, .data_list .view_data, .oss_list .view_oss {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875rem;
    font-weight: bold;
    margin-left: -20px;
}

.top_page .view_event a, .events .view_event a, .data_list .view_data a, .oss_list .view_oss a {
    padding: 20px;
}

.top_page .view_more a, .our_mission .view_more a, .our_team_detail .back a {
    font-family: 'Open Sans', sans-serif;
    color: #babdbf;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

#come_work_with_us .view_more .link, .top_page .view_more .link, .our_mission .view_more .link, .our_team_detail .back .link, .our_team .view_more.link {
    display: inline-block;
    border-bottom: 4px solid #d2d7d9;
    padding-bottom: 4px;
}

.top_page #our_team .faces {
    max-width: 510px;
    margin: auto;
}

.top_page #our_team .faces img {
    margin-left: -25px;
}

.top_page #our_team .description {
    max-width: 880px;
    margin: 50px auto 20px auto;
    font-size: 1rem;
    text-align: center;
}

.our_mission .title, .our_mission .prologue, .our_mission .research_area, .our_mission .our_resources, .our_mission .with_your_idea h2 {
    text-align: center;
}

.our_mission .title {
    font-family: ZOZOGothic, sans-serif;
    font-size: 3.125rem;
    font-weight: normal;
    line-height: 1;
    padding-top: 60px;
    margin-bottom: 5px;
}

.our_mission h1 {
    margin: 60px 0;
    padding: 0;
    /* Safariでwbrを動作させるために必要なため */
    word-break: keep-all;
    font-size: 4.25rem;
    font-weight: bold;
    line-height: 1.56;
}

.our_mission h2 {
    font-size: 2.25rem;
}

.our_mission .prologue, .our_mission .research_area, .our_mission .our_resources aside, .our_mission .with_your_idea {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}

.our_mission .prologue p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.8;
    margin-top: 48px;
}

.our_mission .research_area h2 {
    margin-top: 72px;
    margin-bottom: 60px;
}

.our_mission .research_area .thumbnail img {
    margin-left: 17px;
    margin-right: 18px;
    margin-bottom: 20px;
}

.our_mission .research_area .description {
    margin-top: -10px;
}

.our_mission .research_area h3, .our_mission .research_area p {
    line-height: 2;
    font-size: 1.25rem;
}

.our_mission .research_area h3 {
    font-weight: bold;
    margin-top: 40px;
}

.our_mission .research_area p {
    font-weight: 300;
}

.our_mission .our_resources h2 {
    margin-top: 120px;
    margin-bottom: 25px;
}

.our_mission .our_resources .box {
    font-family: "Noto Sans JP", sans-serif;
    background-color: #f2f4f5;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    flex: auto;
    vertical-align: bottom;
    margin: 17px;
}

.our_mission .our_resources .big b {
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 1.55;
    margin: 2px;
}

.our_mission .our_resources .big p {
    padding: 0;
    margin: 10px;
    line-height: 1;
}

.our_mission .our_resources .small p {
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.71;
}

.our_mission .our_resources .big .box {
    width: 278px;
    height: 180px;
}

.our_mission .our_resources .small .box {
    width: 148px;
    height: 100px;
}

.our_mission .our_resources .box .small {
    word-break: keep-all;
    font-size: 0.6875rem;
    line-height: 1.45;
}

.our_mission .our_resources aside {
    font-size: 0.75rem;
    text-align: right;
    margin-right: 5%;
    margin-top: 13px;
    line-height: 1;
}

.our_mission .with_your_idea h2 {
    margin-top: 120px;
}

.our_mission .with_your_idea .description a {
    color: #9b9b9b;
}

.our_mission .with_your_idea p.description {
    margin-top: 60px;
    line-height: 1.75;
}

.our_mission .with_your_idea aside.description {
    margin-top: 20px;
    font-size: 0.75rem;
}

.our_mission .with_your_idea article {
    border: 6px solid #f2f4f5;
    margin-top: 30px;
}

.our_mission .with_your_idea article .datetime {
    height: 1.5rem;
    margin-top: 49px;
    line-height: 1.5rem;
    font-size: 0.875rem;
    text-align: center;
    font-weight: bold;
}

.our_mission .with_your_idea article .datetime time {
    font-family: 'Open Sans', sans-serif;
}

.our_mission .with_your_idea article .datetime mark {
    background-color: black;
    color: white;
    padding: 2px 6px 4px 6px;
}

.our_mission .with_your_idea dl {
    max-width: 748px;
    margin: auto;
    border-top: 6px solid #f2f4f5;
}

.our_mission .with_your_idea dt, .our_mission .with_your_idea dd {
    display: block;
    margin: 0;
    padding: 30px 1%;
    line-height: 1.5;
}

.our_mission .with_your_idea dt {
    float: left;
    clear: left;
    width: 146px;
    font-weight: 500;
}

.our_mission .with_your_idea dd {
    border-bottom: 6px solid #f2f4f5;
}

.our_mission .with_your_idea h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 1.55;
    text-align: center;
    margin: 43px auto 50px auto;
    max-width: 602px;
}

.our_mission .view_more {
    margin-top: 20px;
    margin-bottom: 18px;
}

.our_mission .fog {
    transition-property: opacity;
    opacity: 0.1;
    transition-duration: 4s;
}

.our_mission .sky {
    transition-property: opacity;
    opacity: 1;
    transition-duration: 2s;
}

/* jobs */

.jobs .main {
    text-align: center;
}

.jobs .main a.view_and_apply {
    font-family: 'Open Sans', sans-serif;
    padding: 20px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 100px;
}

.jobs .main .caption {
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/*Our team*/

.our_team h1 {
    padding-top: 60px;
}

.our_team h1, .our_team h2, .our_team .caption, .events h1, .our_team_detail h1, .events .caption, .jobs .caption, .data_list h1, .oss_list h1, .publications h1 {
    text-align: center;
}

.our_team .caption, .jobs .caption {
    margin-top: 65px;
    font-size: 14px;
    padding-left: 5%;
    padding-right: 5%;
}

.our_team main h2 {
    font-family: 'Open Sans', sans-serif;
    clear: left;
    margin-top: 100px;
}

.our_team .members_photo:last-child {
    margin-bottom: 100px;
}

.our_team .members_photo img {
    border-radius: 50%;
}

.our_team .members_photo h3 {
    font-size: 1.25rem;
    text-align: center;
    margin-top: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: black;
}

.our_team .members_photo p {
    font-size: 0.875rem;
    text-align: center;
    margin-top: 4px;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
}

.our_team .members_photo {
    margin: 0 auto;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
}

.our_team .members_photo a {
    vertical-align: top;
}

.our_team .members_photo section {
    float: left;
    width: 235px;
    margin: 60px 30px 20px 30px;
}

.our_team h1, .our_team_detail h1, .events h1, .contacts h1, .jobs h1, .data_list h1, .oss_list h1, .publications h1 {
    font-family: ZOZOGothic, sans-serif;
    font-weight: normal;
    font-size: 3.125rem;
    text-align: center;
    padding: 60px 0 0 0;
    margin: 0;
}

.our_team_detail .photo {
    margin: 65px auto 0 auto;
    max-width: 100%;
    display: block;
}

.our_team_detail .profile {
    background: white;
    position: relative;
    margin: -45px auto 0 auto;
    max-width: 960px;
    padding-top: 43px;
}

.our_team_detail .profile li {
    margin-top: 20px;
    list-style-type: none;
    margin-left: 1em;
    text-indent: -1em;
}

.our_team_detail .profile li::before {
    content: '・';
}

.our_team_detail .position, .our_team_detail h2.name {
    text-align: center;
}

.our_team_detail h2.name {
    font-size: 2.125rem;
}

.our_team_detail .profile .position {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 0;
    margin-top: 9px;
    margin-bottom: 60px;
}

.our_team_detail .back {
    margin-top: 120px;
    margin-bottom: 90px;
}

.our_team_detail .profile p {
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
}

.our_team_detail .profile h3 {
    margin-top: 120px;
}

.our_team_detail .profile h4 {
    margin-top: 100px;
    font-size: 1.125rem;
    margin-left: 40px;
    margin-right: 40px;
}

/*events data oss*/

.events main, .data_list main, .oss_list main, .publications main {
    max-width: 880px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

.events h2, .oss_list h2 {
    font-size: 1.875rem;
    font-weight: bold;
}
.data_list h2 {
    font-size: 2rem;
    font-weight: bold;
}
.data_list h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 20px;
}

.events .caption, .jobs .caption, .data_list .caption, .oss_list .caption {
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    text-align: center;
    font-size: 1rem;
    margin-top: 65px;
    margin-bottom: 100px;
}

.data_list .description, .oss_list .description {
    margin-top: 40px;
}

.events .event_name, .data_list .data_name, .oss_list .oss_name {
    margin-top: 80px;
}

.publication {
    display: inline-block;
    margin-top: 80px;
    color: #000000;
    text-decoration: none;
}

.publication_name {
    font-size: 30px;
    line-height: 40px;
}

.publication_info {
    display: flex;
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 32px;
}

.publication_category {
    flex: 0 0 auto;
    margin-right: 20px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    background-color: #F2F4F5;
}

.publication_detail {
    margin-top: 4px;
}

.publication_date_time, .publication_media {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #000000;
}

.publication_date_time_for_sp {
    display: none;
}

/*come work with us*/

#come_work_with_us h2 {
    text-align: left;
    margin-left: 130px;
    margin-bottom: 0;
    padding-top: 94px;
    font-family: ZOZOGothic, sans-serif;
    font-size: 2.8125rem;
    font-weight: normal;
    line-height: 1.4;
}

#come_work_with_us .description {
    margin-top: 10px;
    margin-left: 130px;
    font-size: 0.875rem;
}

#come_work_with_us .view_more {
    margin-top: 20px;
    text-align: left;
    margin-left: 80px;
}

#come_work_with_us .view_more .link {
    border-bottom-color: white;
    text-align: left;
    margin-left: 50px;
}

#come_work_with_us .view_more a {
    color: white;
    border-color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.events #come_work_with_us, .data_list #come_work_with_us, .oss_list #come_work_with_us, .publications #come_work_with_us {
    margin-top: 80px;
}

.contacts h2 {
    text-align: center;
    font-weight: bold;
}

.contacts .location {
    text-align: left;
    width: 100%;
    max-width: 880px;
    margin: 40px auto 0 auto;
}

.contacts main h2 {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 60px;
}

.contacts #chiba{
    margin-top: 105px;
}

.contacts #tokyo, .contacts #fukuoka, .contacts #miyazaki{
    margin-top: 120px;
}

.contacts .map {
    height: 495px;
}

.contacts #come_work_with_us {
    margin-top: 100px;
}

footer {
    margin-left: 130px;
    font-size: 0.875rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1;
    color: #babdbf;
    clear: left;
}

footer .zozo_logo {
    margin: 31px 0 34px 0;
}

footer address a {
    margin-top: -4px;
}

footer .privacy {
    margin-top: 10px;
    font-size: 0.875rem;
}

footer a {
    color: #9b9b9b;
    padding: 4px;
    text-decoration: none;
}

footer .privacy a, .terms a, footer address {
    margin-left: -4px;
}

footer small {
    display: block;
}

footer .social a {
    display: inline-block;
    padding: 10px;
    margin-top: 18px;
    margin-left: -12px;
    margin-right: 20px;
}

footer .social img {
    width: 26px;
    height: 26px;
}

footer .social h2 {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 22px;
    line-height: 22px;
    color: #000000;
    margin-right: 12px;
    vertical-align: text-bottom;
    padding-bottom: 6px;
}

footer .copyright {
    margin-top: 16px;
    padding: 0;
    color: #000000;
    font-size: 0.75rem;
    font-weight: 300;
    margin-bottom: 40px;
}

.ios, .android {
    display: none;
}

body.iosDevice .ios, body.androidDevice .android {
    display: unset;
}

#come_work_with_us {
    background: black url("top_page/come_work_with_us/img.jpg") no-repeat center;
    background-size: cover;
    background-position: center top;
    height: 400px;
    color: white;
    clear: left;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2) {
    #come_work_with_us {
        background-image: url("top_page/come_work_with_us/img@2x.jpg");
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and ( min--moz-device-pixel-ratio: 3), only screen and ( -o-min-device-pixel-ratio: 3/1), only screen and ( min-device-pixel-ratio: 3) {
    #come_work_with_us {
        background-image: url("top_page/come_work_with_us/img@3x.jpg");
    }
}

@media only screen and (max-width: 749px) {
    #come_work_with_us {
        height: 250px;
        background-image: url("top_page/come_work_with_us_mobile/img.jpg");
        background-size: 100%;
    }
}

@media only screen and (max-width: 749px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 749px) and ( min--moz-device-pixel-ratio: 2), only screen and (max-width: 749px) and ( -o-min-device-pixel-ratio: 2/1), only screen and (max-width: 749px) and ( min-device-pixel-ratio: 2) {
    #come_work_with_us {
        background-image: url("top_page/come_work_with_us_mobile/img@2x.jpg");
    }
}

@media only screen and (max-width: 749px) and (-webkit-min-device-pixel-ratio: 3), only screen and (max-width: 749px) and (min--moz-device-pixel-ratio: 3), only screen and (max-width: 749px) and (-o-min-device-pixel-ratio: 3/1), only screen and (max-width: 749px) and (min-device-pixel-ratio: 3) {
    #come_work_with_us {
        background-image: url("top_page/come_work_with_us_mobile/img@3x.jpg");
    }
}

@media screen and (min-width: 1361px) {
    .top_page .moon {
        right: 0px;
    }
}

@media screen and (max-width: 1360px) {
    .top_page .moon {
        left: 282px;
    }
    .fly {
        text-align: left;
    }
}

@media screen and (max-width: 900px) {
    .top_page .moon {
        float: right;
        left: inherit;
        right: -460px;
    }
}

@keyframes feedIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes slideIn {
    0% {
        opacity: 0;
        left: 1em;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes slideInFull {
    0% {
        opacity: 0;
        width: 0;
        height: 0;
    }
    1% {
        width: 100%;
        height: 100%;
        left: 1em;
        opacity: 0;
    }
    100% {
        opacity: 1;
        width: 100%;
        height: 100%;
        left: 0;
    }
}

@keyframes slideOutFull {
    0% {
        opacity: 1;
        left: 0;
        width: 100%;
        height: 100%;
    }
    99% {
        width: 100%;
        height: 100%;
        left: 1em;
        opacity: 0;
    }
    100% {
        opacity: 0;
        width: 0;
        height: 0;
        left: 1em;
    }
}

@media screen and (min-width: 750px) {
    .mobile {
        visibility: hidden;
        height: 0px;
        width: 0px;
    }
    .pc {
        visibility: visible;
    }
    .top_page #news article {
        width: 28%;
        margin: 2.5%;
    }
}

/* for tablet */

@media screen and (max-width: 920px) {
    #top_menu ul {
        padding-left: 5px;
    }
    .open_menu {
        margin-left: 5px;
    }
    .our_team_detail .profile ul {
        padding-left: 5%;
        padding-right: 5%;
    }
    .contacts div.location, .our_mission .with_your_idea {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media screen and (max-width: 900px) {
    #come_work_with_us h2 {
        padding-top: 64px;
        margin-left: 100px;
    }
}

/* for mobile */

@media screen and (max-width: 749px) {
    .mobile {
        visibility: visible;
    }
    #come_work_with_us .view_more .link, .top_page .view_more .link, .our_mission .view_more .link, .our_team_detail .back .link, .our_team .view_more.link {
        border-bottom: 3px solid #d2d7d9;
        padding-bottom: 3px;
    }
    #come_work_with_us .view_more .link {
        border-bottom: 3px solid white;
    }
    .pc {
        visibility: hidden;
        height: 0px;
        width: 0px;
    }
    #header_label {
        height: 60px;
    }
    main {
        padding-top: 60px;
    }
    #top_menu .square_zozo, #header_label .square_zozo {
        top: 11px;
        right: 20px;
    }
    #top_menu ul {
        margin-top: 64px;
        padding-left: 5px;
    }
    #top_menu li a {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #top_menu ul a.first {
        margin-top: 9px;
    }
    #top_menu ul a.small {
        padding-top: 15px;
        padding-bottom: 10px;
        font-size: 16px;
        font-weight: 300;
    }
    #top .moon {
        top: 90px;
        width: 100%;
        left: 0;
        position: static;
    }
    #top_menu ul a.big {
        font-size: 24px;
    }
    #top_menu ul a.small {
        margin-top: 5px;
    }
    #top .fly {
        top: 0;
    }
    #top h1, #top h2 {
        z-index: 2;
        margin: 0;
        text-align: center;
        overflow: hidden;
    }
    #top h1 {
        padding: 141px 15px 0 15px;
    }
    #top h2 {
        padding: 21px 55px 0 55px;
        text-align: center;
    }
    #top h1 .img, #top h2 .img {
        width: 100%;
        height: auto;
    }
    #top h1 .img {
        max-height: 93px;
        background-position: center bottom;
        font-size: 130px;
        line-height: 0.6;
    }
    #top h2 .img {
        max-height: 39px;
        background-position: center top;
        margin-right: 0;
    }
    #top h2 .img span {
        display: block;
        margin-left: 0;
        font-size: 53px;
        line-height: 0.6;
        text-align: center;
    }
    .open_menu {
        margin-left: 2px;
        padding: 23px;
    }
    .top_page #top {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        height: auto;
    }
    .top_page #top .view_more {
        margin-top: 13px;
        padding-bottom: 64px;
    }
    .top_page #top p {
        margin-top: 217px;
        font-size: 14px;
        font-weight: 300;
        line-height: 1.79;
        padding: 0 0 0 20px;
    }
    .top_page #top a {
        font-family: 'Open Sans', sans-serif;
    }
    .top_page h2, .top_page #our_team .description {
        text-align: left;
    }
    .top_page h2 {
        font-size: 30px;
        text-align: left;
    }
    .top_page #events, .top_page #our_team {
        padding-top: 30px;
    }
    .top_page #our_team h2 {
        padding-bottom: 30px;
    }
    .top_page #events h3 {
        font-size: 20px;
        margin-top: 30px;
        line-height: 1.3;
    }
    .top_page #events .datetime, .top_page #events .place, .events .datetime, .events .place, .jobs .place {
        font-size: 12px;
        padding-bottom: 11px;
        padding-top: 10px;
    }
    .data_list .description, .oss_list .description {
        margin-top: 20px;
    }
    .data_list .data_name {
        font-size: 24px;
    }
    .data_list h3 {
        font-size: 20px;
    }
    .events #come_work_with_us, .data_list #come_work_with_us, .oss_list #come_work_with_us, .publications #come_work_with_us {
        margin-top: 50px;
    }
    .top_page #events .place::before {
        margin-left: 10px;
        margin-right: 2px;
    }
    .top_page #events .place::before, .events .place::before, .jobs .place::before {
        content: "";
        background-image: url(./image/map.svg);
        background-repeat: no-repeat;
        width: 15px;
        height: 15px;
        display: inline-block;
        background-size: 15px;
    }
    .top_page #events .description, .events .description, .data_list .description, .oss_list .description {
        font-size: 14px;
        font-weight: 300;
        line-height: 1.71;
    }
    .top_page #events .view_event, .events .view_event, .data_list .view_data, .oss_list .view_oss {
        font-size: 14px;
        line-height: 1;
    }
    .top_page .view_event a, .events .view_event a, .data_list .view_data a, .oss_list .view_oss a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .top_page #events .view_more a {
        margin-top: 30px;
    }
    .top_page #news, .top_page #events, .top_page #our_team {
        padding-left: 20px;
        padding-right: 20px;
    }
    .top_page #news article {
        margin: 30px 0 0 0;
        line-height: 1;
        float: none;
        max-width: none;
    }
    .top_page #news article h3 {
        font-size: 14px;
        line-height: 1.71;
        margin-top: 9px;
    }
    .top_page #news article a {
        line-height: 1;
    }
    .top_page #news .thumbnail {
        max-width: 100%;
    }
    .top_page #news p {
        margin-top: 9px;
    }
    .top_page #news p.view_more {
        margin-top: 50px;
    }
    .top_page .view_more a, .our_mission .view_more a, .our_team_detail .back a {
        font-size: 16px;
    }
    .top_page #news article .datetime {
        font-size: 12px;
        margin-top: 6px;
        height: 16px;
    }
    .top_page #events, .top_page #our_team {
        padding-top: 30px;
    }
    .top_page #news h2 {
        margin-bottom: 0;
    }
    .top_page #news, .top_page #events, .top_page #our_team {
        padding-bottom: 30px;
    }
    .top_page .view_more {
        font-size: 16px;
        margin-top: 0;
    }
    .top_page #our_team .faces {
        margin-left: 10px;
    }
    .top_page #our_team .faces img {
        margin-left: -15px;
        height: 61px;
    }
    .top_page #our_team .faces span::before {
        width: 53px;
        height: 53px;
        border-width: 5px;
        top: -43px;
        left: -16px;
    }

    .our_mission .title, .our_team h1, .our_team_detail h1, .events h1, .contacts h1, .jobs h1, .data_list h1, .oss_list h1, .publications h1 {
        padding-top: 20px;
        font-size: 30px;
        text-align: left;
    }
    .our_team_detail h1 {
        margin-left: 20px;
        margin-right: 20px;
    }
    .top_page #our_team .description {
        margin-top: 27px;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 1.71;
    }
    /* our mission*/
    .our_mission .prologue, .our_mission .title, .our_mission h2, .our_mission .research_area p, .our_mission .with_your_idea p.description, .our_mission .with_your_idea aside {
        padding-left: 20px;
    }
    .our_mission .with_your_idea p.description {
        padding-right: 20px;
    }
    .our_mission .research_area h2 {
        margin-top: 36px;
        margin-bottom: 30px;
    }
    .our_mission .research_area .thumbnail {
        text-align: center;
        line-height: 1;
    }
    .our_mission .research_area .thumbnail img {
        width: 100px;
        margin-left: 8px;
        margin-right: 8px;
        margin-bottom: 8px;
    }
    .our_mission .research_area .description {
        margin-top: -4px;
        margin-right: 20px;
    }
    .our_mission .research_area h3, .our_mission .research_area p {
        line-height: 1.71;
        font-size: 14px;
    }
    .our_mission .research_area h3 {
        margin-top: 24px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .our_mission .title, .our_mission .prologue, .our_mission .research_area, .our_mission .our_resources, .our_mission .with_your_idea h2, .events .caption, .jobs .caption, .data_list .caption, .oss_list .caption {
        text-align: left;
    }
    .our_mission h1 {
        font-size: 40px;
        margin-bottom: 6px;
        margin-top: 30px;
        line-height: 1.38;
        letter-spacing: -2px;
    }
    .our_mission .prologue p {
        font-size: 17px;
        margin-top: 24px;
        line-height: 1.65;
    }
    .our_mission .prologue, .our_mission .research_area, .our_mission .our_resources aside, .our_mission .with_your_idea {
        margin-bottom: 60px;
    }
    .our_mission .research_area h2 {
        font-size: 20px;
    }
    .our_mission .our_resources h2, .our_mission .with_your_idea h2 {
        margin-top: 60px;
        margin-bottom: 30px;
        font-weight: 900;
    }
    .our_mission h2 {
        font-size: 20px;
        line-height: 1.41;
    }
    .our_mission .our_resources .big .box {
        height: 170px;
    }
    .our_mission .our_resources .big b {
        font-size: 23px;
        line-height: 1.41;
        margin: 0;
    }
    .our_mission .our_resources .box .small {
        font-size: 11px;
        max-width: 285px;
        line-height: 1.55;
    }
    .our_mission .our_resources .small p {
        font-size: 17px;
    }
    .our_mission .with_your_idea p.description {
        margin-top: 30px;
        font-size: 14px;
        line-height: 1.71;
    }
    .our_mission .our_resources .big .box, .our_mission .our_resources .small .box {
        width: auto;
        display: flex;
        text-align: center;
        font-size: 17px;
    }
    .our_mission .our_resources aside {
        font-size: 11px;
        text-align: center;
        margin-top: 15px;
        line-height: 1;
    }
    .our_mission .with_your_idea aside.description {
        font-size: 11px;
        margin-top: 10px;
    }
    .our_mission .with_your_idea article {
        margin-top: 15px;
        margin-left: 20px;
        margin-right: 20px;
        border-width: 5px;
    }
    .our_mission .with_your_idea article .datetime {
        margin-top: 25px;
        font-size: 12px;
        padding: 6px 2px;
    }
    .our_mission .with_your_idea h3 {
        margin: 0;
        padding: 20px 25px 0 25px;
        font-size: 17px;
    }
    .our_mission .with_your_idea dl {
        margin: 20px 20px 0 20px;
        border-width: 5px;
    }
    .our_mission .view_more {
        margin-top: 0;
        margin-bottom: 0;
    }
    .our_team .members_photo:last-child {
        margin-bottom: 0;
    }
    .our_team #come_work_with_us {
        margin-top: 40px;
    }
    .our_mission .with_your_idea, .contacts div.location, .our_mission .with_your_idea {
        padding-left: 0;
        padding-right: 0;
    }
    .our_mission .with_your_idea dt, .our_mission .with_your_idea dd {
        display: block;
        margin: 0;
        border-width: 5px;
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 1.71;
        font-size: 14px;
    }
    .our_mission .with_your_idea dt {
        float: left;
        clear: left;
        width: 85px;
    }
    .our_mission .with_your_idea dd {
        padding-left: 90px;
    }
    /* our team */
    .our_team h1, .our_team .caption, .jobs h1, .jobs .caption {
        padding-left: 20px;
        padding-right: 20px;
    }
    .our_team h2 {
        margin-top: 50px;
        font-size: 19px;
        font-weight: bold;
    }
    .our_team .caption, .events .caption, .jobs .caption, .data_list .caption, .oss_list .caption {
        margin-top: 30px;
        font-size: 14px;
        line-height: 1.71;
        font-weight: 300;
        text-align: left;
    }
    .our_team .members_photo img {
        width: 130px;
        height: 130px;
    }
    .our_team .members_photo section {
        width: 170px;
        margin: 30px 4px 10px;
        line-height: 1;
    }
    .our_team .members_photo section:last-child {
        margin-bottom: 10px;
    }
    .our_team .members_photo h3, .our_team .members_photo p {
        font-size: 14px;
    }
    .our_team .members_photo p {
        font-size: 12px;
    }
    .our_team_detail .photo {
        margin: 24px auto 0 auto;
        height: 211px;
        object-fit: cover;
    }
    .our_team_detail h2.name, .our_team_detail .position {
        text-align: left;
    }
    .our_team_detail .profile h4 {
        font-size: 15px;
        font-weight: bold;
        line-height: 1.4;
        margin-top: 60px;
        margin-left: 0;
        margin-right: 0;
    }
    .our_team_detail .profile {
        margin: 0;
        background: transparent;
        padding: 25px 20px;
        text-align: left;
    }
    .our_team_detail .profile .position {
        margin-top: 4px;
        margin-bottom: 30px;
        font-size: 12px;
        font-family: 'Open Sans', sans-serif;
    }
    .our_team_detail h2.name {
        font-family: 'Open Sans', sans-serif;
        font-size: 23px;
    }
    .our_team_detail .profile ul {
        padding-left: 0;
        margin-bottom: 0;
    }
    .our_team_detail .profile p, .our_team_detail .profile li {
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.71;
        /* margin-left: 0; */
        padding-left: 0;
        padding-right: 0;
    }
    .our_team_detail .profile h3 {
        margin-top: 60px;
    }
    .our_team_detail .back {
        margin-top: 35px;
        margin-bottom: 50px;
    }
    /*events oss*/
    .events .event_name, .oss_list .oss_name {
        margin-top: 30px;
        font-size: 20px;
        line-height: 1.3;
    }
    .events .caption, .jobs .caption, .data_list .caption, .oss_list .caption {
        margin-bottom: 50px;
    }
    /*contacts*/
    .contacts main {
        margin: 0 20px 50px 20px;
    }
    .contacts #come_work_with_us {
        margin-top: 50px;
    }
    #contacts .map {
        height: 188px;
    }
    .contacts main h2 {
        margin-bottom: 30px;
        font-size: 19px;
    }
    .contacts #tokyo, .contacts #makuhari {
        margin-top: 50px;
    }
    .contacts #fukuoka, .contacts #makuhari {
        margin-top: 60px;
    }
    .contacts .location {
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.71;
    }
    /* Jobs */
    .jobs .main a.view_and_apply {
        margin-top: -9px;
        font-size: 14px;
    }
    /*contacts*/
    .contacts .map {
        height: 188px;
    }

    /*publications*/
    .publication {
        margin-top: 24px;
        text-decoration: none;
    }

    .publication + .publication {
        margin-top: 40px;
    }

    .publication_name {
        font-size: 20px;
        line-height: 26px;
    }

    .publication_info {
        display: block;
        margin-top: 12px;
        font-size: 12px;
        line-height: 20px;
    }

    .publication_category {
        display: inline-block;
        margin-right: 12px;
        padding: 0 10px;
        height: 28px;
        line-height: 28px;
    }

    .publication_date_time_for_sp {
        display: inline;
        font-weight: bold;
        padding-top: 2px;
    }

    .publication_detail {
        margin: 10px 5px 0;
    }

    .publication_date_time {
        display: none;
    }

    .publication_media {
        display: block;
        margin: 0;
        padding: 0;
        border: none;
    }

    .publication_member {
        display: block;
        margin-top: 6px;
    }

    /*come work with us*/
    #come_work_with_us h2 {
        margin: 0;
        padding: 20px 20px 5px 20px;
        line-height: 1.2;
        font-size: 30px;
    }
    #come_work_with_us .description {
        margin-left: 20px;
        font-family: 'Noto Sans JP', sans-serif;
        line-height: 1.75;
        font-size: 12px;
        font-weight: 300;
        margin-top: 0;
    }
    #come_work_with_us .view_more {
        margin: 0;
    }
    #come_work_with_us .view_more a {
        padding: 20px;
    }
    #come_work_with_us .view_more .link {
        margin-left: 0;
    }
    footer {
        margin-left: 20px;
        font-size: 14px;
    }
    footer .zozo_logo {
        margin: 20px 0 20px 0;
    }
    footer .zozo_logo img {
        width: 80px;
        height: 24px;
    }
    footer .social h2 {
        font-size: 10px;
        height: 22px;
        line-height: 22px;
        margin-right: 18px;
        padding-bottom: 4px
    }
    footer .copyright {
        font-size: 10px;
        margin-top: 14px;
    }
    footer .social a {
        margin-top: 10px;
        margin-left: -10px;
        margin-right: 6px;
    }
    footer .social img {
        width: 22px;
        height: 22px;
    }
}

@keyframes slideIn {
    0% {
        opacity: 0;
        left: 0;
        top: 1em;
    }
    100% {
        opacity: 1;
        left: 0;
        top: 0;
    }
}

@media screen and (max-width: 400px) {
    #top .fly {
        top: 90px;
    }
}

@media screen and (max-width: 420px) {
    img {
        height: auto;
    }
}

/* for tiny mobile */

@media screen and (max-width: 320px) {
    .our_mission h1 {
        font-size: 30px;
    }
}
