@charset "UTF-8";
/* ==============================================
 * SPECIAL
 *
 * memo:
 *
 * ============================================== */
/* ----------------------------------------------------------------------------------

  レイアウト

 ---------------------------------------------------------------------------------- */
#maincontent .container-fluid {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
}
#maincontent hr {
  max-width: calc(100% - 50px);
  margin: 30px auto;
}
#maincontent .sx-about-body {
  background-color: #fff;
}
#maincontent .sx-about-body figure, #maincontent .sx-about-body img {
  max-width: 100%;
  height: auto;
}

/* ----------------------------------------------------------------------------------

  共通モジュール

 ---------------------------------------------------------------------------------- */
.sx-hero {
  position: relative;
}
.sx-hero picture, .sx-hero img {
  width: 100%;
  max-width: 100%;
}

/* ----------------------------------------------------------------------------------

  リード

 ---------------------------------------------------------------------------------- */
.sx-about-lead {
  padding: 50px 15px 80px;
  background-color: #fff;
}
.sx-about-lead .col {
  max-width: 700px;
}

.sx-lead-title {
  display: block;
  position: relative;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 35px;
  text-align: center;
}

.sx-lead-text {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 29px;
  text-align: center;
}

/* ----------------------------------------------------------------------------------

  ボディ

 ---------------------------------------------------------------------------------- */
.sx-body-title {
  margin: 0 auto;
  padding: 28px 15px;
  border-top: 1px solid #E5E6E4;
  border-bottom: 1px solid #E5E6E4;
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.sx-index-num {
  display: block;
}

.sx-col-figure {
  flex: 0 1 auto;
}
.sx-col-figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.sx-col-content {
  flex: 0 1 auto;
  padding: 48px 50px 30px;
}
.sx-col-content dl {
  position: relative;
}
.sx-col-content dt {
  font-family: "TazuganeInfoStdN-Medium", "\6E38\30B4\30B7\30C3\30AF\4F53", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Osaka", "Osaka\FF0D\7B49\5E45", "Osaka-Mono", sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 36px;
}
.sx-col-content dd {
  margin-top: 20px;
  font-size: 16px;
  line-height: 32px;
}

.sx-more-link {
  display: inline-block;
  position: relative;
  color: #c90012 !important;
  font-size: 15px;
  text-decoration: none !important;
}
.sx-more-link:after {
  display: inline-block;
  width: 16px;
  height: 12px;
  margin-left: 8px;
  background: url("../images/global/icon_arrow_right_red.svg") no-repeat center;
  background-size: contain;
  vertical-align: middle;
  content: "";
  transition: 0.3s;
}
.sx-more-link:before {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: calc(100% - 24px);
  height: 1px;
  background-color: #c90012;
  content: "";
}

/* ----------------------------------------------------------------------------------

  誘導ボタン

 ---------------------------------------------------------------------------------- */
.sx-1col-submit {
  margin: 0 auto;
  padding: 35px 15px 84px;
  border-top: 1px solid #E5E6E4;
  border-bottom: 1px solid #E5E6E4;
}
@media screen and (min-width: 769px) {
  #maincontent hr {
    max-width: 900px;
    margin: 50px auto;
  }
  .sx-about-lead {
    padding: 110px 0 100px;
  }
  .sx-lead-title {
    font-size: 33px;
    line-height: 53px;
  }
  .sx-lead-text {
    margin-top: 54px;
    font-size: 19px;
    line-height: 38px;
  }
  .sx-body-title {
    padding: 50px;
    font-size: 31px;
  }
  .sx-index-num {
    margin-bottom: 40px;
  }
  .sx-col-container .col {
    padding: 0;
  }
  .sx-col-reverse .sx-col-figure {
    order: 0;
  }
  .sx-col-reverse .sx-col-content {
    order: 1;
  }
  .sx-col-reverse .sx-col-content dl {
    left: 0;
  }
  .sx-col-figure {
    order: 1;
    width: 50%;
  }
  body:not(.ie) .sx-col-figure img {
    height: 100% !important;
    object-fit: cover;
  }
  .sx-col-content {
    display: flex;
    align-items: center;
    justify-content: center;
    order: 0;
    width: 50%;
  }
  .sx-col-content dl {
    left: 15px;
    max-width: 508px;
    padding: 40px;
  }
  .sx-col-content dt {
    font-size: 27px;
    line-height: 48px;
  }
  .sx-col-content dd {
    margin-top: 20px;
    font-size: 17px;
    line-height: 32px;
  }
  .sx-1col-submit {
    padding: 100px 40px 140px;
  }
}
@media screen and (max-width: 768px) {
  .sx-index-num {
    margin-bottom: 30px;
  }
  .sx-index-num img {
    width: auto !important;
    height: 44px !important;
  }
  .sx-1col-submit .col .btn {
    max-width: calc(100% - 50px);
    height: 70px;
  }
}
@media screen and (max-width: 991px) {
  .sx-more-link {
    top: -10px;
    font-size: 15px;
  }
}
@media screen and (min-width: 992px) {
  .sx-more-link {
    font-size: 17px;
    transition: opacity 0.3s;
  }
  .sx-more-link:before {
    bottom: 0;
  }
  .sx-more-link:hover {
    opacity: 0.7;
  }
}