/*
 Theme Name:   habakiri-child
 Template:     habakiri
*/

/*--------------------------------------------
 common
----------------------------------------------*/
html, body {
	height: 100%;
}

body {
	font-family: "Roboto Condensed","メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Arial,"Roboto Condensed","游ゴシック体","Yu Gothic",YuGothic,"MS P Gothic","MS Pゴシック",sans-serif;
	margin: 0;
}

a img {
	border: none;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.fwb {
	font-weight: bold;
}

.fs20 {
	font-size: 2.0rem;
}

.fs24 {
	font-size: 2.4rem;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt100 {
	margin-top: 100px;
}

.bdr_gray {
	border: 1px solid #999;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.btn-navy {
    color: #fff;
    background-color: #002060;
    border-color: #00c24;
}

.btn-navy:hover, .btn-navy:active {
    color: #fff;
    background-color: #375796;
}

.btn-gray {
    color: #fff;
    background-color: #777;
    border-color: #666;
}

.btn-gray:hover, .btn-gray:active {
    color: #fff;
    background-color: #666;
}

.btn-org {
    color: #fff;
    background-color: #f29e1b;
    border-color: #eb9b1d;
}

.btn-org:hover, .btn-org:active {
    color: #fff;
    background-color: #f3b452;
}

.tellink {
    cursor: default;
    pointer-events: none;
}

.arrow_down{
	position: relative;
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-top-color: #999;
	top: 35px;
	left: calc(50% - 30px);
	margin-bottom: 30px;
}

.arrow_down:after{
  position: absolute;
  content: '';
  top: -59px;
  left: -15px;
  width: 30px;
  height: 30px;
  background: #999;
}

.arrow_right{
	position: relative;
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-left-color: #999;
	top: 50%;
	left: calc(50% - 30px);
	margin-left: 30px;
}

.arrow_right:after{
	position: absolute;
	content: '';
	top: -15px;
	left: -59px;
	width: 30px;
	height: 30px;
	background: #999;
}

#page_top{
	width: 90px;
	height: 90px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 5;
}

#page_top a{
	background: #002060;
	border-radius: 50%;
	position: relative;
	display: block;
	width: 90px;
	height: 90px;
	text-decoration: none;
}

#page_top a:hover{
	opacity: 0.7;
}

#page_top a::before{
	font-family: FontAwesome;
	content: '\f102';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -40px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

#page_top a::after{
	content: 'PAGE TOP';
	font-size: 13px;
	color: #fff;
	position: absolute;
	top: 45px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

.site-branding a:hover {
    opacity: 0.6;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
.container {
    padding-left: 5px;
}
}

@media screen and (max-width: 991px) {
.pc {
	display: none !important;
}

.sp {
	display: block;
}
}
 
@media screen and (max-width: 767px) {
.tellink {
	pointer-events: auto;
}
#page_top{
	right: 5px;
	bottom: 5px;
	width: 60px;
	height: 60px;
}
#page_top a{
	width: 60px;
	height: 60px;
	opacity: 0.8;
}
#page_top a::before{
	top: -50px;
}
#page_top a::after{
	line-height: 1.5rem;
	top: 25px;
}
}

/*--------------------------------------------
 header
----------------------------------------------*/
.header {
    height: 100vh;
    overflow: hidden;
    min-height: 32rem;
    position: relative;
	z-index: auto;
}

.header-sub {
	background-color: #fff;
    border-bottom: 1px solid #eee;
	position: fixed;
	width: 100%;
	z-index: 3;
}

.header--default .global-nav .menu, .header--transparency .global-nav .menu {
    float: none;
}

#menu-header_menu {
	margin-left: 65px;
}

#menu-header_menu #menu-item-484 {
	display: none;
}

@media screen and (max-width: 1024px) {
#menu-header_menu #menu-item-484 {
	display: block;
}
}

/* gnav --------------------------------------*/
#gnav {
	background-color: #fff;
    border-bottom: 1px solid #eee;
    position: absolute;
	bottom: 0;
	left: 0;
    width: 100%;
	height: 80px;
    z-index: 10000;
}

#gnav.fixed {
	background-color: #fff;
}
.habakiri-slider, .habakiri-slider__item {
	position: fixed;
	width: 100%;
    height: 100vh !important;
    overflow: hidden;
	z-index: 0;
}

.site-branding {
    padding: 30px 0;
}

.fixed {
    position: fixed !important;
    top: 0 !important;
    width: 100%;
    z-index: 10000;
}

.responsive-nav li {
	border-right: 1px solid #ccc;
}

.responsive-nav li:last-of-type {
	border-right: none;
}

.responsive-nav li:last-of-type a {
	padding: 5px 0 5px 20px !important;
}

@media screen and (max-width: 1300px) {
#menu-header_menu {
	margin-left: 0;
}
}

@media screen and (max-width: 1074px) {
.responsive-nav .menu > .menu-item > a {
	padding: 5px 8px !important;
}
}

/* slider --------------------------------------*/
@media screen and (max-width: 767px) {
.header {
    height: 90vh;
}

.habakiri-slider, .habakiri-slider__item {
    height: calc(90vh - 80px) !important;
}
}

/*--------------------------------------------
 main
----------------------------------------------*/
.page-template-rich-front-page #contents {
	position: relative;
}

.page-template-front-page #main, .page-template-rich-front-page #main {
	position: relative;
}

#main .entry__content {
	position: relative;
}

#news_slider_wrapper {
	position: relative;
}

.news_slider_inner {
	background-color: rgba(255,255,255,0.7);
	position: absolute;
	bottom: 80px;
	left: 0;
	margin: 0;
	width: 100%;
	z-index: 100000;
}

@media screen and (max-width: 991px) {
.news_slider_inner {
	margin: 0 auto;
}
}

.parallax-window {
     min-height: 300px;
     background: transparent;
}
 
.parallax-slider {
     top: 0;
     left: 0;
}

/* #info --------------------------------------*/
#info {
	background: url(img/info_bg.jpg) no-repeat center top / cover;
    padding: 50px 0;
}

#info h2 {
	font-size: 3.6rem;
	font-weight: 500;
	margin: 25px auto 50px;
	text-align: center;
}

#info p {
	font-size: 1.6rem;
	text-align: center;
}

@media screen and (max-width: 991px) {
#info h2 {
	font-size: 2.8rem;
	margin: 0 auto 25px;
}
}

/* #4strengths --------------------------------------*/
#strengths {
	background: #fff;
	margin: -1px auto 0;
}

#strengths .strengths_ttl {
	background-image: url(img/4strengths_ttl.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	height: 500px;
	position: relative;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}

#strengths .strengths_ttl h2 {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 3.6rem;
	margin: 0;
	padding: 0;
	text-shadow: 0px 0px 10px #000, 0px 0px 10px #000;
}

#strengths ul.strengths_list {
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	list-style: none;
	margin: 5px auto 0;
	padding: 0 0 70px;
}

