/* -----------------------------------------------------------
/  Webフォント
----------------------------------------------------------- */

@import url(yakuhanjp.min.css);
@import url(yakuhanmp.min.css);

.mincho {
  font-family: "YakuHanMP", "Georgia", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", "Meiryo", serif !important;
}

/* -----------------------------------------------------------
/  全体
----------------------------------------------------------- */

* {
  letter-spacing: -0.02em;

  -webkit-font-smoothing: antialiased;
}

body {
  position: relative;
  font-family: "YakuHanJP", "Noto Sans", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", sans-serif;
}



/* -----------------------------------------------------------
/  ユーティリティ
----------------------------------------------------------- */

.bg-transparent {
  background-color: transparent !important;
}


/* -----------------------------------------------------------
/  ローディング
----------------------------------------------------------- */

#loader {
  position: fixed;
  z-index: 999999999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  background: #101010;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#loader > img {
  -webkit-animation: opacity 3s ease-in-out infinite;
  animation: opacity 3s ease-in-out infinite;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes spin {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes spin {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/* -----------------------------------------------------------
/  Flickity Slider
----------------------------------------------------------- */

.flickity-page-dots {
  line-height: 1 !important;
  position: absolute !important;
  bottom: 15px !important;
  left: 15px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  text-align: left !important;
}

.flickity-page-dots .dot {
  display: inline-block !important;
  width: 30px !important;
  height: 4px !important;
  margin: 0 5px !important;
  cursor: pointer !important;
  opacity: 1 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2) !important;
}

.flickity-page-dots .dot.is-selected {
  background: #d9a339 !important;
}


/* -----------------------------------------------------------
/  ScrollReveal
----------------------------------------------------------- */


/*.top,
.bottom,
.left,
.right,
.delay-top,
.delay-bottom,
.delay-left,
.delay-right,
.moredelay-top,
.moredelay-bottom,
.moredelay-left,
.moredelay-right,
.more2delay-delay-top,
.more2delay-bottom,
.more2delay-left,
.more2delay-right {
  visibility: hidden;
}*/


/* -----------------------------------------------------------
/  コンポーネント
----------------------------------------------------------- */


/* -------- 矢印 -------- */

.arw-right {
  padding-left: 20px;
}

.arw-left {
  padding-right: 20px;
}

.arw-center {
  width: 30%;
  display: block;
  margin: 0 auto !important;
}

/* -------- 見出し -------- */

h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #1a1a1a;
}

.bg-bar {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  text-align: center;
  color: #211613;
}

.bg-bar:before {
  position: absolute;
  top: 17px;
  left: 0;
  width: 40%;
  height: 25px;
  content: "";
  background: url(../images/common/bg-bar-blue.svg) repeat-x;
}

.bg-bar:after {
  position: absolute;
  top: 17px;
  right: 0;
  width: 40%;
  height: 25px;
  content: "";
  background: url(../images/common/bg-bar-blue.svg) repeat-x;
}

.bg-bar .rubi {
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
  color: #3982d3;
}

@media screen and (max-width: 576px) {
  .bg-bar {
    font-size: 28px;
  }
}


/* -------- 段落 -------- */

p {
  font-size: 15px;
  line-height: 1.8;
  color: #101010;
  margin-bottom: 20px;
}

/* -------- 透かし文字 -------- */

.alphatxt-outer {
  position: relative;
  z-index: 1;
}

.alphatxt {
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  font-weight: 900;
  position: absolute;
  z-index: -1;
  left: 0;
  margin-top: -0.5em;
  white-space: nowrap;
  opacity: 0.15;
  color: #1a1a1a;
}

.alphatxt.vertical {
  margin-left: -0.5em;
  -ms-writing-mode: tb-lr;

  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
}


/* -------- カード -------- */

.card.no-border {
  border: none;
}

.card.white .card-body .card-title,
.card.white .card-body .card-text {
  color: #ffffff;
}

.card .card-body .card-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #1a1a1a;
}

.card .card-body .card-text {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.57;
  color: #666666;
}


/* -----------------------------------------------------------
/  ヘッダー
----------------------------------------------------------- */

body .site-header {
  padding: 20px 0 0;
  border-top: 4px solid #800019;
}

