@charset "utf-8";

/*
Theme Name: MJE CORPORATE
Author: hironori hashimoto
Author URI: https://mjeinc.co.jp/
Description: 株式会社MJEのオリジナルテンプレート
*/
body {
	font-size: 14px;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
  text-rendering: auto;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
	line-height: 1.7;
	color: #3e3a39;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", arial, "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
body p,
body span,
body dl,
h2,
h3,
h4,
h5,
h6 {
  transform: rotate(0.03deg);
  -moz-transform: rotate(0.03deg);
  -ms-transform: rotate(0.03deg);
  -o-transform: rotate(0.03deg);
  -webkit-transform: rotate(0.03deg);
}

h2,
h3,
h4 {
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.2rem;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
}

/* hidden owlet's input help message */
.owlet-input-sample {
	font-size: 0.75rem;
	color: #646464;
}
@media screen and (min-width: 768px) {
a[href^="tel:"] {
	pointer-events: none;
}
}
/*横幅-800px*/
.wrap-800{
    max-width:830px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    padding-left:15px;
    padding-right:15px;
}
/*横幅-864px*/
.wrap-864{
    max-width:894px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    padding-left:15px;
    padding-right:15px;
}
/*横幅-960px*/
.wrap-960{
    max-width:990px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    padding-left:15px;
    padding-right:15px;
}
/*横幅-1024px*/
.wrap-1024{
    max-width:1054px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    padding-left:15px;
    padding-right:15px;
}
/*横幅-1080px*/
.wrap-1080{
    max-width:1110px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    padding-left:15px;
    padding-right:15px;
}
/*基本横並び*/
.common-inner{
    margin-bottom:50px;
}
@media screen and (min-width: 768px) {
.common-inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
}
.common-image{
    margin-bottom:20px;
}
@media screen and (min-width: 768px) {
.common-image{
    margin-bottom:0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43.75%;
    flex: 0 0 43.75%;
    max-width:43.75%;
}
}
@media screen and (min-width: 768px) {
.common-block{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46.66%;
    flex: 0 0 46.66%;
    max-width:46.66%;
}
}
.top-description__headline{
    font-size:1.45rem;
    font-weight:bold;
    margin-bottom:0.5rem;
}
.back-to-top {
  visibility: hidden;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 34px;
  position: fixed;
  bottom: 65px;
  right: 20px;
  z-index: 90;
  cursor: pointer;
  border-radius: 1px;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -webkit-transition: all .6s;
  transition: all .6s;
  background-color:#999;
  border:2px solid #fff;
}

.back-to-top .fa {
  font-size: 24px;
  color: #fff;
  vertical-align: middle;
}

.back-to-top:hover {
  opacity: 1
}

.back-to-top.show {
  visibility: visible;
  bottom: 20px;
  opacity: 1;
}
.common-btn{
    display:block;
    max-width:240px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    height:48px;
    line-height:48px;
    text-align:center;
    background-color:#999;
    color:#fff;
    margin-bottom:50px;
}
.common-btn:hover{
    opacity:0.6;
    -webkit-transition:.5s;
    transition:.5s;
}
.common-link{
    display: block;
    background-color: #c77c81;
    font-family: "Noto Sans Japanese", sans-serif;
    letter-spacing: 0.2rem;
    border-radius: 5px;
	border: 1px solid #c77c81;
    max-width:400px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    width:100%;
    height: 46px;
    line-height: 46px;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: border-color 0.5s, color 0.5s;
    transition: border-color 0.5s, color 0.5s;
    transition-timing-function: ease, ease;
    transition-timing-function: ease, ease;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.common-link:hover{
    background-color: #fff;
    color: #c77c81;
}
.common-link::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #EAAAAE;
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s, background-color 0.5s;
    -webkit-transition: opacity 0.5s, background-color 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, background-color 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
    transition: transform 0.5s, opacity 0.5s, background-color 0.5s, -webkit-transform 0.5s;
}
.common-link::after{
    content:'\f105';
    position:absolute;
    font-family:Fontawesome;
    right:15px;
}
.common-link:hover::before{
    opacity: 1;
    background-color: #fff;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.common-head{
    margin-bottom:30px;
    text-align:center;
}
.common-headline{
    text-align:center;
    font-size:40px;
    font-weight:600;
    margin-bottom:30px;
    position:relative;
    color:#EAAAAE;
    font-family: 'Open Sans', sans-serif;
    line-height:1;
    letter-spacing: 0.1rem;
}
.common-headline-jp{
    font-size:12px;
    font-weight:300;
    color:#EAAAAE;
    line-height:1;
}
.common-headline::after{
    content: '';
    display: block;
    width: 51px;
    left: 0;
    right: 0;
    position: absolute;
    border-bottom: 1px solid #adadad;
    margin: 0 auto;
    top: 55px;
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
@media screen and (min-width: 768px) {
.ggmap {
    padding-bottom: 26.25%;
}
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* ---------共通部分ここまで----------------------------
*****************************************************************/
/*****************************************************************
案件名　ヘッダー パターン1
*****************************************************************/
.site-header {
	width: 100%;
	top: 0;
	position: relative;
	background-color: #ffffff;
}
@media screen and (min-width: 768px) {
.site-header {
    padding:0;
}
}
.site-header__inner {
	max-width: 1080px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.site-header--sp {
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px 0;
}
@media screen and (min-width: 768px) {
.site-header--sp {
	margin-bottom: 20px;
	height: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}
}
@media screen and (min-width: 768px) and (max-width:1024px){
.site-header--sp {
    padding: 0 15px;
}
}
.site-header__description-bg{
    background-color: #EAAAAE;
}
.site-header__description {
	padding: 0.5em 1em;
	color:#fff;
	font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
.site-header__description {
	background-color: transparent;
	max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding:0.5em 0;
}
}
@media screen and (min-width: 768px) {
.site-header__block{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
}
.site-header__left-block{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.site-header__logo{
    margin-left:15px;
}
.site-header__logo a{
    -webkit-transition:.5s;
    transition:.5s;
}
.site-header__logo a:hover{
    opacity:0.7;
}
@media screen and (min-width: 768px) {
.site-header__logo{
     margin-right:20px;
     margin-left:0;
}
}
.site-header__address{
    display:none;
}
@media screen and (min-width: 768px) {
.site-header__address{
    font-size:12px;
    display:block;
}
}
.site-header__yoyaku{
    display:none;
}
@media screen and (min-width: 768px) {
.site-header__yoyaku{
    display:block;
    background-color:#fff;
    border:1px solid #c77c81;
    color: #c77c81;
    border-radius:5px;
    max-width:200px;
    width:100%;
    height:50px;
    line-height:50px;
    font-size:15px;
    -webkit-transition:.5s;
    transition:.5s;
    text-align:center;
    margin-left:auto;
}
}
.site-header__yoyaku:hover{
    background-color:#c77c81;
    color:#fff;
}
.site-header__yoyaku::after{
    content: '\f08e';
    position: absolute;
    font-family: Fontawesome;
    right: 20px;
}
.site-header__contact-body {
	font-size: 0.9375rem;
	text-align: center;
}
.site-header__contact-tel {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.site-header__contact-tel--num::before {
	content: '\f095';
	font-family: Fontawesome;
	display: inline-block;
	margin-right: 0.25em;
	color: #fff;
}
.site-header__tel-toggle{
    cursor: pointer;
    z-index: 101;
    background-color: #adadad;
    border-radius: 5px;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 1.8rem;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: 15%;
    top: 20%;
	margin-right: 0.5rem;
}
.site-header__tel-toggle:hover{
    color:#fff;
}
@media screen and (min-width: 768px) {
.site-header__tel-toggle{
    display:none;
}
}
.site-header__nav-toggle {
	cursor: pointer;
	border-radius: 5px;
    z-index: 101;
    border:2px solid #adadad;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 20%;
    text-align: center;
    line-height: 1.3;
}
@media screen and (min-width: 768px) {
.site-header__nav-toggle {
	display: none;
}
}
.site-header__nav-icon {
	position: relative;
    width: 24px;
    height: 20px;
    text-align: center;
    margin: 0 auto;
    top: 8px;
}
.site-header__nav-bar {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background-color: #adadad;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
.site-header__nav-bar:nth-child(1) {
	top: 0;
}
.site-header__nav-bar:nth-child(2) {
	top: 8px;
}
.site-header__nav-bar:nth-child(3) {
	top: 16px;
}
.site-header--open .site-header__nav-bar:nth-child(1) {
	top: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.site-header--open .site-header__nav-bar:nth-child(2) {
	width: 0;
	left: 50%;
}
.site-header--open .site-header__nav-bar:nth-child(3) {
	top: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.site-header--open .gnav {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}
@media screen and (min-width: 768px) {
.site-header__nav-inner{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
}
.gnav {
	width: 100%;
	position: absolute;
	-webkit-transform: translateY(-150%);
	transform: translateY(-150%);
	background-color: rgba(255, 255, 255, 0.95);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	z-index: 999;
}
@media screen and (min-width: 768px) {
.gnav {
    background-color: none;
	position: static;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
    max-width: 58%;
}
}
.site-header__nav-sns{
    display:none;
}
@media screen and (min-width: 768px) {
.site-header__nav-sns{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
}
@media screen and (min-width: 768px) and (max-width:1024px){
.site-header__nav-sns{
    padding-right:15px;
}
}
.site-header__nav-icon-inner{
    border:1px solid #a92525;
    background-color:#a92525;
    max-width:30px;
    width:100%;
    height:30px;
    color:#fff;
    margin:0 5px;
    font-size: 1.05rem;
    line-height:180%;
    text-align: center;
    border-radius:50%;
}
.site-header__nav-icon-inner a{
    display:block;
}
.site-header__nav-icon-inner:hover{
    border:1px solid #a92525;
    transition: .5s;
    -webkit-transform: rotateZ( 360deg ) ;
    transform: rotateZ( 360deg ) ;
    color:#a92525;
    background-color:#fff;
    border-radius:50%;
}
.site-header__sns-icon{
    display:block;
    padding: 1rem 0;
    font-size: 1.25rem;
}
.gnav__list {
	list-style: none;
	right: 0;
	bottom: 0;
}
@media screen and (min-width: 768px) {
.gnav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align:center;
    margin: 0 auto;
}
}
.gnav__item {
    font-family:"Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", arial, "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
	position: relative;
}
@media screen and (min-width: 768px) {
.gnav__item {
	padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
}
@media screen and (min-width: 768px) {
.gnav__item-sp{
    display:none;    
}
}
.gnav__item-sp-inner{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex; 
	-ms-flex-pack: distribute;
	justify-content: space-around;
	border-bottom: 1px solid #c3c3c3;
}
@media screen and (min-width: 768px) {
.gnav__item-sp-inner{
    display:none;    
}
}
.gnav__link {
	width: 100%;
	display: block;
	padding:1rem;
	border-bottom: 1px solid #c3c3c3;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition:.3s;
	transition:.3s;
}
@media screen and (min-width: 768px) {
.gnav__link {
	border-bottom: none;
	text-align: center;
	padding: 0.5rem 1rem 1rem;
	position: relative;
}
}
.gnav__link-active{
    width: 100%;
	display: block;
	padding:1rem;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition:.3s;
	transition:.3s;
}
.gnav__link-active::after{
    position: absolute;
    bottom: 0;
    left:0;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #adadad;
}
@media screen and (min-width: 768px) {
.gnav__link-active {
	text-align: center;
	padding: 0.5rem 1rem 1rem;
	position: relative;
}
}
.gnav__link:hover {
    color:#adadad;
}
.gnav__link::after{
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    height: 2px;
    background-color: #adadad;
    -webkit-transition:.3s;
	transition:.3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.gnav__link:hover::after{
    width: 100%;
}
/* ----------------案件名ヘッダーパターン1ここまで---------------------
*****************************************************************/

/*****************************************************************
案件名フッター
*****************************************************************/
.site-footer {
    font-family: 'Open Sans', sans-serif;
}
.site-footer__nav-list {
	padding-top: 30px;
	padding-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #ababab;
    margin-bottom: 3vh;
}
@media screen and (max-width: 767px) {
.site-footer__nav-list {
	padding: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
}
@media screen and (max-width: 767px) {
.site-footer__nav-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
}
.site-footer__nav-item:last-child .site-footer__nav-link {
	border-right: none;
}
@media screen and (max-width: 767px) {
.site-footer__nav-item:last-child .site-footer__nav-link {
	border-right: none;
	border-bottom: 1px solid #ababab;
}
}
.site-footer__nav-link {
	padding-left: 2.5rem;
    padding-right: 2.5rem;
    line-height: 1;
    font-size: 14px;
    -webkit-transition:.3s;
	transition:.3s;
	position: relative;
}
.site-footer__nav-link i{
	display:none;
}
@media screen and (max-width: 767px) {
.site-footer__nav-link {
	padding:25px 0px;
	font-size: 1rem;
	border-right: none;
	display: block;
	text-align: center;
	border-top: 1px solid #ababab;
}
	.site-footer__nav-link i{
		display:inline-block;
	}
}
.site-footer__nav-link:hover{
    color:#adadad;
}
.site-footer__nav-link::after{
    position: absolute;
    bottom: -12px;
    left: 50%;
    content: '';
    width: 0;
    height: 2px;
    background-color: #adadad;
    -webkit-transition:.3s;
	transition:.3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.site-footer__nav-link:hover::after{
    width: 100%;
}
@media screen and (max-width: 767px) {
	.site-footer__nav-link::after{
		display:none;
	}
}
.site-footer__nav-link-active {
	padding-left: 2.5rem;
    padding-right: 2.5rem;
    line-height: 1;
    font-size: 14px;
    border-bottom:2px solid #adadad;
    padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
.site-footer__nav-link-active {
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: 1rem;
	border-right: none;
	display: block;
	text-align: center;
	border-top: 1px solid #9fa0a0;
	position: relative;
	border-bottom:2px solid #adadad;
}
}
.site-footer__link-icon {
	display: inline-block;
	font-size: 1.625rem;
	color: #EAAAAE;
	margin-right: 0.25em;
	vertical-align: bottom;
	-webkit-transition: color .5s;
	transition: color .5s;
	position: absolute;
	left: 0.5em;
	top: 50%;
	margin: auto;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
.site-footer__link-icon {
	display: none!important;
}
}
.site-footer__copyright {
	padding: 10px;
	text-align: center;
	color: #454a45;
	display: block;
}
.site-footer__sns{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 4vh;
}
.site-footer__sns-icon{
    background-color:#fff;
    border:1px solid #a92525;
    color:#a92525;
    border-radius:50%;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width:38px;
	width:100%;
	height:38px;
	margin: 0 5px;
    font-size: 1.4rem;
}
.site-footer__sns-icon a{
    display:block;
}
.site-footer__sns-icon:hover{
    background-color:#a92525;
    color:#fff;
    transition:.5s;
    transform:rotateZ(360deg);
}

/* ----------------案件名フッターここまで---------------------
*****************************************************************/

/*****************************************************************
* トップページ
*****************************************************************/
.top-hero{
    position:relative;
    background-image:url("/wp-content/themes/MJE/images/a1_mv.jpg");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    height:50vh;
}

.top-hero img{
    display: none;
}

@media screen and (min-width: 768px) {
.top-hero{
    height:75vh;
    background-attachment: fixed;
    background-position:center center;
}
}
.top-hero__headline{
    position:absolute;
    color:#fff;
    font-size:1.85rem;
    font-weight:bold;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 767px) {
.top-hero__headline{
    width:75%;
}
}
.top-concept{
    background-color:#fff3f3;
    padding:60px 0;
}
@media screen and (min-width: 768px) {
.top-concept__inner{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;    
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
}
.top-concept__image{
    margin-bottom:30px;
}
@media screen and (min-width: 768px) {
.top-concept__image{
    margin-bottom:0px;
    -webkit-box-flex: 0;
	-ms-flex: 0 0 50.00%;
	flex: 0 0 50.00%;
	max-width: 50.00%;  
}
}
.top-concept__block{
    text-align:center;
}
@media screen and (min-width: 768px) {
.top-concept__block{
    -webkit-box-flex: 0;
	-ms-flex: 0 0 37.03%;
	flex: 0 0 37.03%;
	max-width: 37.03%;  
}
}
.top-concept__body{
    margin-bottom:30px;
    font-size:14px;
    text-align: left;
}
.top-menu{
    padding:80px 0;
}
.top-menu__inner{
    margin-bottom:40px;
}
@media screen and (min-width: 768px) {
.top-menu__inner{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;    
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
}
.top-menu__block{
    margin-bottom:40px;
}
@media screen and (min-width: 768px) {
.top-menu__block{
    -webkit-box-flex: 0;
	-ms-flex: 0 0 47.77%;
	flex: 0 0 47.77%;
	max-width: 47.77%;
	margin-bottom:0px;
}
}
.top-menu__headline{
    margin-bottom:10px;
    text-align:center;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    font-size:24px;
    color:#EAAAAE;
}
.top-menu__price-inner{
    border-bottom:1px solid #ababab;
    padding:10px 0;
}
.top-menu__price-inner:first-of-type{
    border-top:1px solid #ababab;
}
@media screen and (min-width: 768px) {
.top-menu__price-inner{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;    
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
}
.top-menu__price-headline{
    font-size:12px;
}
.top-blog{
    background-color:#fff3f3;
    padding:80px 0;
}
.top-blog__content{
    margin-bottom:40px;
}
.top-blog__inner{
    margin-bottom:40px;
    padding-top: 15px;
}
.top-notice__items{
    display:block;
    border-bottom:1px solid #ababab;
    padding:15px 0;
    -webkit-transition:.5s;
    transition:.5s;
    position:relative;
}
.top-notice__items:first-child{
    border-top:1px solid #ababab;
}
@media screen and (min-width: 768px) {
.top-notice__items{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;      
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
}
.top-notice__items:hover{
    opacity:0.6;
}
.top-notice__items::after{
    content: '\f105';
    font-family: Fontawesome;
    position: absolute;
    right: 5%;
    color: #adadad;
}
.top-blog__date{
    font-family: 'Open Sans', sans-serif;
}
@media screen and (min-width: 768px) {
.top-blog__date{
    margin-right:15px;
}
}
.top-blog__category{
    width:100%;
    font-size:12px;
    text-align:center;
}
@media screen and (min-width: 768px) {
.top-blog__category{
    margin-right:15px;
    max-width:150px;
}
}
.top-info{
    background-color:#fff3f3;
    padding:80px 0;
}
.top-info__inner{
    background-color:#fff;
    padding:30px 10px;
}
@media screen and (min-width: 768px) {
.top-info__inner{
    padding:30px 70px;
}
}
@media screen and (min-width: 768px) {
.top-info__inner{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
}
@media screen and (min-width: 768px) {
.top-info__block{
    -webkit-box-flex: 0;
	-ms-flex: 0 0 47.777%;
	flex: 0 0 47.777%;
	max-width: 47.777%;    
}
}
.top-info__icon{
    margin-bottom:20px;
}
.top-info__address{
    margin-bottom:10px;
    font-size:14px;
}
.top-info-link{
    color:#adadad;
    font-size:12px;
    font-weight:bold;
}
.top-info__tel{
    color:#adadad;
    font-family: 'Open Sans', sans-serif;
    font-size:28px;
    margin-bottom:10px;
    font-weight:600;
}
.top-info__time{
    font-size:14px;
}
.top-info__mail{
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    font-weight:600;
}
@media screen and (min-width: 768px) {
.border{
    background-repeat: repeat-y;
    width:1px;
    border-right:1px solid #919292;
}
}
@media screen and (max-width: 767px) {
.border{
    height: 1px;
    border-bottom: 1px solid #919292;
    background-repeat: repeat-x;
    padding-top: 2rem;
    margin-bottom: 2rem;
}
}
.info-headline{
    text-align:center;
    font-size:30px;
    font-weight:600;
    margin-bottom:50px;
    position:relative;
    color:#EAAAAE;
    font-family: 'Open Sans', sans-serif;
    line-height:1;
}
.info-headline::after{
    content: '';
    display: block;
    width: 51px;
    left: 0;
    right: 0;
    position: absolute;
    border-bottom: 1px solid #adadad;
    margin: 0 auto;
    top: 40px;
}
/* ######################################################################################
 
　facebook埋め込み：レスポンシブ対応
 
###################################################################################### */
.fb-page {
    display:block !important;
    width:100%;
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
    height:400px;
}
@media screen and (min-width: 768px) {
.fb-page {
    text-align: right;
}
}
.top-btn{
    color:#fff;
    display:block;
    padding: 3px 0;
    background-color:#EAAAAE;
    text-align:center;
    font-size:2.5rem;
    line-height:1;
    -webkit-transition:.5s;
    transition:.5s;
}
.top-btn:hover{
    background-color:#adadad;
}
/* ---------案件名トップペ－ジここまで----------------------------
*****************************************************************/
/*****************************************************************
* ABOUT
*****************************************************************/
.common-main{
    background-color:#fff3f3;
    height:160px;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.common-main__headline{
    color:#EAAAAE;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    font-size:60px;
    letter-spacing: 0.2rem;
}
.breadcrumb {
  padding-left:0;
  margin-left:0;
  font-family: 'Noto Sans Japanese', sans-serif;
  margin-bottom:40px;
  padding-top:10px;
  font-size:13px;
}
@media screen and (min-width: 768px) {
.breadcrumb {
  margin-bottom:60px;
}
}
.breadcrumb a{
	display:inline-block;
}
.breadcrumb::before {
    content: '';
    width: 20px;
    background-color: #ababab;
    height: 1px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}
.breadcrumb li{
  display:inline;/*横に並ぶように*/
  list-style: none;
}

.breadcrumb li:after{/* >を表示*/
  content: '>';
  padding: 0 10px;
  color: #a2a4a2;
}

.breadcrumb li:last-child:after{
  content: '';
}
.breadcrumb li:last-child {
    text-decoration: none;
    color: #a2a4a2;/*色*/
}
.about-concept{
    margin-bottom:80px;
    font-family: "Noto Sans Japanese", sans-serif;
}
.about-concept__ttl{
    text-align:center;
    margin-bottom:60px;
}
.about-concept__inner{
    margin-bottom:40px;
}
@media screen and (min-width: 768px) {
.about-concept__inner{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;    
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
}
.about-concept__image{
    margin-bottom:30px;
}
@media screen and (min-width: 768px) {
.about-concept__image{
     margin-bottom:0px;
    -webkit-box-flex: 0;
	-ms-flex: 0 0 47.7777%;
	flex: 0 0 47.7777%;
	max-width: 47.7777%;
}
}
@media screen and (min-width: 768px) {
.about-concept__block{
    -webkit-box-flex: 0;
	-ms-flex: 0 0 47.7777%;
	flex: 0 0 47.7777%;
	max-width: 47.7777%;    
}
}
.about-concept__body-block{
    margin-bottom:30px;
}
.about-concept__headline{
    color:#EAAAAE;
    font-size:20px;
    line-height:1;
    margin-bottom:10px;
    letter-spacing: 0.15rem;
    line-height: 1.4em;
}
@media screen and (min-width: 768px) {
.about-concept__image-inner{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;    
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
}
.about-concept__image-block{
    margin-bottom:15px;
}
@media screen and (min-width: 768px) {
.about-concept__image-block{
    margin-bottom:0px;
    -webkit-box-flex: 0;
	-ms-flex: 0 0 31.1111%;
	flex: 0 0 31.1111%;
	max-width: 31.1111%;  
}
}
.about-staff{
    background-color:#fff3f3;
    padding:80px 0;
    font-family: "Noto Sans Japanese", sans-serif;
}
.about-staff__inner{
    background-color:#fff;
    padding:20px;
    margin-bottom:20px;
}
@media screen and (min-width: 768px) {
.about-staff__inner{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;    
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
}
.about-staff__image{
    margin-bottom:30px;    
}
@media screen and (min-width: 768px) {
.about-staff__image{
    margin-bottom:0px;     
    -webkit-box-flex: 0;
	-ms-flex: 0 0 25.87%;
	flex: 0 0 25.87%;
	max-width: 25.87%;
}
}
@media screen and (min-width: 768px) {
.about-staff__block{
    -webkit-box-flex: 0;
	-ms-flex: 0 0 71.10%;
	flex: 0 0 71.10%;
	max-width: 71.10%;  
}
}
.about-staff__rank{
    font-size:12px;
    color:#EAAAAE;
    line-height:1;
    margin-bottom:20px;
}
.about-staff__name{
    line-height:1;
    margin-bottom:30px;
}
.about-access{
    padding-top:80px;
}
.about-access-block{
    text-align:center;
    margin-bottom:30px;
}
.about-access__link{
    color:#adadad;
}
.about-reserve{
    padding:80px 0;
    background-color:#fff3f3;
    font-family: "Noto Sans Japanese", sans-serif;
}
@media screen and (min-width: 768px) {
.about-reserve__inner{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;    
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;    
}
}
.about-reserve__block{
    margin-bottom:30px;
}
@media screen and (min-width: 768px) {
.about-reserve__block{
    -webkit-box-flex: 0;
	-ms-flex: 0 0 55.00%;
	flex: 0 0 55.00%;
	max-width: 55.00%;    
	margin-bottom:0px;
}
}
.about-reserve__body{
    margin-bottom:15px;
}
.about-reserve__mail{
    color:#adadad;
    font-size:28px;
    font-family: 'Open Sans', sans-serif;
    line-height:1;
    margin-bottom:20px;
    font-weight: 600;
}
@media screen and (min-width: 768px) {
.about-reserve__link-block{
    -webkit-box-flex: 0;
	-ms-flex: 0 0 41.66%;
	flex: 0 0 41.66%;
	max-width: 41.66%;   
}
}
.about-reserve__tel{
    text-align:center;
    border:1px solid #adadad;
    color:#adadad;
    background-color:#fff;
    border-radius: 5px;
    line-height:1;
    margin-bottom: 15px;
}
.about-reserve__tel-link{
    font-size:31px;
    line-height:1;
    margin-bottom:10px;
    padding-top: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.about-reserve__tel-body{
    font-size:12px;
    padding-bottom: 15px;
    line-height:1;
}
.about-reserve__link{
    display:block;
    background-color:#adadad;
    color:#fff;
    text-align:center;
    border-radius:5px;
    height:90px;
    line-height:90px;
    -webkit-transition:.5s;
    transition:.5s;
    font-size:15px;
}
.about-reserve__link:hover{
    background-color:#fff;
    color:#adadad;
    letter-spacing:0.1rem;
    font-size:17px;
}
/* ABOUTここまで----------------------------
*****************************************************************/

/* ---------MENU----------------------------
*****************************************************************/
.menu-caption{
    border:1px solid #ababab;
    padding:10px 15px;
    margin-bottom:60px;
    font-family: "Noto Sans Japanese", sans-serif;
}
.menu-content__inner{
    margin-bottom:60px;
    font-family: "Noto Sans Japanese", sans-serif;
}
@media screen and (min-width: 768px) {
.menu-content__inner{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;    
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
}
@media screen and (min-width: 768px) {
.menu-content__left-block{
    -webkit-box-flex: 0;
	-ms-flex: 0 0 47.7777%;
	flex: 0 0 47.7777%;
	max-width: 47.7777%;    
}
}
@media screen and (min-width: 768px) {
.menu-content__right-block{
    -webkit-box-flex: 0;
	-ms-flex: 0 0 47.7777%;
	flex: 0 0 47.7777%;
	max-width: 47.7777%;     
}
}
.menu-content__block{
    margin-bottom:40px;
}
.menu-content__headline{
    color:#EAAAAE;
    font-family: 'Open Sans', sans-serif;
    line-height:1;
    font-size:24px;
    font-weight:600;
    margin-bottom:20px;
    text-align:center;
    letter-spacing: 0.1rem;
}
.menu-content__table{
    border-bottom:1px solid #ababab;
    padding:15px 0;
}
.menu-content__table:first-of-type{
    border-top:1px solid #ababab;
}
@media screen and (min-width: 768px) {
.menu-content__table{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
}
.menu-content__ttl{
    line-height:1;
}
.menu-content__ttl span{
    font-size:12px;
}
.menu-content__caption{
    font-size:12px;
    color:#a2a4a2;
    line-height:1;
    padding-top: 5px;
}
.menu-content__price{
    line-height:1;
    padding-top: 10px;
}
@media screen and (min-width: 768px) {
.menu-content__price{
    -webkit-box-flex: 0;
	-ms-flex: 0 0 26.35%;
	flex: 0 0 26.35%;
	max-width: 26.35%;   
	text-align: right;
	padding-top: 0px;
}
}
.menu-content__items{
    margin-bottom:40px;
}
/* MENUここまで----------------------------
*****************************************************************/
/*****************************************************************
* 下層ページ4（案件名＋コラム・ブログ）
*****************************************************************/
.news-content{
    background-color:#f5f5f5;
    padding-bottom:100px;
}
.common-news__content{
    background-color: #fff;
	padding: 0px;
	margin-bottom:60px;
}
@media screen and (min-width: 768px) {
.common-news__content{
    padding: 60px 100px;
    margin-bottom:30px;
}
}
.common-news__category-inner{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom:40px;
	position:relative;
	
}
.common-news__category-inner p:first-child{
    padding-right:3rem;
    position:relative;
}
.common-news__category-inner p:first-child::after{
    position:absolute;
    content:'｜';
    right: 0px;
    color:#EAAAAE;
}
.common-news__category{
    text-align:center;
    color:#EAAAAE;
    font-weight:bold;
    margin-right: 1.5rem;
    font-size:15px;
    -webkit-transition:.5s;
    transition:.5s;
}
.common-news__category-active{
    color:#454545;
    text-align:center;
    padding:5px  10px;
    margin-left: 10px;
    margin-right: 10px;
}
.common-news__category:hover{
    opacity:0.7;
}
.common-news__date-inner{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;    
	margin-bottom:25px;
}
.common-news__date{
    margin-right:1.5rem;
}
.common-news__headline{
    font-size:26px;
    margin-bottom:30px;
}
figure{
	max-width:100%;
}
.common-news__image, .common-news__body{
    margin-bottom:15px;
}
.common-news__cat{
    background-color:#d3daa7;
    text-align:center;
    max-width:150px;
    width:100%;
    height:20px;
    line-height:20px;
    font-size:12px;
}
.common-news__link{
    border-radius:5px;
    color:#3f71b2;
    border:1px solid #3f71b2;
    text-align:center;
    max-width:408px;
    width:100%;
    margin-top:50px;
    position:relative;
    transition:.5s;
    display:block;
    margin-left:auto;
    margin-right:auto;
    height:60px;
    line-height:60px;
}
.common-news__link:hover{
    background-color:#3f71b2;
    color:#fff;
}
.common-news__link::before{
    content:'\f104';
    font-family:Fontawesome;
    left:20px;
    position:absolute;
}
.news-contents__article-block {
	display: block;
	border-bottom: 1px solid #a0a0a0;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.news-contents__article-cat {
	background-color: #e4007f;
	color: #fff;
	width: 100%;
	text-align: center;
	margin-right: 1em;
	font-weight: bold;
	margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
.news-contents__article-cat {
	display: inline-block;
	margin-bottom: 0rem;
	width: 11rem;
	vertical-align: top;
}
}
@media screen and (min-width: 980px) {
.news-contents__article-cat {
	display: inline-block;
	margin-bottom: 0rem;
	width: 11rem;
}
}
.news-contents__article-title {
	display: inline-block;
	font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
.news-contents__article-title {
	display: inline-block;
	font-weight: bold;
	max-width: 17rem;
}
}
.news-contents__item:first-child .info-contents__article-block:first-child {
    border-top: 1px solid #ababab;
    padding-top: 15px;
}
.info-contents__article-block {
	border-bottom: 1px solid #ababab;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position:relative;
	display: block;
	-webkit-transition:.5s;
	transition:.5s;
}
.info-contents__article-block:hover {
    opacity:0.7;
}
.info-content__inner {
	position:relative;
}
.info-content__inner::after {
    content:'\f105';
    font-family:Fontawesome;
    position:absolute;
    right:0%;
    color:#adadad;
	top: 50%;
    transform: translateY(-50%);
}
.info-contents__article-title{
	max-width:90%;
	font-weight:bold;
}
@media screen and (max-width: 767px) {
.info-content__inner::after {
    top:70%;
}
}
.info-contents__article-date{
    margin-right:1rem;
}
.info-contents__article-cat {
	width: 100%;
	text-align: center;
	margin-right: 1em;
	margin-bottom: 0.5rem;
	font-size:12px;
	line-height: 2.2;
}
@media screen and (min-width: 768px) {
.info-contents__article-cat {
	margin-bottom: 0rem;
	width: 150px;
}
}
.news-contents__content {
	margin-bottom: 3rem;
	padding: 20px;
	background-color: #efefef;
	border-radius: 5px;
}
.news-contents__title {
	margin-bottom: 1em;
}
.news-contents__body > p:not(:last-child) {
	margin-bottom: 1.5em;
}
.news-contents__button {
	text-align: center;
}
.news-contents__button--back {
	display: inline-block;
	color: #fff;
	background-color: #999;
	padding: 1em 2.5em;
	border-radius: 5px;
	margin-bottom: 3rem;
}
.news-contents__button--back:hover {
	opacity: 0.6;
	-webkit-transition: .5s;
	transition: .5s;
}
.news-contents__eyecatch {
	margin-bottom: 0.5rem;
}
.common-news__items{
    margin-bottom:40px;
    border-bottom:1px solid #ababab;
    padding-bottom:40px;
}
.wp-pagenavi {/* 全体 */
    margin: 40px 0 0px;
    font-size: 12px;
    text-align: center;
}
.wp-pagenavi a {/* フォント色 */
    color: #4a4a4a;
	display:inline-block;
}
.pages {/* 左の表記 */
    margin-right: 20px;
}
.wp-pagenavi .current,
.wp-pagenavi a.page {/* ボタン */
    margin: 0 6px 6px 0;
    display: inline-block;
    border: solid 1px #eee;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
	transition:.3s;
}
.wp-pagenavi .current {/* カレント数字 */
    border: none;
    background: #EAAAAE;
    color: #fff;
}
.wp-pagenavi a.page:hover {/* マウスオーバー */
    background: #EAAAAE;
    color: #fff;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {/* ... */
    margin-right: 10px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {/* 記号の削除 */
    display: none;
}
/* ---------「案件名」下層ページ4ここまで----------------------------
*****************************************************************/

/*****************************************************************
* 採用情報
*****************************************************************/
.recruit-content__inner{
    margin-bottom:60px;
    font-family: "Noto Sans Japanese", sans-serif;
}
@media screen and (min-width: 768px) {
.recruit-content__inner{
     display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;   
}
}
.recruit-content__block{
    margin-bottom:30px;
}
@media screen and (min-width: 768px) {
.recruit-content__block{
    -webkit-box-flex: 0;
	-ms-flex: 0 0 47.7777%;
	flex: 0 0 47.7777%;
	max-width: 47.7777%;
}
}
.recruit-content__body-block{
    margin-bottom:20px;
}
.recruit-content__headline{
    color:#EAAAAE;
    font-size:16px;
    margin-bottom:5px;
}
@media screen and (min-width: 768px) {
.recruit-content__image-block{
    -webkit-box-flex: 0;
	-ms-flex: 0 0 47.7777%;
	flex: 0 0 47.7777%;
	max-width: 47.7777%;
}
}
.recruit-content__image{
    margin-bottom:20px;
}
/* ---------採用情報ここまで----------------------------
*****************************************************************/

/* リサーチ&レポート ここまで*/