
/* CSS Document */

/*==================================================

top-contents
=================================================*/

.top-image {
	width: 100%;
	position: relative;
    background-color: #FFF;
    margin-top: 100px;
}

.top-image .photo {
	width: 100%;
	position: relative;
    z-index: 2;
}
.top-image .top-title {
	width: 100%;
	position: absolute;
    bottom: 18%;
	left: 0;
	z-index: 3;
}
.top-image .top-title p {
    width: 90%;
    font-size: 1.6rem;
    color: #FFF;
    text-align: center;
    line-height: 180%;
    margin: 0 auto;
}

.top-image img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.page-title {
    width: 80%;
    max-width: 470px;
    position: relative;
    text-align: center;
    line-height: 160%;
    margin: 0 auto;
    z-index: 2;
}
.page-title span {
    display: block;
    font-size: 2.4rem;
}
.page-title img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.opening-txt {
    width: 100%;
    background-image: url("../../images/sky_bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8% 0 6%;
}
.opening-txt .inner {
    width: 80%;
    max-width: 533px;
    margin: 0 auto;
}
.opening-txt img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.interview-menu {
    margin-top: 0;
}
.interview-menu .page-title {
    color: #00d78e;
}

.talk {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 0;
}
.talk img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.talk .page-title {
    color: #38d3fd;
}
.talk ul {
    width: 100%;
    display: table;
    margin-top: -120px;
}
.talk ul li {
    width: 50%;
    display: table-cell;
    background-color: #00d0fe;
}
.talk ul li:nth-of-type(2) {
    background-color: #00c5fe;
}
.talk ul li .txt {
    color: #FFF;
    text-align: center;
    padding: 50px 1em;
}
.talk ul li .txt h2 {
    line-height: 160%;
}

.works {
    background-color: #eba000;
    padding: 80px 0;
}
.works img {
    width: 100%;
	max-width: 100%;
	height: auto;
}
.works .page-title {
    color: #FFF;
}
.works .inner {
    width: 90%;
    max-width: 1200px;
    border-radius: 24px;
    border: 5px solid #eba000;
    background-image: url("../../images/works_bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 60px auto 0;
}
.works .inner .txt {
    width: 480px;
    color: #eba000;
    text-align: center;
    margin: 0 0 0 auto;
    padding: 80px 80px;
}
.works .inner .txt h2 {
    font-size: 5rem;
    font-weight: 700;
    margin-bottom: 30px;
}
.works .inner .txt p {
    text-align: center;
}
.works .inner .txt p span {
    display: inline-block;
}
.works .movie {
    width: 90%;
    max-width: 730px;
    margin: 60px auto 0;
}

.company {
    padding: 80px 0;
}
.company img {
    width: 100%;
	max-width: 100%;
	height: auto;
}
.company .page-title {
    color: #f60074;
}
.company ul {
    width: 90%;
    max-width: 1200px;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    
    margin: 0 auto;
}
.company ul li {
    width: 48%;
}
.company dl {
    width: 100%;
    display: table;
    margin-top: 50px;
}
.company dl dt {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}
.company dl dd {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    background-color: #f60074;
    border-radius: 0 12px 12px 0;
}
.company dl dd p {
    font-size: 1.8rem;
    line-height: 160%;
    color: #FFF;
    text-align: center;
}

.recruit {
    background-color: #00b0dc;
    padding: 80px 0;
}
.recruit ul {
    width: 90%;
    max-width: 770px;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    
    margin: 0 auto;
}
.recruit ul li {
    width: 47%;
    margin-top: 40px;
    background-color: #FFF;
}
.recruit ul li a {
    width: 100%;
    display: block;
    font-size: 2.4rem;
    text-align: center;
    color: #0096dc;
    text-decoration: none;
    padding: .8em 1em;
}
.recruit ul li a span {
    width: 50%;
    text-align: center;
    display: inline-block
}
.recruit ul li:nth-of-type(3) {
    width: 100%;
    background-image: url("../../images/recruit_bg.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}
.recruit ul li:nth-of-type(3) a {
    text-align: left;
    padding: 2em 1em;
}

@media only screen and (min-width:1px) and (max-width: 960px) {
    
    .page-title span {
        display: block;
        font-size: 1.8rem;
    }
    
}

@media only screen and (min-width:1px) and (max-width: 768px) {
	
	.top-image {
		margin-top: 60px;
	}
    .top-image .top-title {
        bottom: 12%;
    }
    .top-image .top-title h1 {
        margin: 0 auto 4%;
    }
    .top-image .top-title p {
        font-size: 1.4rem;
    }
    
    .talk {
        padding: 8% 0;
    }
    .talk ul {
        width: 90%;
        display: block;
        margin: 0 auto;
    }
    .talk ul li {
        width: 100%;
        display: block;
        margin-top: 6%;
    }
    .talk ul li .txt {
        color: #FFF;
        text-align: center;
        padding: 5% 1em;
    }
     .talk ul li .txt .button {
        margin-top: 5%;
    }
    
    .works {
        background-color: #eba000;
        padding: 8% 0;
    }
    .works .inner {
        margin: 6% auto 0;
    }
    .works .inner .txt {
        width: 100%;
        max-width: 480px;
        color: #eba000;
        text-align: center;
        margin: 0 auto;
        padding: 8% 8%;
    }
    .works .inner .txt h2 {
        font-size: 3rem;
        font-weight: 700;
        margin-bottom: 5%;
    }
    .works .movie {
        margin: 6% auto 0;
    }
    
    .company {
        padding: 8% 0;
    }
    .company ul {
        display: block;
    }
    .company ul li {
        width: 100%;
    }
    .company dl {
        max-width: 480px;
        margin: 5% auto 0;
    }
    .company dl dd p {
        font-size: 1.6rem;
    }
    
    .recruit {
        padding: 8% 0;
    }
    .recruit ul li {
        width: 47%;
        margin-top: 5%;
        background-color: #FFF;
    }
    .recruit ul li a {
        font-size: 1.8rem;
        padding: .8em 1em;
    }
}

@media only screen and (min-width:1px) and (max-width: 568px) {
	

}
	
@media only screen and (min-width:1px) and (max-width: 480px) {
	

}

