@charset "UTF-8";
sub {
  position: relative;
  bottom: -0.4em;
  font-size: 0.6em;
  line-height: 1;
  vertical-align: middle;
}

sup {
  position: relative;
  top: -0.4em;
  font-size: 0.6em;
  line-height: 1;
  vertical-align: middle;
}

/* ----- 初期化 ----- */
.bread {
  margin-bottom: 40px !important;
}
.c-helloeco {
  overflow: hidden;
  border-radius: 5px;
  background-color: #ffffff;
  color: #222222;
  font-size: 16px;
  line-height: 1.5;
  font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
}
.c-helloeco__inr {
  max-width: 870px;
  margin-inline: auto;
}

.c-helloeco-head {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 0;
  position: relative;
  width: 100%;
  min-height: 462px;
  padding-top: 46px;
  padding-inline: 19px;
  color: #ffffff;
}
.c-helloeco-head::before, .c-helloeco-head::after {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 54.0481400438%, 0 100%);
  z-index: -1;
  position: absolute;
  inset: 0;
  overflow: hidden;
  content: "";
  clip-path: polygon(0 0, 100% 0, 100% 54.0481400438%, 0 100%);
  pointer-events: none;
}
.c-helloeco-head::before {
  background-color: #004EA2;
}
.c-helloeco-head::after {
  background-image: url("/helloeco/img/bg-helloeco-head.png");
  background-size: 240px 240px;
  background-repeat: repeat;
  opacity: 0.07;
}
.c-helloeco-head__lead {
  font-size: 18px;
  line-height: 1.5;
}
.c-helloeco-head__logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.c-helloeco-body {
  padding-inline: 19px;
}

.c-helloeco__heading_lv1 {
  position: relative;
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 34px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.c-helloeco__heading_lv1::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-left: 77px solid #ffffff;
  background-color: #009944;
  content: "";
}
.c-helloeco__heading_lv1 + * {
  margin-top: 39px;
}
.c-helloeco__heading_lv2 {
  z-index: 0;
  position: relative;
  padding-left: 18px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
}
.c-helloeco__heading_lv2::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  border-top: 10px solid #004EA2;
  background-color: #009944;
  content: "";
  pointer-events: none;
}
.c-helloeco__heading_lv2 + * {
  margin-top: 16px;
}
.c-helloeco__heading_lv3 {
  z-index: 0;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 8px;
  border-bottom: 1px solid #004EA2;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
.c-helloeco__heading_lv3::before {
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  display: block;
  z-index: -1;
  position: absolute;
  bottom: -10px;
  left: 50%;
  aspect-ratio: 1/1;
  width: 18px;
  transform: translate(-50%, 0) rotate(45deg);
  border-right: 1px solid #004EA2;
  border-bottom: 1px solid #004EA2;
  background-color: #ffffff;
  content: "";
  pointer-events: none;
}
.c-helloeco__heading_lv3 + * {
  margin-top: 21px;
}

.c-helloeco__section {
  padding-top: 46px;
  padding-bottom: 44px;
}
.c-helloeco__section--col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
}
.c-helloeco__section + .c-helloeco__section {
  margin-top: -30px;
}

.c-helloeco-img--package {
  width: 200px !important;
  margin-inline: auto;
}

.c-helloeco__blk > * + * {
  margin-top: 30px;
}
.c-helloeco__blk + .c-helloeco__blk {
  margin-top: 44px;
}

.c-helloeco-bnr {
  margin-top: 20px;
}
.c-helloeco-bnr a {
  -webkit-transition: opacity 0.15s ease-in-out;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  transition: opacity 0.15s ease-in-out;
}
.c-helloeco-bnr a:hover {
  opacity: 0.7;
}
.c-helloeco-bnr a:focus-visible {
  outline: solid 2px #222222;
  outline-offset: -1px;
}
.c-helloeco-bnr img {
  width: 400px !important;
}

