@charset "UTF-8";
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
.bold {
  font-weight: 700;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.medium {
  font-weight: 500;
}

.shadow {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
}

.br4 {
  border-radius: 4px;
  overflow: hidden;
}

.fs44 {
  font-size: 44px !important;
}

.fs38 {
  font-size: 38px !important;
}

.orange {
  color: #F7810A;
}

.half-bc_blue {
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #1478F0 50%, #1478F0 100%);
}

.half-bc_lightblue {
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #E8F3FF 50%, #E8F3FF 100%);
}
.half-bc_lightblue._top {
  background: linear-gradient(180deg, #E8F3FF 0%, #E8F3FF 50%, #fff 50%, #fff 100%);
}

.kankyo-cloud_btn {
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 56px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  touch-action: manipulation;
  text-decoration: none;
  transition: all 0.3s ease;
  user-select: none;
  position: relative;
  border-radius: calc(infinity * 1px);
  max-width: 300px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  border-width: 3px;
  border-style: solid;
}
.kankyo-cloud_btn:has(.text) {
  padding-top: 5px;
}
.kankyo-cloud_btn span.text {
  font-size: 14px;
  font-weight: 500;
  border-radius: calc(infinity * 1px);
  height: 26px;
  border-width: 1px;
  border-style: solid;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 187px;
  width: 100%;
  position: absolute;
  top: -20px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.kankyo-cloud_btn span.text::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateY(-50%);
}
.kankyo-cloud_btn._orange {
  border-color: #fff;
  background: #F7810A url("../kankyo-cloudLP/images/arrow_w.svg") no-repeat center right 20px/9px 17px;
  color: #fff;
}
.kankyo-cloud_btn._orange span.text {
  border-color: #F7810A;
  background: #fff;
  color: #F7810A;
}
.kankyo-cloud_btn._orange span.text::after {
  border-top: 5px solid #fff;
}
.kankyo-cloud_btn._orange_w {
  border-color: #F7810A;
  background: #fff url("../kankyo-cloudLP/images/arrow_o.svg") no-repeat center right 20px/9px 17px;
  color: #F7810A;
}
.kankyo-cloud_btn._orange_w span.text {
  border-color: #F7810A;
  background: #F7810A;
  color: #fff;
}
.kankyo-cloud_btn._orange_w span.text::after {
  border-top: 5px solid #F7810A;
}
.kankyo-cloud_btn._blue {
  border-color: #1478F0;
  color: #fff;
  background: #1478F0 url("../kankyo-cloudLP/images/arrow_w.svg") no-repeat center right 20px/9px 17px;
  height: 60px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
}
.kankyo-cloud_btn.btnCenter {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .kankyo-cloud_btn:hover {
    transition: all 0.3s ease;
  }
  .kankyo-cloud_btn:hover._orange {
    border-color: #F7810A;
    background: #fff url("../kankyo-cloudLP/images/arrow_o.svg") no-repeat center right 20px/9px 17px;
    color: #F7810A;
  }
  .kankyo-cloud_btn:hover._orange span.text {
    border-color: #F7810A;
    background: #F7810A;
    color: #fff;
  }
  .kankyo-cloud_btn:hover._orange span.text::after {
    border-top: 5px solid #F7810A;
  }
  .kankyo-cloud_btn:hover._orange_w {
    border-color: #fff;
    background: #F7810A url("../kankyo-cloudLP/images/arrow_w.svg") no-repeat center right 20px/9px 17px;
    color: #fff;
  }
  .kankyo-cloud_btn:hover._orange_w span.text {
    border-color: #F7810A;
    background: #fff;
    color: #F7810A;
  }
  .kankyo-cloud_btn:hover._orange_w span.text::after {
    border-top: 5px solid #fff;
  }
  .kankyo-cloud_btn:hover._blue {
    color: #1478F0;
    background: #fff url("../kankyo-cloudLP/images/arrow_w.svg") no-repeat center right 20px/9px 17px;
  }
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

.iconList li {
  position: relative;
  padding: 0 0 0 0.8em;
}
.iconList li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 5px;
  height: 5px;
  background: #0452FF;
  border-radius: 5px;
}

.icon-checkList {
  display: grid;
  gap: 10px;
}
.icon-checkList li {
  position: relative;
  padding: 0 0 10px;
  border-bottom: 1px solid #EBEBEB;
  display: flex;
  gap: 5px;
}
.icon-checkList li:before {
  content: "";
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: url("../kankyo-cloudLP/images/check_icon.svg") no-repeat center/cover;
  margin-top: 0.1em;
}

.icon-proposal {
  gap: 15px;
}
.icon-proposal::before {
  content: "";
  background: url("../kankyo-cloudLP/images/materials_icon.svg") no-repeat center/cover;
  width: 27px;
  height: 21px;
  flex-shrink: 0;
}
@media screen and (min-width: 1025px) {
  .icon-proposal:hover::before {
    background: url("../kankyo-cloudLP/images/materials_o_icon.svg") no-repeat center/cover;
    transition: 0.3s ease-in;
  }
}

.icon-tel_o::before {
  content: "";
  background: url("../kankyo-cloudLP/images/icon-tel_o.svg") no-repeat center/cover;
  width: 17.85px;
  height: 23.29px;
  flex-shrink: 0;
}
@media screen and (min-width: 1025px) {
  .icon-tel_o:hover::before {
    background: url("../kankyo-cloudLP/images/icon-tel_w.svg") no-repeat center/cover;
  }
}

.btn-wrap {
  display: flex;
  gap: 30px 25px;
  flex-wrap: wrap;
}

.kankyo-cloudLP-h2 {
  font-size: 40px;
  line-height: 1.2;
  margin: 0 0 54px;
  text-align: center;
}
.kankyo-cloudLP-h2 .blue {
  color: #0452FF;
}
.kankyo-cloudLP-h2 + p {
  text-align: center;
}
.kankyo-cloudLP-h2 span.big {
  font-size: 50px;
}

.kankyo-cloudLP-h2_wrap {
  margin-bottom: 58px;
}
.kankyo-cloudLP-h2_wrap .kankyo-cloudLP-h2 {
  margin: 0 0 23px;
}

@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
  }
  .kankyo-cloudLP-h2 {
    font-size: 32px;
  }
  .kankyo-cloudLP-h2_wrap {
    margin-bottom: 38px;
  }
  .kankyo-cloudLP-h2_wrap span.big {
    font-size: 36px;
  }
}
/* ------------------- */
/* Header */
/* ------------------- */
#kankyo-cloudHeader {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
#kankyo-cloudHeader #headerRead {
  background-color: #1478F0;
  color: #fff;
  font-weight: bold;
  padding: 2px 0;
}
#kankyo-cloudHeader #headerRead h1 {
  font-size: 12px;
  margin: 0;
}
#kankyo-cloudHeader #headerCnt {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#kankyo-cloudHeader #kc-mainNaviArea ul {
  display: flex;
  gap: 40px;
}
#kankyo-cloudHeader #kc-mainNaviArea ul li a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
#kankyo-cloudHeader #kc-mainNaviArea ul li a:hover {
  color: #000;
  opacity: 0.8;
}
#kankyo-cloudHeader #drawerNaviWrap {
  display: none;
}
@media screen and (max-width: 767px) {
  #kankyo-cloudHeader #headerCnt {
    height: 50px;
  }
  #kankyo-cloudHeader #kc-mainNaviArea {
    display: none;
  }
  #kankyo-cloudHeader #drawerNaviWrap {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  #kankyo-cloudHeader #kc-mainNaviArea ul {
    gap: 20px;
  }
}

