@charset "UTF-8";
/*-----------------------------------
	base
-----------------------------------*/
@media screen and (max-width: 840px) {
}
@media screen and (max-width: 640px) {
}
body {
  position: relative;
  margin: 0;
  min-height: 100vh;
}
/*.bg {
	position: relative;
	top: 0;
	left: 0;
	width: 100vw;
    height: 100vh;
	z-index: -10;
	overflow: hidden;
}*/
.bg .bg_wrap {
  position: absolute;
  width: 338px;
  height: 400px;
  top: 0;
  left: 38%;
  transition: 1s;
  z-index: -1;
}
.bg img {
  width: 100%;
  object-fit: contain;
  max-height: 100%;
}
/*.bg .bg_wrap.end path {
	stroke: white;
}*/
@keyframes fadeInBg {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.h2_ttl {
  font-size: 42px;
  display: flex;
  align-items: center;
}
.ttl_wrapper {
  align-items: center;
  margin-bottom: 30px;
  gap: 20px;
}
.ttl_wrapper p a {
  color: #006b48;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  padding-right: 10px;
}
.ttl_wrapper p a::after {
  content: "";
  position: absolute;
  border: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
  border-top: solid 1px #006b48;
  border-right: solid 1px #006b48;
  display: inline-block;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  transition: 0.3s;
}
.ttl_wrapper p a:hover {
  color: #12996d;
}
.map_icon {
  width: 46px;
  height: 48px;
}
.info_icon {
  width: 37px;
  height: 49px;
}
.search_icon {
  width: 46px;
  height: 46px;
}
.search_icon_wh {
  width: 14px;
  height: 14px;
}
.faq_icon {
  width: 60px;
  height: 48px;
}
.star_icon {
  width: 29px;
  height: 29px;
}
/*@media screen and (min-width: 981px){
	.bg .bg_wrap.top {
		width: 105vw;
		top: 11vw;
		left: -9vw;
		translate: 0 0;
	}
	.bg .bg_wrap.center {
		width: 123vw;
		top: -40vw;
		left: -6vw;
		translate: 0 0;
		rotate: 40deg;
	}
	.bg .bg_wrap.bottom {
		width: 125vw;
		top: -40vw;
		left: 57vw;
		translate: 0 0;
		rotate: 44deg;
	}
	.bg .bg_wrap.end {
		width: 70vw;
        top: -10vw;
        left: 15vw;
        translate: 0 0;
        rotate: 44deg;
	}
}*/
@media screen and (max-width: 980px) {
  #contents {
    margin-top: 90px !important;
  }

  .bg .bg_wrap {
    left: 32%;
  }
  /*.bg .bg_wrap.sp path {
		stroke: #006b48;
	 }*/
  .ttl_wrapper {
    gap: 12px;
  }
}
@media screen and (max-width: 640px) {
  #contents {
    margin-top: 60px !important;
  }

  .bg .bg_wrap {
    top: 105px;
    left: auto;
    right: 5%;
    width: 204px;
  }
  /*.bg .bg_wrap.top {
		width: 185vw;
        top: 16vw;
        left: -68vw;
        translate: 0 0;
	}
	.bg .bg_wrap.center {
		width: 193vw;
        top: -20vw;
        left: -48vw;
        translate: 0 0;
        rotate: 10deg;
	}
	.bg .bg_wrap.bottom {
		width: 185vw;
        top: -40vw;
        left: 24vw;
        translate: 0 0;
        rotate: 14deg;
	}
	.bg .bg_wrap.end {
		width: 130%;
        top: 50px;
        left: -18vw;
	}*/

  .h2_ttl {
    font-size: 30px;
  }
  .map_icon {
    width: 35px;
    height: 36px;
  }
  .search_icon {
    width: 39px;
    height: 39px;
  }
  .info_icon {
    width: 26px;
    height: 35px;
    margin-top: 4px;
  }
  .faq_icon {
    width: 42px;
    height: 33px;
  }
}

