/*
Theme Name: CCMオリジナルテーマ
Theme URL: nothing
Description: CCMのコーポレートサイト.
Author: Kotomi Tanaka
Version: 1.0
*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;color:#333333;}
ul{list-style:none;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}
hr{border: 0.5px solid #c6c6c7;}

body{
	font: 14px/1.9 'Noto Sans JP',sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	/*padding: 80px 0 0 0;*/
	animation: fadeIn 1s ease 0s 1 normal, fadeout 2s linear 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal, fadeout 2s linear 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@keyframes fadeOut {
    100% {opacity: 1}
    0% {opacity: 0}
}

@-webkit-keyframes fadeOut {
    100% {opacity: 1}
    0% {opacity: 0}
}

a {
	color: #333333;
	text-decoration: none;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
#header{
	position: fixed !important;
	position: absolute;
  top: 0;
  left: 0;
	width: 100%;
	height: 82px;
	background-color: #fff;
	color: #000000;
	z-index: 100;
	border-bottom: 1px solid rgba(180,180,180,.4);
}

#headerWrap{
	border-bottom: 1px solid rgba(255,255,255,.4);
}

#mainnav {
	float:right;
	display: table;
	table-layout: fixed;
}
#mainnav a{
	display: block;
  text-align: center;
	padding: 25px 14px 25px 14px;
	color: #000000;
	float: right;
}

.panel ul {
	align-items: center;
}

.panel li a {
	padding-left: 2px;
	letter-spacing: 1px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	color: #000;
}

.nav_menu_title {
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: bold;
}

.logo{
	float:left;
	padding:10px 0 0;
	display: inline;
}

.logo img {
	height: 50px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 10px;
}

.header_title {
	float: left;
	padding: 25px 14px;
	font-size: 16px;
	font-weight:560;
	font-family: 'ヒラギノ角ゴシック';
	letter-spacing: 0.1em;
}


/* ヘッダードロップダウンメニュー */

#mainnav ul li ul {
	width: 176.5px;
	background-color: rgba(40,40,40, .9);
	transition: all .2s ease;
}

#mainnav li ul {
	display:none;
	position: absolute;
  top: 82px;
}

#mainnav li li {
	margin:0;
	width: 176.5px;
	transition: all .2s ease;
	border-bottom: solid 0.1px rgba(255,255,255,.4);
}

#mainnav li li:last-child {
	border:0;
}

#mainnav li li a{
	width:auto;
	height:auto;
	padding:10px;
	text-align: center;
	border:0;
	float: none;
}

/* フッター
------------------------------------------------------------*/
#footer {
	clear: both;
	text-align: right;
	font-size: 12px;
	background-color: #000;
	color: #ffffff;
}

#footer .logo {
	float: left;
	padding: 0;
}

#footer img {
	width: 60px;
	height: auto;
	margin-left: 100px;
	margin-right: 70px;
}

#footer p {
	letter-spacing: 2px;
  color: #99A4C3;
  text-shadow: 0 3px 5pc rgba(0,0,0,.05);
	font-size: 14px;
	padding-right: 100px;
	padding: 10px 100px 10px 0;
}

#footer .footer_menu {
	height: 200px;
	width: 100%;
	background-color: #011B6A;
  line-height: 200px;
}

.footer_nav ul {
	font-size: 18px;
	font-family: 'ヒラギノ角ゴシック';
	color: #99A4C3;
	margin-right: 100px;
}

.footer_nav li {
	display: inline;
	margin: 0 14px;
}

#footer .footer_title {
	float: left;
	font-size: 18px;
	font-weight:560;
	font-family: 'ヒラギノ角ゴシック';
	letter-spacing: 0.1em;
	padding: 0 14px;
}

/* ページトップに戻るボタン
------------------------------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 16px;
  right: 16px;
}

#pageTop a {
  display: block;
  z-index: 888;
  padding: 3px 4px 3px 4px;
  border-radius: 45px;
  width: 34px;
  height: 34px;
  background-color: #222222cc;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* 共通
------------------------------------------------------------*/

