@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
@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,
h5,
h6 {
  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;
  image-rendering: -webkit-optimize-contrast;
}

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;
}


/*-------------------------------------------------reset*/
/*base-------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 14px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: 300;
}

a {
  color: #000;
  text-decoration: none;
  display: block;
}

  a:hover {
  color : #27b7ec;
    }
.l-header__logo img:hover {
  opacity: 0.6;
    }
    .associated-company__info-text img:hover {
  opacity: 0.6;
    }


    .l-footer__info-logo img:hover {
  opacity: 0.6;
    }

ul, li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

address {
  font-style: normal;
}

/*-------------------------------------------------base*/
/* ==========================================================================
   Layout
   ========================================================================== */
/*--------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------*/
.l-header__inner {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.l-header__logo {
  margin-left: 25px;
}
.l-header__menu ul {
  align-items: center;
}
.l-header__menu ul li {
  margin-left: 43px;
  font-weight: 600;
}
.l-header__menu ul li:last-child {
  margin-left: 30px;
}
.l-header__menu ul li.lirec {
  margin-left: 30px !important;
}
.l-header__menu ul li.lilo {
  margin-left: 0 !important;
}
@media all and (min-width: 959px) {
.l-header__menu-contact {
  background-color: #27b7ec;
  color: #fff;
  line-height: 40px;
  padding: 0 40px;
  border-radius: 40px;
  font-weight: bold;
}

.l-header__menu-contact:hover{
  background-color: #77ddfd;
  color: #fff;
}

.l-header__menu-industry {
  padding-right: 17px;
  background: url(../image/back01.png) no-repeat right center;
}
.l-header__menu-employment {
  padding: 41px 50px 37px 42px;
  color: #fff;
  font-weight: bold;
  background: #27b7ec url(../image/back02.png) no-repeat right 35px center;
}
.l-header__menu-employment:hover {
  background-color: #77ddfd;
  color: #fff;
}
.l-header__menu-logout {
  padding: 41px 20px 37px;
  color: #fff;
  font-weight: bold;
  background: #000;
}
.l-header__menu-logout:hover {
  background-color: #999;
  color: #fff;
}

}
@media all and (max-width: 959px) {
.l-header__menu-contact {
  background-color: none;
  color: #fff;
  line-height: 40px;
  padding: 0 40px;
  border-radius: 40px;
  font-weight: bold;
}
.l-header__menu-industry {
  padding-right: 17px;
  background: none;
}
.l-header__menu-employment {
  padding: 15px 0px;
  color: #fff;
  font-weight: bold;
}
.l-header__menu-logout {
  padding: 7px 0px;
  color: #fff;
  font-weight: bold;
}

.l-header__menu ul li.lirec {
/*margin-left: 15px !important;*/
}

.l-header__menu ul li.lilo {
padding-left: 15px !important;
background-color: #000;
}

.l-header__menu li:last-child {
border-bottom: none;
}

}


/*-------------------------------------------------header*/
/*------------------------------------------------------------------------------------------------
  main
--------------------------------------------------------------------------------------------------*/
.l-container {
  width: 1100px;
  max-width: 90%;
  margin: 0 auto;
}

.l-container-834 {
  width: 834px;
}

/*-------------------------------------------------main*/
/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
.l-footer__contact {
  padding: 80px 0 90px 0;
  background-color: #27b7ec;
  color: #fff;
  text-align: center;
}
.l-footer__contact-intro {
  margin: 45px 0 35px 0;
}
.l-footer__contact-info {
  justify-content: center;
}
.l-footer__contact-info li {
  margin: 0 30px;
}
.l-footer__contact-info-tel {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
.l-footer__contact-info-tel span {
  margin-left: 10px;
  font-size: 30px;
  margin-bottom: 5px;
}
.l-footer__contact-info .c-btn {
  border: 1px solid #fff;
  color: #fff;
  background: none;
}
.l-footer__contact-info-logo img {
  width: 152px;
}
.l-footer__info {
  padding: 20px 0 65px 0;
  background-color: #f2f2f2;
}
.l-footer__info .l-container {
  justify-content: space-between;
}
.l-footer__info-logo {
  margin: 30px 0 25px 0;
}
.l-footer__info-photo {
  align-items: center;
}
.l-footer__info-photo li {
  margin-left: 40px;
}
.l-footer address {
  line-height: 1.8;
}

/*-------------------------------------------------footer*/
/* ==========================================================================
   Object
   ========================================================================== */
/*------------------------------------------------------------------------------------------------
  Component
--------------------------------------------------------------------------------------------------*/
.c-btn {
  text-align: center;
  min-width: 300px;
  padding: 19px 20px;
  border: 1px solid #000;
  background: #fff url(../image/back03.png) no-repeat center right 7px;
  display: inline-block;
  font-weight: 600;
}
.c-btn:hover {
  color: #fff;
  background: #95d7f1 url(../image/back05.png) no-repeat center right 7px;
  border: 1px solid #95d7f1;
}

/*-------------------------------------------------Component*/
/*------------------------------------------------------------------------------------------------
  Project
--------------------------------------------------------------------------------------------------*/
.p-heading {
  font-size: 72px;
  text-align: center;
  font-weight: 600;
}
.p-heading span {
  padding-top: 15px;
  display: block;
  font-size: 30px;
}

.p-banner-page {
  width: 100%;
  height: 230px;
  padding-top: 100px;
  background: #eee;
}
.p-banner-page h2 {
  font-size: 30px;
  padding-left: 20px;
}
.p-banner-page--blog h2 {
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
}

#company .p-banner-page h2,
#service .p-banner-page h2,
#manufacturer .p-banner-page h2 {
text-shadow: 1px 1px 4px #FFF, -1px 1px 4px #FFF,
    1px -1px 4px #FFF, -1px -1px 4px #FFF;
}

@media all and (min-width: 973px) {
#manufacturer .p-banner-page h2 {
  width: 306px;
  padding: 17px 21px;
}
}