body .site-header .brand-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body .site-header .brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

body .site-header .brand .logo {
  margin-right: 10px;
}

body .site-header .brand .logo-type {
  margin-right: 14px;
}

body .site-header .brand .area {
  padding: 4px;
  text-align: center;
  border: solid 1px #8bc9fa;
  border-radius: 4px;
  background: #ddedf7;
}

body .site-header .brand .area .rubi {
  font-size: 10px;
  display: block;
}

body .site-header .brand .area {
  font-size: 13px;
  font-weight: bold;
  color: #3982d3;
}

body .site-header .btn {
  margin: 0;
}

@media screen and (max-width: 400px) {
  body .site-header .brand .logo {
    width: 180px;
  }
}


/* -------- 電話番号 -------- */

.tel-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tel-block > address:first-child {
  margin-right: 35px;
  margin-left: auto;
}

.tel-block > address {
  display: block;
  margin-bottom: 0;
}

.tel-block .title {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  display: block;
  margin-bottom: 3px;
  color: #211613;
}

.tel-block .number {
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  margin-left: -29px;
  letter-spacing: -0.6px;
  color: #de084a;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tel-block .number > img {
  margin-right: 6px;
}

.tel-block .rubi {
  font-size: 10px;
  line-height: 1;
  display: block;
}

@media screen and (max-width: 991px) {
  .tel-block > address:first-child {
    margin-left: unset;
  }
}

@media screen and (max-width: 767px) {
  .tel-block {
    flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tel-block > address:first-child {
    margin-right: unset;
    margin-left: unset;
  }
}


/* -----------------------------------------------------------
/  ナビゲーション
----------------------------------------------------------- */

.mainnav {
  background-color: #fff;
  border-top: 1px solid #F1F1F1;
}

.mainnav .navbar-nav .nav-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mainnav .navbar-nav .nav-item:before {
  position: absolute;
  top: 25%;
  left: 0;
  width: 1px;
  height: 18px;
  content: "";
  background: #f1f1f1;
}

.mainnav .navbar-nav .nav-item:nth-child(2n):after {
  position: absolute;
  top: 25%;
  right: 0;
  width: 1px;
  height: 18px;
  content: "";
  background: #f1f1f1;
}

.mainnav .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  color: #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.3s;
}

.mainnav .navbar-nav .nav-item .nav-link:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.mainnav .navbar-nav .nav-item .nav-link > img {
  margin-left: 10px;
}


/* -----------------------------------------------------------
/  ハンバーガーメニュー
----------------------------------------------------------- */

.navbar-toggler {
  border: none;
  background: none;
}

.navbar-toggler > img {
  width: 32px;
}


/* -----------------------------------------------------------
/  メインビジュアル
----------------------------------------------------------- */

