@charset "UTF-8";

/********************

content

********************/
#footer #pageTop {
    display: block;
}

#footer #pageTop a.curtain {
    display: table-cell;
    width: 120px;
    height: 120px;
    vertical-align: middle;
    padding: 10px;
    border: 1px solid #1e9bcd;
    background-color: #1e9bcd;
    color: #FFF;
    line-height: normal;
}

#footer #linkContact {
    display: none;
}









/***********************************************************
for smartphone
************************************************************/
@media screen and (max-width:736px){

#footer{
    margin-top: 0px;
}

#footer #pageTop {
    bottom: 0;
    display: table;
    width: 100%;
}

#footer #pageTop a.curtain {
    display: table-cell;
    width: 120px;
    height: 60px;
    vertical-align: middle;
    padding: 10px;
    border: 1px solid #1e9bcd;
    background-color: #1e9bcd;
    color: #FFF;
    line-height: normal;
}



/********************

content

********************/

/**
内容***/
#content h1 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #FFFFFF;
    padding: 30px 10px;
    background-size: cover;
    background-image: url(../images/header.png);
}

/**
wrap_top***/
#content .wrap_top {
}

#content .title {
}

#content .wrap_top .f_toggle_btn {
    text-align: center;
	background-color: #0E7AC4;
	color: #FFF;
    padding: 10px;
}

#content .wrap_top .f_toggle_btn .drawer-hamburger-icon {
    background-color: #FFF;
    width: 20px;
    margin-top: 0;
    top: 18px;
    left: 30%;
}

#content .wrap_top .f_toggle_btn .drawer-hamburger-icon:before {top: -7px; background-color: #FFF;}
#content .wrap_top .f_toggle_btn .drawer-hamburger-icon:after {top: 7px; background-color: #FFF;}

#content .wrap_top ul {
    display: none;
	margin: 20px;
	overflow: hidden;
}

#content .wrap_top ul li {
	float: left;
	width: 50%;
}

#content .wrap_top ul li a {
}

#content .wrap_top ul li a.curtain_left {
	display: block;
	width: 100%;
	position: relative;
	z-index: 2;
	background-color: #FFF;
	border: 1px solid #FFF;
	color: #333;
	line-height: 50px;
	overflow: hidden;
}

#content .wrap_top ul li a.curtain_left:hover {
	color: #FFF;
}

#content .wrap_top ul li a.curtain_left::after {
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
}

#content .wrap_top ul li a.curtain_left:hover::after {
	left: 0;
	background-color: #0E7AC4;
}

#content .wrap_top ul li a.select {
	background-color: #0E7AC4;
	border: 1px solid #0E7AC4;
	color: #FFF;
}



/**
mainArea***/
#content .mainArea {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    background-color: #555;
}

#content .mainArea div {
	padding: 5%;
}

#content .mainArea div h3 {
    text-align: center;
    color: #FFBF00;
    font-size: 2.4rem;
    line-height: 5rem;
}

#content .mainArea div p {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    color: #000;
    font-size: 5.8vw;
    line-height: 2rem;
}

.ex2 {
    opacity : 0;
}

.ex2 span {
    position: relative;
    left: -10px;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}



/**
blockArea***/
#content .blockArea {
}

#content .blockArea ul.navi {
	margin: 20px 3%;
	overflow: hidden;
}

#content .blockArea ul.navi li {
	float: left;
	width: 50%;
	padding-bottom: 3%;
}

#content .blockArea ul.navi li:nth-of-type(odd) {
	padding-right: 1.5%;
}

#content .blockArea ul.navi li:nth-of-type(even) {
	padding-left: 1.5%;
}

#content .blockArea ul.navi li a {
    display: block;
    font-size: 0.85rem;
    padding: 6px 15px;
    border: solid 1px #333;
    border-radius: 22px;
}

#content .blockArea ul.navi li a.arrow::before,
#content .blockArea ul.navi li a.arrow::after {
    border-right: 15px solid transparent;
}

#content .blockArea article {
    margin: 0 5%;
}

#content .blockArea article h3 {
    font-size: 4.2vw;
    margin-bottom: 20px;
}

#content .blockArea article h4 {
    color: #FFBF00;
    font-size: 4.5vw;
}

#content .blockArea article h4 span {
    color: #333333;
    font-size: 3.2vw;
    margin-left: 10px;
}

#content .blockArea article ul img {
}

#content .blockArea article ul {
}

#content .blockArea article ul .lside {
}

#content .blockArea article p {
}

/** comment **/
#content .blockArea .comment {
    margin-top: 40px;
    padding-top: 40px;
    border-top: dashed 1px #999999;
}

#content .blockArea #pm {
    padding-top: 0px;
    margin-top: 0px;
    border-top: none;
}

#content .blockArea #soumu {
}