/* SPメニュー */
/* ----------------------------------- */
#drawerNaviWrap {
  position: absolute;
  top: 23px;
  right: 0;
  z-index: 9;
}
#drawerNaviWrap .drawerNaviBtnWrap {
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer;
}
#drawerNaviWrap .drawerNaviBtn {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 20px;
  height: 16.5px;
  transition: all 0.5s;
  z-index: 3;
}
#drawerNaviWrap .drawerNaviBtn span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1478F0;
  transition: 0.1s ease;
}
#drawerNaviWrap .drawerNaviBtn span:nth-child(1) {
  top: 0;
}
#drawerNaviWrap .drawerNaviBtn span:nth-child(2) {
  top: 8px;
}
#drawerNaviWrap .drawerNaviBtn span:nth-child(3) {
  bottom: 0;
}
#drawerNaviWrap .drawer-nav {
  display: block;
  position: fixed;
  top: 72px;
  right: -375px;
  bottom: 0;
  width: 375px;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 999;
  opacity: 0;
}
#drawerNaviWrap .drawer-nav .drawerInner {
  padding: 0;
}
#drawerNaviWrap .drawer-nav .drawerInner .drawer-nav-list {
  display: grid;
  gap: 16.5px;
  margin-bottom: 30px;
}
#drawerNaviWrap .drawer-nav .drawerInner .drawer-nav-list li a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 16px;
  border-bottom: 1px solid;
}
#drawerNaviWrap .drawer-nav .drawerInner .kankyo-cloud_btn {
  max-width: initial;
  width: 100%;
}
#drawerNaviWrap .drawer-nav .drawerInner .kankyo-cloud_btn._orange {
  height: 60px;
}
#drawerNaviWrap .drawer-nav .drawerInner .kankyo-cloud_btn._orange_w {
  height: 68px;
}
#drawerNaviWrap #overlay {
  display: none;
  transition: all 0.5s;
}
#drawerNaviWrap.open .drawerNaviBtn span:nth-child(1) {
  top: 8px;
  transform: rotate(145deg);
}
#drawerNaviWrap.open .drawerNaviBtn span:nth-child(2) {
  opacity: 0;
}
#drawerNaviWrap.open .drawerNaviBtn span:nth-child(3) {
  bottom: 8px;
  transform: rotate(-145deg);
}
#drawerNaviWrap.open .drawer-nav {
  right: 0;
  opacity: 1;
  padding: 26px 20px;
}
#drawerNaviWrap.open .drawer-nav .drawerInner {
  padding-bottom: 100px;
}
#drawerNaviWrap.open #overlay {
  display: block;
  position: fixed;
  top: 73px;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  z-index: 2;
}

/* ------------------- */
/* .fv-Wrap */
/* ------------------- */
.fv-Wrap {
  padding: 15px 0 27px;
  background-color: #F5FCFF;
  position: relative;
}
.fv-Wrap .fv-wrap-inr {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
.fv-Wrap .fukidasi {
  background-color: #fff;
  padding: 7px 66px 5px 24px;
  border-radius: 4px;
  font-size: 18px;
  margin: 0;
  margin-bottom: 18px;
  position: relative;
  font-weight: bold;
  display: inline-flex;
  align-items: baseline;
  line-height: 1.2;
}
.fv-Wrap .fukidasi .blue {
  font-size: 22px;
  color: #1478F0;
}
.fv-Wrap .fukidasi::before {
  content: "";
  background: url("../kankyo-cloudLP/images/fukidasi-arrow.png") no-repeat center/cover;
  width: 18px;
  height: 38px;
  position: absolute;
  left: 20px;
  bottom: -30px;
}
.fv-Wrap .fukidasi::after {
  content: "";
  background: url("../kankyo-cloudLP/images/mv_garbage_truck.svg") no-repeat center/cover;
  width: 71px;
  height: 35px;
  position: absolute;
  right: -31px;
  bottom: -4px;
}
.fv-Wrap .main-cc .cc-1 {
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 7px;
  line-height: 1.2;
}
.fv-Wrap .main-cc .cc-1 span {
  font-size: 20px;
}
.fv-Wrap .main-cc .system-cc {
  margin-bottom: 10px;
}
.fv-Wrap .itemList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 6px;
  margin: 16px 0 32px;
}
.fv-Wrap .itemList li {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 35px;
  background-color: #1478F0;
  border-radius: 4px;
}
.fv-Wrap .itemList li:nth-child(-n+4) {
  width: calc((100% - 18px) / 4);
}
.fv-Wrap .itemList li:nth-child(5),
.fv-Wrap .itemList li:nth-child(7) {
  width: 100px;
}
.fv-Wrap .itemList li:nth-child(6) {
  width: calc(100% - 12px - 200px);
}
@media screen and (min-width: 1170px) {
  .fv-Wrap {
    padding: 40px 0 50px;
  }
  .fv-Wrap .fukidasi {
    background-color: #fff;
    padding: 19px 37px 13px;
    font-size: 37px;
    margin-bottom: 24px;
  }
  .fv-Wrap .fukidasi .blue {
    font-size: 44px;
  }
  .fv-Wrap .fukidasi::before {
    width: 27px;
    height: 43px;
    left: 40px;
    bottom: -34px;
  }
  .fv-Wrap .fukidasi::after {
    width: 185px;
    height: 101px;
    right: -150px;
    bottom: -23px;
  }
  .fv-Wrap .main-cc .cc-1 {
    font-size: 38px;
    margin: 0 0 16px;
  }
  .fv-Wrap .main-cc .cc-1 span {
    font-size: 30px;
  }
  .fv-Wrap .main-cc .system-cc {
    margin-bottom: 20px;
  }
  .fv-Wrap .itemList {
    gap: 8px;
  }
  .fv-Wrap .itemList li {
    font-size: 16px;
    padding: 13px 24px 13px;
  }
  .fv-Wrap .itemList {
    gap: 8px;
    margin: 40px 0 0;
  }
  .fv-Wrap .itemList li {
    font-size: 16px;
    height: 47px;
  }
  .fv-Wrap .itemList li:nth-child(-n+4) {
    width: calc((100% - 32px) / 4);
  }
  .fv-Wrap .itemList li:nth-child(5),
  .fv-Wrap .itemList li:nth-child(7) {
    width: 133px;
  }
  .fv-Wrap .itemList li:nth-child(6) {
    width: calc(100% - 24px - 266px);
  }
}
@media screen and (max-width: 1024px) {
  .fv-Wrap .fv-wrap-inr {
    max-width: 800px;
  }
}