@media screen and (min-width:1500px) and ( max-width:1920px) {
#manufacturer .p-banner-page .l-container {
width: 1300px;
}
}

@media screen and (min-width:1300px) and ( max-width:1499px) {
#manufacturer .p-banner-page .l-container {
width: 1120px;
}
}

@media screen and (min-width:1250px) and ( max-width:1299px) {
#manufacturer .p-banner-page .l-container {
width: 1120px;
}
}

@media screen and (min-width:1170px) and ( max-width:1249px) {
#manufacturer .p-banner-page .l-container {
max-width: 96%;
width: auto;
}
}

@media screen and ( max-width:1169px) {
.l-container {
width: auto;
max-width: 98%;
}
#manufacturer .p-banner-page h2 {
  /*width: 270px;*/
  padding: 17px 15px;
  background: transparent;
}

}



.p-banner-page h2 span {
  display: block;
  margin-top: 10px;
  color: #22b0dd;
  font-size: 12px;
}
.p-banner-page--company {
  background: url(../image/company/02_company_.png) no-repeat center center;
  background-size: cover;
}
.p-banner-page--service {
  background: url(../image/service/08_image01.png) no-repeat center center;
  background-size: cover;
}
.p-banner-page--manufacture {
  height: 630px;
  padding-top: 280px;
  background: url(../image/09_image01.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and ( max-width:1169px) {

.p-banner-page--manufacture {
padding-top: 320px;
}
}

.p-title-paragraph {
  font-size: 30px;
  font-weight: 600;
}
.p-title-paragraph span {
  font-size: 10px;
  color: #22b0dd;
  display: block;
  margin-bottom: 28px;
  font-weight: 300;
}

.p-pagination {
  text-align: center;
  margin-top: 50px;
}
.p-pagination li span, .p-pagination li a {
  line-height: 39px;
  cursor: pointer;
  font-size: 13px;
  display: inline-block;
  border: 1px solid #010101;
  color: #010101;
  min-width: 24px;
  text-align: center;
}
.p-pagination li span, .p-pagination li a:hover {
  display: inline-block;
  background-color: #010101;
  color: #fff;
}
.p-pagination li {
  display: inline-block;
  margin: 0 5px;
}
.p-news-list li {
  padding: 20px;
  border-top: 1px solid #a0a0a0;
  line-height: 22px;
  justify-content: space-between;
}
.p-news-list li:last-child {
  border-bottom: 1px solid #a0a0a0;
}
.p-news-list__title {
  margin-left: 33px;
}
.p-news-list__cat {
  min-width: 140px;
  padding: 0 10px;
  background-color: #27b7ec;
  color: #fff;
  border-radius: 22px;
  margin-right: 22px;
  display: inline-block;
  max-height: 22px;
  text-align: center;
}

/*-------------------------------------------------Project*/
/*------------------------------------------------------------------------------------------------
  utility
--------------------------------------------------------------------------------------------------*/
.u-al-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.u-al-right {
  text-align: right;
}

.u-al-left {
  text-align: left;
}

.u-fl-left {
  float: 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;
}

.u-clear {
  display: block;
}
.u-clear::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* mac \*/
* html .u-clear {
  height: 1%;
}

.u-font-red {
  color: #ff0000;
}

.l-footer__info {
position: relative;
}

#js-ptop {
  width: 60px;
  margin-left: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #fff;
  cursor: pointer;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

#js-ptop p{
  font-size: 13px;
  font-weight: bold;
   padding-top: 18px;
   padding-bottom: 18px;
  text-align: center;
}

/*-------------------------------------------------utility*/

/*# sourceMappingURL=common.css.map */