#strengths ul.strengths_list li {
	background-color: #000;
	width: 50%;
	height: 380px;
	margin: 0 auto;
	overflow: hidden;
    position: relative;
	text-decoration: none;
}

#strengths ul.strengths_list li a {
	width: 100%;
	height: 100%;
}

#strengths ul.strengths_list li .middle {
    position: absolute;
    z-index: 2;
    left: 0;
	right: 0;
    top: 45%;
    text-align: center;
	margin: 0 auto;
}

#strengths ul.strengths_list li.strengths_list01 .middle {
	width: 320px;
}

#strengths ul.strengths_list li.strengths_list02 .middle {
	width: 310px;
}

#strengths ul.strengths_list li.strengths_list03 .middle {
	width: 180px;
}

#strengths ul.strengths_list li.strengths_list04 .middle {
	width: 230px;
}

#strengths ul.strengths_list li h3 {
	color: #fff;
	font-size: 2.8rem;
	font-weight: 500;
	margin: 0;
	text-shadow: 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 10px #000;
}

#strengths ul.strengths_list li .strengths_list_txt p {
	color: #fff;
	font-size: 1.6rem;
	margin: 0;
	padding: 0;
	text-shadow: 0px 0px 10px #000, 0px 0px 10px #000;
}

#strengths ul.strengths_list li img {
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	min-width: 100%;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}

#strengths ul.strengths_list li img:hover {
	opacity: 0.4;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
 }

@media screen and (max-width: 1300px) {
#strengths ul.strengths_list li img {
	margin-top: 0;
	object-fit: cover;
    height: 100%;
}
}

@media screen and (max-width: 991px) {
#strengths ul.strengths_list li {
	width: 100%;
}
}

@media screen and (max-width: 767px) {
#strengths .strengths_ttl {
	background-attachment: scroll;
	height: 150px;
}

#strengths .strengths_ttl h2 {
	font-size: 2.8rem;
	position: relative;
	text-align: center;
}

#strengths ul.strengths_list li {
	height: auto;
	width: 100%;
}

#strengths ul.strengths_list li .middle {
    top: 40%;
}

#strengths ul.strengths_list li img {
	margin-top: 0;
}
}

/* #tilemenu --------------------------------------*/
#tilemenu {
	background: #002060; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #002060 60%, #0061c9 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #002060 60%,#0061c9 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #002060 60%,#0061c9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002060', endColorstr='#0061c9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#tilemenu h2.tilemenu_ttl {
	color: #fff;
	font-size: 3.6rem;
	font-weight: 400;
	margin: 50px auto 0;
	padding-bottom: 5px;
	position: relative;
	text-align: center;
}

#tilemenu h2.tilemenu_ttl:after {
    border-bottom: 1px solid #fff;
    content: "";
    display: block;
    margin: 25px auto 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 30%;
}

#tilemenu p.tilemenu_subttl {
	color: #fff;
	font-size: 2.6rem;
	font-weight: 400;
	margin: 0 auto 50px;
	text-align: center;
}

#tilemenu ul.tilemenu_list {
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
	margin: 20px auto 70px;
	padding: 0 10px;
}

#tilemenu ul.tilemenu_list li a .tilemenu_list_img {
	display: block;
    position: relative;
	width: 500px;
	height: 330px;
}

#tilemenu ul.tilemenu_list li:nth-child(2) a:nth-child(1) .tilemenu_list_img, #tilemenu ul.tilemenu_list li:nth-child(2) a:nth-child(2) .tilemenu_list_img,
#tilemenu ul.tilemenu_list li:nth-child(3) a:nth-child(1) .tilemenu_list_img, #tilemenu ul.tilemenu_list li:nth-child(3) a:nth-child(2) .tilemenu_list_img {
    position: relative;
	width: 500px;
	height: 165px;
}

#tilemenu ul.tilemenu_list li a:hover {
	text-decoration: none;
}

#tilemenu ul.tilemenu_list li a h3 {
	color: #000;
	font-size: 2.8rem;
	margin: 0;
	text-align: center;
	text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
	position: relative;
	top: 30%;
	width: 100%;
}

#tilemenu ul.tilemenu_list li a h3:after {
    border-bottom: 1px solid #000;
    content: "";
    display: block;
    margin: 25px auto 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 45%;
}

#tilemenu ul.tilemenu_list li a p {
	color: #000;
	font-size: 1.6rem;
	margin: 0;
	text-align: center;
	text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
	position: relative;
	top: 32%;
	width: 100%;
}

/*#tilemenu ul.tilemenu_list li:nth-child(3) a h3 {
	color: #fff;
	text-shadow: none;
}*/

#tilemenu ul.tilemenu_list li:nth-child(4) a h3 {
	text-align: left;
	top: 35%;
	left: 20%;
}

#tilemenu ul.tilemenu_list li:nth-child(4) a p {
	text-align: left;
	top: 37%;
	left: 25%;
}

#tilemenu ul.tilemenu_list li:nth-child(4) a h3:after {
	left: -75%;
}

#tilemenu ul.tilemenu_list li:nth-child(1) a .tilemenu_list_img {
	background: url(img/tilemenu_01.jpg) no-repeat center 50%;
}

#tilemenu ul.tilemenu_list li:nth-child(2) a:nth-child(1) .tilemenu_list_img {
	background: url(img/tilemenu_02.jpg) no-repeat center 50%;
}

#tilemenu ul.tilemenu_list li:nth-child(2) a:nth-child(2) .tilemenu_list_img {
	background: url(img/tilemenu_03.jpg) no-repeat center 50%;
}

#tilemenu ul.tilemenu_list li:nth-child(3) a:nth-child(1) .tilemenu_list_img {
	background: url(img/tilemenu_04.jpg) no-repeat center 50%;
}

#tilemenu ul.tilemenu_list li:nth-child(3) a:nth-child(2) .tilemenu_list_img {
	background: url(img/tilemenu_05.jpg) no-repeat center 50%;
}

#tilemenu ul.tilemenu_list li:nth-child(4) a .tilemenu_list_img {
	background: url(img/tilemenu_06.jpg) no-repeat center 50%;
}

.hvr-bounce-to-top::before {
    background: rgba(0,32,96,0.7);
    transition-duration: 0.7s;
}

@media screen and (max-width: 991px) {
#tilemenu ul.tilemenu_list li {
	width: 50%;
}

#tilemenu ul.tilemenu_list li a .tilemenu_list_img, #tilemenu ul.tilemenu_list li:nth-child(2) a:nth-child(1) .tilemenu_list_img, #tilemenu ul.tilemenu_list li:nth-child(2) a:nth-child(2) .tilemenu_list_img, #tilemenu ul.tilemenu_list li:nth-child(3) a:nth-child(1) .tilemenu_list_img, #tilemenu ul.tilemenu_list li:nth-child(3) a:nth-child(2) .tilemenu_list_img {
	width: 100%;
}
}

@media screen and (max-width: 767px) {
#tilemenu h2.tilemenu_ttl {
	font-size: 2.8rem;
}