img{
	max-width: 100%;
	height: auto;
}

section{
	clear:both;
	padding-top: 100px;
}

section h2{
	margin: 0 auto 10px;
	background-size: 1px 1px;
	padding-left: 2px;
	letter-spacing: 1px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-box-align: center;

}

.sp_br {
	display: none;
}

/** もっと見るボタン */
.news_and_more {
	text-align: right;
	text-decoration: none;
}

/** 各セクションのタイトル名 */
.top_section_heading {
	margin-bottom: 7px;
	font-size: 20px;
	letter-spacing: 1px;
	float: right;
}

/** 各セクションのタイトル名（かな） */
.top_section_heading_kana {
	letter-spacing: 2px;
  font-size: 10px;
	float: right;
}

.inner{
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
	background-color: #ffffff;
}

.inner li p{
	padding-left: 10px;
	padding-right: 10px;
}

.innerS{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
	background-color: #ffffff;
}

.container {
	width: 94px;
	margin: 0 auto;
	height: 100%;
	padding: 70px 7% 95px;
	text-decoration: none;
	color: #333333;
}

.menu-text {
	text-align: center;
}

a:link { color: #99A4C3; }
a:visited { color: #99A4C3; }
a:hover { color: #99A4C3; }
a:active { color: #99A4C3; }

/** 記事次へ前へナビゲーション*/
.post_nav {
	margin: 60px 0 20px;
}

.post_nav table {
    width: 100%;
}

.post_nav table #new {
  width: 28%;
}
.post_nav table #list {
	text-align: center;
  width: 44%;
}
.post_nav table #old {
  width: 28%;
	text-align: right;
}

.square_btn {
    display: inline-block;
    padding: 10px 30px;
    text-decoration: none;
    border: 1px solid #333333;
    transition: .4s;
		font-size: 14px;
}

.square_btn:hover {
    background: #333333;
    color: #fff;
		text-decoration: none;
}



/* TOPページ スライダー
------------------------------------------------------------*/

#top_image {
	position: relative;
	background-size: cover;
	background-position: center;
  background-attachment: fixed;
}

#top_image #top_background {
	width: 100%;
	height: 912px;
}

/*　topキャッチフレーズ */
#top_image p {
	position: absolute;
	color: #ffffff;
	top: 50%;
	left: 30%;
	-ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  font-size: 70px;
	font-family: 'ヒラギノ角ゴシック W3';
	text-shadow: 0px 0px 10px #666666 !important;
	white-space: nowrap;
	letter-spacing: 0.1em;
}

/* topスクロールボタン */
#top_image a {
	position: absolute;
  bottom: 100px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
	padding-top: 60px;
	color: #ffffff;
	text-shadow: 0px 0px 10px #666666 !important;
}

#top_image a span {
	position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
	text-shadow: 0px 0px 10px #666666 !important;
}

#top_image a span::after {
	position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
	text-shadow: 0px 0px 10px #666666 !important;
}

#top_image a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 56px;
  height: 56px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb 3s infinite;
  animation: sdb 3s infinite;
  box-sizing: border-box;
	text-shadow: 0px 0px 10px #666666 !important;
}

@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.top_title {
	text-align: center;
	color: #333333;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
}

/* TOP 会社概要
------------------------------------------------------------*/
#about_us {
	display: block;
  margin: 0 auto;
  position: relative;
  line-height: 0;
  clear: both;
	color: #333333;
	background-color: #F6F6F6;
	background-size:cover;
}

.top_info {
  display: flex;
  padding: 100px;
}

#about_us .top_title {
	font-size: 6vw;
	margin: 0;
	white-space: nowrap;
}

#about_us .top_title_sub {
  color: #1C2F80;
	margin: 0;
	font-size: 40px;
  font-weight: 700;
	margin: 20px 0px;
}

.top_info_imgArea {
    width: 50%;
}

.top_info_imgArea .img12 {
    display: flex;
}

.top_info_imgArea .img3 {
    margin-left: 180px;
}

.top_info_imgArea .img12 .img1 {
    width: 50%;
    margin-top: 80px;
}

