@charset "utf-8";
@import url(cmn.css);
@import url(base.css);


/* ==========================================================================
	CONTENTS
	========================================================================== */

/*COMPANY*/

.outline {
	display: flex;
	margin-bottom: 20px;
}
.outline__tit {
	width: 100px;
}
.outline__txt {
	flex: 1;
}
.staff img {
	display: block;
	width: 60%;
	margin: 0 auto 20px auto;
}
.staff-detail__tit {
	font-family: var(--font01);
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 20px;
}
.history-list {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.history-list::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 150px;
  width: 20px;
  height: 3px;
  background-color: var(--color04);
  margin-top: -1.5px;
}
.history-list__tit {
  width: 150px;
  text-align: right;
  padding: 20px 30px 20px 0;
}
.history-list__txt {
  flex: 1;
  border-left: solid 3px var(--color04);
  padding: 20px 0 20px 40px;
}

/*CONCEPT*/

.txt-green {
	color: var(--color01);
}
.concept-tit {
	font-size: clamp(2rem,2.875vw,2.5rem);
	text-align: center;
}
.concept-tit {
	font-size: clamp(1.8rem,2.375vw,2.5rem);
	text-align: center;
}
.bn-list {
	width: 60%;
	margin: 0 auto;
}
.bn-list__item:first-child {
	float: left;
	width: 47%;
}
.bn-list__item:last-child {
	float: right;
	width: 47%;
}

/*RECRUIT*/

.recruit__tit {
	width: 150px;
	background-color: #ebf8e6;
	border: solid 1px #ccc;
	padding: 20px;
}
.recruit__txt {
	border: solid 1px #ccc;
	padding: 20px;
}

/*CONTACT*/

.contact-form {
  margin: 0 auto 30px auto;
}
.contact-form dl {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-bottom: solid 1px rgba(0,0,0,0.1);
  padding-bottom: 23px;
  margin-bottom: 23px;
}
.contact-form dt {
  display: table-cell;
  vertical-align: middle;
  width: 300px;
	padding-right: 20px;
}
.contact-form dt p {
  line-height: 100%!important;
  margin-bottom: 0!important;
}

.contact-form dd {
  display: table-cell;
}
.contact-form dd p {
  line-height: 100%!important;
  margin-bottom: 0!important;
}
.hissu {
	display: inline-block;
	color: #fff;
	font-size: 70%;
	text-align: center;
	background-color: #e00202;
	border-radius: 3px;
	padding: 2px 5px;
	margin-left: 7px;
}

.input01 input {
	background-color: #f8f8f8;
	border: solid 1px #bbbbbb;
	border-radius: 5px;
	padding: 20px;
	width: 50%;
}
.input02 input {
	background-color: #f8f8f8;
	border: solid 1px #bbbbbb;
	border-radius: 5px;
	padding: 20px;
	width: 80%;
}
.input03 input {
	background-color: #f8f8f8;
	border: solid 1px #bbbbbb;
	border-radius: 5px;
	padding: 20px;
}
textarea {
	width: 100%;
	background-color: #f8f8f8;
	border: solid 1px #bbbbbb;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 20px;
}
.radio {
  line-height: 3rem;
}
.bt-form {
	overflow: hidden;
	text-align: center;
	margin: 0 auto 20px auto;
}
.bt-form li {
	display: inline-block;
	width: 100%;
	padding: 0 5%;
}
.bt-form li input {
	display: inline-block;
	color: #fff;
	width: 35%;
	font-size: 100%;
	background-color: var(--color03);
	border: solid 1px var(--color03);
	border-radius: 80px;
	cursor: pointer;
	padding: 25px 0;
	margin: 0 10px;
	-webkit-transition: 0.4s ease-in-out;  
		 -moz-transition: 0.4s ease-in-out;  
			 -o-transition: 0.4s ease-in-out;  
					transition: 0.4s ease-in-out;  
}
div.wpcf7 .wpcf7-spinner {
    display: block;
}
/* 各ベンダープレフィックスが取れた標準版 */
:placeholder-shown {
	color: #cecece;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
	color: #cecece;
}
/* Firefox 18- */
:-moz-placeholder {
	color: #cecece; opacity: 1;
}
/* Firefox 19+ */
::-moz-placeholder {
	color: #cecece; opacity: 1;
}
/* IE 10+ */
:-ms-input-placeholder {
	color: #cecece;
}