.mainvisual .f-slider .txt {
  position: absolute;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.41;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  width: 1140px;
  height: auto;
  top: 35%;
  z-index: 99;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.mainvisual .f-slider .f-item {
  width: 1140px;
  height: auto;
}

.flickity-prev-next-button {
  width: 55px !important;
  height: 53px !important;
  border-radius: 0 !important;
  background-size: 100%;
}

.flickity-prev-next-button > svg {
  display: none;
}

.flickity-button {
  z-index: 999;
}

.flickity-button:hover {
  background: url(../images/common/slider-arw.svg) no-repeat left center !important;
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  background: url(../images/common/slider-arw.svg) no-repeat left center;
}

.flickity-prev-next-button.next {
  background: url(../images/common/slider-arw.svg) no-repeat left center;
  transform: rotate(180deg) translateY(60%);
}

@media screen and (max-width: 1139px) {
  .mainvisual .f-slider .f-item,
  .mainvisual .f-slider .txt {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .mainvisual .f-slider .txt {
    font-size: 29px;
  }
}



@media screen and (max-width: 576px) {
  .flickity-button {
    display: none !important;
  }
  .mainvisual .f-slider .txt {
    font-size: 19px;
    width: 95vw;
    top: 20%;
  }
}

/* -----------------------------------------------------------
/  追随バナー（辻プロテック工業）
----------------------------------------------------------- */

.bn_proteck {
  position: absolute;
  top: 20px;
  right: 0 !important;
  z-index: 9999;

}

.bn_proteck img {
  display: block;
  position: absolute;
  right: 0;
  z-index: 9999;
}

/* -----------------------------------------------------------
/  トップページ
----------------------------------------------------------- */
/* -------- ABOUT -------- */
.section-about {
  padding-top: 60px;
  padding-bottom: 170px;
}

.section-about .row {
  justify-content: space-between;
}

.section-about .en {
  font-size: 12px;
  font-weight: bold;
  color: #800019;
  margin-bottom: 4px;
  display: block;
}

.section-about .title {
  font-size: 29px;
  font-weight: bold;
  line-height: 1.47;
  color: #101010;
}

.section-about .about-thumb {
  position: relative;
}

.section-about .about-thumb > img:nth-child(1) {
  position: absolute;
  bottom: -7rem;
  left: -5rem;
}

.section-about .about-thumb > img:nth-child(2) {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .section-about .about-thumb > img {
    left: unset !important;
    top: unset !important;
    right: unset !important;
    bottom: unset !important;
    position: unset !important;
  }
  .section-about {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-about .title {
    font-size: 23px;
  }
}

/* -------- 一貫した生産体制 -------- */
.section-flow {
  background: url(../images/index/flow-bg.png) #51B0DE no-repeat center bottom;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 70px;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,0.1);
  position: relative;
  z-index: 1;
}

/*.section-flow:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 0;
  right: 0;
  margin: 0 auto;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,0.1);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 50px 0 50px;
  border-color: #5FB2DA transparent transparent transparent;
}*/

.section-flow h3 {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.44;
  text-align: center;
  color: #ffffff;
}

.section-flow p {
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
  margin-bottom: 40px;
}

.section-flow img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 576px) {
  .section-flow h3 {
    font-size: 23px;
  }
}

/* -------- メリット -------- */
.section-merit {
  position: relative;
  background: url(../images/index/merit-bg.jpg);
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 60px;
}

.section-merit .head {
  text-align: center;
}

.section-merit .container {
  border-radius: 8px;
  background: #ffffff;
  border: solid 8px #800019;
  padding: 60px;
  position: relative;
}

.section-merit .headline-1 {
  font-size: 29px;
  font-weight: bold;
  line-height: 1.47;
  text-align: center;
  color: #101010;
  position: relative;
  display: inline-block;
  line-height: 1;
  margin-bottom: 1.5rem;
}

.section-merit .headline-1:before,
.section-merit .headline-1:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 25px;
  background: #800019;
  top: 4px;
}

.section-merit .headline-1:before {
  transform: rotate(-40deg);
  left: -1.7rem;
}

.section-merit .headline-1:after {
  transform: rotate(40deg);
  right: -1.7rem;
}

.section-merit .headline-1 .color-txt {
  color: #800019;
}

.section-merit .merit-card {
  margin-bottom: 30px;
}

.section-merit .merit-card .outer {
  padding: 30px 24px;
  border: 1px solid #800019;
  position: relative;
  background: #fff;
  z-index: 1;
  height: 100%;
}

.section-merit .merit-card .outer:before {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
}

.section-merit .merit-card .outer:after {
  position: absolute;
  right: -10px;
  bottom: -10px;
  background: #800019;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 0;
}

.section-merit .merit-card .outer .txt-inner {
  position: relative;
  z-index: 1;
}

.section-merit .merit-card h4 {
  font-size: 21px;
  font-weight: bold;
  color: #101010;
  line-height: 1;
  margin-bottom: 10px;
}

.section-merit .merit-card .en {
  font-size: 12px;
  color: #cc4d4d;
  display: block;
  margin-bottom: 16px;
}

.section-merit .merit-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #101010;
}

@media screen and (max-width: 576px) {
  .section-merit .container {
    padding: 25px;
  }
  .section-merit .headline-1 {
    font-size: 23px;
    line-height: 1.3;
  }
  .section-merit .headline-1:before {
    left: -0.7rem;
  }
  .section-merit .headline-1:after {
    right: -0.7rem;
  }
}

