@charset "UTF-8";
section, nav, article, aside, hgroup, header, footer, figure, figcaption, details {
  display: block;
}

html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 100%;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  color: #333;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-top: 60px;
}
body.top {
  margin-top: 0;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

hr {
  height: 1px;
  background-color: #ccc;
  border: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.pc_only {
  display: block;
}

.pc_only_inline {
  display: inline;
}

.sp_only,
.sp_only_inline {
  display: none;
}

/*----- wrap -----*/
.wrap {
  max-width: 1000px;
  padding: 0 15px;
  margin: 0 auto;
}

.wrap:after {
  content: "";
  display: block;
  clear: both;
}

/*----- link -----*/
a, a:visited {
  outline: none;
  color: #3f87ba;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*=======================================
	main_visual
=======================================*/
#main_visual {
  min-width: 1030px;
  height: 600px;
  background: url(../images/main_visual.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
#main_visual:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
#main_visual h1 {
  text-align: center;
  position: relative;
  top: 46%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*=======================================
	g_nav
=======================================*/
#g_nav {
  min-width: 1030px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
  background: #fff;
}
#g_nav.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
}
#g_nav ul {
  text-align: center;
}
#g_nav li {
  display: inline-block;
}
#g_nav li a {
  display: block;
  font-size: 16px;
  color: #061230;
  text-decoration: none;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic",sans-serif;
  padding: 0 20px 0 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#g_nav li a:hover {
  color: #3f87ba;
}
#g_nav li a:after {
  content: "/";
  margin: 0 0 0 20px;
  color: #ccc;
}
#g_nav li:last-child a:after {
  content: "";
}

/*=======================================
	news
=======================================*/
#news {
  padding: 50px 0;
  min-width: 1030px;
}
#news h2 {
  font-size: 32px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  text-align: center;
  margin: 0 0 50px 0;
}
#news ul {
  border-top: 1px dotted #ccc;
}
#news li {
  border-bottom: 1px dotted #ccc;
  line-height: 1.4;
  position: relative;
  padding: 15px 0;
}
#news li span {
  display: block;
  font-size: 14px;
  font-weight: bold;
  width: 140px;
  padding: 0 0 0 10px;
  float: left;
  letter-spacing: 0.1em;
}
#news li strong {
  display: block;
  width: 840px;
  float: left;
}
#news li:after {
  content: "";
  display: block;
  clear: both;
}

/*=======================================
	philosophy
=======================================*/
#philosophy {
  padding: 80px 0;
  min-width: 1030px;
  background: url(../images/bg_philosophy.jpg) no-repeat left center;
  background-size: cover;
  min-height: 580px;
  box-sizing: border-box;
}
#philosophy h2 {
  font-size: 32px;
  line-height: 1;
  margin: 0 0 80px 0;
}
#philosophy p {
  line-height: 2.4;
  width: 460px;
  box-sizing: border-box;
  padding: 15px 20px;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}

/*=======================================
	company
=======================================*/
#company {
  padding: 80px 0;
  min-width: 1030px;
  background: url(../images/bg_company.jpg) no-repeat left top;
  background-size: cover;
  min-height: 580px;
  box-sizing: border-box;
}
#company h2 {
  width: 460px;
  font-size: 32px;
  line-height: 1;
  margin: 0 0 80px 540px;
}
#company table {
  width: 460px;
  margin: 0 0 0 540px;
  border-top: 1px dotted #666;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}
#company tr {
  border-bottom: 1px dotted #666;
}
#company th,
#company td {
  padding: 10px;
}

