@charset "utf-8";
@import url("https://use.fontawesome.com/releases/v5.1.0/css/all.css");
/*--------------------------------------------------------------------------------------------------

   common

--------------------------------------------------------------------------------------------------*/

/* ==========================================================================
   Foundation
   ========================================================================== */


/*reset-------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
l,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0; 
}

h1,h2,h3,h4,h4,h5 {
  line-height: 1;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: none;
  vertical-align: top;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
main {
  display: block; 
}

input,
textarea {
  margin: 0;
  padding: 0; }

ol,
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption,
th {
  text-align: left; }

img,
a img {
  border: none; }

a {
  cursor: pointer; }

input:not([type='checkbox']) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/*-------------------------------------------------reset*/


/*base-------------------------------------------------*/

body {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 15px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
 }

a {
  color: #000;
  text-decoration: none;
  display: block;
}

ul,li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

address {
  font-style: normal;
}

/*-------------------------------------------------base*/

/* ==========================================================================
   Layout
   ========================================================================== */

/*--------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------*/

.l-header .l-container {
  justify-content: space-between;
  align-items: center;
  min-height: 100px;
}

.l-header__menu {
  align-items: center;
}

.l-header__menu a {
  margin-right: 40px;
  font-size: 17px;
  font-weight: 600;
}

.l-header__employment,
.l-header__contact {
  width: 135px;
  text-align: center;
  height: 100px;
  color: #fff;
  margin-right: 0!important;
  line-height: 100px;
}

.l-header__employment {
  background-color: #0303ae;
}

.l-header__contact {
  background-color: #000;
}

/*-------------------------------------------------header*/

/*------------------------------------------------------------------------------------------------
  main
--------------------------------------------------------------------------------------------------*/
.l-container {
  width: 1020px;
  max-width: 95%;
  margin: 0 auto;
}

.l-breadcumb {
  padding: 15px 0;
  font-size: 14px;
  margin-right: 30px;
}

.l-breadcumb .u-flex {
  justify-content: flex-end;
}

.l-breadcumb a {
  padding-right: 35px;
  position: relative;
  display: inline-block;
}

.l-breadcumb a::after {
  content: ">";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
/*-------------------------------------------------main*/

/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
#ptop {
    padding: 10px;
    margin-right: 0;
    margin-left: auto;
    width: 100px;
    cursor: pointer;

}
.l-footer__contact {
  padding: 40px 0 45px 0;
  background-color: #ccc;
  text-align: center;
}

.l-footer__intro {
  margin: 25px 0 33px 0;
  display: inline-block;
  padding: 7px 5px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.6;
}

.l-footer__intro::after,
.l-footer__intro::before {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #0303ae;
}

.l-footer__intro::before {
  transform: rotate(-40deg);
  left: 0;
}

.l-footer__intro::after {
  transform: rotate(40deg);
  right: 0;
}

.l-footer__info {
  width: 100%;
  justify-content: space-between;
}

.l-footer__numbertel {
  font-size: 37px;
  font-weight: 800;
  color: #0303ae;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px;
}

.l-footer__time {
  font-size: 16px;
  letter-spacing: 1.8px;
  font-weight: 600;
}

.l-footer__contact-info {
  width: 50%;
  padding: 30px 45px 30px 145px;
  background: #fff url(../image/img-mail.png) no-repeat left 45px center;
  position: relative;
}