/* -------- 事例紹介 -------- */
.section-works {
  background: #f9f9f9;
  border-bottom: 1px solid #F1F1F1;
}
.section-works h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.47;
  color: #101010;
  text-align: center;
}

.section-works .item .inner {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
  border: solid 1px #bc2121;
  padding: 27px 30px 35px;
}

.note {
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  color: #101010;
  margin-bottom: 40px;
}

.section-works .item .en {
  font-size: 12px;
  color: #3197a8;
  font-weight: bold;
}

.section-works .item .title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.47;
  color: #101010;
}

.section-works .item .description {
  font-size: 15px;
  color: #101010;
}

@media screen and (max-width: 576px) {
  .section-works h3 {
    font-size: 23px;
  }
  .section-works .item .img-fluid {
    margin-bottom: 15px;
  }
  .section-works .item .inner {
    padding: 15px;
  }
  .section-works .item .title {
    font-size: 19px;
    margin-bottom: 15px;
  }
  .section-works .item .description {
    font-size: 14px;
    margin-bottom: 0;
  }
}


/* -----------------------------------------------------------
/  お知らせ
----------------------------------------------------------- */

.news-section header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 18px;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-section header .title {
  font-size: 26px;
  font-weight: bold;
  margin: 0 auto;
  color: #800019;
}

.news-section header .title > img {
  margin-right: 10px;
}

.news-section header a {
  font-size: 12px;
  color: #737373;
}

.news-outer {
  border: solid 3px #800019;
  border-radius: 8px;
  padding: 2rem;
}

.news-outer .item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;

  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/*.news-outer .item:first-child {
  border-top: 3px solid #c5c5c5;
}*/

.article-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-outer .item a > * {
  padding-right: 10px;
}

.article-meta > * {
  margin: 0 4px;
}

.article-meta .tag {
  font-size: 10px;
  font-weight: bold;
  display: block;
  padding: 2px 10px 4px;
  text-align: center;
  color: #ffffff;
}

.article-meta .tag.news {
  background: #7a7371;
}

.article-meta .tag.campaign {
  background: #e75280;
}

.news-outer .table th,
.news-outer .table td {
  padding: 1rem 0;
  padding-right: 15px;
  padding-left: 15px;
}

.news-outer .date {
  font-size: 14px;
  color: #646464;
}

.news-outer .title {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  color: #211613;
  margin-bottom: 0.6rem;
}

.news-outer .item p {
  font-size: 15px;
  line-height: 1.6;
  color: #211613;
  margin: 0;
}

@media screen and (max-width: 575px) {
  .news-outer .item a {
    flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
}


/* -------- バナーエリア -------- */
.bnr-outer header {
  margin-bottom: 16px;
}

.bnr-outer a {
  padding: 20px 30px;
  display: block;
  margin-bottom: 14px;
  border: solid 1px #dcdcdc;
}

@media screen and (max-width: 991px) {
  .news-section .bnr-outer {
    margin-top: 25px;
  }
}


/* -----------------------------------------------------------
/  フッター
----------------------------------------------------------- */

footer {
  border-top: 1px solid #E6E6E6;
}

footer .footer-nav .btn-link {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #211613;
}

footer .footer-nav .btn-link:before {
  width: 12px;
  height: 12px;
  margin-right: 5px;
  content: url(../images/common/fill-circle-blue.svg);
  vertical-align: middle;
}


/* -------- フッターサブナビゲーション -------- */

footer .footer-nav-sub .btn-link {
  font-size: 11px;
  color: #8a8a8a;
}


/* -------- コピーライト -------- */

footer .copyright {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #800019;
}

footer .copyright p {
  font-size: 10px;
  text-align: center;
  margin: 0;
  color: #ffffff;
}


/* -----------------------------------------------------------
/  アイキャッチ
----------------------------------------------------------- */
.eyecatch {
  padding: 44px 0;
  background: #000;
  background: url(../images/common/eyecatch.jpg) no-repeat;
  background-size: cover;
}

.eyecatch.news {
  background-image: url(../images/common/eyecatch.jpg);
}
.eyecatch.strong {
  background-image: url(../images/common/eyecatch2.jpg);
}
.eyecatch.eyecatch-2025 {
  background-image: url(../images/common/eyecatch-2025.jpg);
}
.eyecatch.company {
  background-image: url(../images/common/eyecatch3.jpg);
}
.eyecatch.equip {
  background-image: url(../images/common/eyecatch4.jpg);
}
.eyecatch.access {
  background-image: url(../images/common/eyecatch5.jpg);
}
.eyecatch.contact {
  background-image: url(../images/common/eyecatch6.jpg);
}
.eyecatch.policy {
  background-image: url(../images/common/eyecatch7.jpg);
}

.eyecatch .page-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0;
  color: #ffffff;
  text-align: center;
}