/*-----------------------------------

	mainvisual_block

-----------------------------------*/
#mainvisual_block {
  position: relative;
  margin-top: 55px;
  padding-bottom: 94px;
}
#mainvisual_block .mainvisual {
  margin-top: 30px;
  margin-bottom: 65px;
}
#mainvisual_block .mainvisual .mainvisual_inner {
  flex-wrap: nowrap;
  gap: 2%;
}
#mainvisual_block .mainvisual .text_box {
  width: 46%;
}
#mainvisual_block .mainvisual .text_box .catch {
  font-size: 52px;
  font-weight: bold;
  margin-bottom: 25px;
  font-feature-settings: "palt";
  line-height: 1.2;
}
#mainvisual_block .mainvisual .text_box .catch span {
  font-size: 61px;
  color: #006b48;
}
#mainvisual_block .mainvisual .text_box > img:first-child {
  width: 504px;
  margin-bottom: 25px;
}
#mainvisual_block .mainvisual .text_box > img:last-child {
  width: 485px;
}
#mainvisual_block .mainvisual .text_box .btn_box {
  width: 270px;
  margin-top: 30px;
}
#mainvisual_block .mainvisual .text_box .btn_box .btn {
  width: 100%;
  padding: 18px 0;
  margin-bottom: 20px;
  padding-left: 50px;
}
#mainvisual_block .mainvisual .text_box .btn_box .search_btn {
  padding-left: 0;
  justify-content: center;
}