#tilemenu ul.tilemenu_list li, #tilemenu ul.tilemenu_list li a .tilemenu_list_img, #tilemenu ul.tilemenu_list li:nth-child(2) a:nth-child(1) .tilemenu_list_img, #tilemenu ul.tilemenu_list li:nth-child(2) a:nth-child(2) .tilemenu_list_img, #tilemenu ul.tilemenu_list li:nth-child(3) a:nth-child(1) .tilemenu_list_img, #tilemenu ul.tilemenu_list li:nth-child(3) a:nth-child(2) .tilemenu_list_img {
	width: 100%;
}
}

/*--------------------------------------------
 footer
----------------------------------------------*/
.footer {
    position: relative;
    z-index: 3;
}

.footer_left_menu {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	list-style: none;
	font-size: 1.8rem;
	padding: 0 10px 0 0;
}

.footer_left_submenu {
	list-style: disc;
	padding-left: 20px;
	font-size: 1.4rem;
}

.footer_left_menu a:hover, .footer_left_submenu a:hover, .footer_right_menu a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.footer_right_menu {
	list-style: none;
	font-size: 1.8rem;
	padding: 0 0 0 10px;
}

.outlink:after {
    content: url(img/icon_outlink.png);
    position: relative;
    top: -2px;
	left: 10px;
}

.footer_copyright {
	border-top: 1px solid #666;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin: 130px auto 20px;
	padding: 10px 10px 10px 0;
}

.footer_copyright p {
	margin: 0;
}

.copyright {
	display: none;
}

@media screen and (max-width: 979px) {
.footer_copyright {
	margin: 20px auto;
}
}

@media screen and (max-width: 767px) {
.footer_left_menu, .footer_right_menu {
	font-size: 1.6rem;
}

.footer_copyright {
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer_copyright p {
	margin-top: 10px;
}
}


/* Hover.css --------------------------------------*/
.hvr-grow {
    transition-duration: 0.8s !important;
}

/* bnr_flyer --------------------------------------*/
#bnr_flyer, #bnr_flyer_sp {
    position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 100000;
}

#bnr_flyer_sp {
	display: none !important;
}

@media screen and (max-width: 767px) {
#bnr_flyer {
	right: 0;
	text-align: right;
}

#bnr_flyer a img {
	width: 60%;
}
}

/*--------------------------------------------
 sub-page
----------------------------------------------*/
.sub_page {
	position: relative;
}

.sub_page .page-header {
	position: relative;
	top: 87px;
}

.sub_page .page-header__title {
	padding: 220px 0;
}

.sub-page-contents {
	font-size: 1.6rem;
	margin-bottom: 90px;
	position: relative;
	top: 88px;
}

.btm-btn {
	margin: 100px auto 30px;
	text-align: center;
}

h2.sub_subttl {
	font-size: 3.6rem;
	font-weight: 500;
	margin: 100px auto 50px;
	padding: 10px 0;
	position: relative;
	text-align: center;
}

h2.sub_subttl:after {
	border-bottom: 3px solid #002060;
	content: "";
	display: block;
	margin: 25px auto 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 40%;
}
@media screen and (max-width: 1024px) {
.btm-btn {
	margin: 30px auto;
}
}

@media screen and (max-width: 767px) {
.page-header__title {
    font-size: 2.4rem;
}

.sub_page .page-header__title {
	padding: 0;
}

.sub-page-contents {
	font-size: 1.4rem;
}

h2.sub_subttl {
	font-size: 2.4rem;
	font-weight: 600;
}

h2.sub_subttl:after {
	width: 80%;
}

.btm-btn .btn {
	font-size: 1.6rem;
}
}

/* 会社案内 -----------------------------------------*/
.page-id-31 .page-header {
    background-image: url(img/header_company.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: none;
	color: #fff;
	padding: 0;
	text-shadow: 0px 0px 10px #000, 0px 0px 10px #000;
	min-height: 450px;
	display: flex;
	align-items: center;
}

.page-id-31 #company_profile h2.sub_subttl {
    margin: 0 auto 50px;
}

.page-id-31 #company_profile dl {
	display: flex;
	flex-wrap: wrap;
}

.page-id-31 #company_profile dl dt {
	background-color: #f0f0f0;
	border-bottom: 1px solid #999;
	padding: 20px 10px;
	text-align: center;
	width: 20%;
}

.page-id-31 #company_profile dl dd {
	border-bottom: 1px solid #999;
	padding: 20px 10px;
	width: 80%;
}

.page-id-31 #company_profile dl dd span {
	font-size: 1.2rem;
}

.page-id-31 .company_base_wrap {
    display: flex;
    flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;
	margin-bottom: 100px;
}

.page-id-31 .company_base_map {
    margin: 0px auto;
}

.page-id-31 .company_areaMapWrap {
    background: url(img/company_map.jpg) no-repeat 50% top;
	width: 100%;
}

.page-id-31 .company_areaMap {
    width: 100%;
    height: auto;
}

.page-id-31 .company_place {
	margin: 30px auto 80px;
}

.page-id-31 .company_place .company_placename {
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.page-id-31 .company_place .company_placename div {
	width: 100%;
}

.page-id-31 #tokyo .company_placename div {
	width: 48%;
}

.page-id-31 .company_place .company_placename h3 {
    border-bottom: 1px solid #002060;
}

.page-id-31 .company_place .company_googlemap iframe {
	height: 500px;
	width: 100%;
}

@media screen and (max-width: 1024px) {
.page-id-31 .page-header {
	background-size: contain;
	min-height: 350px;
}

.page-id-31 .page-header__title {
	padding: 50px 0;
}

.page-id-31 #company_profile dl dt {
	width: 30%;
}

.page-id-31 #company_profile dl dd {
	width: 70%;
}

.page-id-31 .company_place {
	margin: 30px auto 70px;
}

.page-id-31 #tokyo .company_placename div {
	width: 100%;
}

.page-id-31 .company_place .company_googlemap iframe {
	height: 300px;
}
}

@media screen and (max-width: 900px) {
.page-id-31 .page-header {
	min-height: 250px;
}
}

@media screen and (max-width: 767px) {
.page-id-31 .page-header {
	background-size: cover;
}
}

/* 家屋調査のお知らせについて -----------------------*/
.page-id-198 .page-header {
    background-image: url(img/header_flyer.jpg);
	background-position: 50% top;
	background-repeat: no-repeat;
	background-size: contain;
	border-bottom: none;
	color: #fff;
	padding: 0;
	text-shadow: 0px 0px 10px #000, 0px 0px 10px #000;
	min-height: 450px;
	display: flex;
	align-items: center;
}

.page-id-198 .col-md-7 ul {
	margin: 50px auto;
}

.page-id-198 .col-md-5 img {
	border: 1px solid #ddd;
}

.modal-middle {
	margin: 5% auto;
}
 
.modal-img_footer {
	padding: .5em;
	text-align: center;
}