.img1 img {
	height: 600px;
	object-fit: cover;
}

.img2 img {
	height: 500px;
	object-fit: cover;
}

.top_info_imgArea .img12 .img2 {
    width: 48%;
    margin-bottom: 80px;
		height: 340px;
		object-fit: cover;
}

.top_info_imgArea .img3 {
    margin-left: 180px;
}

div.colorbox img {
    display: block;
    width: 100%;
}

div.colorbox {
    position: relative;
}

div.colorbox div.color {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: #011b6a;
}

#about_us_base {
  position: relative;
	margin: 0 auto;
	opacity: 1.0;
	padding-bottom: 85px;
  padding-left: 6%;
	width: 50%;
}


#about_us_base h2 {
	font-size: 24px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 2px;
  line-height: 1;
}

#about_us_base p {
	letter-spacing: 2px;
  line-height: 3;
  color: #333333;
	font-weight: bold;
  text-shadow: 0 3px 5pc rgba(0,0,0,.05);
	font-size: 18px;
}

#about_us_base .btn_Area {
	text-align: center;
}


/* TOP 事業内容
------------------------------------------------------------*/
#top_menu{
	display: block;
  background-color: #FFFFFF;
  margin: 0 auto;
  position: relative;
  line-height: 0;
  clear: both;
	padding: 100px;
}

#top_menu .top_title {
	font-size: 6vw;
  margin: 0;
  white-space: nowrap;
	font-weight: 700;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 1;
	text-align: center;
}

#top_menu .top_title_sub {
	color: #1C2F80;
	margin: 0;
	font-size: 40px;
	font-weight: 700;
	margin: 20px 0px;
	text-align: center;
	letter-spacing: 2px;
}

#top_menu_base {
	width: 100%;
  position: relative;
	margin: 0 auto;
	opacity: 1.0;
	padding-top: 40px;
}

#top_menu_base h2 {
	font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  line-height: 2;
}

#top_menu_base img {
	width: 500px;
	height: 500px;
	object-fit: cover;
}

#top_menu_base .menu_title {
	font-size: 28px;
	margin: 16px 0 ;
	line-height: 1.5em;
	font-weight: bold;
}

#top_menu_base p {
	letter-spacing: 2px;
	line-height: 2;
	text-align: left;
	font-size: 16px;
	margin: 10px 0 ;
}

#top_menu_base #link_btn {
  text-align: center;
}

/* TOP お問い合わせ
------------------------------------------------------------*/

#contact {
	display: block;
  background-color: #F6F6F6;
  margin: 0 auto;
  position: relative;
  line-height: 0;
  clear: both;
	padding: 100px;
}

#contact .top_title {
	font-size: 6vw;
	margin: 0;
	white-space: nowrap;
	font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
	text-align: left;
}

#contact p {
	letter-spacing: 2px;
	line-height: 2;
	text-align: left;
	margin: 40px 0 ;
  color: #333333;
	font-weight: bold;
  text-shadow: 0 3px 5pc rgba(0,0,0,.05);
	font-size: 18px;
}

#contact #link_btn {
	margin-top: 0;
}



/* TOP アクセス
------------------------------------------------------------*/
#access {
	display: block;
  background-color: #ffffff;
  margin: 0 auto;
  position: relative;
  line-height: 0;
  clear: both;
	padding: 100px;
}

#access .top_title {
	font-size: 6vw;
	margin: 0;
	white-space: nowrap;
	font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
	text-align: center;
}

#access p {
	letter-spacing: 2px;
	line-height: 2;
	text-align: left;
	margin: 40px 0 ;
  color: #333333;
	font-weight: bold;
  text-shadow: 0 3px 5pc rgba(0,0,0,.05);
	font-size: 18px;
}


/* TOP ボタン
------------------------------------------------------------*/
#link_btn {
	margin-top: 100px;
	max-width: 100%;
}

.button-4{
	display: inline-block;
  width: 280px;
  height: 60px;
  text-align: center;
  border-radius: 76px;
  background-color: #ffffff;
  box-shadow: 2px 2px 4px grey;
}

