@charset "utf-8";

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 12px;
}

/*ヘッダ
---------------------------------------------------------------------------*/
header:not(.entry-header):not(.page-header) {
	height:auto;
}
header:not(.entry-header):not(.page-header) div {
	width: 100%;
	text-align:center;
}
header:not(.entry-header):not(.page-header) #logo {
	margin:0 auto;
}

/*ページヘッダ
---------------------------------------------------------------------------*/
#page_header {
	background-position: center center;
	background-size:100%;
	background-repeat:no-repeat;
}
#page_header img:not(#scroll) {
	width:100%;
}
#page_header_title {
	position: static;
	height:auto !important;
	width:100%;
	margin-top:9% !important;
	margin-bottom:10% !important;
}
#page_header_title .title1 {
	height:20px !important;
	font-size:20px !important;
}
#page_header_title .title2 {
	height:30px !important;
	font-size:30px !important;
}
.contents2 {
	max-width:100%;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
h2 {
	overflow:hidden;
}
h2 img {
	width:150%;
	overflow:hidden;
}

section {
	width:99%;
	margin:0 auto;
}
section .inner {
	width:100%;
}
section .inner2 {
	width:100%;
	display: block
}
section .title {
	height:80px;
}

/*メインメニュー
---------------------------------------------------------------------------*/
#menubar-s {
	overflow: hidden;
	margin: 0 auto;
	display:table;
	border-collapse:collapse;
	width: 95%;
	top:35px;
	margin-left:3%;
	position:fixed;
	background-color:#000;
	background: rgba(0,0,0,0.8);
	color:#fff;
	z-index:10;
	font-size:16px;
}
#menubar-s li {
	display:table-cell;
	border: solid 1px black;
	border-style:none;
	width:100%;
	float:left;
	text-align:center;
	margin-bottom:10px;
}
#menubar-s a {
	color:#fff;
	text-decoration:none;
}
#menubar-s a:visited {
	color:#fff;
}
#menubar {
	display: none;
}
#menubar_hdr {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
}
#menubar_hdr div {
	float:left;
}
#menubar_hdr:hover {
	cursor:pointer;
}
#menubar_hdr .title {
	position:absolute;
	top:0px;
	left:40px;
	font-size:18px;
}
#close {
	width:100%;
	text-align:right;
	right:100px;
	margin-bottom:10px;
}
#close img {
	vertical-align:middle;
}
#close:hover {
	cursor:pointer;
}
section p {
	font-size: 12px;
}

/*ページヘッダ
---------------------------------------------------------------------------*/
#page_header_back {
	width:100%;
	min-width:100%;
}
#page_header h2 {
	height: auto;
	font-size: 24px;
	line-height: 100%;
}
#page_header h3 {
	height: auto;
	font-size: 16px;
	margin-top: 5px;
	line-height: 100%;
}
#message img {
	width:95%;
}
#message .body {
	width:90% !important;
	padding:10px;
	margin-top: 0px !important;
}
#message h3 {
	font-size:20px;
}
#message p {
	margin:0 auto;
	margin-top:10px;
	line-height:160%;
	font-size:13px;
}
#page_menu {
	font-size:14px;
	padding-top:5px;
}
#page_menu div {
	height:auto;
	padding: 5px 0px;
}
#page_menu li {
	display: block !important;
	margin:0 auto !important;
	margin-bottom:2px !important;
}
#page_menu li.separator {
	display:none !important;
}

/*フッタ
---------------------------------------------------------------------------*/
footer {
	height:auto;
	background-size:100%;
}
footer .footer_inner {
	width:100%;
}
footer #footer1 {
	width:100%;
}
footer .footer_menu {
	width:95%;
	margin-top:10px;
	padding-left:10px;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	right:10px;
}
#pagetop img {
	height:50px;
}