@media screen and (max-width: 1024px) {
.page-id-198 .page-header {
	min-height: 350px;
}

.page-id-198 .page-header__title {
	padding: 50px 0;
}

.page-id-198 .col-md-7 ul {
	margin: 50px auto;
}

.page-id-198 .col-md-5 img {
	margin: 0 auto 20px;
}

.page-id-198 .col-md-7 .btn-navy {
	margin-bottom: 30px;
}
}

@media screen and (max-width: 900px) {
.page-id-198 .page-header {
	min-height: 250px;
}
}

@media screen and (max-width: 767px) {
.page-id-198 .page-header {
	background-size: cover;
	padding: 100px 0px;
}
}

/* 家屋調査とは？ --------------------------------*/
.page-id-371 .page-header {
    background-image: url(img/header_house.jpg);
	background-position: 50% top;
	background-repeat: no-repeat;
	background-size: contain;
	border-bottom: none;
	color: #fff;
	padding: 0;
	text-shadow: 0px 0px 10px #000, 0px 0px 10px #000;
	min-height: 450px;
	display: flex;
	align-items: center;
}

.page-id-371 #house_step .sub_subttl, .page-id-371 #house_time .sub_subttl {
	margin: 100px auto 10px;
}

.house_topimg {
	display: flex;
	align-items: center;
}

.page-id-371 .house_stepinfo {
	text-align: center;
}

.house_stepwrap {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 20px auto 0;
}

.house_thumbnail {
	margin: 0 0 30px 0;
    width: 50%;
}

.house_steptxt {
	padding-top: 120px;
    width: 48%;
}

.house_stepwrap:first-of-type .house_steptxt {
	padding-top: 80px;
}

.thumbnaillist {
	margin-top: 15px;
}

.thumbnaillist ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	width: 70%;
}

.thumbnaillist li {
    padding: 0 10px 0px 0;
    margin: 0 0 10px 0;
	overflow: hidden;
	text-align: center;
}

.thumbnaillist li a {
    display: block;
}

.thumbnaillist li a:link    {}
.thumbnaillist li a:visited {}
.thumbnaillist li a:hover   {opacity:0.8;}
.thumbnaillist li a:active  {opacity:0.8;}
/* IE用 ↓*/
.thumbnaillist li a:hover img {filter:alpha(opacity=80);}

.house_mainimg {
    width: 100%;
    max-height: 380px;
    margin: 20px 0 0 0;
	overflow: hidden;
}

#house_time table {
    margin: 20px auto;
	text-align: center;
}

#house_time table tr:first-child {
	background-color: #e0e0e0;
	font-weight: bold;
}

#house_time table tr td {
	border: 1px solid #999;
	padding: 10px;
}

#house_report p:first-child {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
.page-id-371 .page-header {
	min-height: 350px;
}

.page-id-371 .page-header__title {
	padding: 50px 0;
}

.house_topimg {
	display: block;
}

.house_topimg .col-md-5:first-child img {
	margin-bottom: 20px;
}

.house_stepwrap {
	flex-wrap: wrap;
}

.house_thumbnail {
	margin: 0 auto;
    width: 100%;
}

.house_steptxt {
	margin-bottom: 30px;
	padding-top: 0;
    width: 100%;
}
}

@media screen and (max-width: 900px) {
.page-id-371 .page-header {
	min-height: 250px;
}

.thumbnaillist ul {
	width: 100%;
}

.house_stepwrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.house_mainimg {
    margin: 0;
}

.house_steptxt {
	margin-bottom: 0;
}

.house_steptxt h3 {
	margin-top: 50px;
}
}

@media screen and (max-width: 767px) {
.page-id-371 .page-header {
	background-size: cover;
	padding: 100px 0px;
}

#house_engineer .engineer {
	display: block;
	margin: 0 auto;
	width: 50%;
}
}

/* 当社の強み　豊富な実績 -----------------------*/
.page-id-403 .page-header {
    background-image: url(img/header_performance.jpg);
	background-position: 50% top;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: none;
	color: #fff;
	padding: 0;
	text-shadow: 0px 0px 10px #000, 0px 0px 10px #000;
	min-height: 450px;
	display: flex;
	align-items: center;
}

.page-id-403 .sub_subttl:nth-of-type(2), .page-id-403 .sub_subttl:nth-of-type(3) {
    margin: 100px auto 0;
}

.page-id-403 .sub_subttl:nth-of-type(2):after, .page-id-403 .sub_subttl:nth-of-type(3):after {
	display: none;
}

.performance_ttlimg {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.page-id-403 table {
	margin: 50px auto 20px;
}

.page-id-403 table tr:first-child {
	background-color: #e0e0e0;
	font-weight: bold;
	text-align: center;
}

.page-id-403 table tr td {
	border: 1px solid #ccc;
	padding: 10px;
}

.page-id-403 table tr td:nth-of-type(4) {
	width: 7%;
}

.page-id-403 #recognition div {
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 50px auto;
}

.page-id-403 #recognition p {
	font-size: 1.8rem;
	margin-right: 20px;
}

.page-id-403 #recognition table tr td:nth-child(4) {
	width: 15%;
}

@media screen and (max-width: 1024px) {
.page-id-403 .page-header {
	background-size: contain;
	min-height: 350px;
}

.page-id-403 .page-header__title {
	padding: 50px 0;
}

.page-id-403 p img {
	object-fit: cover;
	height: 230px;
}

.performance_ttlimg p {
	width: 30%;
}

.performance_ttlimg p img {
	width: 100%;
}
}

@media screen and (max-width: 768px) {
.performance_ttlimg p img {
	height: 150px;
}
}

@media screen and (max-width: 900px) {
.page-id-403 .page-header {
	min-height: 250px;
}
}

@media screen and (max-width: 767px) {
.page-id-403 .page-header {
	background-size: cover;
	padding: 100px 0px;
}

.performance_ttlimg p img {
	height: 90px;
}

.page-id-403 table {
    margin: 20px auto;
}
}
/* 当社の強み　確かな技術力 -----------------------*/
.page-id-426 .page-header {
    background-image: url(img/header_technology.jpg);
	background-position: 50% top;
	background-repeat: no-repeat;
	background-size: contain;
	border-bottom: none;
	color: #fff;
	padding: 0;
	text-shadow: 0px 0px 10px #000, 0px 0px 10px #000;
	min-height: 450px;
	display: flex;
	align-items: center;
}

.page-id-426 .sub_subttl:nth-of-type(3) {
    margin: 100px auto 0;
}

.page-id-426 .sub_subttl:nth-of-type(2):after, .page-id-426 .sub_subttl:nth-of-type(3):after {
	display: none;
}

.page-id-426 h2.research_institute {
    background: url(img/technology_img01.jpg) no-repeat center top / cover;
	font-size: 3rem;
	font-weight: bold;
	height: 330px;
	margin-bottom: 20px;
	padding: 50px 20px;
	position: relative;
	left: 50%;
	width: 100vw;
	transform: translateX(-50%);
	text-align: left;
}

.page-id-426 h2.research_institute span {
	position: relative;
	left: 20%;
}

