@charset "utf-8";

/*=======================================================================

各ページ(style.css)
 
========================================================================*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}
h2 {
	margin: 100px 0 0;
  color: #fff;
	font-size: 40px;
  font-size: 4.0rem;
  font-style: italic;
  text-align: center;
  line-height: 0.8;
}
h2 span {
  border-bottom: 1px solid #00a0e3;
	font-size: 16px;
  font-size: 1.6rem;
}
#content h3 {
  width: 30%;
	margin: 0 auto 50px;
  padding: 20px;
  border: 1px solid #00a0e3;
  color: #00a0e3;
	font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
}
#content h4 {
}
#content h5 {
}

/* margin padding */
#content p {
	margin: 0 0 20px;
}
#content ul,
#content ol {
  margin-bottom: 20px;
}
#content ul.disc {
  margin-left: 17px;
  list-style-type: disc;
}
#content ol {
  margin-left: 20px;
  list-style-type: decimal;
}
#content li {
	margin-bottom: 10px;
}
#content dt {
	margin-bottom: 5px;
}
#content dd {
	margin-bottom: 20px;
}

/* line height */
#content dl,
#content li {
	line-height: 1.3;
}

/* text indent */
#content .indent {
	margin-left: 1em;
	text-indent: -1em;
  line-height: 1.5;
}


/*----------------------------------------------------------------------
 Column
----------------------------------------------------------------------*/
/*
.columnSet {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
	margin: 0 0 20px;
}
.columnSet .column1-2 {
	width: 50%;
}
.columnSet .column1-3 {
	width: 33.3333%;
}
.columnSet .column1-4 {
	width: 25%;
}
.columnSet .column1-5 {
	width: 20%;
}
*/


/*----------------------------------------------------------------------
 Sub Nav
----------------------------------------------------------------------*/
#content .subNav ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
  margin: 0;
}
#content .subNav ul li {
	width: 33.333333%;
  margin: 0;
	border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
#content .subNav ul li:first-child {
	border-left: 0;
}
#content .subNav ul li div a {
  display: block;
	padding: 40px 0;
  text-decoration: none;
  transition: .5s;
}
#content .subNav ul li div a:hover {
  background-color: #c6e8fa;
}
#content .subNav.company ul li.activeCompany,
#content .subNav.business ul li.activeBusiness,
#content .subNav.casestudy ul li.activeCasestudy,
#content .subNav.agent ul li.activeAgent {
  background-color: #eee;
}
#content .subNav ul li img {
  margin-bottom: 10px;
}


/*----------------------------------------------------------------------
 News
----------------------------------------------------------------------*/
#content ul.news li {
  padding: 0 10px 15px;
  border-bottom: 1px solid #ededed;
}
#content ul.news span {
  color: #00a0e3;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
}
#content ul.news li img {
  margin-top: 2px;
  vertical-align: top;
}

/*----------------------------------------------------------------------
 Company
----------------------------------------------------------------------*/

/* company */
#content .ceo span {
  margin-left: 10px;
  font-size: 20px;
  font-size: 2.0rem;
}
#content .aboutus dl {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 20px 0;
  border-top: 1px solid #ccc;
}
#content .aboutus dl:first-child {
  padding-top: 0;
  border-top: 0;
}
#content .aboutus dl:last-child {
  padding-bottom: 0;
}
#content .aboutus dt,
#content .aboutus dd {
  margin: 0;
  padding: 0 20px;
}
#content .aboutus dt {
  width: 25%;
  text-align: center;
}
#content .aboutus dd {
  width: 75%;
}
#content .aboutus dd ul {
  margin: 10px 0 30px 25px;
  list-style-type: disc;
}
#content .aboutus dd ol,
#content .aboutus dd ul:last-child,
#content .aboutus dd li:last-child {
  margin-bottom: 0;
}

#content .pamphlet {
  text-align: center;
}
#content .pamphlet a {
  display: block;
  width: 500px;
  margin: 10px auto;
  padding: 30px 20px 20px;
  background-color: #fb9f42;
  background-size: 200% 100%;
  background-image: -webkit-linear-gradient(left, transparent 50%, rgba(252, 200, 58, 1) 50%);
  background-image: linear-gradient(to right, transparent 50%, rgba(252, 200, 58, 1) 50%);
  -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
  transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  text-decoration: none;
}
#content .pamphlet a:hover {
  background-color: #fa7b45;
  background-position: -100% 100%;
}
#content .pamphlet img {
  margin-bottom: 3px;
  vertical-align: middle;
}
#content .pamphlet span br {
  display: none;
}

/* business */
#content .box01,
#content .box02 {
  width: 100%;
}
#content .box01 .project_copy,
#content .box02 .project_copy {
  float: left;
  width: 450px;
  padding-top: 50px;
  /*
  position: relative;
  z-index: 1;
  */
}
#content .box01 h4,
#content .box02 h4 {
  font-size: 56px;
  color: #00a0e3;
  font-weight: bold;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-style: italic;
  letter-spacing: 0.05em;
  text-shadow: 0 1px 0 rgba(255,255,255,0.7);
}
#content .box02 h4 {
  margin-left: 30px;
}
#content .box01 .project_copy div,
#content .box02 .project_copy div {
  padding: 30px 30px 30px 0;
  background-color: #fff;
}
#content .box02 .project_copy div {
  padding: 30px 0 30px 30px;
  background-color: #f0f0f0;
}
#content .project_copy p,
#content .box03 p {
  margin: 0;
}
#content .box01 .project_img,
#content .box02 .project_img {
  float: left;
  width: 700px;
  /*
  position: absolute;
  top: 0;
  right: 0;
  */
}
#content .box02 .project_copy {
  float: right;
}
#content .box02 .project_img {
  float: right;
  left: 0;
}

