@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer:http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: """";
}

a img {
  border: 0;
}

figure {
  margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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

body {
  color: #555;
  font: 12px verdana, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  line-height: 1.5;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

/* リンク設定
------------------------------------------------------------*/
a {
  color: #358de0;
  text-decoration: none;
}

a:hover {
  color: #429bef;
}

a:active,
a:focus {
  outline: 0;
}


/* 全体
------------------------------------------------------------*/
#wrapper {
  margin: 0px auto 0;
  /* padding:0 1%; */
  /* width:98%; */
  position: relative;
}

.inner {
  margin: 0 auto;
  /* width:100%; */
}


/*************
/* ヘッダー
*************/
#header {
  z-index: 100;
  position: fixed;
  background-color: #ffffff;
  width: 100%;
  /* height: 100px; */
}

#header:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}

#header h1 {
  font-size: 12px;
  font-weight: normal;
}

.header_spacer {
  height: 97px;
}

/*************
/* ロゴ
*************/
#header .logo {
  float: left;
  padding-top: 15px;
}

.logo a {
  font-size: 20px;
  color: #444;
  font-weight: bold;
  line-height: 1;
}

.logo span {
  font-size: 12px;
  font-weight: normal;
}

#wrapper .ceomessage {
  padding: 150px 16px 0px;
}

#wrapper .company {
  padding-top: 150px;
}

#wrapper .project {
  padding-top: 150px;
}

#wrapper .recruit {
  padding-top: 150px;
}

#wrapper .contact {
  padding-top: 150px;
}

#wrapper .thanks {
  padding-top: 150px;
}




/**************************
/* メイン画像（トップページ）
**************************/
#mainBanner {
  margin: 0 auto;
  padding-top: 100px;
  width: 100%;
  line-height: 0;
  position: relative;
  height: 100%;
}

#mainBanner .inner {
  position: relative;
}

#mainBanner img {
  width: 100%;
  height: 100%;
}

.main_content {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}

#mainBanner h1 {
  font-size: 42px;
  margin: 0 0 16px -5px;
  text-shadow: 0 0 8px rgba(0, 0, 0, .6);
  color: #fff;
}

#mainBanner p {
  font-size: 24px;
  letter-spacing: 0.02em;
  text-shadow: 0 0 8px rgba(0, 0, 0, .6);

  line-height: 1.3;
}

/* #mainBanner .background_img::before{
  background-image: url(images/AdobeStock_175413333.jpeg) ;
  background-repeat:  no-repeat;                        
  background-position:center center;                
  background-size:contain;                       
  width:100%;                                  
  height:400px;
} */

#mainBanner .background_img {
  position: relative;
  background-image: url(images/topview.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
}

/* #mainBanner .background_img img{
  width:100%;
  height: 100%;
  object-fit: contain;
} */

.btn_row a {
  margin: 0px 4px 0px 0px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border: solid 2px #5B9BD5;
  border-radius: 3px;
  transition: .4s;
  /* text-shadow: 0 0 8px rgba(0,0,0,.6); */
  background: #5B9BD5;
  /* padding-top: 100px; */
}

.btn_ghost {
  color: #fff;
  font-size: 14px;
  line-height: 0;
  letter-spacing: 1.6px;
  text-indent: -1.6px;
  text-align: center;
  text-decoration: none;
  padding: 24px 40px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 2px;
  display: inline-block;
}

.btn_row a:hover {
  color: #5B9BD5;
  text-decoration: none;
  transition: .4s;
  cursor: pointer;
  border: solid 2px #ECECEC;
  text-shadow: none;
  background: #ECECEC;
}

.slogan {
  position: absolute;
  max-width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  padding: 5px 10px;
  line-height: 1.4;
  z-index: 100;
}

.slogan h2 {
  padding-bottom: 5px;
  color: #333;
  font-size: 20px;
}

.slogan h3 {
  font-size: 14px;
  color: #666;
}

/**************************
/* 新着情報（トップページ）
**************************/

.top_news {
  padding: 20px 10%;
  background: #eee;
  margin: 0 auto 56px;
  overflow-y: scroll;
  height: 190px;
}

.top_news_box {
  margin-bottom: 10px;
}

.top_news .tag {
  font-size: 10px;
  text-align: center;
  text-decoration: none;
  width: 96px;
  border-radius: 2px;
  border: 1px solid #333;
  padding: 2px 0;
  margin: 0 8px 0 0;
  display: inline-block;
}

.top_news .tag2 {
  font-size: 10px;
  text-align: center;
  text-decoration: none;
  width: 96px;
  border-radius: 2px;
  border: 1px solid #eee;
  padding: 2px 0;
  margin: 0 8px 0 0;
  display: inline-block;
  color: #eee;
}

.top_news time {
  font-size: 12px;
  text-decoration: none;
  width: 80px;
  margin: 0 5px 0 0;
  display: inline-block;
}

.top_news title {
  font-size: 12px;
}

/**************************
/* グリッド
**************************/
.section_title {
  padding: 64px 16px 64px;
  /* text-align: center; */

}

.section_title h2 {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_title h2:before,
.section_title h2:after {
  border-top: 1px solid #5B9BD5;
  content: "";
  flex-grow: 1;
  width: 20px;
}

.section_title h2:before {
  margin-right: 1rem;
}

.section_title h2:after {
  margin-left: 1rem;
}

.section_title p {
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 4px 2px;
}

.service_card {
  margin-bottom: 56px;
  padding: 0px 18px;
}

.service_card img:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
}

.service_card a {
  text-decoration: none;
  transition: .15s;
  cursor: pointer;
}

.service_card h3 {
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 8px
}

.service_card p {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2;
  margin-bottom: 8px
}


.service_card_content {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #f1f1f1;
  border-radius: 8px;

}

.service_card_title {
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 2;
  margin-bottom: 8px;
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  font-weight: bold;
}

.service_card_body {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2;
  margin: 12px;
}


.gridWrapper {
  padding-bottom: 20px;
  clear: both;
  overflow: hidden;
}

.grid h3 {
  padding: 13px 0;
  margin-bottom: 5px;
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.grid p {
  padding: 5px 0;
}

.grid p.img {
  float: left;
  margin: 3px 0 0 0;
}

.readmore {
  clear: both;
}

.readmore a {
  padding: 3px 5px;
  border-radius: 3px;
  color: #fff;
  background: #999;
}

.readmore a:hover {
  background: #ccc;
}


/* フッター内のグリッド(3カラム) */
#footer .grid {
  border: 0;
  background: transparent;
}

#footer .grid p {
  padding: 0;
}


/*************
メイン コンテンツ
*************/
section.content {
  padding: 10px 0;
  margin-bottom: 20px;
  /* border-radius:6px; */
  overflow: hidden;
  font-size: 14px;
  /* text-align: center; */
}

section.content p {
  margin-bottom: 5px;
}


/* アーカイブページ */
section.content .archive {
  padding: 20px 0 0;
  border-bottom: 1px dotted #ccc;
}

section.content p {
  margin-bottom: 5px;
}

/* h3.heading{
padding:3px 0 13px;
margin-bottom:30px;
font-size:18px;
border-bottom:2px solid #ccc;
} */

section.content img {
  max-width: 100%;
  height: auto;
}

/* .alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
} */

.border,
ul.list img {
  border: 4px solid #ebebeb;
}

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

/* .company_card p{
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2;
} */

.company_title p {
  margin-top: 8px;
  font-weight: bold;
}

.button_company {
  display: inline-block;
  padding: 12px 24px;
  margin: 64px auto;
  text-decoration: none;
  color: #5B9BD5;
  border: solid 2px #5B9BD5;
  border-radius: 3px;
  transition: .4s;
  font-size: 18px;
}

.button_company:hover {
  background: #5B9BD5;
  color: white;
}

.office_img img {
  width: 455px;
  height: 254px;
  object-fit: cover;
}


#wrapper {
  margin-bottom: 0px;
  /* border-bottom:2px solid #ccc; */
}


/*************
/* コンタクト
*************/
#contact {
  padding: 64px 18px;
  background-color: #f0f0f0;
}


.contact_card a {
  color: #333;
  padding: 32px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  transition: 0.2s;
  display: block;
}

.contact_card_item h3 {
  margin-bottom: 8px;
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: 1px;
}

.contact_card_item p {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2;
}

/*************
/* フッター
*************/
#footer {
  clear: both;
  padding: 64px 18px;
  overflow: hidden;
}

.tel strong {
  font-size: 20px;
  font-weight: bold;
}

#footer .copyright {
  font-size: 11px;
}


/*************
サブ（フッター前）コンテンツ
*************/
#sub ul {
  padding: 10px;
}

#sub li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ebebeb;
}

#sub li:last-child {
  border: 0;
  margin-bottom: 0;
}

#sub li a {
  color: #555;
  display: block;
}

#sub li a:hover {
  color: #a5a5a5;
}

#sub ul.list {
  padding-bottom: 7px;
}

#sub ul.list li {
  clear: both;
  margin-bottom: 5px;
  padding: 5px 0;
  overflow: hidden;
}

#sub ul.list li img {
  float: left;
  margin-right: 10px;
}

#sub ul.list li {
  font-size: 12px;
  line-height: 1.35;
}

#sub .grid h3 {
  border-radius: 0;
}

/**************************
/* 会社概要
**************************/

#companyBox {
  text-align: center;
}

#companyBox li {
  display: inline-block;
  width: 300px;
  letter-spacing: normal;
  margin-right: 30px;
  margin-bottom: 40px;
  vertical-align: top;
}

#companyBox h3 {
  margin-bottom: 30px;
  position: relative;
}

#companyBox h3 a {
  display: block;
  width: 300px;
  height: 250px;
}

#companyBox h3 a:hover {
  opacity: 0.7;
  transition: 0.2s;
}

#companyBox h3 span {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: url(images/arrow_list.png) 270px 18px no-repeat rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out 0s;
}

/**************************
/* メンバー紹介
**************************/
/* .links-member{
  margin-bottom: 20px;
  display: flex;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
} */

/**************************
/* 企業情報
**************************/
.history {
  width: auto;
  position: relative;
  margin: 2em 0;
  padding: 2em 2.5em;
  border: solid 1px #5B9BD5;
  /* border-radius: 8px; */
}

.history h3 {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 20px;
  background: #FFF;
  color: #5B9BD5;
  /* font-weight: bold; */
}

.history p {
  font-size: 18px;
  margin: 0;
  padding: 0;
}

/**************************
/* 社長メッセージ（企業情報）
**************************/

h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 10px;
  margin: 0;
  color: #444;
}

.content_company_images {
  padding: 0px 16px 24px;
}

.content_company_message p {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2;
}

.content_company_message {
  padding: 0px 16px 56px;
}


.boss_name {
  text-align: right;
}

.content_company_vision {
  /* margin: auto; */
}

.content_company_vision h3 {
  /* text-align: center; */
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 8px;
  line-height: 32px;
}

.content_company_vision .text_vision {
  margin-bottom: 12px;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}

.main_text_vision {
  /* font-weight: 700; */
  font-size: 24px;
  color: #5B9BD5;
}

.sub_text_vision {
  margin-top: 0;
  margin-left: 20px;
  font-size: 18px;
}

.table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #5B9BD5;
  border-collapse: collapse;
  border-spacing: 0;
}

tbody {
  box-sizing: inherit;
}

td {
  border: 1px solid #5B9BD5 !important;
  line-height: 1.42857;
  padding: 5px;
  vertical-align: middle;
}

.content_company_vision_message {
  text-align: left;
  margin-top: 64px;
  margin-bottom: 64px;
  padding-left: 30px;
  padding-right: 30px;
}

.content_company_vision_message p {
  margin: 10px 0px;
  font-size: 16px;
}

.content_company_vision_message span {
  /* font-weight: bold; */
  font-size: 18px;
  color: #5B9BD5;
}

.ceomessage .sp-only {
  max-height: 700px;
}

.ceomessage .pc-only {
  display: none;
}

.content_company_message h2 {
  font-size: 18px;
}

.ceomessage-text {
  padding-top: 18px;
}

.ceomessage-space {
  padding-bottom: 12px;
}

/**************************
/* メンバー紹介
**************************/


.member-introduce img {
  padding-bottom: 24px;
}

.member-introduce h3 {
  font-size: 18px;
}

.member-introduce h5 {
  font-size: 13px;
  color: gray;
  padding-bottom: 18px;
}

.member-introduce p {
  font-size: 12px;
  padding-bottom: 24px;
}

/**************************
/* 事業内容
**************************/


.project-area {
  background-color: #edf0f2;
}

.box-item {
  position: relative;
  margin-bottom: 24px;
}

.pic-area {
  text-align: right;
}

.pic-area .pic {
  /* margin-left: 26.315%; */
  position: relative;
  margin-left: 13.333%;
  z-index: 1;
}

.pic-area .sp-only {
  max-height: 700px;
}

.pic-area .pc-only {
  display: none;
}

.pic-area .pic img {
  /* display: inline-block; */
  border: 0;
  /* -webkit-backface-visibility: hidden; */
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.box-item .info-area {
  /* position: absolute;
  top: 0;
  left: 5.263%;
  margin-top: 10px; */
  position: relative;
  margin-top: -240px;
  margin-right: 13.333%;
  text-align: left;
  z-index: 2;
}

.box-item .info-area-inner {
  /* display: inline-block;
  padding: 18px 14.285%;
  width: 700px;
    max-width: 600px;
    background-color: #fff; */
  display: inline-block;
  padding: 2.75rem 7.692%;
  max-width: 64rem;
  background-color: #fff;
}

.box-item .info-area-inner .heading {
  margin-bottom: 10px;
  padding: 20px 0 20px 30px;
  font-size: 24px;
  color: #5B9BD5;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}

.box-item .info-area-inner .heading::before {
  content: "01";
  position: absolute;
  top: 50%;
  left: 5%;
  color: #5B9BD5;
  font-family: "Montserrat", "Roboto Condensed", "Open Sans", sans-serif;
  font-size: 9rem;
  font-weight: bold;
  line-height: 1;
  opacity: 0.15;
  transform: translateY(-55%);
}

.box-item .info-area-2 {
  /* position: absolute;
  top: 0;
  left: 5.263%;
  margin-top: 10px; */
  position: relative;
  margin-top: -14rem;
  margin-right: 13.333%;
  text-align: left;
  z-index: 2;
}

.box-item .info-area-inner .text-area {
  text-align: left;
  font-size: 14px;
}

.box-item .info-area-inner .list-area {
  margin-top: 10px;
}

.box-item .info-area-inner .list-area li {
  float: left;
  width: 100%;
  font-size: 12px;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 8px;
  color: #646464;
  text-align: left;
}

.pic-area-2 {
  text-align: left;
}

.pic-area-2 .pic {
  margin-left: 0;
  margin-right: 13.333%;
}

.pic-area-2 .sp-only {
  max-height: 700px;
}

.pic-area-2 .pic img {
  /* display: inline-block; */
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.pic-area-2 .pic .pc-only {
  display: none;
}

.box-item .info-area-2 {
  margin-bottom: 18px;
  margin-left: 13.333%;
  margin-right: 0;
}

.box-item .info-area-2 .info-area-inner .heading::before {
  content: "02";
  position: absolute;
  top: 50%;
  /* left: 4%; */
  color: #5B9BD5;
  font-family: "Montserrat", "Roboto Condensed", "Open Sans", sans-serif;
  font-size: 9rem;
  font-weight: bold;
  line-height: 1;
  opacity: 0.15;
  transform: translateY(-55%);
}

.accbox {
  margin: 42px auto;
  padding: 0;
  max-width: 1000px;
}

.accbox:hover {
  color: #5B9BD5;
}


.accbox label {
  display: block;
  margin: 1.5px 16px;
  padding: 24px 24px;
  background: #fff;
  cursor: pointer;
  transition: all 0.5s;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.accbox label:before {
  content: '\f054';
  font-family: 'FontAwesome';
  padding-right: 8px;
  padding-left: 8px;
}

.accbox label:hover {
  background: #fefefe;
}

.accbox input {
  display: none;
}

.accbox .accshow {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
  font-size: 14px;
  margin: 1.5px 16px;
}

.cssacc:checked+label+.accshow {
  height: auto;
  padding: 5px;
  background: #ffffff;
  opacity: 1;
}

.accbox .accshow p {
  margin: 15px 0px
}

.accbox .accshow p {
  padding-left: 20px;
}


.cssacc:checked+label:before {
  content: '\f078';
}

/* page navigation
------------------------------------------------------------*/
.pagenav {
  clear: both;
  width: 100%;
  height: 30px;
  margin: 5px 0 20px;
}

.pagenav a {
  color: #555;
}

.pagenav a:hover {
  color: #a5a5a5;
}

.prev {
  float: left
}

.next {
  float: right;
}

#pageLinks {
  clear: both;
  text-align: center;
}

/**************************
/* 採用情報
**************************/
.links-mission-image img {
  padding: 40px 0px;
  /* background-image: url(images/AdobeStock_288509615.jpeg); */
  background-size: cover;
  background-position: center 40%;
  /* margin-bottom: 60px; */
  width: 100%;
}

.links-mission h2 {
  /* color: #fff;
  font-size: 32px; */
  letter-spacing: 0.02em;
  /* text-shadow: 0 2px 0.2em grey, 0 -1px 0.2em grey, 0 0 1em grey; */
  text-align: left;
  padding: 0 24px;
}

.links-mission-text {
  /* color: #fff;
  font-size: 16px; */
  font-weight: 400;
  /* padding: 40px 0 60px 0; */
  /* text-shadow: 0 2px 0.2em grey, 0 -1px 0.2em grey, 0 0 1em grey; */
  padding: 0 24px;

}

.links-space {
  padding-bottom: 18px;
}

.recruit_head a {
  color: #5B9BD5;
  text-shadow: none;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
  padding: 12px 35px;
  border-radius: 3px;
  transition: all 0.3s;
}

.roll-button {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
  padding: 12px 35px;
  border-radius: 3px;
  transition: all 0.3s;
  text-align: center;
  border: 1px solid #5B9BD5;
}

.roll-button:hover {
  background-color: #5B9BD5;
  color: #fff;
}

.more-button {
  display: table;
  margin: 30px auto;
  clear: both;
}

#job {
  background-color: #FFF;
  border: 1px solid #5B9BD5;
  /* margin-top: 50px; */
  font-size: 92%;
  padding-left: 15px;
  width: auto;
}

#job h4 {
  color: #443f3f;
  font-weight: 600;
  margin: 10px 0px 24px;
  font-size: 18px;
}

#job .recruit_head {
  position: relative;
  height: 33px;
}

.recruit_head_child {
  background: #5B9BD5;
  display: inline-block;
  color: #fff;
  line-height: 1.3;
  font-weight: bold;
  padding: 3px 20px;
  margin-bottom: 11px;
  font-size: 15px;
  border-radius: 33px;
  z-index: 2;
  position: absolute;
}

.recruit_head p {
  margin-bottom: 20px;
}

.recruit_head::after {
  content: "";
  z-index: 1;
  border-bottom: 1px solid #5B9BD5;
  width: 100%;
  height: 0px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 13px;
}

#job li {
  line-height: 2;
}

/**************************
/* お問い合わせ
**************************/
#submit {
  display: inline-block;
  /* font-family: "Raleway", sans-serif; */
  /* font-size: 13px; */
  /* line-height: 24px; */
  /* font-weight: 700; */
  padding: 12px 35px;
  border-radius: 3px;
  transition: all 0.3s;
  text-align: center;

  background-color: #5B9BD5;
  color: #fff;
}

#submit:hover {
  opacity: 0.6;
}

.thanks .title {
  text-align: center;
  font-size: 24px;
  color: #5B9BD5;
}

.thanks .text {
  font-size: 18px;
  text-align: center;
  padding: 24px;
}

/**************************
/* フッター
**************************/

.u-mb-1 {
  margin-bottom: 8px;
}

#footer .title {
  margin-bottom: 8px;
  font-weight: bold;
}

#footer p {
  margin-bottom: 8px;
  font-weight: bold;
}

footer p,
footer li,
footer a {
  font-size: 12px;
  line-height: 2;
}

#footer a {
  text-decoration: none;
  transition: .15s;
  cursor: pointer;
  color: #333;
}


/* タイポグラフィ
*****************************************************/
.dateLabel {
  margin: 0 0 10px;
  text-align: right;
  font: italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.post p {
  padding-bottom: 15px;
}

.post ul {
  margin: 0 0 10px 10px;
}

.post ul li {
  margin-bottom: 5px;
  padding-left: 15px;
  background: url(images/bullet.png) no-repeat 0 8px;
}

.post ol {
  margin: 0 0 10px 30px;
}

.post ol li {
  list-style: decimal;
}

.post h1 {
  margin: 20px 0;
  padding: 5px 0;
  font-size: 150%;
  color: #000;
  border-bottom: 3px solid #f0f0f0;
}

.post h2 {
  margin: 10px 0;
  padding-bottom: 2px;
  font-size: 130%;
  font-weight: normal;
  color: #333;
  border-bottom: 2px solid #f0f0f0;
}

.post h3 {
  margin: 10px 0 30px;
  padding-bottom: 10px;
  font-size: 110%;
  font-weight: normal;
  color: #777;
  border-bottom: 2px solid #f0f0f0;
}

.post blockquote {
  clear: both;
  padding: 10px 0 10px 15px;
  margin: 10px 0 25px 30px;
  border-left: 5px solid #ccc;
}

.post blockquote p {
  padding: 5px 0;
}

.post table {
  border-collapse: collapse;
  margin: 10px 0;
}

.post table th,
.post table td {
  padding: 12px;
  border: 1px solid #ccc;
}

.post table th {
  text-align: right;
  font-weight: bold;
  letter-spacing: 1px;
  white-space: nowrap;
  background: #eee;
}

.post dt {
  font-weight: bold;
}

.post dd {
  padding-bottom: 10px;
}

.post img {
  max-width: 100%;
  height: auto;
}

img.aligncenter {
  display: block;
  margin: 5px auto;
}

img.alignright,
img.alignleft {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

img.alignleft {
  margin: 0 7px 2px 0;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}


/* PC用
------------------------------------------------------------*/
@media only screen and (min-width:960px) {

  #wrapper,
  .inner {
    width: 1124px;
    padding: 0;
  }

  #wrapper {
    padding-bottom: 20px;
  }

  /* グリッド全体 */
  .gridWrapper {
    display: table;
    border-collapse: separate;
    border-spacing: 20px;
    margin-left: -20px;
    width: 980px;
  }

  /* グリッド共通 ベース:トップページ4カラム */
  .grid {
    width: 220px;
    display: table-cell;
  }

  #sub.gridWrapper {
    width: 980px;
  }

  /* サブコンテンツ + フッター グリッド(3カラム) */
  #sub .grid,
  #footer .grid {
    width: 300px;
  }

  /* トップナビゲーション */
  nav div.panel {
    display: block !important;
  }

  a#menu {
    display: none;
  }

  #topnav {
    float: right;
    margin-top: -5px;

  }

  #topnav li {
    float: left;
    margin: 13px 5px 0;
    text-align: center;
    position: relative;
  }

  #topnav a {
    color: #555;
    font-size: 13px;
    display: block;
    padding: 25px 10px;
    line-height: 1.2;
  }


  #topnav .company {
    font-size: 13px;
    display: block;
    padding: 25px 10px;
    line-height: 1.2;
  }

  #topnav .company:hover {
    padding-bottom: 25px;
    border-bottom-width: 3px;
    background: #eee;
  }


  #topnav span {
    font-size: 10px;
    color: #a5a5a5;
  }

  #topnav li.current-menu-item a,
  #topnav a:hover {
    background: #f5f5f5;
  }

  #topnav ul {
    width: 160px;
    display: none;
  }

  #topnav li:hover ul {
    display: block;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 500;
  }

  #topnav li li {
    margin: 0;
    float: none;
    width: 160px;
    text-align: left;
    background: #eee;
  }

  #topnav li li a {
    padding: 10px;
    border: 0;
  }

  #topnav li.current-menu-item li a,
  #topnav li li a {
    border-bottom-width: 1px;
  }

  #topnav li li.current-menu-item a,
  #topnav li li a:hover {
    padding-bottom: 10px;
    border-bottom-width: 3px;
    background: #eee;
  }

  .contact_card a {
    height: 164px;
  }
}

@media only screen and (max-width:959px) {
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  #header h1 {
    text-align: center;
  }

  #header .logo,
  #footer .logo {
    float: none;
    text-align: center;
    padding: 10px 5px;
  }

  /* トップナビゲーション */
  nav#mainNav {
    clear: both;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f4f4f4), color-stop(0.00, #f4f4f4));
    background: -webkit-linear-gradient(top, #f4f4f4 0%, #f4f4f4 100%);
    background: -moz-linear-gradient(top, #f4f4f4 0%, #f4f4f4 100%);
    background: -o-linear-gradient(top, #f4f4f4 0%, #f4f4f4 100%);
    background: -ms-linear-gradient(top, #f4f4f4 0%, #f4f4f4 100%);
    background: linear-gradient(top, #f4f4f4 0%, #f4f4f4 100%);
  }

  nav#mainNav a.menu {
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    text-align: left;
    color: #555;
  }

  nav#mainNav a#menu span {
    padding-left: 10px;
  }

  nav#mainNav a span:before {
    content: "≡ ";
  }

  nav#mainNav span:before {
    content: "≡ ";
  }

  nav#mainNav a.menuOpen span:before {
    content: "× ";
  }

  nav#mainNav a#menu:hover {
    cursor: pointer;
  }

  nav .panel {
    display: none;
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
    z-index: 1;
  }

  nav#mainNav ul {
    margin: 0;
    padding: 0;
  }

  nav#mainNav ul li {
    float: none;
    clear: both;
    width: 100%;
    height: auto;
    line-height: 1.2;
  }

  nav#mainNav ul li a,
  nav#mainNav ul li.current-menu-item li a {
    display: block;
    padding: 15px 10px;
    text-align: left;
    border-bottom: 1px dashed #e8e8e8;
    color: #555;
  }

  #topnav .company {
    display: block;
    padding: 15px 10px;
    text-align: left;
    /* border-bottom:1px dashed #e8e8e8; */
    color: #555;
  }

  nav#mainNav ul li a span {
    padding-left: 10px;
  }

  nav#mainNav ul li span {
    padding-left: 10px;
  }

  nav#mainNav ul li:first-child a {
    border-top: 1px dashed #e8e8e8;
  }

  nav#mainNav ul li:last-child a {
    border: 0;
  }

  nav#mainNav ul li li:last-child a {
    border: 0;
  }

  nav#mainNav ul li li:last-child a {
    border-bottom: 1px dashed #e8e8e8;
  }

  nav#mainNav ul li.current-menu-item a,
  nav#mainNav ul li a:hover,
  nav#mainNav ul li.current-menu-item a,
  nav#mainNav ul li a:active,
  nav#mainNav ul li li.current-menu-item a,
  nav#mainNav ul li.current-menu-item li a:hover,
  nav#mainNav ul li.current-menu-item li a:active {
    background: #eee;
  }

  nav div.panel {
    float: none;
  }

  nav#mainNav ul li li {
    float: left;
    border: 0;
  }

  nav#mainNav ul li li a,
  nav#mainNav ul li.current-menu-item li a,
  nav#mainNav ul li li.current-menu-item a {
    padding-left: 40px;
    background: url(images/sub1.png) no-repeat 20px -62px;
  }

  nav#mainNav ul li li.current-menu-item a,
  nav#mainNav ul li li a:hover,
  nav#mainNav ul li.current-menu-item li a:hover {
    background: #eee url(images/sub1.png) no-repeat 20px -62px;
  }

  nav#mainNav ul li li:last-child a {
    background: #f4f4f4 url(images/subLast.png) no-repeat 20px -65px;
  }

  nav#mainNav ul li li:last-child.current-menu-item a,
  nav#mainNav ul li li:last-child a:hover,
  nav#mainNav ul li.current-menu-item li:last-child a:hover {
    background: #eee url(images/subLast.png) no-repeat 20px -65px;
  }

  .grid {
    float: left;
    width: 48%;
    margin: 10px 2% 0 0;
  }

  .grid img {
    float: left;
    margin-right: 5px;
  }

  #sub .grid {
    width: 32%;
    margin: 10px 1%;
  }

  #sub .grid:first-child {
    margin-left: 0;
  }

  #sub .grid:last-child {
    margin-right: 0;
  }

  #footer .grid,
  #footer .grid p {
    float: none;
    width: 100%;
    text-align: center;
    border: 0;
  }

  #footer .grid:last-child {
    padding-top: 20px;
  }
}

@media only screen and (max-width:768px) {
  #header {
    padding-bottom: 0;
  }

  #header h1 {
    text-align: center;
  }

  #header .logo {
    float: none;
    text-align: center;
    padding: 5px 5px;
  }

  #header .logo h1 {
    padding-bottom: 0px;
  }

  #header .logo img {
    height: 30px;
  }

  #mainBanner {
    padding-top: 85px;
  }

  #mainBanner .background_img {
    position: relative;
    background-image: url(images/topview2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
  }

  #mainBanner h1 {
    font-size: 20px;
    margin: 0 0 15px -5px;
    text-shadow: 0 0 8px rgba(0, 0, 0, .6);
    color: #fff;
  }


  #mainBanner p {
    font-size: 13px;
    margin: 0 0 80px 0;
  }

  #mainBanner .btn_row .btn_ghost {
    padding: 14px 0;
    width: 80%;
    display: block;
    margin: 0 auto 8px;
  }

  #sub ul.list {
    padding: 10px 10px 11px;
  }

  #sub ul.list li {
    padding-bottom: 10px;
    margin-bottom: 8px;
  }
}


@media only screen and (max-width:640px) {
  #footer .grid p {
    text-align: center;
  }

  .grid img {
    float: none;
    margin: 20px auto 10px;
    max-width: 100%;
    height: auto;
  }

  .grid p,
  #sub .grid li {
    text-align: left;
  }

  .alignleft,
  .alignright {
    float: none;
    display: block;
    margin: 0 auto 10px;
  }
}


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

  #mainBanner h2,
  #mainBanner h3 {
    font-size: 80%;
  }

  #sub .grid {
    float: none;
    width: 98%;
  }

  #sub .grid h3 {
    padding: 10px 5px;
  }
}


/**************************
/* スマホトップページ
**************************/
@media only screen and (max-width:959px) {

  .background_img {
    padding: 70px 16px 16px;
    height: 400px;
  }

  .background_img .main_content {
    position: static;
    transform: none;
  }

  .service_card {
    margin-bottom: 0px;
  }

  .service_card .col-md-6 {
    text-align: center;
  }

  .service_card img {
    width: 80%;
    height: auto;
  }

  .service_card h3 {
    font-size: 18px;
    margin-top: 8px;
  }

  .service_card p {
    padding: 0 18px;
    font-size: 12px;
    text-align: left;
  }

  .service_card ul {
    margin: 2em auto;
    padding: 0.5em 1em;
    width: 80%;
  }

  .service_card li {
    text-align: left;
  }

  .links-member .member-introduce {
    margin: 0 16px;
  }

  #wrapper .ceomessage {
    padding-top: 150px;
  }

  #wrapper .company {
    padding-top: 150px;
    margin: 0 16px;
  }

  .history {
    width: auto;
  }

  .history h3 {
    font-size: 16px;
  }

  .history p {
    font-size: 12px;
  }

  #wrapper .recruit {
    padding-top: 150px;
    /* margin: 0 16px; */
  }

  #wrapper #job {
    margin: 0 16px;
  }

  #wrapper .project {
    padding-top: 150px;
    padding-bottom: 24px;
  }

  #wrapper .contact {
    padding-top: 150px;
  }

  #wrapper .thanks {
    padding-top: 150px;
  }

  .content_company_vision h3 {
    text-align: center;
    /* font-weight: 700;
    font-size: 2.2rem; */
    /* margin-bottom: 8px;
    line-height: 32px; */
  }

  .content_company_vision .text_vision {
    /* margin-bottom: 12px; */
    text-align: center;
    /* margin: 0 auto;   */
  }

  .content_company_vision .main_text_vision {
    font-size: 18px;
  }

  .content_company_vision .sub_text_vision {
    font-size: 14px;
  }

  .content_company_vision_message {
    margin: 24px 16px 0;
    text-align: center;
  }

  .content_company_vision_message p {
    font-size: 14px;
  }

}




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


  .section_title {
    padding: 32px 0;
  }


  .top_news {
    margin: 0px;
  }

  .top_news .tag {
    font-size: 7px;
    padding: 1px 0;
    width: 60px;
  }

  .top_news .tag2 {
    font-size: 7px;
    padding: 1px 0;
    width: 60px;
  }

  .top_news_box {
    width: calc(100% + 32px);
    overflow-x: auto;
    margin: 0 -16px 4px;
  }

  .top_news_box li {
    margin-left: 16px;
  }

  .top_news_box .tag .tag2 {
    width: 88px;
    padding: 0;
  }

  .top_news_box .date {
    font-size: 5px;
    width: 45px;
  }

  .top_news_box .title {
    font-size: 5px;
  }

  #companyBox li {
    margin: 0 auto;
  }

  .contact_card {
    margin-right: -4px;
    margin-left: -4px;
  }

  .contact_card .col-md-6 {
    margin-bottom: 16px;
  }

  .inner-content {
    padding: 0 16px;
    width: 100%;
  }

  .content_company_message p {
    font-size: 10px;
  }

  .content_company_message {
    padding-bottom: 0px;
  }



  .links-mission {
    background-image: none;
    margin-bottom: 0px;
  }

  .links-mission h2 {
    font-size: 18px;
    color: #333;
    border-bottom: solid 1px #5B9BD5;
  }

  .links-mission p {
    padding: 40px 0 0px 0;
  }

  .contact {
    padding: 0 16px;
  }

}

@media only screen and (min-width:960px) {
  .background_img .main_content p {
    margin: 0 0 200px 0px;
  }

  .background_img {
    height: 600px;
  }


  .member-introduce .row {
    padding-bottom: 64px;
  }

  .sp-br {
    display: none;
  }
}

@media (min-width: 1180px) {

  .box-item {
    margin-bottom: 18px;
  }

  .box-item .pic-area .pic {
    margin-left: 26.315%;
  }

  .box-item .sp-only {
    display: none;
  }

  .box-item .pc-only {
    display: inline-block;
    width: 400px;
  }

  .box-item .info-area {
    position: absolute;
    top: 0;
    left: 5.263%;
    margin-top: 10px;
  }

  .box-item .info-area-inner {
    padding: 18px 14.285%;
    width: 700px;
    height: 280px;
  }

  .pic-area-2 .pic {
    margin-right: 26.315%;
  }

  .box-item .info-area-2 {
    position: absolute;
    left: auto;
    right: 5.263%;
    text-align: right;
    top: 0;
    margin-top: 10px;
  }

  .box-item .info-area-2 .info-area-inner {
    padding: 18px 14.285%;
    width: 700px;
  }

  .box-item .pic-area-2 .sp-only {
    display: none;
  }

  .box-item .pic-area-2 .pc-only {
    display: inline-block;
    width: 400px;
  }

  .accbox .label2 {
    font-size: 24px;
  }

  .ceomessage .sp-only {
    display: none;
  }

  .ceomessage .pc-only {
    display: inline-block;
    width: 400px;
  }


}

@media screen and (min-width: 576px) {

  .links-mission h2 {
    /* color: #fff; */
    font-size: 24px;
    text-align: left;
    /* letter-spacing: 0.02em;
    text-shadow: 0 2px 0.2em grey, 0 -1px 0.2em grey, 0 0 1em grey; */
    /* text-align: center; */
    padding-bottom: 24px;
  }

  .links-mission p {
    /* color: #fff; */
    font-size: 16px;
    /* font-weight: 400; */
    /* padding: 40px 0 60px 0;
    text-shadow: 0 2px 0.2em grey, 0 -1px 0.2em grey, 0 0 1em grey; */
  }

}