@charset "utf-8";

/*
Theme Name: MJE CORPORATE
Author: hironori hashimoto
Author URI: https://mjeinc.co.jp/
Description: 株式会社MJEのオリジナルテンプレート
*/

/*****************************************************************
* 共通部分
*****************************************************************/
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
@font-face {
	font-family: "Helvetica Neue";
	src: local("Helvetica Neue Regular");
	font-weight: 100;
}
@font-face {
	font-family: "Helvetica Neue";
	src: local("Helvetica Neue Regular");
	font-weight: 200;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
body {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.7;
	color: #454545;
	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;
}

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;
}

@media screen and (min-width: 768px) {
.sp-image {
	display: none;
}
}
.pc-image {
	display: none;
}
@media screen and (min-width: 768px) {
.pc-image {
	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;
}
/*横幅-1000px*/
.wrap-1000{
    max-width:1030px;
    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;
}
/*横幅-1200px*/
.wrap-1200{
    max-width:1230px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    padding-left:15px;
    padding-right:15px;
}
.slider {
width: 90%;
margin: 0 auto 80px;
}
.slick-slide img {
width: 100%;
height: auto;
}
.mypattern{
width: 100%;
}
.mypattern .slick-slide{
margin: 5px;
}
.mypattern .slick-slide:not(.slick-center) {
-webkit-transform: scale(0.9);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.9);
}
/*基本横並び*/
.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-inner__reverse{
    margin-bottom:50px;
}
@media screen and (min-width: 768px) {
.common-inner__reverse{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:reverse;
  -ms-flex-direction:row-reverse;
  flex-direction:row-reverse;
}
}
/*基本横並び+上下中央揃え*/
.common-center__inner{
    margin-bottom:50px;
}
@media screen and (min-width: 768px) {
.common-center__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;
}
}
/*基本横並び+折り返し*/
.common-center__inner{
    margin-bottom:50px;
}
@media screen and (min-width: 768px) {
.common-center__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;
}
}
.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:#3f71b2;
  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-hero{
    background-color:#49607f;
    height:160px;
    color:#fff;
    background-repeat:no-repeat;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: cover;
	position:relative;
}
.common-hero__headline{
    font-size:56px;
    font-family: 'Roboto', sans-serif;
    line-height:1.4;
    font-weight:400;
    animation-delay:0s;
}
.common-hero__headline span{
    position:relative;
    display:inline-block;
    margin: 0 .1rem;
	color: rgba(255,255,255,0);
}

.common-hero__headline span::after{
    position: absolute;
	top: 0;
	left: 0;
	content: attr(data-text);
	color: #fff;
	opacity: 0;
	transform: scale(1.5);
	animation: loading .7s 1 both;
	animation-delay:0s;
	
}
.common-hero__headline span:nth-child(1)::after {
	animation-delay: .1s;
}
.common-hero__headline span:nth-child(2)::after {
	animation-delay: .2s;
}
.common-hero__headline span:nth-child(3)::after {
	animation-delay: .3s;
}
.common-hero__headline span:nth-child(4)::after {
	animation-delay: .4s;
}
.common-hero__headline span:nth-child(5)::after {
	animation-delay: .5s;
}
.common-hero__headline span:nth-child(6)::after {
	animation-delay: .6s;
}
.common-hero__headline span:nth-child(7)::after {
	animation-delay: .7s;
}

@keyframes loading {
	0%, 50%, 100% {
		transform: scale(1.5);
		opacity: 0;
	}
	
	100%{
	    opacity:1;
	    transform: scale(1);
	}
}

/*.typewriter{*/
/*    visibility: hidden;*/
/*}*/
/*.typewriter-load{*/
/*    display: none;*/
/*}*/
.common-hadline__jp{
    font-size:13px;
}
.breadcrumb {
  padding-left:130px;
  margin-left:0;
  font-family: 'Noto Sans Japanese';
  margin-bottom:30px;
  padding-top:10px;
  font-size:13px;
  text-align:center;
  position:relative;
}
@media screen and (min-width: 768px) {
.breadcrumb {
  margin-bottom:80px;
  padding-left:100px;
}
}
.breadcrumb::before {
    content:'>>>';
    color:#a2a2a2;
}
.breadcrumb::after {
    position: absolute;
    content: '';
    max-width: 45vw;
    width: 100%;
    height: 0;
    border: none;
    border-top-width: medium;
    border-right-width: medium;
    border-top-style: none;
    border-right-style: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-top-width: medium;
    border-right-width: medium;
    border-top-style: none;
    border-right-style: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-right: solid 35px transparent;
    border-top: solid 35px #49607f;
    top: 0;
    left: 0;
}
.breadcrumb a{
	display:inline-block;
}
.breadcrumb li{
  display:inline;/*横に並ぶように*/
  list-style: none;
}

