@charset "utf-8";

@media all and (min-width: 1300px) {
  /* //    |- PC  */
} /* PC: min-width: 1300px */

@media all and (min-width: 1500px) {
  /* //    |- PC(Wide)  */
} /* PC(Wide): min-width: 1500px */

@media all and (max-width: 1079px) {
  /* //    |- SPTB  */
} /* SPTB: max-width: 1079px */

@media all and (max-width: 559px) {
  /* //    |- SP  */
} /* SP: max-width: 559px */

main {
  font-size: 1.6rem;
  line-height: 1.75;
  font-feature-settings: "palt";
  overflow-x: hidden;
}
html.chrome:not(.tbsp) body,
html.firefox:not(.tbsp) body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (max-width: 559px) {
  body {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
}
#container {
  padding-top: 78px;
}
@media all and (max-width: 559px) {
  #container {
    padding-top: 0;
  }
}
p.text {
  font-weight: 400;
  font-size: 15px;
}

.f-en {
  font-family: "Poppins", sans-serif;
}
.fc-orn {
  color: #ff9900;
}
.fc-blu {
  color: #0daaff;
}
.fc-grn {
  color: #16a235;
}
.fc-red {
  color: #de313d;
}
.fc-wht {
  color: #fff;
}
.bgclr-orn {
  background-color: #ff9900;
}
.bgclr-grn {
  background-color: #16a235;
}
.bgclr-red {
  background-color: #de313d;
}
.bgclr-red2 {
  background-color: #fe0036;
}
.bgclr-gry {
  background-color: #eeeeee;
}
.bgclr-gry2 {
  background-color: #f5f5f5;
}
.bgclr-blu {
  background-color: #0daaff;
}
.bgclr-blk {
  background-color: #000;
}
.taCenter {
  text-align: center;
}
.fwBold {
  font-weight: bold;
}
.fw5 {
  font-weight: 500;
}
.fw6 {
  font-weight: 600;
}
.fw7 {
  font-weight: 700;
}
.note {
  font-size: 12px;
}
.br12 {
  border-radius: 12px;
}
.br8 {
  border-radius: 8px;
}

.box-style {
  border: 10px solid #e7f3ff;
  padding: 40px 40px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}
.box-style .box-text {
  width: calc(100% - 340px);
  padding-right: 70px;
}
.box-style .box-text .box-title1 {
  margin-bottom: 15px;
  font-size: 2rem;
}
.box-style .box-text .box-title1 span {
  display: inline-block;
  background-color: #0080cc;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
  padding: 2px 20px;
}
.box-style .box-text .box-title2 {
  line-height: 1.75;
  font-weight: bold;
  font-size: 2.1rem;
  margin-bottom: 25px;
}
.box-style .box-text .box-body {
  line-height: 2;
  font-size: 1.5rem;
}
.box-style .box-text .box-body p + p {
  margin-top: 10px;
}
.box-style .box-image {
  width: 340px;
}
h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 60px;
}
h2 span {
  font-size: 18px;
  font-weight: 600;
}

@media all and (max-width: 559px) {
  .box-style {
    border: 5px solid #e7f3ff;
    padding: 15px 15px;
    display: block;
  }
  .box-style .box-text {
    width: auto;
    padding-right: 0;
    padding-bottom: 15px;
  }
  .box-style .box-text .box-title1 {
    margin-bottom: 12px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .box-style .box-text .box-title1 span {
    border-radius: 50px;
    display: block;
    text-align: center;
    padding: 7px 20px;
  }
  .box-style .box-text .box-title2 {
    line-height: 1.5;
    font-weight: bold;
    font-size: 1.9rem;
    margin-bottom: 15px;
  }
  .box-style .box-text .box-body {
    line-height: 1.75;
    font-size: 1.4rem;
  }
  .box-style .box-text .box-body p + p {
    margin-top: 10px;
  }
  .box-style .box-image {
    width: auto;
  }
  h2 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  h2 span {
    font-size: 14px;
  }
}
.btn {
  transition: 0.3s;
}

.btn:hover {
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
  border-color: transparent;
  border-radius: 8px;
}

/* // header
----------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 6px rgba(54, 64, 72, 0.1), 0 5px 34px rgba(54, 64, 72, 0.05);
  z-index: 10000;
  background-color: #fff;
  min-width: 982px;
}
.header__inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  padding-left: 50px;
  flex-grow: 200;
}
.header .logo img {
  width: 411px;
}
.header .header-business {
  padding-right: 30px;
  line-height: 1.2;
  position: relative;
  padding-left: 35px;
}
.header .header-business:before {
  content: " ";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/ecoperation_ad_img2/icon_tel.webp) no-repeat left top;
  background-size: contain;
}
.header .header-business a {
  color: #333;
  font-weight: 700;
  font-size: 20px;
}
.header .header-business span {
  font-size: 10px;
  font-weight: 700;
}
.header .header-business span.business {
  border: 1px solid #333;
  padding: 3px;
  margin-right: 5px;
  display: inline-block;
}
.header .header-cv-btn a {
  background-color: #de313d;
  color: #fff;
  display: block;
  font-weight: bold;
  line-height: 1.45;
  padding: 28px 25px;
}
.header .header-cv-btn a > span {
  display: block;
  padding-left: 40px;
  position: relative;
}
.header .header-cv-btn a > span:before {
  content: " ";
  position: absolute;
  display: block;
  width: 24px;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/ecoperation_ad_img2/icon_contact.webp) no-repeat left top;
  background-size: contain;
}
.header .header-cv-btn2 a {
  background-color: #0daaff;
}
.header .header-cv-btn2 a > span:before {
  content: " ";
  position: absolute;
  display: block;
  width: 18px;
  height: 24px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/ecoperation_ad_img2/icon_document.webp) no-repeat left top;
  background-size: contain;
}
@media all and (max-width: 559px) {
  .header {
    position: inherit;
    box-shadow: 0 0 3px rgba(54, 64, 72, 0.1), 0 3px 17px rgba(54, 64, 72, 0.05);
    padding: 8px 4px 8px 0;
    min-width: inherit;
  }
  .header .logo {
    padding-left: 10px;
  }
  .header .logo img {
    height: 20px;
    width: auto;
  }
  .header .header-cv-btn a {
    padding: 12px 12px 13px;
    font-size: 1.2rem;
    border-radius: 3px;
  }
  .header .header-cv-btn a > span {
    padding-right: 18px;
  }
  .header .header-cv-btn a > span:after {
    width: 16px;
    height: 16px;
  }
}

.page_top {
  display: block;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 2px 2px 6px rgba(54, 64, 72, 0.1), 5px 5px 34px rgba(54, 64, 72, 0.07);
  z-index: 100000;
  width: 60px;
  height: 60px;
  border: 1px solid #f1f1f1;
  opacity: 0;
  pointer-events: none;
}
.page_top.is-show {
  opacity: 1;
  pointer-events: auto;
}
.page_top span {
  display: block;
  height: 100%;
  width: 100%;
  background: url(../../images/ecoperation_ad_img2/icon_arrow_red.webp) no-repeat center center;
  background-size: 20px auto;
  transform: scaleY(-1);
}
.page_top:hover {
  background-color: #cc191d;
}
.page_top:hover span {
  background-image: url(../../images/ecoperation_ad_img2/icon_arrow_wht.webp);
}
@media all and (max-width: 559px) {
  .page_top {
    right: 15px;
    bottom: 55px;
    border-radius: 50%;
    box-shadow: 2px 2px 3px rgba(54, 64, 72, 0.1), 3px 3px 17px rgba(54, 64, 72, 0.07);
    width: 46px;
    height: 46px;
  }
  .page_top span {
    background-size: 16px auto;
  }
  .footer {
    padding: 45px 0 90px;
  }
}

/* // mv
----------------------------------------------- */
#MV {
  background: url(../../images/ecoperation_ad_img2/mv_bg_dot.webp?ver2) repeat top center;
  width: 100%;
  position: relative;
  z-index: 5;
  padding: 30px 0 60px;
}
#MV:after {
  content: " ";
  position: absolute;
  display: block;
  width: 525px;
  height: 442px;
  left: 0;
  bottom: 0;
  background: url(../../images/ecoperation_ad_img2/mv_bg.webp?ver2) no-repeat left top;
  background-size: contain;
  z-index: -2;
  opacity: 0.4;
}
#MV .head {
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 60px;
}
#MV .head p span {
  border-top: 1px solid #aadcf7;
  border-bottom: 1px solid #aadcf7;
  margin-top: 40px;
  display: inline-block;
  padding: 8px 40px 4px;
  position: relative;
}
#MV .head p span .dot-text {
  position: relative;
}
#MV .head p span .dot-text:before {
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  padding-top: 10px;
  background: -webkit-radial-gradient(circle 5px, #f9dab2 50%, transparent 50%);
  background: radial-gradient(circle 5px, #f9dab2 50%, transparent 50%);
  background: -moz-radial-gradient(circle 5px, #f9dab2 50%, transparent 50%);
}
#MV .head p span:before {
  content: " ";
  position: absolute;
  display: block;
  width: 44px;
  height: 44px;
  left: -44px;
  top: 25px;
  background: url(../../images/ecoperation_ad_img2/mv_img_01.webp) no-repeat left top;
  background-size: contain;
  transform: scale(-1, 1);
}
#MV .head p span:after {
  content: " ";
  position: absolute;
  display: block;
  width: 44px;
  height: 44px;
  right: -44px;
  top: 25px;
  background: url(../../images/ecoperation_ad_img2/mv_img_01.webp) no-repeat left top;
  background-size: contain;
}
#MV .head p span em {
  font-size: 28px;
  color: #f9dab2;
}
.haikei {
  animation-fill-mode: forwards;
  animation-name: fadeIn;
  animation-duration: 2.5s;
  animation-delay: 0s;
  opacity: 0;
  transform: translateY(-10px);
}
#MV .inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#MV .inner .left {
  width: 580px;
}
#MV .inner .left .img {
  text-align: center;
}
#MV .inner .left .img img {
  margin: 0 auto;
}
#MV .inner .left .img img:first-child {
}

