@charset "UTF-8";
/* Text */
.title,
.text {
    color: #2b2b2b;
}
.text-eng {
    font-family: 'Raleway', 'Noto Sans JP', sans-serif;
}
.fontred {
    color: #d32d26;
}

@media (min-width: 768px) {
body {
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
}
.text {
    line-height: 2;
}
}

/* layout */
@media (min-width: 768px) {
.header .container,
.front-greeting .container,
.front-voice .container,
.front-job .container {
    max-width: 1310px;
}
.front-company .container,
.front-entry .container,
.footer .container {
    max-width: 1110px;
}
.maincontents {
    margin-bottom: 50px;
}
}

@media (max-width: 767px) {
.maincontents {
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 50px;
}
}
hr {
    border-color: #d2d2d2;
}
/* Link */
a,
a:focus,
a:hover,
a:active {
    color: #3b6d9a;
}
input.btn,
.btn a {
    line-height: 1;
    padding: 15px 50px;
}
input.btn-default,
.btn-default a {
    border: 4px solid #72a6ca;
    background-color: rgb(236, 244, 249);
    color: #2279af;
}
input.btn-default:hover,
input.btn-default:focus,
input.btn-default:active,
.btn-default a:hover,
.btn-default a:focus,
.btn-default a:active {
    color: #212121;
    background-color: #D5D5D5;
    border-color: gray;
}
input.btn-primary,
.btn-primary a {
    color: #3b6d9a;
    background-color: #fff;
    border: 3px solid #3b6d9a;
}
input.btn-primary:hover,
input.btn-primary:focus,
input.btn-primary:active,
.btn-primary a:hover,
.btn-primary a:focus,
.btn-primary a:active {
    color: #fff;
    background-color: #3b6d9a;
    border-color: #3b6d9a;
}
.btn-success a {
    color: #127674;
    background-color: #fff;
    border: 2px solid #127674;
}
.btn-success.btn-more a:after {
    color: #127674;
}
.btn-success a:hover,
.btn-success a:focus,
.btn-success a:active {
    color: #fff;
    background-color: #127674;
    border-color: #127674;
}
.btn-success.btn-more a:hover:after,
.btn-success.btn-more a:focus:after,
.btn-success.btn-more a:active:after {
    color: #fff;
}
.btn-danger a {
    color: #f5172b;
    background-color: #fff;
    border: 2px solid #f5172b;
}
.btn-danger.btn-more a:after {
    color: #f5172b;
}
.btn-danger a:hover,
.btn-danger a:focus,
.btn-danger a:active {
    color: #fff;
    background-color: #f5172b;
    border-color: #f5172b;
}
.btn-danger.btn-more a:hover:after,
.btn-danger.btn-more a:focus:after,
.btn-danger.btn-more a:active:after {
    color: #fff;
}
.btn-more a:after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
/* Table */
.table {
    border: 0;
    border-collapse: separate;
    border-spacing: 0 8px;
}
.table th,
.table td {
    border: 0;
    padding: 10px 20px;
    color: #2b2b2b;
}
.table th {
    background-color: #cce3f1;
}
.table td {
    background-color: #f5f5f5;
}
@media (min-width: 768px) {
.table th,
.table td {
    font-size: 20px;
}
}

