@charset "utf-8";
/* CSS Document */

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
html,body{
    width: 100%;
}
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, verdana, "Lucida Grande", "ＭＳ Ｐゴシック", "Osaka", Arial, sans-serif;
    color: #333333;
}
img {max-width: 100%;height: auto;}

.whiteArea { background: #FFFFFF;}
.pinkArea {
    background: url(../img/pink_bg.gif) repeat;
    padding: 20px 0;
}
.inner {
    width: 980px;
    margin: 0 auto;
}

h3 {
    margin-bottom: 40px!important;
}
h3,h4 { text-align: center;}
.text {
    text-align: left;
    margin: 20px 0;
    line-height: 1.8;
    font-size: 18px;
}
.table {display: table;border-collapse: separate;width: 100%;}
.table .tablecell { display: table-cell;}
.taC { text-align: center!important;}
.taR { text-align: right!important;}
.annotation {
    color: #666666;
    text-align: left;
    font-size: 14px;
}
em {
    color: #d94274;
    font-size: 46px;
    font-weight: bold!important;
    margin: 0 3px;
}
em span {font-size: 30px;}
a:hover { opacity: 0.8;}
.fl-L { float: left;}
.fl-R { float: right;}

/* table */
.tableArea table {
    border-collapse: separate;
    width: 980px;
    margin-bottom: 10px;
    position: relative;
}
.tableArea thead {
    /* background: #57b1cf; */
}
.tableArea thead th {
    color: #FFFFFF;
    text-align: center;
    padding: 20px 0;
    border-right: 1px solid #0f90ba;
    border-top: 2px solid #0f90ba;
    font-weight: bold;
    background: #57b1cf;
}
.tableArea thead th span {
    display: block;
    font-size: 24px;
    margin-top: 13px;
}
.tableArea thead th:first-child {
    border-left: 2px solid #0f90ba;
}
.tableArea tbody th,
.tableArea tbody td {
    border-right: 1px solid #0f90ba;
    border-bottom: 1px solid #0f90ba;
    vertical-align: top;
}
.tableArea tbody td:last-child {
    border-right: 2px solid #0f90ba;
}
.tableArea tbody th {
    background: #fcf9f0;
    font-size: 16px;
    font-weight: bold;
    width: 160px;
    padding: 20px 0 0 70px;
    border-left: 2px solid #0f90ba;
}
.tableArea tbody td {
    background: white;
    width: 330px;
    padding: 15px;
    line-height: 1.7;
    font-size: 14px;
    text-align: center;
}
.tableArea tr.last th,
.tableArea tr.last td {
    border-bottom: 2px solid #0f90ba;
}
.tableArea table .br1 { border-radius: 15px 0 0 0;}
.tableArea table .br2 { border-radius: 0 16px 0 0;}
.tableArea table .br3 { border-radius: 0 0 0 16px;}
.tableArea table .br4 { border-radius: 0 0 14px 0;}



#header {
    height: 74px;
    margin: 0 auto;
		width:100%;
		position:fixed;
		z-index:9999;
		background-color:#fff;
		top:0;
		min-width: 1020px;
}

#header .top {
    width: 1120px;
    margin: 10px auto;
    padding-left: 20px;
}


#mainbox{
	background: url(../img/header_main_bg.jpg) no-repeat 40% 74px;
	height:666px;
	padding-top:74px;
	margin:0 auto;
	min-width: 1020px;
}

#header .top h1 {}
#header .top .btn {
    text-align: right;
    vertical-align: middle;
    padding-right: 15px;
}
#header .top .tablecell {
    width: 33.3%;
}
#header .top .tel {
    text-align: left;
    vertical-align: middle;
}
#mainbox .main {
    width: 1155px;
    margin: 0 auto;
    padding: 70px 0 0 0;
/*    0: relative*/
}
#mainbox .main .titleArea {
    padding-left: 80px;
}
#mainbox .main h2 {
}
#mainbox .main .lead {
}
#mainbox .main ul.merit {margin: 50px 0;}
#mainbox .main ul.merit li {
    width: 33.3%;
}