/* ------------------- */
/* .fv-Wrap */
/* ------------------- */
.fv-Wrap {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.fv-Wrap::before {
  content: "";
  position: absolute;
  bottom: 20px;
  right: -145px;
  background: url("../kankyo-cloudLP/images/fv-bk01.png") no-repeat center/cover;
  width: 478px;
  height: 371px;
  z-index: -1;
}
.fv-Wrap::after {
  content: "";
  position: absolute;
  top: -80px;
  left: -270px;
  background: url("../kankyo-cloudLP/images/fv-bk02.png") no-repeat center/cover;
  width: 393px;
  height: 257px;
  z-index: -1;
  opacity: 0.4;
}
.fv-Wrap .fv-wrap-inr .box2 .img {
  text-align: center;
}
.fv-Wrap .fv-wrap-inr .btn-wrap {
  justify-content: center;
}
.fv-Wrap .fv-wrap-inr .btn-wrap .kankyo-cloud_btn {
  max-width: 345px;
}
@media screen and (min-width: 1025px) {
  .fv-Wrap::before {
    bottom: 24.5px;
    right: -177px;
    width: 703px;
    height: 544px;
  }
  .fv-Wrap::after {
    top: inherit;
    bottom: 52px;
    left: -429px;
    width: 677px;
    height: 443px;
    transform: rotate(15deg);
  }
  .fv-Wrap .fv-wrap-inr {
    display: grid;
    grid-template-columns: 52% 43%;
    grid-template-rows: auto auto;
    gap: 48px;
  }
  .fv-Wrap .fv-wrap-inr .box1 {
    grid-column: 1;
    grid-row: 1;
  }
  .fv-Wrap .fv-wrap-inr .box2 {
    grid-column: 2;
    grid-row: 1/3;
    margin-top: 47px;
  }
  .fv-Wrap .fv-wrap-inr .box3 {
    grid-column: 1;
    grid-row: 2;
  }
  .fv-Wrap .fv-wrap-inr .btn-wrap {
    flex-wrap: nowrap;
  }
  .fv-Wrap .fv-wrap-inr .btn-wrap .kankyo-cloud_btn {
    height: 68px;
  }
  .fv-Wrap .fv-wrap-inr .btn-wrap .kankyo-cloud_btn span.text::after {
    bottom: -7px;
  }
}

/* ------------------- */
/* .cl-sliderArea */
/* ------------------- */
.cl-sliderArea {
  margin: 30px 0 35px;
}
.cl-sliderArea .swiper-cl .swiper-wrapper {
  transition-timing-function: linear;
}
.cl-sliderArea .swiper-cl .swiper-slide {
  width: 270px;
}
.cl-sliderArea .swiper-cl .swiper-slide img {
  width: 270px;
}
@media screen and (max-width: 767px) {
  .cl-sliderArea {
    margin: 45px 0 40px;
  }
  .cl-sliderArea .swiper-cl .swiper-slide {
    width: 140px;
  }
  .cl-sliderArea .swiper-cl .swiper-slide img {
    width: 140px;
  }
}

/* ------------------- */
/* .swiper-container */
/* ------------------- */
.swiper-container {
  overflow: initial;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  width: 30px;
  height: 30px;
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.1));
}
.swiper-container .swiper-button-prev {
  background: url("../kankyo-cloudLP/images/swiper-button-prev.svg") no-repeat center/cover;
  left: -15px;
}
.swiper-container .swiper-button-next {
  background: url("../kankyo-cloudLP/images/swiper-button-next.svg") no-repeat center/cover;
  right: -15px;
}
@media screen and (min-width: 768px) {
  .swiper-container .swiper-button-prev,
  .swiper-container .swiper-button-next {
    display: none;
  }
}

/* ------------------- */
/* #section-01 */
/* ------------------- */
#section-01 {
  background-color: #1478F0;
  padding: 56px 0 90px;
}
#section-01 .kankyo-cloudLP-h2 {
  color: #fff;
}
#section-01 .kankyo-cloudLP-h2 .under-line {
  background: linear-gradient(transparent 70%, #F7810A 20%);
}
#section-01 .maximg {
  margin: 0 0 66px;
}
@media screen and (min-width: 1025px) {
  #section-01 {
    padding: 80px 0 120px;
  }
}

