@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes ratotion {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes pyokon {
  0% {
    transform: translate(0%, 0%);
  }
  50% {
    transform: translate(0%, 0%);
  }
  52% {
    transform: translate(0%, -100%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
.service-intro--wrap {
  padding-top: 20px;
  padding-bottom: 123px;
  background-image: url(../../img/icon/icon-dot.svg);
  background-position: 50% 50%;
  position: relative;
}
@media (max-width: 428px) {
  .service-intro--wrap {
    padding-top: 14px;
    padding-bottom: 68px;
  }
}
.service-intro--wrap:after {
  content: "";
  display: block;
  width: 194px;
  aspect-ratio: 194/225;
  background-image: url(../../img/service-intro-wrap.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(604px);
}
@media (max-width: 428px) {
  .service-intro--wrap:after {
    width: 86px;
    right: 28px;
    transform: none;
  }
}

.service-question {
  margin-top: 46px;
  background-color: #F4F4F4;
  border-radius: 20px;
  padding: 33px 37px 28px;
  position: relative;
  width: 963px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  transition-delay: 0.2s;
}
@media (max-width: 428px) {
  .service-question {
    margin-top: 12px;
    width: 315px;
    padding: 30px 20px 28px;
  }
}
.service-question:after {
  content: "";
  display: block;
  width: 58px;
  height: 43px;
  background-color: #F4F4F4;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
}
.service-question--list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 428px) {
  .service-question--list {
    display: block;
  }
}
.service-question--item {
  background-color: rgba(255, 255, 255, 0.7);
  border: 2px solid #DBDBDB;
  border-radius: 5px;
  width: 426px;
  height: 85px;
  display: flex;
  align-items: center;
  padding-left: 73px;
  font-size: 20px;
  box-sizing: border-box;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 428px) {
  .service-question--item {
    width: 100%;
    height: 60px;
    padding-left: 45px;
    font-size: 16px;
    border-width: 1px;
    margin-top: 10px;
  }
  .service-question--item:first-of-type {
    margin-top: 0;
  }
}
.service-question--item:before {
  content: "";
  display: block;
  width: 39px;
  aspect-ratio: 39/38;
  background-image: url(../../img/icon/icon-question.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
}
@media (max-width: 428px) {
  .service-question--item:before {
    width: 24px;
    left: 12px;
  }
}
.service-question--summary {
  color: #89CC14;
  font-size: 24px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
  margin-top: 14px;
}
@media (max-width: 428px) {
  .service-question--summary {
    font-size: 18px;
    margin-top: 16px;
  }
}

.service-reason {
  margin-top: 28px;
}
@media (max-width: 428px) {
  .service-reason {
    margin-top: 51px;
  }
}
.service-reason--column {
  display: block;
  font-size: 26px;
  line-height: 2;
  text-align: center;
}
@media (max-width: 428px) {
  .service-reason--column {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media (max-width: 428px) {
  .service-reason--column-sp_pt {
    padding-top: 13px;
  }
}
.service-reason--strong {
  color: #89CC14;
  font-weight: 900;
  font-size: 38px;
  margin-right: 0.25em;
}
@media (max-width: 428px) {
  .service-reason--strong {
    font-size: 24px;
    letter-spacing: 0;
  }
}
.service-reason--strong2 {
  font-size: 28px;
  line-height: 1.8;
  color: #317400;
}
@media (max-width: 428px) {
  .service-reason--strong2 {
    font-size: 18px;
    line-height: 1.6;
  }
}

.service-example {
  width: 700px;
  margin: 42px auto 0;
  position: relative;
  padding-left: 50px;
  box-sizing: border-box;
}
@media (max-width: 428px) {
  .service-example {
    width: 315px;
    margin-top: 36px;
    padding-left: 0;
  }
}
.service-example--txt {
  background-color: #FFEF6A;
  width: 75px;
  aspect-ratio: 75/75;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 428px) {
  .service-example--txt {
    width: 80px;
    font-size: 15px;
    top: -36px;
    left: -10px;
    transform: none;
  }
}

.service-example_list {
  border: 1px solid #89CC13;
  border-radius: 10px;
  background-color: #fff;
  padding: 25px 30px 25px 33px;
}
@media (max-width: 428px) {
  .service-example_list {
    padding: 48px 13px 32px 50px;
  }
}
.service-example_list--group {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 428px) {
  .service-example_list--group {
    margin-top: 24px;
    display: block;
  }
}
.service-example_list--group:first-of-type {
  margin-top: 0;
}
.service-example_list--term {
  width: 216px;
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 428px) {
  .service-example_list--term {
    width: 100%;
    font-size: 20px;
  }
}
.service-example_list--desc {
  width: calc(100% - 216px);
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
@media (max-width: 428px) {
  .service-example_list--desc {
    width: 100%;
    margin-top: 13px;
    padding-left: 25px;
    line-height: 1.5;
  }
}
.service-example_list--desc:after {
  content: "";
  display: block;
  width: 18px;
  height: 12px;
  background-image: url(../../img/icon/icon-double-arrow.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: -38px;
  transform: translateY(-50%);
}
@media (max-width: 428px) {
  .service-example_list--desc:after {
    top: 8px;
    left: 0;
    transform: none;
  }
}

.service-more {
  background-color: #F2FAEF;
  width: 900px;
  margin: 54px auto 0;
  padding-top: 26px;
  padding-bottom: 19px;
  position: relative;
}
@media (max-width: 428px) {
  .service-more {
    width: 315px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 65px;
    padding-top: 48px;
    padding-bottom: 32px;
  }
}
.service-more--column {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  padding-left: 141px;
}
@media (max-width: 428px) {
  .service-more--column {
    padding-left: 0;
    text-align: center;
    line-height: 1.6;
    margin-top: 8px;
  }
  .service-more--column:first-of-type {
    margin-top: 0;
  }
}
.service-more--note {
  background-color: #FFEF6A;
  width: 45px;
  aspect-ratio: 45/45;
  display: block;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 428px) {
  .service-more--note {
    width: 70px;
    font-size: 15px;
    top: -35px;
  }
}

.service-message {
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
  margin-top: 67px;
  opacity: 0;
  transition: 0.55s;
  transform: translateY(60px);
}
@media (max-width: 428px) {
  .service-message {
    font-size: 18px;
    margin-top: 40px;
    line-height: 1.6;
    transform: translate(-20px, 60px);
  }
}
.service-message.is_show {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 428px) {
  .service-message.is_show {
    transform: translate(-20px, 0);
  }
}
.service-message--strong {
  color: #6EA310;
}

.service-data {
  background-color: #F2F9E6;
  padding-top: 100px;
  padding-bottom: 110px;
}
@media (max-width: 428px) {
  .service-data {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.service-data--wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 92px 90px;
}
@media (max-width: 428px) {
  .service-data--wrap {
    padding: 21px 15px 40px;
  }
}
.service-data--note {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #4B8520;
  text-align: center;
}
@media (max-width: 428px) {
  .service-data--note {
    font-size: 15px;
  }
}
.service-data--note:after {
  content: "";
  display: block;
  width: 397px;
  height: 16px;
  background-image: url(../../img/service-data-note.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 428px) {
  .service-data--note:after {
    width: 260px;
    height: 15px;
    background-image: url(../../img/service-data-note-sp.svg);
  }
}
.service-data--ttl {
  font-size: 35px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 428px) {
  .service-data--ttl {
    font-size: 24px;
    margin-top: 6px;
  }
}

.service-data_category {
  margin-top: 60px;
}
@media (max-width: 428px) {
  .service-data_category {
    margin-top: 24px;
  }
}
.service-data_category--item {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.service-data_category--item:before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.service-data_category--item:after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 3px dashed #C5C5C5;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 428px) {
  .service-data_category--item:after {
    border-width: 2px;
    width: calc(100% - 24px);
    left: 50%;
    transform: translateX(-50%);
  }
}
.service-data_category--item:first-of-type {
  padding-top: 0;
}
.service-data_category--item:first-of-type:before {
  width: 224px;
  aspect-ratio: 224/215;
  bottom: 14px;
  right: 23px;
  background-image: url(../../img/service-data-category-item01.webp);
}
@media (max-width: 428px) {
  .service-data_category--item:first-of-type:before {
    width: 111px;
    bottom: 40px;
    right: 0;
  }
}
.service-data_category--item:nth-of-type(2):before {
  width: 167px;
  aspect-ratio: 167/185;
  bottom: 40px;
  right: 46px;
  background-image: url(../../img/service-data-category-item02.webp);
}
@media (max-width: 428px) {
  .service-data_category--item:nth-of-type(2):before {
    width: 78px;
    right: 7px;
  }
}
.service-data_category--item:last-of-type {
  padding-bottom: 0;
}
.service-data_category--item:last-of-type:after {
  content: none;
}
.service-data_category--desc {
  font-size: 16px;
  font-weight: 400;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}
@media (max-width: 428px) {
  .service-data_category--desc {
    padding-left: 0;
    padding-right: 0;
  }
}
.service-data_category--desc-01 {
  line-height: 1.5;
  margin-top: 15px;
}
@media (max-width: 428px) {
  .service-data_category--desc-01 {
    margin-top: 19px;
    line-height: 1.6;
  }
}
.service-data_category--desc-01:first-of-type {
  margin-top: 0;
}
.service-data_category--desc-02 {
  line-height: 1.8;
  margin-top: 10px;
}
@media (max-width: 428px) {
  .service-data_category--desc-02 {
    line-height: 1.6;
  }
}
.service-data_category--desc-02:first-of-type {
  margin-top: 13px;
}
.service-data_category--desc-03 {
  line-height: 1.8;
  margin-top: 20px;
  text-align: center;
}
.service-data_category--desc-04 {
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 428px) {
  .service-data_category--desc-04 {
    line-height: 1.6;
    margin-top: 16px;
  }
}
@media (max-width: 428px) {
  .service-data_category--desc-04:first-of-type {
    margin-top: 36px;
  }
}
.service-data_category--desc-04:last-of-type {
  margin-top: 0;
}
@media (max-width: 428px) {
  .service-data_category--desc-04:last-of-type {
    margin-top: 8px;
  }
}
.service-data_category--strong {
  background: linear-gradient(transparent 50%, #FFFF9D 50%);
}
.service-data_category--strong2 {
  color: #317400;
  font-weight: 700;
}
.service-data_category--strong3 {
  color: #FFB41C;
  font-weight: 700;
}
.service-data_category--strong4 {
  color: #FFB41C;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 428px) {
  .service-data_category--strong4 {
    width: calc(100% + 30px);
    margin-left: -10px;
    display: block;
  }
}
.service-data_category--small {
  font-size: 14px;
}
@media (max-width: 428px) {
  .service-data_category--small {
    font-size: 15px;
    display: block;
  }
}
.service-data_category--list_item {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}
.service-data_category--list_item-mt {
  margin-top: 1.8em;
}
@media (max-width: 428px) {
  .service-data_category--list_item-mt {
    margin-top: 8px;
  }
}
@media (max-width: 428px) {
  .service-data_category--list_caution {
    padding-left: 1em;
    text-indent: -1em;
    display: block;
    font-size: 14px;
  }
}
.service-data_category--ttl {
  background-color: #F4FAEA;
  width: 366px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  position: relative;
}
@media (max-width: 428px) {
  .service-data_category--ttl {
    width: 315px;
    font-size: 20px;
  }
}
.service-data_category--ttl:before {
  content: "";
  display: block;
  width: 11px;
  aspect-ratio: 11/50;
  background-image: url(../../img/icon/icon-parentheses.svg);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.service-data_category--ttl:after {
  content: "";
  display: block;
  width: 11px;
  aspect-ratio: 11/50;
  background-image: url(../../img/icon/icon-parentheses.svg);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(-1);
}
.service-data_category--sub_ttl {
  color: #7DB913;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: underline;
  margin-top: 24px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 428px) {
  .service-data_category--sub_ttl {
    padding-left: 0;
    padding-right: 0;
    margin-top: 42px;
  }
}
.service-data_category--sub_ttl:first-of-type {
  margin-top: 33px;
}
@media (max-width: 428px) {
  .service-data_category--sub_ttl:first-of-type {
    margin-top: 20px;
  }
}
.service-data_category--sub_ttl2 {
  margin-top: 64px;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 428px) {
  .service-data_category--sub_ttl2 {
    margin-top: 40px;
    font-size: 20px;
  }
}

.service-data_howto {
  margin-top: 24px;
  border: 1px solid #DDDDDD;
}
@media (max-width: 428px) {
  .service-data_howto {
    border: none;
  }
}
.service-data_howto--group {
  display: flex;
  border-bottom: 1px solid #DDDDDD;
}
@media (max-width: 428px) {
  .service-data_howto--group {
    display: block;
    margin-top: 11px;
    border: 1px solid #DDDDDD;
  }
}
@media (max-width: 428px) {
  .service-data_howto--group:first-of-type {
    margin-top: 0;
  }
}
.service-data_howto--group:last-of-type {
  border-bottom: none;
}
@media (max-width: 428px) {
  .service-data_howto--group:last-of-type {
    border-bottom: 1px solid #DDDDDD;
  }
}
.service-data_howto--term {
  background-color: #F9F9F9;
  line-height: 1.8;
  font-size: 16px;
  padding: 16px 10px 16px 30px;
  width: 248px;
  border-right: 1px solid #DDDDDD;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
@media (max-width: 428px) {
  .service-data_howto--term {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #DDDDDD;
    padding: 10px 15px;
    line-height: 1.5;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 428px) {
  .service-data_howto--term-sp_l {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.service-data_howto--desc {
  width: calc(100% - 248px);
  line-height: 1.8;
  font-size: 16px;
  padding: 16px 28px;
  font-weight: 400;
  box-sizing: border-box;
}
@media (max-width: 428px) {
  .service-data_howto--desc {
    width: 100%;
    padding: 15px 14px;
    font-size: 15px;
    line-height: 1.6;
  }
}
@media (max-width: 428px) {
  .service-data_howto--desc-sp_l {
    padding: 24px 15px;
  }
}

.service-data_message {
  border-radius: 10px;
  background-color: #FCF8DC;
  margin-top: 16px;
  padding: 20px;
}
@media (max-width: 428px) {
  .service-data_message {
    padding-left: 13px;
    padding-right: 13px;
  }
}
.service-data_message--ttl {
  font-size: 20px;
  line-height: 1.6;
  color: #6FA80A;
}
@media (max-width: 428px) {
  .service-data_message--ttl {
    font-size: 18px;
    text-align: center;
  }
}
.service-data_message--desc {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 3px;
}
@media (max-width: 428px) {
  .service-data_message--desc {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.6;
  }
}
.service-data_message--strong {
  font-weight: 700;
}

.service-after {
  padding-top: 58px;
  padding-bottom: 90px;
  background-image: url(../../img/icon/icon-dot.svg);
  background-position: 50% 50%;
}
@media (max-width: 428px) {
  .service-after {
    padding-top: 40px;
    padding-bottom: 50px;
    background: none;
    position: relative;
  }
  .service-after:before {
    content: "";
    width: 100%;
    height: calc(100% + 36px);
    position: absolute;
    top: -36px;
    left: 0;
    background-image: url(../../img/icon/icon-dot.svg);
    background-position: 50% 50%;
  }
}
.service-after--ttl {
  font-size: 35px;
  line-height: 1.5;
  color: #E69F10;
  text-align: center;
}
@media (max-width: 428px) {
  .service-after--ttl {
    font-size: 26px;
  }
}
.service-after--ttl:after {
  content: "";
  display: block;
  width: 555px;
  height: 14px;
  background-image: url(../../img/service-after-ttl.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 428px) {
  .service-after--ttl:after {
    width: 277px;
    height: 11px;
    background-image: url(../../img/service-after-ttl-sp.svg);
  }
}
.service-after--desc {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 21px;
  text-align: center;
}
@media (max-width: 428px) {
  .service-after--desc {
    line-height: 1.6;
    margin-top: 12px;
  }
}

.service-after_list {
  margin-top: 40px;
  counter-reset: listnum;
  list-style: none;
}
@media (max-width: 428px) {
  .service-after_list {
    margin-top: 24px;
    width: 316px;
    margin-left: auto;
    margin-right: auto;
  }
}
.service-after_list--group {
  background-color: #FAF6ED;
  padding-top: 39px;
  padding-bottom: 56px;
  margin-top: 40px;
}
@media (max-width: 428px) {
  .service-after_list--group {
    padding-top: 48px;
    padding-bottom: 28px;
    margin-top: 30px;
  }
}
.service-after_list--group:first-of-type {
  margin-top: 0;
}
.service-after_list--term {
  font-size: 24px;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 428px) {
  .service-after_list--term {
    font-size: 22px;
    display: block;
    text-align: center;
  }
}
.service-after_list--term:before {
  counter-increment: listnum;
  content: "0" counter(listnum);
  width: 33px;
  aspect-ratio: 33/33;
  border-radius: 50%;
  background-color: #FFB41C;
  color: #fff;
  margin-right: 8px;
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 428px) {
  .service-after_list--term:before {
    width: 60px;
    margin: 0 auto 14px;
    font-size: 33px;
  }
}
.service-after_list--desc {
  margin-top: 33px;
  text-align: center;
  line-height: 1.8;
  font-size: 16px;
}
@media (max-width: 428px) {
  .service-after_list--desc {
    margin-top: 22px;
    line-height: 1.6;
  }
}

.service-after_detali {
  margin-top: 33px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 428px) {
  .service-after_detali {
    margin-top: 24px;
    display: block;
  }
}
.service-after_detali--item {
  width: 339px;
}
@media (max-width: 428px) {
  .service-after_detali--item {
    width: 100%;
    margin-top: 46px;
  }
}
@media (max-width: 428px) {
  .service-after_detali--item:first-of-type {
    margin-top: 0;
  }
}
.service-after_detali--item:nth-of-type(2) .service-after_detali--ttl:before {
  background-image: url(../../img/icon/icon-recycle.webp);
}
.service-after_detali--item:last-of-type .service-after_detali--ttl:before {
  background-image: url(../../img/icon/icon-truck2.webp);
}
.service-after_detali--ttl {
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 428px) {
  .service-after_detali--ttl {
    font-size: 18px;
    line-height: 1.6;
    width: 280px;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}
.service-after_detali--ttl:before {
  content: "";
  display: block;
  width: 100px;
  aspect-ratio: 100/100;
  border: 2px solid #FFCC65;
  border-radius: 50%;
  margin: 0 auto 20px;
  background-color: #fff;
  background-image: url(../../img/icon/icon-reuse.webp);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 75px auto;
}
@media (max-width: 428px) {
  .service-after_detali--ttl:before {
    width: 82px;
    border: 4px solid #FFCC65;
    margin: 0 10px 0 0;
    background-size: 68px auto;
  }
}
.service-after_detali--desc {
  margin-top: 20px;
  width: fit-content;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 428px) {
  .service-after_detali--desc {
    margin-top: 8px;
    text-align: center;
    line-height: 1.6;
  }
}

.service-cooperation {
  padding-top: 80px;
  padding-bottom: 140px;
}
@media (max-width: 428px) {
  .service-cooperation {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
.service-cooperation--ttl {
  font-size: 35px;
  line-height: 1.5;
  color: #6FA70C;
  width: 680px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  border-top: 2px solid #6FA70C;
  border-bottom: 2px solid #6FA70C;
}
@media (max-width: 428px) {
  .service-cooperation--ttl {
    font-size: 26px;
    height: 80px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.service-cooperation--desc {
  line-height: 2;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 428px) {
  .service-cooperation--desc {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 16px;
    line-height: 1.6;
  }
}

/*# sourceMappingURL=service.css.map */