/*=======================================
	recruit
=======================================*/
#recruit {
  padding: 80px 0;
  min-width: 1030px;
}
#recruit h2 {
  text-align: center;
  font-size: 32px;
  line-height: 1;
  margin: 0 0 80px 0;
}
#recruit li {
  width: 241px;
  height: 241px;
  box-sizing: border-box;
  margin: 0 12px 0 0;
  padding: 132px 0 0 0;
  float: left;
  background: url(../images/recruit_01.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
}
#recruit li:nth-child(2) {
  background: url(../images/recruit_02.jpg) no-repeat;
  background-size: cover;
}
#recruit li:nth-child(3) {
  background: url(../images/recruit_03.jpg) no-repeat;
  background-size: cover;
}
#recruit li:nth-child(4) {
  background: url(../images/recruit_04.jpg) no-repeat;
  background-size: cover;
  margin-right: 0;
}
#recruit ul:after {
  content: "";
  display: block;
  clear: both;
}
#recruit p {
  width: 500px;
  margin: 100px auto 0 auto;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 1.8;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

/*=======================================
	contact
=======================================*/
#contact {
  padding: 80px 0;
  min-width: 1030px;
  background: #f2f2f2 url(../images/bg_noise.jpg) repeat;
}
#contact h2 {
  text-align: center;
  font-size: 32px;
  line-height: 1;
  margin: 0 0 80px 0;
}
#contact table {
  width: 480px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}
#contact th,
#contact td {
  padding: 10px;
  vertical-align: top;
  letter-spacing: 0.03em;
}
#contact td {
  width: 260px;
}
#contact th span {
  font-size: 12px;
}
#contact input,
#contact textarea {
  width: 100%;
  padding: 8px;
  border: none;
  box-sizing: border-box;
}
#contact textarea {
  height: 100px;
}
#contact li:first-child {
  width: 150px;
  float: right;
}
#contact li:last-child {
  width: 100px;
  float: left;
}
#contact ul:after {
  content: "";
  display: block;
  clear: both;
}
#contact li input {
  display: inline-block;
  line-height: 1;
  width: auto;
  background: #fff;
  border: 1px solid #ccc;
  padding: 2px 5px;
  border-radius: 2px;
  font-size: 11px;
  cursor: pointer;
}
#contact li button {
  display: block;
  width: 100%;
  padding: 10px 0;
  line-height: 1;
  background: #3f87ba;
  font-size: 16px;
  color: #fff;
  font-family: "游ゴシック体","Yu Gothic",YuGothic,Meiryo,Osaka,"Hiragino Kaku Gothic Pro","MS PGothic",sans-serif;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#contact li button:hover {
  background: #2d79af;
}

/*=======================================
	thanks
=======================================*/
#thanks {
  background: url(../images/main_visual.jpg) no-repeat center;
  background-size: cover;
  /*	min-height:600px;*/
  padding: 0 0 80px 0;
  position: relative;
}
#thanks:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
#thanks h1 {
  text-align: center;
  padding: 80px 0 50px 0;
  position: relative;
}
#thanks > div {
  width: 600px;
  min-height: 340px;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.3);
  position: relative;
}
#thanks > div p {
  margin: 80px 0 40px 0;
}
#thanks > div div a {
  display: inline-block;
  line-height: 1;
  color: #fff;
  background: #3f87ba;
  padding: 10px 20px;
  border-radius: 2px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#thanks > div div a:hover {
  background: #2d79af;
  text-decoration: none;
}

/*=======================================
	footer
=======================================*/
footer {
  min-width: 1030px;
  background: #061230;
  line-height: 1;
  padding: 25px 0;
  text-align: center;
  font-size: 11px;
  color: #fff;
}

