@charset "UTF-8";
div.pagestart {
	page-break-before: always;
}
.line{
	border-width : 1px 1px 1px 1px;border-style : solid solid solid solid;border-color : silver silver silver silver;
}
.center{
	text-align:center;
}

._mb-ss {
  margin-bottom: 10px !important;
}

@media screen and (max-width: 560px) {
  ._mb-ss {
    margin-bottom: 5px !important;
  }
}

._mb-s {
  margin-bottom: 20px !important;
}

@media screen and (max-width: 560px) {
  ._mb-s {
    margin-bottom: 12px !important;
  }
}

._mb-m {
  margin-bottom: 30px !important;
}

@media screen and (max-width: 560px) {
  ._mb-m {
    margin-bottom: 18px !important;
  }
}

._mb-l {
  margin-bottom: 40px !important;
}

@media screen and (max-width: 560px) {
  ._mb-l {
    margin-bottom: 25px !important;
  }
}

._mb-ll {
  margin-bottom: 50px !important;
}

@media screen and (max-width: 560px) {
  ._mb-ll {
    margin-bottom: 30px !important;
  }
}

._mb-xl {
  margin-bottom: 60px !important;
}

@media screen and (max-width: 560px) {
  ._mb-xl {
    margin-bottom: 40px !important;
  }
}

._mb-xl-2 {
  margin-bottom: 75px !important;
}

@media screen and (max-width: 560px) {
  ._mb-xl-2 {
    margin-bottom: 50px !important;
  }
}

._mb-xxl {
  margin-bottom: 120px !important;
}

@media screen and (max-width: 1025px) {
  ._mb-xxl {
    margin-bottom: 80px !important;
  }
}

@media screen and (max-width: 560px) {
  ._mb-xxl {
    margin-bottom: 60px !important;
  }
}

._mt-ss {
  margin-top: 10px !important;
}

@media screen and (max-width: 560px) {
  ._mt-ss {
    margin-top: 5px !important;
  }
}

._mt-s {
  margin-top: 20px !important;
}

@media screen and (max-width: 560px) {
  ._mt-s {
    margin-top: 12px !important;
  }
}

._mt-m {
  margin-top: 30px !important;
}

@media screen and (max-width: 560px) {
  ._mt-m {
    margin-top: 18px !important;
  }
}

._mt-l {
  margin-top: 40px !important;
}

@media screen and (max-width: 560px) {
  ._mt-l {
    margin-top: 25px !important;
  }
}

._mt-ll {
  margin-top: 50px !important;
}

@media screen and (max-width: 560px) {
  ._mt-ll {
    margin-top: 30px !important;
  }
}

._mt-xl {
  margin-top: 60px !important;
}

@media screen and (max-width: 560px) {
  ._mt-xl {
    margin-top: 40px !important;
  }
}

._no-mb {
  margin-bottom: 0 !important;
}

._no-mt {
  margin-top: 0 !important;
}

._no-pb {
  padding-bottom: 0 !important;
}

._no-pt {
  padding-top: 0 !important;
}

._txt-centered {
  text-align: center;
}

._txt-right {
  text-align: right;
}

html, body {
  font-size: 16px;
  font-family: "Noto Sans JP", "Noto Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
}

img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  image-rendering: -webkit-optimize-contrast !important;
}

img._cover {
  -o-object-fit: cover;
     object-fit: cover;
}

img._inline {
  display: inline-block;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #333;
}

a:link._colored, a:visited._colored, a:hover._colored, a:active._colored {
  color: #CF1217;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main {
  display: block;
  overflow-x: hidden;
}

span.ib {
  display: inline-block;
}

span.colored {
  color: #CF1217;
}

body {
  padding-top: 70px;
}

sub {
  vertical-align: baseline;
  font-size: 10px;
}

.fixed-contact-btn {
  position: fixed;
  z-index: 102;
  bottom: 0;
  right: 20px;
  width: 150px;
  -webkit-transition: .3s;
  transition: .3s;
}

.fixed-contact-btn:hover {
  opacity: .7;
}

.fixed-contact-btn img {
  display: block;
  width: 100%;
}

.section {
  padding: 60px 0;
}