.l-footer__contact-info i {
  color: #0303ae;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}

.l-footer__contact-title {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 5px;
  display: block;
  letter-spacing: 1px;
}

.l-footer__contact-desc {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.l-footer__bottom {
  padding: 30px 0 20px 0;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.l-footer__address {
  margin: 17px 0 15px 0;
  font-size: 17px;
}

.l-footer__link a {
  font-size: 13px;
  color: #595959;
}

.l-footer__link a i {
  margin-left: 10px;
}


/*-------------------------------------------------footer*/

/* ==========================================================================
   Object
   ========================================================================== */

/*------------------------------------------------------------------------------------------------
  Component
--------------------------------------------------------------------------------------------------*/
.c-btn {
  min-width: 280px;
  padding: 15px 35px 15px 0;
  text-align: center;
  border-style: solid;
  border-width: 4px;
  font-weight: 800;
  position: relative;
  font-size: 25px;
  display: inline-block;
}

.c-btn::after {
  content: '\f054';
  position: absolute;
  right: 28px;
  top: calc(50% - 8px);
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
}

.c-btn--white {
  border-color: #fff;
  color: #fff;
}

.c-btn--business {
  min-width: 220px;
  padding: 14px 37px 14px 0;
  border-width: 2px;
  font-size: 20px;
}

.c-btn--black {
  border-color: #000;
  color: #000;
}

.c-btn--blue {
  border-color: #0303ae;
  color: #0303ae;
  background-color: #fff;
}

/*-------------------------------------------------Component*/


/*------------------------------------------------------------------------------------------------
  Project
--------------------------------------------------------------------------------------------------*/
.p-home-heading__main,
.p-business-heading__main {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.p-business-heading__main {
  font-size: 35px;
  color: #0303ae;
}

.p-home-heading__sub,
.p-banner-page__sub {
  font-size: 12px;
  padding-top: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
}

.p-home-desc {
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 1.4;
}

.p-listnew {
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-listnew__item {
  width: calc(33.3333333% - 53px);
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 40px;
}

.p-listnew__item img {
  width: 100%;
}

.p-listnew__date {
  margin: 20px 0 8px 0;
  display: block;
  letter-spacing: 1px;
}

.p-banner-page {
  width: 100%;
  height: 350px;
  position: relative;
}

.p-banner-page--business {
  background: url(../image/business/banner-business-main.jpg) no-repeat center center;
  background-size: cover;
}

.p-banner-page--business-line {
  background: url(../image/business/banner-business-line.jpg) no-repeat center center;
  background-size: cover;
}

.p-banner-page--business-work {
  background: url(../image/business/banner-business-work.jpg) no-repeat center center;
  background-size: cover;
}

.p-banner-page--about {
  background: url(../image/company/banner-about.jpg) no-repeat center center;
  background-size: cover;
}

.p-banner-page--education {
  background: url(../image/company/banner-education.jpg) no-repeat center center;
  background-size: cover;
}

.p-banner-page--history {
  background: url(../image/company/banner-history.jpg) no-repeat center center;
  background-size: cover;
}

.p-banner-page--news {
  background: url(../image/news/banner-new.jpg) no-repeat center center;
  background-size: cover;
}

.p-banner-page--contact {
  background: url(../image/contact/banner-contact.png) no-repeat center center;
  background-size: cover;
}

.p-banner-page--guideline1 {
  background: url(../image/recruit/banner-guideline1.png) no-repeat center center;
  background-size: cover;
}

.p-banner-page--guideline2 {
  background: url(../image/recruit/banner-guideline2.png) no-repeat center center;
  background-size: cover;
}

.p-banner-page--privacy {
  background: url(../image/privacy/banner-privacy.png) no-repeat center center;
  background-size: cover;
}

.p-banner-page--recruit {
  background: url(../image/recruit/banner-recruit.png) no-repeat center center;
  background-size: cover;
}

.p-banner-page--voice {
  background: url(../image/recruit/banner-voice.png) no-repeat center center;
  background-size: cover;
}

.p-banner-page__text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}

.p-banner-page__heading {
  padding: 0 25px 10px 25px;
  border-bottom: 2px solid #fff;
  display: inline-block;
  font-size: 50px;
  font-weight: 800;
  letter-spacing: 1.3px;
}

.p-page-heading {
  font-size: 40px;
  letter-spacing: 0.5px;
  font-weight: 800;
  padding: 15px 0;
  border: 2px solid #0303ae;
  text-align: center;
  background-color: #fff;
}

.p-page-heading__sub {
  font-size: 20px;
}

.p-pagination {
  text-align: center;
}

.p-pagination li {
  display: inline-block;
  margin: 0 5px;
}

.p-pagination li a,
.p-pagination li span {
  line-height: 35px;
  color: #0303ae;
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #0303ae;
  font-weight: 600;

}

.p-pagination li a:hover,
.p-pagination li span {
  display: inline-block;
  background-color: #0303ae;
  color: #fff;
}

.p-table-info {
  margin: 30px 0 60px 0;
  width: 100%;
}

.p-table-info th,
.p-table-info td {
  font-weight: 500;
  padding: 13px 30px 13px 30px;
  line-height: 1.8;
  font-size: 16px;
  border-top: 1px solid #111;
  border-left: 1px solid #111;
  vertical-align: top;
}

.p-table-info th {
  color: #0303ae;
  font-weight: 600;
}

.p-table-info td {
  border-right: 1px solid #111;
}

.p-table-info tr:last-child th,
.p-table-info tr:last-child td {
  border-bottom: 1px solid #111;
}

.p-table-info__desc {
  margin-bottom: 15px;
}

.p-table-info--2 {
  margin-top: 85px;
  margin-bottom: 0;
}

.p-table-info--2 th {
  font-size: 20px;
  background-color: #ccc;
  color: #000;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: middle;
}

.p-table-info--2 td {
  line-height: 1.8;
  font-size: 16px;
  border-left: none;
  font-weight: 600;
}

.p-table-info--2 td a {
  color: #2929b4;
  display: inline-block;

}
/*-------------------------------------------------Project*/

/*------------------------------------------------------------------------------------------------
  utility
--------------------------------------------------------------------------------------------------*/

.u-al-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.u-fl-left {
  float: left;
}

.u-al-right {
  text-align: right;
}

.u-al-left {
  text-align: left;
}

.u-flex {
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;   
}

.breadcumb-flex {
  display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  justify-content: flex-end;
  font-weight: 500;
}  
.u-clear:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.u-clear {
  display: block;
}

/* mac \*/
* html .u-clear {
  height: 1%;
}

.u-color-white {
  color: #fff;
}

.u-color-black {
  color: #000;
}

.u-color-blue {
  color: #0303ae;
}

.u-color-red {
  color: #ff0000;
}

/*-------------------------------------------------utility*/