#mainvisual_block .mainvisual .img_box {
  max-width: 458px;
  width: 50%;
}
#mainvisual_block .swiper_box .contents_inner {
  position: relative;
}
#mainvisual_block .swiper_box .contents_inner .h2_ttl {
  display: flex;
  align-items: end;
  font-size: 14px;
  color: #fff;
  gap: 10px;
  margin-bottom: 15px;
}
#mainvisual_block .swiper_box .contents_inner .h2_ttl img {
  width: 147px;
  height: 30px;
}
.swiper-button-prev::before {
  content: "" !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -36px;
  width: 39px;
  height: 39px;
  background: rgba(255, 255, 255, 1);
  border-radius: 30px;
  border: 1px solid #006b48;
}
.swiper-button-prev:after {
  content: "" !important;
  position: absolute;
  top: -4px;
  bottom: 0;
  left: -20px;
  margin: auto 0;
  width: 9px;
  height: 9px;
  border-top: 1px solid #006b48;
  border-right: 1px solid #006b48;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  transition: 0.2s;
}
.swiper-button-next::before {
  content: "" !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  width: 39px;
  height: 39px;
  background: rgba(255, 255, 255, 1);
  border-radius: 30px;
  border: 1px solid #006b48;
}
.swiper-button-next:after {
  content: "" !important;
  position: absolute;
  top: -4px;
  bottom: 0;
  right: 0;
  margin: auto 0;
  width: 9px;
  height: 9px;
  border-top: 1px solid #006b48;
  border-right: 1px solid #006b48;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.2s;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: -6px;
}
@media screen and (max-width: 1200px) {
  #mainvisual_block .mainvisual .text_box .catch {
    font-size: 4.2vw;
  }
  #mainvisual_block .mainvisual .text_box .catch span {
    font-size: 5vw;
  }
}
@media screen and (max-width: 640px) {
  #mainvisual_block .mainvisual {
    margin-bottom: 0;
  }
  #mainvisual_block .mainvisual .text_box .catch {
    font-size: 8vw;
  }
  #mainvisual_block .mainvisual .text_box .catch span {
    font-size: 10vw;
  }
  #mainvisual_block .swiper_box {
  }
  #mainvisual_block .swiper_box .contents_inner {
    width: 95%;
    margin: 0 0 0 auto;
  }
  #mainvisual_block .swiper_box .contents_inner .h2_ttl img {
    width: 97px;
  }
  #mainvisual_block .swiper_box .contents_inner .h2_ttl {
    font-size: 9px;
  }
  #mainvisual_block .mainvisual .text_box {
    width: 100%;
    /*max-width: 322px;*/
    margin: auto;
  }
  #mainvisual_block .mainvisual .text_box > img:first-child {
    margin-bottom: 20px;
  }
  #mainvisual_block .mainvisual .text_box .btn_box {
    display: flex;
    width: 100%;
    gap: 2%;
    justify-content: center;
    margin-top: 30px;
  }
  #mainvisual_block .mainvisual .text_box .btn_box .btn {
    width: 158px;
    padding-left: 10px;
    justify-content: left;
    margin-bottom: 36px;
  }
  #mainvisual_block .mainvisual .btn.consult_btn span {
    position: absolute;
    top: -10px;
    left: 16px;
    border: 1px solid #ea5504;
    font-size: 12px;
    border-radius: 10px;
  }
  .swiper-button-prev::before {
    width: 26px;
    height: 26px;
    left: -27px;
    top: 5px;
  }
  .swiper-button-next::before {
    width: 26px;
    height: 26px;
    top: 5px;
    left: -11px;
  }
  .swiper-button-prev:after {
    width: 7px;
    height: 7px;
    top: -7px;
    left: -16px;
  }
  .swiper-button-next::after {
    width: 7px;
    height: 7px;
    top: -7px;
    right: 23px;
  }
}
/*-----------------------------------

	swiper_box

-----------------------------------*/
#mainvisual_block .swiper_box {
  background-image: url(../img/index/bg_img_gr.jpg);
  background-image: image-set(
    url("../img/index/bg_img_gr.webp") type("image/webp"),
    url("../img/index/bg_img_gr.jpg") type("image/jpeg")
  );
  background-size: cover;
  padding: 45px 0 40px;
}
@media screen and (max-width: 840px) {
}
@media screen and (max-width: 640px) {
  #mainvisual_block {
    margin-top: 40px;
    padding-bottom: 70px;
  }
  #mainvisual_block .swiper_box {
    background-image: url(../img/index/bg_img_gr.jpg);
    background-image: image-set(
      url("../img/index/bg_img_gr.webp") type("image/webp"),
      url("../img/index/bg_img_gr.jpg") type("image/jpeg")
    );
    padding: 10px 0 15px;
    position: relative;
  }
  .swiper-pagination {
    bottom: -40px !important;
    left: -15px !important;
  }
  .swiper-pagination-bullet {
    background-color: #fff;
    border: 1px solid #006b48;
  }

  .swiper-pagination-bullet-active {
    background-color: #006b48;
    opacity: 1;
  }
}
/*-----------------------------------

	about_block

-----------------------------------*/
#about_block {
  padding-bottom: 80px;
}
#about_block .contents_inner {
  background-color: #fff;
  border: 3px solid #006b48;
  border-radius: 20px;
  padding: 0 0 60px;
}
#about_block .about_inner {
  margin-bottom: 40px;
  padding: 40px 85px 0px;
}
#about_block .ttl_box h2 {
  font-size: 42px;
  text-align: center;
  margin-bottom: 40px;
}
#about_block .ttl_box h2 span {
  font-size: 18px;
  display: block;
  color: #006b48;
  font-family: "Cabin", sans-serif;
  font-style: italic;
  font-weight: 700;
}
#about_block .suggestion_box {
  max-width: 907px;
  margin: 0 auto;
  background-color: #e3efeb;
  padding: 35px 10px 35px 35px;
  border-radius: 20px;
}
#about_block .suggestion_box h3 {
  color: #006b48;
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  letter-spacing: 0.3rem;
}
#about_block .suggestion_box ul {
  gap: 10px 2%;
  justify-content: flex-start;
}
#about_block .suggestion_box ul li {
  width: calc(98% / 2);
  font-size: 16px;
  position: relative;
  font-weight: 500;
  letter-spacing: 0;
  padding-left: 1em;
  text-indent: -1em;
}
#about_block .suggestion_box ul li span {
  color: #006b48;
}
#about_block .icon_area {
  width: 44px;
  margin: 30px auto;
}
#about_block .solution_box h3 {
  color: #006b48;
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
}
#about_block p {
  width: 90%;
  margin: 0 auto 50px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}
