@charset "utf-8";

/*reset css*/
* {
  background: transparent;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  color: #222;
  box-sizing: border-box;
}
body,
textarea {
  font-family: 'Lato', "Lucida Grande", Meiryo, "メイリオ", sans-serif;
  line-height: 1.0;
  -webkit-text-size-adjust: 100%; /* スマホ横向きでも文字サイズ同じ */
  word-wrap: break-word;
  margin: 0;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  transition: .3s;
}
a:hover {
  text-decoration: underline;
}

/*clearfix*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

/*index css*/
.wrap {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
}

.header {
  background: url(images/residence_top_01.jpg) no-repeat 0 0;
  height: 740px;
position: relative;/**/
}
.header nav {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 10px 0;
  position: relative;
}
.header .nav_left {
  position: absolute;
  top: 44px;
  left: 18%;
}
.header .nav_right {
  position: absolute;
  top: 44px;
  right: 23%;
}
.header nav li {
  float: left;
  margin-right: 24px;
}
.page_header {
  background: url(images/head_01.jpg) no-repeat 0 0;
  height: 160px;
position: relative;/**/
}
.page_header nav {
  padding: 35px 0 0;
}
.page_header .logo {
  float: left;
  margin: 40px 100px;
}
.page_header ul {
  width: 35%;
  margin: 12px 0 0 40%;
}
.page_header li {
  float: left;
  margin-right: 20px;
}
.page_header ul a {
  color: #fff;
  font-size: 13px;
}


/***********************************/
/* bing 翻訳 */
a.btn_lang {
	width: 120px;
	height: auto;
	display: block;
	padding: 5px 5px 8px;
	line-height: 1;
	background: #a41936;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 35px;
	left: 950px;
}	

#MicrosoftTranslatorWidget {
position: absolute;
top: 30px;
left: 945px;
opacity: 0;
padding: 0;
}

.page_header a.btn_lang {
	top: 40px;
}

.page_header #MicrosoftTranslatorWidget {
	top: 35px;
}


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

.about_area {
  background: url(images/residence_top_02.jpg) no-repeat 0 0;
  height: 469px;
  position: relative;
}
.about_area .btn {
  color: #00376f;
  font-size: 16px;
  font-weight: 900;
  width: 240px;
  padding: 12px;
  border: 3px solid #00376f;
  letter-spacing: 2px;
  display: block;
  position: absolute;
  left: 13%;
  bottom: 46%;
}
.about_area .btn:hover {
  color: #fff;
  background: #00376f;
  text-decoration: none;
}

.business_area {
  background: url(images/residence_top_03.jpg) no-repeat 0 0;
  height: 660px;
  position: relative;
}
.news_area {
  background: url(images/residence_top_04.jpg) no-repeat 0 0;
  height: 381px;
  position: relative;
}
.news_area a {
  color: #000;
  font-size: 16px;
  font-weight: 900;
  width: 180px;
  padding: 12px;
  border: 3px solid #000;
  letter-spacing: 2px;
  display: block;
  position: absolute;
  left: 8%;
  bottom: 21%;
}
.news_area a:hover {
  color: #fff;
  background: #000;
  text-decoration: none;
}

.bottom_menu a {
  line-height: 0;
  width: 50%;
  float: left;
}
.bottom_menu a:hover {
  opacity: .8;
}
.totop a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  background: #000;
  padding: 16px 0;
  display: block;
}
.totop a:hover {
  opacity: .8;
}

.foot_main {
  background: url(images/residence_top_09.jpg) no-repeat 0 0;
  height: 205px;
  padding: 10px 0;
}
.footer .job_link {
  width: 750px;
  margin: 40px auto 0;
}
.footer .job_link_p {
  background: #00376f;
  padding: 25px 0 0;
}
.footer .job_link li {
  float: left;
  margin-right: 15px;
}
.footer .job_link li.last {
  margin-right: 0;
}
.foot_main nav {
  width: 450px;
  margin: 60px 0 0 650px;
}
.foot_main nav ul {
  float: left;
  margin-right: 50px;
}
.foot_main nav li {
  text-align: left;
}
.foot_main nav li a {
  color: #fff;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 2px;
}
.foot_bottom {
  background: url(images/residence_top_10.jpg) no-repeat 0 0;
  height: 117px;
  padding: 10px 0;
}
.foot_bottom ul {
  width: 450px;
  margin: 16px 0 0 650px;
}
.foot_bottom li {
  float: left;
  margin-right: 24px;
}

/*******************************
  page
*******************************/
.breadcrumb {
  border-bottom: 1px solid #dedede;
  margin-bottom: 40px;
}
.breadcrumb li {
  font-size: 13px;
  float: left;
  padding: 8px 24px;
}
.breadcrumb li a {
  color: #999;
  transition: .3s;
}
.breadcrumb li a:hover {
  color: #666;
  text-decoration: none;
}

.main_top_txt {
  line-height: 1.6;
  margin: 0 0 40px;
  font-size: 14px;
}
.page {
  width: 83.33%;
  margin: 10px auto;
}

.contact {
  width: 100%;
  margin-bottom: 24px;
  border: 1px solid #ccc;
}
.contact th,
.contact td {
  border: 1px solid #ccc;
  padding: 24px;
}
.contact th {
  font-size: 16px;
  background: #efefef;
  width: 30%;
  vertical-align: middle;
  position: relative;
}
.contact .required:after {
  color: #fff;
  font-size: 14px;
  content: '必須';
  background: #c00;
  padding: 8px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact td {
  text-align: left;
  width: 70%;
}
.contact td input,
.contact td textarea {
  background: #efefef;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
}
.submit_btn {
  color: #fff;
  font-size: 20px;
  text-align: center;
  background: #dd8326;
  width: 240px;
  margin-bottom: 24px;
  padding: 24px 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;;
  -webkit-appearance: none;
  transition: .3s;
}
.submit_btn:hover {
  background: #dd5b26;
}
