@charset "utf-8";
/* CSS Document */
.page-id-17765 div#submain:before {
  content: "";
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 200px;
  background: url("../img/no1/no1-h1.webp") no-repeat;
  z-index: 1;
  background-size: auto 560px;
  width: 100%;
  background-position: right;
}
section.reno1-sec01 {
  padding: 70px 0;
}
.reno1-sec01box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
}
.reno1-sec01box .txt {
  width: 46%;
}
.reno1-sec01box .slide {
  width: 48%;
}
section.reno1-sec01 ul.slick-dots li {
  width: 30px;
}
section.reno1-sec01 ul.slick-dots {
  display: flex;
  justify-content: center;
}
section.reno1-sec01 ul.slick-dots li button:before {
  content: "•";
  font-size: 14px;
}
#content #main .reno1-sec01box .txt p {
    margin-bottom: 20px;
    font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
    line-height: 1.8;
}
.reno1-sec01box .txt .txtIn {
  border: 1px solid #c2c2c2;
  font-size: 14px;
  padding: 15px 15px 0;
}
section.reno1-sec01 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.reno1-sec01 ul li {
  width: calc(100% / 5);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
section.reno1-sec02 {
  background: url("../img/r-no1/sec2-bg.webp") center center no-repeat;
  background-size: cover;
  padding: 70px 0;
  color: #fff;
}
section.reno1-sec02 .reg_h2box p {
  color: #fff !important;
}
section.reno1-sec02 .reg_h2box p span {
  display: block;
  transform: scaleY(-1);
  color: rgb(255 255 255 / 23%);
}
section.reno1-sec02 h2.toph2 {
  color: #fff !important;
}
.w80txt {
  max-width: 80%;
  margin: 0 auto 40px;
}
.w85txt {
  max-width: 85%;
  margin: 0 auto 40px;
}
.reno1-sec02box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reno1-sec02cont {
  width: 100%;
  background: #fff;
  margin-bottom: 2%;
  position: relative;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 110px;
}
section.reno1-sec02 .w85txt p {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  line-height: 1.8;
}
.reno1-sec02cont h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  padding-left: 30px;
  line-height: 1;
  font-weight: bold;
  color: #120d5e;
}
#content #main .reno1-sec02cont .txtin p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}
.reno1-sec02cont-head {
  display: flex;
  width: 35%;
}
.reno1-sec02cont .txtin {
  width: 65%;
  padding: 0 40px 0 0;
  color: #000;
}
.reno1-sec02cont .txtin p {
  margin: 0;
}
.reno1-sec02cont-head figure {
  position: relative;
  padding-left: 30px;
  text-align: center;
  width: 100px;
  line-height: 0;
}
#content #main .w80txt p {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  line-height: 1.8;
}
section.reno1-sec03 {
  padding: 80px 0;
}
.reno1-sec03cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border: 1px solid #131460;
  border-radius: 20px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to right, rgba(202, 203, 224, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 99%);
}
.reno1-sec03cont .tit {
  width: 30%;
  text-align: center;
  color: #000053;
  font-size: 20px;
  font-weight: bold;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.reno1-sec03cont .tit:before {
  content: "";
  height: 70%;
  width: 1px;
  position: absolute;
  right: 0;
  background: #121260;
  top: 0;
  bottom: 0;
  margin: auto;
}
.reno1-sec03cont .arrow {
  width: 96px;
  background: #13145f;
  margin-right: -1px;
}
.reno1-sec03cont a {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
.reno1-sec03cont .arrow .cp_arrows {
  position: relative;
  display: flex;
  height: 30px;
  margin: 30px 0 0px;
  justify-content: center;
  align-items: center;
}
.reno1-sec03cont .cp_arrows .cp_arrow:before, .reno1-sec03cont .cp_arrows .cp_arrow:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 10px;
  height: 2px;
  content: '';
  background: #fff;
}
.scroll {
  animation: down 1.5s infinite;
  -webkit-animation: down 1.5s infinite;
}
.scroll img {
  margin: 0 auto;
}
@keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}
@-webkit-keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}
.reno1-sec03cont p {
  width: calc(100% - (30% + 96px));
  display: flex;
  /* justify-content: center; */
  align-items: center;
  margin: 0 !important;
  font-size: 14px;
  padding-left: 50px;
}
section.reno1-sec03 .w80txt {
  margin-bottom: 60px;
}
section.reno1-sec04 {
  padding: 70px 0;
}
.reno1-sec04box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reno1-sec04cont a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.reno1-sec04cont {
  width: calc((100% - 80px) / 5);
  background: #000;
  border-radius: 20px;
  margin-bottom: 1.5%;
  padding: 30px 20px 60px;
  text-align: center;
  position: relative;
  transition: 0.5s;
}
.reno1-sec04cont:nth-child(1) {
  background: url("../img/r-no1/sec4-01.webp") center center;
  background-size: cover;
}
.reno1-sec04cont:nth-child(1):hover {
  background: url("../img/r-no1/sec4-01h.webp")center center;
  background-size: cover;
}
.reno1-sec04cont:nth-child(2) {
  background: url("../img/r-no1/sec4-02.webp") center center;
  background-size: cover;
}
.reno1-sec04cont:nth-child(2):hover {
  background: url("../img/r-no1/sec4-02h.webp")center center;
  background-size: cover;
}
.reno1-sec04cont:nth-child(3) {
  background: url("../img/r-no1/sec4-03.webp") center center;
  background-size: cover;
}
.reno1-sec04cont:nth-child(3):hover {
  background: url("../img/r-no1/sec4-03h.webp")center center;
  background-size: cover;
}
.reno1-sec04cont:nth-child(4) {
  background: url("../img/r-no1/sec4-04.webp") center center;
  background-size: cover;
}
.reno1-sec04cont:nth-child(4):hover {
  background: url("../img/r-no1/sec4-04h.webp")center center;
  background-size: cover;
}
.reno1-sec04cont:nth-child(5) {
  background: url("../img/r-no1/sec4-05.webp") center center;
  background-size: cover;
}
.reno1-sec04cont:nth-child(5):hover {
  background: url("../img/r-no1/sec4-05h.webp")center center;
  background-size: cover;
}
.reno1-sec04cont:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  z-index: -1;
  border-radius: 20px;
}
section.reno1-sec04 .reg_h2box {
  margin-bottom: 70px;
}
.reno1-sec04cont .txtIn {
  text-align: left;
}
.st-no {
  font-family: 'Roboto', sans-serif;
  color: #c09b51;
  margin-bottom: 20px;
  font-size: 13px;
}
.st-no span {
  margin: 010px;
  background: #c09b51;
  padding: 3px 15px;
  color: #fff;
  border-radius: 20px;
  font-size: 15px;
}
.reno1-sec04cont h3 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
#content #main .reno1-sec04cont .txtIn p {
  font-size: 13px;
  color: #fff;
}
.reno1-sec04cont .u-yaji {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 20px;
}
section.Strengths01 {
  padding: 80px 0;
  background: #f3f5f7;
}
.Strengths-head p {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  color: #c09b51;
  font-size: 17px;
}
.Strengths-head p span {
  font-size: 20px;
  color: #fff;
  background: #c09b51;
  margin: 0 20px;
  padding: 3px 15px;
  border-radius: 20px;
}
.Strengths-head h2 {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  color: #000053;
  margin: 0 0 30px;
}
.reno1-sec02cont h3 span img {
  height: 100px;
}
#content #main .reno1-sec02cont .txtin p {
  font-size: clamp(0.813rem, 0.79rem + 0.11vw, 0.875rem);	
  line-height: 1.8;
  margin: 0;
}
section.Strengths01 .w100txt p {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  line-height: 1.8;
}
section.Strengths01 .w100txt {
  margin-bottom: 60px;
}
section.Strengths01 h3 {
  border-left: 3px solid #140e5e;
  padding-left: 40px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 40px;
}
.w100txt {
  width: 100%;
  margin-bottom: 50px;
}
.Strengths01box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.Strengths01cont {
  width: 100%;
  position: relative;
  transition: 0.5s;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.Strengths01-details {
  width: calc((100% - 60px) / 4);
  position: relative;
}
.Strengths01cont .txt {
  padding: 10px 20px 0;
}
.Strengths01-details-last {
  width: calc((100% - 60px) / 4);
  position: relative;
  transition: 0.5s;
}
.Strengths01-details-last a, .Strengths01-details a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.Strengths01-details img {
  transition: 0.5s;
}
.Strengths01-details-last:hover p {
  opacity: 0.8;
  color: #3b439d;
}
.Strengths01-details:hover img {
  opacity: 0.6;
}
.Strengths01-details h4 {
  font-size: 13px;
  color: #111761;
  margin-bottom: 20px;
  line-height: 1.8 !important;
}
.Strengths01-details h4 span {
  border-bottom: 1px solid;
  padding-bottom: 2px;
}
.Strengths01-details-last:before {
  content: '';
  position: absolute;
  right: 18px;
  top: 33%;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #111761;
  border-right: 1px solid #111761;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  z-index: 1;
}
.Strengths01-details-last:after {
  content: '';
  position: absolute;
  right: 25px;
  top: 33%;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #111761;
  border-right: 1px solid #111761;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  z-index: 1;
}
.Strengths01-details-last p {
  display: flex;
  align-items: center;
  height: 170px;
  padding: 0 40px;
  color: #111761;
  font-weight: bold;
  line-height: 1.7;
  border: 1px solid;
  transition: 0.5s;
}
.Strengths01-details-last:hover p:before {
  transform: scale(1, 1);
}
.Strengths01-details-last p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #140e5e;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: all 0.3s ease 0s;
  height: 170px;
}
.Strengths01-details-last:hover p {
  color: #fff;
}
.Strengths01-details-last:hover:after, .Strengths01-details-last:hover:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  z-index: 4;
}
.Strengths01-details figure img {
  height: 170px;
  object-fit: cover;
}
section.Strengths01 ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
section.Strengths01 ul li {
    position: relative;
    width: 32%;
}
section.Strengths01 ul li .txt {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 30px;
  color: #fff;
  width: 100%;
}
section.Strengths01 ul li .txt .num {
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  border-bottom: 1px solid;
  display: inline-block;
  line-height: 1.5;
}
section.Strengths01 ul li .txt h4 {
  font-size: 18px;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-weight: bold;
}
section.Strengths02 {
  padding: 80px 0 120px;
}
.Strengths02box .cont01 {
  font-size: 22px;
  text-align: center;
  background: url(../img/r-no1/sec6-bg.webp) center center no-repeat;
  background-size: cover;
  color: #fff;
  min-height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.Strengths02box .cont02 {
  width: calc((100% - 60px) / 4);
  text-align: center;
  color: #fff;
  background: #000053;
  display: flex;
  justify-content: center;
  border-bottom: 9px solid #fff;
  padding: 30px;
  border-radius: 20px;
}
.cont02box {
  display: flex;
  justify-content: space-between;
}
.Strengths02box .cont02 h4 {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  line-height: 1.8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.Strengths02box .cont02 h4 img {
  margin: 0 6px 0 0;
}
.Strengths02box .cont02 figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  margin-bottom: 15px;
}
#content #main .Strengths02box .cont02 p {
  text-align: left;
  font-size: 13px;
  margin: 0;
}
section.Strengths03 {
  padding: 100px 0;
  background: #f3f5f7;
}
h3.bar-h3 {
  font-size: 26px;
  font-weight: bold;
  padding: 5px 35px;
  position: relative;
  margin-bottom: 50px;
}
h3.bar-h3:before {
  height: 50%;
  width: 3px;
  content: "";
  background: #111761;
  position: absolute;
  top: 0;
  left: 0;
}
h3.bar-h3:after {
  content: "";
  width: 3px;
  height: 50%;
  background: #c09b51;
  position: absolute;
  left: 0;
  bottom: 0;
}
section.Strengths03 .Inner-1100 {
  margin-bottom: 50px;
}
section.Strengths03 .Inner-1100.ac p {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  line-height: 1.8;
}
section.Strengths03 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.Strengths03 ul li {
  text-align: center;
  width: calc(100% / 12);
  color: #000053;
  line-height: 1.2;
  margin-bottom: 30px;
  font-size: 14px;
}
section.Strengths03 ul li span {
  display: block;
  padding: 0 15px;
}
.Strengths03box {
  margin-bottom: 30px;
}
.Strengths03box figure {
  width: auto;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.Strengths03box .txt {
  width: 100%;
  font-size: clamp(0.813rem, 0.79rem + 0.11vw, 0.875rem);	
}
.Strengths03box figure h4 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.Strengths03box .link {
  font-size: 13px;
  color: #000;
}
.Strengths03box .link span {
  border-bottom: 1px solid;
  color: #000;
  padding-bottom: 5px;
}
section.Strengths04 {
  padding: 100px 0;
}
.Strengths04box {
  display: flex;
  justify-content: space-between;
}
.Strengths04cont {
  width: 50%;
  background: #f3f5f7;
}
.Strengths04cont h3 {
  font-size: 20px;
  text-align: center;
  padding: 22px 0;
  background: #b4b4b4;
  font-weight: bold;
  color: #fff;
}
.Strengths04cont .txt {
  padding: 35px 50px;
}
.txt-head h4 span {
  background: #b4b4b4;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  padding: 0 20px 2px;
}
.txt-head h4 {
  margin-bottom: 20px;
}
.txt-head {
  border-bottom: 1px solid #b4b4b4;
  margin-bottom: 30px;
}
.txt-head p {
  text-align: center;
}
.txt-middle h5 {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  padding-left: 1em;
}
.txt-middle h5:before {
  content: "";
  height: 1px;
  width: 13px;
  background: #333;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#content #main .txt-middle p {
  margin-left: 22px;
  margin-bottom: 30px;
}
.txt-middle {
  padding: 0 55px 0 0;
  min-height: 470px;
}
.txt-under {
  background: #fff;
  border-radius: 15px;
  padding: 30px 80px;
  text-align: center;
}
.txt-under .tit {
  min-width: 300px;
  display: inline-flex;
  border: 1px solid;
  justify-content: center;
  height: 50px;
  align-items: center;
  border-radius: 50px;
  position: relative;
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: bold;
}
.txt-under .tit:before {
  content: url("../img/r-no1/sec9-eye.webp");
  position: absolute;
  left: -45px;
  bottom: -23px;
}
.txt-under ul li {
  font-size: 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.txt-under ul li span.maru {
  color: #c09b51;
  margin-right: 15px;
  font-size: 26px;
}
.txt-under ul li span.batu {
  margin-right: 15px;
  font-size: 26px;
}
.Strengths04cont:nth-child(2) h3 {
  background: #3535a2;
}
.Strengths04cont:nth-child(2) .txt-head h4 span {
  background: #3535a2;
}
.Strengths04cont:nth-child(2) {
  background: #000053;
  color: #fff;
}
.Strengths04cont:nth-child(2) .txt-middle h5:before {
  content: "";
  height: 1px;
  width: 13px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.Strengths04cont:nth-child(2) .txt-under {
  color: #333;
}
.Strengths04cont:nth-child(2) .txt-under .tit {
  background: #222286;
  color: #fff;
}
section.reno1-sec05 {
  padding: 100px 0 0;
}
.reno1-sec05-01 {
  background: linear-gradient(to right, rgba(250, 251, 252, 1) 0%, rgba(243, 245, 247, 1) 99%);
  border-radius: 15px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  width: 65%;
}
.reno1-sec05-01 figure {
  width: 35%;
  text-align: center;
}
.reno1-sec05box h4 span {
    font-size: 15px;
    font-weight: bold;
    background: linear-gradient(to right, rgba(2, 0, 83, 1) 1%, rgba(156, 156, 188, 1) 100%);
    padding: 10px 50px 10px 20px;
    color: #fff;
    position: relative;
    display: inline-block;
}
.reno1-sec05-01 .txt {
  width: 60%;
}
.reno1-sec05box h4 span:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 52px 30px;
  border-color: transparent transparent #f3f5f7 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.reno1-sec05box h4 {
  margin-bottom: 30px;
}
#content #main .reno1-sec05box p {
    font-size: clamp(0.813rem, 0.79rem + 0.11vw, 0.875rem);
    margin: 0;
}
.reno1-sec05-06 .txtIn {
  display: flex;
}
#content #main .reno1-sec05-06 .txtIn p {
  margin-right: 4em;
}
.reno1-sec05-02 {
  background: linear-gradient(to right, rgba(250, 251, 252, 1) 0%, rgba(243, 245, 247, 1) 99%);
  border-radius: 15px;
  padding: 30px;
  width: 33%;
  margin-bottom: 30px;
  position: relative;
}
.reno1-sec05box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}
.reno1-sec05-03 {
  width: 38%;
  background: linear-gradient(to right, rgba(250, 251, 252, 1) 0%, rgba(243, 245, 247, 1) 99%);
  border-radius: 15px;
  padding: 30px 30px 0;
  margin-bottom: 30px;
  position: relative;
}
.reno1-sec05-01:before, .reno1-sec05-02:before, .reno1-sec05-03:before, .reno1-sec05-04:before, .reno1-sec05-06:before {
  content: url("../img/r-no1/navy-y.webp");
  position: absolute;
  right: -35px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 60px;
  z-index: 1;
}
.reno1-sec05-03:last-child:before, .reno1-sec05-06:last-child:before {
  content: none;
}
.reno1-sec05-03:last-child {
  background: #d4d3ee url("../img/r-no1/sec12-bg.webp");
  background-position: right bottom;
  background-repeat: no-repeat;
}
.reno1-sec05-06:last-child {
  background: #d4d3ee url("../img/r-no1/sec12-bg.webp");
  background-position: right bottom -20px;
  background-repeat: no-repeat;
}
.reno1-sec05box .reno1-sec05-03:last-child h4 span:before, .reno1-sec05box .reno1-sec05-06:last-child h4 span:before {
  border-width: 0px 0px 52px 30px;
  border-color: transparent transparent #d4d2ed transparent;
}
.reno1-sec05-04 {
  background: linear-gradient(to right, rgba(250, 251, 252, 1) 0%, rgba(243, 245, 247, 1) 99%);
  border-radius: 15px;
  padding: 30px;
  width: 28%;
  display: flex;
  margin-bottom: 30px;
  position: relative;
}
.reno1-sec05-05 {
  background: #d4d3ee url("../img/r-no1/sec12-bg.webp");
  background-position: right bottom;
  background-repeat: no-repeat;
  border-radius: 15px;
  padding: 30px;
  width: 30%;
  position: relative;
  margin-bottom: 30px;
}
.reno1-sec05box .reno1-sec05-05 h4 span:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 52px 30px;
  border-color: transparent transparent #d4d2ed transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.reno1-sec05-05 .txtIn {
  display: flex;
}
.reno1-sec05-05 .txtIn p {
  margin-bottom: 0 !important;
}
.reno1-sec05-06 {
  width: 68%;
  background: linear-gradient(to right, rgba(250, 251, 252, 1) 0%, rgba(243, 245, 247, 1) 99%);
  position: relative;
  border-radius: 15px;
  padding: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
#content #main section.kasou-deliverables .reg_h2box p {
  color: #fff;
}
#content #main section.kasou-deliverables .reg_h2box p span {
  color: rgb(255 255 255 / 23%);
}
.Deliverablesbox.re-no1-Deliverablesbox .txt-In p {
  font-size: clamp(0.813rem, 0.79rem + 0.11vw, 0.875rem);	
}
.Deliverablesbox.re-no1-Deliverablesbox .txt.mb50 p {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  line-height: 1.8;
}
section.re_global05_5-4 .Inner-1100.txt.mb50 p {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  line-height: 1.8;
}
.re_5_5-4-02 .txt p {
  font-size: 14px;
}
.no1-price-table table th {
  background: #111761;
  font-size: 13px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  vertical-align: middle;
}
.no1-price-table table td {
  text-align: center;
  font-size: 13px;
  padding: 16px;
  vertical-align: middle;
}
.no1-price-table {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 5px #0003;
  border: 1px;
}
.no1-price-table table tr:nth-child(1) th, .no1-price-table table tr:nth-child(1) td {
  border-left: none;
  border-right: none;
  border-top: none;
}
.no1-price-table table tr th:nth-child(1) {
  border-left: none;
  vertical-align: middle;
}
.no1-price-table table {
  margin-bottom: 0;
  table-layout: fixed;
}
section.no1-price {
  padding: 100px 0;
}
.no1-price-table table tr:last-child th, .no1-price-table table tr:last-child td {
  border-bottom: none;
}
.no1-price-table table tr td:last-child {
  border-right: none;
}
.no1-price-table tr:nth-child(1) td {
  font-weight: bold;
}
.no1-price-table table tr:nth-child(1) th:nth-child(1) {
  width: 35%;
}
.no1-price-table table tr:nth-child(1) td:nth-child(2) {
  width: 65%;
}
section.kasou-perform .perform-02 .txt {
  font-size: 13px;
}
.perform-01 td {
  font-size: 15px;
}
.perform-01 td:nth-child(1) {
  font-size: 18px;
}
.reno1-deadline-tab table th {
    font-size: 18px;
    color: #000;
    padding: 15px 0;
    background: #cdcede;
    border: 1px solid #fff;
}

