@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Roboto+Condensed:wght@400;700&family=Roboto:wght@400;700&display=swap");
.wrapper {
  position: relative;
}
.wrapper .map {
  width: 100%;
  position: absolute;
  bottom: 230px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .wrapper .map {
    bottom: 1240px;
  }
}
@media screen and (max-width: 750px) {
  .wrapper .map {
    right: 0;
    bottom: 31%;
  }
}

.intro {
  padding: 160px 0 35px 0;
  margin: 0 0 120px 0;
  background: url(../images/bg_green-thinking@2x.png) no-repeat bottom right/1100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .intro {
    padding-top: 110px;
    padding-bottom: 200px;
    background-image: url(../images/bg_green-thinking-tab@2x.png);
    background-size: 72.9166666667vw;
  }
}
@media screen and (max-width: 750px) {
  .intro {
    padding-top: 215px;
    margin-bottom: 130px;
    background-image: url(../images/bg_green-thinking-sp@2x.png);
    background-size: 86.6666666667vw;
    background-position: 13.3333333333vw 630px;
  }
}
@media screen and (max-width: 650px) {
  .intro {
    padding-top: 120px;
    padding-bottom: 0px;
    margin-bottom: 100px;
  }
}
.intro_wrap {
  position: relative;
}
.intro_head {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .intro_head {
    flex-direction: column-reverse;
    position: relative;
  }
}
.intro_title {
  margin: 0 0 70px 0;
  color: #222222;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  hyphens: manual;
}
.intro_title::first-letter {
  color: #2da424;
}
@media screen and (max-width: 768px) {
  .intro_title {
    margin-top: 35px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 750px) {
  .intro_title {
    margin-top: 100px;
    margin-bottom: 77.3333333333%;
    font-size: 12.5rem;
  }
}
@media screen and (max-width: 650px) {
  .intro_title {
    font-size: 8rem;
    margin-bottom: 120%;
  }
}
.intro_title span {
  margin: 20px 0 0 0;
  display: block;
  font-size: 2.5rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 750px) {
  .intro_title span {
    margin-top: 60px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 650px) {
  .intro_title span {
    margin-top: 50px;
    font-size: 3rem;
  }
}
.intro .breadcrumb ol {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .intro .breadcrumb ol {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 750px) {
  .intro .breadcrumb ol {
    width: 100%;
    justify-content: center;
  }
}
.intro .breadcrumb li {
  color: #222222;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .intro .breadcrumb li {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 650px) {
  .intro .breadcrumb li {
    font-size: 1.8rem;
  }
}
.intro .breadcrumb li a {
  color: #2da424;
}
.intro .breadcrumb li:not(:last-child)::after {
  margin: 0 1em;
  content: ">";
}
.intro .sales_item {
  color: #222222;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  text-indent: -1.8em;
  padding-left: 1.8em;
}
@media screen and (max-width: 750px) {
  .intro .sales_item {
    font-size: 4rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 650px) {
  .intro .sales_item {
    font-size: 2rem;
    line-height: 2;
  }
}
.intro .sales_item:nth-child(odd):before, .intro .sales_item:nth-child(even):before {
  content: "";
  width: 3rem;
  height: 3rem;
  vertical-align: sub;
  margin-right: 1rem;
  background: url(../images/marker_green@2x.png) no-repeat center/30px;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .intro .sales_item:nth-child(odd):before, .intro .sales_item:nth-child(even):before {
    width: 6rem;
    height: 6rem;
    background-size: 60px;
  }
}
@media screen and (max-width: 650px) {
  .intro .sales_item:nth-child(odd):before, .intro .sales_item:nth-child(even):before {
    width: 3rem;
    height: 3rem;
    background-size: 30px;
  }
}
.intro .sales_item:nth-child(even):before {
  background-image: url(../images/marker_red@2x.png);
}
.intro .sales_item:not(:last-child) {
  margin: 0 0 12px 0;
}
@media screen and (max-width: 750px) {
  .intro .sales_item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.intro_mainvisual {
  width: 643px;
  position: absolute;
  top: 90px;
  right: 140px;
}
@media screen and (max-width: 768px) {
  .intro_mainvisual {
    width: 71.2239583333vw;
    top: 360px;
    right: 3.90625vw;
  }
}
@media screen and (max-width: 750px) {
  .intro_mainvisual {
    width: 86vw;
    top: 625px;
    right: 8.9333333333vw;
  }
}
.intro .star-l {
  width: 600px;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .intro .star-l {
    width: 59.8958333333vw;
  }
}
@media screen and (max-width: 750px) {
  .intro .star-l {
    display: none;
  }
}

.catch_text {
  margin: 0 0 120px 0;
  color: #222222;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1.36;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .catch_text {
    padding: 0 3.90625%;
    margin-bottom: 100px;
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 750px) {
  .catch_text {
    font-size: 6.35rem;
  }
}
@media screen and (max-width: 650px) {
  .catch_text {
    font-size: 4rem;
  }
}

.about {
  margin: 0 0 120px 0;
  position: relative;
  z-index: 10;
}
.about_title {
  margin: 0 0 15px 0;
  color: #222222;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
.about_title::first-letter {
  color: #2da424;
}
@media screen and (max-width: 750px) {
  .about_title {
    font-size: 12.6rem;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 650px) {
  .about_title {
    font-size: 7rem;
    margin-bottom: 80px;
  }
}
.about_title span {
  margin: 10px 0 0 0;
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.5rem;
}
@media screen and (max-width: 750px) {
  .about_title span {
    margin-top: 40px;
  }
}
@media screen and (max-width: 650px) {
  .about_title span {
    margin-top: 20px;
  }
}
.about_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .about_list {
    flex-direction: column;
  }
}
.about_item {
  width: 373px;
  background: #ffffff;
  border-radius: 20px;
  filter: drop-shadow(10px 10px 40px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 768px) {
  .about_item {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
@media screen and (max-width: 750px) {
  .about_item {
    flex-direction: column;
  }
}
.about_item:nth-child(2) {
  margin: 80px 0 0 0;
}
@media screen and (max-width: 768px) {
  .about_item:nth-child(2) {
    margin-top: 0;
  }
}
.about_item:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .about_item .item_inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
@media screen and (max-width: 750px) {
  .about_item .item_inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .about_item .about_img {
    width: 39.0625vw;
  }
  .about_item .about_img img {
    height: 100%;
  }
}
@media screen and (max-width: 750px) {
  .about_item .about_img {
    width: 100%;
  }
}
.about_item .about_text {
  padding: 28px 40px 40px;
}
@media screen and (max-width: 768px) {
  .about_item .about_text {
    width: 45.3125vw;
    padding: 30px;
  }
}
@media screen and (max-width: 750px) {
  .about_item .about_text {
    width: auto;
    padding: 60px;
  }
}
@media screen and (max-width: 650px) {
  .about_item .about_text {
    width: auto;
    padding: 40px;
  }
}
.about_item .about_text h3 {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  color: #222222;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  border-bottom: 4px solid rgba(213, 16, 0, 0.2);
  border-image: linear-gradient(to right, rgba(213, 16, 0, 0.2) 0%, rgba(45, 164, 36, 0.2) 100%);
  border-image-slice: 1;
}
@media screen and (max-width: 768px) {
  .about_item .about_text h3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 750px) {
  .about_item .about_text h3 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 650px) {
  .about_item .about_text h3 {
    font-size: 1.8rem;
  }
}
.about_item .about_text p {
  color: #222222;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .about_item .about_text p {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 650px) {
  .about_item .about_text p {
    font-size: 1.6rem;
  }
}
.about_item a {
  text-decoration: none;
  display: block;
  opacity: 1;
  transition: 0.2s ease-in-out;
}
.about_item a:hover {
  opacity: 0.4;
}
.about .star-m {
  width: 350px;
  position: absolute;
  top: 0px;
  right: 40px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .about .star-m {
    display: none;
  }
}
.about .star-s {
  width: 200px;
  position: absolute;
  top: 300px;
  left: 100px;
}
@media screen and (max-width: 768px) {
  .about .star-s {
    display: none;
  }
}

.area {
  margin: 0 0 180px 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .area {
    margin-bottom: 210px;
  }
}
@media screen and (max-width: 750px) {
  .area {
    margin-bottom: 90vw;
  }
}
.area_title {
  margin: 0 0 60px 0;
  color: #222222;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}
.area_title::first-letter {
  color: #2da424;
}
@media screen and (max-width: 768px) {
  .area_title {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .area_title {
    font-size: 14rem;
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    hyphens: manual;
  }
}
@media screen and (max-width: 650px) {
  .area_title {
    font-size: 7rem;
    margin-bottom: 80px;
  }
}
.area_title span {
  margin: 20px 0 0 0;
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.5rem;
}
@media screen and (max-width: 750px) {
  .area_title span {
    margin-top: 40px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 650px) {
  .area_title span {
    margin-top: 20px;
    font-size: 2.5rem;
  }
}
.area_text {
  color: #222222;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
}
.area_text span {
  font-family: "Roboto Condensed", sans-serif;
}
@media screen and (max-width: 750px) {
  .area_text {
    font-size: 3.6rem;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .area_text {
    font-size: 2.5rem;
  }
}

.flow {
  padding: 45px 0 80px;
  background: url(../images/bg_white@2x.png) no-repeat bottom left/1560px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow {
    background-image: url(../images/bg_white-tab@2x.png);
    background-size: 85.8072916667vw;
  }
}
@media screen and (max-width: 750px) {
  .flow {
    padding-top: 100px;
    background-image: url(../images/bg_white-sp@2x.png);
    background-size: 100vw;
  }
}
@media screen and (max-width: 650px) {
  .flow {
    padding-bottom: 290px;
    background-size: 100vw 96%;
  }
}
.flow_wrap {
  position: relative;
  z-index: 100;
}
.flow_title {
  margin: 0 0 60px 0;
  color: #222222;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
.flow_title::first-letter {
  color: #2da424;
}
@media screen and (max-width: 750px) {
  .flow_title {
    font-size: 14rem;
  }
}
@media screen and (max-width: 650px) {
  .flow_title {
    font-size: 7rem;
    margin-bottom: 80px;
  }
}
.flow_title span {
  margin: 10px 0 0 0;
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.5rem;
}
@media screen and (max-width: 750px) {
  .flow_title span {
    margin-top: 40px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 650px) {
  .flow_title span {
    margin-top: 20px;
    font-size: 2.5rem;
  }
}
.flow_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .flow_list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 750px) {
  .flow_list {
    justify-content: space-between;
  }
}
.flow_item {
  width: 208px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow_item {
    width: 29.0364583333%;
  }
}
@media screen and (max-width: 750px) {
  .flow_item {
    width: 43.4666666667%;
  }
}
@media screen and (max-width: 650px) {
  .flow_item {
    width: 40%;
  }
}
.flow_item figure img {
  margin: 0 0 20px 0;
}
.flow_item figure figcaption {
  color: #222222;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .flow_item figure figcaption {
    font-size: 4rem;
  }
}
@media screen and (max-width: 650px) {
  .flow_item figure figcaption {
    font-size: 1.8rem;
  }
}
.flow_item figure figcaption span {
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  color: #d51000;
  margin: 0 5px 0 0;
}
@media screen and (max-width: 750px) {
  .flow_item figure figcaption span {
    font-size: 6rem;
  }
}
@media screen and (max-width: 650px) {
  .flow_item figure figcaption span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .flow_item:first-child {
    margin: 0 21px 0 0;
  }
}
@media screen and (max-width: 750px) {
  .flow_item:first-child {
    margin: 0 29px 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .flow_item:nth-child(3) {
    margin: 0 0 0 21px;
  }
}
@media screen and (max-width: 750px) {
  .flow_item:nth-child(3) {
    margin: 0 3.8666666667vw 0 2.1333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .flow_item:nth-child(2), .flow_item:nth-child(4), .flow_item:last-child {
    margin: 0 21px;
  }
}
@media screen and (max-width: 750px) {
  .flow_item:nth-child(2), .flow_item:nth-child(4), .flow_item:last-child {
    margin: 0 2.6666666667vw;
  }
}
@media screen and (max-width: 650px) {
  .flow_item:nth-child(2), .flow_item:nth-child(4), .flow_item:last-child {
    margin: 0 2.4615384615vw 6.1538461538vw 4.4615384615vw;
  }
}
@media screen and (max-width: 750px) {
  .flow_item:last-child {
    margin: 0 3.8666666667vw 0 2.1333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .flow_item:first-child, .flow_item:nth-child(2), .flow_item:nth-child(3) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  .flow_item:first-child, .flow_item:nth-child(2), .flow_item:nth-child(3) {
    margin-bottom: 8vw;
  }
}
.flow_item:not(:last-child)::after {
  content: "";
  width: 12px;
  height: 20px;
  background: url(../images/arrow@2x.png) no-repeat center/contain;
  position: absolute;
  top: 94px;
  right: -28px;
}
@media screen and (max-width: 750px) {
  .flow_item:not(:last-child)::after {
    width: 2.4vw;
    height: 4vw;
    top: 17.8666666667vw;
    right: -5.3333333333vw;
  }
}
@media screen and (max-width: 650px) {
  .flow_item:not(:last-child)::after {
    top: 16.9230769231vw;
    right: -7.6923076923vw;
  }
}
@media screen and (max-width: 750px) {
  .flow_item:nth-child(2)::after, .flow_item:nth-child(4)::after {
    content: "";
    width: 3.2vw;
    height: 3.6vw;
    background: url(../images/arrow-bottom@2x.png) no-repeat center/contain;
    position: absolute;
    top: 48vw;
    left: -5.0666666667vw;
  }
}
@media screen and (max-width: 650px) {
  .flow_item:nth-child(2)::after, .flow_item:nth-child(4)::after {
    top: 40vw;
    left: -7.6923076923vw;
  }
}
@media screen and (max-width: 768px) {
  .flow_item:nth-child(3)::after {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .flow_item:nth-child(3)::after {
    content: "";
    width: 2.4vw;
    height: 4vw;
    top: 17.8666666667vw;
    right: -5.0666666667vw;
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .flow_item:nth-child(3)::after {
    top: 16.9230769231vw;
    right: -7.6923076923vw;
  }
}
@media screen and (max-width: 768px) {
  .flow_item:nth-child(4)::before {
    content: "";
    width: 12px;
    height: 20px;
    background: url(../images/arrow@2x.png) no-repeat center/contain;
    position: absolute;
    top: 94px;
    left: -28px;
  }
}
@media screen and (max-width: 750px) {
  .flow_item:nth-child(4)::before {
    display: none;
  }
}
.flow .bg-text {
  width: 156px;
  position: absolute;
  top: 0;
  right: 100px;
}
@media screen and (max-width: 768px) {
  .flow .bg-text {
    right: 0;
  }
}
@media screen and (max-width: 750px) {
  .flow .bg-text {
    display: none;
  }
}