/* .section-01_item01 */
.section-01_item01 .textWrap {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
}
.section-01_item01 .textWrap .text {
  background: #fff;
  border-radius: 16px 16px 16px 0;
  padding: 13px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-01_item01 .textWrap .text p, .section-01_item01 .textWrap .text h3 {
  margin: 0;
  font-size: 16px;
}
.section-01_item01 .item01Logo {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .section-01_item01 {
    position: relative;
  }
  .section-01_item01 .textWrap {
    gap: 20px 330px;
    margin-bottom: 40px;
    grid-template-columns: 1fr 1fr;
  }
  .section-01_item01 .textWrap .text {
    padding: 30px;
    gap: 15px;
  }
  .section-01_item01 .textWrap .text p {
    font-size: 18px;
  }
  .section-01_item01 .textWrap .text:nth-child(1) {
    border-radius: 16px 16px 0 16px;
  }
  .section-01_item01 .textWrap .text:nth-child(3) {
    border-radius: 16px 0 16px 16px;
    margin-right: 18px;
    max-height: 90px;
  }
  .section-01_item01 .textWrap .text:nth-child(4) {
    border-radius: 0 16px 16px 16px;
    margin-left: 46px;
  }
  .section-01_item01 .item01Logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}

/* .section-01_item02 */
.section-01_item02 {
  position: relative;
}
.section-01_item02 .cloud-img {
  position: absolute;
  top: 0;
  left: -203px;
}
.section-01_item02 .kankyo-cloudLP-h2 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  text-align: center;
  justify-content: center;
  margin-bottom: 0;
}
.section-01_item02 .item02-box {
  margin-bottom: 57px;
}
.section-01_item02 .item02-box .img {
  text-align: center;
  margin-bottom: -46px;
}
.section-01_item02 .item02-box .textBox .inr {
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
  padding: 76px 20px 30px;
}
.section-01_item02 .item02-box .textBox .inr .title {
  margin: 0 0 24px;
  font-size: 28px;
  text-align: center;
}
.section-01_item02 .item02-box .textBox .inr .title .blue {
  color: #1478F0;
}
.section-01_item02 .item02-box .textBox .inr p {
  margin-bottom: 0;
  line-height: 1.8;
}
.section-01_item02 .item02-box-02 {
  position: relative;
}
.section-01_item02 .item02-box-02 .cloud-img-2 {
  position: absolute;
  top: -33px;
  right: -203px;
}
.section-01_item02 .item02-box-02 .cloud-img-3 {
  position: absolute;
  bottom: -36px;
  left: -216px;
}
.section-01_item02 .item02-box-02 .title {
  margin: 0 0 34px;
  font-size: 28px;
  text-align: center;
  color: #fff;
}
.section-01_item02 .item02-box-02 .title .under-line {
  background: linear-gradient(transparent 70%, #F7810A 20%);
}
@media screen and (min-width: 1025px) {
  .section-01_item02 .kankyo-cloudLP-h2 {
    margin-bottom: 60px;
  }
  .section-01_item02 .cloud-img {
    top: 135px;
    left: -63px;
  }
  .section-01_item02 .item02-box {
    position: relative;
    margin-bottom: 83px;
  }
  .section-01_item02 .item02-box .img {
    position: absolute;
    left: -70px;
    top: 50%;
    transform: translateY(-50%);
    margin-bottom: 0;
    z-index: 1;
  }
  .section-01_item02 .item02-box .textBox {
    position: relative;
    margin-left: 30%;
  }
  .section-01_item02 .item02-box .textBox::after {
    content: "";
    width: 200px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: -200px;
  }
  .section-01_item02 .item02-box .textBox .inr {
    border-radius: 4px 0 0 4px;
    padding: 56px 0 85px 145px;
  }
  .section-01_item02 .item02-box .textBox .inr .title {
    margin: 0 0 30px;
    font-size: 34px;
    text-align: left;
  }
  .section-01_item02 .item02-box-02 .title {
    margin: 0 0 62px;
    font-size: 34px;
  }
}

.item02-box-02-cardWrap {
  display: grid;
  gap: 15px;
}
.item02-box-02-cardWrap .card {
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 4px;
  padding: 17px 20px;
  background-color: #fff;
}
.item02-box-02-cardWrap .card .logo {
  flex-shrink: 0;
}
.item02-box-02-cardWrap .card .card-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
  color: #1478F0;
}
.item02-box-02-cardWrap .card p {
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .item02-box-02-cardWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .item02-box-02-cardWrap .card {
    padding: 20px;
    flex-direction: column;
    width: calc((100% - 60px) / 4);
  }
  .item02-box-02-cardWrap .card .logo {
    text-align: center;
  }
  .item02-box-02-cardWrap .card .card-title {
    font-size: 22px;
    margin-bottom: 12px;
    text-align: center;
  }
  .item02-box-02-cardWrap .card:nth-child(-n+3) {
    width: calc((100% - 40px) / 3);
  }
}

/* ------------------- */
/* #aboutArea */
/* ------------------- */
#aboutArea {
  padding: 120px 0;
  background-color: #E8F3FF;
  overflow: hidden;
}
#aboutArea .canLogo {
  margin-top: 0;
  margin-bottom: 78px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #aboutArea .container._spnon {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  #aboutArea {
    padding: 80px 0 90px;
  }
  #aboutArea .canLogo {
    margin-bottom: 40px;
  }
}

.about-ListWrap {
  margin-bottom: 70px;
}
.about-ListWrap .about-Box {
  background-color: #fff;
  padding: 27px 18px 30px;
  height: auto;
}
.about-ListWrap .about-Box .title {
  text-align: center;
  color: #1478F0;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 20px;
  line-height: 1.4;
}
.about-ListWrap .about-Box .img {
  margin-bottom: 18px;
  text-align: center;
}
.about-ListWrap .about-Box .img img {
  max-height: 155px;
  width: auto;
}
@media screen and (min-width: 1025px) {
  .about-ListWrap {
    margin-bottom: 90px;
  }
  .about-ListWrap .about-Box {
    padding: 30px 30px;
    height: 530px;
    height: inherit;
  }
  .about-ListWrap .about-Box .title {
    font-size: 26px;
    margin: 0 0 26px;
  }
  .about-ListWrap .about-Box .img {
    margin-bottom: 30px;
  }
  .about-ListWrap .about-Box:nth-child(2) {
    margin-top: 46px;
  }
  .about-ListWrap .about-Box:nth-child(3) {
    margin-top: 92px;
  }
}
@media screen and (max-width: 767px) {
  .about-ListWrap .about-Box {
    width: 345px;
  }
}

