.fv img {
  width: 100%;
}

.top_section_header {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 30px;
  margin-bottom: -18px;
  padding-top: 20px;
}
.top_section_header .title-jp {
  color: #333333;
  text-align: center;
  font-size: 24px;
  line-height: 35px;
}
@media screen and (max-width: 1024px) {
  .top_section_header .title-jp {
    font-size: 18px;
  }
}
.top_section_header .title-jp .main_color {
  font-size: 28px;
}
@media screen and (max-width: 1024px) {
  .top_section_header .title-jp .main_color {
    font-size: 22px;
  }
}
.top_section_header .title-jp::before {
  content: "";
  width: 2px;
  height: 11px;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  background-color: #00A4B3;
}
.top_section_header .title-en {
  color: #333333;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}

.top_section_subheader {
  position: relative;
  display: block;
  background: transparent;
  width: 150px;
  margin: 40px auto 25px;
}

.top_feature .top_content_wapper {
  background: #e0f4f6;
  padding: 70px 10px 1px;
}
@media screen and (max-width: 1024px) {
  .top_feature .top_content_wapper {
    padding: 40px 10px 1px;
  }
}
.top_feature .feature_area {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1024px) {
  .top_feature .feature_area {
    grid-template-columns: repeat(2, 1fr);
  }
}
.top_feature .feature_area .feature_item {
  background: #ffffff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top_feature .feature_area .feature_item {
    padding: 0 5px 10px;
  }
}
.top_feature .feature_area .feature_item img {
  position: absolute;
  left: calc(50% - 39px);
  top: 20px;
}
.top_feature .feature_area .feature_item p {
  text-align: center;
  margin-top: 115px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  .top_feature .feature_area .feature_item p {
    font-size: 16px;
  }
}

.top_items .top_section_subheader {
  color: #ffffff;
}
.top_items .top_section_subheader::before, .top_items .top_section_subheader::after {
  border: 2px solid #d6ae3f;
  background: #d6ae3f;
}
.top_items span.title-eco-cute,
.top_items span.title-gas{
  color: #fff;
  text-align: center;
  line-height: 1.8em;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 16px;
	display:block;
}
.top_items span.title-gas, 
.top_items span.title-eco-cute{
  font-weight: 900;
  font-size: 18px;
}
.top_items span.title-eco-cute {
  background-color: #53aac5;
}
.top_items span.title-gas {
  background-color: #0b8996;
}

.top_items_list {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.top_items_list .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 819px) {
  .top_items_list .items {
    grid-template-columns: repeat(1, 1fr);
    margin-left: 10px;
    margin-right: 10px;
  }
}

.top_items_maker {
  background: #f2f2f2;
  padding: 30px 10px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .top_items_maker {
    padding: 20px 0;
  }
}
.top_items_maker .top_items_maker_wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (max-width: 819px) {
  .top_items_maker .top_items_maker_wrapper {
    grid-template-columns: repeat(1, 1fr);
    margin-left: 10px;
    margin-right: 10px;
  }
}
.top_items_maker .top_items_maker_content {
  background: #fff;
  padding: 16px;
}
.top_items_maker .top_items_maker_content p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}
.top_items_maker .top_items_maker_content .makers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  place-items: end;
}
@media screen and (max-width: 1024px) {
  .top_items_maker .top_items_maker_content .makers {
    grid-template-columns: repeat(3, 1fr);
  }
}

