@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;700&display=swap");
p,
h1,
h2,
h3,
a,
li,
dt,
dd {
  color: #333;
}

.spBr {
  display: none;
}
@media (max-width: 768px) {
  .spBr {
    display: inline;
  }
}

@media (max-width: 768px) {
  .pcBr {
    display: none;
  }
}
.wrap {
  margin: 0 auto;
  padding: 0 18px;
  width: 1036px;
}
@media (max-width: 768px) {
  .wrap {
    width: auto;
  }
}

@media (max-width: 768px) {
  .ttl-txt {
    padding: 0 20px;
  }
}
.ttl-txt .txt-1 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 35px;
  letter-spacing: 2px;
  margin: 0 auto;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.ttl-txt .txt-1:before {
  content: "－";
  left: -1em;
  position: absolute;
}
@media (max-width: 768px) {
  .ttl-txt .txt-1 {
    font-size: 20px;
  }
}
.ttl-txt .ttl-2 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.025em;
  padding-top: 28px;
}
.ttl-txt .ttl-2.alt {
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .ttl-txt .ttl-2 {
    font-size: 16px;
    padding-top: 14px;
  }
}
.ttl-txt .ttl-2 .green {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 80px;
}
@media (max-width: 768px) {
  .ttl-txt .ttl-2 .green {
    font-size: 30px;
  }
}
.ttl-txt .txt-2 {
  padding-top: 32px;
}

.btn {
  transition: 0.3s;
}
.btn:hover {
  opacity: 0.8;
}

.btn-download {
  align-items: center;
  background-color: #1B7FC4;
  border-radius: 5px;
  color: #FFF !important;
  display: flex;
  font-size: 19px;
  font-weight: bold;
  height: 82px;
  justify-content: center;
  margin: 0 auto;
  transition: 0.3s;
  width: 353px;
}
@media (max-width: 768px) {
  .btn-download {
    font-size: 16px;
    height: 60px;
    width: 90%;
  }
}
.btn-download:before {
  background: url(../img/download.svg) no-repeat center top/contain;
  content: "";
  display: block;
  height: 20px;
  margin-right: 14px;
  width: 19px;
}
.btn-download:hover {
  opacity: 0.8;
}

.btn-contact {
  align-items: center;
  background-color: #4EB233;
  border-radius: 5px;
  color: #FFF !important;
  display: flex;
  font-size: 19px;
  font-weight: bold;
  height: 82px;
  justify-content: center;
  margin: 0 auto;
  transition: 0.3s;
  width: 353px;
}
@media (max-width: 768px) {
  .btn-contact {
    font-size: 16px;
    height: 60px;
    width: 90%;
  }
}
.btn-contact:hover {
  opacity: 0.8;
}

header .cm_header__logo {
  align-items: center;
  display: flex;
}
@media (max-width: 768px) {
  header .cm_header__logo {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
    margin-top: 5px;
  }
}
header .cm_header__logo:hover {
  opacity: 1;
}
header .cm_header__logo a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
@media (max-width: 768px) {
  header .cm_header__logo img {
    width: 233px;
  }
}
header .cm_header__logo .cm_header__sub {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding-left: 30px;
  padding-top: 2px;
}
@media (max-width: 768px) {
  header .cm_header__logo .cm_header__sub {
    font-size: 10px;
    padding: 0;
  }
}
header .contentWrapIn {
  height: 65px;
}
header .headerNavi {
  border-left: 1px solid #dcdcdc;
}
header .headerNavi li {
  border-right: 1px solid #dcdcdc;
  padding: 0;
}
header .headerNavi li a {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  height: 65px;
  justify-content: center;
  padding: 0;
  width: 238px;
}
header .headerNavi li a:before {
  display: none;
}
header .headerNavi li a:link {
  color: #333;
}

