@charset "UTF-8";
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
  color: #C40315;
  text-decoration: none;
}
a:hover {
  color: #bb2d3b;
}

#logo_text {
  margin: 0.5rem 0;
  font-size: 17px;
}
#logo_text a {
  color: #000;
  text-decoration: none;
}

#logoimage {
  margin: 5px 0;
}
#logoimage img {
  max-width: 200px;
}

.btn-danger {
  background-color: #C40315;
}

header {
  width: 100%;
  height: 150px;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
header .navbar {
  padding-bottom: 1.5rem;
}
header .nav-item {
  border-left: 1px solid #ccc;
  width: 20%;
}
header .nav-item .nav-link {
  color: #000;
  padding: 0.5rem 0;
}
header .navbar-light .navbar-nav .nav-link {
  color: #000;
}
header .dropdown-menu {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}
header .dropdown-menu a {
  border-bottom: 1px solid #ccc;
  padding: 0.5rem 1rem;
}
header .dropdown-menu a:last-of-type {
  border-bottom: none;
}
header .nav-item:last-of-type {
  border-right: 1px solid #ccc;
}
header .nav-item a:hover, header header .nav-item a.active {
  background-color: #f1f1f1;
}
header #tel_info {
  margin: 0.5rem 0;
}
header #tel_info a {
  color: #000;
}
header #tel_info p:first-child {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  margin: 0 0 0.2rem;
  text-align: center;
}
header #tel_info .telno {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.7rem;
  margin-bottom: 0;
}

#main {
  margin-top: 150px;
}

.sm-only {
  display: none;
}

@media only screen and (max-width: 991px) {
  /*navbar-togglerの設定*/
  .sm-only {
    display: block;
  }
  .sm-only #logo_text, .sm-only #logoimage {
    margin: 0;
  }
  .sm-only #logoimage img {
    max-width: 160px;
  }
  .pc_only {
    display: none;
  }
  header {
    height: 90px;
  }
  header .nav-item {
    border-left: none;
    border-bottom: #ccc 1px solid;
    width: 100%;
    background-color: #fff;
  }
  header .nav-item:last-of-type {
    border-right: none;
  }
  #main {
    margin-top: 90px;
  }
}
@media screen and (max-width: 399px) {
  header #tel_info {
    display: none;
  }
}
.btn i {
  margin-right: 10px;
}

.heading01 {
  position: relative;
  font-size: 16px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 5px solid #c4767e;
  color: #666;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
.heading01::before {
  content: attr(data-en);
  display: block;
  font-size: 30px;
  padding-bottom: 5px;
  color: #333;
}
.heading01::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 5px;
  background-color: #C40315;
}

#page_header {
  padding: 30px 0;
  margin-bottom: 30px;
  background: -moz-linear-gradient(left, rgb(196, 3, 21) 0%, rgb(196, 3, 21) 80%, rgba(196, 3, 21, 0.7) 100%);
  background: -webkit-linear-gradient(left, rgb(196, 3, 21) 0%, rgb(196, 3, 21) 80%, rgba(196, 3, 21, 0.7) 100%);
  background: linear-gradient(to right, rgb(196, 3, 21) 0%, rgb(196, 3, 21) 60%, rgba(196, 3, 21, 0.2) 100%), url(/images/bg_header.jpg);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c40315", endColorstr="#b3c40315",GradientType=1 );
  background-repeat: no-repeat;
  background-position: right center;
}
#page_header h1 {
  font-size: 2rem;
  color: #fff;
  -moz-text-shadow: 1px 1px 3px rgba(89, 23, 23, 0.8);
  -webkit-text-shadow: 1px 1px 3px rgba(89, 23, 23, 0.8);
  -ms-text-shadow: 1px 1px 3px rgba(89, 23, 23, 0.8);
  text-shadow: 1px 1px 3px rgba(89, 23, 23, 0.8);
}

@media only screen and (max-width: 599px) {
  #page_header {
    background-color: #C40315;
    background-image: none;
  }
}
@media only screen and (min-width: 1501px) {
  #page_header {
    background-color: #C40315;
    background-image: none;
  }
}
#breadcrumb .breadcrumb {
  margin-bottom: 30px;
  background-color: none;
}

#content { /*本文用*/ }
#content h2 {
  padding: 0.4em 0.5em;
  color: #494949;
  background: #f4f4f4;
  border-left: solid 5px #C40315;
  border-bottom: solid 3px #d7d7d7;
  font-size: 1.8rem;
  margin-bottom: 30px;
}
#content section {
  margin-bottom: 40px;
}

/* --会社概要-- */
.company_info dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin-bottom: 60px;
}

.company_info dt:first-of-type, .company_info dd:first-of-type {
  border-top: 1px solid #ccc;
}

.company_info dt {
  flex-basis: 15%;
  padding: 20px;
  background-color: #f1f1f1;
  border-bottom: 1px solid #ccc;
}