/*その他
---------------------------------------------------------------------------*/
.pc {
	display:none;
}
.sp {
	display:block;
}
.pc2 {
	display:none;
}
.sp2 {
	display:inline;
}

.line {
	width:100%;
}

.input {
	max-width:95%;
	margin-left:5px;
}
section#form .inner2 {
	width:100%;
}


/*トップ
---------------------------------------------------------------------------*/
#top #page_header {
	height:200px;
	width:100%;
	position: relative;
	overflow: hidden;
}
#top #page_header_title {
	width:80%;
	height:auto;
	margin-top:10%;
}
#top #page_header_title img {
	margin-top:10%;
}
#top #page_header div:not(.bx-pager-item) {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
#top #page_header img:not(#scroll) {
	width: 100%;
}
#top .bx-wrapper .bx-pager {
	display:none;
}
#scroll {
	display:none;
}
#top a.button_link {
	width:95%;
}
#top #service .inner {
	width:100%;
}
#top section#profile {
	background:url();
	height:auto;
}
#top section#profile .inner2 {
	margin-top:-50px;
}
#top #profile p {
	text-align:left;
	font-size:14px;
	padding:0px 10px;
	line-height:170%;
}
#top #profile .button_link {
	margin-top:10px;
	width:95%;
}

#top #movie iframe {
	width:100%;
	height:auto;
}

#top #service {
	height:auto;
}
#top .service {
	height:auto;
	width:100%;
}
#top #service .inner {
	width:100%;
}
#top .service div {
	width:95%;
	margin-bottom:20px;
}
#top .service_img {
	width:100%;
}
#top .service h3 {
	height:auto;
	margin-top:10px;
	font-size:24px;
	line-height:130%;
}
#top .service p {
	height:auto;
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
	font-size:14px;
	line-height:150%;
}

#top section#recruitment p {
	font-size:16px;
	line-height:150%;
	text-align:left;
	padding:0px 10px;
}
#top #recruitment_margin {
	height:0px;
}
#top #recruitment_top {
	background:url();
	height:auto;
}
#top #recruitment_top p {
	text-align:left;
}
#top section#recruitment #recruitment_body .block {
	display:block;
	width:100%;
	height:auto;
	margin-top:20px;
	margin-bottom:30px;
}
#top section#recruitment #recruitment_body .block p {
	margin-top:5px;
	margin-bottom:5px;
	font-size:14px;
}
#top section#recruitment #recruitment_body #entry {
	width:95%;
}
#top section#recruitment #recruitment_body #entry img {
	width:100%;
}
#top section#recruitment #recruitment_body #entry .caption {
	font-size:20px;
	top:2%;
	left:10%;
}

#top section#news {
	height:auto;
	font-size:14px;
	margin-top:30px;
}
#top section#news dl div {
	height:auto;
	width:87%;
	margin-left:20px;
}
#top section#news dt {
	display:block;
	text-align:left;
	margin-top:0px;
	width:100%;
}
#top section#news dd {
	display:block;
	margin-top:0px;
	width:100%;
}
#top section#news #more_news {
	margin-right:10px;
}

#top section#banner {
	height:auto;
	margin-bottom:50px;
}
#top section#banner .inner2 div {
	margin-top:30px;
}
#top section#banner img {
	width:47%;
	margin-left:2px;
}
#top section#banner img:not(.first) {
	margin-left:2px;
}

/*事業内容
---------------------------------------------------------------------------*/
.service_items {
	padding-bottom: 20px;
}
.service_items .inner2 {
	width:100%;
}
.service_items .photo {
	max-width:95%;
	float:none;
}
.service_items .block {
	position: static;
	padding: 20px 0px;
	height: auto;
	min-height: auto;
}
.service_items .text {
	height: auto;
	width: 90%;
	position: static;
	padding: 15px;
	margin:0 auto;
}
.service_items .text p {
	margin-top: 0px;
	font-size: 12px;
}
.service_items .block2 .photo {
	float:none;
}
#service_other {
	margin-top: 20px;
	padding-bottom: 20px;
}
#service_other table {
	margin:0 auto;
	margin-top: 20px;
	width:98%;
}
#service_other th {
	display:block;
	width: 99.5%;
	color: #fff;
	font-size: 14px;
	border-bottom-style:none;
}
#service_other td {
	display:block;
	width: 100%;
	font-size: 12px;
	padding: 5px 0px;
}
#service_other td div {
	margin:10px;
}