.c-helloeco-table {
  width: 100%;
  border-collapse: collapse;
}
.c-helloeco-table th, .c-helloeco-table td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-helloeco-table th {
  padding: 8px;
  border: 2px solid #ffffff;
  background-color: #004EA2;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.c-helloeco-table th:nth-child(1) {
  width: 126px;
}
.c-helloeco-table th:nth-child(2) {
  width: calc(100% - 352px);
}
.c-helloeco-table th:nth-child(3) {
  width: 244px;
}
.c-helloeco-table td {
  padding: 15px 14px 14px;
  border-bottom: 1px solid #6091C5;
  background-color: #ffffff;
}
.c-helloeco-table td:nth-child(1) {
  text-align: center;
  vertical-align: middle;
}
.c-helloeco-table td:nth-child(2), .c-helloeco-table td:nth-child(3) {
  vertical-align: middle;
}

.c-helloeco-box {
  padding: 20px 30px;
  border-radius: 5px;
  background-color: #E2F0FF;
}

.c-helloeco-list > li {
  padding-left: 1em;
  text-indent: -1em;
}
.c-helloeco-list--note {
  font-size: 14px;
}

ol.c-helloeco-list {
  counter-reset: step;
}
ol.c-helloeco-list > li {
  padding-left: 1.6em;
  text-indent: -1.6em;
  counter-increment: step;
}
ol.c-helloeco-list > li::before {
  -webkit-box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25em;
  height: 1.25em;
  margin-right: 0.3em;
  padding-top: 1px;
  border-radius: 9999px;
  background: #004EA2;
  content: counter(step);
  color: #ffffff;
  font-weight: bold;
  font-size: 1em;
  line-height: 1;
  text-indent: 0;
  vertical-align: top;
}
ol.c-helloeco-list > li + li {
  margin-top: 3px;
}
/* display */
.u-d-none {
  display: none !important;
}

.u-d-block {
  display: block !important;
}

.u-d-inline {
  display: inline !important;
}

.u-d-i-block {
  display: inline-block !important;
}

.u-d-table {
  display: table !important;
}

.u-d-t-row {
  display: table-row !important;
}

.u-d-t-cell {
  display: table-cell !important;
}

.u-d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-d-i-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

/* overflow */
.u-of-auto {
  overflow: auto;
}
.u-of-hidden {
  overflow: hidden;
}

/* visibility */
.u-hidden {
  visibility: hidden !important;
}

.u-visible {
  visibility: visible !important;
}