p.text+.panel,
.panel+p.text,
.panel+.panel {
    margin-top: 10px;
}
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    background-color: #ddd;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
    border-color: #2e6b98;
}
.panel-primary > .panel-heading {
    background-color: #2e6b98;
    border-color: #2e6b98;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #2e6b98;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #2e6b98;
}
.panel-success {
    border-color: #48a099;
}
.panel-success > .panel-heading {
    color: #fff;
    background-color: #48a099;
    border-color: #48a099;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #48a099;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #48a099;
}
.panel-heading .panel-title {
    line-height: 1.5;
    font-size: 1.2em;
}
.panel-heading .text {
    opacity: 0.5;
}
.panel-body p.text {
    line-height: 1.5;
    font-size: .9em;
}
/* Form */
.form-control {
    border-color: #ddd;
}
.form-control:focus {
    border-color: #00a0e9;
}
/* Header */
.navbar {
    background-color: #fff;
}
.header h1 {
    color: #333;
}
.header .navbar-nav-main > li > p.link-menu > strong,
.header .navbar-nav-main > li > p.link-menu > a {
    color: #515151;
}
.header .navbar-nav-main > li > p.link-menu > a:hover,
.header .navbar-nav-main > li > p.link-menu > a:focus,
.header .navbar-nav-main > li > p.link-menu > a:active {
    color: #000;
}
.header .navbar-nav-main > li > p.link-menu > a>strong {
    font-family: 'Raleway', 'Noto Sans JP', sans-serif;
    background: -moz-linear-gradient(top, #4ba1cd 0%, #153896 100%);
    background: -webkit-linear-gradient(top, #4ba1cd 0%, #153896 100%);
    background: linear-gradient(to bottom, #4ba1cd 0%, #153896 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ba1cd', endColorstr='#153896', GradientType=0 );
    -webkit-background-clip: text;
    background-clip: text;
    color: #153896;
    -webkit-text-fill-color: transparent;
    background:transparent\9;
}
@media all and (-ms-high-contrast: none){
	.header .navbar-nav-main > li > p.link-menu > a>strong {
	    background:transparent;
	}
}
.header .navbar-text > p.btn > a {
    font-family: 'Raleway', 'Noto Sans JP', sans-serif;
    color: #fff;
    position: relative;
    z-index: 0;
}
.header .navbar-text > p.btn > a:before,
.header .navbar-text > p.btn > a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.header .navbar-text > p.btn > a:before {
    z-index: -1;
    transition: 0.5s;
    background: #ff9f44;
    background: -moz-linear-gradient(top, #ff9f44 0%, #fc681f 100%);
    background: -webkit-linear-gradient(top, #ff9f44 0%, #fc681f 100%);
    background: linear-gradient(to bottom, #ff9f44 0%, #fc681f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9f44', endColorstr='#fc681f', GradientType=0 );
}
.header .navbar-text > p.btn > a:after {
    z-index: -2;
    background: #fc681f;
    background: -moz-linear-gradient(top, #fc681f 0%, #ff9f44 100%);
    background: -webkit-linear-gradient(top, #fc681f 0%, #ff9f44 100%);
    background: linear-gradient(to bottom, #fc681f 0%, #ff9f44 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc681f', endColorstr='#ff9f44', GradientType=0 );
}
.header .navbar-text > p.btn > a:hover:before {
    opacity: 0;
}

@media (min-width: 768px) {
body.home .navbar {
    background-color: transparent;
    height: 830px;
}
body.under .navbar {
    margin-bottom:180px;
    height:110px;
    background-color: transparent;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

body.home {
    position: relative;
}
.keyvixual {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 830px;
}
.keyvixual img {
    max-width: none;
    width: 1920px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.navbar .sitekeyword {
    position: absolute;
    top: 90px;
    left: 15px;
}
.navbar h1 {
    font-size: 12px;
}
body.home .navbar-header {
    float: none;
}
.navbar-brand {
    float: none;
    height: auto;
    padding-top: 0;
}
body.home .navbar-brand {
    padding-bottom: 38px;
}
body.home .header .navbar-nav-main > li {
    float: none;
}
.navbar-collapse {
    float: right;
}
body.home .navbar-collapse {
    float: none;
}
.header .navbar-nav {
    float: left;
    }
body.home .header .navbar-nav {
    float: none;
    }
.header .navbar-nav-main > li > p.link-menu > strong,
.header .navbar-nav-main > li > p.link-menu > a {
    font-size: 15px;
    padding: 13px 0;
    display: inline-block;
}
body.under .header .navbar-nav-main > li > p.link-menu > strong,
body.under .header .navbar-nav-main > li > p.link-menu > a {
    padding: 30px 15px;
}
.header .navbar-nav-main > li > p.link-menu > a>strong {
    font-size: 20px;
    display: block;
    line-height: 1;
}
.header .navbar-nav-main > li > p.link-menu > a:hover>strong {
}
body.home .header .navbar-nav-main > li > p.link-menu > a>strong {
    font-size: 38px;
    letter-spacing: 0.08em;
}
body.home .header .navbar-nav-main > li > p.link-menu > a:hover>strong {
    letter-spacing: 0.15em;
}
body.home .header .navbar-text {
    position: absolute;
    top: 0;
    right: 15px;
    margin: 0;
}
.header .navbar-text > p.btn > a {
    padding: 25px 30px;
    font-size: 25px;
    font-weight: 600;
}
}

@media (max-width: 767px) {
.navbar h1 {
    font-size: 10px;
    padding: 5px;
}
.navbar-brand img {
    height: 50px;
    width: auto;
}
header.header .navbar-nav {
    border-bottom: 1px solid #eee;
}
header.header .navbar-nav>li {
    border-top: 1px solid #eee;
}
.header .navbar-nav-main > li > p.link-menu > a>strong {
    margin-right: 10px;
}
.navbar-text {
    margin-top: 5px;
    margin-bottom: 5px;
}
.navbar-text a {
    display: block;
}
}
/* Page Header */
.page-header{
    background-color:#f2f5fd;
    
}
.page-header-title {
    position: absolute;
    display: inline-block;
    background-color:rgba(255,255,255,0.75);
    border:1px solid #fff;
}
.page-header-title .title {
background: -moz-linear-gradient(top, #4ba1cd 0%, #153896 100%);
background: -webkit-linear-gradient(top, #4ba1cd 0%, #153896 100%);
background: linear-gradient(to bottom, #4ba1cd 0%, #153896 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ba1cd', endColorstr='#153896', GradientType=0 );
-webkit-background-clip: text;
background-clip: text;
color: #153896;
-webkit-text-fill-color: transparent;
    background:transparent\9;
}
@media all and (-ms-high-contrast: none){
	.page-header-title .title {
	    background:transparent;
	}
}
.page-header-img img {
    opacity: 0.75;
}
@media (min-width: 768px) {
.page-header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 300px;
}
    .page-header-title {
    top: 65%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding:20px 50px;
}

    .page-header-title .title {

    letter-spacing: 0.1em;
    text-indent: 0.1em;
    font-weight: 700;
    font-size: 45px;
    }
.page-header-img {
    height: 300px;
}
.page-header-img img {
    width: 1920px;
}
}

@media (max-width: 767px) {
.page-header,
.page-header-img {
    height: 150px;
}
.page-header-img img {
    width: auto;
    height: 150px;
}
    .page-header-title {
        width:100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding:15px;
}

}
/* Page Top */
.pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 10;
}

@media (max-width: 767px) {
.pagetop img {
    width: 40px;
    height: auto;
}
}
/* Footer */
footer.footer p.copyright {
    color: #fff;
    font-size: 12px;
    text-align: center;
}

@media (min-width: 768px) {
footer.footer .bg-gray {
    padding: 25px 0;
}
footer.footer .bg-gray .row {
    width: 100%;
    display: table;
    margin-left: 0;
    margin-right: 0;
}
footer.footer .bg-gray .row .col {
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;
    padding-left: 0;
    padding-right: 0;
}
footer.footer .bg-gray .row .col.footer-site-link {
    text-align: right;
}
footer.footer .bg-dark p.copyright {
    padding: 5px;
}
}

@media (max-width: 767px) {
footer.footer .bg-gray {
    padding-top: 15px;
}
footer.footer .bg-dark p.copyright {
    padding: 5px 15px;
}

}
/* Title */
.title .title-deco {
    font-weight: 700;
}
.title:first-child {
    margin-top: 0;
}
.title-h3 {
    margin: 80px auto 50px;
    text-align: center;
}
.title-h3 .title-h3-box {
    position: relative;
}
.title-h3 .title-h3-box .title-h3-left:before,
.title-h3 .title-h3-box .title-h3-left:after,
.title-h3 .title-h3-box .title-h3-right:before,
.title-h3 .title-h3-box .title-h3-right:after {
    position: absolute;
    content: '';
    background-color: #5ea3bb;
}
.title-h3 .title-h3-box .title-h3-left:before,
.title-h3 .title-h3-box .title-h3-right:before {
    width: 1px;
    height: 67px;
}
.title-h3 .title-h3-box .title-h3-left:after,
.title-h3 .title-h3-box .title-h3-right:after {
    width: 97px;
    height: 1px;
}
.title-h3 .title-h3-box .title-h3-left:before {
    bottom: 0px;
    left: 14px;
}
.title-h3 .title-h3-box .title-h3-left:after {
    bottom: 13px;
    left: 0;
}
.title-h3 .title-h3-box .title-h3-right:before {
    top: 0;
    right: 14px;
}
.title-h3 .title-h3-box .title-h3-right:after {
    top: 13px;
    right: 0;
}
.title-h3 h3.title-deco {
    color: #fff;
    font-weight: 600;
}
.title-h3 .title-h3-box h3.title-deco {
    background: -moz-linear-gradient(top, #4ba1cd 0%, #153896 100%);
    background: -webkit-linear-gradient(top, #4ba1cd 0%, #153896 100%);
    background: linear-gradient(to bottom, #4ba1cd 0%, #153896 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ba1cd', endColorstr='#153896', GradientType=0 );
    -webkit-background-clip: text;
    background-clip: text;
color: #153896;
-webkit-text-fill-color: transparent;
    background:transparent\9;
}
@media all and (-ms-high-contrast: none){
	.title-h3 .title-h3-box h3.title-deco {
	    background:transparent;
	}
}
.title-h3 .text-caption {
    color: #fff;
    font-weight: 600;
}
.title-h3 .title-h3-box .text-caption {
    color: #8e8e8e;
}
.title-h4 {
    margin: 60px 0 20px;
    padding-left: 80px;
    background: url("../../recruit/img/h4.png") left 50% no-repeat;
    color: #2b2b2b;
}
.title-h3 + .title-h4,
.title-h3 + .text ,.title-h3 + .contents {
    margin-top: -30px;
}
.title + .contents {
    margin-top: 15px;
}
.title-h5 {
    margin: 30px auto 15px;
}
.title-h6 {
    margin: 30px auto;
}

@media (min-width: 768px) {
.title-h3 .title-h3-box {
    display: inline-block;
    min-height: 160px;
    min-width: 360px;
    padding: 35px 35px;
}
h3.title-deco {
    font-size: 45px;
}
.title-h3 .text-caption {
    font-size: 16px;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
h4.title-deco {
    font-size: 30px;
}
h5.title-deco {
    font-size: 1.3em;
}
h6.title-deco {
    font-size: 1.1em;
}
}

@media (max-width: 767px) {
.title-h3 .title-h3-box {
    padding: 30px;
}
h3.title-deco {
    font-size: 24px;
}
h4.title-deco {
    font-size: 21px;
}
h5.title-deco {
    font-size: 18px;
}
h6.title-deco {
    font-size: 16px;
}
}
/* Text */

.contents.text-pickup .text,
.text-pickup.text {
    color: #5ea3bb;
    font-size: 1.3em;
}
.contents.text-pickup .text strong,
.text-pickup.text strong {
    font-size: 1.3em;
}
.beforeafter .layout-beforeafter-after:before,
.layout-flowchart-vertical .box:before,
.layout-flowchart-side .col:before,
ul.list-design li:before {
    color: #5ea3bb;
}
.layout-flowchart-vertical .box:before {
    top: -60px;
}
ul.list-design li:before {
    top: 11px;
}
.beforeafter .layout-beforeafter-after:after,
ol.list-design li:before {
    background-color: #5ea3bb;
}
.text-quotation .col {
    margin-bottom: 0;
}
.text + .text {
    margin-top: 15px;
}
.bg-gray {
    background-color: #454545;
}
.bg-dark {
    background-color: #2c2c2c;
}
/* Home */
.front-company,
.front-voice,
.front-job,
.front-entry {
    position: relative;
    overflow: hidden;
}
.front-company p.back,
.front-voice p.back,
.front-entry p.back {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    width: 1920px;
    max-width: none;
}
.front-greeting .content .text-signature {
    background: url("../../recruit/img/front-greeting-line.jpg") top left no-repeat;
}

.front-job p.back {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: auto;
    width: 1920px;
    max-width: none;
}
.front-company p.text {
    color: #fff;
}
.front-greeting .content,
.front-voice .content {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.07);
    z-index: 2;
}
.front-greeting .content .eng-mark,
.front-voice .content .eng-mark {
    position: absolute;
    z-index: 3;
}
.front-voice .content h4 {
    color: #202020;
    background: url("../../recruit/img/front-greeting-line.jpg") left bottom no-repeat;
    font-weight: 600;
}
.front-voice .content .text {
    color: #191919;
}
.front-voice .content .voice-job {
    color: #fff;
    background-image: -webkit-linear-gradient(90deg, #133394 0%, #4ba1cd 100%);
    background-image: -moz-linear-gradient(90deg, #133394 0%, #4ba1cd 100%);
    background-image: -o-linear-gradient(90deg, #133394 0%, #4ba1cd 100%);
    background-image: linear-gradient(0deg, #133394 0%, #4ba1cd 100%);
    display: inline-block;
}
.front-job {
    background-color: #f2f5fd;
    padding-top: 120px;
    padding-bottom: 120px;
}
.front-job .box {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.07);
}
.front-job .box1 p.text {
    color: #202020;
    font-weight: 600;
}
.front-job .btn a {
    color: #5ea3bb;
    font-family: 'Raleway', 'Noto Sans JP', sans-serif;
    position: relative;
    z-index: 0;
    display: block;
    font-weight: 600;
}
.front-job .btn a>strong {
    color: #fff;
    display: block;
    padding-bottom: 10px;
}
.front-job .btn a:before,
.front-job .btn a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.front-job .btn a:before {
    z-index: -1;
    transition: 0.5s;
    background: #133394;
    background-image: -webkit-linear-gradient(39deg, #133394 16%, #4ba1cd 84%);
    background-image: -moz-linear-gradient(39deg, #133394 16%, #4ba1cd 84%);
    background-image: -o-linear-gradient(39deg, #133394 16%, #4ba1cd 84%);
    background-image: linear-gradient(39deg, #133394 16%, #4ba1cd 84%);
}
.front-job .btn a:after {
    z-index: -2;
    background: #4ba1cd;
    background-image: -webkit-linear-gradient(39deg, #4ba1cd 16%, #133394 84%);
    background-image: -moz-linear-gradient(39deg, #4ba1cd 16%, #133394 84%);
    background-image: -o-linear-gradient(39deg, #4ba1cd 16%, #133394 84%);
    background-image: linear-gradient(39deg, #4ba1cd 16%, #133394 84%);
}
.front-job .btn a:hover:before {
    opacity: 0;
}
.front-entry .row .col p.text {
    color: #fff;
}
.front-news .container {
    color: #2a2a2a;
}

@media (min-width: 768px) {
.front-company {
    padding-bottom: 50px;
}
.front-company p.text {
    font-wise: 17px;
    line-height: 42px;
    margin-top: 50px;
}
.front-company .title-h3 {
    margin: 90px auto 70px;
}
.front-greeting {
    overflow: hidden;
}
.front-greeting .container:after {
    content: '';
    display: block;
    position: absolute;
    left: 280px;
    top: 0;
    width: 1389px;
    height: 1441px;
    background-color: #f2f5fd;
    z-index: -1;
}
.front-greeting .title-h3 {
    margin: 60px auto 240px;
}
.front-greeting p.images {
    position: absolute;
    z-index: 1;
    top: 320px;
    right: 535px;
}
.front-greeting p.images img,
.front-voice p.images img {
    max-width: none;
}
.front-greeting .content {
    padding: 60px;
    margin: 0 65px 180px 520px;
}
.front-greeting .content .text {
    color: #191919;
    line-height: 39px;
    margin-bottom: 30px;
}
.front-greeting .content .text-signature {
    padding-top: 45px;
}
.front-greeting .content .eng-mark {
    top: -35px;
    left: -35px;
}
.front-greeting .content .small-images {
    position: absolute;
    top: -140px;
    right: -65px;
    z-index: 3;
    background-color: #ffffff;
    padding: 30px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.07);
}
.front-voice .title-h3 {
    margin: 30px auto 15px;
}
.front-voice .container {
    padding-bottom: 110px;
}
.front-voice .content {
    padding: 40px;
}
.front-voice .content .text {
    line-height: 39px;
}

.front-voice .content .eng-mark {
    top: -35px;
    right: -50px;
}
.front-voice .box1,
.front-voice .box2 {
    padding-top: 65px;
}
.front-voice .box1 .content {
    margin: 0 695px 175px 0;
}
.front-voice .box2 .content {
    margin: 0 0 0 695px;
}
.front-voice .content h4 {
    font-size: 45px;
    line-height: 55px;
    padding-bottom: 30px;
    margin-bottom: 15px;
    margin-top: 30px;
}
.front-voice .content .voice-job {
    padding: 10px 30px;
}
.front-voice .container:before,
.front-voice .container:after {
    position: absolute;
    background-color: #f2f5fd;
    content: '';
    z-index: -1;
}
.front-voice .container:before {
    top: 590px;
    right: 370px;
    width: 1248px;
    height: 932px;
}
.front-voice .container:after {
    bottom: 0;
    left: 485px;
    width: 1130px;
    height: 400px;
}
.front-voice .box1 p.images {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 535px;
}
.front-voice .box2 p.images {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 535px;
}
.front-job .container:before {
    position: absolute;
    top: -120px;
    left: 485px;
    width: 1130px;
    height: 520px;
    background-color: #f2f5fd;
    content: '';
    z-index: 2;
}
.front-job .box {
    z-index: 3;
}
.front-job .box {
    padding: 50px 100px 90px;
}
.front-job .box + .box {
    margin-top: 30px;
}
.front-job .box1 p.text {
    font-size: 45px;
    line-height: 55px;
    font-weight: 600;
    margin-bottom: 45px;
}
.front-job .btn a {
    font-size: 16px;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    padding: 50px;
}
.front-job .btn a>strong {
    font-size: 30px;
    letter-spacing: 0;
    text-indent: 0;
}

.front-news {
    padding-top: 20px;
    padding-bottom: 20px;
}
.front-news .container {
    padding-left: 220px;
    background: url("../../recruit/img/front-news-title.png") left center no-repeat;
}
.front-news ul li {
    width: 100%;
    display: table;
}
.front-news ul li p {
    display: table-cell;
    vertical-align: middle;
}
.front-news ul li p.list-date {
    width: 110px;
    height: 50px;
    line-height: 50px;
    text-align: right;
    font-size: 15px;
}
.front-news ul li p.list-date:after {
    content: '｜';
}
.front-news ul li p.list-title {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
    .front-entry .row {
    overflow: hidden;
    margin-left: -46px;
    margin-right: -46px;
}
.front-entry .row .col {
    padding-left: 46px;
    padding-right: 46px;
    margin-top: 40px;
    margin-bottom: 70px;
}
.front-entry .row .col p.text {
    font-size: 25px;
}

}

@media (max-width: 767px) {
.front-news {
    padding-top: 10px;
    padding-bottom: 10px;
}
.front-news .container {
    padding-top: 30px;
    background: url("../../recruit/img/front-news-title.png") 15px top no-repeat;
    background-size: auto 20px;
}
.front-news ul li {
    margin-bottom:10px;
}
.front-news ul li p.list-date {
    font-size:0.8em;
}
.front-company,
.front-greeting,
.front-voice,
.front-job,
.front-entry {
    padding-top: 15px;
    padding-bottom: 15px;
}
.front-company .title-h3 {
    margin: 0 auto 15px;
}
.front-greeting,
.front-voice {
background-color: #f2f5fd;
}
    .front-voice .box2 {
    margin-top:15px;
    }
.front-greeting .content,
.front-voice .content {
    padding:15px;
    margin-top:10px;
    }
    .front-greeting .content .text-signature {
    padding-top: 15px;
    margin-top: 15px;
}
.front-greeting .content .small-images {
    display: none;
}

    .front-voice .content .voice-job {
    padding: 5px 15px;
}
.front-voice .content h4 {
    font-size: 1.5em;
    line-height: 1.3;
    padding-bottom:15px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.front-greeting .content .eng-mark,
.front-voice .content .eng-mark {
    top: -25px;
    right: -15px;
    text-align: right;
}
.front-greeting .content .eng-mark img,
.front-voice .content .eng-mark img {
    width:50%;
    height:auto;
}
.front-job .box {
    padding: 15px 15px 10px;
}
.front-job .box + .box {
    margin-top: 15px;
}
    .front-job .box1 p.text {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 15px;
}

}

@media (min-width: 768px) {
}

@media (max-width: 767px) {
}

@media (min-width: 992px) {
}

@media (max-width: 991px) {
}

@media (min-width: 1281px) {
}

@media (max-width: 1280px) {
}
