/* Scss Document */
/* Scss Document */
@media only screen and (max-width: 640px) {
  .txt-center-sp {
    text-align: center;
  }
}

.section {
  margin: 5rem 0 10rem;
}
@media only screen and (max-width: 640px) {
  .section {
    margin: 4rem 0;
  }
}

.section-ttl {
  font-family: "Noto Sans JP";
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 3.6px;
}
@media only screen and (max-width: 640px) {
  .section-ttl {
    font-size: calc(34 / 640 * 100vw);
  }
}

.photo-grid__3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(40 / 1920 * 100vw) calc(22 / 1920 * 100vw);
}
@media only screen and (max-width: 640px) {
  .photo-grid__3col {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(60 / 640 * 100vw) calc(20 / 640 * 100vw);
  }
}

.photo-grid__2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(40 / 1920 * 100vw);
}
@media only screen and (max-width: 640px) {
  .photo-grid__2col {
    grid-template-columns: repeat(1, 1fr);
    gap: calc(30 / 640 * 100vw);
  }
}

.button-safety {
  margin-top: 6.8rem;
}
@media only screen and (max-width: 640px) {
  .button-safety {
    margin-top: calc(40 / 640 * 100vw);
  }
}

.kv_bg {
  background: url("../images/safety/safety-kv.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 500px;
}
@media only screen and (max-width: 640px) {
  .kv_bg {
    height: 300px;
    background-position: 56% bottom;
  }
}

.breadcrumb-space {
  padding-top: 2rem;
  padding-bottom: 5rem;
}
@media only screen and (max-width: 640px) {
  .breadcrumb-space {
    padding-top: calc(20 / 640 * 100vw);
    padding-bottom: calc(30 / 640 * 100vw);
    white-space: nowrap;
  }
}

.lifestyle-top .index_content {
  padding-top: 9rem;
  padding-bottom: 20rem;
}
@media only screen and (max-width: 1200px) {
  .lifestyle-top .index_content {
    padding-top: 8rem;
    padding-bottom: 12rem;
  }
}
.lifestyle-top .property_list {
  margin-top: 0;
  margin-bottom: 0;
}

.safety_property_list_item {
  width: calc(50% - 40px);
}
@media only screen and (max-width: 640px) {
  .safety_property_list_item {
    width: 100%;
  }
}

.life-nav .content {
  margin-top: 9px;
  margin-bottom: 95px;
}
@media only screen and (max-width: 640px) {
  .life-nav .content {
    margin-bottom: 50px;
  }
}

.life-nav__list {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .life-nav__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: calc(20 / 640 * 100vw);
  }
}

.life-nav__item {
  display: block;
  text-align: center;
  width: 260px;
  padding-top: 18px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}
@media only screen and (max-width: 640px) {
  .life-nav__item {
    width: calc(260 / 640 * 100vw);
  }
}
.life-nav__item::after {
  content: "";
  position: absolute;
  width: 7.796px;
  height: 7.796px;
  border-right: 2px solid rgba(0, 0, 0, 0.75);
  border-bottom: 2px solid rgba(0, 0, 0, 0.75);
  transform: rotate(45deg);
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: 18px;
}
.life-nav__item.is-active {
  border-bottom: 1px solid #004ca2;
}
.life-nav__item p {
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  white-space: nowrap;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .life-nav__item p {
    font-size: calc(18 / 640 * 100vw);
  }
}

.border-blue {
  border-bottom: 1px solid #004ca2;
}

.c-flex-wrap {
  display: flex;
  margin-top: 4.7rem;
}
@media only screen and (max-width: 640px) {
  .c-flex-wrap {
    flex-direction: column-reverse;
    margin-top: 3rem;
    gap: 1rem;
  }
}

.c-flex-wrap-reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 640px) {
  .c-flex-wrap-reverse {
    flex-direction: column-reverse;
  }
}
.c-flex-wrap-reverse .c-flex-wrape__img {
  margin-left: 0;
  margin-right: 6rem;
}

.c-flex-wrap__txtarea {
  margin-top: 0.8rem;
  flex: 1;
  color: #000;
  font-weight: 500;
}

.c-flex-wrape__ttl {
  color: #000;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1.2px;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 640px) {
  .c-flex-wrape__ttl {
    margin-bottom: 1rem;
    font-size: calc(30 / 640 * 100vw);
  }
}

.c-flex-wrape__txt {
  font-family: "Noto Sans JP";
}