.mainvisual {
  background: url(./../img/mv-bg.png) no-repeat center top/cover;
  margin-top: 170px;
  padding: 55px 96px 84px;
  text-align: left;
}
@media (max-width: 768px) {
  .mainvisual {
    margin-top: 43px;
    padding: 20px;
  }
}
.mainvisual .txt-1 {
  font-size: 20px;
  font-weight: bold;
  padding: 13px 29px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .mainvisual .txt-1 {
    font-size: 16px;
    text-align: center;
  }
}
.mainvisual .txt-1:after {
  background-color: #FFF;
  content: "";
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 825px;
  z-index: -1;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 0% 100%);
}
@media (max-width: 768px) {
  .mainvisual .txt-1:after {
    height: 100%;
  }
}
.mainvisual .txt-1:before {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #FFF 100%);
  content: "";
  height: 100%;
  left: -58px;
  position: absolute;
  top: 0;
  width: 58px;
}
.mainvisual .ttl-1 {
  display: flex;
  flex-direction: column;
}
.mainvisual .ttl-1 .txt-2 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.5;
  padding: 44px 0 15px;
}
@media (max-width: 768px) {
  .mainvisual .ttl-1 .txt-2 {
    font-size: 20px;
    padding: 20px 0 10px;
  }
}
.mainvisual .ttl-1 .ttl-2 {
  font-size: 65px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.4;
  position: relative;
}
@media (max-width: 768px) {
  .mainvisual .ttl-1 .ttl-2 {
    font-size: 28px;
  }
}
.mainvisual .ttl-1 .ttl-2:after {
  background: url(./../img/mv-01.png) no-repeat center top/contain;
  content: "";
  height: 76px;
  left: 293px;
  position: absolute;
  top: 97px;
  width: 316px;
}
@media (max-width: 768px) {
  .mainvisual .ttl-1 .ttl-2:after {
    left: 0;
    top: 120px;
    width: 100%;
  }
}
.mainvisual .list {
  display: flex;
  gap: 23px;
  padding-top: 96px;
}
@media (max-width: 768px) {
  .mainvisual .list {
    flex-direction: column;
  }
}
.mainvisual .list .item .btn {
  align-items: center;
  border-radius: 5px;
  color: #FFF;
  display: flex;
  font-size: 22px;
  font-weight: bold;
  height: 86px;
  justify-content: center;
  position: relative;
  width: 380px;
}
@media (max-width: 768px) {
  .mainvisual .list .item .btn {
    font-size: 16px;
    height: 60px;
    width: 100%;
  }
}
.mainvisual .list .item .btn.blue {
  background-color: #1B7FC4;
}
.mainvisual .list .item .btn.blue:before {
  background: url(./../img/download.svg) no-repeat center top/contain;
  content: "";
  height: 20px;
  margin-right: 12px;
  width: 23px;
}
@media (max-width: 768px) {
  .mainvisual .list .item .btn.blue:before {
    height: 19px;
    width: 16px;
  }
}
.mainvisual .list .item .btn.green {
  background-color: #4EB233;
}
.mainvisual .list .item .btn:hover {
  opacity: 0.8;
}

.problem {
  padding: 100px 0 145px;
}
@media (max-width: 768px) {
  .problem {
    padding: 50px 0 70px;
  }
}
.problem .ttl-txt {
  padding-bottom: 96px;
}
@media (max-width: 768px) {
  .problem .ttl-txt {
    padding-bottom: 60px;
  }
}
.problem .ttl-txt .txt-1 {
  color: #4EB233;
}
.problem .ttl-txt .ttl-2 .green {
  color: #4EB233;
  font-family: "Barlow Condensed", sans-serif;
}
.problem .list {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 768px) {
  .problem .list {
    flex-direction: column;
    gap: 60px;
  }
}
.problem .list .item {
  background-color: #F9F9F9;
  width: 320px;
}
@media (max-width: 768px) {
  .problem .list .item {
    width: 100%;
  }
}
.problem .list .item .num {
  color: #4EB233;
  display: flex;
  flex-direction: column;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 60px;
  line-height: 1;
  margin-top: -40px;
}
@media (max-width: 768px) {
  .problem .list .item .num {
    font-size: 30px;
    margin-top: -20px;
  }
}
.problem .list .item .item-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 313px;
  justify-content: space-between;
  padding-top: 23px;
}
@media (max-width: 768px) {
  .problem .list .item .item-wrap {
    height: 240px;
    padding-top: 10px;
  }
}
.problem .list .item .item-wrap .txt-1 {
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .problem .list .item .item-wrap .txt-1 {
    font-size: 16px;
  }
}
.problem .list .item .txt-2 {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
  padding: 0 24px 42px;
  text-align: left;
}
@media (max-width: 768px) {
  .problem .list .item .txt-2 {
    font-size: 14px;
    padding: 0 15px 20px;
  }
}
.problem .list .item .img-1 {
  margin-bottom: 42px;
  width: 140px;
}
@media (max-width: 768px) {
  .problem .list .item .img-1 {
    margin-bottom: 21px;
  }
}
.problem .list .item .img-2 {
  margin-bottom: 54px;
  width: 140px;
}
@media (max-width: 768px) {
  .problem .list .item .img-2 {
    margin-bottom: 27px;
  }
}
.problem .list .item .img-3 {
  margin-bottom: 48px;
  width: 154px;
}
@media (max-width: 768px) {
  .problem .list .item .img-3 {
    margin-bottom: 24px;
  }
}

