/* LESS Document */
main {
  padding: 0 0 100px;
}
.mainHeader {
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mainHeader {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.mainHeader .mv {
  height: 675px;
  margin: 0 auto 20px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mainHeader .mv {
    height: 80vw;
  }
}
.mainHeader .mv-slider {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .mainHeader .mv-slider {
    height: 100%;
  }
}
.mainHeader .mv .slick-item {
  position: relative;
}
.mainHeader .mv .slick-item > img {
  width: 100%;
  height: 675px;
  object-fit: cover;
  object-position: center center;
}
@media screen and (max-width: 767px) {
  .mainHeader .mv .slick-item > img {
    height: 80vw;
  }
}
.mainHeader .mv .slick-item-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 390px;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mainHeader .mv .slick-item-text {
    padding: 0 20px;
    bottom: 40vw;
  }
}
.mainHeader .mv .slick-item-text p {
  color: #FFF;
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .mainHeader .mv .slick-item-text p {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .mainHeader .mv .slick-item-text figure {
    width: 75%;
    margin: 0 auto;
  }
}
.mainHeader .mv .slick-item-text figure img {
  margin: 0 auto;
}
.mainHeader .mv .slick-prev {
  left: 25px;
  z-index: 3;
  width: 30px;
  height: 42px;
}
@media screen and (max-width: 767px) {
  .mainHeader .mv .slick-prev {
    left: 0;
  }
}
.mainHeader .mv .slick-prev::before {
  content: '\f053';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 4.2rem;
}
@media screen and (max-width: 767px) {
  .mainHeader .mv .slick-prev::before {
    font-size: 2.4rem;
  }
}
.mainHeader .mv .slick-next {
  right: 25px;
  z-index: 3;
  width: 30px;
  height: 42px;
}
@media screen and (max-width: 767px) {
  .mainHeader .mv .slick-next {
    right: 0;
  }
}
.mainHeader .mv .slick-next::before {
  content: '\f054';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 4.2rem;
}
@media screen and (max-width: 767px) {
  .mainHeader .mv .slick-next::before {
    font-size: 2.4rem;
  }
}
.mainHeader .mv .slick-dots {
  bottom: 25px;
}
.mainHeader .mv .slick-dots li {
  width: 10px;
  height: 10px;
}
.mainHeader .mv .slick-dots li button {
  width: 10px;
  height: 10px;
  border: #FFF 1px solid;
  border-radius: 50%;
}
.mainHeader .mv .slick-dots li button::before {
  content: none;
}
.mainHeader .mv .slick-dots li.slick-active button {
  background: #FFF;
}
.mainHeader .mv-title {
  color: #FFF;
  font-size: clamp(1px, 4.8vw, 4.8rem);
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 300px;
}
@media screen and (max-width: 767px) {
  .mainHeader .mv-title {
    bottom: 27vw;
  }
}
.mainHeader .mv .btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 190px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mainHeader .mv .btn {
    bottom: 15vw;
  }
}
.startupArea {
  margin-top: -100px;
  padding: 150px 20px 70px;
  background: #E6F4EF;
}
@media screen and (max-width: 767px) {
  .startupArea {
    padding: 150px 10px 50px;
  }
}
.startupArea h2 {
  margin: 0 0 25px;
  color: #00A99D;
  text-align: center;
  font-size: 5rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .startupArea h2 {
    font-size: 6vw;
  }
}
.startupArea p {
  max-width: 924px;
  margin: 0 auto 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .startupArea p {
    font-size: 4vw;
  }
}
.startupArea figure {
  text-align: center;
}
.promotionArea {
  padding: 90px 10px 110px;
  background: linear-gradient(120deg, #019156, #078274);
  border-radius: 0 0 50px 50px;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .promotionArea {
    padding: 50px 10px;
    border-radius: 0;
  }
}
.promotionArea h2 {
  display: block;
  width: max-content;
  margin: 0 auto 40px;
  color: #F5FF00;
  letter-spacing: 0.2em;
  font-size: clamp(1px, 5.2vw, 4.8rem);
  position: relative;
}
@media screen and (max-width: 1023px) {
  .promotionArea h2 {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .promotionArea h2 {
    margin: 0 auto 40px;
  }
}
.promotionArea h2::before,
.promotionArea h2::after {
  content: '';
  width: 51px;
  height: 54px;
  background: url(../img/icon_leaf.svg) no-repeat center center / contain;
  position: absolute;
  top: 25px;
}
@media screen and (max-width: 767px) {
  .promotionArea h2::before,
  .promotionArea h2::after {
    top: 6vw;
  }
}
.promotionArea h2::before {
  left: -60px;
}
.promotionArea h2::after {
  right: -60px;
}
.promotionArea h2 strong {
  font-size: clamp(1px, 7.8vw, 6.7rem);
}
@media screen and (max-width: 767px) {
  .promotionArea h2 strong {
    display: block;
  }
}
.promotionArea h3 {
  margin: 0 0 30px;
  font-size: 4rem;
  font-weight: 800;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .promotionArea h3 {
    font-size: 4.8vw;
  }
}
.promotionArea p {
  font-size: 2rem;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .promotionArea p {
    font-size: 4vw;
  }
}
.promotionArea p.promotionText {
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .promotionArea p.promotionText {
    font-size: 4.8vw;
  }
}
.promotionArea p.promotionText strong {
  color: #F5FF00;
  font-size: 4.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .promotionArea p.promotionText strong {
    display: inline-block;
    font-size: 6.4vw;
  }
}
.promotionArea .box {
  max-width: 835px;
  margin: 0 auto 95px;
  background: #FFF;
  padding: 15px 60px 25px;
  border-radius: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .promotionArea .box {
    padding: 15px 15px;
    margin-bottom: 50px;
  }
}
.promotionArea .box h4 {
  margin: 0 0 5px;
  color: #078274;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .promotionArea .box h4 {
    font-size: 4.8vw;
    text-align: center;
  }
}
.promotionArea .box ul li {
  padding: 0 0 0 1.4rem;
  font-weight: bold;
  font-size: 2.8rem;
  text-indent: -1.4rem;
}
@media screen and (max-width: 767px) {
  .promotionArea .box ul li {
    padding-left: 2vw;
    font-size: 3.8vw;
    text-indent: -2vw;
  }
}
.promotionArea .box ul li::before {
  content: '・';
}
.promotionAreaFlow {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 128px;
  justify-content: center;
  margin: 0 0 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .promotionAreaFlow {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
  }
}
.promotionAreaFlow::before {
  content: '\f30b';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 3.6rem;
  text-align: center;
  color: #FFF;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .promotionAreaFlow::before {
    position: static;
    order: -1;
    content: '\f309';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 7.2vw;
  }
}
@media screen and (max-width: 767px) {
  .promotionAreaFlow figure:first-child {
    order: -2;
  }
}
.promotionAreaFlow figure img {
  height: 424px;
  margin: 0 0 24px;
  object-fit: contain;
  object-position: center bottom;
}
@media screen and (max-width: 767px) {
  .promotionAreaFlow figure img {
    height: 50vw;
  }
}
.promotionAreaFlow figure figcaption {
  color: #FFF;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .promotionAreaFlow figure figcaption {
    font-size: 4vw;
  }
}
.newsArea {
  padding: 95px 10px 110px;
}
@media screen and (max-width: 767px) {
  .newsArea {
    padding: 50px 10px;
  }
}
.newsArea h2 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 28px;
  align-items: baseline;
  justify-content: center;
  margin: 0 0 0;
  font-size: 9.3rem;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
  color: #078274;
}
@media screen and (max-width: 767px) {
  .newsArea h2 {
    gap: 14px;
    font-size: 12vw;
  }
}
.newsArea h2::before,
.newsArea h2::after {
  content: '';
  width: 51px;
  height: 54px;
  background: url(../img/icon_leaf.svg) no-repeat center center / contain;
}
.newsArea .tabNav {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 45px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: 58px auto;
}
@media screen and (max-width: 767px) {
  .newsArea .tabNav {
    gap: 15px;
  }
}
.newsArea .tabNav a {
  padding: 8px 25px;
  line-height: 1.5;
  background: #078274;
  border-radius: 30px;
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .newsArea .tabNav a {
    font-size: 3.6vw;
  }
}
.newsArea .tabNav a:hover,
.newsArea .tabNav a.active {
  background: #00A99D;
}
.newsArea .tabNav a.active {
  pointer-events: none;
}
.newsArea .newsList {
  max-width: 1080px;
  margin: 0 auto;
}
.newsArea .newsList .columnBox > *,
.newsArea .newsList .columnBox::before,
.newsArea .newsList .columnBox::after {
  max-width: 335px;
}
@media screen and (max-width: 767px) {
  .newsArea .newsList .columnBox > *,
  .newsArea .newsList .columnBox::before,
  .newsArea .newsList .columnBox::after {
    max-width: none;
  }
}
.newsArea .newsList .columnBox > a {
  margin: 0 0 48px;
  line-height: 1.5;
  text-decoration: none;
  color: #000;
  position: relative;
}
@media screen and (max-width: 767px) {
  .newsArea .newsList .columnBox > a {
    margin-bottom: 30px;
  }
}
.newsArea .newsList .columnBox > a:hover img {
  transform: scale(1.1);
}
.newsArea .newsList .tag {
  display: block;
  max-width: max-content;
  padding: 0 10px;
  background: #00A99D;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 50px;
  position: absolute;
  top: 15px;
  left: -10px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .newsArea .newsList .tag {
    font-size: 3.2vw;
  }
}
.newsArea .newsList figure {
  margin: 0 0 15px;
  border-radius: 10px;
  overflow: hidden;
}
.newsArea .newsList figure img {
  width: 100%;
  height: 188px;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.2s;
}
@media screen and (max-width: 767px) {
  .newsArea .newsList figure img {
    height: 45vw;
  }
}
.newsArea .newsList time {
  display: block;
  font-size: 2rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .newsArea .newsList time {
    font-size: 4vw;
  }
}
.newsArea .newsList h3 {
  margin: 0 0 3px;
  color: #078274;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .newsArea .newsList h3 {
    font-size: 4vw;
  }
}
.newsArea .newsList p {
  text-align: left;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .newsArea .newsList p {
    font-size: 3.6vw;
  }
}
.contentsArea h2 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 28px;
  align-items: baseline;
  justify-content: center;
  margin: 0 0 0;
  font-size: 9.3rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  color: #078274;
}
@media screen and (max-width: 767px) {
  .contentsArea h2 {
    gap: 12px;
    font-size: 12vw;
  }
}
.contentsArea h2::before,
.contentsArea h2::after {
  content: '';
  width: 51px;
  height: 54px;
  background: url(../img/icon_leaf.svg) no-repeat center center / contain;
}
.contentsAreaNav {
  max-width: 1232px;
  background: linear-gradient(120deg, #019156, #078274);
  border-radius: 50px;
  margin: 35px auto 0;
  padding: 25px 10px 10px;
}
@media screen and (max-width: 767px) {
  .contentsAreaNav {
    width: 90%;
    padding: 10px;
    border-radius: 30px;
  }
}
.contentsAreaNav ul {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contentsAreaNav ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .contentsAreaNav ul li:not(:last-child) a {
    border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
  }
}
.contentsAreaNav ul li a {
  display: block;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .contentsAreaNav ul li a {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 15px;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    font-size: 4vw;
  }
}
.contentsAreaNav ul li a:hover i {
  transform: translate(0, 15px);
}
.contentsAreaNav ul li a img {
  display: block;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .contentsAreaNav ul li a img {
    width: 25vw;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .contentsAreaNavText {
    flex: 1;
  }
}
.contentsAreaNavText strong {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .contentsAreaNavText strong {
    font-size: 6vw;
  }
}
.contentsAreaNavText i {
  display: block;
  font-size: 2.4rem;
  transition: transform 0.2s;
}
@media screen and (max-width: 767px) {
  .contentsAreaNavText i {
    font-size: 4vw;
  }
}
.contentsArea section {
  padding: 60px 0 90px;
}
@media screen and (max-width: 767px) {
  .contentsArea section {
    padding: 50px 0;
  }
}
.contentsArea section:not(:nth-last-of-type(1)) {
  border-bottom: #479800 2px dotted;
}
.contentsAreaHeader {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: space-between;
  margin: 0 0 10px;
}
.contentsAreaHeader.right h3 {
  order: 1;
  text-align: right;
}
.contentsAreaHeader h3 {
  margin: 30px 0 0;
  font-size: 4.8rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .contentsAreaHeader h3 {
    font-size: 4.8vw;
  }
}
.contentsAreaHeader h3 strong {
  line-height: 1;
  font-size: 14rem;
  font-weight: 700;
  background: linear-gradient(120deg, #019156, #078274);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .contentsAreaHeader h3 strong {
    font-size: 14vw;
  }
}
.contentsArea h4 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 5px;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 0 0 25px;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .contentsArea h4 {
    margin-bottom: 0;
    font-size: 7.2vw;
    align-items: center;
  }
}
.contentsArea h4::before {
  content: '';
  width: 51px;
  height: 54px;
  background: url(../img/icon_leaf.svg) no-repeat center center / contain;
}
.contentsArea .flex {
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .contentsArea .flex {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contentsArea .flex h4 {
    order: -2;
  }
}
.contentsArea .flex .flexImg {
  max-width: 400px;
  width: 40vw;
}
@media screen and (max-width: 767px) {
  .contentsArea .flex .flexImg {
    margin: 0 auto;
    width: 80vw;
    order: -1;
  }
}
.contentsArea .contents1List {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 18px;
  justify-content: center;
  margin: 20px 0 35px;
  color: #00A99D;
}
@media screen and (max-width: 767px) {
  .contentsArea .contents1List {
    gap: 10px;
    font-size: 2.8vw;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .contentsArea .contents1List li {
    width: calc(100% / 3 - 10px);
  }
}
.contentsArea .consultant_slide {
  max-width: 956px;
  min-height: 385px;
  margin: 0 auto;
  padding: 0 0 0 68px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contentsArea .consultant_slide {
    min-height: 75vw;
    padding-top: 0;
    padding-left: calc(40vw - (25vw + 20px));
  }
}
.contentsArea .consultant_slide_main {
  width: 260px;
  height: 385px;
  padding: 15px;
  background: #00A99D;
  flex-shrink: 0;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .contentsArea .consultant_slide_main {
    height: 65vw;
  }
}
.contentsArea .consultant_slide_main #slideName {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contentsArea .consultant_slide_main #slideName {
    font-size: 4.8vw;
  }
}
.contentsArea .consultant_slide_main #slideImg {
  width: 238px;
  height: 238px;
  margin: 5px 0 5px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .contentsArea .consultant_slide_main #slideImg {
    height: 35vw;
  }
}
.contentsArea .consultant_slide_main #slideTag {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .contentsArea .consultant_slide_main #slideTag {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .contentsArea .consultant_slide_main {
    width: 40vw;
    padding-left: 10px;
  }
}
.contentsArea .consultant_slide .swiper {
  width: auto;
  min-height: 300px;
  margin: 0 0 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contentsArea .consultant_slide .swiper {
    min-height: 0;
    margin-left: 20px;
    margin-right: 10px;
  }
}
.contentsArea .consultant_slide .swiper::before {
  content: '';
  display: block;
  width: 196px;
  height: 274px;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .contentsArea .consultant_slide .swiper::before {
    width: calc(22vw + 21px);
  }
}
.contentsArea .consultant_slide .swiper .swiper-slide {
  display: block;
  max-width: 190px;
  width: 100%;
  min-height: 274px;
  padding: 15px 10px 5px;
  text-align: center;
  text-decoration: none;
  color: #000;
  border-radius: 30px;
  background: #F5F5F5;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .contentsArea .consultant_slide .swiper .swiper-slide {
    width: 25vw;
    min-height: 45vw;
  }
}
.contentsArea .consultant_slide .swiper .swiper-slide .slideName {
  font-weight: bold;
}
.contentsArea .consultant_slide .swiper .swiper-slide img {
  margin: 5px 0;
}
.contentsArea .consultant_slide .swiper .swiper-slide .slideTag {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .contentsArea .consultant_slide .swiper .swiper-slide .slideTag {
    font-size: 2.8vw;
  }
}
.contentsArea .consultant_slide .slider-next {
  border: none;
  width: 64px;
  height: 64px;
  line-height: 1;
  border-radius: 50%;
  background: none;
  font-size: 6.4rem;
  color: #00A99D;
  position: absolute;
  top: 112px;
  right: -64px;
  z-index: 1;
  transition: opacity 0.2s;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .contentsArea .consultant_slide .slider-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .contentsArea .consultant_slide .slider-next {
    top: auto;
    bottom: 10px;
  }
}
.contentsArea .consultant_slide .slider-next:hover {
  opacity: 0.7;
}
.contentsArea .consultant_slide .btn {
  text-align: left;
  padding-left: 230px;
}
@media screen and (max-width: 767px) {
  .contentsArea .consultant_slide .btn {
    padding: 0;
    text-align: center;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
  }
}
.contentsArea .contents2List {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 18px;
  justify-content: center;
  margin: 50px auto 35px;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .contentsArea .contents2List {
    gap: 10px;
    font-size: 2.8vw;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .contentsArea .contents2List li {
    width: calc(100% / 2 - 10px);
  }
}
.contentsArea .contents3List {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 30px;
  justify-content: center;
  margin: 30px auto 40px;
}
@media screen and (max-width: 767px) {
  .contentsArea .contents3List {
    gap: 10px;
  }
}
.contentsArea .contents4List {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 524px;
  margin: 35px auto 40px;
}
.contentsArea .contents4List li {
  padding: 5px 25px;
  border: #8AAE00 2px solid;
  border-radius: 100px;
  color: #8AAE00;
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contentsArea .contents4List li {
    font-size: 4.8vw;
  }
}
.topContactBox {
  margin: 110px auto 0;
  padding: 20px 50px;
  border: #019156 4px solid;
  border-radius: 30px;
  background: #E6F4E6;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .topContactBox {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .topContactBox {
    margin-top: 50px;
    padding: 20px 15px 45vw;
  }
}
.topContactBox h5 {
  margin: 0 0 15px;
  text-align: center;
  color: #019156;
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .topContactBox h5 {
    font-size: 8vw;
  }
}
.topContactBox p {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .topContactBox p {
    font-size: 4vw;
  }
}
.topContactBox p.strong {
  margin: 0;
  font-size: 3rem;
  font-weight: 900;
  color: #019156;
  mix-blend-mode: multiply;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .topContactBox p.strong {
    font-size: 6vw;
  }
}
.topContactBox dl dt {
  font-weight: 500;
}
.topContactBox dl dt i {
  color: #019156;
}
.topContactBox dl dd {
  margin: 0 0 20px;
  text-align: left;
}
.topContactBox dl dd a {
  background: #019156;
  transition: 0.2s;
}
.topContactBox dl dd a:hover {
  opacity: 0.7;
}
.topContactBox dl dd a[href^="tel"] {
  font-size: 4rem;
  font-family: 'Poppins', sans-serif;
}
@media screen and (max-width: 767px) {
  .topContactBox dl dd a[href^="tel"] {
    font-size: 4.8vw;
  }
}
.topContactBox dl dd a[href^="tel"]::after {
  font-size: 2.4rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .topContactBox dl dd a[href^="tel"]::after {
    font-size: 4.8vw;
    display: block;
  }
}
.topContactBoxImg {
  max-width: 535px;
  width: 45vw;
  position: absolute;
  bottom: -2px;
  right: -10px;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .topContactBoxImg {
    right: -50px;
  }
}
@media screen and (max-width: 767px) {
  .topContactBoxImg {
    width: auto;
    right: 0;
  }
}
.linkArea {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .linkArea {
    padding: 0 10px;
  }
}
.linkArea h2 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 5px;
  justify-content: center;
  align-items: flex-end;
  margin: 0 0 50px;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .linkArea h2 {
    font-size: 7.2vw;
  }
}
.linkArea h2::before,
.linkArea h2::after {
  content: '';
  width: 51px;
  height: 54px;
  background: url(../img/icon_leaf.svg) no-repeat center center / contain;
}
.linkArea ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 29px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .linkArea ul {
    gap: 10px;
  }
}
.linkArea ul li {
  width: 248px;
  height: 139px;
}
@media screen and (max-width: 767px) {
  .linkArea ul li {
    width: calc(100% / 2 - 10px);
    height: 25vw;
  }
}
.linkArea ul li img {
  object-fit: scale-down;
  object-position: center center;
  height: 100%;
  border-radius: 10px;
}