#service_footer {
	margin-bottom: 50px;
}
#service_footer .inner2 {
	margin-top: 10px;
	margin-bottom: 10px;
}
#service_footer h4 {
	margin-bottom: 10px;
}
#service_footer .inner2 div {
	display: block;
	width: 47%;
	margin-left:2%;
	margin-bottom:10px;
}
#service_footer td {
	font-size: 9px;
	height: 20px;
	padding-left:5px;
}
#service_footer th {
	font-size: 14px;
	height: 25px;
	padding-left: 10px;
}
#service_footer td.arrow {
}

#main #sub_menu {
	height: 180px;
}
#main #sub_menu ul {
	width:97%;
	margin-left:3%;
}
#main #sub_menu li {
	width:45%;
	height:22px;
	padding:5px 0px;
	float:left;
	margin-bottom:3px;
}
#main #sub_menu li.first {
	margin-left:5px;
}
#main .service_items {
	padding-top: 20px;
}

#main .block .service_photo {
	width: 95%;
	margin:0 auto !important;
	float: none !important;
}
#main .service_photo_slider {
	max-width: 100%;
	width:100%;
	height:auto;
}
#main .service_photo_slider img {
	height:auto;
}
#main .service_items .block1 .text {
	margin-right:auto;
}
#main .service_items .block2 .service_photo {
	float:none;
	margin-left:auto;
}
#main .service_items .pager {
	width: 100%;
	margin: 0 auto !important;
	margin-top: 5px !important;
}
#main .service_items .pager img {
	width: 30.5%;
	height: auto;
}
#main .block:not(.first) {
	margin-top: 50px;
}

/*建築事業
---------------------------------------------------------------------------*/
#architecture #page_header {
	background-image:url(../images/architecture/page_header_back.jpg);
}

/*土木事業
---------------------------------------------------------------------------*/
#civil #page_header {
	background-image:url(../images/civil/page_header_back.jpg);
}

/*港湾事業
---------------------------------------------------------------------------*/
#harbor #page_header {
	background-image:url(../images/harbor/page_header_back.jpg);
}
#harbor .ship .block {
	margin-bottom: 40px;
}
#harbor .ship img {
	width:95%;
	margin:0 auto !important;
	float:none !important;
}
#harbor .type {
	margin-bottom:50px;
}
#harbor .type .block {
	display: block;
	float: none;
	width: 90%;
	height: auto;
	margin:0 auto !important;
	margin-bottom:5px !important;
	padding:10px;
}
#harbor .type .block p {
	margin-top: 5px;
}
#harbor #service_other {
	margin-top: 0px;
}

/*住宅事業
---------------------------------------------------------------------------*/
#house #page_header {
	background-image:url(../images/house/page_header_back.jpg);
}
#house section .inner {
	width:100%;
}
#house #message h3 {
	font-size: 20px;
}
#house section .inner p {
	text-align: left;
	padding:5px;
}
#house section .inner img {
	float: none;
	width:95%;
	margin:0 auto;
	margin-bottom:2px;
}
#house .houses .block .text {
	height: auto;
	width: 90%;
	position: static;
	padding: 15px;
	margin:0 auto !important;
}
#house .houses .text .catchcopy {
	margin-bottom: 5px;
}
#house .houses .text h4 {
	margin-bottom: 0px;
}
#house .houses .block .house_photo {
	width: 95%;
	margin:0 auto !important;
	float: none !important;
}
#house .houses .house_photo_slider {
	max-width: 100%;
	width:100%;
	height:auto;
}
#house .houses .house_photo_slider img {
	height:auto;
}
#house .houses .pager {
	width: 100%;
	margin: 0 auto !important;
	margin-top: 5px !important;
}
#house .houses .pager img {
	width: 30.5%;
	height: auto;
}
#house .houses .block:not(.first) {
	margin-top: 50px;
}
section .title .ja {
	font-size: 24px;
	margin-top: 20px;
}