#content .blockArea .comment .sekisanwrap {
    display: flex;
    align-items: center;
}

#content .blockArea .comment .sekisanwrap .lside {
    padding-right: 20px
}

#content .blockArea .comment .sekisanwrap .lside h3 {
    margin: 0;
}

#content .blockArea .comment .sekisanwrap .rside {
    width: 65px;
}

/** dayflow **/
#content .blockArea .dayflow {
    margin-top: 80px;
}

#content .blockArea .dayflow dl {
    display: flex;
    font-size: 1.2rem;
    line-height: 1.6rem;
    border-bottom: solid 1px #BBBBBB;
	padding: 20px 10px;
}

#content .blockArea .dayflow dl:last-child {
    border-bottom: none;
}

#content .blockArea .dayflow dl dt {
    width: 80px;
    margin-right: 20px;
}

#content .blockArea .dayflow dl dd {
    width: -webkit-fill-available;
}



/**
recruitArea***/
#content .recruitArea {
    background-color: #e3f7ff;
    margin-top: 40px;
    padding: 20px 0;
}

#content .recruitArea article {
    position: relative;
    display: block;
}

#content .recruitArea article .lside {
    display: block;
    padding: 180px 5% 0 5%;
}

#content .recruitArea article .lside h3 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #1767cf;
    margin: 20px 0;
}

#content .recruitArea article .lside p {
    padding-bottom: 20px;
    font-size: 1rem;
}

#content .recruitArea article .lside p span {
    font-size: 0.9rem;
    padding-top: 40px;
}

#content .recruitArea article .lside a {
    display: inline-block;
    color: #FFF;
    font-size: 0.9rem;
    padding: 10px 12px;
    border-radius: 5px;
    background-color: #1ac9f3;
}

#content .recruitArea article .lside a.curtain_left {
    border: none;
    line-height: inherit;
}

#content .recruitArea article .lside a.curtain_left:hover {
	color: #FFF;
}

#content .recruitArea article .lside a.curtain_left::after {
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
}

#content .recruitArea article .lside a.curtain_left:hover::after {
	left: 0;
	background-color: #0E7AC4;
}

#content .recruitArea article .lside a.button {
    text-align: unset;
}

#content .recruitArea article .lside a dl {
    padding-left: 10px;
    border-left: solid 2px #fff70b;
}

#content .recruitArea article .lside a dl:hover {
    border-left: solid 2px #1ac9f3;
}

#content .recruitArea article .lside a dl dt {
}

#content .recruitArea article .lside a dl dd {
    position: relative;
}

#content .recruitArea article .lside a dl dd span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25px;
    height: 25px;
    background-color: #FFF;
    color: #333;
}

#content .recruitArea article .rside {
    position: absolute;
    top: 0;
    right: 0;
}

#content .recruitArea article .rside img {
}



}






/************************************************************
for pc  width 737px 以上はpc表示
************************************************************/
@media print, screen and (min-width:737px){

#footer{
    margin-top: 90px;
}
/********************

content

********************/

/**
内容***/
#content h1 {
    font-size: 2.4rem;
    line-height: 4rem;
    color: #FFFFFF;
    text-align: center;
    padding: 40px 0;
    margin-top: 20px;
}

#content .wrap1200 {
    width: 1200px;
    margin: 0 auto;
}

#content .catch {
    padding: 60px 0;
}



/**
wrap_top***/
#content .wrap_top {
    display: flex;
}

#content .title {
    width: 40%;
}

#content .wrap_top ul {
    width: 52%;
    margin-right: 8%;
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#content .wrap_top ul li {
}

#content .wrap_top ul li a {
}

#content .wrap_top ul li a.curtain_left {
	display: block;
	width: 100%;
    padding: 0 15px;
	position: relative;
	z-index: 2;
	background-color: #FFF;
	border: 1px solid #FFF;
	color: #333;
	line-height: 50px;
	overflow: hidden;
}

#content .wrap_top ul li a.curtain_left:hover {
	color: #FFF;
}

#content .wrap_top ul li a.curtain_left::after {
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
}

#content .wrap_top ul li a.curtain_left:hover::after {
	left: 0;
	background-color: #0E7AC4;
}

#content .wrap_top ul li a.select {
	background-color: #0E7AC4;
	border: 1px solid #0E7AC4;
	color: #FFF;
}



/**
mainArea***/
#content .mainArea {
    display: flex;
    align-items: center;
    margin: 0 8%;
    overflow: hidden;
    height: 560px;
    background-image: url(../images/workstyle/main.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#content .mainArea div {
    padding-left: 10%;
}

#content .mainArea div h3 {
    color: #FFBF00;
    font-size: 2.4rem;
    line-height: 5rem;
}

