@charset "utf-8";
/* CSS Document */

body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

img {
    width: 100%;
    max-width: 375px;
    vertical-align: bottom;
}

p.img {
    margin: 0;
}

/*/article {
    margin-top: -20px;
}*/

/** header **/

header {
    text-align: center;
    padding: .8em 0;
}


header img {
    width: 40%;
    max-width: 214px;
}

section:not(.slider) > div {
    margin: 0 auto;
    max-width: 375px;
}

/** main **/

/** triangle **/

.triangle.intro,
.triangle.works{
    border-top: 14vw solid #56aac6;
	margin-top: -0.4px;
}

.triangle.work {
    border-top: 14vw solid #f9f9f9;
}
.triangle.works_top {
    border-top: 14vw solid #f4eee2;
}
.triangle {
    width: 0;
    height: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
}

/** top slider **/

.slider {
    position: relative;
}

section.slider h1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
}

section.slider h1 img {
    max-width: 100% !important;
}

div#slider3 {
    margin: 0 !important;
}
/** intro **/

section.intro {
    background: #55aac6;
    padding: 1.5em;
}

.intro h2 {
    width: 95%;
    margin: 0 auto;
}

section.intro p, 
section.works div.works-txt p {
    color: #fff;
    line-height: 2;
    letter-spacing: .06em;
	text-shadow: none;
}

/**  postion **/

section.position {
    padding: 1.5em;
    margin-top: -64px;
}

section.position p {
    width: 96%;
    margin: 0 auto;
}

/** work **/
/*section.work:before {
    content: "";
    border-right: 50vw solid #f3eee2;
    border-bottom: 50px solid #f3eee2;
    border-left: 50vw solid #f3eee2;
    border-top: 50px solid transparent;
}*/


section.work {
    background: #f4eee2;
    margin-top: .5em;
    padding-bottom: 2em;
}
	
section.work h3,
section.works h3 {
    padding: 0 1.5em;
}

section.work > div {
    margin-top: -2em;
}

section.work > div > div > div {
    padding: 1.5em 1em 1em 1em;
    margin: 2em 1.5em 1em;
    background: #fffa47;
    border-radius: 1em;
}

section.work > div > div > div {
    position: relative;
}

section.work > div > div > div.member:last-child {
    margin-bottom: 0;
}

section.work .button {
    width: 36%;
    margin: 0 auto;
}

section.work div.net > div:before {
    content: "";
    position: absolute;
    z-index: 100;
    top: -140px;
    width: 187px;
    background: url(https://www.cypara.com/wp/wp/wp-content/themes/custom/img/recruit/cy_pop_net.png);
    background-size: cover;
    margin: 1em;
    height: 140px;
    left: -27px;
}

section.work div.mainte > div:before {
    content: "";
    position: absolute;
    z-index: 100;
    top: -130px;
    width: 199px;
    background: url(https://www.cypara.com/wp/wp/wp-content/themes/custom/img/recruit/cy_mainte_pop.png);
    background-size: cover;
    margin: 1em;
    height: 130px;
    left: -27px;
}

section.work p {
    color: #2b2b29;
    text-shadow: none;
    font-size: .8em;
    line-height: 1.8em;
    letter-spacing: .06em;
}

/** member **/
		
.member > div > img {
    vertical-align: middle;
}

.member > div > img:first-child {
    width: 30%;
    border-radius: 50em;
}

.member > div > img:last-child {
    width: 67%;
    padding: .5em;
    box-sizing: border-box;
}

div.member h4 {
    margin: 1em 0 0 0;
}
		
/** works **/
		
section.works {
    background: #56aac6;
    margin-top: -2em;
}

/*section.works:before {
    content: "";
    border-right: 50vw solid #56aac6;
    border-bottom: 50px solid #56aac6;
    border-left: 50vw solid #56aac6;
    border-top: 50px solid transparent;
}*/

section.works > div {
    position: relative;
    margin-top: 1em;
}
section.works > div h3 {
    position: absolute;
    top: -44px;
}

section.works div.works-txt {
    padding: 1.5em 1.5em 0;
}
section.works .button {
    width: 124px;
    margin: 0 auto;
    padding: .5em 0;
}
	

#works .modal_body {
    background: #F3EEE1;
    border-radius: 1em;
}

section.works div.modal_txt p {
    color: #56aac6;
    text-shadow: none;
    font-size: .8em;
    line-height: 1.8em;
    letter-spacing: .15em;
}


/** application **/
		
section.application {
    padding: 1.5em;
}

section.application div.button div {
    padding: 1em 0;
}

section.application {
    font-size: .9em;
    line-height: 1.9;
    letter-spacing: .1em;
    color: #595858;
}

section.application h3 {
    color: #54AAC7;
    font-weight: 100;
}


section.application div div p.appli {
    margin: 2.5em 0 0;
    color: #54AAC7;
}

section.application div div p {
    margin-top: 0;
}

section.application div div p.appli:before {
    content: ">";
}

/** pagetop **/
		
div.page-top {
    width: 100px;
    margin: 0 auto;
}
/** footer **/

footer {
    background: #56aac6;
    padding-top: 1em;
    margin-top: 2em;
}

footer div.logo {
    width: 114px;
    margin: 0 auto;
	position: relative;
}

footer p {
    color: #fff;
    text-align: center;
    font-size: .8em;
    letter-spacing: 0.095em;
    margin: 0;
    padding: 1em;
    text-shadow: none;
}

footer div.logo a {
    width: 30px;
    display: block;
    position: absolute;
    bottom: 0;
    right: -71px;
}
/** modal window **/

.modal { 
	display: none; 
	position: fixed; 
	left: 0; top: 0; 
	z-index: 9996; 
	width: 100%; 
	height: 100%;
	right :0 ;
	margin: auto;
}
	
.modal_wall { 
	position: fixed !important;
    z-index: 9998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55) !important;
    margin: 0 !important;
    border-radius: 0 !important; 
}
	
.modal_body {
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    box-sizing: border-box;
    width: 90%;
    max-width: 400px;
    height: 90%;
    margin: auto !important;
    padding: 0 !important;
}

.modal_inner { 
	position: relative; 
	/*width: 100%;*/ 
	height: 100%; 
}
	
.modal_close {
    width: 72px;
    margin: 0 auto;
}
	
.modal_content {
    overflow-y: auto;
    height: 100%;
}

button.ui-btn {
    padding: 0;
    border: 0;
    background: none;
}


/** modal innner **/
p.modal_icon img {
    vertical-align: middle;
}

p.modal_icon img:first-child {
    border-radius: 50em;
    width: 98px;
}

p.modal_icon img:last-child {
    width: 110px;
    margin-left: 1em;
}

.modal_close {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}

#works .modal_close {
    position: static;
    margin-bottom: 10px;
}

.modal_txt {
    position: relative;
}

p.modal_icon, 
.qs.q2, 
.ps.p3, 
#works p {
    padding: 0 1em;
}

#maintenance p.img img {
    border-radius: 1em;
}



/*
#hoge div.modal_txt {
    padding-bottom: 238px;
    background: url(https://www.cypara.com/wp/wp/wp-content/themes/custom/img/recruit/pu1_bg1.png) no-repeat;
    background-position: bottom;
    background-size: contain;
}*/