.trouble {
    background: url(../img/trouble_bg.jpg) no-repeat bottom;
    position: relative;
    z-index: 99;
    padding: 40px 0 100px;
    margin: 0 auto;
}
.trouble .title {}
.trouble .lead {
    margin: 40px 0 40px 50px;
}
.trouble ul {
}
.trouble ul li {
    float: left;
    height: 150px;
}
.trouble ul li:nth-of-type(2) {margin: 0 0 15px 20px;}
.trouble ul li:nth-of-type(4) {margin: 0 0 0 20px;}
.pinkArea.first {
    padding: 220px 0 40px;
    margin: -133px 0 0;
}

.appeal {
    margin: 50px 0;
}


.appeal .lead {
    margin: 60px 0 30px;
}
.appeal ul.pointBox {
    background: #FFFFFF;
    box-shadow: 1px 1px 3px #e0d9d9;
    border-radius: 8px;
    padding: 15px;
    margin: 50px 0 0;
}
.appeal ul.pointBox li {
    float: left;
    margin: 12.5px;
    padding: 20px;
    width: 410px;
    min-height: 340px;
    text-align: center;
    background: #fcf9f0;
    position: relative;
    border-radius: 8px;
}
.appeal ul.pointBox li:before,
.appeal ul.pointBox li:after {
    top: -5px;
    position: absolute;
}
.appeal ul.pointBox li:before {
    content: " ";
    left: -5px;
    width: 129px;
    height: 71px;
}
.appeal ul.pointBox li:after {
    content: " ";
    right: 20px;
    top: -20px;
}
.appeal ul.pointBox li:nth-of-type(1):before { background: url(../img/appeal_point_1.png) no-repeat;}
.appeal ul.pointBox li:nth-of-type(2):before { background: url(../img/appeal_point_2.png) no-repeat;}
.appeal ul.pointBox li:nth-of-type(3):before { background: url(../img/appeal_point_3.png) no-repeat;}
.appeal ul.pointBox li:nth-of-type(4):before { background: url(../img/appeal_point_4.png) no-repeat;}
.appeal ul.pointBox li:nth-of-type(1):after {background: url(../img/appeal_img_1.png) no-repeat;width: 67px;height: 67px;}
.appeal ul.pointBox li:nth-of-type(2):after {background: url(../img/appeal_img_2.png) no-repeat;right: 10px;width: 125px;height: 57px;}
.appeal ul.pointBox li:nth-of-type(3):after {background: url(../img/appeal_img_3.png) no-repeat;width: 58px;height: 66px;}
.appeal ul.pointBox li:nth-of-type(4):after {background: url(../img/appeal_img_4.png) no-repeat;top: -5px;width: 68px;height: 50px;}

.appeal ul.pointBox li .catch {
    margin: 50px 0 0;
    position: relative;
    font-size: 22px;
    font-weight: bold;
}
.appeal ul.pointBox li .catch:before,
.appeal ul.pointBox li .catch:after {
    width: 15px;
    height: 31px;
    top: 0;
    position: absolute;
}
.appeal ul.pointBox li .catch:before {
    content: url(../img/accent_before_s.png);
    left: 25px;
}
.appeal ul.pointBox li .catch:after {
    content: url(../img/accent_after_s.png);
    background: url(../img/accent_after_s.png) no-repeat;
    right: 30px;
}
.appeal ul.pointBox li:nth-of-type(2) .catch:before { left: 50px;}
.appeal ul.pointBox li:nth-of-type(3) .catch:before { left: 90px;}
.appeal ul.pointBox li:nth-of-type(4) .catch:before { left: 105px;}
.appeal ul.pointBox li:nth-of-type(2) .catch:after { right: 50px;}
.appeal ul.pointBox li:nth-of-type(3) .catch:after { right: 90px;}
.appeal ul.pointBox li:nth-of-type(4) .catch:after { right: 105px;}

.appeal ul.pointBox li .title {
    color: #d94274;
    font-size: 27px;
    font-weight: bold;
    line-height: 1.3;
    margin: 15px 0;
}
.appeal ul.pointBox li .text {
    line-height: 1.7;
    font-size: 16px;
    margin-bottom: 10px;
}