.breadcrumb li:after{/* >を表示*/
  content: '>';
  padding: 0 3px;
}

.breadcrumb li:last-child:after{
  content: '';
}
.breadcrumb a:first-child {

}
.breadcrumb li:last-child {
    text-decoration: none;
}
/* ---------共通部分ここまで----------------------------
*****************************************************************/
/*****************************************************************
案件名　ヘッダー パターン1
*****************************************************************/
.site-header {
  width: 100%;
  top: 0;
  z-index: 999;
  position: relative;
  background-color: #ffffff;
}
.site-header__items{
    max-width: 990px;
    width:100%;
    padding:15px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 768px) {
.site-header__items{
    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__description {
    font-size: 12px;
}
@media screen and (max-width: 767px) {
.site-header__description {
    margin-bottom:10px;
    font-size: 11px;
}
}
.site-header__sns{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 767px) {
.site-header__sns{
    display:none;
}
}
.site-header__icon:first-child{
    margin-right:1rem;
}
@media screen and (min-width: 768px) {
.site-header__nav{
    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__inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.site-header--sp {
  background: #fff;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  z-index: 999;
  position: relative;
}
.site-header__logo {
  padding-left:15px;
  padding-bottom:15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .site-header__logo {
    padding: 0;
    -webkit-box-flex: 0;
	-ms-flex: 0 0 19.79%;
	flex: 0 0 19.79%;
	max-width: 19.79%;
	position: relative;
    top: -5px;
  }
}
@media screen and (min-width: 768px) and (max-width:1024px){
.site-header__logo {
    padding-left:15px;
}
}
.site-header__nav-toggle {
  cursor: pointer;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  padding: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #3f71b2;
}
@media screen and (min-width: 768px) {
  .site-header__nav-toggle {
    display: none;
  }
}
.site-header__nav-icon {
  position: relative;
  width: 24px;
  height: 20px;
}
.site-header__nav-bar {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  border-radius: 4px;
}
.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);
      -ms-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);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.site-header--open .gnav {
  /* .gnav top + .site-header--sp height */
  -webkit-transform: translateY(58%);
      -ms-transform: translateY(58%);
          transform: translateY(58%);
}

.gnav {
  width: 100%;
  position: absolute;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  background-color: white;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .gnav {
    -webkit-box-flex: 0;
	-ms-flex: 0 0 63.0%;
	flex: 0 0 63.0%;
	max-width: 63.0%;
    position: static;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.gnav__list {
  list-style: none;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .gnav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.gnav__item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .gnav__item {
    padding: 0;
    display: block;
  }
}
.gnav__item:last-child .gnav__link::after {
  border: none;
}
.gnav__item-sp{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (min-width: 768px) {
.gnav__item-sp{
    display:none;    
}
}
.gnav__link {
  width: 100%;
  display: block;
  color: #3c3c3c;
  border-bottom: 1px solid #c3c3c3;
  -webkit-transition: background-color .3s ease-in-out .1s;
  transition: background-color .3s ease-in-out .1s;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  padding:15px 0;
}
.gnav__link:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  background: #3f71b2;
  height: 4px;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.gnav__link:hover::after{
    width: 100%;
}
@media screen and (min-width: 768px) {
  .gnav__link {
    border-bottom: none;
    text-align: center;
    padding: 1.25em 1em;
    position: relative;
  }
}
.gnav__link-sp{
    padding:15px 0;
    display:block;
}
.gnav__link-sp:first-child{
    margin-right:1.5rem;
}
/* ----------------案件名ヘッダーパターン1ここまで---------------------
*****************************************************************/


/*****************************************************************
案件名フッター
*****************************************************************/
@media screen and (min-width: 768px) {
.site-footer__inner{
    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-footer__block{
    margin-bottom:20px;
}
.site-footer__sns{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 767px) {
.site-footer__sns{
    margin-bottom:20px;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
}
.site-footer__icon:first-child{
    margin-right:1rem;
}
.site-footer__address-inner{
    padding-bottom:20px;
}
@media screen and (min-width: 768px) {
.site-footer__address-inner{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;    
}
}
.site-footer__address-icon{
    margin-bottom:10px;
}
@media screen and (min-width: 768px) {
.site-footer__address-icon{
    margin-right:30px;
    margin-bottom:0px;
}
}
.site-footer__nav-list {
	padding-top: 30px;
	padding-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (max-width: 767px) {
.site-footer__nav-list {
	border-top: 9px solid #49607f;
	padding: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
margin-right: -15px;
}
}
@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;
}
.site-footer__nav-link i{
	display:none;
}
@media screen and (max-width: 767px) {
.site-footer__nav-item:last-child .site-footer__nav-link {
	border-right: none;
	border-bottom: 1px solid #9fa0a0;
}
	
.site-footer__nav-link i{
	display:inline-block;
}
}
.site-footer__nav-link {
	padding-left: 2rem;
    padding-right: 2rem;
    border-right: 1px solid #3e3a39;
    line-height: 1;
    font-size: 14px;
    -webkit-transition:.5s;
    transition:.5s;
}
@media screen and (max-width: 767px) {
.site-footer__nav-link {
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: 1rem;
	border-right: none;
	display: block;
	text-align: center;
	border-top: 1px solid #9fa0a0;
	position: relative;
}
}
.site-footer__nav-link:hover {
    color:#3f71b2;
}
.site-footer__link-icon {
	display: inline-block;
	font-size: 1.625rem;
	color: #49607f;
	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;
}
}
.site-footer__contact{
    background-color:#dbeaef;
    padding:90px 0;
    text-align:center;
}
.footer-contact__head-block{
    margin-bottom:20px;
}
.footer-contact__headline{
    font-family: 'Roboto', sans-serif;
    font-size:46px;
    font-weight:300;
    margin-bottom:30px;
    line-height:1;
    letter-spacing:0.15rem;
}
.footer-contact__inner{
    background-color:#fff;
    border-radius:5px;
    padding: 20px 15px;
}
@media screen and (min-width: 768px) {
.footer-contact__inner{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 20px 0;
}
}
@media screen and (min-width: 768px) {
.footer-contact__block{
    -webkit-box-flex: 0;
	-ms-flex: 0 0 38.5%;
	flex: 0 0 38.5%;
	max-width: 38.5%;  
}
}
.footer-contact__ttl{
    margin-bottom:10px;
    font-weight:bold;
}
.footer-contact__tel{
    color:#3f71b2;
    font-size:10vw;
    line-height:1;
    font-family: 'Roboto', sans-serif;
}
.footer-contact__tel i{
	    transform: scaleX(-1);
    font-size: 28px;
    vertical-align: middle;
    margin-right: 4px;
}
@media screen and (min-width: 768px) {
.footer-contact__tel{
    font-size:42px;
}
}
@media screen and (min-width: 768px) and (max-width:1024px){
.footer-contact__tel{
    font-size:4.8vw;
}
}
.footer-contact__body{
    font-size:13px;
}
.footer-contact__mail{
    display:block;
    position:relative;
    background-color:#de6f77;
    text-align:center;
    border-radius:5px;
    height:60px;
    line-height:60px;
    color:#fff;
    -webkit-transition:.5s;
    transition:.5s;
}
.footer-contact__mail:hover{
    background-color:#ef2039;
}
@media screen and (min-width: 768px) {
.border{
    background-repeat: repeat-y;
    width:1px;
    border-right:1px solid #d9d9d9;
}
}
@media screen and (max-width: 767px) {
.border{
    height: 1px;
    border-bottom: 1px solid #d9d9d9;
    background-repeat: repeat-x;
    padding-top:1rem;
    margin-bottom:1rem;
}
}
.site-footer__copyright {
	padding: 10px;
	text-align: center;
	color: #fff;
	display: block;
	background-color: #49607f;
}
/* ----------------案件名フッターここまで---------------------
*****************************************************************/

/*****************************************************************
* トップページ
*****************************************************************/
.top-hero{
    text-align:center;
    position:relative;
    margin-right:auto;
    margin-left:auto;
    margin-bottom:120px;
    background-image:url("/wp-content/themes/MJE/images/a1.jpg");
    background-repeat:no-repeat;
    height:578px;
    background-position:center center;
    /*background-size: cover;*/
    /*画面いっぱいの場合↑使う*/
}
.top-hero__head-block{
    position:absolute;
    color:#3f71b2;
    top: 50%;
    left: 42%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align:left;
}
.top-hero__headline{
    font-size: 4rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.3;
}
.top-hero__body{
    
}
.top-hero__scroll{
    position: absolute;
    bottom: -50px;
    z-index: 2;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-animation: sdb 1.5s infinite;
    animation: sdb 1.5s infinite;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0px, 40px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0px, 30px);
    opacity: 0;
  }
}
.top-about{
    text-align:center;
    margin-bottom:80px;
}
.top-about__lead{
    color:#3f71b2;
    font-weight: bold;
}
.top-about__en{
    font-family: 'Roboto', sans-serif;
    font-size:50px;
    margin-bottom:30px;
    color:#3f71b2;
    line-height:1.2;
    font-weight: 300;
}
.top-description{
    background-color:#f5f5f5;
    padding:80px 0;
}
@media screen and (min-width: 768px) {
.top-description__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;    
}
}
.top-description__block{
    margin-bottom:30px;
}
@media screen and (min-width: 768px) {
.top-description__block{
    -webkit-box-flex: 0;
	-ms-flex: 0 0 30.00%;
	flex: 0 0 30.00%;
	max-width: 30.00%;   
	margin-bottom:0px;
}
}
.top-description__image{
    margin-bottom:20px;
    text-align:center;
}
.top-description__ttl{
    color:#3f71b2;
    font-size:1.5rem;
    line-height:1;
    margin-bottom:20px;
    text-align:center;
}
@media screen and (min-width: 768px) {
.top-description__ttl{
    text-align:left;
}
}
.top-description__body{
    text-align: justify;
    text-justify: inter-ideograph;
}
.top-service{
    padding:90px 0 95px;
    background-color:#49607f;
    color:#fff;
}
.top-service__headline{
    font-family: 'Roboto', sans-serif;
    font-size:46px;
    font-weight:300;
    text-align:center;
    color:#fff;
    line-height:1;
    letter-spacing:0.15rem;
    margin-bottom:20px;
}
.top-service__lead{
    color:#fff;
    line-height:1.3;
    margin-bottom:35px;
    text-align:center;
    color:#fff;
}
@media screen and (min-width: 768px) {
.top-service__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;
}
}
.top-service__image{
    margin-bottom:20px;
}
@media screen and (min-width: 768px) {
.top-service__image{
    -webkit-box-flex: 0;
	-ms-flex: 0 0 47.22%;
	flex: 0 0 47.22%;
	max-width: 47.22%;
	margin-bottom:0px;
}
}
@media screen and (min-width: 768px) {
.top-service__block{
    -webkit-box-flex: 0;
	-ms-flex: 0 0 47.22%;
	flex: 0 0 47.22%;
	max-width: 47.22%;   
}
}
.top-service__body{
    margin-bottom:50px;
}
.top-service__link{
    display:block;
    background-color:#3f71b2;
    transition:.5s;
    text-align:center;
    height:60px;
    line-height:60px;
    position:relative;
    border-radius:5px;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    z-index: 1;
}
.top-service__link::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #3f71b2;
    z-index: -1;
    border-radius: inherit;
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 1);
    transform: scale3d(0.6, 0.6, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
        transition-timing-function: ease, ease;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.top-service__link::after{
    position:absolute;
    right:15px;
    content:'\f105';
    font-family:Fontawesome;
}
.top-service__link:hover{
    background-color: #fff;
    color: #3f51b5;
}
.top-service__link:hover::before{
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}
.top-notice{
    padding:90px 0 60px;
}
@media screen and (min-width: 768px) {
.top-notice__inner{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;   
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
}
.top-notice__content{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;   
}
.top-notice__headline{
    font-family: 'Roboto', sans-serif;
    font-size:1.5rem;
    font-weight:300;
    position:relative;
    margin-bottom:30px;
}
@media screen and (min-width: 768px) {
.top-notice__headline{
    margin-bottom:0px;
}
}
@media screen and (min-width: 768px) {
.top-notice__headline::after{
    content:'';
    position:absolute;
    height:40px;
    width:2px;
    background-color:#3f71b2;
    top:0;
    right: 0;
}
}
@media screen and (max-width: 767px) {
.top-notice__headline::after{
    content:'';
    position:absolute;
    height:2px;
    width:70px;
    background-color:#3f71b2;
    bottom:0;
    left:0;
}
}
@media screen and (min-width: 768px) {
.top-notice__headline{
    -webkit-box-flex: 0;
	-ms-flex: 0 0 11.111%;
	flex: 0 0 11.111%;
	max-width: 11.111%;
}
}
@media screen and (min-width: 768px) {
.top-notice__block{
    -webkit-box-flex: 0;
	-ms-flex: 0 0 85.18%;
	flex: 0 0 85.18%;
	max-width: 85.18%;   
}
}
.top-notice__items{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom:1px dotted #dcdddd;
    display:block;
    -webkit-transition:.5s;
    transition:.5s;
}
.top-notice__items:hover{
    opacity:0.7;
}
@media screen and (min-width: 768px) {
.top-notice__items{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
}
.top-notice__date{
    margin-right:1rem;
}
.top-notice__category-news, .top-notice__category-blog{
    color:#fff;
    width: 100px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size:12px;
}
@media screen and (min-width: 768px) {
.top-notice__category-news, .top-notice__category-blog{
    margin-right:1rem;
}
}
.top-notice__body{
    max-width:534px;
    width:100%;
    line-height: 1.5;
}
.top-notice__link{
    color:#3f71b2;
    text-align: right;
    display: block;
    -webkit-transition:.5s;
    transition:.5s;
}
.top-notice__link:hover{
    opacity:0.6;
}
.common-headline{
    text-align:center;
    font-size:1.75rem;
    margin-bottom:50px;
    color:#3f71b2;
    line-height:1.3;
}

/* ---------案件名トップペ－ジここまで----------------------------
*****************************************************************/
/*****************************************************************
* サービス紹介
*****************************************************************/
.service-content{
    margin-bottom:80px;
}
.service-content__inner{
    margin-bottom:60px;
}
@media screen and (min-width: 768px) {
.service-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;    
}
}
.service-content__block{
    margin-bottom:30px;        
}
@media screen and (min-width: 768px) {
.service-content__block{
   -webkit-box-flex: 0;
	-ms-flex: 0 0 46.6666%; 
	flex: 0 0 46.6666%; 
	max-width: 46.6666%;   
}
}
.service-content__headline{
    color:#3f71b2;
    font-size:26px;
    margin-bottom:30px;
}
@media screen and (min-width: 768px) {
.service-content__image{
    -webkit-box-flex: 0;
	-ms-flex: 0 0 46.6666%;  
	flex: 0 0 46.6666%; 
	max-width: 46.6666%; 
}
}
.service-content__bg{
    background-color:#f5f5f5;
    padding:60px 0;
    margin-bottom:60px;
}
@media screen and (min-width: 768px) {
.service-content__inner-reverse{
    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;      
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
}
.service-example{
    background-color:#49607f;
    padding:60px 0;
}
.service-example__head-block{
    margin-bottom:40px;
    color:#fff;
    text-align:center;
}
.service-example__headline{
    font-size:30px;
    margin-bottom:15px;
}
.service-example__body{
    font-size:13px;
}
@media screen and (min-width: 768px) {
.service-example__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;
}
}
.service-example__block{
    color:#fff;
    text-align:center;
}
@media screen and (min-width: 768px) {
.service-example__block{
    -webkit-box-flex: 0;
	-ms-flex: 0 0 21.25%;
	flex: 0 0 21.25%;
	max-width: 21.25%;    
}
}
.service-example__block p{
    font-size:13px;
}
.service-example__image{
    margin-bottom:5px;
}
.service-flow{
    padding:60px 0;
}
.service-flow__head-block{
    margin-bottom:60px;
    text-align:center;
}
.service-flow__headline{
    color:#3f71b2;
    font-size:30px;
    margin-bottom:15px;
    line-height:1;
}
.service-flow__head-block p{
    font-size:13px;
}
.service-flow__items{
    border:1px solid #d9d9d9;
}
.service-flow__inner{
    padding:15px;
    border-bottom:1px solid #d9d9d9;
    position:relative;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 768px) {
.service-flow__inner{
    padding:15px 15px 15px 40px;
}
}
.service-flow__inner:nth-child(even){
    background-color:#f5f5f5;
}
.service-flow__inner:not(:last-child)::before{
    content: "";
      position: absolute;
      bottom: -24px;
      left: 50%;
      margin-left: -15px;
      border: 12px solid transparent;
      border-top: 12px solid #FFF;
      z-index: 2;
}
.service-flow__inner:not(:last-child)::after{
    content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  margin-left: -16px;
  border: 13px solid transparent;
  border-top: 13px solid #d9d9d9;
  z-index: 1;
}
.service-flow__inner:nth-child(2)::before{
    content: "";
      position: absolute;
      bottom: -24px;
      left: 50%;
      margin-left: -15px;
      border: 12px solid transparent;
      border-top: 12px solid #f5f5f5;
      z-index: 2;
}
.service-flow__inner:nth-child(2)::after{
    content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  margin-left: -16px;
  border: 13px solid transparent;
  border-top: 13px solid #d9d9d9;
  z-index: 1;
}
.service-flow__inner:last-child{
    border-bottom:none;
}
.service-flow__figure{
    color:#afd1dc;
    font-size:56px;
    font-family: 'Roboto', sans-serif;
    margin-right:15px;
    font-style: italic;
    font-weight: 300;
}
@media screen and (min-width: 768px) {
.service-flow__figure{
    margin-right:30px;
}
}
.service-flow__ttl{
    color:#3f71b2;
    font-size:22px;
}
.company-content{
    margin-bottom:60px;
    text-align:center;
    color:#3f71b2;
}
@media screen and (min-width: 768px) {
.company-content{
    margin-bottom:120px;
}
}
.company-content__icon{
    margin-bottom:40px;
}
.company-content__headline{
    font-size:30px;
    margin-bottom:15px;
    letter-spacing: 0.25rem;
    line-height: 1.5;
}
.company-content__body{
    line-height:2.2;
    letter-spacing: 0.1rem;
}
.company-logo{
    max-width:894px;
    width:100%;
    padding-left:15px;
    padding-right:15px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:40px;
}
.company-logo__ttl{
    text-align:center;
    margin-bottom:15px;
}
@media screen and (min-width: 768px) {
.company-logo__inner{
    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;    
}
}
.company-logo__image{
    margin-bottom:30px;
}
@media screen and (min-width: 768px) {
.company-logo__image{
    -webkit-box-flex: 0;
	-ms-flex: 0 0 46.29%;
	flex: 0 0 46.29%;
	max-width: 46.29%;
}
}
@media screen and (min-width: 768px) {
.company-logo__block{
    -webkit-box-flex: 0;
	-ms-flex: 0 0 47.22%;
	flex: 0 0 47.22%;
	max-width: 47.22%;
}
}
.company-logo__body{
    margin-bottom:1.5rem;
    text-align: justify;
    text-justify: inter-ideograph;
}
.company-greeting{
    padding:60px 0;
    background-color:#f5f5f5;
}
@media screen and (min-width: 768px) {
.company-greeting__inner{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;    
	max-width:704px;
	width:100%;
	margin-right:auto;
	margin-left:auto;
}
}
@media screen and (min-width: 768px) {
.company-greeting__block{
    -webkit-box-flex: 0;
	-ms-flex: 0 0 63.63%;
	flex: 0 0 63.63%;
	max-width: 63.63%;   
}
}
.company-greeting__body{
    margin-bottom:25px;
    text-align: justify;
    text-justify: inter-ideograph;
}
.company-greeting__name{
    text-align:right;
}
@media screen and (max-width: 767px) {
.company-greeting__name{
    margin-bottom:20px;
}
}
@media screen and (min-width: 768px) {
.company-greeting__image{
    -webkit-box-flex: 0;
	-ms-flex: 0 0 29.54%;
	flex: 0 0 29.54%;
	max-width: 29.54%;    
}
}
.company-overview{
    padding:80px 0;
}
/***表パターン2***/
.company-profile__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
 @media screen and (min-width: 768px) {
.company-profile__row {
	margin-bottom: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	border-bottom: 1px solid #dcdddd;
}
}
.company-profile__head {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	font-weight: bold;
	border-bottom: 1px solid #dcdddd;
	padding-bottom: 0.25em;
	margin-bottom: 0.25em;
	color:#3f71b2;
}
 @media screen and (min-width: 768px) {
.company-profile__head {
	margin: 0;
	padding-right: 1em;
	padding-bottom: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20em;
	flex: 0 0 20em;
	max-width: 10em;
	text-justify: inter-ideograph;
	text-align: justify;
	border: none;
}
}
.company-profile__data {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
 @media screen and (min-width: 768px) {
.company-profile__data {
	max-width: 100%;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
}
.company-profile__data-block {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
 @media screen and (min-width: 768px) {
.company-profile__data-block {
	max-width: 100%;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
}
.company-profile__block{
    width:100%;
}
.company-profile__data-block:first-child{
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:1px solid #dcdddd;
}
/***表パターン2ここまで***/
.company-access{
    background-color:#49607f;
    text-align:center;
    padding:70px 0;
    color:#fff;
}
.company-access__headline{
    font-size:30px;
    margin-bottom:15px;
}
.company-access__body{
    font-size:13px;
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
@media screen and (min-width: 768px) {
.ggmap {
   padding-bottom: 30.25%; 
}
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* ---------サービス紹介ここまで----------------------------
*****************************************************************/

/*****************************************************************
* 下層ページ4（案件名＋コラム・ブログ）
*****************************************************************/
.news-content{
    background-color:#f5f5f5;
    padding-bottom:100px;
}
.common-news__content{
    background-color: #fff;
	padding: 20px 40px;
}
@media screen and (min-width: 768px) {
.common-news__content{
    padding: 60px 100px;
}
}
.common-news__category-inner{
/*     display: -webkit-box;
	display: -ms-flexbox;
	display: flex; */
	margin-bottom:40px;
	position:relative;
	display:none;
}
.list-common__category{
	display:none;
}
article h3{
	color: #3f71b2;
    font-size: 26px;
    margin-bottom: 30px;
	margin-top:10px;
}
article figure{
	max-width:100%;
}
.back-btn{
	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;
}
.back-btn:hover{
	    background-color: #3f71b2;
    color: #fff;
}
.common-news__category-inner p:first-child{
    padding-right:1.5rem;
    position:relative;
}
.common-news__category-inner p:first-child::after{
    position:absolute;
    content:'｜';
    right: -20px
}
.common-news__category{
    text-align:center;
    padding:5px  10px;
    color:#8f8f8f;
    margin-left: 10px;
    margin-right: 10px;
}
.common-news__category-active{
    color:#454545;
    text-align:center;
    padding:5px  10px;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom:2px solid #3f71b2;
}
.common-news__category-active-02{
    color:#454545;
    text-align:center;
    padding:5px  10px;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom:2px solid #349cb3;
}
.common-news__category:hover{
    color:#454545;
}
.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{
    color:#3f71b2;
    font-size:26px;
    margin-bottom:30px;
}
.common-news__image, .common-news__body{
    margin-bottom:15px;
}
.common-news__cat{
    background-color:#3f71b2;
    color:#fff;
    text-align:center;
    max-width:100px;
    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;
}
}
.info-contents__article-block {
	border-bottom: 1px dotted #dcdddd;
	padding-bottom: 25px;
	margin-bottom: 25px;
	display: block;
	-webkit-transition:.5s;
	transition:.5s;
}
.info-contents__article-block:hover {
    opacity:0.7;
}
.info-content__inner {
	margin-bottom:5px;
}
@media screen and (min-width: 768px) {
.info-content__inner {
	margin-bottom:5px;
}
}
.info-contents__article-date{
    margin-right:1rem;
	    color: #999;
}
.info-contents__article-cat {
	background-color: #3f71b2;
	color: #fff;
	width: 100%;
	text-align: center;
	margin-right: 1em;
	margin-bottom: 0.5rem;
	font-size:12px;
	line-height: 2.2;
	display:none;
}
@media screen and (min-width: 768px) {
.info-contents__article-cat {
	margin-bottom: 0rem;
	width: 7rem;
}
}
.info-contents__article-title{
	display:block;
	font-weight:bold;
}
.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;
}
.dir_54{
    background-color:#3f71b2;
}
.dir_55{
    background-color:#349cb3;
}
.wp-pagenavi {/* 全体 */
    margin: 20px auto;
    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 a{
	display:inline-block;
}
.wp-pagenavi .current {/* カレント数字 */
    border: none;
    background: #49607f;
    color: #fff;
}
.wp-pagenavi a.page:hover {/* マウスオーバー */
    background: #49607f;
    color: #fff;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {/* ... */
    margin-right: 10px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {/* 記号の削除 */
    display: none;
}
/* ---------「案件名」下層ページ4ここまで----------------------------
*****************************************************************/

/*****************************************************************
* 下層ページ5（案件名＋お問い合わせ　ここは名前を変えてください）
*****************************************************************/
.contact-page{
    margin-bottom:80px;
}
.contact-page__body{
    margin-bottom: 1.5em;
}
.contact-page__headline{
    color:#3f71b2;
    font-size:1.5rem;
    border-bottom:1px solid #3f71b2;
    margin-bottom:10px;
    padding-bottom:10px;
}
.contact-pp {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 830px;
	margin-top:70px;
}
@media screen and (max-width: 767px) {
.contact-pp {
	margin-bottom: 100px;
}
}
.contact-pp__inner {
	height: 185px;
	overflow: auto;
	border: 1px solid #c3c3c3;
	background-color: #ffffff;
	padding: 0.5em 1em;
	font-size: 0.75rem;
}
.contact-pp__body:not(:last-child) {
	margin-bottom: 1.5em;
}
.contact-form table{
    width:100%;
    margin-bottom: 2rem;
}
.contact-form tr{
    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;
	margin-bottom: 1em;
	padding-top: 1em;
	border-top: 1px dotted #dcdddd;
}
@media screen and (max-width: 767px) {
.contact-form tr{
    margin-bottom: 3em;
	padding-top: 0;
	border-top: none;
	display: block;
}
}
.contact-form th{
    margin-right: 1em;
	max-width: 13em;
	width: 100%;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
.contact-form th{
    margin-right: 0;
    border: none;
    max-width: 100%;    
}
}
.contact-form td{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    width:100%;
    display:block;
}
.contact-form input,.contact-form textarea{
    width: 100%;
    background-color: #efefef;
    border-radius:10px;
    border:none;
    padding: 11px;
    margin-bottom:5px;
}
.contact-form textarea{
    min-height: 14em;
}
.mw_wp_form_mw-wp-form-103{
	margin-bottom:60px;
}
.require{
    display: inline-block;
    background-color: #de6f77;
    color: #ffffff;
    padding: 0 0.5em;
    margin-bottom: 5px;
    font-size: 12px;
}
.form_button{
    margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 408px;
	position:relative;
}
.form_button::after{
    content:'\f105';
    font-family:Fontawesome;
    position:absolute;
    right: 40px;
    top: 30%;
    color: #fff;
}
.form_button input[type="submit"] {
    background-color: #3f71b2;
	color: #fff;
	cursor: pointer;
	display: block;
	height:60px;
	border-radius: 5px;
	transition:.5s;
}
.form_button input[type="submit"]:hover {
	opacity:0.6;
	color: #ffffff;
}
.form_button > a {
	color: #fff;
	/* display: inline-block; */
	display: none;
	padding: 0.25em 2em;
	border-radius: 5px;
	font-weight: bold;
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}
@media screen and (max-width: 767px) {
.form_button > a {
	border: none;
	padding: 0.5em 3em;
	letter-spacing: 0.15em;
	font-size: 1.125rem;
}
}
.alert {
    color: #ff0000;
}
label.error {
	font-size: 0.75rem;
	color: #ff0000;
	display: block;
	margin-bottom: 0;
}
.contact-conversion__btn{
    margin: 0 auto;
    display: flex;
    max-width: 800px;
}
.contact-conversion__btn input[type="submit"]{
	background-color: #3f71b2;
	color: #fff;
	cursor: pointer;
	height:60px;
	border-radius: 5px;
	transition:.5s;
	outline:none;
	position: relative;
    overflow: hidden;
	display: block;
	    border: none;
	    max-width: 384px;
    width: 100%;
	    margin: 0 auto;
}
.contact-conversion__btn input[type="submit"]:hover{
	opacity:0.6;
	color: #ffffff;
}
.contact-conversion__btn > a{
	color: #fff;
	/* display: inline-block; */
	display: none;
	padding: 0.25em 2em;
	border-radius: 5px;
	font-weight: bold;
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}
@media screen and (max-width: 767px) {
.contact-conversion__btn > a {
	border: none;
	padding: 0.5em 3em;
	letter-spacing: 0.15em;
	font-size: 1.125rem;
}	
}
.alert {
    color: #ff0000;
}
label.error {
	font-size: 0.75rem;
	color: #ff0000;
	display: block;
	margin-bottom: 0;
}
/* ---------「案件名」下層ページ5ここまで----------------------------
*****************************************************************/