.c-flex-wrape__txt + .c-flex-wrape__txt {
  margin-top: 5rem;
}
@media only screen and (max-width: 640px) {
  .c-flex-wrape__txt + .c-flex-wrape__txt {
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 1200px) {
  .safety-firstSection ._s {
    padding: 0;
  }
}

.safety-firstSection__body {
  position: relative;
  margin-top: 4rem;
}

.safety-firstSection__txtarea {
  background: rgba(0, 76, 162, 0.7);
  display: inline-block;
  width: 37.5438596491%;
  padding-top: 4.3859649123%;
  padding-bottom: 4.3859649123%;
  padding-left: 5%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2.8070175439%;
}
@media only screen and (max-width: 640px) {
  .safety-firstSection__txtarea {
    width: 70%;
    transform: none;
    top: 10%;
    left: 10%;
  }
}
.safety-firstSection__txtarea h3 {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 2.8px;
}
@media only screen and (max-width: 640px) {
  .safety-firstSection__txtarea h3 {
    font-size: calc(30 / 640 * 100vw);
  }
}

.safety-firstSection__txtarea--wide {
  width: 45.9649122807%;
  padding-top: 5.4385964912%;
  padding-bottom: 5.4385964912%;
}
@media only screen and (max-width: 640px) {
  .safety-firstSection__txtarea--wide {
    width: 70%;
  }
}

.safety-firstSection__txtarea--narrow {
  width: 36.5789473684%;
  padding-top: 5.2631578947%;
  padding-bottom: 5.2631578947%;
}
@media only screen and (max-width: 640px) {
  .safety-firstSection__txtarea--narrow {
    width: 70%;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 6%;
  }
}

.ground__list {
  margin-top: 3.8rem;
}
@media only screen and (max-width: 640px) {
  .ground__list {
    margin-top: 2rem;
  }
}

.ground__item-ttl {
  color: #004ca2;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 640px) {
  .ground__item-ttl {
    margin-top: 1.5rem;
    font-size: 1.6rem;
  }
}
.ground__item-ttl span {
  font-size: 2rem;
}
@media only screen and (max-width: 640px) {
  .ground__item-ttl span {
    font-size: 1.8rem;
  }
}

.ground__item-txt {
  color: #000;
  font-weight: 500;
  margin-top: 1.4rem;
}
@media only screen and (max-width: 640px) {
  .ground__item-txt {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}

.safety__2col-list {
  margin-top: 5rem;
}

.safety__2col-ttl {
  color: #004ca2;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1.2px;
  margin-top: 3rem;
}
@media only screen and (max-width: 640px) {
  .safety__2col-ttl {
    font-size: calc(28 / 640 * 100vw);
    margin-top: 1.5rem;
  }
}

.thermal__wrapper {
  margin-top: 8.3rem;
}
@media only screen and (max-width: 1200px) {
  .thermal__wrapper {
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 640px) {
  .thermal__wrapper {
    margin-top: 2rem;
  }
}

.thermal__content {
  display: flex;
}
@media only screen and (max-width: 640px) {
  .thermal__content {
    flex-direction: column;
    gap: 1rem;
  }
}

.thermal__content + .thermal__content {
  margin-top: 1.3rem;
}
@media only screen and (max-width: 640px) {
  .thermal__content + .thermal__content {
    margin-top: 2rem;
  }
}

.thermal__img {
  width: 35.0877192982%;
  margin-right: 4rem;
}
@media only screen and (max-width: 640px) {
  .thermal__img {
    width: 100%;
    margin-right: 0;
  }
}

.thermal__txtarea {
  flex: 1;
}
.thermal__txtarea .safety__2col-ttl {
  margin-top: 0;
}
.thermal__txtarea .ground__item-txt {
  margin-top: 2.2rem;
}
@media only screen and (max-width: 640px) {
  .thermal__txtarea .ground__item-txt {
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 640px) {
  .safety-firstSection__txtarea--alt {
    top: auto;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.c-flex-wrape__img {
  width: 48.2456140351%;
  margin-left: 6rem;
}
@media only screen and (max-width: 640px) {
  .c-flex-wrape__img {
    width: 100%;
    margin-left: 0;
  }
}

.seismic-damping__desc {
  color: #004ca2;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 3.2px;
}
@media only screen and (max-width: 640px) {
  .seismic-damping__desc {
    font-size: calc(29 / 640 * 100vw);
  }
}

.seismic-damping__desc-alt {
  margin: 4.4rem 0 5.2rem;
}
@media only screen and (max-width: 640px) {
  .seismic-damping__desc-alt {
    margin: 2rem 0;
  }
}

.seismic-damping__list {
  display: flex;
  justify-content: space-between;
  margin: 3.4rem 0;
}
@media only screen and (max-width: 640px) {
  .seismic-damping__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin: 2rem 0;
  }
}

.seismic-damping__item {
  background: rgba(0, 76, 162, 0.1);
  width: 22.8070175439%;
  padding: 3.8rem 0;
}
@media only screen and (max-width: 640px) {
  .seismic-damping__item {
    width: 100%;
    padding: 2rem 0;
  }
}

.seismic-damping__item-ttl {
  color: #004ca2;
  text-align: center;
  font-family: Inter;
  font-size: 7.5rem;
  font-weight: 500;
  line-height: normal;
}
@media only screen and (max-width: 640px) {
  .seismic-damping__item-ttl {
    font-size: calc(72 / 640 * 100vw);
  }
}
.seismic-damping__item-ttl span {
  font-family: "Noto Sans JP";
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 3.2px;
}
@media only screen and (max-width: 640px) {
  .seismic-damping__item-ttl span {
    font-size: calc(32 / 640 * 100vw);
  }
}

.seismic-damping__item-txt {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1.6px;
  margin-top: 0.7rem;
}
@media only screen and (max-width: 640px) {
  .seismic-damping__item-txt {
    font-size: calc(16 / 640 * 100vw);
  }
}

.tape .ground__item-txt {
  margin-top: 2rem;
}
@media only screen and (max-width: 640px) {
  .tape .ground__item-txt {
    margin-top: 1rem;
  }
}

.tape__content {
  display: flex;
  margin-top: 6rem;
}
@media only screen and (max-width: 640px) {
  .tape__content {
    flex-direction: column-reverse;
    margin-top: 3rem;
  }
}

.tape__txtarea {
  flex: 1;
  margin-top: 2rem;
}
@media only screen and (max-width: 640px) {
  .tape__txtarea {
    margin-top: 1rem;
  }
}

.tape__ttl {
  text-align: left;
  color: #000;
  margin-top: 0;
}

.tape__img {
  width: 51.9298245614%;
  margin-left: 4rem;
}
@media only screen and (max-width: 640px) {
  .tape__img {
    width: 100%;
    margin-left: 0;
  }
}

.tape__content--reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 640px) {
  .tape__content--reverse {
    flex-direction: column-reverse;
  }
}

.tape__img02 {
  width: 37.8947368421%;
  margin-right: 6.4035087719%;
}
@media only screen and (max-width: 640px) {
  .tape__img02 {
    width: 70%;
    margin: 0 auto;
  }
}

.tape__txtarea-wrap .ground__item-txt {
  margin-top: 1.7rem;
}
@media only screen and (max-width: 640px) {
  .tape__txtarea-wrap .ground__item-txt {
    margin-top: 1rem;
  }
}

.tape__txtarea-wrap + .tape__txtarea-wrap {
  margin-top: 5.5rem;
}
@media only screen and (max-width: 640px) {
  .tape__txtarea-wrap + .tape__txtarea-wrap {
    margin-top: 2rem;
  }
}

.no-damage .c-flex-wrape__img {
  width: 50%;
  margin-left: 4rem;
}
@media only screen and (max-width: 640px) {
  .no-damage .c-flex-wrape__img {
    width: 100%;
    margin-left: 0;
  }
}

.description-movie .c-flex-wrap__txtarea {
  margin-top: 0;
}
.description-movie .c-flex-wrape__img {
  margin-left: 0;
  margin-right: 5.5rem;
}
@media only screen and (max-width: 640px) {
  .description-movie .c-flex-wrape__img iframe {
    width: 100%;
  }
}

.description-movie__button {
  margin-top: 2.2rem;
}
.description-movie__button .c_button_wrap-white {
  margin-left: 0;
  width: 39rem;
}
@media only screen and (max-width: 640px) {
  .description-movie__button .c_button_wrap-white {
    margin-left: auto;
    width: 80%;
  }
}

.download .c-flex-wrap {
  align-items: center;
}
.download .c-flex-wrape__img {
  margin-left: 0;
  margin-right: 5.8rem;
  width: 70.6140350877%;
}
@media only screen and (max-width: 640px) {
  .download .c-flex-wrape__img {
    width: 100%;
    margin-right: 0;
  }
}

.download__txt {
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1px;
}

.download__button {
  width: 276px;
  margin-top: 33px;
}

.check__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.5rem;
  margin-top: 8.2rem;
}
@media only screen and (max-width: 640px) {
  .check__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
    margin-top: 3rem;
  }
}

.check__item {
  border: 1px solid #004ca2;
  padding: 3rem 4rem;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .check__item {
    padding: 1.5rem 2rem;
  }
}
.check__item::before {
  content: "1";
  position: absolute;
  color: #004ca2;
  font-family: Inter;
  font-size: 9.6rem;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  top: -21.1111111111%;
  left: 3.7142857143%;
}
@media only screen and (max-width: 640px) {
  .check__item::before {
    font-size: calc(96 / 640 * 100vw);
  }
}

.check__item:nth-child(1)::before {
  content: "1";
}

.check__item:nth-child(2)::before {
  content: "2";
}

.check__item:nth-child(3)::before {
  content: "3";
}

.check__item:nth-child(4)::before {
  content: "4";
}

.check__item:nth-child(5)::before {
  content: "5";
}

.check__item:nth-child(6)::before {
  content: "6";
}

.check__item-ttl {
  color: #004ca2;
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 1px;
}
@media only screen and (max-width: 640px) {
  .check__item-ttl {
    font-size: calc(24 / 640 * 100vw);
  }
}

.check__item__txt {
  font-weight: 500;
  margin-top: 1.6rem;
  font-family: "Noto Sans JP";
}

.safety-warraty .photo-grid__2col {
  margin-top: 4.5rem;
}
@media only screen and (max-width: 640px) {
  .safety-warraty .photo-grid__2col {
    margin-top: 3rem;
  }
}
.safety-warraty .check__item__txt {
  margin-top: 2.2rem;
}
@media only screen and (max-width: 640px) {
  .safety-warraty .check__item__txt {
    margin-top: 1rem;
  }
}

.safety-warraty__item-l {
  background: #f2f2f2;
  padding: 4.6rem 3rem 3.6rem;
}
@media only screen and (max-width: 640px) {
  .safety-warraty__item-l {
    padding: 3rem 2rem;
  }
}
.safety-warraty__item-l h3 {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 2px;
  margin-top: 1rem;
}
@media only screen and (max-width: 640px) {
  .safety-warraty__item-l h3 {
    font-size: calc(36 / 640 * 100vw);
  }
}
.safety-warraty__item-l .safety-warraty__ttl {
  margin-top: 1rem;
}

.safety-warraty__item-l-img {
  text-align: center;
}

.safety-warraty__ttl {
  color: #000;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1.2px;
}
@media only screen and (max-width: 640px) {
  .safety-warraty__ttl {
    font-size: calc(30 / 640 * 100vw);
  }
}

.safety-warraty__item-r {
  background: #f2f2f2;
  padding: 5.4rem 3rem 3.6rem;
}
@media only screen and (max-width: 640px) {
  .safety-warraty__item-r {
    padding: 3rem 2rem;
  }
}
.safety-warraty__item-r h3 {
  color: #000;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 1.6px;
  margin-top: 2.3rem;
}
@media only screen and (max-width: 640px) {
  .safety-warraty__item-r h3 {
    font-size: calc(32 / 640 * 100vw);
    margin-top: 1rem;
  }
}
.safety-warraty__item-r .safety-warraty__ttl {
  margin-top: 1.5rem;
}

.safety-warraty__item-r-img {
  text-align: center;
}

.quality-check .photo-grid__2col {
  margin-top: 5.2rem;
}
@media only screen and (max-width: 640px) {
  .quality-check .photo-grid__2col {
    margin-top: 3rem;
  }
}
.quality-check .photo-grid__3col {
  margin-top: 4rem;
  gap: calc(45 / 1920 * 100vw);
}
@media only screen and (max-width: 640px) {
  .quality-check .photo-grid__3col {
    grid-template-columns: repeat(1, 1fr);
    gap: calc(30 / 640 * 100vw);
    margin-top: calc(30 / 640 * 100vw);
  }
}
.quality-check .photo-grid__3col .quality-check__card {
  padding: 2.7rem 2rem;
}

.quality-check__card {
  background: #f2f2f2;
  padding: 2rem 2rem 3rem;
}
@media only screen and (max-width: 640px) {
  .quality-check__card {
    padding: 2rem;
  }
}

.quality-check__card-img {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 640px) {
  .quality-check__card-img {
    margin-bottom: 1rem;
  }
}

.txt-blue {
  color: #004ca2;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1.2px;
}
@media only screen and (max-width: 640px) {
  .txt-blue {
    font-size: calc(28 / 640 * 100vw);
  }
}
.txt-blue.p_center {
  margin-top: 5rem;
}

.quality-check__card-txt {
  color: #000;
  font-weight: 500;
  margin-top: 1.9rem;
}
@media only screen and (max-width: 640px) {
  .quality-check__card-txt {
    margin-top: 1rem;
  }
}

.quality-check__card-ttl {
  display: flex;
  align-items: center;
}
.quality-check__card-ttl span {
  border-radius: 100px;
  background: #004ca2;
  color: #fff;
  font-family: "Noto Sans JP";
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.8px;
  padding: 0 2rem;
  margin-left: 1.4rem;
}

.quality-check__img {
  margin-top: 3.7rem;
}
@media only screen and (max-width: 640px) {
  .quality-check__img {
    margin-top: calc(30 / 640 * 100vw);
  }
}/*# sourceMappingURL=safety.css.map */