.page-id-426 .technology_btn {
	display: block;
	position: relative;
	width: 100%;
}

.page-id-426 .technology_btn .btn-navy {
	position: absolute;
	top: -100px;
	right: 30px;
}

.page-id-426 p.technology_cadap {
	position: relative;
	left: 50%;
	width: 102vw;
	transform: translateX(-50%);
}

.page-id-426 p.technology_cadap img {
	object-fit: cover;
	width: 100%;
	height: 350px;
	font-family: 'object-fit: cover;';
}

.page-id-426 ul#tech_system {
	margin-top: 50px;
	padding: 0;
}

.page-id-426 ul#tech_system li {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto 50px;
}

.page-id-426 ul#tech_system li div:first-child {
	width: calc(100% - 300px);
}

.page-id-426 ul#tech_system li ol li {
	display: list-item;
	margin: 0 auto;
}

.page-id-426 ul#tech_system li p {
	margin: 0;
	width: 250px;
}

.page-id-426 ul#tech_system li p img {
	width: 100%;
	height: 100%;
}

.page-id-426 .btm-btn {
	margin: 0 auto 30px;
}

@media screen and (max-width: 1024px) {
.page-id-426 .page-header {
	min-height: 350px;
}

.page-id-426 .page-header__title {
	padding: 50px 0;
}

.page-id-426 h2.research_institute span {
	left: 0;
}

.page-id-426 ul#tech_system li div:first-child {
	width: calc(100% - 300px);
}

.page-id-426 p img {
	object-fit: cover;
	height: 230px;
}

.page-id-426 ul#tech_system li p {
	margin: 0 auto;
	width: 250px;
}
}

@media screen and (max-width: 900px) {
.page-id-426 .page-header {
	min-height: 250px;
}
}

@media screen and (max-width: 767px) {
.page-id-426 .page-header {
	background-size: cover;
	padding: 100px 0px;
}

.page-id-426 ul#tech_system li div:first-child {
	width: 100%;
}
}

/* 当社の強み　人材育成 -----------------------*/
.page-id-448 .page-header {
    background-image: url(img/header_training.jpg);
	background-position: 50% top;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: none;
	color: #fff;
	padding: 0;
	text-shadow: 0px 0px 10px #000, 0px 0px 10px #000;
	min-height: 450px;
	display: flex;
	align-items: center;
}

.page-id-448 .training_img1 {
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-id-448 .training_img2 {
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.page-id-448 .training_img1 p, .page-id-448 .training_img2 p {
	width: 49%;
}

.page-id-448 .training_img1 p img, .page-id-448 .training_img2 p img {
	width: 100%;
}

.page-id-448 .training_certification dt {
	background-color: #ccc;
	border-left: 5px solid #002060;
	font-size: 2rem;
	margin: 20px auto;
	padding: 5px;
}

.page-id-448 .training_certification dd {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto 50px;
}

.page-id-448 .training_certification dd p:first-child {
	width: 50%;
}

.page-id-448 .training_certification dd p:nth-child(2) {
	width: 49%;
}

.page-id-448 .training_certification dd img {
	width: 100%;
}

@media screen and (max-width: 1024px) {
.page-id-448 .page-header {
	background-size: contain;
	min-height: 350px;
}

.page-id-448 .page-header__title {
	padding: 50px 0;
}

.page-id-448 .training_img img {
	width: 100%;
}

.page-id-448 .training_img img:first-child {
	margin-bottom: 20px;
}

.page-id-448 .training_certification dd {
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-id-448 .training_certification dd p {
	width: 100%;
}
}

@media screen and (max-width: 900px) {
.page-id-448 .page-header {
	min-height: 250px;
}
}

@media screen and (max-width: 767px) {
.page-id-448 .page-header {
	background-size: cover;
	padding: 100px 0px;
}

.page-id-448 .training_img p {
	width: 80%;
}
}

/* 当社の強み　レーザーレベル -----------------------*/
.page-id-443 .page-header {
    background-image: url(img/header_laserlevel.jpg);
	background-position: 50% top;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: none;
	color: #fff;
	padding: 0;
	text-shadow: 0px 0px 10px #000, 0px 0px 10px #000;
	min-height: 450px;
	display: flex;
	align-items: center;
}

.page-id-443 .laserlevel_img {
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 50px auto 0;
}

.page-id-443 .laserlevel_img p {
	width: 49%;
}

.page-id-443 .laserlevel_img p img {
	width: 100%;
}

@media screen and (max-width: 1024px) {
.page-id-443 .page-header {
	background-size: contain;
	min-height: 350px;
}

.page-id-443 .page-header__title {
	padding: 50px 0;
}
}

@media screen and (max-width: 900px) {
.page-id-443 .page-header {
	min-height: 250px;
}
}

@media screen and (max-width: 767px) {
.page-id-443 .page-header {
	background-size: cover;
	padding: 100px 0px;
}

	.page-id-443 .laserlevel_img {
	display: block;
}

.page-id-443 .laserlevel_img p {
	width: 100%;
}
}

/* 採用情報 -------------------------------------*/
.page-id-37 .page-header {
    background-image: url(img/header_recruit.jpg);
	background-position: 50% top;
	background-repeat: no-repeat;
	background-size: contain;
	border-bottom: none;
	color: #fff;
	padding: 0;
	text-shadow: 0px 0px 10px #000, 0px 0px 10px #000;
	min-height: 450px;
	display: flex;
	align-items: center;
}

.page-id-37 h2.sub_topttl {
	font-size: 3.6rem;
	font-weight: 500;
	text-align: center;
}

.page-id-37 p.recruit_topcap {
	margin: 30px auto;
}

.page-id-37 #recruit_requirements p {
	background-color: rgba(0, 32, 96, 0.2);
	border-left: 5px solid #002060;
	display: inline-block;
	font-size: 2rem;
	font-weight: 600;
	padding: 5px 20px;
}

.page-id-37 #recruit_requirements table {
	margin: 20px auto 80px;
	width: 100%;
}

.page-id-37 #recruit_requirements table tr:nth-child(odd) {
	background-color: #f0f0f0;
}

.page-id-37 #recruit_requirements table tr td {
	padding: 5px 0;
	text-align: center;
}

.page-id-37 #recruit_requirements table tr td:first-child {
	font-weight: 600;
}

.page-id-37 #recruit_requirements table tr td:last-child {
	text-align: left;
}

@media screen and (max-width: 1024px) {
.page-id-37 .page-header {
	min-height: 350px;
}

.page-id-37 .page-header__title {
	padding: 50px 0;
}
}

@media screen and (max-width: 900px) {
.page-id-37 .page-header {
	min-height: 250px;
}
}

@media screen and (max-width: 767px) {
.page-id-37 .page-header {
	background-size: cover;
	padding: 100px 0px;
}

.page-id-37 h2.sub_topttl {
	font-size: 2.8rem;
}

.page-id-37 #recruit_requirements table tr td:last-child {
	width: 75%;
}
}