.reno1-deadline-tab {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 5px #0002;
}

.reno1-deadline-tab table tr:nth-child(1) th {
    border-top: none;
}

.reno1-deadline-tab table tr th:nth-child(1) ,.reno1-deadline-tab table tr td:nth-child(1) {
    border-left: none;
}

.reno1-deadline-tab table tr th:last-child,.reno1-deadline-tab table tr td:last-child {
    border-right: none;
    border-bottom: 1px solid #fff;
    background: #111761;
    color: #fff;
    font-weight: bold;
}

.reno1-deadline-tab table {
    margin: 0;
    table-layout: fixed;
}

.reno1-deadline-tab table tr:last-child th, .reno1-deadline-tab table tr:last-child td {
    border-bottom: none;
}

.reno1-deadline-tab table td {
    font-size: 15px;
    padding: 20px 10px;
	vertical-align: middle;
}

.reno1-deadline-tab table th:nth-child(1) {
    width: 300px;
}

.reno1-deadlineBox p {
    text-align: left;
    font-size: 13px;
    margin: 20px;
}
/*横幅調整*/
.Inner-1280 {
    max-width: 1480px !important;
    margin: 0 auto;
    position: relative;
    padding: 0 100px !important;
}
.Inner-1100 {
    max-width: 1300px !important;
    margin: 0 auto;
    padding: 0 100px !important;
}
h2.toph2,.Strengths-head h2 {
    font-size: clamp(1.875rem, 1.739rem + 0.68vw, 2.25rem) !important;
}