.yBlock {
    background: #fcf9f0;
    box-shadow: 0 1px 6px #e0d9d9;
    border-radius: 8px;
    padding: 30px 16px 20px;
    margin: 40px 0;
}
.appeal .inexperience h4 {
    text-align: center;
}
.appeal .inexperience .title {
    font-size: 30px;
    color: #666;
    margin: 20px 0 50px;
    line-height: 1.4;
    font-weight: bold;
}
.appeal .inexperience .graphArea {
    padding: 0 0 0 20px;
}
.appeal .inexperience .graphArea div {
    width: 33.3%;
    vertical-align: top;
    /* padding: 0 10px; */
}
.appeal .inexperience .graphArea p {
    text-align: center;
}
.appeal .inexperience .graphArea .text{
    font-size: 15px;
    line-height: 1.7;
    font-weight: bold;
    text-align: left;
}
.appeal .inexperience .graphArea .annotation {
    font-size: 15px;
    margin: 30px;
    text-align: right;
}

.contactArea {
    background: url(../img/contact_img_triangle.png) no-repeat 50% 0;
    background-size: 210px 60px;
    width: 980px;
    margin: 0 auto;
    padding: 90px 0 60px;
}
.contactBox {
    background-image: url(../img/contact_bg_top.png), url(../img/contact_bg_btm.png), url(../img/contact_bg_mdl.png);
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-size: 994px 45px, 994px 45px, 994px 42px;
    background-position: top, bottom, center;
    padding: 50px;
}
.contactBox .tel {
    width: 480px;
}
.contactArea .mdl {
    margin: 35px 0 30px;
}
.contactArea .briefingBox {
    background: #dbeef5;
    padding: 20px 40px;
    border-radius: 12px;
}
.contactArea .briefingBox .text {
    font-weight: bold;
    margin: 0;
    font-size: 16px;
}
.contactArea .briefingBox a {
    display: block;
}

/*.environment {
    margin: 0 0 50px;
}*/
.environment .hikaku .lead {
    margin: 60px 0 30px;
}
.environment .hikaku .text {
    margin: 30px 0;
}
.environment .hikaku table thead th:nth-of-type(1) {
    position: relative;
    background: #FFFFFF;
}
.environment .hikaku table th {
    border-bottom: 1px solid #bfbfbf;
}
.environment .hikaku table th.br1 img {
    position: absolute;
    left: -20px;
    top: 0px;
    max-width: 130%;
}
.environment .hikaku table thead th:nth-of-type(2) {
    background: #e4e4e4;
    color: #333333;
}
.environment .hikaku table thead th {
    padding: 15px 0;
}
.environment .hikaku table thead th span {
    margin-top: 0;
    margin-bottom: 5px;
}
.environment .hikaku table thead th.br2 span {
    font-size: 28px;
}
.environment .hikaku table tbody th {
    padding: 20px 0;
    text-align: center;
}
.environment .hikaku table tbody td:nth-child(odd) {
    background: #e7f4f8;
    border-right: 2px solid #0f90ba;
}
.environment .hikaku table tbody th,
.environment .hikaku table tbody td {
    border-right: 1px solid #bfbfbf;
    border-bottom: 1px dashed #bfbfbf;
}
.environment .hikaku table tbody tr.last th,
.environment .hikaku table tbody tr.last td {
    border-bottom: 2px solid #0f90ba;
}
.environment .hikaku table tbody td {
    font-size: 19px;
}
.environment .hikaku .annotation {
    margin: 10px 0;
    line-height: 1.7;
}