#MV .inner .left .cv_area {
  width: 520px;
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
}
#MV .inner .left .cv_area .btn {
  border-radius: 8px;
  margin: 0 10px;
}
#MV .inner .left .cv_area .btn a {
  width: 270px;
  padding: 20px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
}
#MV .inner .left .cv_area .cv_btn_document {
  background: #ff9900;
}
#MV .inner .left .cv_area .cv_btn_contact {
  background: #16a235;
}

#MV .inner .left .title_sub {
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}
#MV .inner .left .title_main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
#MV .inner .left .title_main h1 {
  width: 78%;
  font-weight: bold;
  color: #fff;
  font-size: 56px;
  line-height: 1;
  text-align: right;
  margin-right: 4%;
  white-space: nowrap;
}
#MV .inner .left .title_main h1 .en1 {
  font-size: 100px;
}
#MV .inner .left .title_main h1 .en2 {
  font-size: 42px;
  color: #f9dab2;
}
#MV .inner .left .title_main h1 .jp1 {
  font-size: 65px;
}
#MV .inner .left .title_main .img {
  width: 18%;
}
#MV .inner .left .cv_area .cv_btn_document a span {
  position: relative;
}
#MV .inner .left .cv_area .cv_btn_document a span:before {
  content: " ";
  position: absolute;
  display: block;
  width: 85px;
  height: 75px;
  left: -90px;
  top: -22px;
  background: url(../../images/ecoperation_ad_img2/cv_btn_cover.webp?ver2) no-repeat left top;
  background-size: contain;
}

#MV .inner .right {
  position: relative;
}
#MV .inner .right .wrap {
  display: flex;
  justify-content: center;
  background: url(../../images/ecoperation_ad_img2/mv_bg2.webp) no-repeat center center / cover;
  aspect-ratio: 615 / 373;
}
#MV .inner .right .wrap .block {
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin: 95px 75px 0 55px;
}
#MV .inner .right .wrap .block .ttl {
  font-size: 26px;
  margin-bottom: 25px;
  white-space: nowrap;
}
#MV .inner .right .wrap .block1 .ttl {
  padding-left: 10px;
}
#MV .inner .right .wrap .block ul {
  text-align: left;
  display: inline-block;
}
#MV .inner .right .wrap .block ul li {
  font-size: 20px;
  position: relative;
  padding-left: 40px;
  line-height: 2;
  white-space: nowrap;
}
#MV .inner .right .wrap .block ul li:before {
  content: " ";
  position: absolute;
  display: block;
  width: 27px;
  height: 24px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/ecoperation_ad_img2/icon_check.webp) no-repeat left top;
  background-size: contain;
}
#MV .inner .right .catch {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 24px;
  margin-top: 20px;
  letter-spacing: 0.1em;
}
/*#MV .inner .right:before {
	content: " ";
  position: absolute;
  display: block;
  width: 956px;
  height: 482px;
  right: -340px;
  transform: translateY(-90%);
  background: url(../../images/ecoperation_ad_img2/mv_pc.webp?ver2) no-repeat left top;
  background-size: contain;
}*/

@media all and (max-width: 559px) {
  #MV {
    width: 100%;
    /*height: 210vw;*/
    position: relative;
    z-index: 5;
  }
  #MV:after {
    width: 80%;
    height: 360px;
  }
  #MV .head {
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #MV .head p span {
    border-top: 1px solid #aadcf7;
    border-bottom: 1px solid #aadcf7;
    margin-top: 70px;
    display: inline-block;
    padding: 3px 40px 3px;
    position: relative;
  }
  #MV .head p span .dot-text:before {
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    padding-top: 10px;
    background: -webkit-radial-gradient(circle 3px, #f9dab2 50%, transparent 50%);
    background: radial-gradient(circle 3px, #f9dab2 50%, transparent 50%);
    background: -moz-radial-gradient(circle 3px, #f9dab2 50%, transparent 50%);
  }
  #MV .head p span:before {
    content: " ";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    left: -30px;
    top: 38px;
    background: url(../../images/ecoperation_ad_img2/mv_img_01.webp) no-repeat left top;
    background-size: contain;
    transform: scale(-1, 1);
  }
  #MV .head p span:after {
    content: " ";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    right: -30px;
    top: 38px;
    background: url(../../images/ecoperation_ad_img2/mv_img_01.webp) no-repeat left top;
    background-size: contain;
  }
  #MV .head p span em {
    font-size: 16px;
    color: #f9dab2;
  }
  #MV .head img {
    width: 85%;
  }
  #MV .inner {
    position: inherit;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  #MV .inner .left {
    width: 100%;
    padding-top: 20px;
  }
  #MV .inner .left .img {
    text-align: center;
  }
  #MV .inner .left .img h1 img {
  }
  #MV .inner .left .img .no1 {
    width: 100%;
  }
  #MV .inner .left .cv_area {
    width: 100%;
    margin: 18px auto 0;
    display: flex;
    justify-content: space-between;
  }
  #MV .inner .left .cv_area .btn {
    border-radius: 8px;
    margin: 0 0;
    width: 48%;
  }
  #MV .inner .left .cv_area .btn a {
    width: 100%;
    padding: 15px 0;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
  }
  #MV .inner .left .title_sub {
    font-size: 3.5vw;
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
  }
  #MV .inner .left .title_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
  }
  #MV .inner .left .title_main h1 {
    width: 82%;
    font-weight: bold;
    color: #fff;
    font-size: 8vw;
    line-height: 1;
    text-align: right;
    margin-right: 2%;
  }
  #MV .inner .left .title_main h1 .en1 {
    font-size: 16vw;
  }
  #MV .inner .left .title_main h1 .en2 {
    font-size: 6vw;
    color: #f9dab2;
  }
  #MV .inner .left .title_main h1 .jp1 {
    font-size: 10vw;
  }
  #MV .inner .left .title_main .img {
    width: 16%;
  }

  #MV .inner .right {
    position: relative;
    margin-top: 40px;
  }
  #MV .inner .right .wrap {
    display: flex;
    justify-content: center;
    aspect-ratio: 615 / 373;
  }
  #MV .inner .right .wrap .block {
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin: 13vw 8vw 0 6vw;
  }
  #MV .inner .right .wrap .block .ttl {
    font-size: 4.2vw;
    margin-bottom: 3vw;
  }
  #MV .inner .right .wrap .block1 .ttl {
    padding-left: inherit;
  }
  #MV .inner .right .wrap .block ul {
    text-align: left;
    display: inline-block;
  }
  #MV .inner .right .wrap .block ul li {
    font-size: 3.3vw;
    padding-left: 25px;
  }
  #MV .inner .right .wrap .block ul li:before {
    content: " ";
    position: absolute;
    display: block;
    width: 5vw;
    height: 60%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
  }
  #MV .inner .right .catch {
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 4.2vw;
    margin-top: 20px;
  }
  /*#MV .inner .right {
	position: inherit;
	text-align: center;
	margin-top: 20px;
}
#MV .inner .right:before {
    position: inherit;
    display: block;
    width: 100%;
    height: auto;
    transform: inherit;
    background: inherit;
    background-size: inherit;
}
#MV .inner .right img {
	width: 100%;
}*/
  #MV .inner .left .cv_area .cv_btn_document a span:before {
    width: 49px;
    height: 75px;
    left: -10vw;
    top: -40px;
  }
}