.button-4 a{
	font-size: 1.8rem;
  font-weight: 600;
  line-height: 60px;
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #014099;
	letter-spacing: 0.2em;
}



/* 固定ページ
------------------------------------------------------------*/
.page_title_section {
  padding: 0 5%;
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: #f4f4fa;
}

.page_title_section .title {
  margin-top: 45px;
}

.page_title_section .title .letter {
  font-size: 6vw;
  margin: 0;
	text-align: center;
  white-space: nowrap;
  letter-spacing: -0.08em;
	font-weight: 700;
	color: #333333;

}

/* 固定ページ 会社情報
------------------------------------------------------------*/
#company_img #company_img_background {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

#company_vision {
	display: block;
  margin: 0 auto;
  position: relative;
  line-height: 0;
  clear: both;
	color: #333333;
	background-color: #F6F6F6;
	background-size:cover;
}

.company_vision_info {
  display: flex;
  padding: 100px;
}

#company_vision .company_vision_info_title {
  color: #1C2F80;
	margin: 0;
	font-size: 40px;
  font-weight: 700;
	margin: 20px 0px;
}

.company_vision_info_imgArea {
    width: 50%;
		padding-left: 6%;
    padding-right: 6%;
}

#company_vision_info_base {
  position: relative;
	margin: 0 auto;
	opacity: 1.0;
	padding-bottom: 85px;
  padding-left: 6%;
	width: 50%;
}


#company_vision_info_base h2 {
	font-size: 24px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 2px;
  line-height: 1;
}

#company_vision_info_base p {
	letter-spacing: 2px;
  line-height: 3;
  color: #333333;
	font-weight: bold;
  text-shadow: 0 3px 5pc rgba(0,0,0,.05);
	font-size: 18px;
}

.company_info {
  display: block;
  padding: 100px 20%;
	width: 100%;
}

.company_info .company_info_title {
  color: #1C2F80;
	margin: 0;
	font-size: 40px;
  font-weight: 700;
	margin: 20px 0px;
	text-align: center;
	letter-spacing: 2px;
  line-height: 1;
}

.company_info ul {
	padding: 0;
}

.company_info ul li {
	display: flex;
  align-items: center;
  padding: 30px 38px;
  border-bottom: solid #dddddd 1px;
}

.company_info ul li .item {
    font-size: 1.6rem;
    font-weight: bold;
    width: 100px;
    letter-spacing: 0.1em;
		box-sizing: border-box;
}

.company_info ul li .detail {
    margin-left: 10%;
    color: #767676;
		letter-spacing: 0.1em;
		font-size: 1.4rem;
		box-sizing: border-box;
}

.company_info ul li .detail_unity {
    line-height: 2;
}

/* 固定ページ 事業内容
------------------------------------------------------------*/
#service_img #service_img_background {
    width: 380px;
    height: auto;
    object-fit: cover;
}

#service_img {
	background-color: #F6F6F6;
	text-align: center;
}

#service {
	display: block;
  margin: 0 auto;
  position: relative;
  line-height: 0;
  clear: both;
	color: #333333;
	background-color: #F6F6F6;
	background-size:cover;
}


/* IT事業 */
.it_service_info {
  display: flex;
  padding: 100px 100px 50px 100px;
}

#service .it_service_info_title {
  color: #1C2F80;
	margin: 0;
	font-size: 40px;
  font-weight: 700;
	margin: 20px 0px;
}

.it_service_info_imgArea {
    width: 50%;
		padding-left: 6%;
    padding-right: 6%;
}

#it_service_info_base {
  position: relative;
	margin: 0 auto;
	opacity: 1.0;
	padding-bottom: 85px;
  padding-left: 6%;
	padding-right: 6%;
	width: 50%;
}

#it_service_info_base h2 {
	font-size: 24px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 2px;
  line-height: 1;
}

#it_service_info_base p {
	letter-spacing: 2px;
  line-height: 3;
  color: #333333;
	font-weight: bold;
  text-shadow: 0 3px 5pc rgba(0,0,0,.05);
	font-size: 18px;
}