/* 社員紹介 (Y修正)2024.11.05-------------------------------------*/
.page-id-606 .page-header {
    background-image: url(img/header_voice.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: none;
	color: #fff;
	padding: 0;
	text-shadow: 0px 0px 10px #000, 0px 0px 10px #000;
	min-height: 450px;
	display: flex;
	align-items: center;
}

.page-id-606 h2.sub_topttl {
	font-size: 3.6rem;
	font-weight: 500;
	text-align: center;
}

.page-id-606 .circle {
	align-items: center;
	border-radius: 50%;
	background-color: #002060;
	color: #fff;
	display: flex;
	font-size: 5.4rem;
	font-weight: 500;
	justify-content: center;
	margin: 100px auto 200px;
	text-align: center;
	width: 500px;
	height: 500px;
}

.page-id-606 .recruit_seniorimg_wrap {
	position: relative;
}

.page-id-606 .recruit_seniorimg {
	list-style: none;
	padding: 0;
	position: relative;
	top: -720px;
	width: 100%;
}

.page-id-606 .recruit_seniorimg li {
	border-radius: 50%;
	margin-bottom: 20px;
	position: absolute;
	overflow: hidden;
	width: 280px;
}

.page-id-606 .recruit_seniorimg li:first-child {
	left: 170px;
	top: -50px;
}

.page-id-606 .recruit_seniorimg li:nth-child(2) {
/*
	right: 230px;
	top: -70px;
*/
	right: 170px;
	top: -50px;
}

.page-id-606 .recruit_seniorimg li:nth-child(3) {
/*
	left: 100px;
	top: 220px;
*/
	left: 170px;
	top: 260px;
	
}

.page-id-606 .recruit_seniorimg li:nth-child(4) {
/*	
	right: 120px;
	top: 220px;
*/
	right: 170px;
	top: 260px;
	
}

.page-id-606 .recruit_seniorimg li:nth-child(5) {
	left: 38%;
	top: 400px;
}

.page-id-606 .recruit_seniorimg li img {
	font-family: 'object-fit: cover;';
	object-fit: cover;
	width: 100%;
	height: 280px;
}

.page-id-606 .recruit_seniorimg li:first-child img { /* Y追加 20241105 */
	object-position: right center;
	font-family: 'object-fit: cover; object-position: right center;';
}

.page-id-606 .recruit_seniorimg li:nth-child(2) img {
/*
	object-position: right center;
	font-family: 'object-fit: cover; object-position: right center;';
*/
	object-position: center bottom;
}

.page-id-606 .recruit_seniorimg li:nth-child(3) img {
/*
	object-position: center bottom;
*/
	object-position: left center;
	font-family: 'object-fit: cover; object-position: left center;';
}

.page-id-606 .recruit_seniorimg li:nth-child(4) img {
/*
	object-position: left center;
	font-family: 'object-fit: cover; object-position: left center;';
*/
}

.page-id-606 .recruit_seniorimg li .caption {
	color: #fff;
	font-size: 2.2rem;
	line-height: 2.8rem;
	text-align: center;
}

.page-id-606 .recruit_seniorimg li .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(0,0,0,0.6);
	-webkit-transition:	all 0.6s ease;
	transition:	 all 0.6s ease;
}

.page-id-606 .recruit_seniorimg li:hover .mask {
	opacity: 1;
	padding-top: 35%;
}

.page-id-606 .senior_wrapper {
	margin: 150px auto 50px;
}

.page-id-606 .seniordetail_img {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

.page-id-606 .seniordetail_img img {
	width: 55%;
}

.page-id-606 .seniordetail_img span {
	background-color: #002060;
	color: #fff;
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 3.2rem;
	margin: 0 auto;
	padding: 100px;
	text-align: center;
}

.page-id-606 .seniordetail_box h3 {
	border-bottom: 1px dashed #999;
	margin-bottom: 0;
	text-align: center;
}

.page-id-606 .chose_txt p {
	margin: 0;
}

.page-id-606 .chose_txt, .page-id-606 .chose_schedule {
	background-color: #f0f0f0;
	margin-bottom: 50px;
	padding: 20px;
}

.page-id-606 .chose_schedule p:first-child {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
}

.page-id-606 .chose_schedule table {
	margin: 20px auto;
	width: 80%;
}

.page-id-606 .chose_schedule table tr:nth-child(odd) {
	background-color: #fff;
}

.page-id-606 .chose_schedule table tr td {
	padding: 5px 0;
	text-align: center;
}

.page-id-606 .chose_schedule table tr td:last-child {
	text-align: left;
}

.page-id-606 #recruit_requirements p {
	background-color: rgba(0, 32, 96, 0.2);
	border-left: 5px solid #002060;
	display: inline-block;
	font-size: 2rem;
	font-weight: 600;
	padding: 5px 20px;
}

.page-id-606 #recruit_requirements table {
	margin: 20px auto 80px;
	width: 100%;
}

.page-id-606 #recruit_requirements table tr:nth-child(odd) {
	background-color: #f0f0f0;
}

.page-id-606 #recruit_requirements table tr td {
	padding: 5px 0;
	text-align: center;
}

.page-id-606 #recruit_requirements table tr td:first-child {
	font-weight: 600;
}

.page-id-606 #recruit_requirements table tr td:last-child {
	text-align: left;
}

@media screen and (max-width: 1075px) {
.page-id-606 h2.sub_subttl {
	font-size: 3rem;
}

.page-id-606 .recruit_seniorimg li {
	width: 30%;
}

.page-id-606 .recruit_seniorimg li:first-child {
	left: 30px;
}

.page-id-606 .recruit_seniorimg li:nth-child(2) {
	right: 100px;
}

.page-id-606 .recruit_seniorimg li:nth-child(3) {
	left: 0;
}

.page-id-606 .recruit_seniorimg li:nth-child(4) {
	right: 0;
}

.page-id-606 .recruit_seniorimg li:nth-child(5) {
	left: 31%;
}
}

@media screen and (max-width: 1024px) {
.page-id-606 .page-header {
	background-size: contain;
	min-height: 350px;
}

.page-id-606 .page-header__title {
	padding: 50px 0;
}

.page-id-606 .seniordetail_img span {
	padding: 70px;
}

.page-id-606 .recruit_seniorimg li img {
	width: 100%;
}

.page-id-606 .recruit_seniorimg li .recruit_seniorimg_cap {
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
}
}

@media screen and (max-width: 980px) {
.page-id-606 .recruit_seniorimg li {
	width: 40%;
}

.page-id-606 .recruit_seniorimg li:first-child {
	left: 0;
	top: -30px;
}

.page-id-606 .recruit_seniorimg li:nth-child(2) {
	right: 20px;
	top: -40px;
}

.page-id-606 .recruit_seniorimg li:nth-child(3) {
	left: 0;
}

.page-id-606 .recruit_seniorimg li:nth-child(4) {
	right: 0;
}

.page-id-606 .recruit_seniorimg li:nth-child(5) {
	left: 31%;
}
}