/* // client
----------------------------------------------- */
.client {
  padding: 15px 0 30px;
  position: relative;
  z-index: 0;
}
@media all and (max-width: 559px) {
  .client {
    padding: 15px 0 20px;
  }
}
@media all and (max-width: 559px) {
  .client .award {
    padding-bottom: 15px;
  }
  .client .award-wrap .item {
    width: 42vw;
    padding: 0 10px;
  }
}
.client .corporate-ttl {
  text-align: center;
  font-size: 3.2rem;
  padding-bottom: 10px;
}
.client .corporate-ttl span {
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 0 40px;
}
.client .logo-carousel #slider .slide-item,
.client .logo-carousel #slider2 .slide-item {
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}
.client .logo-carousel #slider .slide-item img {
}
.client .inner .catch {
  font-size: 36px;
}
.client .inner .catch span {
  font-size: 70px;
  display: inline-block;
  transform: translateY(7%);
}
.client .inner .text {
  margin-bottom: 25px;
}
.client .inner .partner {
  width: 1000px;
  padding: 50px 60px;
  border-radius: 12px;
  border: 10px solid #eeeeee;
  margin-top: 100px;
  position: relative;
}
.client .inner .partner:before {
  content: " ";
  position: absolute;
  display: block;
  width: 165px;
  height: 135px;
  left: -50px;
  top: -20px;
  background: url(../../images/ecoperation_ad_img2/client_img_01.webp) no-repeat left top;
  background-size: contain;
}
.client .inner .partner .title {
  font-size: 24px;
  margin-bottom: 30px;
}
.client .inner .partner .wrap {
  display: flex;
  justify-content: space-between;
}
.client .inner .partner .wrap .item {
  width: 400px;
  text-align: center;
}
.client .inner .partner .wrap .item img {
  margin-bottom: 20px;
}
.client_head {
  margin-top: 70px;
  font-weight: 500;
  margin-bottom: 50px;
}
.client_head span {
  position: relative;
  text-align: center;
  line-height: 1.3;
  font-size: 30px;
  display: inline-block;
}
.client_head span:before,
.client_head span:after {
  position: absolute;
  display: inline-block;
  content: "";
  background: #000;
  width: 1px;
  height: 1.4em;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
}
.client_head span:before {
  transform: rotate(-35deg);
  left: -60px;
  bottom: -5px;
}
.client_head span:after {
  transform: rotate(35deg);
  right: -60px;
  bottom: -5px;
}
/*ロゴスライダー OFF 2307追記  スライダーに戻す時はコメントアウト*/
.client .logo-carousel ul {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.client .logo-carousel ul li {
  margin: 12px;
  width: 10%;
}
/* /ここまで　ロゴスライダー OFF 2307追記*/
@media all and (max-width: 559px) {
  .client .corporate-ttl {
    font-size: 1.7rem;
    line-height: 1.5;
    padding-bottom: 10px;
  }
  .client .corporate-ttl span {
    text-align: center;
    padding: 0 40px;
  }
  .client .logo-carousel #slider .slide-item,
  .client .logo-carousel #slider2 .slide-item {
    margin-left: 5px;
    margin-right: 5px;
  }
  .client .logo-carousel #slider .slide-item img,
  .client .logo-carousel #slider2 .slide-item img {
    height: 65px;
    width: auto;
  }
  .client .inner .catch {
    margin: 30px 0 20px;
    font-size: 24px;
    line-height: 1.2;
  }
  .client .inner .catch span {
    font-size: 50px;
    display: inline-block;
    transform: translateY(7%);
  }
  .client .inner .text {
    margin-bottom: 20px;
  }
  .client .inner .partner {
    width: 96%;
    padding: 30px 15px;
    border-radius: 12px;
    border: 5px solid #eeeeee;
    margin: 40px auto 0;
  }
  .client .inner .partner:before {
    content: " ";
    position: absolute;
    display: block;
    width: 85px;
    height: 135px;
    left: -15px;
    top: -45px;
    background-size: contain;
  }
  .client .inner .partner .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .client .inner .partner .wrap {
    display: flex;
    justify-content: space-between;
  }
  .client .inner .partner .wrap .item {
    width: 48%;
    text-align: center;
  }
  .client .inner .partner .wrap .item img {
    margin-bottom: 15px;
  }
  .client_head {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .client_head span {
    position: relative;
    text-align: center;
    line-height: 1.5;
    font-size: 20px;
  }
  .client_head span:before,
  .client_head span:after {
    position: absolute;
    display: inline-block;
    content: "";
    background: #000;
    width: 1px;
    height: 1.4em;
    margin: 0 1em;
    margin-top: -0.2em;
    vertical-align: middle;
  }
  .client_head span:before {
    transform: rotate(-35deg);
    left: -30px;
    bottom: -5px;
  }
  .client_head span:after {
    transform: rotate(35deg);
    right: -30px;
    bottom: -5px;
  }
  /*ロゴスライダー OFF 2307追記  スライダーに戻す時はコメントアウト*/
  .client .logo-carousel ul {
    width: 100%;
  }
  .client .logo-carousel ul li {
    margin: 5px;
    width: 17.8%;
  }
  /* /ここまで　ロゴスライダー OFF 2307追記*/
}

/* // cv
----------------------------------------------- */
#cv {
  position: relative;
  min-width: 1160px;
  padding: 90px 0 100px;
  overflow: hidden;
  min-width: 1100px;
  width: 100%;
  overflow: hidden;
  background-image: url(../../images/ecoperation_ad_img2/cv_bg.webp);
  background-size: cover;
  z-index: 4;
}
#cv .inner {
  width: 1000px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 60px 70px;
  position: relative;
}
#cv .inner:before {
  content: " ";
  position: absolute;
  display: block;
  width: 58px;
  height: 134px;
  right: 40px;
  top: -40px;
  background: url(../../images/ecoperation_ad_img2/logo_itsumo.webp) no-repeat left top;
  background-size: contain;
}
#cv .inner .title {
  font-size: 24px;
  margin-bottom: 30px;
}
#cv .inner .btn_wrap {
  display: flex;
  justify-content: space-between;
}
#cv .inner .btn_wrap .item {
  width: 100%;
}
#cv .inner .btn_wrap .item .head {
  font-size: 18px;
  margin-bottom: 10px;
}
#cv .inner .btn_wrap .item .head span {
  font-size: 24px;
}
#cv .inner .btn_wrap .item .btn {
  border-radius: 8px;
  margin: 0 10px;
}
#cv .inner .btn_wrap .item .btn a {
  width: 100%;
  padding: 20px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
}
#cv .inner .btn_wrap .item .btn a span {
  position: relative;
}
#cv .inner .btn_wrap .item .btn.bgclr-blu a span:before {
  content: " ";
  position: absolute;
  display: block;
  width: 18px;
  height: 24px;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  background: url(//localhost:390/official/system/wp-content/themes/BONE/common/css/ecoperation_ad_css/../../images/ecoperation_ad_img2/icon_document.webp) no-repeat left top;
  background-size: contain;
}
#cv .inner .btn_wrap .item .btn.bgclr-red a span:before {
  content: " ";
  position: absolute;
  display: block;
  width: 24px;
  height: 16px;
  left: -40px;
  top: 15px;
  transform: translateY(-50%);
  background: url(../../images/ecoperation_ad_img2/icon_contact.webp) no-repeat left top;
  background-size: contain;
}
#cv .inner .tel {
  background-color: #fff;
  margin: 25px 10px 0 10px;
  padding: 20px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cv .inner .tel .head {
  font-size: 18px;
}
#cv .inner .tel .cv-business {
  padding-right: 20px;
  line-height: 1.2;
  position: relative;
  padding-left: 45px;
}
#cv .inner .tel .cv-business:before {
  content: " ";
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/ecoperation_ad_img2/icon_tel.webp) no-repeat left top;
  background-size: contain;
}
#cv .inner .tel .cv-business a {
  color: #333;
  font-weight: 700;
  font-size: 28px;
}
#cv .inner .tel .cv-business span {
  font-size: 13px;
  font-weight: 700;
}
#cv .inner .tel .cv-business span.business {
  border: 1px solid #333;
  padding: 3px;
  margin-right: 5px;
  display: inline-block;
}
@media all and (max-width: 559px) {
  #cv {
    position: relative;
    padding: 50px 15px;
    overflow: hidden;
    min-width: inherit;
    width: inherit;
    background-image: url(../../images/ecoperation_ad_img2/cv_bg.webp);
    background-size: cover;
    z-index: 3;
    background-position-x: 46%;
  }
  #cv .inner {
    width: 100%;
    margin: 0 auto;
    padding: 40px 15px;
  }
  #cv .inner:before {
    content: " ";
    position: absolute;
    display: block;
    width: 35px;
    height: 134px;
    right: 15px;
    top: -44px;
    background: url(../../images/ecoperation_ad_img2/logo_itsumo.webp) no-repeat left top;
    background-size: contain;
  }
  #cv .inner .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #cv .inner .btn_wrap {
    display: inherit;
    justify-content: space-between;
  }
  #cv .inner .btn_wrap .item {
    width: 100%;
  }
  #cv .inner .btn_wrap .item:not(:last-child) {
    margin-bottom: 15px;
  }
  #cv .inner .btn_wrap .item .head {
    font-size: 15px;
    margin-bottom: 5px;
  }
  #cv .inner .btn_wrap .item .head span {
    font-size: 20px;
  }
  #cv .inner .btn_wrap .item .btn {
    border-radius: 8px;
    margin: 0 0;
  }
  #cv .inner .btn_wrap .item .btn a {
    width: 100%;
    padding: 16px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
  }
  #cv .inner .btn_wrap .item .btn.bgclr-blu a span:before {
    width: 18px;
    height: 24px;
    left: -46px;
    top: 11px;
  }
  #cv .inner .btn_wrap .item .btn.bgclr-red a span:before {
    width: 24px;
    height: 16px;
    left: -55px;
    top: 11px;
  }
  #cv .inner .tel {
    margin: 25px 0 0 0;
    padding: 20px 15px;
    display: inherit;
    justify-content: space-between;
    align-items: center;
  }
  #cv .inner .tel .head {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: center;
  }
  #cv .inner .tel .cv-business {
    padding-right: 0;
    line-height: 1.2;
    position: relative;
    padding-left: 45px;
  }
  #cv .inner .tel .cv-business:before {
    content: " ";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../../images/ecoperation_ad_img2/icon_tel.webp) no-repeat left top;
    background-size: contain;
  }
  #cv .inner .tel .cv-business a {
    color: #333;
    font-weight: 700;
    font-size: 7vw;
  }
  #cv .inner .tel .cv-business span {
    font-size: 13px;
    font-weight: 700;
  }
  #cv .inner .tel .cv-business span.business {
    border: 1px solid #333;
    padding: 3px;
    margin-right: 5px;
    display: inline-block;
  }
}