.scroll-warp {
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
.scroll-warp .scroll-warp-wid {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
.scroll-warp .scroll-warpBox {
  display: grid;
  row-gap: 68px;
}
.scroll-warp .scroll-warpBox .top-txt {
  position: relative;
}
.scroll-warp .scroll-warpBox .top-txt::before {
  content: "";
  width: 17px;
  height: 27.67px;
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.scroll-warp .scroll-warpBox .top-txt .title {
  top: -2px;
  left: 0;
  position: absolute;
  width: 100%;
  margin: 0;
  text-align: center;
}
.scroll-warp .scroll-warpBox .top-txt .inr {
  border-radius: 4px;
  padding-top: 35px;
  margin-top: 11px;
  overflow: hidden;
}
.scroll-warp .scroll-warpBox .top-txt .inr .listWrap {
  padding: 20px;
  background-color: #F5F5F5;
}
.scroll-warp .scroll-warpBox .top-txt .inr .listWrap .icon-checkList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 15px;
}
.scroll-warp .scroll-warpBox .top-txt .inr .listWrap .icon-checkList li {
  background-color: #fff;
  padding: 10px 20px;
}
.scroll-warp .scroll-warpBox .bt-txt {
  height: 79px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.scroll-warp .scroll-warpBox .bt-txt p {
  font-size: 30px !important;
  font-weight: bold;
  margin: 0;
}
.scroll-warp .scroll-warpBox.blue .top-txt::before {
  background: url("../kankyo-cloudLP/images/arrow_bottom_b.svg") no-repeat center/cover;
}
.scroll-warp .scroll-warpBox.blue .top-txt .inr {
  background-color: #1478F0;
}
.scroll-warp .scroll-warpBox.blue .bt-txt {
  background-color: #1478F0;
}
.scroll-warp .scroll-warpBox.lightblue .top-txt::before {
  background: url("../kankyo-cloudLP/images/arrow_bottom_lb.svg") no-repeat center/cover;
}
.scroll-warp .scroll-warpBox.lightblue .top-txt .inr {
  background-color: #14ACF0;
}
.scroll-warp .scroll-warpBox.lightblue .bt-txt {
  background-color: #14ACF0;
}
@media screen and (max-width: 1000px) {
  .scroll-warp {
    padding: 10px 10px 20px;
  }
  .scroll-warp::-webkit-scrollbar {
    height: 3px;
  }
  .scroll-warp::-webkit-scrollbar-track {
    background-color: #fff;
  }
  .scroll-warp::-webkit-scrollbar-thumb {
    background-color: #1478F0;
    border-radius: 3px;
  }
  .scroll-warp .scroll-warp-wid {
    width: 940px;
  }
}

/* ------------------- */
/* #funcArea */
/* ------------------- */
#funcArea {
  padding: 120px 0;
  margin-top: 120px;
  background-color: #066AE2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #funcArea {
    padding: 80px 0 90px;
    margin-top: 80px;
  }
}

.func-itemArea {
  display: grid;
  row-gap: 30px;
}
.func-itemArea .func-itemWrap {
  display: grid;
  gap: 20px 38px;
}
.func-itemArea .func-itemWrap p {
  margin: 0;
}
.func-itemArea .func-itemWrap .title {
  font-weight: bold;
  margin: 0 0 13px;
  padding-top: 33px;
  font-size: 28px;
  position: relative;
  z-index: 0;
}
.func-itemArea .func-itemWrap .title .nom {
  font-size: 99px;
  color: rgba(41, 196, 255, 0.47);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 1025px) {
  .func-itemArea {
    row-gap: 100px;
  }
  .func-itemArea .func-itemWrap {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .func-itemArea .func-itemWrap.odd .title-box {
    grid-column: 2;
  }
  .func-itemArea .func-itemWrap.odd .img-box {
    grid-column: 1;
    grid-row: 1;
  }
  .func-itemArea .func-itemWrap .title {
    margin: 0 0 18px;
    padding-top: 54px;
    font-size: 34px;
  }
}

/* ------------------- */
/* #priceArea */
/* ------------------- */
#priceArea {
  padding: 112px 0 90px;
}
#priceArea .kankyo-cloudLP-h2 {
  margin-bottom: 85px;
}
@media screen and (max-width: 1024px) {
  #priceArea .price-itemArea {
    max-width: 390px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #priceArea {
    padding: 90px 0 80px;
  }
  #priceArea .kankyo-cloudLP-h2 {
    margin-bottom: 80px;
  }
}