@media screen and (max-width: 900px) {
.page-id-606 .page-header {
	min-height: 250px;
}
}

@media screen and (max-width: 767px) {
.page-id-606 .page-header {
	background-position: left top;
	background-size: cover;
	padding: 100px 0px;
}

.page-id-606 h2.sub_topttl {
	font-size: 2.8rem;
}

.page-id-606 .circle {
	font-size: 4.6rem;
	margin: 50px auto;
	width: 300px;
	height: 300px;
}

.page-id-606 .recruit_seniorimg_wrap {
}
	
.page-id-606 .recruit_seniorimg {
    top: -350px;
}

.page-id-606 .recruit_seniorimg li {
	width: 35%;
	height: 120px;
}

.page-id-606 .recruit_seniorimg li:nth-child(3), .page-id-606 .recruit_seniorimg li:nth-child(4) {
	top: 120px;
}

.page-id-606 .recruit_seniorimg li:nth-child(5) {
	top: 240px;
}

.page-id-606 .recruit_seniorimg li img {
	height: 160px;
}

.page-id-606 .recruit_seniorimg li:hover .mask {
	padding-top: 25%;
}

.page-id-606 .senior_wrapper {
	margin: 100px auto 50px;
}

.page-id-606 .seniordetail_img img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.page-id-606 .seniordetail_img span {
	font-size: 2.2rem;
	padding: 10px 50px;
	width: 100%;
}

.page-id-606 .seniordetail_box h3 {
	font-size: 2.2rem;
}

.page-id-606 .chose_schedule table {
	width: 100%;
}

.page-id-606 .chose_schedule table tr td:last-child {
	padding: 5px;
	width: 60%;
}

.page-id-606 #recruit_requirements table tr td:last-child {
	width: 75%;
}
}

/* プライバシーポリシー -------------------------------*/
.page-id-3 .page-header {
    background-image: url(img/header_privacy.jpg);
	background-position: left 10%;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: none;
	color: #fff;
	padding: 0;
	text-shadow: 0px 0px 10px #000, 0px 0px 10px #000;
	min-height: 450px;
	display: flex;
	align-items: center;
}

.page-id-3 .privacy_info {
	padding: 20px 0;
}

.page-id-3 ol li {
	padding: 10px;
}

.page-id-3 .privacy_signature {
	padding: 20px 0;
	text-align: right;
}

@media screen and (max-width: 1024px) {
.page-id-3 .page-header {
	background-size: contain;
	min-height: 350px;
}

.page-id-3 .page-header__title {
	padding: 50px 0;
}
}

@media screen and (max-width: 900px) {
.page-id-3 .page-header {
	min-height: 250px;
}
}

@media screen and (max-width: 767px) {
.page-id-3 .page-header {
	background-position: left;
	background-size: cover;
	padding: 100px 0px;
}
}

/* 代表挨拶 -----------------------------------------*/
.page-id-291 .page-header {
    background-image: url(img/header_greeting.jpg);
	background-position: 20% 0%;
	background-repeat: no-repeat;
	background-size: contain;
	border-bottom: none;
	color: #fff;
	padding: 0;
	text-shadow: 0px 0px 10px #000, 0px 0px 10px #000;
	min-height: 450px;
	display: flex;
	align-items: center;
}

.page-id-291  #greeting_wrap p {
	line-height: 3.4rem;
	margin: 0 auto;
	padding-top: 20px;
	width: 64%;
}

@media screen and (max-width: 1366px) {
.page-id-291 .page-header {
	background-position: 20% 10%;
}
}

@media screen and (max-width: 1024px) {
.page-id-291 .page-header {
	background-position: 20% 9%;
	min-height: 350px;
}

.page-id-291 .page-header__title {
	padding: 50px 0;
}

.page-id-291 .page-header__title {
	padding-left: 70px;
}
}

@media screen and (max-width: 900px) {
.page-id-291 .page-header {
	background-position: 20% 10%;
	min-height: 250px;
}

.page-id-291  #greeting_wrap p {
	width: 100%;
}
}

@media screen and (max-width: 767px) {
.page-id-291 .page-header {
    background-image: url(img/header_greeting_sp.jpg);
	background-position: 30% center;
	background-size: cover;
}

.page-id-291 .page-header__title {
	padding-left: 30px;
}

.page-id-291 .col-md-3 .ceo {
	width: 50%;
}
}

/* 事業内容 ------------------------------------------*/
.page-id-33 .page-header {
    background-image: url(img/header_business.jpg);
	background-position: 50% 10%;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: none;
	color: #fff;
	padding: 0;
	text-shadow: 0px 0px 10px #000, 0px 0px 10px #000;
	min-height: 450px;
	display: flex;
	align-items: center;
}

.page-id-33 .breadcrumbs {
	display: none;
}

.page-id-33 h3 {
	background-color: #ccc;
	font-size: 2.4rem;
	margin-top: 50px;
	padding: 0 10px;
}
.page-id-33 .business_menu {
    background-color: #ccc;
	margin-left: -15px;
	margin-top: -41px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
}

.page-id-33 .business_menu ul {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	list-style: none;
	margin: 0px auto;
	padding: 0 30px 0 40px;
    width: 1100px;
}

.page-id-33 .business_menu ul li {
	padding: 10px 0;
	position: relative;
}

.page-id-33 .business_menu ul li:after {
	display: block;
	content: '';
	position: absolute;
	top: 40%;
	left: -2rem;
	width: 8px;
	height: 8px;
	border-right: 3px solid #002060;
	border-bottom: 3px solid #002060;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.page-id-33 .business_menu ul li a {
	color: #333;
	font-size: 1.8rem;
}

.page-id-33 section {
	margin: 20px auto 50px;
}

.page-id-33 .sub_subttl {
	margin-bottom: 10px;
}

.page-id-33 .sub_subttl_btm p {
	font-size: 1.4rem;
	margin-bottom: 0px;
	text-align: center;
}

.page-id-33 .sub_subttl_btm p span {
	padding: 0px 10px;
}

.page-id-33 .subttl {
	border-left: 7px solid #002060;
	border-bottom: 1px solid #002060;
	font-size: 2.2rem;
	margin-top: 50px;
	padding: 0 10px;
}

@media screen and (max-width: 1024px) {
.page-id-33 .page-header {
	background-size: contain;
	min-height: 350px;
}

.page-id-33 .page-header__title {
    padding: 50px 0;
}
	
.page-id-33 .business_menu {
	margin-left: 0;
}

.page-id-33 .business_menu ul {
	padding: 0 20px 0 30px;
    width: 100%;
}
}

@media screen and (max-width: 900px) {
.page-id-33 .page-header {
	min-height: 250px;
}
}

@media screen and (max-width: 767px) {
.page-id-33 .page-header {
	background-size: cover;
	padding: 100px 0px;
}

.page-id-33 .business_menu ul {
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 10px;
}

.page-id-33 .business_menu ul li {
	padding: 10px 20px;
}

.page-id-33 .business_menu ul li:after {
	left: .5rem;
}

.page-id-33 .business_menu ul li a {
	font-size: 1.6rem;
}

.page-id-33 #business02 {
	margin-top: 100px;
}
}