/* 不動産事業 */
.real_estat_service_info {
  display: flex;
  padding: 50px 100px 50px 100px;
}

#service .real_estat_service_info_title {
  color: #1C2F80;
	margin: 0;
	font-size: 40px;
  font-weight: 700;
	margin: 20px 0px;
}

.real_estat_service_info_imgArea {
    width: 50%;
		padding-left: 6%;
    padding-right: 6%;
}

#real_estat_service_info_base {
  position: relative;
	margin: 0 auto;
	opacity: 1.0;
	padding-bottom: 85px;
  padding-left: 6%;
	padding-right: 6%;
	width: 50%;
}

#real_estat_service_info_base h2 {
	font-size: 24px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 2px;
  line-height: 1;
}

#real_estat_service_info_base p {
	letter-spacing: 2px;
  line-height: 3;
  color: #333333;
	font-weight: bold;
  text-shadow: 0 3px 5pc rgba(0,0,0,.05);
	font-size: 18px;
}

/* 建築事業 */
.building_service_info {
  display: flex;
  padding: 50px 100px 100px 100px;
}

#service .building_service_info_title {
  color: #1C2F80;
	margin: 0;
	font-size: 40px;
  font-weight: 700;
	margin: 20px 0px;
}

.building_service_info_imgArea {
    width: 50%;
		padding-left: 6%;
    padding-right: 6%;
}

#building_service_info_base {
  position: relative;
	margin: 0 auto;
	opacity: 1.0;
	padding-bottom: 85px;
  padding-left: 6%;
	padding-right: 6%;
	width: 50%;
}

#building_service_info_base h2 {
	font-size: 24px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 2px;
  line-height: 1;
}

#building_service_info_base p {
	letter-spacing: 2px;
  line-height: 3;
  color: #333333;
	font-weight: bold;
  text-shadow: 0 3px 5pc rgba(0,0,0,.05);
	font-size: 18px;
}

/* お問い合わせ
------------------------------------------------------------*/
#contact_page {
	display: block;
  margin: 0 auto;
  position: relative;
  line-height: 0;
  clear: both;
	color: #333333;
	font-family: "Noto Sans JP";
}

#contact_page .contact_atention {
	display: block;
	line-height: 2;
}

#contact_page .contact_atention p {
	font-weight: normal;
	font-size: 15px;
	text-align: center;
	margin: 0 0 70px 0;
	line-height: 2.2;
}

#contact_page p {
	letter-spacing: 2px;
	line-height: 2;
	text-align: left;
	/* margin: 40px 0 ; */
  color: #333333;
	font-weight: bold;
  text-shadow: 0 3px 5pc rgba(0,0,0,.05);
	font-size: 18px;
}

#contact_page .contact_info {
  display: block;
  padding: 100px 20%;
	width: 100%;
}

#contact_page .contact_info ul {
	padding: 0;
}

#contact_page .contact_info ul li {
	display: flex;
  align-items: center;
  padding: 30px 38px;
}

#contact_page .contact_info ul li .item {
    font-size: 1.6rem;
    font-weight: bold;
    width: 180px;
    letter-spacing: 0.1em;
		box-sizing: border-box;
}

#contact_page .contact_info ul li .detail {
    /* margin-left: 10%; */
    color: #333333;
		letter-spacing: 0.1em;
		font-size: 1.4rem;
		box-sizing: border-box;
}

.contact_pulldown {
	border: 1px solid #707070;
	width: 700px;
	height: 50px;
	padding: 10px;
  font-size: 16px;
  font-weight: 300;
}

.contact_text {
	border: 1px solid #707070;
	width: 700px;
	height: 50px;
	padding: 10px;
  font-size: 16px;
  font-weight: 300;
}

.contact_radio span {
	margin: 6px;
	font-size: 15px;
	font-weight: 300;
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    accent-color: #1C2F80;
}

.contact_textarea {
	border: 1px solid #707070;
	width: 700px;
	padding: 10px;
  font-size: 16px;
  font-weight: 300;
}

.req {
	color: #FF0000;
	margin-left: 4px;
}