/*企業情報
---------------------------------------------------------------------------*/
#corporate #page_header {
	background-image:url(../images/page_header_back2.jpg);
	background-size:250%;
}
#corporate #message .body {
	margin-top:auto !important;
}
#corporate #message p {
	margin-top: 5px;
	line-height: 150%;
}
#corporate .body {
	width: 95%;
}
#SDGs .body {
    padding: 10px;
}
#SDGs table {
    width: 100%;
    margin: 40px auto;
	
}
#SDGs h4 {
	margin: 20px auto 0;
	font-size: 15px;
	text-align: center;
}
#SDGs table tr {
    display: flex;
    flex-direction: column;
}
#SDGs ul {
	list-style: circle;
	width: 280px;
	text-align: left;
	margin: 10px auto;
	font-size: 15px;
}
#SDGs table th {
    padding-bottom: 0px;
}
p.sdgs_memo img {
	display: block;
	margin: 10px auto;
}
#corporate #policy ul {
	font-size: 14px;
}
#corporate #overview {
	font-size: 12px;
}
#corporate #overview .items .blank {
	width: 0px;
}
#corporate #overview .items .name {
	width:70px;
	padding: 3px;
}
#corporate #overview .items .value {
	width: auto;
	padding: 3px;
	font-weight:normal;
}
#corporate #overview .items .value div {
	padding-left: 5px;
}
#corporate .point {
	font-size: 14px;
}
#corporate .point .block {
	display: block;
	width: 95%;
	height: auto;
	margin-left: 0px !important;
	margin-bottom: 5px;
	padding: 5px;
}
#corporate .point .address {
	font-size: 14px;
}
#corporate .point .tel {
	font-size: 14px;
}
#corporate #history {
	font-size: 12px;
}
#corporate #history .items .blank {
	width: 0px;
}
#corporate #history .items .date {
	width: 80px;
	padding: 3px;
}
#corporate #history .items .description {
	width: auto;
	padding: 3px;
}
#corporate #history .items .description div {
	padding-left: 5px;
}
#corporate #banner .inner2 {
	width:100%;
}
#banner .block {
	display: block;
	width:95%;
	margin:0 auto !important;
	margin-bottom:10px !important;
	text-align:center;
}


/*プライバシーポリシー
---------------------------------------------------------------------------*/
#policy #page_header {
	background-image:url(../images/page_header_back.jpg);
	background-size:230%;
}
#policy #top_message {
	margin: 0px;
	padding-top:10px;
}
#policy h4 {
	font-size:18px;
}


/*採用情報
---------------------------------------------------------------------------*/
#recruitment #page_header {
	background-image:url(../images/recruitment/page_header_back.jpg);
	background-size:230%;
}
body#recruitment #interview .inner2 {
	width:100%;
}