.eyecatch .page-title .en {
  display: block;
  font-size: 14px;
}


/* -----------------------------------------------------------
/  パンくずリスト
----------------------------------------------------------- */

.breadcrumb-outer {
  padding: 10px;
  background: #f5f5f5;
}

.breadcrumb-outer ol {
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb-outer ol li a {
  font-size: 12px;
  line-height: 1;
  color: #211613;
}

.breadcrumb-outer ol li span {
  font-size: 12px;
  line-height: 1;
  color: #211613;
}

.breadcrumb-outer ol li .slash {
  line-height: 1;
  margin: 0 14px;
}

@media screen and (max-width: 576px) {
  .breadcrumb-outer {
    display: none;
  }
}


/* -----------------------------------------------------------
/  メインコンテンツ
----------------------------------------------------------- */

.main-outer {
  padding: 40px 0;
}

.main-content h2 {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  padding-bottom: 15px;
  border-bottom: 3px solid #800019;
  margin-bottom: 20px;
}

.main-content h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
}

.main-content ul {
  font-size: 15px;
  line-height: 1.73;
  color: #333333;
  padding: 0;
  text-indent: -0.2rem;
  padding-left: 1rem;
}

.main-content dl {
  margin: 20px 0;
}

.main-content dl dt {
  font-size: 15px;
  font-weight: bold;
  color: #02b387;
  margin-bottom: 5px;
}

.main-content dl dd {
  font-size: 15px;
  line-height: 1.73;
  color: #333333;
  margin-bottom: 20px;
}

.main-content hr {
  margin: 40px 0;
}

.main-content img {
  margin-bottom: 30px;
}

.main-content .strong {
  font-weight: bold;
}


/* -----------------------------------------------------------
/  アーカイブ
----------------------------------------------------------- */

.archive-section .news-outer .item a {
  padding: 22px 30px 26px;
}

.archive-section .news-outer .item:nth-child(odd) a {
  background: #e8e7e7;
}


/* -----------------------------------------------------------
/  ページネーション
----------------------------------------------------------- */

.pagination-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 40px;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination li {
  margin: 0 5px;
}

.pagination .page-item .page-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination .page-item .page-link {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background: #3E96A5;
}

.pagination .page-item.disabled .page-link {
  color: #9b9b9b;
  background: #d8d8d8;
}


/* -----------------------------------------------------------
/  サイドコンテンツ
----------------------------------------------------------- */

.side-link-outer {
  padding: 0;
  list-style: none;
}

.side-link-outer .side-link-header {
  font-size: 14px;
  padding: 13px 18px 14px;
  color: #ffffff;
  background: #800019;
}

.side-link-outer .link-item {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 18px 14px;
  color: #5a5a5a;
  border-bottom: 1px solid #ebebeb;
  background: #F0F0F0;
  border-bottom: 1px solid #DEDEDE;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.side-link-outer .link-item:after {
  width: 14px;
  height: 14px;
  content: url(../images/common/arw-circle-blue.svg);
}


/* -----------------------------------------------------------
/  シングル
----------------------------------------------------------- */

.article-item .article-meta {
  margin-bottom: 10px;
}

.article-item h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 32px;
  color: #211613;
}

.article-item h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #3982d3;
}

.article-item img {
  margin-bottom: 20px;
}

.table tr:first-child th,
.table tr:first-child td {
  border-top: solid 1px #dddddd;
}

.table tr th,
.table tr td {
  border-bottom: solid 1px #dddddd;
  word-break: break-all;
}

.table th {
  min-width: 190px;
  color: #363636;
  background: #f5f5f5;
}

