/* CSS Document */

@charset "UTF-8";

/*//////////////////////////////////////////////////
common
//////////////////////////////////////////////////*/

body {
  background: url(../images/bg.jpg) no-repeat center top;
  background-size: cover;
  background-color: #c9eafc;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", verdana, sans-serif;
  line-height: 1.6em;
  color: #333;
}


/*//////////////////////////////////////////////////
header
//////////////////////////////////////////////////*/

#header {
  width: 100%;
  background-color: #fff;
  padding-top: 33px;
  padding-bottom: 33px;
  border-bottom:1px solid #a0a0a0;
}

#header .inner {
  width: 1000px;
  margin: 0 auto;
}

#header .inner .logoArea:after {
  content: "";
  display: block;
  clear: both;
}

#header .inner h1 {
  float: left;
  width: 240px;
}

#header .inner .tel {
  float: right;
  width: 261px;
}


/*//////////////////////////////////////////////////
global navigation
//////////////////////////////////////////////////*/

#gnav {
  width: 100%;
  /* background: url(../images/gnav-bg.jpg) repeat-x left top; */
  border-top: 1px solid #566175;
  background: linear-gradient(to bottom, #123360, #2961ac);
}

#gnav .inner {
  width: 1000px;
  margin: 0 auto;
}

/* #gnav .inner ul:after {
  content: "";
  display: block;
  clear: both;
} */

#gnav .inner ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 45px;
  width: 1000px;
}

#gnav .inner ul li {
  /* float: left; */
  line-height: 0;
  border-left: 1px solid #7f94ba;
  height: 45px;
  width: calc(100% / 6 - 2px);
}

/* #gnav .inner ul li img {
  vertical-align: bottom;
} */

#gnav .inner ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height:45px;
  text-decoration: none;
}

#gnav .inner ul li.last {
  border-right: 1px solid #7f94ba;
}


/*//////////////////////////////////////////////////
container
//////////////////////////////////////////////////*/

#container {
  width: 1040px;
  margin: 0 auto 35px;
  background: url(../images/cnt-bg.png) repeat-y left bottom;
}

#container .inner {
  padding: 0 20px 65px;
}


/* 画像下の余白削除 */

#container img {
  vertical-align: bottom;
}


/*//////////////////////////////////////////////////
footer
//////////////////////////////////////////////////*/

#footer {
  width: 100%;
  background-color: #194070;
  padding: 10px 0;
}

#footer ul {
  margin: 0 auto;
  /* width: 50%; */
  width: 53%;
}

#footer ul:after {
  content: "";
  display: block;
  clear: both;
}

#footer ul li {
  float: left;
  border-right: 1px solid #fff;
  margin-right: 10px;
  padding-right: 10px;
  line-height: 1.2em;
  font-size: 14px;
}

#footer ul li.last {
  border-right: none;
  margin-right: 0;
}

#footer ul li a {
  color: #fff;
  text-decoration: none;
}

#footer ul li a:hover {
  color: #fff;
  text-decoration: underline;
}


/*//////////////////////////////////////////////////
index
//////////////////////////////////////////////////*/

.topMainArea {
  background: url(../images/top-content-bg.jpg) no-repeat left top;
}

.topMainArea h2 {
  padding-top: 50px;
  padding-left: 40px;
}

.topMainArea p {
  padding-top: 30px;
  padding-left: 40px;
  margin-bottom: 155px;
  line-height: 2.0em;
}

.topMainArea .contBtnArea {
  padding-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
  width: 820px;
}

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

.topMainArea .contBtnArea ul li {
  float: left;
  margin-right: 20px;
}

.topMainArea .contBtnArea ul li.last {
  margin-right: 0;
}


/*//////////////////////////////////////////////////
about
//////////////////////////////////////////////////*/

#aboutCntArea .innerArea {
  background: url(../images/about-bg.jpg) no-repeat left top;
  line-height: 1.8em;
}

#aboutCntArea h3 {
  padding-top: 53px;
  margin-bottom: 65px;
  margin-left: 40px;
}

#aboutCntArea .topArea {
  margin-left: 305px;
}

#aboutCntArea .topArea h4 {
  margin-bottom: 30px;
}

#aboutCntArea .topArea .photoArea {
  margin-top: 40px;
  margin-left: 52px;
}

#aboutCntArea .topArea .photoArea:after {
  content: "";
  display: block;
  clear: both;
}

#aboutCntArea .topArea .photoArea ul li {
  float: left;
  margin-right: 22px;
  margin-bottom: 50px;
  *margin-bottom: 40px;
}

#aboutCntArea .topArea .photoArea ul li:last-child {
  margin-right: 0;
}

#aboutCntArea .middleArea {
  margin-left: 393px;
  margin-bottom: 90px;
}

#aboutCntArea .middleArea h4 {
  margin-bottom: 35px;
}

#aboutCntArea .middleArea .text {
  margin-right: 60px;
}