body#recruitment .requirements .inner2 {
	width:100%;
}
body#recruitment #interview .body {
	background-size:100%;
	position: static;
	padding-top: 40px;
	height: auto;
}
body#recruitment #interview .body p {
	font-size: 20px;
	margin-left: 20px;
	margin-bottom:5px;
}
body#recruitment #interview .body p#interview_top {
	margin-bottom:50px;
}
body#recruitment #profile {
	position: static;
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
body#recruitment #profile div {
	margin:5px;
}
body#recruitment .name {
	font-size: 20px;
}
body#recruitment .message {
	position:static;
	width:100%;
	padding:0px;
}
body#recruitment .message div {
	margin-top:10px;
}
body#recruitment .message p {
	font-size: 12px !important;
	margin: 0px;
}
body#recruitment #interview1,
body#recruitment #interview2 {
	height: auto;
	margin-left: 0px;
}
body#recruitment #interview1 p,
body#recruitment #interview2 p {
	font-size: 12px !important;
	line-height: 150%;
	margin-top: 5px;
	margin-bottom: 10px;
}
body#recruitment #interview1_img,
body#recruitment #interview2_img {
	position: static;
	width:100%;
}
body#recruitment section .title {
	min-height: 80px;
	height: auto;
	margin-bottom:10px;
}
#mynavi {
	position: static;
}

body#recruitment .requirements th {
	display:block;
	width: 99%;
	padding: 3px;
	font-size: 14px;
}
body#recruitment .requirements td {
	display:block;
	width: 99%;
	padding: 3px;
	font-size: 12px;
}
body#recruitment .requirements td.post {
	font-size: 14px;
	width: 99%;
}
section#form th {
	display:block;
	width: 99%;
	padding: 3px;
	font-size: 14px;
}
section#form td {
	display:block;
	width: 99%;
	padding: 3px;
	font-size: 12px;
}
section#form td {
	border-top-style:none !important;
	margin-bottom:10px;
}
section#form td div:not(.error) {
	border-left-style:none;
	padding: 2px;
}
section#form td input[type="text"], section#form td select {
	height: 25px;
}
section#form .input_text {
	max-width:260px;
}
section#form td span {
	display:block;
	font-size: 12px;
	margin-left: 5px;
}
section#form .policy {
	padding: 5px 0px;
}
section#form .policy input {
	margin: 10px 0px;
}
.form_control {
	margin-top: 10px;
	margin-bottom: 10px;
}
.form_control img:not(#back) {
	width:80%;
}
.form_control img#back {
	margin-bottom:10px;
	margin-right:0px;
}


/*お問い合わせ
---------------------------------------------------------------------------*/
#contact #page_header {
	background-image:url(../images/contact/page_header_back.jpg);
	background-size:230%;
}
#contact .message {
	padding-top: 35px;
	font-size: 12px;
}

section#tel_fax .title .ja {
	font-size: 20px;
}
#contact section#tel_fax .body {
	padding: 20px;
}
#contact section#tel_fax .base {
	display: block;
	padding-right: 0px;
	width:100%;
}
#contact section#tel_fax img {
	width:50px;
}
#contact section#tel_fax .tel {
	font-size: 24px;
}
#contact section#tel_fax .base:not(.first) {
	border-left-style:none;
	padding-left: 0px;
	padding-right: 0px;
	margin-top:10px;
}


/*お知らせ
---------------------------------------------------------------------------*/
body#news #page_header {
	background-image: url(../images/contact/page_header_back.jpg);
	background-size: 230%;
}
body#news #content {
	width: 100%;
}
body#news #primary {
	width: 100%;
	float:none;
}
body#news #secondary {
	width: 100%;
	float:none;
}
body#news #main article {
	margin-top:10px;
	padding:15px;
}
body#news h1.entry-title {
	font-size:16px;
}
body#news h2.entry-title {
	font-size:16px;
	padding:5px 0px;
}
body#news .entry-meta {
	font-size:12px;
	padding:5px 0px;
}
body#news .entry-content {
	font-size:14px;
}
body#news .comment-navigation .nav-previous,
body#news  .posts-navigation .nav-previous,
body#news  .post-navigation .nav-previous {
	width:45%;
}

/* 250401 花岡追加 */


#download #page_header {
	background-image:url(../images/download/page_header_back.jpg);
	background-size: cover;
}
#contents {
    padding-top: 1px;
}

.r_contnent{
  text-align:right;
}

.r_contnent p{
  display:inline-block;
  text-align: left;
}