#contact_page .contact_attention {
	font-size: 16px;
	font-weight: normal;
}

#contact_page #link_btn {
	text-align: center !important;
}

/* — コンタクトフォーム7　送信ボタンのカスタマイズ — */
input.wpcf7-submit {
	display: inline-block;
	width: 280px;
	height: 60px;
	text-align: center;
	border-radius: 76px;
	background-color: #ffffff;
	box-shadow: 2px 2px 4px grey;
	font-size: 1.8rem;
  font-weight: 600;
  line-height: 60px;
  color: #014099;
	letter-spacing: 0.2em;
	border: none;
}

.wpcf7 form .wpcf7-response-output {
	border: none !important;
	color: #dc3232 !important;
}





/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
	}

	.container {
		width: 90%;
		max-width: 1400px;
		color: #49494a;
	}

}

@media only screen and (min-width: 800px){

  a #menu {
		display:none;
	}

	.panel {
		display:block !important;
		background-color: rgba(0, 0, 0, 0);
		box-shadow: none;
	}

	#mainnav {
		top: 0;
		z-index:500;
	}

	#mainnav ul {
		text-align: right;
		padding-right: 30px;
	}

	#mainnav li {
		display: inline-block;
		font-size: 14px;
		font-weight: 300;
	}

  #mainnav a {
		text-decoration: none;
		color: #000000;
	}

	#mainnav li:hover ul {
		display:block;
		position:absolute;
		z-index:500;
		font-size: 13px;
		background-color: rgba(40,40,40, .9);
		text-align: center;
	}

	#mainnav li:hover li:hover {
		background-color: rgba(40,40,40, .9);
	}

	.container {
		width: 90%;
		max-width: 1400px;
		color: #333333;
	}

	#top_menu_base li {
		display: inline-block;
		width: 33%;
		padding: 0 2% 0 2%;
		margin-bottom: 0;
		vertical-align: top;
		text-align: center;
	}

	#mainnav .header-dropmenu li:first-child {
		border-top: 0;
	}

	#mainnav .header-dropmenu li {
		border-bottom: solid 0.1px rgba(255,255,255,.4);
	}

}


@media only screen and (min-width: 641px){
	.col2 li{
		width: 60%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 43%;
		padding: 4%;
	}
	.col2 li:last-child {
		width: 56%;
		padding: 4%;
	}
	.container {
		width: 90%;
		max-width: 1400px;
		color: #333333;
	}

}

@media only screen and (max-width: 640px){
	.innerS{
		width: 94%;
		padding-bottom: 70px;
	}

	#area iframe{
		width: 100% !important;
		height: 400px;
	}

	.container {
		width: 90%;
		max-width: 1400px;
		color: #333333;
	}

	#title_message_1 {
		font-size: 14px;
	}

	#title_message_2 {
		font-size: 14px;
	}

}

@media only screen and (max-width: 799px){

	.sp_br {
		display: block;
	}

	#top_image a {
		display: none;
	}

	#top_image {
		width: 100%;
		height: 400px;
	}

	body .metaslider .rslides img {
		height: 400px;
		object-fit: cover;
	}

	/*　topロゴ */
	#top_image p {
		position: absolute;
		color: white;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%,-50%);
	  -webkit-transform: translate(-50%,-50%);
	  transform: translate(-50%,-50%);
	  margin:0;
	  padding:0;
		height: auto;
		text-align: center;
    font-size: 28px;
		text-shadow: 0px 0px 16px #666666 !important;
		margin-top: 40px;
	}

	#logo img{
		margin-left: 0;
		max-height: 30px;
		width: 100px;
	}

	a #menu {
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 385%;
  	left: 90%;
  	width: 18px;
  	height: 1px;
  	margin: -1px 0 0 -7px;
  	background: #000;
		font-weight: bold;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 1px;
  	background: #000;
		font-weight: bold;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 6px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: -webkit-box;
		overflow: visible;
		position: absolute;
		left: 0;
		top: 80px;
		z-index: 9999;
		padding-left: 10px;
		background-color: rgba(40,40,40, .9);
		height: 200px;
		border-radius:0;
	}

	#pageTop {
	  position: fixed;
	  right: 16px;
	}

	#mainnav{
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		text-align: right;
		z-index:500;
		color: #49494a;
	}

	#mainnav ul{
		padding:0;
		text-align: left;
		margin: 20px;
	}


	#mainnav a {
		padding: 5px;
		text-align: left;
		font-size: 15px;
	}

	#mainnav li a{
		position: relative;
		display:block;
		color: #fff;
		font-weight: 400;
		float: none;
		text-decoration: none;

	}

	#mainnav li ul {
		display: block;
		position: relative;
		top: 0;
	}

	#mainnav li li {
		border-bottom: 0;
	}

	#mainnav li li a {
		text-align: left;
		padding: 5px 20px;
		font-size: 15px;
	}

	#mainnav ul li ul {
		background-color: #00000000;
	}

	.nav_menu_title {
		font-size: 15px;
	}

	section{
		padding-top: 80px;
		z-index: 1;
	}
	section h2{
		margin: 0 auto 20px;
	}

	.container {
		width: 100%;
		max-width: 1400px;
		padding: 30px 15px;
		color: #49494a;
	}