#content .mainArea div p {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    color: #000;
    font-size: 2.2rem;
    line-height: 4.4rem;
    padding-bottom: 5px;
}

.ex2 {
    opacity : 0;
}

.ex2 span {
    position: relative;
    left: -10px;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}



/**
blockArea***/
#content .blockArea {
}

#content .blockArea ul.navi {
    display: flex;
    margin: 100px 8% 50px 8%
}

#content .blockArea ul.navi li {
    margin-right: 30px;
}

#content .blockArea ul.navi li a {
    display: block;
    font-size: 0.85rem;
    padding: 2px 65px 2px 15px;
    border: solid 1px #333;
    border-radius: 20px;
}

#content .blockArea ul.navi li a.arrow::before,
#content .blockArea ul.navi li a.arrow::after {
    border-right: 15px solid transparent;
}

#content .blockArea article {
    margin: 0 8% 0 8%;
}

#content .blockArea article h3 {
    font-size: 1.6rem;
    margin-bottom: 60px;
}

#content .blockArea article h4 {
    color: #FFBF00;
    font-size: 1.4rem;
    margin: 0 0 20px 40px;
}

#content .blockArea article h4 span {
    color: #333333;
    font-size: 1rem;
    margin-left: 10px;
}

#content .blockArea article ul {
    display: flex;
    margin-bottom: 40px;
}

#content .blockArea article ul .lside {
    width: 55%;
    padding-left: 40px;
}

#content .blockArea article ul .rside {
    width: 40%;
    margin-left: 5%;
}

#content .blockArea article p {
    font-size: 1.2rem;
    padding-left: 40px;
}

/** comment **/
#content .blockArea .comment {
    margin-top: 100px;
    padding-top: 100px;
    border-top: dashed 1px #999999;
}

#content .blockArea #pm {
    padding-top: 0px;
    margin-top: 0px;
    border-top: none;
}

#content .blockArea .comment .sekisanwrap {
    display: flex;
    align-items: center;
}

#content .blockArea .comment .sekisanwrap .lside {
    padding-right: 50px
}

#content .blockArea .comment .sekisanwrap .lside h3 {
    margin: 0;
}

#content .blockArea .comment .sekisanwrap .rside {
    width: 130px;
}

/** dayflow **/
#content .blockArea .dayflow {
    margin-top: 80px;
}

#content .blockArea .dayflow dl {
    display: flex;
    font-size: 1.2rem;
    line-height: 1.6rem;
    border-bottom: solid 1px #BBBBBB;
    margin: 0 0 15px 40px;
    padding-bottom: 15px;
}

#content .blockArea .dayflow dl:last-child {
    border-bottom: none;
}

#content .blockArea .dayflow dl dt {
    width: 80px;
    margin-right: 20px;
}

#content .blockArea .dayflow dl dd {
    width: -webkit-fill-available;
}



/**
recruitArea***/
#content .recruitArea {
    margin-top: 100px;
    background-color: #e3f7ff;
}

#content .recruitArea article {
    position: relative;
    display: block;
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0 60px 0;
}

#content .recruitArea article .lside {
    display: block;
}

#content .recruitArea article .lside h3 {
    font-size: 3.4rem;
    font-weight: 700;
    color: #1767cf;
    margin: 20px 0 40px 0;
}

#content .recruitArea article .lside p {
    padding-bottom: 40px;
}

#content .recruitArea article .lside p span {
    font-size: 0.9rem;
    padding-top: 40px;
}

#content .recruitArea article .lside a {
    display: inline-block;
    width: 280px;
    margin: 10px 10px 0 0;
    color: #FFF;
    font-size: 0.9rem;
    padding: 10px 12px;
    border-radius: 5px;
    background-color: #1ac9f3;
}

#content .recruitArea article .lside a.curtain_left {
    border: none;
    line-height: inherit;
}

#content .recruitArea article .lside a.curtain_left:hover {
	color: #FFF;
}

#content .recruitArea article .lside a.curtain_left::after {
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
}

#content .recruitArea article .lside a.curtain_left:hover::after {
	left: 0;
	background-color: #0E7AC4;
}

#content .recruitArea article .lside a.button {
    text-align: unset;
}

#content .recruitArea article .lside a dl {
    padding-left: 10px;
    border-left: solid 2px #fff70b;
}

#content .recruitArea article .lside a dl:hover {
    border-left: solid 2px #1ac9f3;
}

#content .recruitArea article .lside a dl dt {
}

#content .recruitArea article .lside a dl dd {
    position: relative;
}

#content .recruitArea article .lside a dl dd span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25px;
    height: 25px;
    background-color: #FFF;
    color: #333;
}

#content .recruitArea article .rside {
    position: absolute;
    top: 40px;
    right: 0;
}

#content .recruitArea article .rside img {
    height: 290px;
}



}






