@charset "utf-8";

header {
  background-color: rgba(255, 255, 255, .8);
}

#hero_Vis {
  background-image: url(../img/tatemono/page-ttl.png);
}

.text {
  color: #17467c;
}

.tatemono-box {
  margin: 120px auto 0;
}

.tatemono-all h3 {
  color: #fff;
}

.tatemono-all h3 {
  display: flex;
  margin-bottom: 40px;
}

.tatemono-all h3 .s-text {
  flex: 1;
  display: block;
  color: #17467c;
  background: #fff;
border-radius: 10px;
  position: relative;
  padding: 10px 10px 10px 10px;
}

.tatemono-inner-box {
  position: relative;
}

.tatemono-ttl {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.num-image {
  display: block;
  width: 130px;
  margin-right: 40px;
}

.sec-ttl p {
  color: #17467c;
}

.sec-ttl p.big {
  display: inline-block;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 2px;
  margin-bottom: 10px;
  position: relative;
  z-index: 10;
}


.sec-ttl .text {
  font-size: 18px;
  margin: 0 0 0 0;
}

.tatemono01 {
  max-width: 960px;
  margin: 0 auto 0;
  position: relative;
  z-index: 10;
}

[class^="illust-"] {
  position: absolute;
}

[class^="illust-"] img {
  mix-blend-mode: darken;
}

.illust-01 {
  width: 16%;
  top: 0;
  right: 0;
}

.check-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.check-image figure {
  width: 48%;
}

.check-image figure img {
  max-width: 100%;
}

/* .tatemono03 {
  max-width: 800px;
  margin: 0 auto;
} */

.clean-campaign {
  max-width: 1020px;
  margin: 0 auto;
  color: #17467c;
}

.clean-ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.clean-ttl span {
  display: block;
}

.clean-ttl .red {
  font-size: 1.6em;
}

.orner-box {
  display: flex;
  border: 1px solid #17467c;
  padding: 10px 15px;
}

.orner-box span {
  display: block;
  width: 150px;
  margin-right: 20px;
}

.tatemono04 {
  max-width: 840px;
  margin: 40px auto 0;
}

.check {
  font-size: 20px;
  max-width: 764px;
  color: #fff;
  background: #c00000;
  text-align: center;
  padding: 10px 0;
  margin: 40px auto 0;
}

.kenshu-box {
  background-image: url(../img/tatemono/kenshu-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 14% 0;
  margin: 0 auto;
  position: relative;
}

.kenshu-box .kenshu-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 900px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.kenshu-box .kenshu-flex li {
  width: 46%;
}

.kenshu-flex .kenshu-ttl {
  font-size: 30px;
  color: #fff;
  border-bottom: 4px solid #fff;
  margin-bottom: 20px;
}

.kenshu-flex .text {
  font-size: 16px;
  color: #fff;
  text-align: left;
}

.tatemono02.js-scrollable {
  overflow-y: hidden!important;
  height: auto;
}

/* sp */
@media only screen and (max-width: 900px) {

  [class$="-box"] {
    margin: 60px auto 0;
  }
  .tatemono-box {
    margin: 60px auto 0;
  }

  .tatemono-all h3 {
    margin-bottom: 20px;
  }

  .tatemono-ttl {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .num-image {
    min-width: 45px;
    width: 45px;
    margin-right: 20px;
  }

  .sec-ttl p.big {
    font-size: 20px;
  }

  .sec-ttl .text {
    font-size: 14px;
    text-align: left;
  }

  .illust-01 {
    top: 27%;
  }

.clean-ttl .red {
  width: 100%;
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 10px;
}

.clean-ttl .small {
  font-size: 14px;
}

.orner-box {
  margin: 20px auto 0;
  position: relative
}

.orner-box span {
  width: 55px;
  position: absolute;
  top: -28px;
        right: -10px;
}

.orner-text {
  font-size: 14px;
}

.orner-text span {
  display: block;
  width: 100%;
  font-size: 16px;
  position: initial;
}

.check {
  font-size: 16px;
}

.check-image figure {
  width: 100%;
}

.check-image figure:nth-of-type(1) {
  margin-bottom: 20px;
}

.kenshu-box {
  padding: 54% 0;
  margin: 0 auto;
}

.kenshu-box .kenshu-flex {
  width: 90%;
}

.kenshu-box .kenshu-flex li {
  width: 100%;
}

.kenshu-box .kenshu-flex li:nth-of-type(1) {
  margin-bottom: 20px;
}

.kenshu-flex .kenshu-ttl {
  font-size: 20px;
  border-bottom: 2px solid #fff;
}

.kenshu-flex .text {
  font-size: 14px;
}

.tatemono02.js-scrollable img {
  width: 600px;
  max-width: initial;
}

}