/* hover */
.u-hover-opacity {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.u-hover-opacity:hover {
  opacity: 0.7;
}

/* margin */
.u-m-auto {
  margin: 0 auto !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}
.u-mt-5 {
  margin-top: 5px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}
.u-mt-10 {
  margin-top: 10px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}
.u-mt-15 {
  margin-top: 15px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-ml-15 {
  margin-left: 15px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}
.u-mt-20 {
  margin-top: 20px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}
.u-mt-25 {
  margin-top: 25px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-ml-25 {
  margin-left: 25px !important;
}

.u-mr-25 {
  margin-right: 25px !important;
}
/* padding */
.u-pt-0 {
  padding-top: 0px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pl-0 {
  padding-left: 0px !important;
}

.u-pr-0 {
  padding-right: 0px !important;
}
.u-pt-5 {
  padding-top: 5px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pl-5 {
  padding-left: 5px !important;
}

.u-pr-5 {
  padding-right: 5px !important;
}
.u-pt-10 {
  padding-top: 10px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}
.u-pt-15 {
  padding-top: 15px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pl-15 {
  padding-left: 15px !important;
}

.u-pr-15 {
  padding-right: 15px !important;
}
.u-pt-20 {
  padding-top: 20px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}
.u-pt-25 {
  padding-top: 25px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pl-25 {
  padding-left: 25px !important;
}

.u-pr-25 {
  padding-right: 25px !important;
}
.u-pt-1em {
  padding-top: 1em !important;
}

.u-pb-1em {
  padding-bottom: 1em !important;
}

.u-pl-1em {
  padding-left: 1em !important;
}

.u-pr-1em {
  padding-right: 1em !important;
}
/* text-align */
.u-text-center {
  text-align: center !important;
}
.u-text-left {
  text-align: left !important;
}
.u-text-right {
  text-align: right !important;
}
/* vertical-align */
.u-va-top {
  vertical-align: top !important;
}
.u-va-middle {
  vertical-align: middle !important;
}
.u-va-bottom {
  vertical-align: bottom !important;
}
/* white-space */
.u-ws-nowrap {
  white-space: nowrap !important;
}
@media screen and (max-width: 640px) {
  #contents {
    padding-top: 18px;
    background: url("/sp_common/img/main_bg_wave.png") #C2D976 center bottom no-repeat;
    background-size: contain;
  }
  .contentsInner {
    background: none !important;
  }
  .sub-area p {
    margin-top: 26px;
  }
  .c-helloeco {
    font-size: 14px;
  }
  .c-helloeco-head {
    padding-top: 40px;
    padding-bottom: 8px;
    padding-inline: 15px;
  }
  .c-helloeco-head::before, .c-helloeco-head::after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 72.9838709677%, 0 87.9032258065%);
    clip-path: polygon(0 0, 100% 0, 100% 72.9838709677%, 0 87.9032258065%);
  }
  .c-helloeco-head__lead {
    font-size: 16px;
    text-align: center;
  }
  .c-helloeco-body {
    padding-inline: 15px;
  }
  .c-helloeco__heading_lv1 {
    padding-bottom: 13px;
    font-size: 18px;
  }
  .c-helloeco__heading_lv1 + * {
    margin-top: 24px;
  }
  .c-helloeco__heading_lv2 {
    padding-left: 14px;
    font-size: 16px;
  }
  .c-helloeco__heading_lv3 {
    width: 100%;
    padding-bottom: 9px;
    font-size: 15px;
  }
  .c-helloeco__heading_lv3::before {
    bottom: -5px;
    width: 8px;
  }
  .c-helloeco__heading_lv3 + * {
    margin-top: 15px;
  }
  .c-helloeco__section {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .c-helloeco__section--col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .c-helloeco__section + .c-helloeco__section {
    margin-top: -33px;
  }
  .c-helloeco-img--package {
    width: 152px !important;
  }
  .c-helloeco__blk > * + * {
    margin-top: 24px;
  }
  .c-helloeco__blk + .c-helloeco__blk {
    margin-top: 38px;
  }
  .c-helloeco-bnr img {
    width: 308px !important;
  }
  .c-helloeco-table {
    min-width: 772px;
  }
  .c-helloeco-table-wrap {
    overflow-x: auto;
  }
  .c-helloeco-table th {
    font-size: 13px;
  }
  .c-helloeco-table th:nth-child(1) {
    width: 104px;
  }
  .c-helloeco-table td {
    padding: 11px 11px 8px;
    font-size: 14px;
  }
  .c-helloeco-table td:nth-child(1) {
    text-align: left;
  }
  .c-helloeco-box {
    padding: 15px 12px;
  }
  .c-helloeco-list--note {
    font-size: 12px;
  }
  .u-pc {
    display: none !important;
  }
  .u-sp-mt-0 {
    margin-top: 0px !important;
  }
  .u-sp-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-sp-ml-0 {
    margin-left: 0px !important;
  }
  .u-sp-mr-0 {
    margin-right: 0px !important;
  }
  .u-sp-mt-5 {
    margin-top: 5px !important;
  }
  .u-sp-mb-5 {
    margin-bottom: 5px !important;
  }
  .u-sp-ml-5 {
    margin-left: 5px !important;
  }
  .u-sp-mr-5 {
    margin-right: 5px !important;
  }
  .u-sp-mt-10 {
    margin-top: 10px !important;
  }
  .u-sp-mb-10 {
    margin-bottom: 10px !important;
  }
  .u-sp-ml-10 {
    margin-left: 10px !important;
  }
  .u-sp-mr-10 {
    margin-right: 10px !important;
  }
  .u-sp-mt-15 {
    margin-top: 15px !important;
  }
  .u-sp-mb-15 {
    margin-bottom: 15px !important;
  }
  .u-sp-ml-15 {
    margin-left: 15px !important;
  }
  .u-sp-mr-15 {
    margin-right: 15px !important;
  }
  .u-sp-mt-20 {
    margin-top: 20px !important;
  }
  .u-sp-mb-20 {
    margin-bottom: 20px !important;
  }
  .u-sp-ml-20 {
    margin-left: 20px !important;
  }
  .u-sp-mr-20 {
    margin-right: 20px !important;
  }
  .u-sp-mt-25 {
    margin-top: 25px !important;
  }
  .u-sp-mb-25 {
    margin-bottom: 25px !important;
  }
  .u-sp-ml-25 {
    margin-left: 25px !important;
  }
  .u-sp-mr-25 {
    margin-right: 25px !important;
  }
  .u-sp-pt-0 {
    padding-top: 0px !important;
  }
  .u-sp-pb-0 {
    padding-bottom: 0px !important;
  }
  .u-sp-pl-0 {
    padding-left: 0px !important;
  }
  .u-sp-pr-0 {
    padding-right: 0px !important;
  }
  .u-sp-pt-5 {
    padding-top: 5px !important;
  }
  .u-sp-pb-5 {
    padding-bottom: 5px !important;
  }
  .u-sp-pl-5 {
    padding-left: 5px !important;
  }
  .u-sp-pr-5 {
    padding-right: 5px !important;
  }
  .u-sp-pt-10 {
    padding-top: 10px !important;
  }
  .u-sp-pb-10 {
    padding-bottom: 10px !important;
  }
  .u-sp-pl-10 {
    padding-left: 10px !important;
  }
  .u-sp-pr-10 {
    padding-right: 10px !important;
  }
  .u-sp-pt-15 {
    padding-top: 15px !important;
  }
  .u-sp-pb-15 {
    padding-bottom: 15px !important;
  }
  .u-sp-pl-15 {
    padding-left: 15px !important;
  }
  .u-sp-pr-15 {
    padding-right: 15px !important;
  }
  .u-sp-pt-20 {
    padding-top: 20px !important;
  }
  .u-sp-pb-20 {
    padding-bottom: 20px !important;
  }
  .u-sp-pl-20 {
    padding-left: 20px !important;
  }
  .u-sp-pr-20 {
    padding-right: 20px !important;
  }
  .u-sp-pt-25 {
    padding-top: 25px !important;
  }
  .u-sp-pb-25 {
    padding-bottom: 25px !important;
  }
  .u-sp-pl-25 {
    padding-left: 25px !important;
  }
  .u-sp-pr-25 {
    padding-right: 25px !important;
  }
  .u-sp-pt-1em {
    padding-top: 1em !important;
  }
  .u-sp-pb-1em {
    padding-bottom: 1em !important;
  }
  .u-sp-pl-1em {
    padding-left: 1em !important;
  }
  .u-sp-pr-1em {
    padding-right: 1em !important;
  }
  .u-sp-text-center {
    text-align: center !important;
  }
  .u-sp-text-left {
    text-align: left !important;
  }
  .u-sp-text-right {
    text-align: right !important;
  }
  .u-sp-va-top {
    vertical-align: top !important;
  }
  .u-sp-va-middle {
    vertical-align: middle !important;
  }
  .u-sp-va-bottom {
    vertical-align: bottom !important;
  }
}
@media screen and (min-width: 641px) {
  .u-sp {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */
