@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  background-color: #484848;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", "sans-serif";
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: #000;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a:link {
  text-decoration: none;
}
a {
  color: hsla(35, 100%, 50%, 1);
}
a:hover {
  color: hsla(35, 100%, 50%, 1);
  text-decoration: underline;
}
.movie-wrap {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*===============================================　
custom-style　CSS Document 
===============================================*/
.bg-dark-navi {
  background-color: hsla(0, 0%, 0%, 0.4);
}
/*===============================================
解像度x992px~ CSS (PC)
===============================================*/
@media screen and (min-width: 992px) {
  /*===============================================
共有
===============================================*/
  body {
    background-attachment: fixed;
    background-size: cover;
    background-image: url("../images/highway.jpg");
  }
  .top_m_140 {
    margin-top: 140px;
  }
  .top_m_160 {
    margin-top: 160px;
  }
  .bottom_m_65 {
    margin-bottom: 65px;
  }
  p {
    color: #ffffff;
    text-shadow: 1px 2px 2px #050505;
    line-height: 140%;
  }
  h1 {
    font-size: 2em;
    font-weight: bold;
    color: white;
    text-shadow: 1px 2px 2px #050505;
    margin-bottom: 10px;
  }
  h2 {
    font-size: 2em;
    font-weight: bold;
    color: white;
    text-shadow: 1px 2px 2px #050505;
  }
  .sub_page_title {
    text-align: center;
    margin-top: 0px;
    color: white;
    text-shadow: 1px 2px 2px #050505;
  }
  .pc_only {
    display: block;
  }
  .mobile_only {
    display: none;
  }
  /*===============================================
header グローバルナビ
===============================================*/
  header {
    margin: 0 auto;
    display: block;
    float: inherit;
    background-image: linear-gradient;
    height: 85px;
    margin-bottom: 130px;
    backdrop-filter: blur(5px); /*すりガラス用プロパティ*/
    -webkit-backdrop-filter: blur(10px); /*ベンダープレフィックス*/
    background: rgba(0, 0, 0, 0.15);
  }
  #open {
    display: none;
  } /** mobile **/ /** PC=display:none**/
  #cloce {
    display: none;
  } /** PC=display:none**/
  .mobail_logo {
    display: none;
  }
  .contact_mobile_img {
    display: none;
  }
  .title_position {
    position: absolute;
    top: 209px;
  }
  .title_contact_position {
    position: absolute;
    top: 107px;
  }
  /***** mobile ******/
  .index-page-bg {
    background-image: url(../images/paga-imag-index.jpg);
    background-size: cover;
  }
  .head_sp_tel {
    display: none;
  }
  /*===============================================
header 
===============================================*/
  .menu {
    width: 79%;
    float: left;
  }
  .menu ul {
    width: 100%;
    height: 85px;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
  .logomark-menu {
    width: 15%;
    height: auto;
    float: left;
    margin-right: 6%;
    margin-top: 6px;
  }
  .menu-icon {
    height: 53px;
    width: auto;
    filter: drop-shadow(0px 1px 3px #050505);
  }
  .menu-icon:hover {
    height: 51px;
    width: auto;
    opacity: 0.8;
    filter: drop-shadow(0px 1px 1px #050505);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  /*===============================================
   TOPページ
===============================================*/
  .icon_buttom_textbox {
    padding: 5px;
    font-size: 14px;
    margin: 20px 0px;
    text-align: left;
    background-color: hsla(0, 0%, 0%, 0.2);
  }
  .icon_buttom_textbox p {
    padding: 5px;
    font-size: 14px;
    margin: 20px 0px;
    text-align: left;
  }
  .page_title_index {
    font-size: 14px;
    color: white;
    text-shadow: 1px 2px 2px #050505;
    margin-bottom: 10px;
  }
  p.toppage-coment {
    line-height: 180%;
    background-color: hsla(0, 0%, 0%, 0.2);
    font-size: 0.97em;
    text-align: center;
  }
  .icon_buttom {
    width: 200px;
    height: auto;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  a .icon_buttom:hover {
    width: 185px;
    height: auto;
    margin-bottom: 18px;
  }
  .emai-tel-baner {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  a .emai-tel-baner:hover {
    width: 97%;
    height: auto;
    margin: 0% 1.5%;
  }
  .cdgs_icon {
    width: 70%;
    height: auto;
    margin: 40px 15% 100px;
  }
  .cdgs_font {
    color: white;
    font-weight: 900;
    font-size: 25px;
  }
  /*===============================================
footer
===============================================*/
  #wrap_footer {
    width: 100%;
    height: auto;
    background-color: #2e2d2d;
    float: left;
    background: url("../images/footer.jpg");
    background-repeat: repeat-y;
    background-size: 100% 210px;
  }
  footer {
    width: 980px;
    margin: 0 auto;
  }
  .footer_boxA {
    width: 300px;
    float: left;
    height: 180px;
  }
  .boxA_inner {
    margin-left: 20px;
    color: white;
    float: left;
    font-size: 14px;
    line-height: 141%;
  }
  .footer_logo {
    width: 155px;
    height: auto;
    margin-top: 40px;
    margin-right: 90px;
    margin-left: 20px;
    margin-bottom: 10px;
  }
  #footer_nav {
    margin-top: 50px;
    margin-right: 0px;
    margin-left: 90px;
    margin-bottom: 0px;
    float: left;
    width: 590px;
    height: 26px;
  }
  #footer_nav ul {
    list-style-type: none;
  }
  #footer_nav ul li {
    float: left;
    width: 140px;
    margin-bottom: 20px;
  }
  #footer_nav ul li a {
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
  }
  #footer_nav ul li a:hover {
    color: white;
    font-weight: bold;
    text-decoration: underline;
  }
  .copyright {
    width: 980px;
    margin: 0 auto 10px auto;
    text-align: right;
    color: #ffffff;
    clear: both;
    font-size: 12px;
    padding-bottom: 5px;
  }
  .icon-type-nav {
    margin-right: 10px;
  }
  #page-top {
    position: fixed;
    bottom: 10px;
    right: 1px;
    height: 180px;
    width: 50px;
    margin: 0px;
    float: right;
    text-decoration: none;
  }

  #page-top .contact_form_icon {
    width: 50px;
    height: auto;
  }
  /*===============================================
  保有車両・機械
===============================================*/
  .example-image {
    width: 100%;
    height: auto;
  }
  .machine_textbox {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0px 50px 0px;
    color: white;
    text-shadow: 1px 2px 2px #050505;
  }
  /*===============================================
   現場写真
===============================================*/
  .o_card-photo {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .o_card-textbox_top {
    color: white;
    font-size: 15px;
    width: 100%;
    padding: 20px 10px 1px 10px;
    margin-bottom: 16px;
    line-height: 140%;
  }
  .o_card-textbox {
    color: white;
    font-size: 15px;
    width: 100%;
    padding: 80px 10px 1px 10px;
    margin-bottom: 16px;
    line-height: 140%;
  }
  .o_card-title {
    font-size: 18px;
    font-weight: bold;
    color: white;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 10px;
  }
  .on-bg {
    background-color: hsla(0, 0%, 0%, 0.6);
    padding-bottom: 20px;
  }
  /*===============================================
 工事経歴
===============================================*/
  .works-history-textbox {
    background: hsla(0, 0%, 0%, 0.73);
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 30px;
  }
  .works-history-title {
    font-size: 20px;
    font-weight: bold;
    color: white;
    text-shadow: 1px 2px 2px #050505;
    padding: 17px 0px 14px 20px;
    border-bottom: 1px dotted hsla(0, 0%, 100%, 1);
    margin-bottom: 15px;
  }
  .works-history-day {
    font-size: 15px;
    color: white;
    text-shadow: 1px 2px 2px #050505;
    width: 34%;
    float: left;
    margin: 0px 0px 3px 3%;
  }
  .works-history-topics {
    font-size: 15px;
    color: white;
    text-shadow: 1px 2px 2px #050505;
    width: 63%;
    float: left;
    margin-bottom: 20px;
  }
  /*===============================================
  スタッフ
===============================================*/
  .staff-photo {
    width: 180px;
    height: auto;
  }
  .staff-name {
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin-bottom: 95px;
    color: white;
    text-shadow: 1px 2px 2px #050505;
  }
  .staff-comentbox {
    font-size: 15px;
    color: white;
    background: hsla(0, 0%, 0%, 0.7);
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    height: 240px;
    margin-bottom: 220px;
  }
  .staff-fontA {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  /*===============================================
   会社概要
===============================================*/
  .boss_photo {
    width: 100%;
    height: auto;
    margin: 0% 0% 5px 0%;
  }
  .boss_message {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 39px;
    text-align: center;
  }
  .boss_message_box {
    padding: 10px;
    background-color: hsla(0, 0%, 0%, 0.73);
    margin-bottom: 235px;
  }
  .boss_pro {
    border-bottom: dotted 1px hsla(0, 0%, 79%, 1);
    padding: 10px;
    color: white;
  }
  .outline {
    font-size: 29px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .outline {
    font-size: 29px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .outline_text_1 {
    float: right;
    clear: both;
  }
  .outline_text_2 {
    float: left;
    clear: both;
  }
  .outline_image {
    width: 30px;
    height: 30px;
  }
  .outline-space {
    margin-bottom: 64px;
  }
  #outline_bg_line {
    background-image: url("../images/outline_line.png");
    background-position: 50% top;
    background-repeat: repeat-y;
    display: block;
  }
  .comp_tablebox {
    width: 758px;
    height: auto;
    overflow: hidden;
    background: hsla(0, 0%, 0%, 0.73);
    border-radius: 17px;
    padding: 10px 20px 10px 20px;
    margin-top: 82px;
  }
  .under_line_dotted {
    /***  外枠  ***/
    border-bottom: 1px dotted hsla(0, 0%, 82%, 1);
    float: left;
    width: 100%;
  }
  .tablebox_PL {
    text-align: left;
    letter-spacing: 0;
    color: #ffffff;
    padding: 15px 10px;
    line-height: 140%;
  }
  .tablebox_PL-li {
    text-align: left;
    letter-spacing: 0;
    color: #ffffff;
    padding: 15px 10px;
    line-height: 140%;
  }
  .tablebox_PR {
    text-align: left;
    letter-spacing: 0;
    color: #ffffff;
    padding: 15px 10px;
    line-height: 140%;
  }
  .tablebox_P {
    text-align: left;
    letter-spacing: 0;
    color: #ffffff;
    padding: 15px 10px;
  }
  .tablebox_PS {
    letter-spacing: 0;
    color: #ffffff;
    padding: 15px 10px;
    line-height: 140%;
  }
  .tablebox_single_top {
    background: hsla(0, 0%, 100%, 0.75);
    color: black;
    text-align: left;
    padding: 5px;
    font-weight: bold;
    margin: 30px 0px 20px 0px;
    padding-left: 20px;
  }
  .tablebox_single {
    background: hsla(0, 0%, 100%, 0.75);
    color: black;
    text-align: left;
    padding: 5px;
    font-weight: bold;
    margin: 140px 0px 20px 0px;
    padding-left: 20px;
  }
  .H-rubi {
    height: 67px;
    padding-top: 28px;
  }
  .Hi-2th {
    height: 75px;
  }
  .outline-day-title-1 {
    float: right;
  }
  .outline-day-title-2 {
    float: left;
  }
  .boss_textbox_inner {
    padding: 5px;
    font-size: 14px;
    margin: 20px 0px;
    text-align: left;
  }
  .boss_textbox_proinner {
    padding: 5px;
    font-size: 14px;
    margin: 20px 0px;
    text-align: left;
    border-right: solid 1px hsla(0, 0%, 100%, 1);
    line-height: 150%;
  }
  .comp-textbox {
    color: white;
    font-size: 15px;
    width: 100%;
    padding: 20px 10px 1px 10px;
    margin-bottom: 16px;
    line-height: 140%;
  }
  .on-bg-comp {
    background-color: hsla(0, 0%, 0%, 0.6);
    padding-bottom: 20px;
  }
  /*===============================================
  不動産情報
===============================================*/
  #real_estate .title_box {
    margin: 0px 0px 140px 0px;
    text-align: center;
  }
  #real_estate .comp_tablebox {
    width: 100%;
    overflow: hidden;
    background: hsla(0, 0%, 0%, 0.73);
    border-radius: 17px;
    padding: 10px 20px 10px 20px;
    margin: 0px;
  }
  #real_estate .map_icon {
    height: 25px;
    float: right;
    margin: 5px -112px 0px 0px;
  }
  #real_estate .map_icon:hover {
    opacity: 0.8;
  }
  /*===============================================
  お問い合わせ
===============================================*/
  .contact-form-box {
    background: hsla(0, 0%, 0%, 0.73);
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 30px;
  }
  .label-name {
    margin: 10px 20px 0px 30px;
    float: left;
    color: white;
    width: 70px;
  }
  .form-input {
    width: 520px;
    margin-bottom: 5px;
  }
  .form-itembox {
    margin-bottom: 20px;
    float: left;
  }
  .sw-box {
    float: right;
    text-align: end;
    margin: 30px 90px 30px 0px;
  }
  .red {
    color: hsla(359, 100%, 50%, 1);
  }
  .contact-message {
    width: 100%;
    color: white;
    text-align: center;
    margin: 40px 0px 40px 0px;
  }
  .ms-form {
    float: left;
    margin-left: 25px;
    margin-top: 5px;
  }
  .textara-out {
    width: 520px;
    float: left;
    margin-bottom: 5px;
    background-color: #e9ecef;
    border-radius: 5px;
    padding: 10px;
  }
}
/*===============================================
instagram API 
===============================================*/
#instagram-api-field {
  .insta_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    img {
      max-width: 100%;
      height: auto;
    }
  }
  .insta_btn {
    text-align: center;
  }
  .instagram-link {
    display: inline-block;
    margin: 40px auto 0;
    padding: 1em 2em;
    color: #ffffff;
    background: #050505;
    border: 1px solid #050505;
    &:hover {
      color: #050505;
      background: #ffffff;
      text-decoration: none;
    }
  }
}
/*===============================================
解像度x~991px CSS (SP)
===============================================*/
@media screen and (max-width: 991px) {
  /*===============================================
共有
===============================================*/
  body {
    width: auto;
  }
  body:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-image: url("../images/highway_sp.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .top_m_140 {
    margin-top: 65px;
  }
  .top_m_160 {
    margin-top: 160px;
  }
  .bottom_m_65 {
    margin-bottom: 65px;
  }
  .icon_buttom {
    width: 200px;
    height: auto;
  }
  p {
    color: #ffffff;
    text-shadow: 1px 2px 2px #050505;
    line-height: 140%;
  }
  h1 {
    font-weight: bold;
    color: white;
    text-shadow: 1px 2px 2px #050505;
    font-size: 2em;
    margin-bottom: 10px;
  }
  h2 {
    font-weight: bold;
    color: white;
    text-shadow: 1px 2px 2px #050505;
    font-size: 2em;
  }
  .sub_page_title {
    text-align: center;
    margin-top: 0px;
    color: white;
    text-shadow: 1px 2px 2px #050505;
  }
  #page_frem {
    margin-top: 160px;
  }
  .pc_only {
    display: none;
  }
  .mobile_only {
    display: block;
  }
  .br::before {
    /*改行 */
    content: "\A";
    white-space: pre;
  }
  /*===============================================
header グローバルナビ
===============================================*/
  header {
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 65px;
    background-color: hsla(0, 0%, 12%, 1);
    background-image: -webkit-linear-gradient(270deg, rgba(70, 70, 70, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background-image: -moz-linear-gradient(270deg, rgba(70, 70, 70, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background-image: -o-linear-gradient(270deg, rgba(70, 70, 70, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background-image: linear-gradient(180deg, rgba(70, 70, 70, 1) 0%, rgba(0, 0, 0, 1) 100%);
  }
  .mobail_logo {
    display: none;
  }
  .contact_mobile_img {
    display: none;
  }
  .title_position {
    position: absolute;
    top: 209px;
  }
  .title_contact_position {
    position: absolute;
    top: 107px;
  }
  #open {
    display: block;
    /**  ボタンの装飾を解除 **/
    width: 50px;
    height: 40px;
    -webkit-appearance: none;
    border-radius: 0;
    top: 10px;
    right: 1%;
    position: absolute;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: white;
    font-size: 32px;
  }
  #cloce {
    display: none;
    /**  ボタンの装飾を解除 **/
    width: 50px;
    height: 40px;
    -webkit-appearance: none;
    border-radius: 0;
    top: 10px;
    right: 1%;
    position: absolute;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: white;
    font-size: 32px;
  }
  .logomark-menu {
    width: auto;
    height: 52px;
    float: left;
    margin-top: 10px;
    margin-left: 17px;
  }
  /***** mobile ******/
  .index-page-bg {
    background-image: url(../images/paga-imag-index.jpg);
    background-size: cover;
  }
  .head_sp_tel {
    width: auto;
    height: 37px;
    margin: 14px 13px 5px 36px;
  }
  /*===============================================
header 
===============================================*/
  .menu {
    width: 100%;
    height: auto;
    float: left;
    display: none;
    margin-top: -5px;
    background-color: hsla(0, 0%, 10%, 1);
    z-index: 1356;
    position: absolute;
    top: 70px;
  }
  .menu ul {
    list-style-type: none;
    padding: 0px;
    float: left;
    width: 100%;
  }
  .menu ul li {
    float: left;
    width: 100%;
    height: 40px;
    padding: 20px 0% 30px 5%;
    border-bottom: 1px dotted hsla(0, 0%, 40%, 1);
  }
  .menu ul li.active a {
    color: #ffffff;
  }
  .menu ul li a {
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    width: 100%;
    display: inline;
    font-weight: 700;
    text-shadow: 1px 1px 2px #294782;
  }
  .menu-icon {
    margin-right: 8px;
  }
  /*===============================================
   TOPページ
===============================================*/
  .icon_buttom {
    width: 80%;
    height: auto;
    margin: 0 10%;
  }

  .icon_buttom_textbox {
    font-size: 14px;
    margin: 20px 0px 30px 0px;
    text-align: left;
  }
  .page_title_index {
    font-size: 14px;
    color: white;
    text-shadow: 1px 2px 2px #050505;
    margin-bottom: 10px;
  }
  p.toppage-coment {
    line-height: 180%;
    background-color: hsla(0, 0%, 0%, 0.2);
  }
  .emai_contactBOX {
    display: none;
  }
  .cdgs_icon {
    width: 90%;
    height: auto;
    margin: 40px 5% 100px;
  }
  .cdgs_font {
    color: white;
    font-weight: 900;
    font-size: 1em;
  }

 /* instagram API  */
  #instagram-api-field {
    .insta_list {
      grid-template-columns: 1fr;
    }
  }
  
  /*===============================================
footer
===============================================*/
  #wrap_footer {
    width: 100%;
    height: auto;
    background-color: #2e2d2d;
    float: left;
    background: url("../images/footer.jpg");
    background-repeat: repeat-y;
    background-size: 100% 210px;
  }
  footer {
    width: 100%;
    margin: 0 auto;
  }
  .footer_boxA {
    width: 100%;
    float: left;
    height: auto;
    margin: 40px 0px 20px 0px;
  }
  .boxA_inner {
    color: white;
    float: left;
    width: 50%;
    font-size: 14px;
    margin-top: 15px;
    line-height: 145%;
  }
  .footer_logo {
    width: 40%;
    height: auto;
    margin: 0% 5%;
    float: left;
  }
  #footer_nav {
    display: none;
  }
  #footer_nav ul {
    list-style-type: none;
  }
  #footer_nav ul li {
    display: none;
  }
  #footer_nav ul li a {
    display: none;
  }
  #footer_nav ul li a:hover {
    display: none;
  }
  .copyright {
    width: 100%;
    margin: 0 auto 10px auto;
    text-align: center;
    color: #ffffff;
    clear: both;
    font-size: 12px;
    padding-bottom: 5px;
  }
  .icon-type-nav {
    margin-right: 10px;
  }
  #page-top {
    position: fixed;
    bottom: 10px;
    right: 1px;
    height: auto;
    width: 40px;
    margin: 0px;
    float: right;
    text-decoration: none;
  }
  #page-top .contact_form_icon {
    width: 40px;
    height: auto;
  }
  /*===============================================
  保有車両・機械
===============================================*/
  .example-image {
    width: 100%;
    height: auto;
  }
  .machine_textbox {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0px 50px 0px;
    color: white;
    text-shadow: 1px 2px 2px #050505;
  }
  /*===============================================
   現場写真
===============================================*/
  .o_card-photo {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .o_card-textbox {
    color: white;
    font-size: 15px;
    width: 100%;
    padding: 80px 10px 2px 10px;
    margin-bottom: 10px;
    line-height: 140%;
  }
  .o_card-title {
    font-size: 18px;
    font-weight: bold;
    color: white;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 10px;
  }
  /*===============================================
 工事経歴
===============================================*/
  .works-history-textbox {
    background: hsla(0, 0%, 0%, 0.73);
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 30px;
  }
  .works-history-title {
    font-size: 20px;
    font-weight: bold;
    color: white;
    text-shadow: 1px 2px 2px #050505;
    padding: 17px 0px 14px 20px;
    border-bottom: 1px dotted hsla(0, 0%, 100%, 1);
    margin-bottom: 15px;
  }
  .works-history-day {
    font-size: 15px;
    color: white;
    text-shadow: 1px 2px 2px #050505;
    width: 95%;
    float: left;
    margin: 0px 2.5% 2px 2.5%;
  }
  .works-history-topics {
    font-size: 15px;
    color: white;
    text-shadow: 1px 2px 2px #050505;
    width: 95%;
    float: left;
    margin: 0% 2.5% 30px 2.5%;
  }
  /*===============================================
  スタッフ
===============================================*/
  .staff-photo {
    width: 90%;
    height: auto;
    margin: 0 5%;
  }
  .staff-name {
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin: 10px 0px 20px 0px;
    color: white;
    text-shadow: 1px 2px 2px #050505;
  }
  .staff-comentbox {
    font-size: 15px;
    color: white;
    background: hsla(0, 0%, 0%, 0.7);
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    height: auto;
    margin-bottom: 35px;
  }
  .staff-fontA {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  /*===============================================
   会社概要
===============================================*/
  .boss_photo {
    width: 90%;
    height: auto;
    margin: 0% 5% 5px 5%;
  }
  .boss_message {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 50px;
  }
  .boss_message_box {
    padding: 10px;
    background-color: hsla(0, 0%, 0%, 0.73);
    border-radius: 10px;
    margin-bottom: 235px;
    width: 90%;
    margin: 0% 5% 100px;
  }
  .boss_pro {
    border-bottom: dotted 1px hsla(0, 0%, 79%, 1);
    padding: 10px;
    color: white;
  }
  .outline {
    font-size: 25px;
    font-weight: bold;
  }
  .outline_text {
    float: left;
  }
  .outline_image {
    width: 60px;
    height: 60px;
    display: none;
  }
  .outline-space {
    margin-bottom: 115px;
  }
  #outline_bg_line {
    background-image: url("../images/outline_line.png");
    background-position: 12px top;
    background-repeat: repeat-y;
    display: block;
  }
  .comp_tablebox {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: hsla(0, 0%, 0%, 0.73);
    border-radius: 17px;
    padding: 2% 2.5% 2% 2.5%;
    margin-top: 82px;
  }
  .tablebox_PL {
    text-align: left;
    letter-spacing: 0;
    color: #ffffff;
    padding: 15px 10px 0px 10px;
  }
  .tablebox_PL-li {
    text-align: left;
    letter-spacing: 0;
    color: #ffffff;
    padding: 10px;
    border-bottom: 1px dotted hsla(0, 0%, 82%, 1);
    line-height: 182%;
    font-size: 14px;
  }
  .tablebox_PR {
    text-align: left;
    letter-spacing: 0;
    color: #ffffff;
    padding: 10px;
    border-bottom: 1px dotted hsla(0, 0%, 82%, 1);
    line-height: 182%;
    font-size: 14px;
  }
  .tablebox_P {
    text-align: left;
    letter-spacing: 0;
    color: #ffffff;
    padding: 15px 10px;
    font-size: 14px;
  }
  .tablebox_PS {
    letter-spacing: 0;
    color: #ffffff;
    padding: 15px 10px;
    line-height: 120%;
  }
  .ss-font {
    font-size: 0.9em;
  }
  .outline-day-title-1 {
    display: flex;
  }
  .outline-day-title-2 {
    display: flex;
  }
  .outline_text_1 {
    padding-left: 9%;
  }
  .outline_text_2 {
    padding-left: 9%;
  }
  .tablebox_single_top {
    background: hsla(0, 0%, 100%, 0.75);
    color: black;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    margin: 20px 0px 20px 0px;
  }
  .tablebox_single {
    background: hsla(0, 0%, 100%, 0.75);
    color: black;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    margin: 60px 0px 20px 0px;
  }
  .on-bg-comp {
    background-color: hsla(0, 0%, 0%, 0.6);
    padding-bottom: 20px;
    padding-top: 20px;
    border-radius: 20px;
    width: 97%;
    margin: 0% 1.5%;
  }
  /*===============================================
  不動産情報
===============================================*/
  #real_estate {
    margin: 160px 0px 0px 0px;
  }
  #real_estate .title_box {
    margin: 0px 0px 65px 0px;
    text-align: center;
  }
  #real_estate .comp_tablebox {
    width: 100%;
    overflow: hidden;
    background: hsla(0, 0%, 0%, 0.73);
    border-radius: 17px;
    padding: 10px 20px 10px 20px;
    margin: 20px 0px 50px;
  }
  #real_estate .map_icon {
    height: 25px;
    float: right;
    margin: 5px -100px 0px 0px;
  }
  #real_estate .map_icon:hover {
    opacity: 0.8;
  }
  /*===============================================
  お問い合わせ
===============================================*/
  .contact-form-box {
    background: hsla(0, 0%, 0%, 0.73);
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 30px;
  }
  .label-name {
    margin: 10px 0% 14px 5%;
    float: left;
    color: white;
    width: 95%;
  }
  .form-input {
    width: 100%;
    float: left;
    margin-bottom: 5px;
  }
  .form-itembox {
    margin-bottom: 20px;
    float: left;
    width: 100%;
  }
  .sw-box {
    float: right;
    text-align: end;
    margin: 30px 90px 30px 0px;
  }
  .red {
    color: hsla(359, 100%, 50%, 1);
  }
  .contact-message {
    width: 90%;
    color: white;
    text-align: center;
    margin: 40px 5% 40px 5%;
  }
  .ms-form {
    float: left;
    width: 90%;
    margin: 0% 5%;
  }
  .textara-out {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    background-color: #e9ecef;
    border-radius: 5px;
    padding: 10px;
  }
}
