@charset "UTF-8";
.gp .g-main {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.gp .g-main p,
.gp .g-main dd,
.gp .g-main h3 {
  color: #01373b;
}
.gp--kv {
  padding: 70px 0;
}
.gp--kv dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2em;
}
.gp--kv dl > * {
  align-self: stretch;
}
.gp--kv dl dt {
  width: calc(58% - 2em);
}
.gp--kv dl dd {
  width: calc(42% - 2em);
}
.gp {
  /*

  	&_inner {
  		$inner-gap: 1em;
  		$inner-txt_w: 58%;

  		display: flex;
  		flex-wrap: wrap;
  		justify-content: space-between;
  		align-items: center;
  		gap: $inner-gap;

  		& > div {
  			display: flex;
  			flex-direction: column;
  			justify-content: center;
  			align-items: flex-start;
  			align-self: stretch;
  		}

  		&_txt {
  			width: calc($inner-txt_w - $inner-gap);
  		}

  		&_img {
  			width: calc((100% - $inner-txt_w) - $inner-gap);
  		}
  	}
  */
}
.gp--institutions {
  margin-right: -15px;
  margin-left: -15px;
  padding: 70px 0;
  background-color: #ebf3d6;
}
.gp--institutions dt {
  color: #01373b;
  font-size: 1.6em;
}
.gp--institutions .g-box {
  overflow: visible !important;
}
.gp--institutions_list {
  margin-bottom: 1.5em;
}
.gp--institutions_box {
  overflow: hidden;
  background-color: #f7fbf0;
  border-radius: 0.7em;
  box-shadow: 4px 4px 0 0 rgba(35, 24, 21, 0.2);
  text-align: center;
}
.gp--institutions_box h4 {
  padding: 0.3em 0;
}
.gp--institutions_box_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 8.5em;
  gap: 0;
}
.gp--institutions_box dl {
  margin: 0;
  padding: 0 1.5em;
}
.gp--institutions_box dl dt {
  margin-bottom: 0.2em;
  font-weight: bold;
}
.gp--service {
  padding: 70px 0;
}
.gp--service > .g-box {
  overflow: visible !important;
}
.gp--service_box {
  padding: 2em;
  padding-top: 0;
  background-color: #f2f8fb;
  border-radius: 0.7em;
  box-shadow: 3px 3px 5px 0 rgba(1, 55, 59, 0.15);
}
.gp--service_box > p:last-child {
  margin-bottom: 0;
}
.gp--service_dlist dt {
  position: relative;
  margin-top: 105px;
  margin-bottom: 1em;
  padding: 0.7em 0;
  background: linear-gradient(to right, #00387a, #0075c1, #00387a);
  color: #fff;
  font-size: 1.15em;
  font-weight: bold;
  text-align: center;
}
.gp--service_dlist dt::after {
  position: absolute;
  top: -105px;
  left: 0%;
  width: 100%;
  height: 105px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  content: "";
}
.gp--service #gp-s-airnet .gp--service_dlist dt::after {
  background-image: url("../images/icon_s-airnet.png");
}
.gp--service #gp-s-assisnet_service .gp--service_dlist dt::after {
  background-image: url("../images/icon_s-assisnet_service.png");
}
.gp--service #gp-s-dkconnect .gp--service_dlist dt::after {
  background-image: url("../images/icon_s-dkconnect.png");
}
.gp--service #gp-s-zeas_connect .gp--service_dlist dt::after {
  background-image: url("../images/icon_s-zeas_connect.png");
}
.gp--service_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1em;
  margin-bottom: 2em;
  gap: 0.6em;
}
.gp--service_list > li {
  align-self: stretch;
  width: calc(33.3333333333% - 0.6em);
}
.gp--service_list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.5em 0;
  background-color: #fff;
  color: #0075c2;
  text-align: center;
}
.gp--notes .g-box {
  margin-bottom: 100px;
  padding: 50px;
  background-color: #f7fbf0;
  border: 1px solid #01373b;
  border-radius: 1.5em;
}
.gp--notes li {
  color: #01373b;
}
.gp--notes_dlist dt {
  padding: 0.5em 1.5rem;
  background-color: #275559;
  color: #fff;
  font-size: 1.15em;
}
.gp--notes_dlist dd {
  margin-bottom: 1.5em;
  padding: 2rem;
  background-color: #fff;
}
.gp--notes_linebox {
  margin-bottom: 1em;
  padding: 1rem;
  border: 1px solid #01373b;
}
.gp--notes_linebox p:last-child {
  margin-bottom: 0;
}
.gp--notes_list {
  display: flex;
}
.gp--notes_list li:first-child {
  width: 3em;
  margin-right: 1em;
}
.gp--notes_list li:last-child {
  width: calc(100% - 3em - 1em);
}
.gp--notes_list_indent {
  padding-left: 1em;
  list-style: none;
  text-indent: -1em;
}
.gp--notes_list_indent li {
  margin-bottom: 0.5em;
}
.gp--footer {
  padding: 50px 0;
}
.gp--footer h2 {
  color: #009c74;
  font-size: 2.3em;
}
.gp--footer .g-box {
  overflow: visible !important;
}
.gp--footer_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
}
.gp--footer_inner > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
}
.gp--footer_inner_txt {
  width: calc(58% - 1em);
}
.gp--footer_inner_img {
  width: calc(42% - 1em);
}
.gp {
  /** --------------------------------------------------
   * Parts
   ** -------------------------------------------------- */
}
.gp--bg_main {
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
}
.gp--bg_main::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 300px;
  background-color: transparent;
  background-image: url("../images/bg_main.png");
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: cover;
  content: "";
}
@media screen and (width <= 768px) {
  .gp--bg_main::after {
    max-height: 150px;
  }
}
.gp--h2 {
  margin-bottom: 0.7em;
  font-weight: bold;
}
.gp--h2.__blue {
  color: #0075c2;
  font-size: 2.3em;
  text-align: center;
}
.gp--h2.__green {
  margin-bottom: 1.5em;
  color: #01373b;
  font-size: 1.7em;
  text-align: center;
}
.gp--h3 {
  margin-bottom: 1em;
  font-size: 1.7em;
  font-weight: bold;
  text-align: center;
}
.gp--h4 {
  background: linear-gradient(to right, #63b633, #00a069);
  color: #fff;
  font-size: 1.15em;
}
.gp--btn {
  display: inline-block;
  padding: 1em 3.5em;
  background-color: #0075c2;
  border-radius: 999px;
  transition: all 0.1s ease-out;
}
.gp--btn, .gp--btn:visited {
  color: #fff;
}
.gp--btn:hover {
  filter: brightness(1.1);
  transform: scale(1.02);
}
.gp--btn span {
  position: relative;
  display: inline-block;
  padding-right: 2em;
}
.gp--btn span::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1em;
  background-color: transparent;
  background-image: url("../images/icon_btn_arrow.svg");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: contain;
  transform: translateY(-50%);
  content: "";
  aspect-ratio: 1;
}
.gp--btn strong {
  font-size: 1.4em;
  font-weight: bold;
}
.gp--btn_cv {
  padding: 1em 2.5em;
  background: linear-gradient(to right, #63b633, #00a069);
  color: #fff;
}
.gp--btn_cv span::after {
  width: 1.3em;
}
.gp--point {
  position: relative;
  z-index: 2;
  overflow: visible;
  margin-bottom: 30px;
  padding: 2em;
  background-color: #f7fbf0;
  border: 1px solid #01373b;
  border-radius: 0.7em;
}
.gp--point::after {
  position: absolute;
  top: -2em;
  left: 2em;
  width: 96px;
  height: 50px;
  background-color: transparent;
  background-image: url("../images/icon_point.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  content: "";
}
.gp--point p:last-child {
  margin-bottom: 0;
}
.gp--col-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.gp--col-2 > * {
  width: calc((100% - 1 * 30px) / 2);
}
@media screen and (width <= 768px) {
  .gp--col-2 > * {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (width <= 480px) {
  .gp--col-2 > * {
    width: 100%;
  }
}
.gp--col-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.gp--col-3 > * {
  width: calc((100% - 2 * 30px) / 3);
}
@media screen and (width <= 768px) {
  .gp--col-3 > * {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (width <= 480px) {
  .gp--col-3 > * {
    width: 100%;
  }
}
.gp--col-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.gp--col-4 > * {
  width: calc((100% - 3 * 30px) / 4);
}
@media screen and (width <= 768px) {
  .gp--col-4 > * {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (width <= 480px) {
  .gp--col-4 > * {
    width: 100%;
  }
}
.gp--col-5 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.gp--col-5 > * {
  width: calc((100% - 4 * 30px) / 5);
}
@media screen and (width <= 768px) {
  .gp--col-5 > * {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (width <= 480px) {
  .gp--col-5 > * {
    width: 100%;
  }
}
.gp--col-6 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.gp--col-6 > * {
  width: calc((100% - 5 * 30px) / 6);
}
@media screen and (width <= 768px) {
  .gp--col-6 > * {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (width <= 480px) {
  .gp--col-6 > * {
    width: 100%;
  }
}
.gp .__ls_1em {
  letter-spacing: 1em;
}

/* ========== 960px ========== */
@media screen and (width <= 960px) {
  .gp--institutions {
    padding: 50px 15px;
  }
  .gp--service_box {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gp--service_list li {
    width: 100%;
  }
  .gp--service_list li br {
    display: none;
  }
  .gp--notes .g-box {
    margin-bottom: 50px;
  }
  .gp--footer_inner_txt br {
    display: none;
  }
  .gp--footer_inner_img {
    width: calc(35% - 1em);
  }
  .gp--bg_main {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gp--col-3 > * {
    width: calc((100% - 30px) / 2);
  }
  .gp--col-4 > * {
    width: calc((100% - 30px) / 2);
  }
  .gp--col-5 > * {
    width: calc((100% - 30px) / 2);
  }
  .gp--col-6 > * {
    width: calc((100% - 30px) / 2);
  }
}
/* ========== 768px ========== */
@media screen and (width <= 768px) {
  #g-main {
    padding-top: 2.8em;
  }
  .g-breadcrumbs {
    display: none;
  }
  .gp--kv {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .gp--kv dl {
    flex-direction: column;
    gap: 1em;
  }
  .gp--kv dl dt,
  .gp--kv dl dd {
    width: 100%;
    text-align: center;
  }
  .gp--kv dl dt img,
  .gp--kv dl dd img {
    width: 95%;
  }
  .gp--institutions {
    padding: 50px 15px;
  }
  .gp--institutions_list > div {
    width: 100%;
  }
  .gp--notes .g-box {
    padding: 15px;
  }
  .gp--notes .g-box h2 {
    padding-top: 25px;
  }
  .gp--notes_dlist dt {
    padding: 0.5em 0.9em;
  }
  .gp--notes_dlist dd {
    padding: 1.2em;
  }
  .gp--notes_linebox {
    padding: 0.6em;
  }
  .gp--notes_linebox p:last-child {
    margin-bottom: 0;
  }
  .gp--notes_list {
    flex-direction: column;
  }
  .gp--notes_list li {
    width: 100% !important;
    margin-bottom: 0.5em;
  }
  .gp--bg_main::after {
    max-height: none;
    background-image: url("../images/bg_main_sp.png");
    background-size: contain;
  }
}
/* ========== 480px ========== */
@media screen and (width <= 480px) {
  .gp--kv {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .gp--kv dl {
    flex-direction: column;
    gap: 1em;
  }
  .gp--kv dl > * {
    width: 100%;
  }
  .gp--footer_inner {
    flex-direction: column;
    align-items: center;
  }
  .gp--footer_inner > div {
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
  }
  .gp--footer_inner_txt br {
    display: block;
  }
  .gp--footer_inner_img img {
    width: 70%;
  }
}
.g-lnav-sticky .g-main {
  padding-top: 46px !important;
}

.gp--view-pc {
  display: block;
}

.gp--view-sp {
  display: none;
}

@media screen and (width <= 768px) {
  .gp--view-pc {
    display: none;
  }
  .gp--view-sp {
    display: block;
  }
}
.green_law .gp--service_dlist dt {
  background: linear-gradient(to right, #008c5c, #63b633, #008c5c);
}
.green_law .gp--service_box {
  background-color: #fafbf0;
}
.green_law .gp--point > p {
  text-indent: -1em;
  padding-left: 1em;
  font-weight: bold;
}
.green_law .gp--kv {
  padding: 0;
  margin-bottom: 30px;
  margin-right: 0;
  margin-left: 0;
}
.green_law .gp--kv dl dt {
  display: flex;
  align-items: center;
}
.green_law .gp--kv dl dt img {
  width: 100%;
}
.green_law .gp--institutions {
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  background-color: transparent;
}
.green_law .gp--service_list li {
  color: #19a681;
}
.green_law .gp--h2.__blue {
  color: #009c74;
}
@media screen and (width <= 768px) {
  .green_law .gp--h2.__blue {
    text-align: left;
  }
}
.green_law .gp--btn {
  background-color: #009c74;
}
.green_law .gp--bg_main::after {
  display: none;
}
.green_law .gp--footer.gp--bg_main::after {
  display: block;
}
.green_law .gp--notes_dlist__ttl {
  font-size: 16px;
  font-weight: bold;
}
.green_law .gp--notes_dlist__lv2-list {
  color: #01373b;
  margin-bottom: 20px;
}
.green_law .gp--notes_dlist__lv2-list dt, .green_law .gp--notes_dlist__lv2-list dd {
  margin-bottom: 0.5em;
}
.green_law .gp--notes_dlist__lv2-list dt {
  padding: 0;
  background-color: transparent;
  color: #01373b;
  font-size: 1em;
}
.green_law .gp--notes_dlist__lv2-list dd {
  text-indent: -2.5em;
  margin-left: 2.5em;
  padding: 0;
}
.green_law .gp--notes_dlist__lv3-list {
  color: #01373b;
  margin-bottom: 20px;
  padding-left: 0.5em;
}
.green_law .gp--notes_dlist__lv3-list dt, .green_law .gp--notes_dlist__lv3-list dd {
  margin-bottom: 0.5em;
}
.green_law .gp--notes_dlist__lv3-list dt {
  padding: 0;
  background-color: transparent;
  color: #01373b;
  font-size: 1em;
  text-indent: -2em;
  margin-left: 2em;
}
.green_law .gp--notes_dlist__lv3-list dt > span {
  margin-right: 1em;
}
.green_law .gp--notes_dlist__lv3-list dd {
  text-indent: -2em;
  margin-left: 2em;
  padding: 0;
  padding-left: 2em;
}
.green_law .gp--notes_dlist__lv3-list dd > span {
  margin-right: 1em;
}
.green_law .gp--notes_linebox > p {
  margin-bottom: 0.5em;
}
.green_law .gp--notes_linebox > hr {
  border: none;
  border-top: 1px dotted #01373b;
}
.green_law .gp--notes_linebox > ul li {
  font-weight: bold;
  text-indent: -2.2em;
  margin-left: 2.5em;
}

.sec-full {
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
}
@media screen and (width <= 960px) {
  .sec-full {
    padding: 0 15px;
  }
}

.sec-kv {
  position: relative;
  display: block;
  background-image: url(../images/bg_main.png);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0 15px;
  letter-spacing: 0.03em;
}
.sec-kv__wrap {
  padding: 70px 0 130px;
}
.sec-kv__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
}
.sec-kv__head h1 {
  text-align: center;
  line-height: 1.4;
}
.sec-kv__head h1 > small {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #01373b;
  margin-bottom: 0.5em;
}
.sec-kv__head h1 > span {
  display: block;
  font-size: 58px;
  font-weight: bold;
  color: #009c74;
  margin-bottom: 0.5em;
}
.sec-kv__head p {
  position: relative;
  display: inline-block;
  padding: 0.4em 2em 0.5em;
  background: linear-gradient(to right, #008c5c, #63b633, #008c5c);
  color: #fff !important;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border-radius: 50px;
}
.sec-kv__example {
  max-width: 800px;
  margin: 0 auto;
  background-color: #f9fbf3;
  border: solid 1px #009c74;
  border-radius: 20px;
  padding: 50px 60px;
}
.sec-kv__example h2 {
  font-size: 26px;
  font-weight: bold;
  color: #009c74;
  text-align: center;
  margin-bottom: 1em;
  line-height: 1.4;
}
.sec-kv__example__box {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  max-width: 660px;
  margin: 0 auto;
}
@media screen and (width <= 768px) {
  .sec-kv {
    background-image: url(../images/bg_main_sp.png);
    padding: 0 15px;
    letter-spacing: 0.03em;
  }
  .sec-kv__wrap {
    padding: 50px 0 70px;
  }
  .sec-kv__head {
    margin-bottom: 40px;
  }
  .sec-kv__head h1 > small {
    font-size: 15px;
  }
  .sec-kv__head h1 > span {
    font-size: 42px;
  }
  .sec-kv__head p {
    padding: 0.4em 1.5em 0.5em;
    font-size: 16px;
  }
  .sec-kv__example {
    padding: 30px 20px;
  }
  .sec-kv__example h2 {
    font-size: 22px;
  }
  .sec-kv__example__box {
    gap: 15px;
  }
}

.sec-1 {
  background-color: #eff5de;
  padding-top: 70px;
  padding-bottom: 70px;
}

.gp--feature {
  background: linear-gradient(-50deg, #00a069, #63b633);
  margin-bottom: 10px;
}
.gp--feature h2 {
  font-size: 2.5em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 1em;
}
.gp--feature h2 > span {
  color: #ffea00;
}
.gp--feature h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  padding: 0.5em 1.5em;
}
.gp--feature h3 > span {
  color: #009c74;
}
.gp--feature h4 {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  padding: 0 0 0 1em;
  margin-bottom: 1em;
}
.gp--feature h4::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #01373b;
}
.gp--feature__wrap {
  padding: 50px;
}
.gp--feature__box {
  color: #01373b;
  margin-bottom: 30px;
}
.gp--feature__box__head {
  background-color: #ffea00;
  border-radius: 10px 10px 0 0;
}
.gp--feature__box__inner {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 30px 25px;
  display: flex;
  justify-content: space-between;
}
.gp--feature__box__inner > div:first-child {
  width: calc(70% - 10px);
}
.gp--feature__box__inner > div:last-child {
  width: calc(30% - 10px);
}
.gp--feature__box__inner--2col > div:first-child, .gp--feature__box__inner--2col > div:last-child {
  width: calc(50% - 10px);
}
.gp--feature__box__inner--2col__b {
  display: flex;
  justify-content: space-between;
}
.gp--feature__box__inner--2col__b > div:first-child {
  width: calc(40% - 10px);
}
.gp--feature__box__inner--2col__b > div:last-child {
  width: calc(60% - 10px);
}
.gp--feature__box:last-child {
  margin-bottom: 0;
}
@media screen and (width <= 768px) {
  .gp--feature h2 {
    font-size: 2em;
    text-align: left;
    margin-bottom: 0.5em;
  }
  .gp--feature h3 {
    font-size: 18px;
    padding: 0.5em 15px;
  }
  .gp--feature__wrap {
    padding: 20px;
  }
  .gp--feature__box {
    color: #01373b;
    margin-bottom: 30px;
  }
  .gp--feature__box__head {
    background-color: #ffea00;
    border-radius: 10px 10px 0 0;
  }
  .gp--feature__box__inner {
    padding: 20px 15px;
    flex-direction: column !important;
  }
  .gp--feature__box__inner > div:first-child {
    width: 100% !important;
  }
  .gp--feature__box__inner > div:last-child {
    width: 100% !important;
  }
  .gp--feature__box__inner--2col__b > div:first-child {
    margin-bottom: 20px;
  }
  .gp--feature__box:last-child {
    margin-bottom: 0;
  }
}

.test-weight-bold {
  font-weight: bold;
}

.test-color-green {
  color: #009c74;
}

.gp--floating-bnr {
  position: fixed;
  right: 0;
  bottom: 150px;
  z-index: 9999;
  width: 270px;
  transition: 0.3s ease;
}
.gp--floating-bnr:hover {
  transform: translateY(-5px);
  filter: brightness(1.1);
}
.gp--floating-bnr__point {
  text-align: center;
  line-height: 1;
  margin-bottom: 0.5em;
}
.gp--floating-bnr__point span {
  font-size: 14px;
  font-weight: 600;
  color: #009c74;
  position: relative;
  padding: 0 20px;
}
.gp--floating-bnr__point span::before {
  position: absolute;
  content: "";
  border-bottom: solid 1px #009c74;
  bottom: 7px;
  left: 0;
  width: 18px;
  height: 1px;
  transform: rotate(-125deg);
}
.gp--floating-bnr__point span::after {
  position: absolute;
  content: "";
  border-bottom: solid 1px #009c74;
  bottom: 7px;
  right: 0;
  width: 18px;
  height: 1px;
  transform: rotate(125deg);
}
.gp--floating-bnr__box {
  background: linear-gradient(90deg, #63b633 0%, #00a069 100%);
  border-radius: 10px 0 0 10px;
  padding: 20px 15px 23px;
}
.gp--floating-bnr__box p {
  color: #fff !important;
  text-align: center;
  margin: 0;
  line-height: 1;
}
.gp--floating-bnr__box p small {
  font-size: 15px;
  display: block;
  margin-bottom: 0.5em;
}
.gp--floating-bnr__box p span {
  position: relative;
  display: inline-block;
  font-size: 23px;
  font-weight: 600;
  padding-left: 20px;
}
.gp--floating-bnr__box p span::after {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  border-left: solid 1.5px #fff;
  border-bottom: solid 1.5px #fff;
  width: 10px;
  height: 10px;
  transform: rotate(-135deg);
}

@media screen and (width <= 768px) {
  .gp--floating-bnr {
    bottom: 130px;
    width: 250px;
  }
  .gp--floating-bnr:hover {
    transform: none;
    filter: none;
  }
  .gp--floating-bnr__box {
    padding: 15px 10px 18px;
  }
}
/*　常時監視システムについて　*/
.gp-green-monitor {
  margin-top: 80px;
  margin-bottom: 80px;
}
.gp-green-monitor__inner {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  padding: 50px 40px;
}
.gp-green-monitor__title {
  margin: 0;
  color: #009c74;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
}
.gp-green-monitor__lead {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 20px 0 48px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.gp-green-monitor__lead::before, .gp-green-monitor__lead::after {
  content: "";
  display: block;
  width: 78px;
  height: 1px;
  background: #9f9f9f;
  flex: 0 0 auto;
}
.gp-green-monitor__lead span {
  display: inline-block;
}
.gp-green-monitor__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 0;
}
.gp-green-monitor__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gp-green-monitor__item-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  margin: 0;
  padding: 0.2em 1em;
  background: #e9f0be;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}
.gp-green-monitor__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  margin-top: 10px;
}
.gp-green-monitor__icon img {
  display: block;
  max-width: 100%;
  height: auto;
}
.gp-green-monitor__text {
  width: 100%;
  margin: 10px 0 0;
  color: #0f9f8d;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.gp-green-monitor__note-mark {
  font-size: 0.9em;
  vertical-align: text-top;
}
.gp-green-monitor__notes {
  width: 100%;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}
.gp-green-monitor__notes li {
  font-size: 14px;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}
.gp-green-monitor__footnotes {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}
.gp-green-monitor__footnotes li {
  font-size: 12px;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (width <= 768px) {
  .gp-green-monitor {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .gp-green-monitor__inner {
    padding: 36px 20px 28px;
    border-radius: 12px;
  }
  .gp-green-monitor__title {
    font-size: 28px;
    line-height: 1.4;
    text-align: left;
  }
  .gp-green-monitor__lead {
    gap: 10px;
    margin: 16px 0 32px;
    line-height: 1.6;
  }
  .gp-green-monitor__lead::before, .gp-green-monitor__lead::after {
    width: 28px;
  }
  .gp-green-monitor__lead span {
    font-size: 14px;
  }
  .gp-green-monitor__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .gp-green-monitor__item-title {
    min-height: 36px;
    font-size: 18px;
  }
  .gp-green-monitor__icon {
    height: auto;
    margin-top: 18px;
  }
  .gp-green-monitor__text {
    line-height: 1.9;
  }
  .gp-green-monitor__notes li, .gp-green-monitor__footnotes li {
    line-height: 1.8;
  }
}

/*　グリーン購入法とは　*/
.gp-green-about {
  margin-top: 56px;
}
.gp-green-about__inner {
  position: relative;
  border: 2px solid #009c74;
  border-radius: 10px;
  padding: 40px 50px;
}
.gp-green-about__title {
  position: absolute;
  top: -18px;
  left: 40px;
  display: inline-block;
  margin: 0;
  padding: 0 16px;
  background: #eff5de;
  color: #009c74 !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.gp-green-about__points {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.gp-green-about__points li {
  position: relative;
  padding-left: 1em;
  text-indent: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
.gp-green-about__points li:first-child {
  margin-top: 0;
}
.gp-green-about__points li::before {
  content: "●";
  position: absolute;
  top: 0em;
  left: 0;
  width: 1em;
  height: 1em;
}
.gp-green-about__body {
  margin-top: 8px;
}
.gp-green-about__heading {
  position: relative;
  margin: 0 0 0.5em;
  color: #3f342c;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.gp-green-about__heading::after {
  position: absolute;
  content: "";
  display: block;
  width: calc(100% - 3em);
  top: 50%;
  right: 0;
  border-bottom: 1px dashed #231815;
}
.gp-green-about__text {
  margin: 0;
  line-height: 2.1;
  letter-spacing: 0.02em;
}
.gp-green-about__source {
  margin: 22px 0 0;
  line-height: 1.8;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .gp-green-about {
    margin-top: 48px;
  }
  .gp-green-about__inner {
    padding: 34px 20px 24px;
  }
  .gp-green-about__title {
    top: -15px;
    left: 16px;
    padding: 0 10px;
  }
  .gp-green-about__points {
    margin-bottom: 26px;
  }
  .gp-green-about__points li {
    line-height: 1.9;
  }
  .gp-green-about__points li::before {
    width: 10px;
    height: 10px;
  }
  .gp-green-about__text {
    line-height: 2;
  }
  .gp-green-about__source {
    text-align: left;
  }
}/*# sourceMappingURL=style.css.map */