/* ABOUT
------------------------------------------------------------*/
	#about_us_base {
		width: 100%;
		box-sizing: border-box;
    padding: 40px 20px;
	}
	#about_us_base p {
		font-size: 14px;
		letter-spacing: 1.5px;
		line-height: 2.5;
	}

	.top_info {
		display: inline-block;
    padding: 35px 0 0 0;
    background-image: none;
	}

	.top_info_imgArea {
    width: 100%;
    padding: 0 20px;
	}

	.top_info_imgArea .img12 .img1 {
    margin-top: 45px;
	}

	.top_info_imgArea .img12 .img2 {
    margin-bottom: 0;
		height: auto;
	}

	.top_info_imgArea .img3 {
    margin-left: 95px;
	}

	#about_us .top_title {
		font-size: 15vw;
	}

	#about_us_base h2 {
    letter-spacing: 1.5px;
	}

	#about_us .top_title_sub {
		font-size: 17px;
	}

	.img1 img {
		height: 260px;
		object-fit: cover;
	}

	.img2 img {
		height: 260px;
		object-fit: cover;
	}


/* 事業内容
------------------------------------------------------------*/
	#top_menu {
		padding: 40px 20px;
	}

	#top_menu .top_title {
		font-size: 15vw;
	}

	#top_menu h2 {
    letter-spacing: 1.5px;
	}

	#top_menu .top_title_sub {
		font-size: 17px;
	}

	#top_menu_base {
		width: 100%;
		padding: 10px 20px;
	}

	#top_menu_base li {
		margin: 0 auto;
		display: block;
		margin-bottom: 40px;
	}

	#top_menu_base img {
		width: 100%;
		height: auto;
	}
/* コンタクト
------------------------------------------------------------*/
	#contact {
		padding: 40px 20px;
	}

	#contact .top_title {
		font-size: 10vw;
	}

	#contact p {
		font-size: 14px;
		margin: 20px 0;
	}

	#contact #link_btn {
		text-align: center;
	}

/* アクセス
------------------------------------------------------------*/
	#access {
		padding: 40px 20px;
	}

	#access .top_title {
		font-size: 10vw;
	}

	#access p {
		font-size: 14px;
		margin: 20px 0;
	}


/* footer
------------------------------------------------------------*/
	#footer {
		text-align: left;
		display: block;
	}


	#footer p {
		font-size: 11px;
    line-height: 70px;
    display: inline-block;
    margin-right: 0;
		letter-spacing: 0;
	}

	#footer img {
		margin: 20px;
	}

	#footer .footer_title {
		margin-top: 20px;
    margin-bottom: 20px;
	}

	#footer .footer_menu {
		height: auto;
		line-height: 40px;
	}

	#footer .footer_copyright p {
		padding: 0;
		margin-left: 40px;
	}

	.footer_nav {
		display: inline-block;
		width: 100%;
    margin: 0;
	}

	.footer_nav ul {
		font-size: 13px;
	}

	.footer_nav li {
		display: block;
		margin: 10px 40px;
	}