/* よくあるご質問 --------------------------------------*/
.page-id-39 .page-header {
    background-image: url(img/header_faq.jpg);
	background-position: 50% 10%;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: none;
	color: #fff;
	padding: 0;
	text-shadow: 0px 0px 10px #000, 0px 0px 10px #000;
	min-height: 450px;
	display: flex;
	align-items: center;
}

.page-id-39 .faq_ttl {
	font-size: 2.2rem;
	font-weight: 600;
	margin: 90px auto 10px;
}

.page-id-39 .faq_ttl:first-child {
	margin: 50px auto 10px;
}

.page-id-39 dl dt {
    background-color: #f0f0f0;
	border-top: 3px solid #002060;
	cursor: pointer;
	font-size: 1.8rem;
	margin-top: 10px;
	padding: 10px;
}

.page-id-39 dl dd {
    background-color: #f0f0f0;
	border-top: 1px dotted #999;
	display: none;
	margin-bottom: 30px;
	padding: 10px;
}

.page-id-39 dl dt span, .page-id-39 dl dd span {
	color: #002060;
	font-weight: 600;
	font-size: 2.6rem;
	padding-right: 15px;
}

.page-id-39 dl dd span {
	color: #c00;
}

@media screen and (max-width: 1024px) {
.page-id-39 .page-header {
	background-size: contain;
	min-height: 350px;
}

.page-id-39 .page-header__title {
	padding: 50px 0;
}
}

@media screen and (max-width: 900px) {
.page-id-39 .page-header {
	min-height: 250px;
}
}

@media screen and (max-width: 767px) {
.page-id-39 .page-header {
    background-image: url(img/header_faq_sp.jpg);
	background-position: center;
	background-size: cover;
}
}

/* お問い合わせ --------------------------------------*/
.page-id-41 .page-header__title, .page-id-682 .page-header__title, .page-id-722 .page-header__title {
	padding: 50px 0;
}

.page-id-41 .breadcrumbs {
	display: none;
}

.page-id-41 .contact_tel {
	background-color: rgba(0, 32, 96, 0.1);
	border: 1px solid rgba(0, 32, 96, 0.5);
	margin: 20px auto 50px;
	padding: 20px;
	text-align: center;
	width: 80%;
}

.page-id-41 .contact_tel p {
	margin: 0px;
}

.page-id-41 .contact_tel p:first-child {
	font-size: 2.4rem;
	margin: 0 auto 20px;
}

.page-id-41 .contact_tel p:nth-child(2) {
	font-size: 3.4rem;
	font-weight: bold;
}

.page-id-41 .contact_tel p:last-child {
	font-size: 1.8rem;
}

#contactform_wrap dl {
	display: flex;
	flex-wrap: wrap;
}

#contactform_wrap dl dt {
	background-color: #e0e0e0;
	border-bottom: 1px solid #fff;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 10px;
	width: 25%;
}

#contactform_wrap dl dt span.required {
	background-color: #f33;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	height: 27px;
	margin-right: 30px;
	padding: 0 10px;
}

#contactform_wrap dl dt span.any {
	background-color: #39f;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	height: 27px;
	margin-right: 30px;
	padding: 0 10px;
}

#contactform_wrap dl dd {
	background-color: #ffede4;
	border-bottom: 1px solid #fff;
	padding: 20px 10px;
	width: 75%;
}

#contactform_wrap dl dd input[type="text"], #contactform_wrap dl dd input[type="email"], #contactform_wrap dl dd textarea {
	width: 100%;
}

/*#contactform_wrap dl dd .text_number {
	width: 20% !important;
}*/

#contactform_wrap dl dd .form_date {
	width: 30% !important;
}

/*#contactform_wrap dl dd select.wpcf7-not-valid, #contactform_wrap dl dd input.wpcf7-not-valid {
	background-color: rgba(255,0,0,0.3);
}*/

#contactform_wrap #contact_submit {
	text-align: center;
}

#contactform_wrap #contact_submit input {
    color: #fff;
    background-color: #002060;
    border: 1px solid #00c24;
	border-radius: 10px;
	padding: 10px 20px;
}

#contactform_wrap #contact_submit input:hover {
    color: #fff;
    background-color: #375796;
}

.page-id-322 #contact_thanks .thanks_message, .page-id-722 #contact_thanks .thanks_message {
	background-color: rgba(0, 32, 96, 0.1);
	border: 1px solid rgba(0, 32, 96, 0.5);
	font-size: 2rem;
	margin: 20px auto 50px;
	padding: 20px;
	text-align: center;
	width: 80%;
}

.formbox {
	display: flex;
}

.formbox_inner {
	width: 20%;
}

.formbox_inner .number-1 select {
	width: 100%;
}

.mw_wp_form_confirm .form_hidden {
	display: none;
}

@media screen and (max-width: 1024px) {
.page-id-41 .contact_tel {
	margin: 10px auto 50px;
	padding: 10px;
	width: 100%;
}

.page-id-41 .contact_tel p:first-child {
	font-size: 2rem;
	margin: 0 auto 10px;
}

.page-id-41 .contact_tel p:nth-child(2) {
	font-size: 3rem;
}

#contactform_wrap dl dt {
	padding: 10px;
	width: 100%;
}

#contactform_wrap dl dd {
    padding: 20px 10px;
    width: 100%;
}

.page-id-322 #contact_thanks .thanks_message {
	font-size: 1.8rem;
	margin: 10px auto 30px;
	padding: 10px;
	width: 100%;
}
}

/* 技術研究所 --------------------------------------*/
.page-id-614 .page-header {
    background-image: url(img/header_tri.jpg);
	background-position: 50% top;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: none;
	color: #fff;
	padding: 0;
	text-shadow: 0px 0px 10px #000, 0px 0px 10px #000;
	min-height: 450px;
	display: flex;
	align-items: center;
}

.page-id-614 #tri_outlink {
	position: relative;
}

.page-id-614 #tri_outlink .btn {
	position: absolute;
	top: -200px;
	right: 0;
}

.page-id-614 #tri_outlink .btn-org {
	border: 3px solid #fff;
	box-shadow:0px 0px 10px 5px #fff;
}

.page-id-614 .tri_list {
	margin-bottom: 50px;
}

.page-id-614 .tri_list li {
	border-bottom: 1px solid #002060;
	padding: 10px 5px;
	margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
.page-id-614 .page-header {
	background-size: contain;
	min-height: 350px;
}

.page-id-614 .page-header__title {
	padding: 50px 0;
}
}

@media screen and (max-width: 900px) {
.page-id-614 .page-header {
	min-height: 250px;
}
}

@media screen and (max-width: 767px) {
.page-id-614 .page-header {
	background-position: center;
	background-size: cover;
}

.page-id-614 #tri_outlink .btn {
	font-size: 1.4rem;
	top: -170px;
}
}