@media screen and (max-width:1300px) {
.reno1-sec05box h4 span:before {
    border-width: 0px 0px 80px 30px;
}
	
}
	

@media screen and (max-width:1100px) {
  .reno1-sec03cont .tit {
    width: 28%;
  }
  .reno1-sec03cont p {
    width: calc(100% - (28% + 96px));
  }
  .reno1-sec04cont {
    padding: 30px 20px 60px;
  }
  .Strengths01cont .txt a {
    padding: 20px;
  }
  .Strengths04cont .txt {
    padding: 30px;
  }
  #content #main .txt-middle p {
    font-size: 16px;
  }
  .reno1-sec05box p {
    margin-left: 10px;
  }
  .txt-under {
    background: #fff;
    border-radius: 15px;
    padding: 30px 30px;
    text-align: center;
  }
  .reno1-sec02cont-head {
    display: flex;
    width: 40%;
  }
  .reno1-sec02cont .txtin {
    width: 60%;
    padding: 0 40px 0 0;
  }
  .reno1-sec04cont {
    width: calc((100% - 50px) / 5);
  }
  .Strengths01-details-last p {
    display: flex;
    align-items: center;
    height: 55%;
    background: #ffffff;
    padding: 0 20px;
    color: #111761;
    font-weight: bold;
    line-height: 1.7;
    border: 1px solid;
    transition: 0.5s;
    font-size: 16px;
  }
  .Strengths01-details-last p:before {
    content: "";
    height: 55%;
  }
  section.Strengths01 ul li {
    position: relative;
    width: 32%;
  }
  .reno1-sec05box h4 span {
    white-space: nowrap;
  }
  .Strengths01-details figure img {
    height: auto;
    object-fit: cover;
  }
  .Strengths02box .cont02 h4 {
    min-height: 55px;
  }
  section.Strengths03 ul li {
    text-align: center;
    width: calc(100% / 6);
    color: #000053;
    line-height: 1.2;
    margin-bottom: 30px;
    font-size: 14px;
  }
}
@media screen and (max-width:1000px) {
  .reno1-sec01box .slide {
    width: 100%;
  }
  .reno1-sec01box .txt {
    width: 100%;
    margin-bottom: 30px;
  }
  .reno1-sec01box {
    flex-wrap: wrap;
  }
  .reno1-sec02cont-head {
    display: flex;
    width: 50%;
  }
  .Strengths02box .cont02 h4 img {
    margin: 0 10px 0 0;
  }
  .reno1-sec04cont {
    width: 32%;
  }
  .reno1-sec04box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .reno1-sec02cont h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    padding-left: 10px;
    line-height: 1;
  }
  .reno1-sec04cont .txtIn p {
    font-size: 16px;
  }
  .reno1-sec04cont {
    padding: 20px 20px 60px;
  }
  section.Strengths01 ul li .txt .num {
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    border-bottom: 1px solid;
    display: inline-block;
    line-height: 1.5;
    margin: 0 0 10px;
  }
  section.Strengths01 ul li .txt {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 20px;
    color: #fff;
    width: 100%;
  }
  section.Strengths01 ul li .txt h4 {
    font-size: 2vw;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-weight: bold;
  }
  section.Strengths01 ul li {
    position: relative;
    width: 32%;
  }
  .Strengths02box .cont01 {
    padding: 0 30px;
  }
  .Strengths02box .cont02 p {
    font-size: 16px;
  }
  .txt-head p {
    text-align: center;
    font-size: 16px;
  }
  #content #main .txt-middle p {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .txt-middle h5 {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-left: 1em;
  }
  .txt-middle {
    padding: 0 55px 0 0;
    min-height: 480px;
  }
  .txt-under ul li {
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    line-height: 1.5;
    margin: 0 0 10px;
  }
  .txt-under {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
  }
  .reno1-sec05box p {
    margin-left: 0;
    font-size: 15px;
  }
  h2.toph2 {
    text-align: center;
    font-size: 33px;
    font-weight: bold;
    color: #000053;
    margin-bottom: 30px;
  }
  #content .reno1-sec02cont h3 span img {
    height: 70px;
  }
  .Strengths01-details {
    width: 48%;
    position: relative;
  }
  .Strengths01cont {
    flex-wrap: wrap;
  }
  .Strengths01-details-last p {
    height: 70%;
  }
  .Strengths01-details-last p:before {
    content: "";
    height: 70%;
  }
  .Strengths01-details-last {
    width: 48%;
  }
  .cont02box {
    flex-wrap: wrap;
  }
  .Strengths02box .cont02 {
    width: 48%;
    margin-bottom: 20px;
  }
  .Strengths02box .cont02 h4 {
    min-height: auto;
  }
  .txt-under .tit {
    min-width: 80%;
  }
  .reno1-sec05-06 .txtIn {
    display: flex;
    flex-wrap: wrap;
  }
  #content #main .reno1-sec05-06 .txtIn p {
    margin-right: 0;
    width: 100%;
  }
  .reno1-sec05box h4 span {
    white-space: unset;
    display: block;
  }.reno1-deadline-tab table th:nth-child(1) {
    width: auto;
}
	.Inner-1280 {
    max-width: 1480px !important;
    margin: 0 auto;
    position: relative;
    padding: 0 90px 0 15px!important;
}.Inner-1100 {
    max-width: 1300px !important;
    margin: 0 auto;
    padding: 0 90px 0 15px !important;
}.Deliverables-cont .txt-In {
    padding-right: 0;
}.Deliverables-cont figure {
    width: 35%;
    padding: 0 20px;
}.reno1-sec05box h4 span {
    padding: 10px 30px 10px 10px;
}
}
@media screen and (max-width:599px) {
  section.reno1-sec01 ul li {
    width: calc(100% / 4);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
  }
  section.reno1-sec01 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .reno1-sec02cont {
    width: 100%;
    border: 1px solid;
    margin-bottom: 2%;
    position: relative;
    padding: 10px 15px;
  }
  .reno1-sec02cont {
    flex-wrap: wrap;
  }
  .reno1-sec02cont-head {
    display: flex;
    width: 100%;
    padding: 20px 0 0 20px;
  }
  .reno1-sec02cont .txtin {
    width: 100%;
    padding: 20px;
  }
  .reno1-sec02cont-head figure {
    position: relative;
    padding-left: 0;
    text-align: center;
    width: auto;
    line-height: 0;
  }
  .reno1-sec02cont h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    position: relative;
  }
  .reno1-sec03cont {
    flex-wrap: wrap;
  }
  .reno1-sec03cont .tit {
    width: 100%;
    height: auto;
    font-size: 20px;
    padding: 10px 0 0;
  }
  .reno1-sec03cont p {
    width: 100%;
    padding: 10px;
    font-size: 15px;
    line-height: 1.5;
  }
  .reno1-sec03cont .arrow {
    width: 100%;
    background: #13145f;
    margin-right: -1px;
  }
  .reno1-sec03cont .arrow .cp_arrows {
    position: relative;
    display: flex;
    height: 30px;
    margin: 0px 0 0px;
    justify-content: center;
    align-items: center;
  }
  .reno1-sec03cont .cp_arrows .cp_arrow:before, .reno1-sec03cont .cp_arrows .cp_arrow:after {
    position: absolute;
    top: -5px;
    left: 0;
    display: block;
    width: 10px;
    height: 2px;
    content: '';
    background: #fff;
  }
  .reno1-sec04cont, .reno1-sec04cont:nth-child(3), .reno1-sec04cont:nth-child(4), .reno1-sec04cont:nth-child(5) {
    width: 100%;
  }
  .Strengths-head h2 {
    font-size: 7vw;
    text-align: center;
    font-weight: bold;
    color: #000053;
    margin: 0 0 30px;
  }
  section.Strengths01 h3 {
    border-left: 3px solid #140e5e;
    padding-left: 18px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 40px;
  }
  .Strengths01box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    flex-wrap: wrap;
  }
  .Strengths01cont {
    width: 100%;
    position: relative;
    transition: 0.5s;
    margin-bottom: 10px;
  }
  .Strengths01cont .txt {
    height: auto;
    border-bottom: 1px solid #bdbdbd;
  }
  .Strengths01cont .txt a {
    padding: 20px 40px 20px 20px;
  }
  section.Strengths01 ul {
    display: flex;
    justify-content: space-between;
    margin: 100px 0 0;
    flex-wrap: wrap;
  }
  section.Strengths01 ul li {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  section.Strengths01 ul li .txt h4 {
    font-size: 18px;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-weight: bold;
  }
  section.Strengths01 ul li .txt .num {
    font-family: 'Roboto', sans-serif;
    font-size: 33px;
    border-bottom: 1px solid;
    display: inline-block;
    line-height: 1.5;
    margin: 0 0 10px;
  }
  #content #main .Strengths02box .cont01 h3 {
    font-size: 17px;
    line-height: 1.8;
  }
  .Strengths02box .cont01 {
    padding: 0 30px;
  }
  .Strengths02box .cont01 {
    font-size: 16px;
    text-align: center;
    width: 100%;
    font-weight: bold;
    color: #fff;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 9px solid #fff;
  }
  #content #main .Strengths02box .cont01 h3 {
    font-size: 17px;
    line-height: 1.8;
  }
  .Strengths02box .cont02 h4 {
    font-size: 13px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-bottom: 20px;
  }
  #content .Strengths02box .cont02 h4 img {
    margin: 0 10px 0 0;
    height: 16px;
  }
  .Strengths02box .cont02 p {
    font-size: 12px;
  }
  section.Strengths03 ul li {
    text-align: center;
    width: calc(100% / 4);
    color: #000053;
    line-height: 1.2;
    margin-bottom: 30px;
    font-size: 14px;
  }
  .Strengths03box figure {
    width: 100%;
    position: relative;
  }
  .Strengths03box {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .Strengths03box .txt {
    width: 100%;
    padding: 0;
  }
  .Strengths04cont {
    width: 100%;
    margin-bottom: 20px;
  }
  .Strengths04box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .Strengths04cont .txt {
    padding: 20px;
  }
  .txt-middle {
    padding: 0;
    min-height: auto;
  }
  .txt-under .tit {
    min-width: 100%;
    display: inline-flex;
    border: 1px solid;
    justify-content: center;
    height: 50px;
    align-items: center;
    border-radius: 50px;
    position: relative;
    margin-bottom: 25px;
    font-size: 19px;
    font-weight: bold;
  }
  .Strengths02box .cont02 {
    height: auto;
    padding: 30px 10px;
    align-items: unset;
  }
  .reno1-sec05-01 {
    padding: 20px;
    flex-wrap: wrap;
  }
  .reno1-sec05box h4 span {
    font-size: 16px;
    font-weight: bold;
    background: linear-gradient(to right, rgba(2, 0, 83, 1) 1%, rgba(156, 156, 188, 1) 100%);
    padding: 10px 35px 10px 15px;
    color: #fff;
    position: relative;
    display: inline-block;
  }
  .reno1-sec05box h4 {
    margin-bottom: 15px;
  }
  .reno1-sec05-01 .txt p {
    font-size: 13px;
  }
  .reno1-sec05-01 figure {
    width: 50%;
    text-align: center;
    margin: 0 auto;
  }
  .reno1-sec05-01:before, .reno1-sec05-02:before, .reno1-sec05-03:before, .reno1-sec05-04:before, .reno1-sec05-05:before, .reno1-sec05-06:before {
    content: url("../img/r-no1/navy-y-s.webp");
    position: absolute;
    right: 0;
    top: auto;
    bottom: -33px;
    margin: auto;
    height: 60px;
    z-index: 1;
    left: 0;
    text-align: center;
  }
  .reno1-sec05-01 {
    padding: 20px;
    flex-wrap: wrap;
    margin-bottom: 15px;
    width: 100%;
  }
  .reno1-sec05-02 {
    background: linear-gradient(to right, rgba(250, 251, 252, 1) 0%, rgba(243, 245, 247, 1) 99%);
    border-radius: 15px;
    padding: 20px;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
  }
  .reno1-sec05-01 .txt {
    width: 100%;
    margin-bottom: 20px;
  }
  .reno1-sec05-03 {
    width: 100%;
    background: linear-gradient(to right, rgba(250, 251, 252, 1) 0%, rgba(243, 245, 247, 1) 99%);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 15px;
    position: relative;
  }
  .reno1-sec05-04 {
    background: linear-gradient(to right, rgba(250, 251, 252, 1) 0%, rgba(243, 245, 247, 1) 99%);
    border-radius: 15px;
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
  }
  .reno1-sec05-05 {
    border-radius: 15px;
    padding: 20px 10px;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    background-size: auto 80%;
  }
  .reno1-sec05box p {
    margin-left: 0;
    font-size: 12px;
  }
  .reno1-sec05-06 {
    width: 100%;
    background: linear-gradient(to right, rgba(250, 251, 252, 1) 0%, rgba(243, 245, 247, 1) 99%);
    position: relative;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .Strengths01-details {
    width: 100%;
    position: relative;
  }
  .Strengths01-details-last {
    width: 100%;
  }
  .Strengths01-details-last p {
    height: auto;
    padding: 30px;
  }
  .Strengths01-details-last p:before {
    content: "";
    height: 100%;
  }
  .Strengths01-details-last:before, .Strengths01-details-last:after {
    content: '';
    top: 50%;
  }
  .no1-price-table {
    border-radius: 0;
    overflow-x: scroll;
    box-shadow: none;
    border: 1px;
    padding: 20px 10px;
  }
  .no1-price-table table {
    white-space: nowrap;
    table-layout: fixed;
    width: auto;
    box-shadow: 0 0 10px #0005;
    border-radius: 20px;
    overflow: hidden;
  }.reno1-deadline-tab {
    border-radius: 20px 0 0 20px;
    overflow: unset;
    box-shadow: 0 2px 5px #0002;
    overflow-x: scroll;
    margin: 0 0 0 10px;
}.reno1-deadline-tab table {
    margin: 0;
    table-layout: fixed;
    width: 800px;
}.reno1-deadline-tab table td {
    font-size: 13px;
}.reno1-deadline-tab table th {
    font-size: 15px;
}
	/*横幅調整*/
.Inner-1280 {
    max-width: 1480px !important;
    margin: 0 auto;
    position: relative;
    padding: 0 15px !important;
}
.Inner-1100 {
    max-width: 1300px !important;
    margin: 0 auto;
    padding: 0 15px !important;
}


	
}