/******************************************************************************************

	sp size

******************************************************************************************/
@media only screen and (max-width: 640px) {
  body {
    line-height: 1.4;
    margin-top: 0;
  }

  /*----- wrap -----*/
  .wrap {
    font-size: 13px;
    letter-spacing: 0.05em;
  }

  .pc_only,
  .pc_only_inline {
    display: none;
  }

  .sp_only {
    display: block;
  }

  .sp_only_inline {
    display: inline;
  }

  /*=======================================
  	main_visual
  =======================================*/
  #main_visual {
    min-width: inherit;
    height: 250px;
  }
  #main_visual h1 {
    top: 48%;
  }
  #main_visual h1 img {
    width: 80px;
  }

  /*=======================================
  	g_nav
  =======================================*/
  #g_nav {
    display: none;
    min-width: inherit;
  }

  /*=======================================
  	news
  =======================================*/
  #news {
    padding: 30px 0;
    min-width: inherit;
  }
  #news h2 {
    font-size: 20px;
    margin: 0 0 30px 0;
  }
  #news li {
    padding: 10px 0;
  }
  #news li span {
    font-size: 11px;
    width: auto;
    padding: 0 0 5px 0;
    float: none;
  }
  #news li strong {
    width: auto;
    float: none;
    font-size: 12px;
  }

  /*=======================================
  	philosophy
  =======================================*/
  #philosophy {
    padding: 40px 0;
    min-width: inherit;
    min-height: inherit;
  }
  #philosophy h2 {
    font-size: 20px;
    margin: 0 0 40px 0;
    text-align: center;
  }
  #philosophy p {
    line-height: 2;
    width: auto;
  }

  /*=======================================
  	company
  =======================================*/
  #company {
    padding: 40px 0;
    min-width: inherit;
    background-attachment: scroll;
    min-height: inherit;
  }
  #company h2 {
    width: auto;
    font-size: 20px;
    margin: 0 0 40px 0;
    text-align: center;
  }
  #company table {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    margin: 0;
    color: #fff;
    border-top: none;
    font-size: 12px;
  }
  #company tr {
    border-bottom: 1px dotted #ccc;
  }
  #company th,
  #company td {
    padding: 10px;
    display: block;
  }
  #company th {
    padding-bottom: 0;
  }
  #company td {
    padding-top: 3px;
  }

  /*=======================================
  	recruit
  =======================================*/
  #recruit {
    padding: 40px 0;
    min-width: inherit;
  }
  #recruit .wrap {
    padding: 0;
  }
  #recruit h2 {
    font-size: 20px;
    margin: 0 0 40px 0;
  }
  #recruit ul {
    text-align: center;
  }
  #recruit li {
    display: inline-block;
    vertical-align: top;
    width: 140px;
    height: 140px;
    margin: 0 5px 10px 5px;
    padding: 75px 0 0 0;
    float: none;
    font-size: 11px;
    letter-spacing: normal;
  }
  #recruit p {
    width: 85%;
    box-sizing: border-box;
    margin: 20px auto 0 auto;
    padding: 15px 20px;
    font-size: 12px;
    text-align: left;
  }

  /*=======================================
  	contact
  =======================================*/
  #contact {
    padding: 40px 0;
    min-width: inherit;
  }
  #contact h2 {
    font-size: 20px;
    margin: 0 0 40px 0;
  }
  #contact table {
    width: 100%;
    font-size: 12px;
  }
  #contact th,
  #contact td {
    display: block;
    padding: 10px;
  }
  #contact th {
    padding-top: 0;
    padding-bottom: 0;
  }
  #contact td {
    padding-top: 5px;
    padding-bottom: 15px;
    width: auto;
  }
  #contact th span {
    font-size: 11px;
  }
  #contact input,
  #contact textarea {
    padding: 5px;
  }
  #contact ul {
    text-align: center;
  }
  #contact li:first-child {
    width: auto;
    float: none;
  }
  #contact li:last-child {
    width: auto;
    float: none;
  }
  #contact li input {
    width: auto;
  }
  #contact li button {
    width: 80%;
    margin: 0 auto 10px auto;
    font-size: 14px;
  }

  /*=======================================
  	thanks
  =======================================*/
  #thanks {
    min-height: inherit;
    padding: 0 0 40px 0;
  }
  #thanks h1 {
    text-align: center;
    padding: 40px 0 25px 0;
  }
  #thanks h1 img {
    width: 80px;
  }
  #thanks > div {
    width: 80%;
    min-height: inherit;
    font-size: 12px;
  }
  #thanks > div p {
    margin: 30px 0;
  }

  /*=======================================
  	footer
  =======================================*/
  footer {
    min-width: inherit;
    padding: 15px 0;
    font-size: 8px;
  }
}