.company_info dd {
  flex-basis: 85%;
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
}

@media screen and (max-width: 559px) {
  .company_info dl {
    flex-flow: column;
  }
}
/*お問い合わせ*/
#contact h3 br {
  display: none;
}
@media screen and (max-width: 899px) {
  #contact h3 br {
    display: block;
    font-size: 14px;
  }
}
#contact .btn_mail {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 15px 0;
}

.contact_tel {
  text-align: center;
  padding: 20px;
  margin: 40px auto 30px;
  border: 1px solid #B0C4DE;
  width: 100%;
  max-width: 900px;
}
.contact_tel h3 {
  font-size: 1.2rem;
  margin-bottom: 0;
}
.contact_tel .telno {
  font-size: 2rem;
  margin-bottom: 0;
}

/*サービス*/
ol.chart {
  list-style: none;
  padding: 0 10px 15px 10px;
  margin: 15px auto;
  width: 100%;
  max-width: 800px;
  font-size: 1.2rem;
}
ol.chart li {
  position: relative;
  padding: 10px 20px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  text-align: center;
  color: #fff;
}
ol.chart li:not(:last-child) {
  margin-bottom: 40px;
}
ol.chart li:not(:last-child):after {
  content: "\f063";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 50%;
  bottom: -35px;
  transform: translate(-50%, 0);
  display: block;
  text-align: center;
  color: #0a0a0a;
}
ol.chart li:nth-of-type(-n+3) {
  background-color: rgb(255, 89, 0);
}
ol.chart li:nth-of-type(n+4):nth-child(-n+9) {
  background-color: rgb(23, 126, 186);
}
ol.chart li:nth-of-type(7) {
  font-size: 2rem;
}
ol.chart li:nth-of-type(7):after {
  font-size: 1.2rem;
}
ol.chart li:last-of-type {
  background-color: none;
  padding: 0;
  border: none;
}
ol.chart li:last-of-type .row {
  margin: 0 auto;
}
ol.chart li:last-of-type div > div {
  background-color: rgb(255, 110, 110);
  padding: 10px 20px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
}

#cad dl dt {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

table#equipment th {
  white-space: nowrap;
}

@media screen and (max-width: 576px) {
  ol.chart {
    font-size: 1rem;
  }
}
/*サンプル*/
.sample_link .tabLink {
  font-size: 1.4rem;
  font-weight: 600;
  height: 80px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.sample_link .tabLink i {
  margin-right: 10px;
  margin-top: 1px;
}
.sample_link .tabLink a {
  border: 5px solid #dbdbdb;
  display: block;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.sample_link .tabLink a:hover {
  background-color: #C40315;
  color: #fff;
  border: none;
}
.sample_link .tabLink p {
  background-color: #C40315;
  color: #fff;
  width: 100%;
  height: 80px;
  margin: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

@media only screen and (max-width: 599px) {
  .sample_link .tabLink {
    font-size: 14px;
    font-weight: 600;
    height: 40px;
  }
  .sample_link .tabLink i {
    margin-right: 5px;
  }
  .sample_link .tabLink a {
    border: 2px solid #dbdbdb;
    height: 40px;
  }
  .sample_link .tabLink p {
    height: 40px;
  }
}
#sample_gallery > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#sample_gallery > div:hover {
  cursor: pointer;
}
#sample_gallery div p {
  font-size: 0.9rem;
}
#sample_gallery img {
  margin-bottom: 5px;
}

.fancybox__caption {
  text-align: center;
}

/*プライバシーポリシー*/
#privacy dl dd {
  margin-bottom: 40px;
}
#privacy dl dd ul li {
  margin-bottom: 15px;
}

/*フッター*/
footer {
  font-size: 14px;
  background-color: #e8e8e8;
  padding: 30px 0;
  color: #666;
  margin-top: 40px;
}
footer #logoimage {
  margin-bottom: 5px;
}
footer #logoimage img {
  max-width: 200px;
}
footer #logo_text {
  margin-bottom: 10px;
}
footer #footer_link {
  margin-bottom: 20px;
}
footer #footer_link a {
  color: #333;
}
footer #footer_link ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
footer #footer_link ul li {
  list-style: none;
  margin-bottom: 10px;
  margin-right: 20px;
}
footer #footer_link ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  padding-right: 5px;
}

@media only screen and (max-width: 599px) {
  footer {
    text-align: center;
  }
  footer ul {
    justify-content: center;
  }
}
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #C40315;
  opacity: 0.6;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f102";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 35px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* SDGs  */
#sdgs dl dt {
  text-align: center;
  margin-bottom: 1rem;
}
#sdgs dl dt img {
  width: 100%;
  max-width: 600px;
}
#sdgs dl dd:not(:last-of-type) {
  margin-bottom: 50px;
}/*# sourceMappingURL=style.css.map */