/*
Theme Name: Imagine Theme
Theme URI: http://livingtokyo.jp/
Description: theme for Imagine
Version: 0.9
*/

/*** style reset ***/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a, h1, h2, h3, h4, div, p, hr, blockquote, address, noscript {
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
ul, ol, dl, dt, dd {
	list-style: none;
}
span, img {
	border: none;
	vertical-align: top;
}

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

input {
	font-size: 1.2rem;
}

table {
  border-collapse: collapse;
}

/*** basic ***/

html {
  font-size: 62.5%
}

body {
	font: 1.7rem Yu Gothic UI, Meiryo, "ヒラギノ角ゴシック", San Francisco, san-serif;
  -webkit-text-size-adjust: 100%;
	color: #777;
	letter-spacing: 1px;
  line-height: 1.8em;
}

a {
  color: inherit;
	text-decoration: underline;
}

a:hover {
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

i {
  font-size: 36px;
  vertical-align: middle;
}

/*** hack ***/

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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*�･*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*** common parts ***/

.link_style_arrow {
  position: relative;
  padding-left: 18px;
}

.link_style_arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/*** common layout ***/

header {
  position: relative;
  width: 100%;
  /*background: url(./images/com_header_bg.jpg) repeat-x;
  background-size: 2000px;*/
}

.header_in {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
}

.header_logo {
  width: 286px;
  margin: 0px auto;
  text-align: center;
}

.header_logo a {
  color: inherit;
  text-decoration: none;
}

.header_logo img {
  width: 100%;
  height: auto;
}

footer {
  border-top: 2px solid #444;
  padding: 0 0 50px;
  background: #fff;
  color: #444;
}

footer a {
  color: inherit;
}

footer .footer_in {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}

footer .footer_in:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 40px;
  background: url(../images/ft_bg1.png) no-repeat center center;
  background-size: contain;
  top: -40px;
  left: 0;  
}

footer .footer_in:after {
  content: "";
  display: block;
  position: absolute;
  width: 54px;
  height: 40px;
  background: url(../images/ft_bg2.png) no-repeat center center;
  background-size: contain;
  top: -40px;
  right: 0;  
}

.footer_content_unit {
  float: left;
  font-size: 1.6rem;
}

.footer_content_unit h1 {
  margin-bottom: 25px;
  font-size: 2.4rem;
}

.footer_content_company {
  width: 35%;
  margin-right: 5%;
}

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

.footer_content_company p strong {
  font-size: 1.8rem;
}

.footer_content_contact {
  width: 27%;
  margin-right: 5%;
}

.footer_content_contact i {
  font-size: 30px;
  margin-right: 3px;
}

.footer_content_contact p span {
  vertical-align: middle;
}

.footer_content_links {
  width: 28%;
}

.footer_copyright {
  padding: 50px 0 0;
  font-size: 1.2rem;
  text-align: center;
}

#main {
  background: #fff;
}


/***
  top
***/

.top_mv {
  position: relative;
  width: 100%;
  height: 500px;
  background: url(../images/main.jpg) no-repeat center center;
  background-size: cover;
}

.top_mv span {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -0.5em;
  font-size: 50px;
  line-height: 1em;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7),0px 0px 10px rgba(0, 0, 0, 0.7);
  text-align: center;
}

.top_unit h1 {
  position: relative;
  margin-bottom: 60px;
  font-size: 3rem;
  text-align: center;
}

.top_unit h1 span {
  position: relative;
  z-index: 2;
  background: #fff;
}

.top_unit h1:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0px;
  background: #ccc;
  width: 400px;
  height: 1px;
}
.top_unit h1:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0px;
  background: #ccc;
  width: 400px;
  height: 1px;
}

.top_unit_in {
  width: 1100px;
  margin: 0 auto;
  padding: 60px 0;
}

.top_about {
  background: #fff;
}

.top_about_unit {
  margin-bottom: 60px;
}

.top_about_unit:last-child {
  margin-bottom: 0;
}

.top_about_unit_text {
  width: 750px;
}

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

.top_about_unit_text p:last-child {
  margin-bottom: 0;
}

.top_about_unit_pict {
  width: 310px;
}

.top_about_unit_pict img {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}

.top_about_unit_pict img:last-child {
  margin-bottom: 0;
}

.top_about_unit1 .top_about_unit_pict,
.top_about_unit2 .top_about_unit_text {
  float: right;
}

.top_about_unit2 .top_about_unit_pict,
.top_about_unit1 .top_about_unit_text {
  float: left;
}