.table td {
  font-size: 15px;
  line-height: 1.73;
  padding: 22px 26px;
}

.table.table-red tr:first-child th,
.table.table-red tr:first-child td {
  border-top: solid 1px #dcafbe;
}

.table.table-red tr th,
.table.table-red tr td {
  border-bottom: solid 1px #dcafbe;
}

.table.table-red th {
  font-size: 16px;
  font-weight: bold;
  padding: 22px 26px;
  color: #de084a;
  background: #fce9ef;
}

.table.table-red td {
  color: #211613;
}

@media screen and (max-width: 767px) {
  .table tr th,
  .table tr td {
    display: block;
    padding: 0.75rem !important;
  }
}

.news-date {
  text-align: right;
}


/* -----------------------------------------------------------
/  ボタン
----------------------------------------------------------- */

.btn-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-default {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  min-width: 224px;
  padding: 15px 30px 18px;
  color: #ffffff;
  background: #b5393a;
  margin: 15px 0;
  transition: 0.3s;
}

.btn-default:hover {
  color: #fff;
  opacity: 0.5;
  transition: 0.3s;
}

.btn-red {
  background: #852128;
}

.btn-red:hover {
  color: #fff;
}

.btn-back {
  position: relative;
  padding-left: 44px;
}

.btn-back:before {
  position: absolute;
  top: 30%;
  left: 14px;
  width: 14px;
  height: 14px;
  content: url(../images/common/arw-circle-blue-back.svg);
}

.btn-next {
  position: relative;
  padding-right: 44px;
}

.btn-next:before {
  position: absolute;
  top: 30%;
  right: 14px;
  width: 14px;
  height: 14px;
  content: url(../images/common/arw-circle-red-next.svg);
}

.btn-next.blue:before {
  content: url(../images/common/arw-circle-blue.svg);
}

/* -----------------------------------------------------------
/  事例紹介
----------------------------------------------------------- */
.works .point {
  align-items: flex-end;
  justify-content: center;
}

.works .point .point-txt {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #395481;
  padding-top: 40px;
  border-top: solid 5px #979797;
}

.works .point > div:nth-child(2) .point-txt {
  color: #800019;
  border-color: #800019;
}

/* -----------------------------------------------------------
/  設備紹介
----------------------------------------------------------- */
.equip {
	width: 100%;
}

.equip-table-new {
	width: 100%;
	margin: 40px 0 0;
}

.equip-table-new td {
	padding: 15px 16px;
	background: #FFFFFF;
	font-size: 12px;
	color: #000000;
	border: 1px solid #ccc;
}

.equip-table-new th {
	text-align: center;
	background: #c4c4c4;
	font-size: 15px;
	border-top: 4px solid #555;
	padding: 15px 16px;
}

.equip-table-new th:not(:last-child) {
	border-right: 1px solid #fff;
}
@media screen and (max-width: 576px) {
	.equip-table-new td {
		text-align: center;
		padding: 15px 0;
	}
}

/* -----------------------------------------------------------
/  会社案内
----------------------------------------------------------- */
.company .rep-name {
  text-align: right;
}

.company .rep-name span {
  font-size: 12px;
}

.company .rep-name em {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
}

/* -----------------------------------------------------------
/  お問い合わせ
----------------------------------------------------------- */
.form-group {
  padding: 25px 0;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 0;
}
.form-group .col-form-label {
  font-size: 14px;
  font-weight: bold;
  color: #111111;
}

.form-group label .tag.required {
  background-color: #c63d3d;
  border: solid 1px #a31c1c;
  font-size: 10px;
  color: #fff;
  text-align: center;
  padding: 1px 7px 3px;
  line-height: 1;
  margin: 0 10px;
}

.form-group .form-control {
  background-color: #efefef;
  border: solid 1px #dedede;
  min-height: 50px;
}

.form-group .note {
  font-size: 12px;
  color: #6d6d6d;
  margin-bottom: 8px;
  text-align: left;
}

.form-group .pp-check {
  font-weight: bold;
  background-color: #f3dede;
  border: solid 1px #a67a83;
  text-align: center;
  font-size: 14px;
  padding: 24px;
}