.influ {
  color: #02a5c5;
}
.influ header.flex-ce {
  align-items: center;
  padding: 20px 40px;
}
.influ header.flex-ce .logo {
  max-width: 360px;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .influ header.flex-ce .logo {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .influ header.flex-ce .logo {
    width: 60%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .influ header.flex-ce .entry_btn {
    display: none;
  }
}
.influ header.flex-ce .entry_btn a {
  font-weight: 700;
  background: #e37d17;
  color: white;
  border-radius: 35px;
  text-decoration: none;
  padding: 8px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 240px;
}
@media print, screen and (min-width: 768px) {
  .influ header.flex-ce .entry_btn a {
    transition: ease 0.3s;
  }
  .influ header.flex-ce .entry_btn a:hover {
    transform: scale(1.05);
  }
}
.influ header.flex-ce .entry_btn a span {
  font-weight: 700;
  background: white;
  aspect-ratio: 1;
  color: #e37d17;
  border-radius: 50%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.influ header.flex-ce .entry_btn a svg {
  width: 40px;
  height: auto;
}
.influ header .back_btn {
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .influ header .back_btn {
    top: 40px;
    left: 40px;
    width: 40px;
    height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .influ header .back_btn {
    top: 20px;
    left: 5%;
    width: 30px;
    height: 25px;
  }
}
.influ header .back_btn svg {
  width: 100%;
  height: auto;
}
.influ footer {
  background: #e6eff1;
}
.influ footer > * {
  color: #02a5c5;
}
.influ .mailform .red {
  background: #02a5c5;
}
.influ .mailform .contents-title.s-size {
  border: none;
  padding-top: 0;
}
.influ .mailform .wpcf7-radio .wpcf7-list-item {
  display: block;
}
.influ .send_btn a,
.influ .send_btn input {
  background: #e37d17;
}

.copy_bar {
  background: #02a5c5;
  color: white;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  .copy_bar {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .copy_bar {
    padding: 10px 0;
  }
}

.overview {
  position: relative;
}
.overview .copy {
  position: absolute;
  left: 7%;
  font-weight: 700;
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .overview .copy {
    top: 7%;
    font-size: 6.6vw;
  }
}
@media screen and (max-width: 767px) {
  .overview .copy {
    top: 2%;
    font-size: 12.6vw;
  }
}
.overview .copy div {
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.5;
}
@media print, screen and (min-width: 768px) {
  .overview .copy div {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .overview .copy div {
    font-size: 9.6vw;
  }
}
.overview .copy div span.small {
  font-weight: 900;
}
@media print, screen and (min-width: 768px) {
  .overview .copy div span.small {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .overview .copy div span.small {
    font-size: 7vw;
  }
}
.overview .copy span.orange {
  color: #e37d17;
  font-weight: 900;
}
.overview .copy span.small {
  font-weight: 900;
}
@media print, screen and (min-width: 768px) {
  .overview .copy span.small {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 767px) {
  .overview .copy span.small {
    font-size: 6vw;
  }
}
.overview .copy span.small2 {
  font-weight: 900;
}
@media print, screen and (min-width: 768px) {
  .overview .copy span.small2 {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 767px) {
  .overview .copy span.small2 {
    font-size: 8vw;
  }
}
.overview .copy span.small2 {
  letter-spacing: -0.1em;
}
.overview p {
  position: absolute;
  left: 7.7%;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .overview p {
    top: 41%;
    font-size: 1.55vw;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .overview p {
    width: 90%;
    top: 19.5%;
    font-size: 4vw;
    line-height: 1.6;
  }
}
.overview .btn {
  position: absolute;
  display: flex;
  justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  .overview .btn {
    left: 8.2%;
    top: 64%;
    width: 42.6%;
  }
  .overview .btn a {
    transition: ease 0.3s;
  }
  .overview .btn a:hover {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 767px) {
  .overview .btn {
    left: 7.2%;
    top: 85.4%;
    width: 86.4%;
  }
}
@media print, screen and (min-width: 768px) {
  .overview .btn img {
    width: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .overview .btn img {
    width: 40.8vw;
  }
}
.overview figure {
  margin: 0;
}
.overview figure img {
  width: 100%;
  max-width: none;
}

.wall {
  background: #e6eff1;
}

.col3.flex-ce {
  align-items: stretch;
}
@media print, screen and (min-width: 768px) {
  .col3.flex-ce {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .col3.flex-ce {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .col3.flex-ce > div {
    width: 31%;
    padding: 20px 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .col3.flex-ce > div {
    padding: 20px 5% 30px;
    margin-bottom: 20px;
  }
}
.col3.flex-ce > div {
  background: #02a5c5;
  color: white;
  border-radius: 15px;
  box-sizing: border-box;
}
.col3.flex-ce .num {
  color: #fffc5c;
  font-weight: 900;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .col3.flex-ce .num {
    font-size: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .col3.flex-ce .num {
    font-size: 5rem;
  }
}
.col3.flex-ce img {
  height: 70px;
  display: block;
  margin: auto;
}
.col3.flex-ce b {
  font-weight: 700;
  display: inline-block;
  margin: 20px 0;
}
@media print, screen and (min-width: 768px) {
  .col3.flex-ce b {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .col3.flex-ce b {
    font-size: 2.4rem;
  }
}

@media print, screen and (min-width: 768px) {
  .entry_cont,
  .step,
  .reason,
  .wall,
  .system,
  .simulation {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .entry_cont,
  .step,
  .reason,
  .wall,
  .system,
  .simulation {
    padding: 60px 0;
  }
}
.entry_cont h3,
.step h3,
.reason h3,
.wall h3,
.system h3,
.simulation h3 {
  font-weight: 700;
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .entry_cont h3,
  .step h3,
  .reason h3,
  .wall h3,
  .system h3,
  .simulation h3 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .entry_cont h3,
  .step h3,
  .reason h3,
  .wall h3,
  .system h3,
  .simulation h3 {
    font-size: 4vw;
    margin-bottom: 10px;
  }
}
.entry_cont h2,
.step h2,
.reason h2,
.wall h2,
.system h2,
.simulation h2 {
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .entry_cont h2,
  .step h2,
  .reason h2,
  .wall h2,
  .system h2,
  .simulation h2 {
    font-size: 6.5rem;
  }
}
@media screen and (max-width: 767px) {
  .entry_cont h2,
  .step h2,
  .reason h2,
  .wall h2,
  .system h2,
  .simulation h2 {
    font-size: 10vw;
  }
}
.entry_cont h2 span,
.step h2 span,
.reason h2 span,
.wall h2 span,
.system h2 span,
.simulation h2 span {
  color: #e37d17;
  font-weight: 700;
}
.entry_cont p,
.step p,
.reason p,
.wall p,
.system p,
.simulation p {
  font-size: 1.8rem;
}

.system table {
  width: 100%;
  border-radius: 15px;
  border: solid 2px #02a5c5;
  border-spacing: 0;
  overflow: hidden;
  margin-top: 60px;
  font-size: 1.8rem;
}
.system table tr:last-child th,
.system table tr:last-child td {
  border-bottom: none;
}
.system table th,
.system table td {
  width: 50%;
  border-bottom: solid 2px #02a5c5;
  vertical-align: middle;
  padding: 20px 5%;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .system table th,
  .system table td {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .system table th,
  .system table td {
    text-align: center;
  }
}
.system table th span,
.system table td span {
  border-radius: 10px;
  color: white;
  font-weight: 700;
  padding: 5px 0;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .system table th span,
  .system table td span {
    width: 140px;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .system table th span,
  .system table td span {
    width: 130px;
    display: block;
    margin: 5px auto 0;
  }
}
@media print, screen and (min-width: 768px) {
  .system table th div,
  .system table td div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.system table th {
  border-right: solid 2px #02a5c5;
  background: #f0f0f0;
  color: #bbb;
}
.system table th span {
  background: #bbb;
}
.system table th.gray {
  color: #555;
}
.system table th.gray span {
  background: #777;
}
.system table td {
  background: #f1fcfe;
}
.system table td img {
  width: 80%;
  display: block;
  margin: auto;
}
.system table td span {
  background: #31ae00;
}
.system table td.orange span {
  background: #e37d17;
}
.system table tr:first-child th,
.system table tr:first-child td {
  text-align: center;
  color: #02a5c5;
  font-weight: 700;
}

.simulation {
  background: #02a5c5;
  color: white;
}
.simulation h2 span {
  color: #fffc5c;
}
.simulation figure {
  background-color: white;
  border-radius: 15px;
}
@media print, screen and (min-width: 768px) {
  .simulation figure {
    padding: 40px 60px;
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .simulation figure {
    padding: 40px 3%;
    margin: 40px auto 0;
  }
}
.simulation figure.animated .cont div + div {
  animation: toggleWidth 1.5s ease-in alternate;
}
.simulation figure div.cont {
  position: relative;
}
.simulation figure div.cont div + div {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
}
.simulation figure div.cont div + div img {
  height: 100%;
  width: auto;
  max-width: fit-content;
}

@keyframes toggleWidth {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.step {
  background: #e6eff1;
}
@media print, screen and (min-width: 768px) {
  .step {
    clip-path: ellipse(150% 100% at 50% 0%);
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .step {
    clip-path: ellipse(230% 100% at 50% 0%);
    padding-bottom: 80px;
  }
}
.step .col3 .cont {
  width: 100%;
  background: white;
  color: #02a5c5;
  margin-bottom: 60px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .step .col3 .cont > div {
    width: 70%;
  }
}
.step .col3 .cont .num {
  color: #02a5c5;
}
.step .col3 .cont img {
  position: absolute;
  bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .step .col3 .cont img {
    height: auto;
    width: 20%;
    right: 3%;
  }
}
@media screen and (max-width: 767px) {
  .step .col3 .cont img {
    width: 60%;
    height: auto;
    position: static;
    margin: 20px auto 0;
    display: block;
  }
}
.step .col3 .cont:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  height: 34.6410161514px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 130px;
  background: #a2d8e3;
  bottom: -50px;
  left: calc(50% - 65px);
}

.entry_cont {
  background: linear-gradient(180deg, #02a5c5 0%, #84c2ce 100%);
  color: white;
  margin-top: -100px;
}
@media print, screen and (min-width: 768px) {
  .entry_cont {
    padding-top: 200px;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .entry_cont {
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
.entry_cont h3 {
  margin-bottom: 30px;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .entry_cont h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .entry_cont h3 {
    font-size: 3.8vw;
  }
}
.entry_cont h2 {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  .entry_cont h2 {
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 767px) {
  .entry_cont h2 {
    font-size: 6.9vw;
  }
}
.entry_cont h2 span {
  color: #fffc5c;
}
.entry_cont h4 {
  color: #fffc5c;
  font-weight: 700;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .entry_cont h4 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .entry_cont h4 {
    font-size: 5vw;
  }
}
.entry_cont .entry_btn a {
  border: solid 5px white;
  font-weight: 700;
  background: #e37d17;
  color: white;
  border-radius: 60px;
  text-decoration: none;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 20px;
  box-sizing: border-box;
}
@media print, screen and (min-width: 768px) {
  .entry_cont .entry_btn a {
    width: 70%;
    font-size: 2.6rem;
    transition: ease 0.3s;
  }
  .entry_cont .entry_btn a:hover {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 767px) {
  .entry_cont .entry_btn a {
    width: 100%;
    font-size: 4vw;
  }
}
.entry_cont .entry_btn a span {
  font-weight: 700;
  background: white;
  aspect-ratio: 1;
  color: #e37d17;
  border-radius: 50%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.entry_cont .entry_btn a svg {
  width: 75px;
  height: auto;
}