#content .project_copy h5 {
  margin-bottom: 20px;
  color: #00a0e3;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
}
#content .box03 {
  margin: 40px 150px 0;
  padding: 0 30px 0 0;
  background-color: #f0f0f0;
}
#content .bgccc .box03 {
  padding: 0 0 0 30px;
  background-color: #fff;
}
#content .box03 h5 {
  padding: 30px 0 15px;
  color: #00a0e3;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
}
#content .box03  img.floatLeft {
  margin-right: 30px;
}
#content .box03  img.floatRight {
  margin-left: 30px;
}
#content .box03 div {
  padding-bottom: 15px;
  overflow-y: hidden;
}

#content .link_btn {
  text-align: right;
}
#content .link_btn a {
  display: inline-block;
  padding: 10px 50px;
  background-color: #00a0e3;
  background-size: 200% 100%;
  background-image: -webkit-linear-gradient(left, transparent 50%, rgba(15, 105, 180, 1) 50%);
  background-image: linear-gradient(to right, transparent 50%, rgba(15, 105, 180, 1) 50%);
  -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
  transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
  color: #fff;
  text-decoration: none;
}
#content .link_btn a:hover {
  background-color: #0e6ab7;
  background-position: -100% 100%;
}

/* casestudy */
#content .casestudy01 dl {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#content .casestudy01 dl:first-child {
  border-top: 1px solid #ddd;
}
#content .casestudy01 dl.odd {
  background-color: #f9f9f9;
}
#content .casestudy01 dt,
#content .casestudy01 dd {
  margin: 0;
  padding: 20px;
}
#content .casestudy01 dt {
  width: 30%;
  border-right: 1px solid #ddd;
  text-align: left;
}
#content .casestudy01 dd {
  width: 70%;
}

#content .casestudy02 {
  margin-bottom: 30px;
}
#content .products .casestudy02 .boxLeft,
#content .casestudy02 .boxLeft {
  float: left;
  width: 45%;
}
#content .casestudy02 .boxRight {
  float: right;
  width: 50%;
  padding: 0 0 30px 50px;
  border-left: 1px solid #ccc;
}
#content .casestudy02:after {
    content: "";
    display: block;
    clear: both;
}
#content .casestudy02 dl dt {
  margin-top: 20px;
  padding: 20px 20px 0;
  border-top: 1px solid #ccc;
}
#content .casestudy02 dl dt:first-child {
  margin-top: 10px;
  border-top: 0;
}
#content .casestudy02 dl dd {
	padding: 0 20px;
}
#content .casestudy02 dl dd:last-child {
	margin-bottom: 0;
}
#content .casestudy02 dl ul {
  margin: 10px 0 0 15px;
}
#content .casestudy02 dl li:last-child {
	margin-bottom: 0;
}
#content p.sodan {
  text-align: center;
}

/* agent */
#content .agentList dl {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #ccc;
}
#content .agentList dl:first-child {
  padding-top: 0;
  border-top: 0;
}
#content .agentList dl:nth-child(even) {
  background-color: #f9f9f9;
}
#content .agentList dt,
#content .agentList dd {
  margin: 0;
  padding: 0 30px;
}
#content .agentList dt {
  width: 32%;
  border-right: 2px solid #00a0e3;
  font-weight: bold;
  text-align: left;
}
#content .agentList dd {
  width: 68%;
}
#content .agentList dd br {
  display: none;
}


/*----------------------------------------------------------------------
 Products
----------------------------------------------------------------------*/
#content .products .boxLeft,
#content .products .boxRight {
  padding-top: 15px; 
}
#content .products .boxLeft {
  float: left;
  width: 50%;
}
#content .products .boxRight {
  float: right;
  width: 50%;
  padding-left: 50px;
  border-left: 1px solid #ccc;
}
#content .bgccc .products .boxRight {
  border-left: 1px solid #aaa;
}
#content .products:after {
    content: "";
    display: block;
    clear: both;
}
#content .products dl dt {
  margin-bottom: 10px;
	font-weight: bold;
}
#content .products dl dd:last-child {
	margin-bottom: 0;
}
#content .products dl ul {
  margin: 0 0 0 20px;
  list-style-type: disc;
}
#content .products dl ul li img {
  margin-top: 2px;
  vertical-align: top;
}
#content .products .lightbox {
  margin: 5px 0 0 5px;
}
#content .products .lightbox img {
  margin-right: 7px;
  border: 1px solid #ccc;
}
#content .products .lightbox img:hover {
  border: 3px solid #00a0e3;
}

/*----------------------------------------------------------------------
 Recruit
----------------------------------------------------------------------*/
#content .recruit {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 70px;
}
#content .recruit div.shinsotsu,
#content .recruit div.chuto {
  width: 50%;
  height: 400px;
  position: relative;
}
#content .recruit div div {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
}
#content .recruit div div.apply {
  background-color: rgba(0,130,180,0.7);
}
#content .recruit div div.apply:hover {
  background-color: rgba(0,130,180,0.2);
  transition: all .3s ease-in;
}
#content .recruit div.shinsotsu {
  background: url(../../recruit/images/img_recruit_shinsotsu.jpg) center center no-repeat;
}
#content .recruit div.chuto {
  background: url(../../recruit/images/img_recruit_chuto.jpg) center center no-repeat;
}
#content .recruit div p {
  position: absolute;
  top: 140px;
  left: 50%;
  -webkit- transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}
#content .recruit div p span {
  display: block;
  margin-bottom: 10px;
  padding: 15px 40px;
  background-color: rgba(255,255,255,0.9);
  color: #00a0e3;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
}