.price-itemWrap {
  border: 1px solid #1478F0;
  position: relative;
  padding: 67px 15px 30px;
}
.price-itemWrap .price-title {
  position: absolute;
  top: -48px;
  left: 0;
  width: 100%;
  text-align: center;
}
.price-itemWrap .price-title .title {
  background-color: #1478F0;
  border-radius: calc(infinity * 1px);
  color: #fff;
  font-size: 22px;
  padding: 10px 40px;
  font-weight: bold;
  text-align: center;
  display: inline-flex;
  margin: 0;
}
.price-itemWrap .price-title .title br {
  display: block;
}
.price-itemWrap .price-item-inr {
  display: grid;
  gap: 24px 20px;
}
.price-itemWrap .price-item-inr .price-item-inrBox {
  background-color: #EFEFEF;
  padding: 24px 20px 20px;
}
.price-itemWrap .price-item-inr .price-item-inrBox:first-child {
  position: relative;
}
.price-itemWrap .price-item-inr .price-item-inrBox:first-child::before {
  content: "";
  background: url("../kankyo-cloudLP/images/icon_plus.svg") no-repeat center/cover;
  width: 35px;
  height: 47px;
  display: block;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.price-itemWrap .price-item-inr .price-item-inrBox .inr {
  background-color: #fff;
  text-align: center;
  border-radius: 4px;
}
.price-itemWrap .price-item-inr .price-item-inrBox .inr p {
  margin: 0;
}
.price-itemWrap .price-item-inr .price-item-inrBox .inr .textWrap {
  padding: 14px 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 179px;
}
.price-itemWrap .price-item-inr .price-item-inrBox .inr .textWrap .txt {
  display: flex;
  align-items: baseline;
}
.price-itemWrap .price-item-inr .price-item-inrBox .inr .textWrap ul {
  text-align: left;
}
.price-itemWrap .price-item-inr .price-item-inrBox .inr .label {
  font-size: 20px;
  margin: 0;
  font-weight: bold;
  color: #fff;
  height: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.price-itemWrap .price-item-inr .price-item-inrBox .inr .price-nome {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  font-family: "Roboto", sans-serif;
}
.price-itemWrap .price-item-inr .price-item-inrBox .inr .price-nome::before {
  content: "(税別)";
  font-size: 12px;
  font-weight: bold;
  position: absolute;
}
.price-itemWrap .price-item-inr .price-item-inrBox .inr .price-nome::after {
  content: "円";
  font-size: 20px;
  font-weight: bold;
}
.price-itemWrap .price-item-inr .price-item-inrBox.box1 .inr {
  border: 1px solid #14ACF0;
}
.price-itemWrap .price-item-inr .price-item-inrBox.box1 .inr .label {
  background-color: #14ACF0;
}
.price-itemWrap .price-item-inr .price-item-inrBox.box1 .inr .price-nome {
  color: #14ACF0;
}
.price-itemWrap .price-item-inr .price-item-inrBox.box1 .inr .price-nome::before {
  right: -6px;
  top: 10px;
}
.price-itemWrap .price-item-inr .price-item-inrBox.box1 .inr .price-nome::after {
  font-size: 26px;
}
.price-itemWrap .price-item-inr .price-item-inrBox.box2 {
  display: grid;
  gap: 70px 60px;
}
.price-itemWrap .price-item-inr .price-item-inrBox.box2 .inr {
  border: 1px solid #0452FF;
}
.price-itemWrap .price-item-inr .price-item-inrBox.box2 .inr:first-child {
  position: relative;
}
.price-itemWrap .price-item-inr .price-item-inrBox.box2 .inr:first-child::before {
  content: "";
  background: url("../kankyo-cloudLP/images/icon_or.svg") no-repeat center/cover;
  width: 49px;
  height: 49px;
  display: block;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.price-itemWrap .price-item-inr .price-item-inrBox.box2 .inr .label {
  background-color: #0452FF;
}
.price-itemWrap .price-item-inr .price-item-inrBox.box2 .inr .price-nome {
  color: #0452FF;
}
.price-itemWrap .price-item-inr .price-item-inrBox.box2 .inr .price-nome::before {
  right: -10px;
  top: 8px;
}
.price-itemWrap .price-item-inr .price-item-inrBox.box2 .inr .under-line {
  margin-bottom: 5px;
}
.price-itemWrap .price-item-inr .price-item-inrBox.box2 .inr .under-line .price-nome {
  border-bottom: 1px solid #0452FF;
  margin-bottom: 3.5px;
}
@media screen and (min-width: 1025px) {
  .price-itemWrap {
    padding: 62px 20px 30px;
  }
  .price-itemWrap .price-title {
    top: -37px;
  }
  .price-itemWrap .price-title .title {
    font-size: 34px;
  }
  .price-itemWrap .price-title .title br {
    display: none;
  }
  .price-itemWrap .price-item-inr {
    grid-template-columns: 1fr 2fr;
    gap: 24px 20px;
  }
  .price-itemWrap .price-item-inr .price-item-inrBox .inr .textWrap {
    padding: 12px 10px 20px;
    min-height: 190px;
  }
  .price-itemWrap .price-item-inr .price-item-inrBox:first-child::before {
    bottom: initial;
    left: initial;
    right: -28px;
    top: 50%;
    transform: translateY(-50%);
  }
  .price-itemWrap .price-item-inr .price-item-inrBox.box2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .price-itemWrap .price-item-inr .price-item-inrBox.box2 .inr:first-child::before {
    bottom: initial;
    left: initial;
    right: -56px;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* ------------------- */
/* #caseArea */
/* ------------------- */
#caseArea {
  padding: 120px 0;
  margin: 120px 0 0;
  background-color: #E8F3FF;
}
@media screen and (max-width: 767px) {
  #caseArea {
    margin: 80px 0 0;
    padding: 80px 0 90px;
  }
}

.case-ListWrap {
  margin-bottom: 60px;
}
.case-ListWrap .case-Box {
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
  position: relative;
}
.case-ListWrap .case-Box .permalinkWrap {
  position: absolute;
  inset: 0;
}
.case-ListWrap .case-Box .thumbnail {
  margin-bottom: 18px;
}
.case-ListWrap .case-Box .thumbnail img {
  aspect-ratio: 1.7;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-ListWrap .case-Box .catWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin: 0 0 8px;
  position: relative;
  z-index: 2s;
}
.case-ListWrap .case-Box .catWrap li a {
  background-color: #1478F0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 18px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
}
.case-ListWrap .case-Box .name {
  color: #1478F0;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 11px;
}
.case-ListWrap .case-Box .title {
  font-size: 20px;
  font-weight: bold;
  min-height: 5em;
  margin: 0 0 20px;
}
.case-ListWrap .case-Box .infoWrap {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}
.case-ListWrap .case-Box .infoWrap li {
  display: flex;
  gap: 10px 20px;
  font-size: 16px;
  align-items: center;
}
.case-ListWrap .case-Box .infoWrap li .label {
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  color: #1478F0;
  border: 1px solid;
  border-radius: 4px;
  line-height: 1;
  flex-shrink: 0;
}
.case-ListWrap .case-Box .logo img {
  height: 50px;
}
@media screen and (max-width: 1024px) {
  .case-ListWrap .case-Box {
    width: 300px !important;
  }
}

/* ------------------- */
/* #flowArea */
/* ------------------- */
#flowArea {
  padding: 112px 0 90px;
}
@media screen and (max-width: 767px) {
  #flowArea {
    padding: 90px 0 70px;
  }
}

.flow-CardWrap {
  display: grid;
  row-gap: 60px;
}
.flow-CardWrap .flow-Card {
  position: relative;
}
.flow-CardWrap .flow-Card:not(:first-child)::before {
  content: "";
  background: url("../kankyo-cloudLP/images/arrow_bottom_b.svg") no-repeat center/cover;
  width: 17px;
  height: 27.67px;
  display: block;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
.flow-CardWrap .flow-Card .inr {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  overflow: hidden;
  background-color: #F5F5F5;
}
.flow-CardWrap .flow-Card .inr .flow-Card-title {
  background-color: #1478F0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  gap: 15px 20px;
  margin-bottom: 20px;
}
.flow-CardWrap .flow-Card .inr .flow-Card-title .flow-title-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: calc(infinity * 1px);
  background-color: #fff;
  flex-shrink: 0;
}
.flow-CardWrap .flow-Card .inr .flow-Card-title .flow-title {
  margin: 0;
  font-size: 22;
  color: #fff;
}
.flow-CardWrap .flow-Card .inr .menu-container._column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.flow-CardWrap .flow-Card .inr .menu-container._column .menu:nth-child(odd) {
  background-color: #fff;
}
.flow-CardWrap .flow-Card .inr .menu-container._column .menu:nth-child(2) .menu-item._arrow::after {
  right: 0;
  border-top: 23px solid #F5F5F5;
  border-bottom: 22px solid #F5F5F5;
}
.flow-CardWrap .flow-Card .inr .menu-container .menu .menu-item {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  background: linear-gradient(98deg, rgb(20, 172, 240) 60%, rgb(20, 120, 240) 100%);
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.flow-CardWrap .flow-Card .inr .menu-container .menu .menu-item._color2 {
  background: linear-gradient(90deg, rgb(123, 204, 255) 0%, rgb(4, 82, 255) 80%);
}
.flow-CardWrap .flow-Card .inr .menu-container .menu .menu-item._arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 23px solid #1478F0;
  border-top: 23px solid transparent;
  border-bottom: 22px solid transparent;
  position: absolute;
  right: -22px;
  top: 0;
  z-index: 1;
}
.flow-CardWrap .flow-Card .inr .menu-container .menu .txt {
  padding: 18px 20px;
}
@media screen and (min-width: 1025px) {
  .flow-CardWrap {
    row-gap: 70px;
  }
  .flow-CardWrap .flow-Card .inr {
    display: grid;
    grid-template-columns: 235px 1fr;
    min-height: 170px;
  }
  .flow-CardWrap .flow-Card .inr .flow-Card-title {
    flex-direction: column;
    height: auto;
    margin-bottom: 0;
  }
  .flow-CardWrap .flow-Card .inr .menu-container._column {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .flow-CardWrap .flow-Card .inr .menu-container._column .menu:nth-child(2) .menu-item._arrow::after {
    right: -22px;
    border-top: 23px solid transparent;
    border-bottom: 22px solid transparent;
  }
  .flow-CardWrap .flow-Card .inr .menu-container .menu .txt.wrap {
    display: flex;
    gap: 15px 60px;
  }
}

/* ------------------- */
/* #supportArea */
/* ------------------- */
#supportArea {
  padding: 120px 0;
  background-color: #E8F3FF;
}
@media screen and (max-width: 767px) {
  #supportArea {
    padding: 90px 0;
  }
}