#about_block .btn_box {
  gap: 20px;
  justify-content: center;
}
#about_block .btn_box .btn.consult_btn {
  width: 270px;
  padding-left: 52px;
}
#about_block .btn_box .btn.search_btn {
  width: 270px;
  padding-left: 0;
  justify-content: center;
}
#about_block .btn_box .btn.search_btn::after {
  content: "";
  position: absolute;
  border: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 14%;
  border-top: solid 1px #006b48;
  border-right: solid 1px #006b48;
  display: inline-block;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  transition: 0.3s;
}
#about_block .btn_box .btn.search_btn:hover::after {
  border-color: #fff;
}
@media screen and (max-width: 980px) {
  #about_block .about_inner {
    padding: 30px 35px 0px;
  }
}
@media screen and (max-width: 840px) {
}
@media screen and (max-width: 640px) {
  #about_block {
    padding-bottom: 0;
  }
  #about_block .contents_inner {
    border: none;
    border-top: 1px solid #006b48;
    border-bottom: 1px solid #006b48;
    border-radius: 0;
  }
  #about_block .about_inner {
    padding: 35px 0 0;
    margin-bottom: 20px;
  }
  #about_block .ttl_box h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }
  #about_block .suggestion_box {
    padding: 25px 20px 25px;
  }
  #about_block .suggestion_box h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  #about_block .suggestion_box ul {
    flex-wrap: wrap;
    gap: 6px 2%;
  }
  #about_block .suggestion_box ul li {
    width: 100%;
    font-size: 14px;
  }
  #about_block .solution_box .c_orange {
    display: block;
  }
  #about_block .icon_area {
    margin: 20px auto;
  }
  #about_block .solution_box h3 {
    font-size: 24px;
  }
  #about_block p {
    width: 100%;
    font-size: 16px;
    margin: 0 auto 30px;
  }
}

/*-----------------------------------

	your_job_block

-----------------------------------*/
#your_job_block {
}
#your_job_block .ttl_box .h2_ttl {
  margin-bottom: 37px;
}
#your_job_block .your_job_wrap {
  padding: 90px 0 0;
  width: 100%;
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 640px) {
  #your_job_block .your_job_wrap {
    padding: 0 0 0;
  }
}
/*-----------------------------------

	job_search_block

-----------------------------------*/
#job_search_block {
  padding: 90px 0 110px;
  background: #f3f4f1;
}
#job_search_block .ttl_box .h2_ttl {
  margin-bottom: 37px;
}
/* #job_search_block .job_box {
  width: calc(93% - 305px);
} */
 /* #job_search_block .job_box .select_box {
  width: 100%;
 }
 #job_search_block .job_box .select_box select {
  width: 100%;
 } */
@media screen and (max-width: 980px) {
  #job_search_block {
    padding: 60px 0 60px;
  }
  #job_search_block .job_box {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
}

/*-----------------------------------

	worry_block

-----------------------------------*/
#worry_block {
  padding: 140px 0 110px;
}
#worry_block .ttl_box .h2_ttl {
  gap: 20px;
}
#worry_block .accordion-area {
  list-style: none;
  margin: 50px auto 0;
}
#worry_block .accordion-area .accordion-area_li {
  margin: 0 0 30px;
}
#worry_block .accordion-area .accordion-area_li .accordion-item {
  position: relative;
}
#worry_block .title {
  color: #000000;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #f3f4f1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#worry_block .title::before {
  content: "Q";
  font-family: "Cabin", sans-serif;
  font-style: italic;
  font-weight: 700;

  font-size: 35px;
  font-size: 3.5rem;
  font-weight: bold;
  display: block;
  width: 65px;
  height: 100%;
  min-height: 70px;
  background: #006b48;
  color: #ffffff;
  text-align: center;
  line-height: 70px;
}
#worry_block .title__text {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 42px;
  padding: 14px 75px 14px 20px;
  width: 1000px;
}
#worry_block .plus_ico {
  width: 38px;
  height: 38px;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#worry_block .plus_ico:before {
  top: 48%;
  left: 7px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#worry_block .title.close .plus_ico:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#worry_block .plus_ico:after {
  top: 48%;
  left: 7px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#worry_block .title.close .plus_ico:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#worry_block .plus_ico:before,