@media screen and (max-width: 1025px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 560px) {
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section._colored {
  background-color: #F7E6E7;
}

.section._narrow-pd {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 1025px) {
  .section._narrow-pd {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 560px) {
  .section._narrow-pd {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.section-wrapper {
  width: 100%;
  max-width: 1360px;
  padding: 0 30px;
  margin: 0 auto;
}

@media screen and (max-width: 560px) {
  .section-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.section-inner {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}

.section-inner._narrow {
  width: 60%;
}

@media screen and (max-width: 560px) {
  .section-inner._narrow {
    width: 100%;
  }
}

.section-inner._semi-narrow {
  width: 80%;
}

@media screen and (max-width: 560px) {
  .section-inner._semi-narrow {
    width: 100%;
  }
}

.section-title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1025px) {
  .section-title {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 560px) {
  .section-title {
    font-size: 1.5rem;
  }
}

.section-title._left {
  text-align: left;
}

.section-title._colored {
  color: #CF1217;
}

.section-title._strong {
  color: red;
}

.section-desc {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1025px) {
  .section-desc {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 560px) {
  .section-desc {
    font-size: 0.8rem;
  }
}

.section-desc._narrow-plus {
  width: 92%;
  margin: 0 auto;
}

.section-desc._centered {
  text-align: center;
}

.section-desc._right {
  text-align: right;
}

.section-desc._colored {
  color: #CF1217;
}

.section-desc._bold {
  font-weight: bold;
}

.section-desc._large {
  font-size: 1.2rem;
}

@media screen and (max-width: 1025px) {
  .section-desc._large {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 560px) {
  .section-desc._large {
    font-size: 1rem;
  }
}

.section-desc._large-plus {
  font-size: 21px;
}

@media screen and (max-width: 1025px) {
  .section-desc._large-plus {
    font-size: 18px;
  }
}

@media screen and (max-width: 560px) {
  .section-desc._large-plus {
    font-size: 16px;
  }
}

.section-desc._plus-lh {
  line-height: 2;
}

.section-desc._indent {
  padding-left: 1.5em;
  position: relative;
}

.section-desc._indent span {
  position: absolute;
  left: 0;
}

.section-desc._indent-plus {
  padding-left: 2.5em;
  position: relative;
}

.section-desc._indent-plus span {
  position: absolute;
  left: 1em;
}

.section-desc._indent-qa {
  padding-left: 3.2em;
  position: relative;
}

.section-desc._indent-qa span {
  position: absolute;
  left: 1em;
}

.section-desc._pd-l {
  padding-left: 1.5em;
}

.section-desc._red {
  color: #f00;
}

.section-desc._italic {
  font-style: italic;
}

.section-desc strong {
  font-weight: bold;
  color: #CF1217;
}

.section-desc .red {
  color: #f00;
}

.section-desc .bold {
  font-weight: bold;
}

.section-desc .italic {
  font-style: italic;
}

.section-desc > a {
  color: #CF1217 !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.section-desc > a:hover {
  opacity: .7;
  text-decoration: underline;
}

.section-desc._narrow {
  max-width: 800px;
  margin: 0 auto;
}

._flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1025px) {
  ._flex {
    display: block;
  }
}

._flex .section-desc, ._flex .section-desc-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

._flex-tb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 560px) {
  ._flex-tb {
    display: block;
  }
}

._flex-tb .section-desc, ._flex-tb .section-desc-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

._wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

._around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

._align-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-img-left {
  margin-right: 1.5em;
}

@media screen and (max-width: 560px) {
  .flex-img-left {
    width: 100%;
    margin-right: 0;
    margin: 0 auto 1.5em;
  }
}

.flex-img-right {
  margin-left: 1.5em;
}

@media screen and (max-width: 560px) {
  .flex-img-right {
    width: 100%;
    margin-left: 0;
    margin: 1.5em auto 0;
  }
}

.more-btn {
  background: -webkit-gradient(linear, left top, right top, from(#B20004), to(#E50012));
  background: linear-gradient(to right, #B20004, #E50012);
  height: 65px;
  width: 330px;
  line-height: 65px;
  display: block;
  color: #fff !important;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: .1em;
  text-align: center;
  border-radius: 32px;
  position: relative;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (min-width: 769px) {
  .more-btn:hover {
    opacity: .7;
  }
}

.more-btn._centered {
  margin: 0 auto;
}

.more-btn i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2rem;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.more-btn:hover i {
  -webkit-transform: translateX(5px) translateY(-50%);
          transform: translateX(5px) translateY(-50%);
}

.more-btn._mb {
  margin-bottom: 80px;
}

.more-btn._narrow {
  font-size: 1rem;
  letter-spacing: .025em;
}

.more-btn._narrow02 {
  width: 288px;
  font-size: 1rem;
  letter-spacing: .015em;
  height: 45px;
  line-height: 45px;
}

.more-btn._narrow02 i {
  right: 1em;
}

.more-btn._white {
  font-size: 1rem;
  letter-spacing: .025em;
  width: 300px;
  background: #fff;
  border: 2px solid #CF1217;
  color: #CF1217 !important;
  line-height: 63px;
}

.more-btn._white i {
  color: #CF1217 !important;
  right: 1em;
}

.more-btn._white:hover i {
  -webkit-transform: translateX(0) translateY(-25%);
          transform: translateX(0) translateY(-25%);
}

@media screen and (max-width: 1025px) {
  .more-btn._white {
    margin-bottom: 20px;
  }
}

#scroll-top {
  position: fixed;
  right: 20px;
  bottom: 10px;
  width: 80px;
  height: 80px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 100;
  cursor: pointer;
  background-image: url(../images/renewal_2111/to_top.png);
  background-size: cover;
  background-repeat: no-repeat;
}

#scroll-top.shown {
  opacity: 1;
  visibility: visible;
}

#scroll-top:hover {
  background-image: url(../images/renewal_2111/to_top_hover.png);
}

.main-logo {
  display: block;
  width: 175px;
  height: 30px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (min-width: 769px) {
  .main-logo:hover {
    opacity: .7;
  }
}

.main-logo._centered {
  margin: 0 auto;
}

.main-logo img {
  height: 100%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 103;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(207, 18, 23, 0.4);
          box-shadow: 0 0 2px rgba(207, 18, 23, 0.4);
}

.header-wrapper {
  height: 100%;
  width: 100%;
  max-width: 1360px;
  padding: 0 30px;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 560px) {
  .header-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.header-contact-btn {
  height: 70px;
  width: 320px;
  background: -webkit-gradient(linear, left top, right top, from(#B20004), to(#E50012));
  background: linear-gradient(to right, #B20004, #E50012);
  line-height: 70px;
  color: #fff !important;
  position: relative;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  padding-left: 50px;
}

@media screen and (min-width: 769px) {
  .header-contact-btn:hover {
    opacity: .7;
  }
}

.header-contact-btn img {
  position: absolute;
  width: 23px;
  height: 33px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 12px;
}

.header-contact-btn span.bold {
  font-weight: bold;
  font-size: 1.2rem;
}

.header-contact-btn i {
  position: absolute;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
}

.header-contact-btn._contact {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  display: block;
  border-radius: 35px;
  padding-left: 60px;
}

.header-contact-btn._contact img {
  left: 25px;
}

.header-contact-btn._contact i {
  right: 28px;
}

.global-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  font-size: 15px;
}

.global-nav-list > li {
  width: 120px;
  height: 100%;
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
}

.global-nav-list > li:not(:last-of-type) > div > span {
  border-right: 1px solid #707070;
}

.global-nav-list > li:not(:last-of-type) > a > span {
  border-right: 1px solid #707070;
}

.global-nav-list > li > div, .global-nav-list > li > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.global-nav-list > li > div:hover, .global-nav-list > li > div.active, .global-nav-list > li > a:hover, .global-nav-list > li > a.active {
  background-color: #CF1217;
  color: #fff !important;
}

.global-nav-list > li > div > span, .global-nav-list > li > a > span {
  display: block;
  width: 100%;
}

.global-nav-list > li > div > span > span, .global-nav-list > li > a > span > span {
  display: block;
  text-align: center;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}

.toggle {
  display: none;
}

#modal02 {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
}

#modal02.active {
  opacity: 1;
  visibility: visible;
}

.sub-menu-list {
  position: absolute;
  top: 70px;
  left: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  width: 300px;
  background-color: #CF1217;
  padding: 0.5rem;
  -webkit-transition: .3s;
  transition: .3s;
}

.sub-menu-list.active {
  opacity: 1;
  visibility: visible;
}

.sub-menu-item:not(:last-of-type) {
  border-bottom: 1px solid #fff;
}

.sub-menu-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1rem 0 1rem 2rem;
  position: relative;
  color: #fff !important;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (min-width: 769px) {
  .sub-menu-item a:hover {
    opacity: .7;
  }
}

.sub-menu-item a i {
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff !important;
}
/*ナビゲーション　*/
.global-nav-item:nth-of-type(2) .sub-menu-list {
  left: 105px !important;
}
.global-nav-item:nth-of-type(4) .sub-menu-list {
  left: 150px !important;
}
.global-nav-item:nth-of-type(5) .sub-menu-list {
  left: 150px !important;
}
.global-nav-item:nth-of-type(6) .sub-menu-list {
  left: 55px !important;
}

/**/
.footer {
  background-color: #F4F5F5;
}

.footer-contact {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../images/renewal_2111/bg_contact.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-contact-link {
  width: 94%;
  max-width: 800px;
  margin: 0 auto;
  display: block;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (min-width: 769px) {
  .footer-contact-link:hover {
    opacity: .7;
  }
}

.footer-wrapper {
  width: 100%;
  max-width: 1360px;
  padding: 0 30px;
  margin: 0 auto;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 560px) {
  .footer-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.footer-nav-list {
  width: 100%;
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-nav-item {
  width: 50%;
  margin-bottom: 1rem;
}

.footer-nav-item a {
  width: 100%;
  display: block;
  padding-left: 1rem;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  font-size: 15px;
}

@media screen and (min-width: 769px) {
  .footer-nav-item a:hover {
    opacity: .7;
  }
}

.footer-nav-item a i {
  position: absolute;
  color: #CF1217;
  left: 0;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer > p {
  text-align: center;
  padding-bottom: 0.8rem;
  font-size: 0.8rem;
}

.slide {
  width: 100%;
  height: 36.5vw;
  position: relative;
  background-image: url(../images/renewal_2111/top_mainvisual.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-desc {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 5vw;
  text-align: center;
}

.slide-desc p {
  font-size: 2rem;
  line-height: 1.7;
  color: #fff;
  white-space: nowrap;
}

.slide-desc p span.bold {
  font-size: 3rem;
  font-weight: bold;
}

.top-caption {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
}

.top-caption-section {
  padding: 60px 0;
  background-image: url(../images/renewal_2111/bg_grid.png);
  background-repeat: no-repeat;
  background-size: 130%;
}

.top-caption-wrapper {
  width: 95%;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  padding: 50px 2vw;
}

.top-caption-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 51px;
  height: 51px;
  border-top: 1px solid #CF1217;
  border-left: 1px solid #CF1217;
}

.top-caption-wrapper::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 51px;
  height: 51px;
  border-bottom: 1px solid #CF1217;
  border-right: 1px solid #CF1217;
}

.top-section {
  padding: 120px 0 30px;
}

.top-section-title {
  width: 100%;
  max-width: 1360px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 10px;
  text-align: center;
}

.top-section-title-container {
  border-bottom: 1px solid #CF1217;
  margin-bottom: 80px;
}

@media screen and (max-width: 560px) {
  .top-section-title {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.top-section-title strong {
  color: #CF1217;
  font-size: 2.5rem;
}

.top-section-title-eng {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0.5rem;
  font-size: 6.5rem;
  font-weight: bold;
  color: #F7E6E7;
  line-height: 1;
  letter-spacing: 0;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  z-index: -1;
}

.top-section-title-img {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0.5rem;
  width: 160px;
}

.top-works-wrapper {
  width: 100%;
  max-width: 1360px;
  padding: 0 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 560px) {
  .top-works-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.top-works-card {
  width: 100%;
  max-width: 373px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}

.top-works-card a {
  display: block;
  width: 100%;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (min-width: 769px) {
  .top-works-card a:hover {
    opacity: .7;
  }
}

.top-works-card-img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-works-card-title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  color: #fff;
  background-color: #CF1217;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  width: 100%;
  max-width: 330px;
  margin-left: -10px;
  margin-top: -1rem;
  height: 60px;
}

.top-works-card-title img {
  position: absolute;
  width: 36px;
  top: 50%;
  -webkit-transform: translateY(-50%) skewX(20deg);
          transform: translateY(-50%) skewX(20deg);
  left: 2rem;
}

.top-works-card-title span {
  line-height: 60px;
  display: block;
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
}

.top-works-card .section-desc {
  line-height: 2;
}

.top-works-card .section-desc-wrapper {
  padding-right: 1rem;
  padding-left: 1rem;
  padding-bottom: 1rem;
}

.top-works-card .section-desc i {
  display: inline-block;
  vertical-align: -1px;
  margin-left: 0.3rem;
}

.top-reason-container {
  width: 100%;
  max-width: 1360px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 260px;
}

@media screen and (max-width: 560px) {
  .top-reason-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.top-reason-img {
  position: absolute;
  width: 40vw;
  max-width: 600px;
  left: 0;
  top: 50px;
  z-index: 10;
}

.top-reason-img._right {
  right: 0;
  left: auto;
}

.top-reason-box {
  width: 70%;
  max-width: 930px;
  background-color: #F7E6E7;
  padding-left: 18%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 50px;
  position: relative;
  margin-left: auto;
}

.top-reason-box img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 164px;
  height: 164px;
}

.top-reason-box::before {
  content: '';
  position: absolute;
  left: -1rem;
  top: -1rem;
  width: 51px;
  height: 51px;
  border-top: 1px solid #CF1217;
  border-left: 1px solid #CF1217;
}

.top-reason-box::after {
  content: '';
  position: absolute;
  right: -1rem;
  bottom: -1rem;
  width: 51px;
  height: 51px;
  border-bottom: 1px solid #CF1217;
  border-right: 1px solid #CF1217;
}

.top-reason-box._left {
  padding-right: 18%;
  padding-left: 50px;
  background-color: transparent;
  background-image: url(../images/renewal_2111/bg_grid.png);
  background-repeat: repeat;
  background-size: 200%;
  margin-right: auto;
  margin-left: 0;
}

.top-reason-box._left::before {
  content: '';
  position: absolute;
  left: auto;
  right: -1rem;
  top: -1rem;
  width: 51px;
  height: 51px;
  border-top: 1px solid #CF1217;
  border-right: 1px solid #CF1217;
  border-left: none;
}

.top-reason-box._left::after {
  content: '';
  position: absolute;
  right: auto;
  left: -1rem;
  bottom: -1rem;
  width: 51px;
  height: 51px;
  border-bottom: 1px solid #CF1217;
  border-left: 1px solid #CF1217;
  border-right: none;
}

.top-reason-box .section-desc {
  z-index: 2;
}

.top-reason-title {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  padding-left: 60px;
  position: relative;
}

.top-reason-num {
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 1.8rem;
  display: inline-block;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #CF1217;
  margin-right: 0.8rem;
}

.top-recruit-btn {
  width: 96%;
  max-width: 670px;
  display: block;
  margin: 0 auto 80px;
}

.top-recruit-btn img {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (min-width: 769px) {
  .top-recruit-btn img:hover {
    opacity: .7;
  }
}

.qa-container .section-desc {
  font-size: 15px;
}

.qa-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.qa-img {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-left: 20px;
}

.qa-img._a {
  margin-left: 0;
  margin-right: 20px;
}

.qa-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 12px;
  background-color: #E3F3FF;
  padding: 18px 18px 18px 52px;
  position: relative;
  font-size: 15px;
}

.qa-desc::before {
  content: 'Q.';
  color: #306CCF;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: 18px;
  left: 18px;
}

.qa-desc::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 13px solid #e3f3ff;
  border-right: none;
  position: absolute;
  top: 18px;
  right: -13px;
}

.qa-desc._a {
  background-color: #FFECEB;
}

.qa-desc._a::before {
  content: 'A.';
  color: #D94938;
}

.qa-desc._a::after {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 13px solid #ffeceb;
  border-left: none;
  left: -13px;
}

.zeb-link {
  display: block;
  width: 100%;
  max-width: 400px;
}

.zeb-link img {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (min-width: 769px) {
  .zeb-link img:hover {
    opacity: .7;
  }
}

.zeb-link-box {
  width: 310px;
  padding: 18px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  margin-bottom: 30px;
}

.zeb-link-box .more-btn {
  margin-left: -5px;
}

.zeb-section {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #BFBFBF;
}

.zeb-img {
  width: 285px;
  margin-right: 2rem;
}

.zeb-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #009138;
}

.zeb-title._nearly {
  color: #EF6312;
}

.zeb-title._ready {
  color: #2C8EE6;
}

.zeb-title._oriented {
  color: #0E59C5;
}

.zeb-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

._flex-tb._zeb::after {
  content: '';
  width: 310px;
}

.grant-table {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  border: 1px solid #AAAAAA;
}

.grant-table tr:not(:last-of-type) {
  border-bottom: 1px solid #AAAAAA;
}

.grant-table tr:not(:first-of-type) td {
  text-align: left;
}

.grant-table th {
  border-right: 1px solid #AAAAAA;
  background-color: #FFFEDB;
  width: 150px;
}

.grant-table th, .grant-table td {
  text-align: center;
  padding: 10px 15px;
}

.grant-table a {
  color: #4890D5;
  text-decoration: underline;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (min-width: 769px) {
  .grant-table a:hover {
    opacity: .7;
  }
}

a._colored02 {
  display: block;
  color: #4890D5 !important;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
a._colored02._rev {
  display: inline-block;
  color: #4890D5 !important;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (min-width: 769px) {
  a._colored02:hover {
    opacity: .7;
  }
}

.sec-title-small-no_bd {
  font-size: 1.5em;
  color: #CF1217;
  line-height: 1.1em;
  text-align: center;
  font-weight: bold;
}

.program-box {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  background-color: #FFE9E9;
  padding: 2em;
}

.program-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.program-item {
  line-height: 1.8;
  position: relative;
  padding-left: 1em;
  font-size: 15px;
  width: 32%;
  white-space: nowrap;
  min-width: 260px;
}

.program-item::before {
  content: '・';
  color: #CF1217;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.program-img {
  width: 46%;
}

.bim-desc-box {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  background-color: #FFE9E9;
  padding: 2rem 4rem;
}

.bim-desc-item {
  line-height: 1.6;
  padding-left: 1.5rem;
  position: relative;
}

.bim-desc-item:not(:last-of-type) {
  margin-bottom: 1rem;
}

.bim-desc-item::before {
  content: '・';
  font-weight: bold;
  color: #CF1217;
  position: absolute;
  left: 0;
  top: 0;
}

.bim-flow-list {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.bim-flow-item {
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.5;
  padding: 1rem 0;
  background-color: #FFE9E9;
}

.bim-flow-item:not(:last-of-type) {
  margin-bottom: 24px;
  position: relative;
}

.bim-flow-item:not(:last-of-type)::after {
  content: '▼';
  font-size: 1.1rem;
  color: #CF1217;
  position: absolute;
  bottom: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.bim-process-box {
  width: 100%;
  border: 1px solid #CF1217;
  padding: 1.5rem;
}

.bim-process-box:not(:last-of-type) {
  margin-bottom: 50px;
}

.bim-process-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #CF1217;
  letter-spacing: .05em;
  line-height: 1.5;
}

.bim-process-title span {
  display: inline-block;
  margin-right: 0.7rem;
  vertical-align: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #CF1217;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.bim-process-img {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.bim-process-desc {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

.rebro-img {
  width: 100%;
  max-width: 475px;
  margin: 0 auto;
}

.rebro-img02 {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
}

.rebro-sub-title {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.8;
  border-bottom: 1px solid #999;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.section-desc._rebro {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}

.g-map {
  width: 100%;
  max-width: 785px;
  height: 380px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.contact-form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.contact-form table {
  width: 100%;
}

.contact-form tr {
  border-top: 1px solid #B5B2B2;
  border-right: 1px solid #B5B2B2;
  border-left: 1px solid #B5B2B2;
  min-height: 52px;
}

.contact-form tr:last-of-type {
  border-bottom: 1px solid #B5B2B2;
}

.contact-form th {
  text-align-last: left;
  vertical-align: middle;
  background-color: #F7E6E7;
  padding-left: 18px;
  width: 35%;
  min-width: 220px;
  position: relative;
}

.contact-form th span {
  position: absolute;
  font-size: 0.8rem;
  display: inline-block;
  padding: 4px;
  right: 1em;
  color: #fff;
}

.contact-form th span.required {
  background-color: #970000;
}

.contact-form th span.vol {
  background-color: #324497;
}

.contact-form td {
  padding: 8px;
}

.contact-form input:not([type="radio"]), .contact-form textarea {
  border: none;
  background-color: #F9F9F9;
  border-radius: 12px;
  padding: 10px;
  outline: none;
  width: 100%;
}

.contact-form span.address {
  display: inline-block;
  margin-right: 1rem;
}

.contact-form input.zip {
  width: 30%;
  margin-bottom: 8px;
}

.contact-form input.address {
  width: 70%;
  margin-bottom: 8px;
}

.contact-form input:focus, .contact-form textarea:focus {
  -webkit-box-shadow: 0 0 8px inset rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 8px inset rgba(0, 0, 0, 0.3);
}

.contact-form input[type="submit"] {
  width: 200px;
  margin: 40px auto 0;
  padding: 8px;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  display: block;
  color: #fff !important;
  background-color: #CF1217;
}

@media screen and (min-width: 769px) {
  .contact-form input[type="submit"]:hover {
    opacity: .7;
  }
}

._contact .wp_social_bookmarking_light {
  display: none !important;
}

.mw_wp_form_confirm .contact-form tr {
  height: 30px;
}

input[type="submit"] {
  -webkit-appearance: none !important;
  border-radius: 0;
}

.tb-sp-only {
  display: none !important;
}

.sp-only {
  display: none !important;
}

.cta-btns {
  display: none !important;
}

@media (max-width: 1025px) {
  .pc-only {
    display: none !important;
  }
  .tb-sp-only {
    display: block !important;
  }
  .header-contact-btn {
    margin-right: 60px;
  }
  .global-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 60%;
    height: 100vh;
    background-color: #cf1217;
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .global-nav.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
    z-index: 105;
  }
  .global-nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 66px;
    width: 100%;
    height: 100%;
  }
  .global-nav-list > li {
    -webkit-transform: skew(0);
            transform: skew(0);
    text-align: left;
    width: 100%;
    height: auto;
  }
  .global-nav-list > li > div, .global-nav-list > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    color: #fff !important;
    height: auto;
  }
  .global-nav-list > li > div > span, .global-nav-list > li > a > span {
    border-right: none !important;
  }
  .global-nav-list > li > div > span > span, .global-nav-list > li > a > span > span {
    -webkit-transform: skew(0);
            transform: skew(0);
    position: relative;
  }
  .global-nav-list > li > div > span > span i, .global-nav-list > li > a > span > span i {
    color: #fff;
    position: absolute;
    left: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .global-nav-list > li > div {
    padding-bottom: 0 !important;
  }
  .global-nav .main-logo.tb-sp-only {
    display: block !important;
  }
  .global-nav-list > li > div > span > span, .global-nav-list > li > a > span > span {
    text-align: left;
    padding-left: 2.5rem;
  }
  .global-nav-list > li > div, .global-nav-list > li > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sub-menu-list {
    width: 100%;
    margin-top: 10px;
    -webkit-transform: skew(0);
            transform: skew(0);
    position: static;
    height: 0;
    background-color: #fff;
    -webkit-transition: height .5s;
    transition: height .5s;
  }
  .sub-menu-list.active {
    height: auto;
    margin-top: 20px;
  }
  .sub-menu-item:not(:last-of-type) {
    border-bottom: 1px solid #707070;
  }
  .sub-menu-item a {
    color: #333 !important;
  }
  .sub-menu-item a i {
    color: #CF1217 !important;
  }
  .global-nav-parent > .active i.tb-sp-only {
    -webkit-transform: rotate(90deg) translateX(-6px);
            transform: rotate(90deg) translateX(-6px);
    -webkit-transition: .4s;
    transition: .4s;
  }
  .modal {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
  }
  .modal.active {
    opacity: 1;
    visibility: visible;
  }
  .toggle {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 105;
    top: 8px;
    right: 0;
    padding: 10px 0;
  }
  .menu-btn {
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 0;
    height: 30px;
    cursor: pointer;
  }
  .menu-btn span {
    opacity: 1;
    -webkit-transition: opacity 150ms 50ms;
    transition: opacity 150ms 50ms;
    overflow: hidden;
    z-index: 1;
    color: #CF1217;
  }
  .menu-btn::before {
    z-index: 2;
    -webkit-transform: translate(0, -12px);
            transform: translate(0, -12px);
    content: "";
  }
  .menu-btn::after {
    z-index: 2;
    -webkit-transform: translate(0, 12px);
            transform: translate(0, 12px);
    content: "";
  }
  .menu-btn::before, .menu-btn::after {
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
  }
  .menu-btn span, .menu-btn::before, .menu-btn::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 30px;
    height: 3px;
    margin: auto;
    background: #CF1217;
  }
  .menu-btn.active span {
    opacity: 0;
    -webkit-transition: opacity 150ms;
    transition: opacity 150ms;
  }
  .menu-btn.active::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #fff;
  }
  .menu-btn.active::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background-color: #fff;
  }
  .slide-desc p, .top-caption {
    font-size: 1.6rem;
  }
  .slide-desc p span.bold {
    font-size: 2rem;
  }
  .top-caption-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .top-section {
    padding-top: 80px;
  }
  .top-section-title-eng {
    font-size: 5rem;
  }
  .top-section-title-container {
    margin-bottom: 50px;
  }
  .top-reason-container {
    margin-bottom: 150px;
  }
  .top-works-card {
    max-width: 342px;
  }
  .top-reason-title {
    font-size: 1.4rem;
    padding-left: 50px;
  }
  .top-reason-box {
    padding-left: 15%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 30px;
  }
  .top-reason-box._left {
    padding-right: 15%;
    padding-left: 30px;
  }
  .top-reason-num {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.6rem;
    top: -4px;
  }
  .contact-form th {
    font-size: 0.8rem;
    padding-left: 12px;
  }
  .mwform-radio-field-text {
    font-size: 0.8rem;
  }
  .section-colored {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .more-btn._white:last-of-type {
    margin-bottom: 0 !important;
  }
  .event-img-container._start {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (max-width: 769px) {
  .top-reason-container {
    margin-bottom: 110px;
  }
  .top-caption {
    font-size: 1.3rem;
  }
  .top-caption-section {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .zeb-link:first-of-type {
    margin-bottom: 20px;
  }
  .sec-title-small, .sec-title-small-no_bd {
    font-size: 18px;
  }
  .breadcrumbs-wrapper ul {
    padding-left: 0;
    font-size: 0.9rem;
  }
  .box-title, .staff-item h4 {
    font-size: 20px;
  }
}

@media (max-width: 560px) {
  .sp-only {
    display: block !important;
  }
  .pc-tb-only {
    display: none !important;
  }
  .header-contact-btn {
    width: 60px;
    margin-right: 45px;
  }
  .header-contact-btn img {
    width: 30px;
    left: 14px;
  }
  .toggle {
    top: 10px;
  }
  .global-nav {
    width: 100%;
  }
  .slide {
    background-image: url(../images/renewal_2111/top_mainvisual_sp.jpg);
    height: 120vw;
  }
  .top-caption-section, .top-reason-box._left {
    background-size: 540%;
  }
  .top-section-title-container {
    margin-bottom: 30px;
  }
  .top-section-title {
    font-size: 1.6rem;
    text-align: left;
    padding-left: 1rem;
  }
  .top-section-title-img {
    right: 0;
    width: 100px;
  }
  .top-works-card-title {
    font-size: 1.4rem;
    margin-left: -4px;
  }
  .top-section {
    padding-top: 50px;
  }
  .top-reason-img {
    position: static;
    width: 100%;
    margin-bottom: 30px;
  }
  .top-reason-box {
    padding: 20px !important;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-reason-container {
    margin-bottom: 40px;
  }
  .top-reason-title {
    padding-left: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-reason-num {
    position: static;
    display: block;
    margin-bottom: 8px;
  }
  .top-reason-box::before {
    left: -0.5rem;
    top: -0.5rem;
  }
  .top-reason-box::after {
    right: -0.5rem;
    bottom: -0.5rem;
  }
  .top-reason-box._left::before {
    right: -0.5rem;
    top: -0.5rem;
  }
  .top-reason-box._left::after {
    left: -0.5rem;
    bottom: -0.5rem;
  }
  .top-recruit-btn {
    margin-bottom: 40px;
  }
  .footer-contact {
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: 50%;
  }
  .footer-wrapper {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .main-logo._footer {
    margin: 30px auto;
    width: 75%;
  }
  .footer-nav-item {
    width: 100%;
    border-bottom: 1px solid #999;
    margin-bottom: 0;
  }
  .footer-nav-item a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #scroll-top {
    bottom: 0;
    right: 0;
  }
  .more-btn._mb {
    margin-bottom: 40px;
  }
  .more-btn {
    height: 45px;
    line-height: 45px;
    font-size: 1.1rem;
  }
  .more-btn._white {
    line-height: 43px;
    margin-right: auto;
    margin-left: auto;
  }
  .breadcrumbs-wrapper {
    padding-left: 8px;
    margin-bottom: 10px;
    font-size: 0.8rem;
  }
  .sec-title {
    line-height: 1.4;
    font-size: 18px;
  }
  .sec-title-small, .sec-title-small-no_bd, #change_kijun h5 {
    font-size: 16px !important;
    line-height: 1.4;
  }
  #change_kijun p + h5 {
    margin-top: 0.8em;
  }
  .uk-text-24\@v {
    font-size: 18px;
  }
  .breadcrumbs-wrapper ul {
    font-size: 0.8rem;
  }
  .contact-form tr td, .contact-form tr th {
    display: block;
    width: 100%;
  }
  .contact-form tr th {
    padding: 8px 0 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact-form th span {
    right: 3em;
    bottom: 5px;
  }
  .contact-form input[type="text"], input[type="email"], textarea {
    font-size: 16px;
  }
  .qa-desc {
    padding: 15px 15px 15px 38px;
    font-size: 14px;
  }
  .qa-desc::before {
    top: 13px;
    left: 11px;
    font-size: 22px;
  }
  .qa-img {
    width: 50px;
    height: 50px;
    margin-left: 12px;
  }
  .qa-img._a {
    margin-right: 12px;
  }
  .q-section {
    padding-right: 8px;
    padding-left: 8px;
  }
  .qa-container._mb-xl {
    margin-bottom: 60px !important;
  }
  .qa-container .section-desc {
    font-size: 0.8rem;
  }
  .zeb-link-box {
    margin-right: auto;
    margin-left: auto;
  }
  .zeb-link-box:last-of-type {
    margin-bottom: 0;
  }
  .zeb-section:first-of-type {
    padding-top: 0;
  }
  .zeb-img {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 12px;
  }
  .zeb-title {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 6px;
  }
  .grant-table th, .grant-table td {
    font-size: 0.9rem;
    padding: 8px 10px;
  }
  a._colored02 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .section-wrapper-narrow {
    padding-right: 12px;
    padding-left: 12px;
  }
  .program-img {
    width: 100%;
    margin-bottom: 12px !important;
  }
  .sec-title {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .bim-desc-box {
    padding: 18px;
    font-size: 0.9rem;
  }
  .bim-flow-item, .bim-process-title {
    font-size: 1.2rem;
  }
  .bim-process-box:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .bim-process-box {
    padding: 1.2rem;
  }
  .bim-process-title {
    padding-left: 2.2rem;
    position: relative;
    margin-bottom: 18px !important;
  }
  .bim-process-title span {
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
  .rebro-sub-title {
    font-size: 1rem;
  }
  .company-table th, .company-table td, .section-small p, #company .company-data {
    font-size: 0.8rem;
  }

  #company .sec-title-small {
    margin-top: 15px;
    margin-bottom: 8px;
  }
  .box-title {
    margin-bottom: 10px;
    font-size: 1.1rem;
  }
  .credo-desc {
    font-size: 1rem;
  }
  .staff-item:first-of-type {
    padding-top: 10px !important;
  }
  .sec-title-small {
    margin-bottom: 12px;
  }
  #contact.estimates .sec-title-small {
    margin-bottom: 12px !important;
  }
  .tstyle-kyouchou {
    font-size: 1rem;
  }
  .recruit-table th, .recruit-table td {
    font-size: 0.9rem;
  }
  th.mfp, .contact-table p, form#mailformpro label {
    font-size: 0.8rem;
  }
}
/*# sourceMappingURL=style.css.map */




/*TP　css　add*/
.tp-news-section{
	width: 100%;
	border-top: 1px solid #CCC;
}
.tp-news-box{
	width: 800px;
	margin: auto;
}
.tp-news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.tp-news-list .tp-news-item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-top: 1px solid #CCC;
/*  border-bottom: 1px solid #CCC;*/
  padding: 20px 20px;
}
.tp-news-list .tp-news-item:first-child a{
  border-top: 1px solid #CCC;
	margin-top: -1px;
}
.tp-news-list .tp-news-item .tp-news-date{
  margin: 0;
  min-width: 140px;
  font-size: 1em;
  color: #999;
  padding: 0 20px 0 0;
}
.tp-news-list .tp-news-item .tp-news-category{
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}
.tp-news-list .tp-news-item .tp-news-category span{
  background: #c7161d;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 0.8em;
  line-height: 1;
}
.tp-news-list .tp-news-item .tp-news-title{
  margin: 0;
  width: 100%;
}
.tp-news-list .tp-news-item a:hover .tp-news-title{
  color: #00F;
}

@media screen and (max-width: 767px){
.tp-news-box{
	width: 100%;
	margin: auto;
}
.tp-news-list .tp-news-item a{
  flex-wrap: wrap;
}
.tp-news-list .tp-news-item .tp-news-date{
  min-width: 100px;
}
.tp-news-list .tp-news-item .tp-news-title{
  margin-top: 10px;
}
}


/*news*/
.tp-news-bun{
	background-color: #F4E6BD;
	line-height: 1.5em;
	color: red;
	margin: 10px;
	padding: 10px;
	text-align: center;
}

.tp-images-box {
    width: 600px;
	margin: auto;
	text-align: center;
	margin-bottom: 1.5em;
}

@media screen and (max-width: 560px) {
  .tp-images-box {
    width: 100%;
  }
}


/*追加処理*/
/*増改築ボタン*/
.bo_zoukaichiku{
	width: 466px;
	text-align: center;
	margin: auto;
}
@media screen and (max-width: 560px) {
.bo_zoukaichiku{
	width: 90%;
}
}

/*会社概要幅変更*/
	.company-table th{
		width: 30%!important;
	}

/*スタッフ紹介アコーディオン----------*/
  .st-accordion {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .st-accordion details {
    margin: 10px 0;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
  }
  /* summary 全体をボタン風に */
  .st-accordion summary {
    list-style: none;
    cursor: pointer;
    position: relative;
    display: block;
    outline: none;
    border-radius: 3px;
    background: #399e44;
	  padding: 5px 1em;
  }
  .st-accordion summary::-webkit-details-marker { display: none; }

  /* h4 の見た目をボタンに */
  .st-accordion summary h4 {
    margin: 0;
    padding: var(--bar-padding-y) calc(var(--bar-padding-x) + 28px) var(--bar-padding-y) var(--bar-padding-x);
    background: var(--accent);
    color: #fff;
    font-weight: normal;
    line-height: 1.4;
    border-radius: 8px;
	  font-size: 16px;
  }

  /* プラス／マイナスをバー右側に */
  .st-accordion summary::after {
    content: "+";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    pointer-events: none;
  }
  .st-accordion details[open] summary::after {
    content: "−";
  }

  /* 開いた本文 */
  .st-accordion .panel {
    padding: 14px var(--bar-padding-x) 30px;
	  padding: 10px 1em 20px;
    background: #fff;
    animation: accordion-fade 180ms ease-out;
    border-radius: 0 0 8px 8px;
  }
  @keyframes accordion-fade {
    from { opacity: 0; transform: translateY(-3px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  /* フォーカス時の見え方 */
  .st-accordion summary:focus-visible h4 {
    outline: 3px solid #b8e3c0;
    outline-offset: -3px;
  }

/*
建築設備設計
-----------------------------------------------------*/
.bim2-main-box{
  position: relative;
  width: 100%;
  background: url("../images/20260401/bim_photo01.png") no-repeat center/cover;
  aspect-ratio: 720 / 320; /* 元画像比率 */
}

/* テキスト */
.bim2-main-box h2{
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  
  font-size: 60px;
  color: #fff;
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 768px){
  .bim2-main-box h2{
    font-size: 28px;
    left: 20px;
  }
}


.bim2-setsumei-box{
  width: 100%;
  padding: 50px 0; /* 上下50px余白 */
  
  /* 背景画像 */
  background: url("../images/20260401/bim_photo07_haikei.jpg") no-repeat center/cover;

  /* 中央配置 */
  display: flex;
  flex-direction: column;
  justify-content: center;

  /* 白文字 */
  color: #fff;
}

/* テキスト共通 */
.bim2-setsumei-box p{
  max-width: 1000px;
  margin: 0 auto 20px;
  padding: 0 20px;
  line-height: 1.8;

  /* 白背景でも見えるように影 */
  text-shadow:
    0 0 5px rgba(0,0,0,0.6),
    0 0 10px rgba(0,0,0,0.6);
}

/* 最後の余白調整 */
.bim2-setsumei-box p:last-child{
  margin-bottom: 0;
}
@media (max-width: 768px){
  .bim2-setsumei-box{
    padding: 30px 0;
  }

  .bim2-setsumei-box p{
    font-size: 14px;
    line-height: 1.7;
  }
}

/* =========================
  見出し（共通）
========================= */
.bim2-anken-box h3,
.bim2-katsuyou-text h3{
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 16px;
  padding-left: 18px;
  position: relative;
}

/* ■マーク */
.bim2-anken-box h3::before,
.bim2-katsuyou-text h3::before{
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
  color: #222; /* アクセントカラーに変更OK */
  font-size: 16px;
}

/* =========================
  上ブロック
========================= */
.bim2-anken-box{
  width: 100%;
  margin: 0 auto 0px;
  padding: 0 20px;
}

/* =========================
  2カラムレイアウト
========================= */
.bim2-katsuyou-box{
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;

  display: flex;
  gap: 50px;
  align-items: center;
}

/* 画像 */
.bim2-katsuyou-photo{
  width: 55%;
}

.bim2-katsuyou-photo img{
  width: 100%;
  height: auto;
  display: block;

  /* ちょっとプロっぽくする */
  border-radius: 6px;
}

/* テキスト側 */
.bim2-katsuyou-text{
  width: 45%;
}

/* =========================
  レスポンシブ
========================= */
@media (max-width: 768px){

  .bim2-katsuyou-box{
    flex-direction: column;
    gap: 30px;
  }

  .bim2-katsuyou-photo,
  .bim2-katsuyou-text{
    width: 100%;
  }

  .bim2-anken-box{
    margin-bottom: 50px;
  }

  .bim2-anken-box h3,
  .bim2-katsuyou-text h3{
    font-size: 20px;
  }
}

/*ナビゲーション追加}*/
@media (min-width: 1025px) {
	.global-nav-list > li > div:hover a,
	.global-nav-list > li > div.active a,
	.global-nav-list > li > a:hover,
	.global-nav-list > li > a.active{
	  color: #fff !important;
	}
}