/* // cv2
----------------------------------------------- */
#cv2 .inner {
  width: 1100px;
  margin: 60px auto 0;
  padding: 50px 110px;
  border-radius: 12px;
  border: 10px solid #eeeeee;
  position: relative;
}
#cv2 .inner:before {
  content: " ";
  position: absolute;
  display: block;
  width: 58px;
  height: 134px;
  right: 40px;
  top: -40px;
  background: url(../../images/ecoperation_ad_img2/logo_itsumo.webp) no-repeat left top;
  background-size: contain;
}
#cv2 .inner .title {
  font-size: 24px;
  margin-bottom: 30px;
}
#cv2 .inner .btn_wrap {
  display: flex;
  justify-content: space-between;
}
#cv2 .inner .btn_wrap .item {
  width: 100%;
}
#cv2 .inner .btn_wrap .item .head {
  font-size: 18px;
  margin-bottom: 10px;
}
#cv2 .inner .btn_wrap .item .head span {
  font-size: 24px;
}
#cv2 .inner .btn_wrap .item .btn {
  border-radius: 8px;
  margin: 0 10px;
}
#cv2 .inner .btn_wrap .item .btn a {
  width: 100%;
  padding: 20px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
}
#cv2 .inner .btn_wrap .item .btn a span {
  position: relative;
}
#cv2 .inner .btn_wrap .item .btn.bgclr-blu a span:before {
  content: " ";
  position: absolute;
  display: block;
  width: 18px;
  height: 24px;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  background: url(//localhost:390/official/system/wp-content/themes/BONE/common/css/ecoperation_ad_css/../../images/ecoperation_ad_img2/icon_document.webp) no-repeat left top;
  background-size: contain;
}
#cv2 .inner .btn_wrap .item .btn.bgclr-red a span:before {
  content: " ";
  position: absolute;
  display: block;
  width: 24px;
  height: 16px;
  left: -40px;
  top: 5px;
  background: url(../../images/ecoperation_ad_img2/icon_contact.webp) no-repeat left top;
  background-size: contain;
}
#cv2 .inner .tel {
  margin: 25px 10px 0 10px;
  padding: 20px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  border: 3px solid #eeeeee;
}
#cv2 .inner .tel .head {
  font-size: 18px;
}
#cv2 .inner .tel .cv-business {
  padding-right: 20px;
  line-height: 1.2;
  position: relative;
  padding-left: 45px;
}
#cv2 .inner .tel .cv-business:before {
  content: " ";
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/ecoperation_ad_img2/icon_tel.webp) no-repeat left top;
  background-size: contain;
}
#cv2 .inner .tel .cv-business a {
  color: #333;
  font-weight: 700;
  font-size: 28px;
}
#cv2 .inner .tel .cv-business span {
  font-size: 13px;
  font-weight: 700;
}
#cv2 .inner .tel .cv-business span.business {
  border: 1px solid #333;
  padding: 3px;
  margin-right: 5px;
  display: inline-block;
}
@media all and (max-width: 559px) {
  #cv2 .inner {
    width: 90%;
    margin: 30px auto 0;
    padding: 30px 14px;
    border: 6px solid #eeeeee;
    position: relative;
  }
  #cv2 .inner:before {
    content: " ";
    position: absolute;
    display: block;
    width: 35px;
    height: 134px;
    right: 5px;
    top: -50px;
    background: url(../../images/ecoperation_ad_img2/logo_itsumo.webp) no-repeat left top;
    background-size: contain;
  }
  #cv2 .inner .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #cv2 .inner .btn_wrap {
    display: inherit;
    justify-content: space-between;
  }
  #cv2 .inner .btn_wrap .item {
    width: 100%;
  }
  #cv2 .inner .btn_wrap .item:not(:last-child) {
    margin-bottom: 15px;
  }
  #cv2 .inner .btn_wrap .item .head {
    font-size: 15px;
    margin-bottom: 5px;
  }
  #cv2 .inner .btn_wrap .item .head span {
    font-size: 20px;
  }
  #cv2 .inner .btn_wrap .item .btn {
    border-radius: 8px;
    margin: 0 0;
  }
  #cv2 .inner .btn_wrap .item .btn a {
    width: 100%;
    padding: 16px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
  }
  #cv2 .inner .btn_wrap .item .btn.bgclr-blu a span:before {
    width: 18px;
    height: 24px;
    left: -46px;
    top: 11px;
  }
  #cv2 .inner .btn_wrap .item .btn.bgclr-red a span:before {
    width: 24px;
    height: 16px;
    left: -55px;
    top: 4px;
  }
  #cv2 .inner .tel {
    margin: 25px 0 0 0;
    padding: 20px 13px;
    display: inherit;
    justify-content: space-between;
    align-items: center;
  }
  #cv2 .inner .tel .head {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: center;
  }
  #cv2 .inner .tel .cv-business {
    padding-right: 0;
    line-height: 1.2;
    position: relative;
    padding-left: 45px;
  }
  #cv2 .inner .tel .cv-business:before {
    content: " ";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../../images/ecoperation_ad_img2/icon_tel.webp) no-repeat left top;
    background-size: contain;
  }
  #cv2 .inner .tel .cv-business a {
    color: #333;
    font-weight: 700;
    font-size: 7vw;
  }
  #cv2 .inner .tel .cv-business span {
    font-size: 13px;
    font-weight: 700;
  }
  #cv2 .inner .tel .cv-business span.business {
    border: 1px solid #333;
    padding: 3px;
    margin-right: 5px;
    display: inline-block;
  }
}