#worry_block .plus_ico:after {
  position: absolute;
  content: "";
  width: 22px;
  height: 4px;
  background-color: #006b48;
  border-radius: 6px;
}
#worry_block .box {
  display: none;
  padding: 0px 0 20px;
}
#worry_block .box .box_content_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
#worry_block .box .box_content_left {
  padding-left: 36px;
  width: 682px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#worry_block .box .box_content_left__title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 20px auto 0px;
  color: #ea5504;
}
#worry_block .box .box_content_left__title span {
  font-size: 40px;
  font-family: "Cabin", sans-serif;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}
#worry_block .box .box_content_left__subtitle {
  margin-top: 10px;
  line-height: 1;
}
#worry_block .box .box_content_left__subtitle span {
  display: block;
  font-size: 30px;
  color: #ea5504;
  font-family: "Cabin", sans-serif;
  font-style: italic;
  font-weight: 700;
}
#worry_block .box .box_content_left__text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}
#worry_block .box .box_content_left__voice {
  position: relative;
  background-color: #ea5504;
  margin: -5px auto 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: end;
  -ms-flex-pack: justify;
  justify-content: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#worry_block .box .box_content_left__voice span {
  position: absolute;
  top: -20px;
  left: 0;
}
#worry_block .box .box_content_left__voice img {
  max-width: 130px;
  position: absolute;
  left: 25px;
  top: 25px;
  border-radius: 10px;
}
#worry_block .box .box_content_left__voice__text {
  /* width: 458px; */
  width: calc(100% - 188px);
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  position: relative;
  color: #fff;
  padding: 24px 26px 24px 0;
  border-radius: 4px;
  font-weight: 600;
}
#worry_block .box .box_content_left .add_box {
  width: calc(100% - 188px);
  margin-left: auto;
}
#worry_block .box .box_content_right {
  width: 305px;
  margin-top: 30px;
  margin-right: 40px;
}
#worry_block .box .box_content_right__text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
#worry_block .box .box_content_right__alert {
  font-size: 12px;
  font-size: 1.2rem;
}
#worry_block .box .box_content_right__img_wrap {
  margin-bottom: 20px;
}
#worry_block .box .box_content_right__caption {
  font-size: 10px;
  font-size: 1rem;
  line-height: 12px;
  font-weight: bold;
}
#worry_block .box .box_content_right__link {
  text-decoration: none;
  color: #000000;
  word-break: break-all;
  letter-spacing: -0.2px;
}
@media screen and (max-width: 980px) {
  #worry_block {
    padding: 60px 0 40px;
  }
  #worry_block .title::before {
    min-width: 55px;
    font-size: 28px;
    font-size: 2.8rem;
    min-height: 55px;
    line-height: 55px;
    height: auto;
  }
  #worry_block .title__text {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 14px 10px 14px 10px;
    letter-spacing: 0;
    line-height: 24px;
  }
  #worry_block .accordion-area {
    margin: 20px auto 0;
  }
  #worry_block .accordion-area .accordion-area_li {
    margin: 0 0 15px;
  }
  #worry_block .box .box_content_left__voice {
    align-items: flex-start;
    padding: 20px;
    border-radius: 10px;
    gap: 20px;
  }
  #worry_block .box .box_content_left__voice .text_box {
    width: 106px;
  }
  #worry_block .box .box_content_left__voice img {
    position: static;
  }
  #worry_block .box .box_content_left__voice__text {
    padding: 0;
    width: calc(100% - 126px);
  }
  #worry_block .box .box_content_left .add_box {
    width: 100%;
    margin-top: 10px;
  }
  #worry_block .box .box_content_right {
    width: 250px;
    margin: 0 auto 0;
  }
}
@media screen and (max-width: 840px) {
  #worry_block .box .box_content_wrap {
    flex-direction: column;
    gap: 0px;
  }
  #worry_block .box .box_content_left {
    width: 100%;
    padding-left: 0;
  }
  #worry_block .box .box_content_left__title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  #worry_block .box .box_content_left__title span {
    font-size: 32px;
  }
  #worry_block .box .box_content_left__text {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 22px;
  }
  #worry_block .box .box_content_left__voice__text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  #worry_block .plus_ico {
    width: 12px;
    height: 12px;
    right: 25px;
  }
  #worry_block .plus_ico:before,
  #worry_block .plus_ico:after {
    width: 12px;
    height: 2px;
  }
}