.label-iconCardWrap {
  display: grid;
  gap: 20px;
}
.label-iconCardWrap .label-iconCard {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  overflow: hidden;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 15px;
  background-color: #fff;
  position: relative;
  padding: 30px 30px 25px;
}
.label-iconCardWrap .label-iconCard .label {
  background-color: #1478F0;
  border-radius: 4px 0 4px 0;
  color: #fff;
  width: 110px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.label-iconCardWrap .label-iconCard .label.orange {
  background-color: #F7810A;
}
.label-iconCardWrap .label-iconCard .icon {
  text-align: center;
}
.label-iconCardWrap .label-iconCard .label-icon-title {
  margin: 0;
  color: #1478F0;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
}
.label-iconCardWrap .label-iconCard p {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .label-iconCardWrap {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
  .label-iconCardWrap .label-iconCard {
    padding: 50px 30px;
  }
  .label-iconCardWrap .label-iconCard .label-icon-title {
    font-size: 22px;
  }
}

/* ------------------- */
/* #faqArea */
/* ------------------- */
#faqArea {
  margin: 120px 0;
}
@media screen and (max-width: 767px) {
  #faqArea {
    margin: 90px 0;
  }
}

/* ------------------- */
/* accordion */
/* ------------------- */
.accordion-container {
  width: 100%;
  display: grid;
  gap: 40px;
}
.accordion-container .accordion-list {
  background-color: #1478F0;
  border-radius: 8px;
  padding: 0 30px 5px;
}
.accordion-container .accordion-list:has(.open) {
  padding: 0 30px 38.5px;
}
.accordion-container .accordion-list .accordion-title,
.accordion-container .accordion-list .a_text {
  position: relative;
  display: flex;
  gap: 8px;
}
.accordion-container .accordion-list .accordion-title::before,
.accordion-container .accordion-list .a_text::before {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  flex-shrink: 0;
}
.accordion-container .accordion-list .accordion-title {
  padding: 32px 0 20px;
  border-radius: 8px;
  background-color: #1478F0;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  margin: 0;
}
.accordion-container .accordion-list .accordion-title::before {
  content: "Q.";
}
.accordion-container .accordion-list .accordion-title::after {
  content: "";
  background: url("../kankyo-cloudLP/images/arrow_bt_w.svg") no-repeat center/cover;
  width: 16.5px;
  height: 10px;
  flex-shrink: 0;
  margin: 9px 0 0 auto;
  transition: all 0.3s ease;
}
.accordion-container .accordion-list .accordion-title.open::after {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}
.accordion-container .accordion-list .accordion-text {
  display: none;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 30px;
}
.accordion-container .accordion-list .accordion-text p {
  margin-top: 0;
}
.accordion-container .accordion-list .accordion-text .a_text::before {
  content: "A.";
  top: 26px;
  color: #F7810A;
}
@media screen and (max-width: 767px) {
  .accordion-container {
    gap: 20px;
  }
  .accordion-container .accordion-list {
    padding: 0 15px 5px;
  }
  .accordion-container .accordion-list:has(.open) {
    padding: 0 15px 20px;
  }
  .accordion-container .accordion-list .accordion-title {
    padding: 22px 0 15px;
  }
  .accordion-container .accordion-list .accordion-text {
    padding: 10px 15px;
  }
  .accordion-container .accordion-list .accordion-text .a_text {
    flex-wrap: wrap;
    gap: 5px;
  }
}

/* ------------------- */
/* cta-type1Area */
/* ------------------- */
.cta-type1Area .inr {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
}
.cta-type1Area .inr .btn-wrap {
  position: absolute;
  left: 40px;
  bottom: 30px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cta-type1Area .inr .btn-wrap {
    left: 4%;
    bottom: 4%;
  }
}
@media screen and (max-width: 767px) {
  .cta-type1Area .inr {
    max-width: 345px;
  }
  .cta-type1Area .inr .btn-wrap {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
  }
}