#aboutCntArea .middleArea .text02 {
  margin-top: 22px;
  margin-right: 40px;
}

#aboutCntArea .middleArea .boxArea {
  margin: 22px 0 22px 60px;
}

#aboutCntArea .middleArea .boxTop {
  width: 467px;
  background: url(../images/about-boxtop-bg.jpg) no-repeat left top;
  padding: 10px 16px 0 17px;
}

#aboutCntArea .middleArea .boxBottom {
  height: 20px;
  background: url(../images/about-boxbottom-bg.jpg) no-repeat left top;
}

#aboutCntArea .middleArea .boxTop .listArea {
  font-size: 13px;
  line-height: 1.6em;
}

#aboutCntArea .middleArea .boxTop .listArea:after {
  content: "";
  display: block;
  clear: both;
}

#aboutCntArea .middleArea .boxTop .leftArea {
  float: left;
  border-right: 1px solid #ccc;
  width: 220px;
  padding-left: 20px;
}

#aboutCntArea .middleArea .boxTop .rightArea {
  float: left;
  width: 185px;
  padding-left: 38px;
}

#aboutCntArea .middleArea .boxTop .title {
  margin-bottom: 8px;
}

#aboutCntArea .bottomArea {
  margin-left: 305px;
  padding-bottom: 209px;
  *padding-bottom: 200px;
}

#aboutCntArea .bottomArea h4 {
  margin-bottom: 35px;
}

#aboutCntArea .bottomArea .boxArea {
  margin-left: 53px;
  margin-top: 21px;
  margin-bottom: 22px;
}

#aboutCntArea .bottomArea .boxTop {
  width: 561px;
  background: url(../images/about-boxtop-bg-bt.png) no-repeat left top;
  padding: 10px 17px 0;
}

#aboutCntArea .bottomArea .boxBottom {
  height: 20px;
  background: url(../images/about-boxbottom-bg-bt.png) no-repeat left top;
}

#aboutCntArea .bottomArea .boxTop .listArea {
  font-size: 13px;
  line-height: 1.6em;
}

#aboutCntArea .bottomArea .boxTop .title {
  margin-bottom: 8px;
}

#aboutCntArea .bottomArea .boxTop .listArea:after {
  content: "";
  display: block;
  clear: both;
}

#aboutCntArea .bottomArea .boxTop .leftArea {
  float: left;
  border-right: 1px solid #ccc;
  width: 250px;
  padding-left: 14px;
}

#aboutCntArea .bottomArea .boxTop .rightArea {
  float: left;
  width: 266px;
  padding-left: 30px;
}


/*//////////////////////////////////////////////////
business
//////////////////////////////////////////////////*/

#businessCntArea .innerArea {
  background: url(../images/business-bg.jpg) no-repeat left top;
}

#businessCntArea h3.subTitle01 {
  padding-top: 53px;
  margin-bottom: 40px;
  margin-left: 40px;
}

#businessCntArea h3.subTitle02 {
  margin-bottom: 90px;
  margin-left: 40px;
}

#businessCntArea .text {
  margin-bottom: 65px;
  margin-left: 40px;
}

#businessCntArea .image01 {
  margin-bottom: 90px;
  margin-left: 38px;
}

#businessCntArea .image02 {
  margin-left: 60px;
  margin-bottom: 137px;
}


/*//////////////////////////////////////////////////
company
//////////////////////////////////////////////////*/

#companyCntArea h3.subTitle01 {
  margin-top: 60px;
  margin-bottom: 15px;
}

#companyCntArea h3.subTitle02 {
  margin-bottom: 15px;
}

#companyCntArea .contentArea {
  padding: 0 40px;
  background: #fff url(../images/company-bg.jpg) no-repeat left top;
  zoom: 1;
}

#companyCntArea .contentArea:after {
  content: "";
  display: block;
  clear: both;
}

#companyCntArea .contentArea .leftArea {
  float: left;
  width: 425px;
}

#companyCntArea .contentArea .rightArea {
  float: right;
  width: 425px;
  margin-top: 445px;
}

#companyCntArea .contentArea table {
  width: 100%;
  font-size: 14px;
}

#companyCntArea .contentArea table th {
  width: 35%;
  white-space: nowrap;
  font-weight: normal;
  text-align: left;
}

#companyCntArea .contentArea .image {
  margin-top: 45px;
  margin-bottom: 110px;
}


/*//////////////////////////////////////////////////
contact
//////////////////////////////////////////////////*/

#contactCntArea h3.subTitle01 {
  margin-top: 60px;
  margin-bottom: 75px;
}

#contactCntArea h3.subTitle02 {
  margin-bottom: 65px;
}

#contactCntArea .tel {
  text-align: center;
  margin-bottom: 100px;
}

#contactCntArea .mapArea {
  width: 500px;
  margin: 0 auto 235px;
}

#contactCntArea .mapArea .map {
  border: 1px solid #ccc;
}

#contactCntArea .mapArea .text {
  margin-top: 15px;
  text-align: left;
}