.environment .hikaku .copy {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 2;
    margin: 30px 0;
}
.environment .hikaku .copy span {
    background: linear-gradient(transparent 30%, #f4c3d4 30%);
    font-weight: bold;
    font-size: 23px;
}

.environment ul li.yBlock .detail:before {
    content: " ";
    background: url(../img/icon_day.png) no-repeat 0 0;
    display: block;
    width: 75px;
    height: 75px;
    top: -20px;
    right: -20px;
    position: absolute;
}
.environment ul li.yBlock .left {
    width: 380px;
    vertical-align: top;
}
.environment ul li.yBlock .detail {
    background: #FFFFFF;
    position: relative;
    padding: 20px;
}
.environment ul li.yBlock .detail .title {
    font-size: 18px;
    font-weight: bold;
}
.environment ul li.yBlock .detail .img {
    position: absolute;
    right: -20px;
    top: -20px;
}
.environment ul li.yBlock .title {
    color: #0f90ba;
    margin-bottom: 10px;
    font-weight: bold;
}
.environment ul li.yBlock .text {
    margin: 0 0 20px;
}
.environment ul li.yBlock .works {
    padding: 30px 0;
    border-spacing: 60px 0;
}
.environment ul li.yBlock ul.day li {
    display: inline-block;
    margin: 0 10px 0 0;
    line-height: 2.3;
    font-size: 14px;
}
.environment ul li.yBlock ul.day li span {
    color: #0f90c9;
}
.environment ul li.yBlock .schedule .scheduleInner {
    background: url(../img/work_schedule_photo.jpg) no-repeat right bottom #FFFFFF;
    background-size: 40%;
    border: 1px solid #0f90c9;
    border-radius: 8px;
    padding: 20px;
    width: 340px;
    margin: 0 0 20px;
}
.environment ul li.yBlock.friend .contents {
    padding: 30px 20px 0;
}
.environment ul li.yBlock .time {
    line-height: 1.9;
    font-size: 14px;
}

.income {
    padding: 50px 0;
}
.income h4 {
    margin: 50px 0 20px;
}
.income .lead {
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}
.income .lead:before,
.income .lead:after {
    width: 15px;
    height: 31px;
    top: 5px;
    position: absolute;
}
.income .lead:before {
    content: url(../img/accent_before_s.png);
    left: 28%;
}
.income .lead:after {
    content: url(../img/accent_after_s.png);
    right: 28%;
}
.income .img {
    width: 420px;
    vertical-align: middle;
}
.income .text {
    width: 560px;
}
.income .number {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
.income .number em {}
.income .table2 {
    border: 2px solid #0f90ba;
    border-radius: 8px;
    background: #FFF;
    font-size: 15px;
}
.income .detail {
    border-right: 1px solid #0f90ba;
    vertical-align: top;
    width: 310px;
}
.income .detail table {
    width: 100%;
    height: 250px;
}
.income .detail table tr {
    border-bottom: 1px solid #0f90ba;
}
.income .detail table tr.last {
    border-bottom: none;
}
.income .detail table tr th {
    background: beige;
    padding: 20px;
}
.income .detail table tr th.first { border-radius: 8px 0 0 0;}
.income .detail table tr th.last { border-radius: 0 0 0 8px;}
.income .detail table tr td {
    padding: 0 14px;
}
.income .tableArea table tr td {text-align: left;}

.income h4 {
 margin: 50px 0 25px;
}
.income .annotation {
    text-align: right;
    margin-top: 20px;
}
.income .conditions {
    padding: 20px 10px;
    width: 250px;
}
.income .conditions dd {
    line-height: 2;
}

.qa {
    padding: 100px 0 80px;
}
.qa ul {
    padding: 10px 40px;
}
.qa ul li {
    border-bottom: 2px dashed #bedce6;
    font-size: 18px;
    margin: 20px 0;
    padding: 30px 0;
}
.qa ul li:last-child {
    border-bottom: none;
}
.qa ull i .img {
    width: 180px;
    vertical-align: middle;
}
.qa ul li .textBox {
    width: 720px;
    vertical-align: top;
    padding: 0 20px;
}
.qa .question {
    color: #0f90ba;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}
.qa .answer {
    line-height: 1.8;
    width: 650px;
}
.qa .question span,
.qa .answer span {
    display: table-cell;
    vertical-align: top;
}
.qa span.em {
    font-size: 40px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-weight: bold;
    line-height: 0.5;
    padding-right: 14px;
}
.qa .answer span.em {
    color: #d94274;
    line-height: 0.8;
    text-align: right;
}

.step {
    width: 900px;
    margin: 0 auto;
}
.step .lead {
    position: relative;
    font-size: 28px;
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: bold;
    margin-top: 80px;
}
.step .lead:before,
.step .lead:after {
    content: " ";
    width: 30px;
    height: 44px;
    top: -5px;
    position: absolute;
}
.step .lead:before {
    background: url(../img/accent_before_m.png) no-repeat;
    left: 20%;
}
.step .lead:after {
    background: url(../img/accent_after_m.png) no-repeat;
    right: 20%;
}
.step ul {
    display: table;
    margin: 40px 0 25px;
    width: 100%;
}
.step ul li {
    display: table-cell;
    padding-right: 5px;
}
.step .annotation {
    text-align: center;
}
.step h4 {
    margin: 60px 0 35px;
}
.step .tel {
    width: 500px;
}
.step .btn {
    width: 400px;
}
.step .btn a {
    text-align: right;
    display: block;
}
.step .briefingBox {
    background: #FFFFFF;
    border: 2px solid #0f90ba;
    border-radius: 8px;
    margin: 50px 0;
}
.step .briefingBox a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 45px 40px 35px;
    box-sizing: border-box;
    text-decoration: none;
    color: #333;
}
.step .briefingBox .link {
    display: inline-block;
    width: 100%;
    padding: 12px 10px;
    background: url(../img/icon_arrow.svg) no-repeat right 15px center #ED5943;
    background-size: auto 50%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: 0 5px 0 rgba(0,0,0,.2);
}
.step .briefingBox .title {
    vertical-align: top;
    width: 595px;
}
.step .briefingBox .text {
    font-weight: bold;
    font-size: 16px;
}
.step .briefingBox .img {
    vertical-align: bottom;
    text-align: right;
    padding-left: 20px;
    width: 206px;
}

.group {
    margin: 70px 0;
}
.group .title {
    color: #d94274;
    font-size: 30px;
    font-weight: bold;
}
.group ul li {
    width: 26.5%!important;
    padding-right: 40px;
}
.group ul li:last-child {
    padding-right: 0;
}
.group ul li dl {
    line-height: 1.8;margin-top: 10px;
}
.group ul li dl dt {
    font-size: 16px;font-weight: bold;
}
.group ul li dl dd {
    font-size: 13px;
}
.group .about {
    background: #f9dce5;
    padding: 10px;
    margin-bottom: 20px;
    font-weight: bold;
}
.group .aboutArea {
    margin: 20px 0;
}
.group .aboutArea .company {
    vertical-align: top;
    width: 830px;
    font-size: 14px;
}
.group .aboutArea table th,
.group .aboutArea table td {
    padding: 7px 0;
}
.group .aboutArea tableth {
    font-weight: bold;
}
.group .aboutArea tabletd {
    padding-left: 20px;
}
.group .aboutArea .img {
    text-align: right;
    width: 140px;
}

#footer {
    border-top: 1px solid;
    padding: 20px 0;
    text-align: center;
    font-size: 13px;
}
#footer .copyright {
    margin: 10px 0;
    text-align: center;
}