/* ------------------- */
/* #footer */
/* ------------------- */
#footer {
  background-color: #1478F0;
  color: #fff;
  padding: 90px 0 30px;
  text-align: center;
  font-weight: 500;
}
#footer p {
  margin: 0;
}
#footer .footerLogo {
  display: inline-flex;
  row-gap: 27px;
  flex-direction: column;
  margin-bottom: 118px;
}
#footer .copyright {
  font-size: 12px;
}
#footer .footer-nav ul {
  display: flex;
  justify-content: center;
}
#footer .footer-nav ul li:not(:last-child)::after {
  content: "｜";
}
#footer .footer-nav ul li a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 60px 0 100px;
  }
  #footer .footerLogo {
    row-gap: 18px;
    margin-bottom: 89px;
  }
  #footer .footer-nav ul li a {
    font-size: 14px;
  }
}

/* ---------------------------------------------------------------- */
/* CTA固定ボタン */
/* ---------------------------------------------------------------- */
.fadeUP {
  opacity: 0;
  z-index: 4;
  position: fixed;
  transition: 0.6s;
}
.fadeUP.fixed {
  opacity: 1;
  transition: 0.6s;
}

#fixedBtnPCArea {
  background-color: #0452FF;
  bottom: -90px;
  left: 0;
  width: 100%;
  height: 90px;
}
#fixedBtnPCArea.fixed {
  bottom: 0;
}
#fixedBtnPCArea p {
  margin: 0;
  color: #fff;
}
#fixedBtnPCArea .inr {
  display: flex;
  align-items: center;
  justify-content: center;
}
#fixedBtnPCArea .inr .txt p {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 5px;
}
#fixedBtnPCArea .inr .txt p .dod {
  -webkit-text-emphasis: filled #fff;
  text-emphasis: filled #fff;
}
#fixedBtnPCArea .inr .btn-wrap {
  margin-left: 30px;
  flex-wrap: nowrap;
}
#fixedBtnPCArea .inr .btn-wrap .kankyo-cloud_btn {
  font-size: 20px;
}
#fixedBtnPCArea .inr .btn-wrap .kankyo-cloud_btn._orange {
  min-width: 335px;
  gap: 5px;
}
#fixedBtnPCArea .inr .btn-wrap .kankyo-cloud_btn._orange .mini {
  background-color: #fff;
  color: #F7810A;
  font-size: 16px;
  border-radius: 5px;
  padding: 0 5px;
}
#fixedBtnPCArea .inr .btn-wrap .kankyo-cloud_btn._orange::before {
  width: 26px;
  height: 21px;
  margin-right: 11px;
  margin-top: 3px;
}
#fixedBtnPCArea .inr .btn-wrap .kankyo-cloud_btn._orange_w {
  min-width: 309px;
}
#fixedBtnPCArea .inr .btn-wrap .kankyo-cloud_btn._orange_w::before {
  width: 23px;
  height: 30px;
}
#fixedBtnPCArea .inr .btn-wrap .kankyo-cloud_btn:hover._orange .mini {
  background-color: #F7810A;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  #fixedBtnPCArea .inr .btn-wrap .kankyo-cloud_btn._orange_w {
    min-width: 270px;
  }
}
@media screen and (max-width: 1025px) {
  #fixedBtnPCArea {
    display: none;
  }
}

#fixedBtnSpArea {
  background-color: transparent;
}
#fixedBtnSpArea #fixedBtnSp ul {
  border: 3px solid #F7810A;
}
#fixedBtnSpArea #fixedBtnSp ul li {
  flex-basis: 100%;
}
#fixedBtnSpArea #fixedBtnSp ul li a {
  text-decoration: none;
  border-radius: 0;
  padding: 0;
  align-items: center;
  border: none;
  max-width: initial;
}
#fixedBtnSpArea #fixedBtnSp ul li a._orange {
  background: #F7810A;
}
#fixedBtnSpArea #fixedBtnSp ul li a._orange::before {
  width: 29px;
  height: 27px;
}
#fixedBtnSpArea #fixedBtnSp ul li a._orange_w {
  background: #fff;
  color: #F7810A;
}

/* ------------------------------------------ /
/ 表示非表示 /
/ ------------------------------------------ */
.pc {
  display: none;
}

.sp {
  display: block;
}

@media (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
/* ------------------------------------------ /
/ 下層ページ /
/ ------------------------------------------ */
.gi-breadcrumbs {
  padding: 40px 30px 90px;
}

#kankyo-cloud-page #_postCnt {
  background-color: #E8F3FF;
  padding: 90px 0 120px;
  margin-top: 98px;
  position: relative;
}
#kankyo-cloud-page #_postCnt .fukidasi-title {
  font-size: 20px;
  font-weight: bold;
  border-radius: calc(infinity * 1px);
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 487px;
  width: 100%;
  position: relative;
  background: #1478F0;
  color: #fff;
  position: absolute;
  top: -48px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
#kankyo-cloud-page #_postCnt .fukidasi-title::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 19px solid #1478F0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #kankyo-cloud-page #_postCnt {
    padding: 60px 0 90px;
  }
  #kankyo-cloud-page #_postCnt .fukidasi-title {
    font-size: 16px;
    max-width: 300px;
  }
}

.label-box {
  position: relative;
  padding: 58px 30px 30px;
  background-color: #F5F5F5;
  margin-bottom: 90px;
}
.label-box .label {
  background: #1478F0;
  color: #fff;
  padding: 7px 36px;
  font-size: 18px;
  font-weight: bold;
  display: inline-flex;
  position: absolute;
  top: 0;
  left: 0;
  height: 38px;
}
.label-box .icon-checkList {
  display: grid;
  gap: 15px;
  margin: 0;
}
.label-box .icon-checkList li {
  background-color: #fff;
  padding: 10px;
  border: none;
}
@media screen and (max-width: 767px) {
  .label-box {
    padding: 58px 15px 30px;
    margin-bottom: 60px;
  }
  .label-box .label {
    font-size: 16px;
  }
}

#formArea select {
  padding: 8px 0.5em 8px 10px;
  margin: 0;
  background: #fff;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  border: 1px solid #999999;
  border-radius: 4px;
}
#formArea select > option:nth-child(1) {
  color: rgba(0, 0, 0, 0.3) !important;
}

.privacy_policy_box {
  background-color: #fff;
}/*# sourceMappingURL=style.css.map */