.top_flow {
  padding-bottom: 30px;
}
.top_flow .top_content_wapper {
  position: relative;
  background: #e0f4f6;
  padding: 70px 10px 40px;
  z-index: -2;
}
@media screen and (max-width: 1024px) {
  .top_flow .top_content_wapper {
    padding: 10px 10px 30px;
  }
}
.top_flow .flow_area {
  max-width: 1000px;
  margin: 0 auto;
}
.top_flow .flow_area .top_section_subheader {
  margin: 10px auto -21px;
}
.top_flow .flow_area .step_wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .top_flow .flow_area .step_wrapper {
    padding: 0 20px 10px;
  }
}
.top_flow .flow_area .step_wrapper .step {
  display: flex;
  text-align: center;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  padding: 13px 0;
  width: 290px;
  height: 120px;
  margin-right: 10px;
  border: 2px solid #00A4B3;
  gap: 25px;
}
@media screen and (max-width: 1024px) {
  .top_flow .flow_area .step_wrapper .step {
    width: 100%;
    height: auto;
    padding: 20px 0 40px;
    margin-right: 0;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
    background: #00A4B3;
  }
  .top_flow .flow_area .step_wrapper .step:after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: #fff;
    z-index: -20;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
  }
}
@media screen and (min-width: 1025px) {
  .top_flow .flow_area .step_wrapper .step::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: 60px solid transparent;
    border-left: 28px solid #00A4B3;
    right: -89px;
    top: -2px;
  }
  .top_flow .flow_area .step_wrapper .step::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: 58px solid transparent;
    border-left: 27px solid #fff;
    right: -85px;
    z-index: 100;
    top: 0;
  }
}
.top_flow .flow_area .step_wrapper .step .center {
  margin: 0 auto 0 0;
  width: auto;
  display: flex;
  text-align: center;
  position: relative;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 1024px) {
  .top_flow .flow_area .step_wrapper .step .center {
    width: 220px;
    margin: 0;
  }
}
.top_flow .flow_area .step_wrapper .step .step_icon {
  margin-left: 36px;
}
@media screen and (max-width: 1024px) {
  .top_flow .flow_area .step_wrapper .step .step_icon {
    margin-left: 0;
  }
}
.top_flow .flow_area .step_wrapper .step .step_text {
  text-align: left;
  line-height: 26px;
}
.top_flow .flow_area .step_wrapper .step .step_text .no {
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .top_flow .flow_area .step_wrapper .step .step_text .no {
    font-size: 16px;
  }
}
.top_flow .flow_area .step_wrapper .step .step_text .ja {
  font-size: 22px;
}
@media screen and (max-width: 1024px) {
  .top_flow .flow_area .step_wrapper .step .step_text .ja {
    font-size: 18px;
  }
}
.top_flow .flow_area .flow-free {
  background: #fff;
  padding-top: 32px;
  padding-bottom: 24px;
  position: relative;
  z-index: -2;
  margin-bottom: 32px;
  color: #00A4B3;
}
@media screen and (max-width: 1024px) {
  .top_flow .flow_area .flow-free {
    display: flex;
    justify-content: center;
    padding-bottom: 6px;
  }
}
.top_flow .flow_area .flow-paid {
  background: #fff;
  padding-top: 32px;
  padding-bottom: 24px;
  position: relative;
  z-index: -2;
}
@media screen and (max-width: 1024px) {
  .top_flow .flow_area .flow-paid {
    display: flex;
    justify-content: center;
    padding-bottom: 6px;
  }
}
.top_flow .flow_area .flow-paid .step {
  color: #fff;
  background: #00A4B3;
}
@media screen and (min-width: 1025px) {
  .top_flow .flow_area .flow-paid .step::after {
    border-left: 28px solid #fff;
    z-index: 99;
    right: -93px;
    top: -1px;
  }
  .top_flow .flow_area .flow-paid .step::before {
    border: 60px solid transparent;
    border-left: 28px solid #00A4B3;
    right: -90px;
    top: -1px;
  }
}
@media screen and (max-width: 1024px) {
  .top_flow .flow_area .flow-paid .step:after {
    display: none;
  }
}

.top_reason {
  background-color: #D2EFF2 !important;
}

.top_news {
  max-width: 1000px;
  margin: 0 auto;
}
.top_news .top_section_header {
  padding-bottom: 80px;
}
.top_news .post-wrap {
  display: flex;
  gap: 8px;
  padding: 16px;
  width: 100%;
  border-top: 1px solid #919191;
}
.top_news .post-wrap:last-child {
  border-bottom: 1px solid #919191;
}
.top_news .post-wrap .post-thumbnail {
  width: 164px;
}
@media screen and (max-width: 480px) {
  .top_news .post-wrap .post-thumbnail {
    width: 90px;
  }
}
.top_news .post-wrap .post-wrap-inner {
  margin-top: auto;
  margin-bottom: auto;
  height: 100%;
  width: 100%;
}
.top_news .post-wrap .post-wrap-inner a:hover {
  opacity: 0.7;
}
.top_news .post-wrap .post-category a {
  padding: 2px 8px;
}
.top_news .post-wrap .post-meta {
  display: inline-flex;
  gap: 16px;
  margin-bottom: 8px;
}
.top_news .news-link {
  display: block;
  background-color: #fff;
  color: #00A4B3;
  text-align: center;
  line-height: 50px;
  width: 264px;
  margin: 60px auto;
  position: relative;
  border: 1px solid #00A4B3;
}
@media screen and (max-width: 1024px) {
  .top_news .news-link {
    line-height: 47px;
  }
}
.top_news .news-link a::after {
  content: url(../../svg/icon-right-arrow_color.svg);
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 3px;
}