.solution-reason .top {
  background: url(../img/solution-bg.png) no-repeat center top/cover;
  padding: 140px 0 100px;
  position: relative;
}
@media (max-width: 768px) {
  .solution-reason .top {
    padding: 70px 0 50px;
  }
}
.solution-reason .top:before, .solution-reason .top:after {
  border-bottom: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-style: solid;
  border-top: 90px solid #74CE58;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}
.solution-reason .top:before {
  top: -45px;
}
.solution-reason .top:after {
  bottom: -45px;
}
.solution-reason .top .ttl-txt {
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .solution-reason .top .ttl-txt {
    padding: 0 0 60px;
  }
}
.solution-reason .top .ttl-txt .txt-1 {
  color: #C4FFB2;
  font-size: 35px;
}
@media (max-width: 768px) {
  .solution-reason .top .ttl-txt .txt-1 {
    font-size: 18px;
  }
}
.solution-reason .top .ttl-txt .box-1 {
  align-items: center;
  background-color: #FFF;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  margin-top: 33px;
  padding: 24px 0 30px;
}
@media (max-width: 768px) {
  .solution-reason .top .ttl-txt .box-1 {
    margin-top: 15px;
    padding: 12px 20px 15px;
  }
}
.solution-reason .top .ttl-txt .box-1 .ttl-2 {
  font-size: 32px;
  font-weight: bold;
  padding: 0 0 12px;
}
@media (max-width: 768px) {
  .solution-reason .top .ttl-txt .box-1 .ttl-2 {
    font-size: 18px;
    padding: 0;
  }
}
.solution-reason .top .ttl-txt .box-1 .txt-2 {
  border-bottom: 3px solid #4EB233;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.6;
  padding-top: 0;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .solution-reason .top .ttl-txt .box-1 .txt-2 {
    font-size: 16px;
    padding-top: 10px;
  }
}
.solution-reason .top .ttl-txt .box-1 .txt-2 .green {
  color: #16804F;
  font-weight: bold;
}
.solution-reason .top .box-2 {
  align-items: center;
  background-color: rgba(22, 128, 79, 0.8);
  border: 3px solid rgba(196, 255, 178, 0.8);
  border-radius: 50px;
  display: flex;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  flex-direction: column;
  height: 348px;
  justify-content: center;
  margin: 0 auto 115px;
  position: relative;
  width: 730px;
}
@media (max-width: 768px) {
  .solution-reason .top .box-2 {
    height: auto;
    margin: 0 auto 60px;
    padding: 20px 0;
    width: 100%;
  }
}
.solution-reason .top .box-2 .ttl-3 {
  color: #FFF;
  display: flex;
  flex-direction: column;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .solution-reason .top .box-2 .ttl-3 {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.solution-reason .top .box-2 .ttl-3 .label {
  color: #C4FFB2;
  font-family: "Barlow Condensed", sans-serif;
  padding-bottom: 14px;
}
.solution-reason .top .box-2 .ttl-3 .label:before, .solution-reason .top .box-2 .ttl-3 .label:after {
  content: "－";
}
@media (max-width: 768px) {
  .solution-reason .top .box-2 .ttl-3 .label {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
.solution-reason .top .box-2 .list .item {
  align-items: center;
  background-color: #EBFAE7;
  border-radius: 60px;
  display: flex;
  filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.16));
  flex-direction: column;
  font-size: 22px;
  font-weight: bold;
  height: 120px;
  justify-content: center;
  padding: 5px 0;
  position: absolute;
  width: 270px;
}
@media (max-width: 768px) {
  .solution-reason .top .box-2 .list .item {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    position: static;
  }
  .solution-reason .top .box-2 .list .item * {
    transform: none;
  }
}
.solution-reason .top .box-2 .list .item .label {
  color: #4EB233;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  padding-bottom: 7px;
}
.solution-reason .top .box-2 .list .item .label:before, .solution-reason .top .box-2 .list .item .label:after {
  content: "－";
}
@media (max-width: 768px) {
  .solution-reason .top .box-2 .list .item .label {
    font-size: 14px;
    padding-bottom: 4px;
  }
}
.solution-reason .top .box-2 .list .item.up {
  left: 50%;
  top: -18%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .solution-reason .top .box-2 .list .item.up {
    transform: none;
  }
}
.solution-reason .top .box-2 .list .item.right {
  right: -18%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .solution-reason .top .box-2 .list .item.right {
    transform: none;
  }
}
.solution-reason .top .box-2 .list .item.down {
  bottom: -18%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .solution-reason .top .box-2 .list .item.down {
    transform: none;
  }
}
.solution-reason .top .box-2 .list .item.left {
  left: -18%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .solution-reason .top .box-2 .list .item.left {
    transform: none;
  }
}
.solution-reason .top .box-3 {
  background-color: #FFF;
  padding: 73px 0 77px;
}
@media (max-width: 768px) {
  .solution-reason .top .box-3 {
    padding: 30px 0;
  }
}
.solution-reason .top .box-3 .ttl-txt .txt-1 {
  color: #4EB233;
}
.solution-reason .top .box-3 .list {
  display: flex;
  flex-direction: column;
  gap: 119px;
}
@media (max-width: 768px) {
  .solution-reason .top .box-3 .list {
    gap: 60px;
  }
}
.solution-reason .top .box-3 .list .item {
  background-color: #F9F9F9;
  display: flex;
  height: 341px;
  margin-left: -523px;
  margin-right: 215px;
  position: relative;
}
@media (max-width: 768px) {
  .solution-reason .top .box-3 .list .item {
    flex-direction: column;
    height: auto;
    margin: 0;
    padding: 20px;
  }
}
.solution-reason .top .box-3 .list .item .txt-wrap {
  position: absolute;
  right: 228px;
  text-align: left;
  width: 500px;
}
@media (max-width: 768px) {
  .solution-reason .top .box-3 .list .item .txt-wrap {
    position: static;
    width: 100%;
  }
}
.solution-reason .top .box-3 .list .item .txt-wrap .num {
  color: #4EB233;
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 120px;
  margin-top: -85px;
}
@media (max-width: 768px) {
  .solution-reason .top .box-3 .list .item .txt-wrap .num {
    font-size: 60px;
    margin-top: -60px;
  }
}
.solution-reason .top .box-3 .list .item .txt-wrap .ttl-3 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 56px;
}
@media (max-width: 768px) {
  .solution-reason .top .box-3 .list .item .txt-wrap .ttl-3 {
    font-size: 16px;
    padding-bottom: 28px;
  }
}
.solution-reason .top .box-3 .list .item .txt-wrap .txt-1 {
  font-size: 16px;
  line-height: 2.2;
  position: relative;
}
@media (max-width: 768px) {
  .solution-reason .top .box-3 .list .item .txt-wrap .txt-1 {
    font-size: 14px;
    line-height: 1.6;
    padding-bottom: 20px;
  }
}
.solution-reason .top .box-3 .list .item .txt-wrap .txt-1:before {
  border-top: 1px solid #4EB233;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: -30px;
  width: 615px;
}
@media (max-width: 768px) {
  .solution-reason .top .box-3 .list .item .txt-wrap .txt-1:before {
    left: -20px;
    top: -15px;
    width: calc(100% + 20px);
  }
}
.solution-reason .top .box-3 .list .item .img {
  display: block;
  height: auto;
  position: absolute;
  right: -271px;
  top: -50px;
  width: 455px;
}
@media (max-width: 768px) {
  .solution-reason .top .box-3 .list .item .img {
    position: static;
    width: 100%;
  }
}
.solution-reason .top .box-3 .list .item:nth-of-type(even) {
  flex-direction: row-reverse;
  margin-left: 215px;
  margin-right: -523px;
}
@media (max-width: 768px) {
  .solution-reason .top .box-3 .list .item:nth-of-type(even) {
    flex-direction: column;
    margin: 0;
  }
}
.solution-reason .top .box-3 .list .item:nth-of-type(even) .txt-wrap {
  left: 228px;
  text-align: left;
}
.solution-reason .top .box-3 .list .item:nth-of-type(even) .txt-wrap .txt-1:before {
  left: auto;
  right: 0;
}
.solution-reason .top .box-3 .list .item:nth-of-type(even) .img {
  left: -271px;
}
.solution-reason .top .box-3 .box-btm {
  padding-top: 63px;
}
@media (max-width: 768px) {
  .solution-reason .top .box-3 .box-btm {
    padding-top: 30px;
  }
}
.solution-reason .top .box-3 .box-btm .txt-1 {
  align-items: center;
  color: #4EB233;
  display: block;
  display: flex;
  font-size: 32px;
  font-weight: bold;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .solution-reason .top .box-3 .box-btm .txt-1 {
    font-size: 18px;
  }
}
.solution-reason .top .box-3 .box-btm .txt-1:before, .solution-reason .top .box-3 .box-btm .txt-1:after {
  background-color: #4EB233;
  content: "";
  display: block;
  height: 50px;
  margin: 0 30px;
  width: 2px;
}
@media (max-width: 768px) {
  .solution-reason .top .box-3 .box-btm .txt-1:before, .solution-reason .top .box-3 .box-btm .txt-1:after {
    height: 40px;
  }
}
.solution-reason .top .box-3 .box-btm .txt-1:before {
  transform: rotate(-35deg);
}
.solution-reason .top .box-3 .box-btm .txt-1:after {
  transform: rotate(35deg);
}
.solution-reason .top .box-3 .box-btm .txt-2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.2;
  padding: 30px 0 26px;
}
@media (max-width: 768px) {
  .solution-reason .top .box-3 .box-btm .txt-2 {
    font-size: 14px;
    line-height: 1.8;
    padding: 15px 20px 10px;
    text-align: left;
  }
}
.solution-reason .top .box-3 .box-btm .img {
  width: 340px;
}
.solution-reason .btm {
  padding: 132px 0 100px;
}
@media (max-width: 768px) {
  .solution-reason .btm {
    padding: 60px 0 50px;
  }
}
.solution-reason .btm .ttl-txt {
  padding-bottom: 102px;
}
@media (max-width: 768px) {
  .solution-reason .btm .ttl-txt {
    padding-bottom: 50px;
  }
}
.solution-reason .btm .ttl-txt .txt-1 {
  color: #4EB233;
}
.solution-reason .btm .list {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 768px) {
  .solution-reason .btm .list {
    flex-direction: column;
    gap: 60px;
  }
}
.solution-reason .btm .list .item {
  background-color: #F9F9F9;
  padding-bottom: 56px;
  width: 320px;
}
@media (max-width: 768px) {
  .solution-reason .btm .list .item {
    padding-bottom: 28px;
    width: 100%;
  }
}
.solution-reason .btm .list .item .num {
  color: #4EB233;
  display: flex;
  flex-direction: column;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 60px;
  line-height: 1.2;
  margin-top: -40px;
}
@media (max-width: 768px) {
  .solution-reason .btm .list .item .num {
    font-size: 30px;
    margin-top: -20px;
  }
}
.solution-reason .btm .list .item .txt {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  padding: 22px 0 34px;
}
@media (max-width: 768px) {
  .solution-reason .btm .list .item .txt {
    font-size: 16px;
    padding: 10px 0 15px;
  }
}
.solution-reason .btm .list .item .img-1 {
  width: 175px;
}
.solution-reason .btm .list .item .img-2 {
  width: 128px;
}
.solution-reason .btm .list .item .img-3 {
  width: 113px;
}

.expert {
  background: url(../img/expert-bg.png) no-repeat center top/cover;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .expert {
    padding: 50px 0;
  }
}
.expert .ttl-2 {
  align-items: center;
  background-color: #4EB233;
  display: flex;
  font-size: 30px;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  margin: 0 auto;
  width: 720px;
  -webkit-clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
  clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
  color: #FFF;
}
@media (max-width: 768px) {
  .expert .ttl-2 {
    font-size: 16px;
    height: auto;
    padding: 5px 0;
    width: 100%;
  }
}
.expert .txt-1 {
  color: #FFF;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 42px 0 56px;
}
@media (max-width: 768px) {
  .expert .txt-1 {
    font-size: 18px;
    padding: 20px 0 25px;
  }
}
.expert .txt-2 {
  color: #FFF;
  font-size: 16px;
  line-height: 2.2;
}
@media (max-width: 768px) {
  .expert .txt-2 {
    font-size: 14px;
    text-align: left;
  }
}

.step {
  padding: 87px 0 100px;
}
@media (max-width: 768px) {
  .step {
    padding: 40px 0 50px;
  }
}
.step .ttl-txt {
  padding-bottom: 56px;
}
@media (max-width: 768px) {
  .step .ttl-txt {
    padding-bottom: 28px;
  }
}
.step .ttl-txt .txt-1 {
  color: #4EB233;
}
.step .list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 107px;
  position: relative;
}
@media (max-width: 768px) {
  .step .list {
    padding-bottom: 50px;
  }
}
.step .list:after {
  background: url(../img/arrow.png) no-repeat center top/contain;
  bottom: -92px;
  content: "";
  display: block;
  height: 199px;
  left: 40px;
  position: absolute;
  width: 34px;
}
@media (max-width: 768px) {
  .step .list:after {
    bottom: -48px;
  }
}
.step .list .item {
  align-items: center;
  background-color: #F9F9F9;
  display: flex;
  height: 126px;
  position: relative;
}
@media (max-width: 768px) {
  .step .list .item {
    height: 151px;
    z-index: 1;
  }
}
.step .list .item:last-child {
  border: 2px solid #4EB233;
}
.step .list .item:not(:last-child):after {
  border-bottom: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-style: solid;
  border-top: 20px solid #333;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 137px;
  transform: translateX(-50%);
  width: 0;
}
@media (max-width: 768px) {
  .step .list .item:not(:last-child):after {
    top: 162px;
  }
}
.step .list .item .num {
  color: #4EB233;
  display: flex;
  flex-direction: column;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 60px;
  line-height: 1.2;
  width: 108px;
}
@media (max-width: 768px) {
  .step .list .item .num {
    font-size: 30px;
    width: 90px;
  }
}
.step .list .item .num.last {
  width: 106px;
}
.step .list .item .txt-wrap {
  border-left: 1px solid #4EB233;
  padding-left: 41px;
  text-align: left;
}
@media (max-width: 768px) {
  .step .list .item .txt-wrap {
    padding-left: 20px;
  }
}
.step .list .item .txt-wrap .ttl-3 {
  font-size: 25px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .step .list .item .txt-wrap .ttl-3 {
    font-size: 16px;
  }
}
.step .list .item .txt-wrap .txt {
  font-size: 16px;
  padding-top: 18px;
}
@media (max-width: 768px) {
  .step .list .item .txt-wrap .txt {
    font-size: 14px;
    padding-right: 10px;
    padding-top: 10px;
  }
}
.step .mid {
  background: url(../img/case-bg.png) no-repeat center top/cover;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .step .mid {
    padding: 50px 0;
  }
}
.step .mid .box {
  background-color: #FFF;
  padding-bottom: 65px;
  text-align: left;
}
@media (max-width: 768px) {
  .step .mid .box {
    padding-bottom: 30px;
  }
}
.step .mid .box .top {
  background-color: #4EB233;
  padding: 36px 50px;
  position: relative;
}
@media (max-width: 768px) {
  .step .mid .box .top {
    padding: 18px 25px;
  }
  .step .mid .box .top * {
    position: relative;
    z-index: 1;
  }
}
.step .mid .box .top:after {
  background-color: #71BF5C;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 303px;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 768px) {
  .step .mid .box .top:after {
    width: 150px;
  }
}
.step .mid .box .top .ttl-3 {
  color: #FFF;
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .step .mid .box .top .ttl-3 {
    font-size: 18px;
  }
}
.step .mid .box .top .txt-1 {
  color: #FFF;
  font-size: 25px;
  font-weight: bold;
  padding-top: 13px;
}
@media (max-width: 768px) {
  .step .mid .box .top .txt-1 {
    font-size: 16px;
  }
}
.step .mid .box .cont {
  display: flex;
  justify-content: space-between;
  padding: 60px 50px 0;
}
@media (max-width: 768px) {
  .step .mid .box .cont {
    flex-direction: column;
    padding: 30px 20px 0;
  }
}
.step .mid .box .cont .txt-2 {
  letter-spacing: 0.5px;
  width: 413px;
}
@media (max-width: 768px) {
  .step .mid .box .cont .txt-2 {
    width: 100%;
  }
}
.step .mid .box .cont .img {
  width: 440px;
}
@media (max-width: 768px) {
  .step .mid .box .cont .img {
    width: 100%;
  }
}
.step .btm {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .step .btm {
    padding-top: 50px;
  }
}
.step .btm .box {
  background-color: #F9F9F9;
  letter-spacing: 1px;
  padding: 54px 50px 56px;
}
@media (max-width: 768px) {
  .step .btm .box {
    padding: 27px 20px 28px;
  }
}
.step .btm .ttl-3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: -10px;
  text-align: center;
}
@media (max-width: 768px) {
  .step .btm .ttl-3 {
    font-size: 18px;
  }
}
.step .btm .txt-1 {
  color: #4EB233;
  font-size: 20px;
  font-weight: bold;
  padding-top: 43px;
  text-align: left;
}
@media (max-width: 768px) {
  .step .btm .txt-1 {
    font-size: 16px;
    padding-top: 30px;
  }
}
.step .btm .txt-1:before {
  content: "■";
  font-size: 20px;
  padding-right: 0.2em;
}
.step .btm .txt-2 {
  padding-top: 21px;
  text-align: left;
}
@media (max-width: 768px) {
  .step .btm .txt-2 {
    padding-top: 10px;
  }
}