@media screen and (max-width: 1024px) {
.block {
    width: 1020px!important;
}
#mainbox {
    background: url(../img/header_main_bg.jpg) no-repeat 60% 74px;
}
#header .top {
    width: 980px;
    padding: 0;
}
#mainbox .main { width: 980px;}
#mainbox .main .titleArea { padding-left: 30px;}
}

.offerLinkAnchor {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 40px;
}
.offerLinkAnchor a {
    display: inline-block;
}
.jobOfferLink {
    background: #ffffff;
    box-shadow: 0 1px 6px #e0d9d9;
    border-radius: 16px;
    padding: 30px;
    margin: 0 0 50px;
}
.jobOfferLink .titleArea {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 30px 0 50px;
}
.jobOfferLink .titleArea .title {
    display: table-cell;
    vertical-align: middle;
    width: 650px;
}

.jobOfferLink .titleArea .img {
    display: table-cell;
    vertical-align: top;
}
.jobOfferLink .titleArea .img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.jobOfferLink .contentArea {
    display: block;
}
.jobOfferLink .contentArea .title {
    margin-bottom: 25px !important;
}
.jobOfferLink .contentArea .homeList {
    border-radius: 16px;
    background: #fcf9f0;
    padding: 40px 30px;
    display: block;
    font-size: 0;
    letter-spacing: -.4em;
}
.jobOfferLink .contentArea .homeList li {
    display: inline-block;
    vertical-align: middle;
    width: 16.6%;
    font-size: 18px;
    letter-spacing: normal;
}
.jobOfferLink .contentArea .homeList li:nth-child(n+7) {
    margin-top: 30px;
}
.jobOfferLink .contentArea .homeList li a {
    display: inline-block;
    vertical-align: middle;
    color: #666;
    font-weight: bold;
    text-decoration: none;
}
.jobOfferLink .contentArea .homeList li a:hover {
    text-decoration: underline;
}
.jobOfferLink .contentArea .homeList li a:before {
    content:  "";
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
    margin-top: -4px;
    background: url(../img/arrow_pink01.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
