@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:wght@:100;300;400;500;700;900&display=swap');
/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP+normal:100;300;400;500;700;900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap');
/*@import url('https://fonts.gstatic.com');*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;500;700&display=swap" rel="stylesheet');
@import url('https://use.fontawesome.com/releases/v5.13.0/css/all.css');
/*--------------------------------------------------------------------------------------------------

   common

--------------------------------------------------------------------------------------------------*/


/*reset-------------------------------------------------*/
body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd {
    margin: 0;
}

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

header,section,article,aside,footer,nav {
 display: block;
}



/*-------------------------------------------------reset*/


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

 .font-Oswald {
  font-family: 'Oswald', sans-serif;
 }

 .font-serif {
  font-family: 'Noto Serif JP', sans-serif;
 }


a {
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    display: block;
}

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

address {
  font-style: normal;
}

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

.clear {
  display: inline-table;
}

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

.clear {
  display: block;
}

.alignright {
	float: right;
	margin: 0 0 0 30px;
}


/*-------------------------------------------------common*/


/*--------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------*/

header .header-top .container {
  justify-content: space-between;
  align-items: center;
}

header h1 a {
	display: inline-block;
}

header h1 p {
  font-size: 16px;
  display: inline-block;
  margin-left: 25px;
}

header .header-top .link-contact {
  width: 160px;
  height: 88px;
  text-align: center;
  background: #0052CC url(../image/icon-phone.png) no-repeat left 20px center;
  color: #fff;
  font-weight: 400;
  padding: 30px 0 0 35px;
}

header nav {
  background-color: #00388A;
  height: 62px;
}

header nav ul {
  height: 62px;
  justify-content: center;
  align-items: center;
}

header nav li {
  width: 160px;
  padding: 0 8px;
  position: relative;
}

header nav li::before,
header nav li:nth-child(2n-1):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 32px;
  background-color: #fff;
  transform: skew(-20deg);
  top: 0;
}

header nav li::before {
  left: 0;
}

header nav li:nth-child(2n-1):after {
  right: 0;
}

header nav li a {
  font-size: 17px;
  color: #fff;
  text-align: center;
}

header nav li:last-child:after {
  right: 0;
  top: 0;
}

/*------------------------------------------------------------------------------------------------
  content
--------------------------------------------------------------------------------------------------*/
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}



.fl-left {
  float:left;
}

.fl-right {
  float:right;
}

.fl-none {
  float: none;
}

.al-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

#top h2 {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
}

#top h2 span {
  display: block;
  font-size: 50px;
  color: #00388A;
  font-size: 500;
  letter-spacing: 3px;
}

.btn {
  min-width: 260px;
  line-height: 50px;
  min-height: 50px;
  background: #00388A;
  border: 1px solid #00388A;
  display: inline-block;
  text-align: center;
}

.btn span {
  color: #fff;
  padding-right: 30px;
  background: url(../image/icon-next-btn.png) no-repeat right center;
}

.btn:hover {
  background: #fff;
}

.btn:hover span {
  color: #00388A;
  background: url(../image/icon-next-btn-blue.png) no-repeat right center;
}

.banner-page {
  max-width: 100%;
  height: 324px;
  background: url(../image/banner-company.png) no-repeat center center;
  background-size: cover;
}

.banner-page .title {
  font-size: 16px;
  color: #fff;
  padding-top: 30px;
}

.banner-page .title span {
  font-size: 40px;
  letter-spacing: 3px;
  display: block;
}

/*-------------------------------------------------------------------------------------------
  business
--------------------------------------------------------------------------------------------------*/
.banner-page_business {
  max-width: 100%;
  height: 324px;
  background: url(../image/banner-business.png) no-repeat center center;
  background-size: cover;
}
/*-------------------------------------------------------------------------------------------
  works
--------------------------------------------------------------------------------------------------*/
.banner-page_works {
  max-width: 100%;
  height: 324px;
  background: url(../image/banner-works.png) no-repeat center center;
  background-size: cover;
}

/*-------------------------------------------------------------------------------------------
  contact
--------------------------------------------------------------------------------------------------*/
.banner-page_contact {
  max-width: 100%;
  height: 324px;
  background: url(../image/banner-contact.png) no-repeat center center;
  background-size: cover;
}
/*-------------------------------------------------------------------------------------------
  crecruit
--------------------------------------------------------------------------------------------------*/
.banner-page_recruit {
  max-width: 100%;
  height: 324px;
  background: url(../image/banner-recruit.png) no-repeat center center;
  background-size: cover;
}

.banner-page_business .title, .banner-page_works .title, .banner-page_, .banner-page_recruit .title {
    font-size: 16px;
    color: #fff;
    padding-top: 30px;
    text-shadow: 2px 2px 3px #000000;
}

.banner-page_business .title span, .banner-page_works .title span, .banner-page_recruit .title span {
    font-size: 40px;
    letter-spacing: 3px;
    display: block;
    text-shadow: 2px 2px 3px #000000;
}

/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
#ptop {
  background-color: #E6E6E6;
  padding: 24px 0;
  text-align: center;
  cursor: pointer;
}

footer .coppy {
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
  background-color: #00388A;
}

footer .info .container {
  padding: 35px 0 30px 25px;
}

footer .info .text-contact {
  width: 465px;
  border-right: 1px solid #ccc;
}

footer .info .menu {
  margin-left: 75px;
  margin-top: 10px;  	
}

footer .info .menu li {
  width: 135px;
}

footer .info .menu li a {
  font-size: 15px;
  line-height: 1.5;
  color: #000;	
}

footer .content {
  justify-content: space-between;
}

footer .info h1 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

footer .info address {
  font-size: 1.8;
  line-height: 1.5;
}