.cloud {
  background: url(../img/solution-bg.png) no-repeat center top/cover;
  padding: 87px 0 100px;
}
@media (max-width: 768px) {
  .cloud {
    padding: 40px 0 50px;
  }
}
.cloud .ttl-txt {
  padding-bottom: 54px;
}
@media (max-width: 768px) {
  .cloud .ttl-txt {
    padding-bottom: 27px;
  }
}
.cloud .ttl-txt .txt-1 {
  color: #C4FFB2;
}
.cloud .ttl-txt .ttl-2 {
  color: #FFF;
}
.cloud .box {
  background-color: #FFF;
  padding: 54px 50px 60px;
}
@media (max-width: 768px) {
  .cloud .box {
    padding: 27px 20px 30px;
  }
}
.cloud .box.first {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .cloud .box.first {
    margin-bottom: 50px;
  }
}
.cloud .box * {
  letter-spacing: 1px;
  text-align: left;
}
.cloud .box .ttl-3 {
  color: #4EB233;
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 11px;
}
@media (max-width: 768px) {
  .cloud .box .ttl-3 {
    font-size: 20px;
  }
}
.cloud .box .txt {
  border-bottom: 7px solid #4EB233;
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 35px;
}
@media (max-width: 768px) {
  .cloud .box .txt {
    font-size: 18px;
    padding-bottom: 20px;
  }
}
.cloud .box .list {
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .cloud .box .list {
    padding-bottom: 30px;
  }
}
.cloud .box .list .item {
  border-bottom: 1px solid #D8D8D8;
  display: flex;
  gap: 50px;
  justify-content: center;
  padding: 60px 0;
}
@media (max-width: 768px) {
  .cloud .box .list .item {
    flex-direction: column;
    gap: 20px;
    padding: 30px 0;
  }
}
.cloud .box .list .item .cont .num {
  align-items: center;
  background-color: #4EB233;
  color: #FFF;
  display: flex;
  font-size: 20px;
  height: 27px;
  justify-content: center;
  width: 133px;
  -webkit-clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
  font-family: "Barlow Condensed", sans-serif;
}
.cloud .box .list .item .cont .txt-1 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.6;
  padding: 27px 0;
}
@media (max-width: 768px) {
  .cloud .box .list .item .cont .txt-1 {
    font-size: 16px;
    padding: 15px 0;
  }
}
.cloud .box .list .item .cont .txt-2 {
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .cloud .box .list .item .cont .txt-2 {
    font-size: 14px;
  }
}
.cloud .box .list .item .img-wrap {
  padding-top: 25px;
}
@media (max-width: 768px) {
  .cloud .box .list .item .img-wrap {
    padding-top: 0;
  }
}
.cloud .box .list .item .img-wrap .tooltip-003 {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.cloud .box .list .item .img-wrap .tooltip-003 > .link {
  display: block;
  transition: 0.3s;
}
.cloud .box .list .item .img-wrap .tooltip-003 > .link:hover {
  opacity: 0.8;
}
.cloud .box .list .item .img-wrap .tooltip-003 > span {
  align-items: center;
  background-color: #efefef;
  border-radius: 10px;
  color: #333;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  opacity: 0;
  padding: 0.5em 1em;
  position: absolute;
  right: -200px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s;
  visibility: hidden;
  white-space: nowrap;
}
.cloud .box .list .item .img-wrap .tooltip-003 > span:before {
  background-color: inherit;
  height: 9px;
  left: -6px;
  position: absolute;
  width: 6px;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  content: "";
}
.cloud .box .list .item .img-wrap .tooltip-003 > span:after {
  background: url(../img/link.png) no-repeat center top/contain;
  content: "";
  display: block;
  height: 26px;
  width: 24px;
}
.cloud .box .list .item .img-wrap .tooltip-003:hover > span {
  opacity: 1;
  visibility: visible;
}
.cloud .box .list .item .img-wrap img.img {
  width: 425px;
}
@media (max-width: 768px) {
  .cloud .box .list .item .img-wrap img.img {
    width: 100%;
  }
}
.cloud .box .list .item .img-wrap img.wiz {
  width: 87px;
}
.cloud .box .list .item .img-wrap img.distributed {
  width: 176px;
}
.cloud .box .list .item .img-wrap img.okta {
  width: 120px;
}
.cloud .box .list .item .img-wrap img.vault {
  width: 120px;
}
.cloud .box .list .item .img-wrap img.terraform {
  width: 160px;
}
.cloud .box .list .item .img-wrap img.entrust {
  width: 140px;
}
.cloud .box .list .item .img-wrap img.netskope {
  width: 240px;
}
.cloud .box .list .item .img-wrap img.veeam {
  width: 174px;
}
.cloud .box .list .item .img-wrap img.rubrik {
  width: 125px;
}

.comparison {
  padding: 87px 0 100px;
}
@media (max-width: 768px) {
  .comparison {
    padding: 40px 0 50px;
  }
}
.comparison .ttl-txt {
  padding-bottom: 58px;
}
@media (max-width: 768px) {
  .comparison .ttl-txt {
    padding-bottom: 30px;
  }
}
.comparison .ttl-txt .txt-1 {
  color: #4EB233;
}
.comparison .table-wrap {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .comparison .table-wrap {
    margin-bottom: 50px;
    overflow-x: scroll;
  }
}
@media (max-width: 768px) {
  .comparison .table-wrap .table {
    width: 821px;
  }
}
.comparison .table-wrap .table-dl {
  border-bottom: 1px solid #AAAAAA;
  border-right: none;
  display: flex;
  font-size: 30px;
  font-weight: bold;
  height: 64px;
}
@media (max-width: 768px) {
  .comparison .table-wrap .table-dl {
    height: 60px;
  }
}
.comparison .table-wrap .table-dl.top {
  background-color: #F9F9F9;
  border-top: 1px solid #AAAAAA;
  font-size: 16px;
  height: 89px;
}
@media (max-width: 768px) {
  .comparison .table-wrap .table-dl.top {
    font-size: 14px;
    height: 70px;
  }
}
.comparison .table-wrap .table-dl.top .blank {
  background-color: #FFF;
}
.comparison .table-wrap .table-dl.top .green {
  background-color: #4EB233;
  color: #FFF;
}
.comparison .table-wrap .table-dt {
  align-items: center;
  border-left: 1px solid #AAAAAA;
  border-right: 1px solid #AAAAAA;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  justify-content: center;
  width: 251px;
}
@media (max-width: 768px) {
  .comparison .table-wrap .table-dt {
    width: 200px;
  }
}
.comparison .table-wrap .table-dd {
  align-items: center;
  border-right: 1px solid #AAAAAA;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 231px;
}
@media (max-width: 768px) {
  .comparison .table-wrap .table-dd {
    width: 160px;
  }
}
.comparison .table-wrap .table-dd.green {
  color: #4EB233;
  width: 318px;
}
@media (max-width: 768px) {
  .comparison .table-wrap .table-dd.green {
    width: 260px;
  }
}
.comparison .table-wrap .table-dd.green-top {
  background-color: #4EB233;
  color: #FFF;
  display: block;
}
.comparison .btm-link {
  background-color: #F9F9F9;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .comparison .btm-link {
    padding: 50px 0;
  }
}
.comparison .btm-link .img {
  width: 100%;
}

.download-contact .download {
  background: url(../img/download-bg.png) no-repeat center top/cover;
  padding: 91px 0 100px;
}
@media (max-width: 768px) {
  .download-contact .download {
    padding: 50px 0;
  }
}
.download-contact .download * {
  color: #FFF;
  text-align: left;
}
.download-contact .download .cont {
  display: flex;
  justify-content: space-between;
  padding-bottom: 56px;
}
@media (max-width: 768px) {
  .download-contact .download .cont {
    flex-direction: column;
    padding-bottom: 28px;
  }
}
.download-contact .download .cont .ttl-txt .txt-1 {
  margin-left: 1em;
}
.download-contact .download .cont .img {
  padding-top: 20px;
  width: 370px;
}
@media (max-width: 768px) {
  .download-contact .download .cont .img {
    width: 100%;
  }
}
.download-contact .contact {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .download-contact .contact {
    padding: 40px 0;
  }
}
/*# sourceMappingURL=maps/inner.css.map */