/*-----------------------------------

	area_block

-----------------------------------*/
#area_block {
  padding: 145px 0 125px;
  background: #f3f4f1;
}
#area_block .h2_ttl {
  gap: 15px;
}
.area_icon {
  width: 37px;
  height: 49px;
}

/*area_about_wrap*/
#area_block .area_about_wrap {
  padding: 116px 0 0;
}
#area_block .area_about_wrap .area_about_box {
  gap: 40px;
  align-items: flex-start;
}
#area_block .area_about_wrap .area_about_box:not(:first-child) {
  margin-top: 54px;
}
#area_block .area_about_wrap .area_about_box:nth-child(even) {
  flex-direction: row-reverse;
}
#area_block .area_about_wrap .area_about_box .txt_box {
  width: calc(100% - 544px);
}
#area_block .area_about_wrap .area_about_box .txt_box .h4_area_ttl {
  font-size: 36px;
  font-weight: 700;
  color: #006b48;
  margin-bottom: 15px;
}
#area_block .area_about_wrap .area_about_box .txt_box p {
  font-size: 16px;
  line-height: 1.8;
}
#area_block .area_about_wrap .area_about_box .img_box {
  width: 504px;
  height: 263px;
}
#area_block .area_about_wrap .area_about_box .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}

/*area_contents_box*/
#area_block .area_contents_box {
  margin: 87px auto 0;
}
#area_block .area_contents_box .h4_area_ttl {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 41px;
}
#area_block .area_contents_box .area_wrap {
  justify-content: flex-start;
  align-items: stretch;
  gap: 30px;
}
#area_block .area_contents_box .area_wrap .area_box {
  width: calc((100% - 90px) / 4);
  background: #fff;
  border-radius: 7px;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
#area_block .area_contents_box .area_wrap .area_box .img_box {
  width: 90%;
  height: 145px;
  margin-left: 0;
  margin-right: auto;
}
#area_block .area_contents_box .area_wrap .area_box .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 6px 6px 0;
}
#area_block .area_contents_box .area_wrap .area_box .h5_box_ttl {
  font-size: 20px;
  line-height: 1.6;
  margin: 25px 0 0;
  font-weight: 700;
  flex: 1;
  padding: 0 15px;
}
#area_block .area_contents_box .area_wrap .area_box .arrow_btn {
  max-width: 218px;
  width: 90%;
  padding: 7px 0;
}

/*area_list*/
#area_block .area_contents_box .area_list {
  gap: 35px;
}
#area_block .area_contents_box .area_list li {
  width: calc((100% - 70px) / 3);
  border-radius: 7px;
  background: #fff;
  padding: 20px;
  line-height: 2;
  text-align: center;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /*gap: 15px;*/
}
#area_block .area_contents_box .area_list li .img_box {
  width: 77px;
  height: 77px;
  margin: 0 auto;
}
#area_block .area_contents_box .area_list li .img_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#area_block .area_contents_box .area_list li .list_ttl {
  font-size: 20px;
  font-weight: 700;
}
#area_block .area_contents_box .area_list li .number {
  font-size: 25px;
  font-weight: 700;
  color: #006b48;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1;
}
#area_block .area_contents_box .area_list li .number.fs_18 {
  font-size: 18px;
}
#area_block .area_contents_box .area_list li .number .bold {
  font-size: 63px;
  font-weight: 700;
  line-height: 1;
  font-family: "Cabin", sans-serif;
}
#area_block .area_contents_box .area_list li .number .bold.no_num {
  font-size: 43px;
  font-family: "Noto Sans JP", sans-serif;
}
#area_block .area_contents_box .area_list li .number .bold.small_num {
  font-size: 54px;
}
#area_block .area_contents_box .area_list li .txt {
  font-size: 16px;
}