/* // case
----------------------------------------------- */
.case {
  padding: 90px 0 40px;
}
.case .inner {
  width: 100% !important;
  max-width: 1600px;
}
.case .inner li .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: center;
}
.case .inner li .info .logo {
  height: 35px;
}
.case .inner li .info ul {
  font-size: 12px;
}
.case .inner li .info ul li {
  display: inline-block;
  padding: 4px 6px;
  margin-left: 3px;
}
.case .area {
  width: 1100px;
  margin: 100px auto 50px;
  background: #f1faff;
  padding: 45px 80px 60px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.case .area .right {
  width: 600px;
}
.case .area .right .head {
  font-size: 24px;
}
.case .area .right .head span {
  font-size: 45px;
  display: inline-block;
  transform: translateY(5%);
}
.case .area .right .prefectures {
  /* white-space: pre; */
  font-size: 14px;
}
.case .area .left {
  position: relative;
}
.case .area .left:before {
  content: " ";
  position: absolute;
  display: block;
  width: 316px;
  height: 360px;
  left: -10px;
  top: 105%;
  transform: translateY(-80%);
  background: url(../../images/ecoperation_ad_img2/case_area_img.webp) no-repeat left top;
  background-size: contain;
}
/*スライダー無効の場合*/
.case .slider_none {
  width: 900px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto;
}
.case .slider_none li {
  width: 46%;
}
.case .slider_none li .info ul li {
  width: inherit;
}
@media all and (max-width: 559px) {
  .case {
    padding: 40px 0 40px;
  }
  .case .inner {
    max-width: inherit;
  }
  .case .inner li .info .logo {
    height: 35px;
    width: 27%;
    margin-right: 20px;
  }
  .case .inner li .info ul {
    text-align: right;
  }
  .case .inner li .info ul li {
    margin: 1px 0;
  }
  .case .area {
    width: 90%;
    margin: 50px auto 0;
    padding: 25px 15px 30px;
    display: inherit;
    justify-content: space-between;
  }
  .case .area .right {
    width: 100%;
  }
  .case .area .left {
    width: 100%;
  }
  .case .area .right .head {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .case .area .right .head span {
    font-size: 38px;
    display: inline-block;
    transform: translateY(5%);
  }
  .case .area .right .prefectures {
    white-space: inherit;
    font-size: 14px;
  }
  .case .area .left {
    position: relative;
    text-align: center;
    margin-top: 20px;
  }
  .case .area .left img {
    width: 80%;
  }
  .case .area .left:before {
    content: " ";
    position: inherit;
    display: none;
  }
  /*スライダー無効の場合*/
  .case .slider_none {
    width: 100%;
    display: inherit;
    margin: 0 auto;
  }
  .case .slider_none li {
    width: 100%;
  }
  .case .slider_none li:not(:last-child) {
    margin-bottom: 40px;
  }
}

/*==================================================
スライダーcss
===================================*/
.slider {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 90%;
  margin: 0 auto;
}
.slider li {
}
.slider img {
  width: 100%; /*スライダー内の画像を横幅100%に*/
  height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
  margin: 0 25px 0;
}
/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev {
  position: absolute; /*絶対配置にする*/
  top: 12vw;
  left: -0.5%;
  height: 60px;
  width: 60px;
  z-index: 10;
  background: url(../../images/ecoperation_ad_img2/arrow_left.webp) no-repeat left top;
}
.slick-next {
  position: absolute; /*絶対配置にする*/
  top: 12vw;
  right: -0.5%;
  height: 60px;
  width: 60px;
  z-index: 10;
  background: url(../../images/ecoperation_ad_img2/arrow_right.webp) no-repeat left top;
}
.case .slick-next:before,
.case .slick-prev:before {
  content: inherit;
}
.case ul li .title {
  font-size: 2rem;
  font-weight: bold;
  margin: 20px 0 15px;
}
.case ul li .text {
  margin: 0 0 25px;
}
@media all and (max-width: 559px) {
  .slider {
    /*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 94%;
    margin: 0 auto;
  }
  .slider .slick-slide {
    margin: 0 10px;
  }
  .slick-prev {
    height: 40px;
    width: 40px;
    top: 38vw;
    left: -5%;
    background-size: contain;
  }
  .slick-next {
    /*次へ矢印の位置と形状*/
    height: 40px;
    width: 40px;
    top: 38vw;
    right: -5%;
    background-size: contain;
  }
  .case ul li .title {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 15px 0;
  }
  .case ul li .text {
    margin: 0 0 15px;
  }
  .case ul li .certification {
    font-size: 1.2rem;
    border-top: 1px solid #999;
    padding-top: 15px;
    margin: 0 15px 15px;
    font-weight: bold;
  }
}

/* // problem
----------------------------------------------- */
.problem {
  padding: 90px 0 90px;
}
.problem .inner {
  width: 1100px;
}
.problem .inner .item_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.problem .inner .item_wrap .item {
  width: 31%;
  background-color: #fff;
  border-radius: 12px;
  padding: 35px 0 0 0;
  margin: 0 1% 4%;
  position: relative;
}
.problem .inner .item_wrap .item .head {
  margin-bottom: 20px;
}
.problem .inner .item_wrap .item .head span {
  font-size: 24px;
}
.problem .inner .item_wrap .item .img {
  text-align: center;
}
.problem .inner .solution {
  width: 1000px;
  border: 4px solid #ff9900;
  background: #fff;
  position: relative;
  padding: 0 0 40px;
  margin: 40px auto 0;
}
.problem .inner .solution:before {
  content: " ";
  position: absolute;
  display: block;
  width: 58px;
  height: 134px;
  left: 60px;
  top: 14px;
  background: url(../../images/ecoperation_ad_img2/logo_itsumo.webp) no-repeat left top;
  background-size: contain;
}
.problem .inner .solution .catch {
  font-size: 20px;
}
.problem .inner .solution .catch span {
  font-size: 26px;
}
.problem .inner .solution .catch span em {
  font-size: 30px;
}
.problem .inner .solution .img {
  transform: translateY(-20px);
}
@media all and (max-width: 559px) {
  .problem {
    padding: 40px 0 40px;
  }
  .problem .inner {
    width: 100%;
  }
  .problem .inner .item_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .problem .inner .item_wrap .item {
    width: 46%;
    background-color: #fff;
    border-radius: 12px;
    padding: 20px 10px 40px;
    margin: 0 2% 4%;
  }
  .problem .inner .item_wrap .item .head {
    margin-bottom: 20px;
  }
  .problem .inner .item_wrap .item .head span {
    font-size: 18px;
  }
  .problem .inner .solution {
    width: 100%;
    border: 4px solid #ff9900;
    background: #fff;
    position: relative;
    padding: 0 15px 25px;
    margin-top: 40px;
  }
  .problem .inner .solution:before {
    content: " ";
    position: absolute;
    display: block;
    width: 34px;
    height: 134px;
    left: 10px;
    top: -54px;
    background: url(../../images/ecoperation_ad_img2/logo_itsumo.webp) no-repeat left top;
    background-size: contain;
  }
  .problem .inner .solution .catch {
    font-size: 16px;
  }
  .problem .inner .solution .catch span {
    font-size: 20px;
  }
  .problem .inner .solution .catch span em {
    font-size: 24px;
  }
  .problem .inner .solution .img {
    width: 100%;
    transform: translateY(-15px);
  }
  .problem .inner .item_wrap .item .img {
    position: absolute;
    bottom: 0;
  }
  .problem .inner .solution .img img {
    width: 15%;
  }
}

/* // service
----------------------------------------------- */
.service {
  padding: 90px 0 90px;
}
.service .inner {
  width: 1100px;
}
.service .inner .text {
}
.service .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 60px;
}
.service .inner ul li {
  width: 20%;
  text-align: center;
}
.service .inner ul li img {
  margin: 0 auto;
}
.service .inner ul li:nth-child(n + 6) {
  margin-top: 50px;
}
.service .inner ul li p {
  text-align: center;
  margin-top: 10px;
}
.service .inner .catch {
  text-align: center;
  margin: 60px 0 30px;
}
.service .inner .catch span {
  font-size: 20px;
}
.service .inner .catch span em {
  font-size: 26px;
  font-weight: bold;
  color: #0daaff;
}
.service .inner .scroll {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}
.service .inner .scroll table {
  border: 1px solid #ccc;
}
.service .inner .scroll table th {
  width: 490px;
  background-color: #f1faff;
  padding: 8px 0;
  text-align: center;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
.service .inner .scroll table td {
  font-size: 13px;
  border: 1px solid #ccc;
  padding: 8px 0;
  text-align: center;
}

@media all and (max-width: 559px) {
  .service {
    padding: 40px 15px 40px;
  }
  .service .inner {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .service .inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 30px;
  }
  .service .inner ul li {
    width: 50%;
    text-align: center;
  }
  .service .inner ul li img {
    width: 70%;
  }
  .service .inner ul li:nth-child(n + 6) {
    margin-top: inherit;
  }
  .service .inner ul li:nth-child(n + 3) {
    margin-top: 30px;
  }
  .service .inner ul li p {
    text-align: center;
    margin-top: 10px;
    padding: 0 10px;
  }
  .service .inner .catch {
    text-align: center;
    margin: 40px 0 15px;
  }
  .service .inner .catch span {
    font-size: 18px;
  }
  .service .inner .catch span em {
    font-size: 22px;
    font-weight: bold;
    color: #0daaff;
  }
  .service .inner .scroll {
    width: auto;
    overflow-x: scroll;
    height: auto;
    padding: 5% 0 25px;
  }
  .service .inner .scroll table {
    border: 1px solid #ccc;
  }
  .service .inner .scroll table th {
    width: 40%;
    background-color: #f1faff;
    padding: 8px 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    padding: 0 10px;
  }
  .service .inner .scroll table td {
    font-size: 13px;
    border: 1px solid #ccc;
    padding: 8px 0;
    text-align: left;
    padding: 0 10px;
  }
}

/* // feature
----------------------------------------------- */
.feature {
  padding: 90px 0 90px;
  background-color: #f1faff;
}
.feature .inner {
  width: 1100px;
}
.feature .feature-tablist {
  padding: 10px 0 100px;
}
.feature .feature-tablist-column {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: -6px;
  margin-right: -6px;
}
.feature .feature-tablist-column .item {
  border-width: 0 6px;
  border-style: solid;
  border-color: transparent;
  width: calc(100% / 3);
  position: relative;
  padding-top: 30px;
}
.feature .feature-tablist-column .item a {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: block;
  padding: 30px 0 50px;
  background-color: #fff;
  transition: 0.3s;
}
.feature .feature-tablist-column .item a:after {
  content: " ";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  background: url(../../images/ecoperation_ad_img2/icon_arrow_red.webp) no-repeat left top;
  background-size: contain;
}
.feature .feature-tablist-column .item a:hover {
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
  border-color: transparent;
  border-radius: 10px;
}
.feature .feature-tablist-column .item .number {
  position: absolute;
  font-size: 50px;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 0.8;
  font-weight: 600;
}
.feature .feature-tablist-column .item p {
  font-size: 2rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
}
.feature .feature-tablist-column .item p .strong {
  font-size: 120%;
  font-weight: bold;
}
.feature .block {
  background-color: #fff;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
}
.feature .block:after {
  position: absolute;
  display: block;
  color: #0daaff;
  font-size: 100px;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  z-index: 5;
  font-weight: 600;
}
.feature .block.block01:after {
  content: "01" !important;
  left: 20px;
  top: -50px;
}
.feature .block.block02:after {
  content: "02" !important;
  right: 20px;
  top: -50px;
}
.feature .block.block03:after {
  content: "03" !important;
  left: 20px;
  top: -50px;
}
.feature .block:not(:last-child) {
  margin-bottom: 100px;
}
.feature .block.reverse {
  flex-direction: row-reverse;
}
.feature .block .desc {
  width: 55%;
}
.feature .block .desc .head {
  font-size: 24px;
}
.feature .block .desc .text {
  padding: 20px 0;
}
.feature .block .img {
  width: 40%;
}
.feature .block ul {
}
.feature .block ul li {
  font-weight: 700;
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.feature .block ul li:not(:last-child) {
  margin-bottom: 10px;
}
.feature .topic {
  border: 10px solid #eeeeee;
  background-color: #fff;
  padding: 60px 50px;
}
.feature .topic .head {
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}
.feature .topic .head span {
  font-size: 28px;
  color: #0daaff;
}
.feature .topic .flowmap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.feature .topic .flowmap .item {
  width: 16.666666666666%;
}
.feature .topic .flowmap .item:nth-child(odd) .title {
  background-color: #0daaff;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  padding: 25px 0;
  color: #fff;
  position: relative;
}
.feature .topic .flowmap .item:nth-child(odd) .title:after {
  content: " ";
  position: absolute;
  display: block;
  width: 17px;
  height: 100%;
  right: -17px;
  top: 0;
  background: url(../../images/ecoperation_ad_img2/feature_triangle_1.webp) no-repeat left top;
  background-size: contain;
  z-index: 100;
}
.feature .topic .flowmap .item:nth-child(even) .title {
  background-color: #0972ab;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  padding: 25px 0;
  color: #fff;
  position: relative;
}
.feature .topic .flowmap .item:nth-child(even) .title:after {
  content: " ";
  position: absolute;
  display: block;
  width: 17px;
  height: 100%;
  right: -17px;
  top: 0;
  background: url(../../images/ecoperation_ad_img2/feature_triangle_2.webp) no-repeat left top;
  background-size: contain;
  z-index: 100;
}
.feature .topic .flowmap .item ul {
  padding-left: 10px;
  margin-top: 20px;
}
.feature .topic .flowmap .item ul li {
  font-size: 13px;
  padding-left: 0.5em;
  text-indent: -0.5em;
}

@media all and (max-width: 559px) {
  .feature {
    padding: 40px 0 40px;
  }
  .feature .inner {
    width: 100%;
  }
  .feature .feature-tablist {
    padding: 0 0 70px;
  }
  .feature .feature-tablist-column {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .feature .feature-tablist-column .item {
    border-width: 0;
    width: auto;
    padding-top: 0;
  }
  .feature .feature-tablist-column .item + .item {
    margin-top: 10px;
  }
  .feature .feature-tablist-column .item a {
    box-shadow: 1px 1px 3px rgba(54, 64, 72, 0.14), 3px 3px 17px rgba(54, 64, 72, 0.11);
    border-radius: 4px;
    padding: 10px 15px 10px 47px;
  }
  .feature .feature-tablist-column .item a:after {
    width: 15px;
    height: 15px;
    left: auto;
    right: 10px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .feature .feature-tablist-column .item .number {
    position: absolute;
    font-size: 2.6rem;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
  .feature .feature-tablist-column .item p {
    font-size: 1.6rem;
    text-align: left;
  }
  .feature .feature-tablist-column .item p .strong {
    font-size: 120%;
  }
  .feature .block {
    background-color: #fff;
    padding: 20px 15px;
    display: inherit;
    position: relative;
  }
  .feature .block:after {
    position: absolute;
    display: block;
    color: #0daaff;
    font-size: 50px;
    font-family: "Poppins", sans-serif;
    line-height: 1;
    z-index: 5;
    font-weight: 600;
  }
  .feature .block.block01:after {
    content: "01" !important;
    left: 15px;
    top: -30px;
  }
  .feature .block.block02:after {
    content: "02" !important;
    right: 15px;
    top: -30px;
  }
  .feature .block.block03:after {
    content: "03" !important;
    left: 15px;
    top: -30px;
  }
  .feature .block:not(:last-child) {
    margin-bottom: 60px;
  }
  .feature .block.reverse {
    flex-direction: row-reverse;
  }
  .feature .block .desc {
    width: 100%;
  }
  .feature .block .desc .head {
    font-size: 18px;
  }
  .feature .block .desc .text {
    padding: 20px 0;
  }
  .feature .block .img {
    width: 100%;
    margin-top: 25px;
  }
  .feature .topic {
    border: 5px solid #eeeeee;
    background-color: #fff;
    padding: 30px 15px;
  }
  .feature .topic .head {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 500;
  }
  .feature .topic .head span {
    font-size: 22px;
    color: #0daaff;
  }
  .feature .topic .flowmap {
    display: inherit;
    margin-top: 30px;
  }
  .feature .topic .flowmap .item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .feature .topic .flowmap .item .title {
    width: 40%;
  }
  .feature .topic .flowmap .item ul {
    width: 55%;
  }
  .feature .topic .flowmap .item:nth-child(odd) .title {
    background-color: #0daaff;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    padding: 45px 5px 15px;
    color: #fff;
    position: inherit;
  }
  .feature .topic .flowmap .item:nth-child(odd) .title:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 8vw;
    left: 0;
    top: inherit;
    bottom: -6.5vw;
    background: url(../../images/ecoperation_ad_img2/feature_triangle_1_2.webp) no-repeat left top;
    background-size: contain;
    z-index: 100;
    background-position-y: center;
  }
  .feature .topic .flowmap .item:nth-child(even) .title {
    background-color: #0972ab;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    padding: 45px 5px 15px;
    color: #fff;
    position: inherit;
  }
  .feature .topic .flowmap .item:nth-child(even) .title:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 8vw;
    left: 0;
    top: inherit;
    bottom: -6.5vw;
    background: url(../../images/ecoperation_ad_img2/feature_triangle_2_2.webp) no-repeat left top;
    background-size: contain;
    z-index: 100;
    background-position-y: center;
  }
  .feature .topic .flowmap .item ul {
    padding-left: 10px;
    margin-top: 20px;
  }
  .feature .topic .flowmap .item ul li {
    font-size: 13px;
  }
}

/* // reason
----------------------------------------------- */
.reason {
  padding: 90px 0 90px;
}
.reason .inner {
  width: 1100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reason .inner .item {
  width: 520px;
}
.reason .inner .item:nth-child(n + 3) {
  margin-top: 60px;
}
.reason .inner .item .desc {
  padding: 40px 40px 0;
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateY(-40px);
  margin: 0 20px;
}
.reason .inner .item .desc .head {
  font-size: 20px;
  margin-bottom: 15px;
}
@media all and (max-width: 559px) {
  .reason {
    padding: 40px 0 40px;
  }
  .reason .inner {
    width: 100%;
  }
  .reason .inner .item {
    width: 100%;
  }
  .reason .inner .item:nth-child(n + 3) {
    margin-top: inherit;
  }
  .reason .inner .item:not(:last-child) {
    margin-bottom: 20px;
  }
  .reason .inner .item .desc {
    padding: 20px 15px 0;
    background-color: rgba(255, 255, 255, 0.9);
    transform: translateY(-30px);
    margin: 0 10px;
  }
  .reason .inner .item .desc .head {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

/* // voice
----------------------------------------------- */
.voice {
  padding: 90px 0 90px;
  background-color: #f1faff;
}
.voice .inner {
  width: 1100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.voice .inner .overview1 {
  position: relative;
  margin: 0 auto 110px;
  width: 1100px;
  height: 400px;
}
.voice .inner .overview1 img {
  position: absolute;
  left: 0;
  top: 20px;
  width: 600px;
  height: auto;
  object-fit: cover;
}
.voice .inner .overview1 .desc {
  position: absolute;
  right: 0;
  background: #fff;
  z-index: 100;
  top: 60px;
  width: 560px;
  height: auto;
  padding: 50px;
  box-sizing: border-box;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.voice .inner .overview2 {
  position: relative;
  margin: 80px auto 95px;
  width: 1100px;
  height: 400px;
}
.voice .inner .overview2 img {
  position: absolute;
  right: 0;
  top: 20px;
  width: 600px;
  height: auto;
  object-fit: cover;
}
.voice .inner .overview2 .desc {
  position: absolute;
  left: 0;
  background: #fff;
  z-index: 100;
  top: 60px;
  width: 560px;
  height: auto;
  padding: 50px;
  box-sizing: border-box;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.voice .inner .overview .desc .head {
  font-size: 24px;
  margin-bottom: 35px;
}
.voice .inner .overview .desc dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 500;
  border-top: 1px solid #cccccc;
  padding: 15px 0;
}
.voice .inner .overview .desc dl:last-child {
  border-bottom: 1px solid #cccccc;
}
.voice .inner .overview .desc dl dt {
  width: 30%;
}
.voice .inner .overview .desc dl dd {
  width: 65%;
}
.voice .inner .detail {
  width: 900px;
  margin: 0 auto;
}
.voice .inner .detail .title {
  font-size: 24px;
  margin-bottom: 15px;
}
.voice .inner .detail .text {
  margin-bottom: 20px;
  font-weight: 500;
}
.voice .inner .overview .desc .head span {
  position: relative;
  display: block;
}
.voice .inner .overview1 .desc .head span {
  padding-left: 140px;
}
.voice .inner .overview1 .desc .head span:before {
  content: " ";
  position: absolute;
  display: block;
  width: 128px;
  height: 40px;
  left: 0px;
  top: 3px;
  background: url(../../images/ecoperation_ad_img2/case_04_logo.webp) no-repeat left top;
  background-size: contain;
}
.voice .inner .overview2 .desc .head span {
  padding-left: 120px;
}
.voice .inner .overview2 .desc .head span:before {
  content: " ";
  position: absolute;
  display: block;
  width: 103px;
  height: 40px;
  left: 0px;
  top: 3px;
  background: url(../../images/ecoperation_ad_img2/case_02_logo.webp) no-repeat left top;
  background-size: contain;
}

@media all and (max-width: 559px) {
  .voice {
    padding: 40px 15px 40px;
  }
  .voice .inner {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .voice .inner .overview {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    height: inherit;
    margin: 0 auto 20px;
  }
  .voice .inner .overview2 {
    margin-top: 35px;
  }
  .voice .inner .overview img {
    position: static;
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: block;
    object-fit: cover;
  }
  .voice .inner .overview .desc {
    position: static;
    background: #fff;
    width: 100%;
    padding: 20px 15px;
    box-sizing: border-box;
  }
  .voice .inner .overview .desc .head {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .voice .inner .overview .desc dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    border-top: 1px solid #cccccc;
    padding: 12px 0;
  }
  .voice .inner .overview .desc dl:last-child {
    border-bottom: 1px solid #cccccc;
  }
  .voice .inner .overview .desc dl dt {
    width: 30%;
  }
  .voice .inner .overview .desc dl dd {
    width: 65%;
  }
  .voice .inner .detail {
    width: 100%;
    margin: 0 auto;
  }
  .voice .inner .detail .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .voice .inner .detail .text {
    margin-bottom: 15px;
  }
  .voice .inner .overview1 .desc .head span {
    padding-left: 88px;
  }
  .voice .inner .overview1 .desc .head span:before {
    width: 78px;
    height: 40px;
    left: 0px;
    top: 3px;
  }
  .voice .inner .overview2 .desc .head span {
    padding-left: 77px;
  }
  .voice .inner .overview2 .desc .head span:before {
    width: 66px;
    height: 40px;
    left: 0px;
    top: 0px;
  }
}

/* // flow
----------------------------------------------- */
.flow {
  padding: 90px 0 90px;
  background: #f9f9f9;
}
.flow .inner {
  width: 1100px;
  margin: -40px auto 0;
}
.flow .flow-box ul li .num {
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  font-style: italic;
  transform: translateY(36px);
}
.flow .flow-box ul li .wrap {
  background: #fff;
  padding: 30px 50px 30px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.flow .flow-box ul li .wrap .img {
  width: 280px;
}
.flow .flow-box ul li .wrap .detail {
  width: 690px;
}
.flow .flow-box ul li .wrap .detail .head {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.flow .flow-box ul li {
  position: relative;
}
.flow .flow-box ul li:not(:last-child):after {
  content: " ";
  position: absolute;
  display: block;
  height: 87px;
  width: 20px;
  left: 50%;
  top: auto;
  background: #caecff;
}
.flow .btn_wrap {
  display: flex;
  justify-content: flex-start;
}
.flow .btn_wrap .item {
  width: 270px;
  margin-top: 15px;
}
.flow .btn_wrap .item .btn {
  border-radius: 8px;
  margin: 0 10px;
}
.flow .btn_wrap .item .btn a {
  width: 100%;
  padding: 15px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
}
.flow .btn_wrap .item .btn a span {
  position: relative;
}
.flow .btn_wrap .item .btn.bgclr-blu a span:before {
  content: " ";
  position: absolute;
  display: block;
  width: 18px;
  height: 24px;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/ecoperation_ad_img2/icon_document.webp) no-repeat left top;
  background-size: contain;
}
.flow .btn_wrap .item .btn.bgclr-red a span:before {
  content: " ";
  position: absolute;
  display: block;
  width: 24px;
  height: 16px;
  left: -40px;
  top: 5px;
  background: url(../../images/ecoperation_ad_img2/icon_contact.webp) no-repeat left top;
  background-size: contain;
}

.flow .flow-box ul li:last-child {
  position: relative;
}
.flow .flow-box ul li:last-child:after {
  content: " ";
  position: absolute;
  display: block;
  width: 58px;
  height: 134px;
  right: 40px;
  top: 50px;
  background: url(../../images/ecoperation_ad_img2/logo_itsumo.webp) no-repeat left top;
  background-size: contain;
}

@media all and (max-width: 559px) {
  .flow {
    padding: 40px 15px 40px;
  }
  .flow .inner {
    width: 100%;
    padding: 0;
    margin: -40px 0 0 0;
  }
  .flow .flow-box ul li .num {
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    font-style: italic;
    transform: translateY(26px);
  }
  .flow .flow-box ul li .wrap {
    background: #fff;
    padding: 30px 15px 20px 15px;
    display: inherit;
  }
  .flow .flow-box ul li .wrap .img {
    text-align: center;
    width: 100%;
  }
  .flow .flow-box ul li .wrap .img img {
    width: 75%;
    margin-bottom: 18px;
  }
  .flow .flow-box ul li .wrap .detail {
    width: 100%;
  }
  .flow .flow-box ul li .wrap .detail .head {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
  }
  .flow .flow-box ul li:not(:last-child):after {
    content: " ";
    position: absolute;
    display: block;
    height: 87px;
    width: 20px;
    left: 45%;
    top: auto;
    background: #caecff;
  }
  .flow .btn_wrap {
    display: inherit;
    justify-content: space-between;
  }
  .flow .btn_wrap .item {
    width: 100%;
  }
  .flow .btn_wrap .item:not(:last-child) {
    margin-bottom: 15px;
  }

  .flow .btn_wrap .item .btn {
    border-radius: 8px;
    margin: 0 0;
  }
  .flow .btn_wrap .item .btn a {
    width: 100%;
    padding: 15px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
  }
  .flow .btn_wrap .item .btn.bgclr-blu a span:before {
    width: 18px;
    height: 24px;
    left: -46px;
    top: 11px;
  }
  .flow .btn_wrap .item .btn.bgclr-red a span:before {
    width: 24px;
    height: 16px;
    left: -55px;
    top: 4px;
  }
  .flow .flow-box ul li:last-child:after {
    content: " ";
    position: absolute;
    display: block;
    width: 35px;
    height: 134px;
    right: 10px;
    top: 5px;
    background: url(../../images/ecoperation_ad_img2/logo_itsumo.webp) no-repeat left top;
    background-size: contain;
  }
}

/* // companyinfo
----------------------------------------------- */

.companyinfo {
  padding: 90px 0 90px;
}
.companyinfo .inner {
  padding-left: 15px;
  padding-right: 15px;
}
.companyinfo .companyinfo-title {
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.companyinfo .companyinfo-table-wrap {
}
.companyinfo .companyinfo-table {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.companyinfo .companyinfo-table th,
.companyinfo .companyinfo-table td {
  padding: 10px 10px 15px;
  border-bottom: 1px solid #cccccc;
}
.companyinfo .companyinfo-table th {
  font-weight: bold;
  padding-right: 20px;
  vertical-align: top;
}
.companyinfo .companyinfo-table td {
  padding-left: 40px;
}
@media all and (max-width: 559px) {
  .companyinfo {
    padding: 50px 0 50px;
  }
  .companyinfo .companyinfo-title {
    font-size: 2.1rem;
    margin-bottom: 30px;
  }
  .companyinfo .companyinfo-table th,
  .companyinfo .companyinfo-table td {
    padding: 7px 0 15px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .companyinfo .companyinfo-table th {
    padding-right: 20px;
    width: 25%;
  }
  .companyinfo .companyinfo-table td {
    padding-left: 20px;
  }
}

/* // faq
----------------------------------------------- */
.faq {
  padding: 90px 0 90px;
  background: #f1faff;
}
.faq .inner {
  width: 1100px;
  margin: 0 auto;
}
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 100%;
  margin: 0 auto;
}
.accordion-area li {
  margin: 15px 0;
}
/*アコーディオンタイトル*/
.accordion-area .title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 18px;
  font-weight: normal;
  padding: 15px 3% 15px 50px;
  transition: all 0.5s ease;
  background-color: #0daaff;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.accordion-area .title span.icon {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  padding-right: 20px;
}

/*アイコンの＋×*/
.accordion-area .title::after {
  content: " ";
  position: absolute;
  display: block;
  width: 34px;
  height: 34px;
  right: 20px;
  top: 25px;
  background: url(../../images/ecoperation_ad_img2/opne.webp) no-repeat left top;
  background-size: contain;
}
/*　closeというクラスがついたら形状変化　*/
.accordion-area .title.close::after {
  content: " ";
  position: absolute;
  display: block;
  width: 34px;
  height: 34px;
  right: 20px;
  top: 25px;
  background: url(../../images/ecoperation_ad_img2/close.webp) no-repeat left top;
  background-size: contain;
}

/*アコーディオンで現れるエリア*/
.accordion-area .box {
  display: none; /*はじめは非表示*/
  background: #fff;
  padding: 2% 3%;
  border-radius: 8px;
}

@media all and (max-width: 559px) {
  .faq {
    padding: 40px 15px 40px;
  }
  .faq .inner {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  /*アイコンの＋×*/
  .accordion-area .title::after {
    content: " ";
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    right: 10px;
    top: 40%;
    background: url(../../images/ecoperation_ad_img2/opne.webp) no-repeat left top;
    background-size: contain;
  }
  /*　closeというクラスがついたら形状変化　*/
  .accordion-area .title.close::after {
    content: " ";
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    right: 10px;
    top: 40%;
    background: url(../../images/ecoperation_ad_img2/close.webp) no-repeat left top;
    background-size: contain;
  }
  /*アコーディオンタイトル*/
  .accordion-area .title {
    position: relative; /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 15px;
    font-weight: normal;
    padding: 15px 30px 15px 15px;
    transition: all 0.5s ease;
    background-color: #0daaff;
    border-radius: 8px;
    color: #fff;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .accordion-area .title span.icon {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    padding-right: 10px;
    width: 12%;
  }
  .accordion-area .title span.text {
    width: 85%;
  }
  /*アコーディオンで現れるエリア*/
  .accordion-area .box {
    display: none; /*はじめは非表示*/
    background: #fff;
    padding: 20px 15px;
    border-radius: 8px;
  }
}

/* // BtmCv //
----------------------------------------------- */
#BtmCv {
  display: none;
}

@media all and (max-width: 559px) {
  #BtmCv {
    display: inherit;
    position: fixed;
    z-index: 400;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 6px 6px 3px 6px;
    line-height: 1;
    transform: translateY(100%);
  }
  #BtmCv.on {
    transform: translateY(0%);
  }
  #BtmCv .btns {
    display: flex;
    display: -ms-flexbox;
  }
  #BtmCv .btns li {
    width: 50%;
  }
  #BtmCv .btns li:nth-of-type(odd) {
    padding-right: 2px;
  }
  #BtmCv .btns li:nth-of-type(even) {
    padding-left: 2px;
  }
  #BtmCv .btns li a {
    width: 100%;
    padding-right: 15px;
    border-radius: 3px;
  }
  #BtmCv .btns li a i {
    right: 5px;
  }
  #BtmCv .btns li a .tx {
    padding-left: 4px;
    padding-right: 4px;
  }
}

/* // understanding
----------------------------------------------- */
.understanding {
  padding: 90px 0 90px;
  background-color: #f1faff;
  /*margin-top: 90px;*/
}
.understanding .f-en {
  display: inline-block;
  margin-bottom: 15px;
}
.understanding .inner {
  width: 1100px;
}
.understanding .inner .item:not(:last-child) {
  margin-bottom: 50px;
}
.understanding .inner .item {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 50px;
  justify-content: space-between;
  align-items: center;
}
.understanding .inner .item.reverse {
  flex-direction: row-reverse;
}
.understanding .inner .item .img {
  width: 34%;
}
.understanding .inner .item .desc {
  width: 62%;
}
.understanding .inner .item .desc .head {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}
.understanding .inner .item .desc .head span {
  display: block;
}
.understanding .inner .item1 .desc .head span {
  position: relative;
  padding-left: 90px;
}
.understanding .inner .item2 .desc .head span,
.understanding .inner .item3 .desc .head span,
.understanding .inner .item4 .desc .head span {
  position: relative;
  padding-left: 100px;
}
.understanding .inner .item .desc .head span:after {
  position: absolute;
  display: block;
  color: #0daaff;
  font-size: 70px;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  z-index: 5;
  font-weight: 600;
  left: 0;
  top: -20px;
}
.understanding .inner .item1 .desc .head span:after {
  content: "01" !important;
}
.understanding .inner .item2 .desc .head span:after {
  content: "02" !important;
}
.understanding .inner .item3 .desc .head span:after {
  content: "03" !important;
}
.understanding .inner .item4 .desc .head span:after {
  content: "04" !important;
}

@media all and (max-width: 559px) {
  .understanding {
    padding: 40px 0 40px;
    /*margin-top: 40px;*/
  }
  .understanding .inner {
    width: 100%;
  }
  .understanding .inner .item:not(:last-child) {
    margin-bottom: 30px;
  }
  .understanding .inner .item {
    display: inherit;
    padding: 25px 15px;
  }
  .understanding .inner .item.reverse {
    flex-direction: row-reverse;
  }
  .understanding .inner .item .img {
    width: 100%;
    margin-top: 20px;
  }
  .understanding .inner .item .desc {
    width: 100%;
  }
  .understanding .inner .item .desc .head {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .understanding .inner .item1 .desc .head span {
    position: relative;
    padding-left: 50px;
  }
  .understanding .inner .item2 .desc .head span,
  .understanding .inner .item3 .desc .head span,
  .understanding .inner .item4 .desc .head span {
    position: relative;
    padding-left: 60px;
  }
  .understanding .inner .item .desc .head span:after {
    position: absolute;
    display: block;
    font-size: 40px;
    font-family: "Poppins", sans-serif;
    line-height: 1;
    z-index: 5;
    font-weight: 600;
    left: 0;
    top: -5px;
  }
  .understanding .inner .item1 .desc .head span:after {
    content: "01" !important;
  }
  .understanding .inner .item2 .desc .head span:after {
    content: "02" !important;
  }
  .understanding .inner .item3 .desc .head span:after {
    content: "03" !important;
  }
  .understanding .inner .item4 .desc .head span:after {
    content: "04" !important;
  }
}

/* // footer
----------------------------------------------- */
#footer .inner {
  width: 100%;
}

#footer #f_bottom .f_bottom_left .f_bottom_left_title h2 {
  text-align: unset;
  line-height: unset;
  margin-bottom: unset;
}

/* **************** */
/* 20250901追記 */
/* **************** */

/* 新規OMSの導入 */
.oms {
  padding: 0 0 90px 0;
  .oms-list {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .oms-list-item {
    flex: 0 0 29%;
    border: 2px solid #444444;
    border-radius: 10px;
    padding: 30px 30px 35px;
    position: relative;
    h4 {
      font-size: 22px;
      text-align: center;
      font-weight: 600;
      margin-bottom: 5px;
    }
    &:nth-child(1) {
      .oms-list-item-icon-inner {
        max-width: 130px;
      }
    }
    &:nth-child(2) {
      .oms-list-item-icon-inner {
        max-width: 155px;
      }
    }
    &:nth-child(3) {
      .oms-list-item-icon-inner {
        max-width: 90px;
      }
    }
    &:not(:last-child) {
      &::after {
        content: "＋";
        display: block;
        width: 46px;
        height: 46px;
        position: absolute;
        top: -40px;
        bottom: 0;
        right: -60px;
        margin: auto;
        font-size: 46px;
        font-weight: 600;
        color: #444444;
      }
    }
  }
  .oms-list-item-icon {
    height: 150px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #444444;
  }
}
@media screen and (max-width: 1100px) {
  .oms {
    .oms-list {
      width: 92%;
    }
    .oms-list-item {
      &:not(:last-child) {
        &::after {
          right: -50px;
        }
      }
    }
  }
}
@media screen and (max-width: 1000px) {
  .oms {
    .oms-list-item {
      h4 {
        font-size: 18px;
      }
    }
  }
}
@media screen and (max-width: 767px) {
  .oms {
    .oms-list {
      flex-flow: row wrap;
      gap: 30px 0;
    }
    .oms-list-item {
      flex: 0 0 48%;
      &:not(:last-child) {
        &:after {
          display: none;
        }
      }
    }
  }
}
@media screen and (max-width: 559px) {
  .oms {
    padding: 0 0 40px 0;
    .oms-list {
      display: block;
      gap: 30px 0;
    }
    .oms-list-item-icon {
      height: 130px;
      padding-bottom: 20px;
    }
    .oms-list-item {
      &:not(:last-child) {
        margin-bottom: 60px;
        &::after {
          display: block;
          top: unset;
          right: 0;
          left: 0;
          bottom: -30px;
          width: 38px;
          height: 38px;
          font-size: 38px;
        }
      }
      &:nth-child(1) {
        .oms-list-item-icon-inner {
          max-width: 100px;
        }
      }
      &:nth-child(2) {
        .oms-list-item-icon-inner {
          max-width: 120px;
        }
      }
      &:nth-child(3) {
        .oms-list-item-icon-inner {
          max-width: 80px;
        }
      }
    }
  }
}
/* いつものご支援範囲｜20250901追記 */
.support-range {
  padding: 90px 0 0 0;
  h2 {
    margin-bottom: 30px;
  }
  h3 {
    text-align: center;
    font-size: 24px;
    color: #444444;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .support-range-eng {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 40px;
    line-height: 1.5;
    span {
      color: #c9191d;
    }
    .kakeru {
      font-size: 28px;
      color: #dddddd;
      font-weight: 900;
      line-height: 1;
      position: relative;
      bottom: -3px;
    }
  }
  .support-range-flex {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    left: 20px;
  }
  .support-range-flex-left {
    max-width: 520px;
  }
}
@media screen and (max-width: 767px) {
  .support-range {
    padding: 40px 0 0 0;
    h2 {
      margin-bottom: 20px;
    }
    h3 {
      font-size: 16px;
      font-weight: 500;
    }
    .support-range-flex {
      display: block;
      left: unset;
    }
    .support-range-flex-left {
      width: 92%;
      margin: 0 auto;
    }
    .support-range-flex-right {
      width: 92%;
      margin: 0 auto;
    }
  }
}