/* 固定ページ
------------------------------------------------------------*/
.page_title_section {
  padding-bottom: 30px;
}



/* 固定ページ 会社情報
------------------------------------------------------------*/
#company_img #company_img_background {
  height: auto;
}

.company_vision_info {
	display: inline-block;
  padding: 35px 0 0 0;
  background-image: none;
}

#company_vision_info_base {
	width: 100%;
  box-sizing: border-box;
	padding: 40px 20px;
}

#company_vision .company_vision_info_title {
	text-align: center;
}

#company_vision_info_base p {
	font-size: 14px;
}

.company_vision_info_imgArea {
    width: 100%;
    padding: 0 20px 30px 20px;
}

.company_info {
	display: inline-block;
  padding: 35px 5% 0 5%;
}

.company_info ul li {
	margin-bottom: 0;
  padding: 10px 10px;
}

.company_info ul li .item {
  font-size: 13px;
}

.company_info ul li .detail {
  font-size: 12px;
  width: 70%;
}

.company_info ul li .detail_unity {
  line-height: 2;
}

.map {
	margin-bottom: 20px;
}

.map iframe {
	height: 400px;
}

/* 固定ページ 事業内容
------------------------------------------------------------*/
#service_img #service_img_background {
  height: auto;
}

/* IT事業 */
.it_service_info {
	/* display: inline-block; */
  padding: 0;
  background-image: none;
}

#it_service_info_base {
	width: 100%;
  box-sizing: border-box;
	padding: 20px;
}

#it_service .it_service_info_title {
	text-align: center;
}

#it_service_info_base p {
	font-size: 14px;
}

.it_service_info_imgArea {
    width: 100%;
    padding: 0 20px 30px 20px;
}

/* 不動産事業 */
.real_estat_service_info {
	/* display: inline-block; */
  padding: 0;
  background-image: none;
}

#real_estat_service_info_base {
	width: 100%;
  box-sizing: border-box;
	padding: 20px;
}

#real_estat_service .real_estat_service_info_title {
	text-align: center;
}

#real_estat_service_info_base p {
	font-size: 14px;
}

.real_estat_service_info_imgArea {
    width: 100%;
    padding: 0 20px 30px 20px;
}
/* 建築事業 */
.building_service_info {
	/* display: inline-block; */
  padding: 0;
  background-image: none;
}

#building_service_info_base {
	width: 100%;
  box-sizing: border-box;
	padding: 20px;
}

#building_service .building_service_info_title {
	text-align: center;
}

#building_service_info_base p {
	font-size: 14px;
}

.building_service_info_imgArea {
  width: 100%;
  padding: 0 20px 30px 20px;
}

.it_service_info,
.building_service_info {
	flex-direction: column-reverse;
}

.real_estat_service_info {
	flex-direction: column;
}


/* 固定ページ問い合わせ
------------------------------------------------------------*/
#contact_page .contact_info {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
}

#contact_page .contact_info ul li .detail {
	font-size: 12px;
  width: 100%;
	margin-left: 0;
}

.contact_pulldown {
	width: 100%;
}

.contact_radio {
	width: 100%;
}

.contact_text {
	width: 100%;
}

.contact_textarea {
	width: 100%;
}

#contact_page .contact_atention p {
	font-size: 13px;
	font-weight: 300;
	line-height: 2;
	margin: 0 0 30px 0;
}

#contact_page .contact_info ul li {
  display: inline-block;
	width: 100%;
	padding: 5px 0;
}

#contact_page .contact_info ul li .item {
	width: 100%;
	margin-bottom: 10px;
	font-size: 1.4rem;
}

hr {
    margin: 10px 0;
}

#contact_page #link_btn {
	margin-top: 5px;
}

.wpcf7 form .wpcf7-response-output {
	line-height: 2;
}

.contact_radio span {
	margin: 0;
}

.contact_radio label {
	margin: 0 6px;
}

input.wpcf7-submit {
	width: 100%;
}