@media screen and (max-width: 1100px) {
  #area_block .area_contents_box .area_list li .number,
  #area_block .area_contents_box .area_list li .number.fs_18 {
    font-size: 14px;
    gap: 5px;
  }
  #area_block .area_contents_box .area_list li .number .bold,
  #area_block .area_contents_box .area_list li .number .bold.small_num {
    font-size: 40px;
  }
  #area_block .area_contents_box .area_list li .number .bold.no_num {
    font-size: 32px;
  }
  #area_block .area_contents_box .area_list li .txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 980px) {
  #area_block .area_contents_box .area_wrap .area_box {
    width: calc((100% - 30px) / 2);
  }
  #area_block .area_about_wrap .area_about_box .img_box {
    width: 50%;
  }
  #area_block .area_about_wrap .area_about_box .txt_box {
    width: 40%;
  }
}
@media screen and (max-width: 860px) {
  #area_block .area_contents_box .area_list {
    gap: 12px;
  }
  #area_block .area_contents_box .area_list li {
    width: calc((100% - 12px) / 2);
    padding: 10px;
  }
}
@media screen and (max-width: 640px) {
  #area_block {
    padding: 85px 0 73px;
  }
  #area_block .area_about_wrap {
    padding: 70px 0 0;
  }
  #area_block .area_about_wrap .area_about_box {
    flex-direction: column;
    gap: 25px;
  }
  #area_block .area_about_wrap .area_about_box .txt_box .h4_area_ttl {
    font-size: 26px;
    margin-bottom: 20px;
  }
  #area_block .area_about_wrap .area_about_box .txt_box p {
    font-size: 14px;
  }
  #area_block .area_about_wrap .area_about_box .img_box,
  #area_block .area_about_wrap .area_about_box .txt_box {
    width: 100%;
  }
  #area_block .area_about_wrap .area_about_box .img_box {
    max-width: 350px;
    height: 171px;
    margin: auto;
  }

  #area_block .area_contents_box {
    margin: 60px auto 0;
  }
  #area_block .area_contents_box .h4_area_ttl {
    font-size: 28px;
  }
  #area_block .area_contents_box .area_wrap {
    gap: 11px 13px;
  }
  #area_block .area_contents_box .area_wrap .area_box {
    width: calc((100% - 13px) / 2);
    padding: 13px 0;
  }
  #area_block .area_contents_box .area_wrap .area_box .img_box {
    height: 91px;
  }
  #area_block .area_contents_box .area_wrap .area_box .h5_box_ttl {
    font-size: 12px;
    margin: 15px 0 0;
  }
  #area_block .area_contents_box .area_wrap .area_box .arrow_btn {
    font-size: 10px;
  }
  #area_block .area_contents_box .area_wrap .area_box .arrow_btn::before {
    width: 5px;
    height: 5px;
  }

  #area_block .area_contents_box .area_list li .img_box {
    width: 35px;
    height: 35px;
  }
  #area_block .area_contents_box .area_list li .list_ttl {
    font-size: 10px;
  }
  #area_block .area_contents_box .area_list li .number .bold {
    font-size: 30px;
  }
  #area_block .area_contents_box .area_list li .number .bold.small_num {
    font-size: 25px;
  }
  #area_block .area_contents_box .area_list li .number .bold.no_num {
    font-size: 20px;
  }
  #area_block .area_contents_box .area_list li .number {
    font-size: 11px;
  }
  #area_block .area_contents_box .area_list li .number.fs_18 {
    font-size: 8px;
  }
  #area_block .area_contents_box .area_list li .txt {
    font-size: 7px;
  }
}