/*チェックボックス*/

.checkbox01-input{
  display: none;
}
.mwform-checkbox-field-text{
  padding-left: 25px;
  position:relative;
}
.mwform-checkbox-field-text::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
	background-color: #fff;
  border: 2px solid #d9d9d9;
  border-radius: 4px;
}
.checkbox01-input:checked + .mwform-checkbox-field-text{
  color: #3bbe9e;
}
.checkbox01-input:checked + .mwform-checkbox-field-text::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #3bbe9e;
  border-right: 3px solid #3bbe9e;
}

label {
	display: inline-block;
	margin: 0 10px 10px 0;
}

/*POST*/

.main-content {
  float: left;
  width: 78%;
}
.side-content {
  float: right;
  width: 15%;
  margin-bottom: 50px;
}
.side-content h2 {
  font-family: var(--font01);
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.side-content ul {
  margin-bottom: 30px;
}
.side-content .cat-list a {
  display: block;
  background-color: #fff;
  padding: 5px;
  margin-bottom: 10px;
}
.side-content .cat-list .children li {
padding-left: 10px;
}
.side-content .tag-list li {  
  float: left;
  color: #3e65b4;
  margin: 0 15px 15px 0;
}
.side-content .tag-list li:before {  
  content: "#";
}
.side-content .tag-list li a {  
  color: #3e65b4;
  text-decoration: underline;
}
.side-list li {
  margin-bottom: 20px;
}
.side-list li ul {
  margin-top: 10px;
}
.side-list li ul li {
  font-size: 1.4rem;
  margin: 0 0 10px 5px;
}
.side-list li ul li a::before {
  content: "-";
  margin-right: 5px;
}

/*ARTICLE*/

article h1,article h2,article h3,article h4 {
  margin-bottom: 40px;
}
article h5,article h6 {
  margin-bottom: 20px;
}
.article__tit {
  font-size: clamp(2.4rem,3.5vw,3rem);
	margin-bottom: 80px;
}
article .article__inner h1 {
  font-size: clamp(2.4rem,3.5vw,3rem);
}
article .article__inner h2 {
  font-size: clamp(2rem,2.625vw,2.2rem);
  background-color: #e1efdc;
	padding: 15px;
}
article .article__inner h3 {
  font-size: clamp(2rem,2.625vw,2.2rem);
  border-left: solid 5px var(--color02);
  padding-left: 10px;
}
article .article__inner h4 {
  color: var(--color01);
  font-size: clamp(1.8rem,2.375vw,2rem);
}
article .article__inner h5 {
  color: var(--color03);
  font-size: clamp(1.6rem,2.125vw,1.8rem);
}
article .article__inner h6 {
  font-size: clamp(1.6rem,2.125vw,1.8rem);
}
article .article__inner p {
  margin-bottom: 20px;
}
article .article__inner li {
  margin-bottom: 10px;
}
article .article__inner a {
  text-decoration: underline;
}

/*物件情報*/

.article__img img {
  display: block;
  margin: 0 auto 60px auto;
}
.detail {
  display: flex;
  font-size: 1.4rem;
}
.detail__tit {
  width: 150px;
  font-weight: bold;
  background-color: #eee;
  border-bottom: solid 1px #ccc;
  padding: 10px;
}
.detail__txt {
  flex: 1;
  border-bottom: solid 1px #ccc;
  padding: 10px;
}
.contact-cmn {
  padding: 60px 0;
}
.contact-cmn__tit {
  font-size: clamp(2rem,2.875vw,2.5rem);
  text-align: center;
}
.contact-cmn__tit::before {
  content: "-";
  margin-right: 5px;
}
.contact-cmn__tit::after {
  content: "-";
  margin-left: 5px;
}
.contact-list__tit {
  font-size: clamp(1.8rem,2.375vw,2rem);
  margin-bottom: 20px;
}
.contact-list__item {
  text-align: center;
}
.contact-list__item .tel-cmn {
  padding: 10px 0;
}
.contact-list__item:last-child {
  border-left: dotted 1px;
}
.bt-mail {
  width: 70%;
  margin: 0 auto;
}
.bt-mail a {
  display: block;
  color: #fff;
  background-color: var(--color04);
  border-radius: 80px;
  padding: 20px 0;
}
.bt-mail a::before {
	content: "\f0e0";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 7px;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}
@media screen and (max-width: 1200px){/*1200以下*/

}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

@media screen and (max-width:1024px){

/*COMPANY*/

.outline {
	margin-bottom: 15px;
}
.outline__tit {
	width: 75px;
}
.history-list::after {
  left: 100px;
}
.history-list__tit {
  width: 100px;
  font-size: 1.2rem;
  padding: 20px 20px 20px 0;
}

/*CONCEPT*/

.bn-list {
	width: 80%;
}

/*CONTACT*/

.contact-form dt {
  width: 230px;
}
.contact-form input,textarea {
	font-size: 16px;
}
.mw_wp_form h2 {
  padding-top: 50px;
}

/*POST*/

.main-content {
  float: none;
  width: 100%;
  margin-bottom: 50px;
}
.side-content {
  overflow: hidden;
  float: none;
  width: 100%;
  margin-bottom: 50px!important;
}

/*物件情報*/

.div-2column .inner {
  margin-bottom: 0;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

@media screen and (max-width: 640px) {

/*COMPANY*/

.staff-detail {
	margin-bottom: 40px!important;
}
.staff-detail:last-child {
	margin-bottom: 0;
}
.history-list {
  display: block;
  margin-bottom: 15px;
}
.history-list::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: var(--color04);
  margin-top: -1.5px;
}
.history-list__tit {
  width: 150px;
  font-weight: bold;
  text-align: left;
  padding: 0 0 0 30px;
}
.history-list__txt {
  border-left: solid 2px var(--color04);
  padding: 15px 0 10px 20px;
  margin-top: -7px;
}

/*CONCEPT*/

.bn-list__item:first-child {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
.bn-list__item:last-child {
	float: none;
	width: 100%;
}
.shiroari img {
	display: block;
	margin: 0 auto;	
}

/*RECRUIT*/

.recruit {
	border-bottom: solid 1px #ccc;
}
.recruit__tit {
	display: block;
	width: 100%;
	border-bottom: none;
	padding: 17px;
}
.recruit__txt {
	display: block;
	width: 100%;
	border-bottom: none;
	padding: 17px;
}


/*CONTACT*/

.contact-form dl {
  display: block;
  border-bottom: solid 1px rgba(0,0,0,0.1);
  padding-bottom: 17px;
  margin-bottom: 17px;
}
.contact-form dt {
  display: block;
  width: 100%;
	padding-right: 0;
	margin-bottom: 10px;
}
.contact-form dt dd {
  display: block;
}
.input01 input {
	padding: 15px;
	width: 70%;
}
.input02 input {
	padding: 15px;
	width: 100%;
}
textarea {
	padding: 15px;
}
.bt-form li button {
	width: 35%;
	padding: 15px 0;
}
.bt-form li input {
	width: 35%;
	padding: 15px 0;
}
.mw_wp_form_confirm {
  padding-top: 60px!important;
}
.mw_wp_form_complete {
  padding-top: 60px!important;
}


/*POST*/

.main-content {
  margin-bottom: 40px;
}
.side-content {
  margin-bottom: 40px!important;
}
.side-content h2 {
  font-size: 1.6rem;
}

/*物件情報*/

.article__img img {
  margin: 0 auto 40px auto;
}
.detail {
  display: block;
  margin-bottom: 0!important;
}
.detail__tit {
  width: 100%;
}
.detail__txt {
}
.contact-cmn {
  padding: 40px 0;
}
.contact-list__item .tel-cmn {
  padding: 0;
}
.contact-list__item:last-child {
  border-top: dotted 1px;
  border-left: none;
  padding-top: 20px;
}
.bt-mail {
  width: 80%;
}

}

