#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: end;
  margin-bottom: -50px;
}
#mainimg::before, #mainimg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  z-index: -1;
}
#mainimg::before {
  background: url(../images/mainimg-bg.webp) no-repeat center/cover;
}
#mainimg::after {
  background-color: rgba(35, 104, 74, 0.57);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
body.open #mainimg::after {
  opacity: 0;
}

#mainimg #mainslider {
  margin-left: auto;
  width: min(100% - 10px, 1200px);
  background-color: #fff;
  border-top-left-radius: 300px;
  border-bottom-left-radius: 300px;
  overflow: hidden;
}
#mainimg #mainslider img {
  max-height: calc(100% - 210px);
  object-fit: cover;
  font-family: "object-fit: cover;";
}
#mainimg #mainslider > img + img {
  display: none;
}
#mainimg .catch {
  position: absolute;
  top: 137px;
  left: 7.8125%;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 100px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  color: #fff;
  padding-right: 10px;
  text-shadow: 0 0 18px rgba(15, 40, 29, 0.5);
}
@media (max-width: 1100px) {
  #mainimg .catch {
    left: 10px;
  }
}
@media (max-width: 999px) {
  #mainimg {
    height: auto;
    margin-bottom: -40px;
  }
  #mainimg::before, #mainimg::after {
    height: calc(100% - 40px);
  }
  #mainimg #mainslider {
    margin-top: 210px;
  }
  #mainimg .catch {
    font-size: 75px;
  }
}
@media (max-width: 767px) {
  #mainimg {
    margin-bottom: -30px;
  }
  #mainimg::before, #mainimg::after {
    height: calc(100% - 30px);
  }
  #mainimg #mainslider {
    margin-top: 160px;
  }
  #mainimg .catch {
    top: 100px;
    font-size: 45px;
  }
}
@media (max-width: 500px) {
  #mainimg #mainslider {
    margin-top: 140px;
  }
  #mainimg .catch {
    font-size: 28px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  background-color: #138e56;
  padding: 142px 0 235px;
  margin-bottom: -90px;
}
#news .inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  column-gap: 6.5254237288%;
}
#news .head h2 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 22px;
}
#news .head h2 small {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media (max-width: 999px) {
  #news .head h2 {
    font-size: 30px;
  }
  #news .head h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #news .head h2 {
    font-size: 24px;
  }
  #news .head h2 small {
    font-size: 16px;
  }
}
#news .head .btn a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-size: 18px;
  column-gap: 13px;
  color: #fff;
}
#news .head .btn a:hover {
  opacity: 0.6;
}
#news .head .btn a span {
  border-bottom: 1px solid;
  padding-bottom: 3px;
}
#news .head .btn a::after {
  content: "";
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 6px;
}
#news .head .btn a span {
  border-bottom-color: #fff;
}
#news .head .btn a::after {
  background-color: #fff;
  background-image: url(../images/arow-green.webp);
}
@media (max-width: 999px) {
  #news .head .btn a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #news .head .btn a {
    font-size: 14px;
  }
  #news .head .btn a::after {
    width: 25px;
  }
}
#news .contents {
  flex: 1;
  margin-top: 10px;
  min-height: 360px;
}
#news .contents article .txbox .title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 999px) {
  #news {
    padding: 100px 0 200px;
  }
  #news .contents {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  #news {
    padding: 80px 0 120px;
    margin-bottom: -60px;
  }
  #news .inner {
    flex-direction: column;
    row-gap: 30px;
  }
  #news .head h2 {
    margin-bottom: 10px;
  }
  #news .contents {
    margin-top: 0;
  }
}

/* ----------------------------------------------
about
------------------------------------------------- */
#about {
  position: relative;
  z-index: 1;
}
#about::before, #about::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-top-right-radius: 100px;
}
#about::before {
  background: url(../images/about-bg.webp) no-repeat center/cover;
}
#about::after {
  background-color: #e9e2c5;
  mix-blend-mode: multiply;
}
#about .shape {
  position: absolute;
  top: 0;
  left: 2.1875%;
  transform: translateY(-83.3333333333%);
  width: 17.5%;
  aspect-ratio: 280/180;
}
#about .shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
#about .contents {
  display: flex;
}
#about .contents .left {
  flex: 1;
  margin-left: max((100% - 1180px) / 2, 10px);
  padding-top: 92px;
  margin-right: -18.75%;
  padding-bottom: 10px;
  text-shadow: 0 0 1px #e9e2c5, 0 0 1px #e9e2c5, 0 0 1px #e9e2c5;
}
#about .contents .left .catch {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #0c0c0c;
  margin-bottom: 64px;
}
#about .contents .left .catch .m-32 {
  letter-spacing: -0.32em;
}
#about .contents .left .catch .m-40 {
  letter-spacing: -0.4em;
}
#about .contents .left .text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  line-height: 1.9230769231;
  letter-spacing: 0.08em;
  color: #0c0c0c;
  margin-bottom: 48px;
}
#about .contents .left .btn a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.08em;
  justify-content: center;
  background-repeat: no-repeat;
  font-size: 16px;
  width: 270px;
  height: 70px;
  border-radius: 35px;
  background-image: url(../images/arow3.webp);
  background-color: #138e56;
  background-position: center right 23px;
  color: #fff;
}
#about .contents .left .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #about .contents .left .btn a {
    font-size: 14px;
    width: 240px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  #about .contents .left .btn a {
    width: 220px;
    height: 50px;
  }
}
#about .contents .images {
  width: 43.375%;
  display: flex;
  flex-direction: column;
}
#about .contents .images .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
#about .contents .images .image:first-child {
  width: 67.7233429395%;
  margin-top: -55px;
  margin-left: 13.2564841499%;
  margin-bottom: -52px;
}
#about .contents .images .image:nth-child(2) {
  width: 40.3458213256%;
  margin-left: 46.1095100865%;
  margin-bottom: 41px;
}
#about .contents .images .image:nth-child(3) {
  width: 60.5187319885%;
  margin-bottom: -55px;
  margin-top: auto;
}
@media (max-width: 999px) {
  #about .contents .left {
    padding-top: 60px;
  }
  #about .contents .left .catch {
    font-size: 30px;
    margin-bottom: 40px;
  }
  #about .contents .left .text {
    font-size: 20px;
    margin-bottom: 30px;
  }
  #about .contents .images .image:first-child {
    margin-bottom: -35px;
  }
  #about .contents .images .image:nth-child(3) {
    margin-bottom: -40px;
  }
}
@media (max-width: 767px) {
  #about::before, #about::after {
    border-top-right-radius: 70px;
  }
  #about .shape {
    display: none;
  }
  #about .contents .left {
    margin-right: 10px;
    padding-top: 40px;
  }
  #about .contents .left .catch {
    font-size: 24px;
    margin-bottom: 30px;
  }
  #about .contents .left .text {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #about .contents .left .text br {
    display: none;
  }
  #about .contents .images {
    display: none;
  }
}

/* ----------------------------------------------
business
------------------------------------------------- */
#business {
  position: relative;
  padding: 103px 0 210px;
  margin-bottom: -77px;
}
#business::before, #business::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#business::before {
  background: url(../images/business-bg.webp) no-repeat center/cover;
}
#business::after {
  background-color: #138e56;
  mix-blend-mode: multiply;
}
#business h2 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
  margin-bottom: 49px;
}
#business h2 small {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media (max-width: 999px) {
  #business h2 {
    font-size: 30px;
  }
  #business h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #business h2 {
    font-size: 24px;
  }
  #business h2 small {
    font-size: 16px;
  }
}
#business .contents {
  margin-bottom: 90px;
}
#business .contents .block {
  max-width: 1180px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  padding-left: max((100% - 1180px) / 2 - max((100% - 1400px) / 2, 10px), 10px);
}
#business .contents .block .txbox {
  flex: 1;
  align-content: center;
  padding: 10px 10px 10px 0;
}
#business .contents .block .txbox .num {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #0c0c0c;
  background-color: #e9e2c5;
  border-radius: 28px;
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 30px;
}
#business .contents .block .txbox .title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #0c0c0c;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 23px;
}
#business .contents .block .txbox .title small {
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
#business .contents .block .txbox .title small::before, #business .contents .block .txbox .title small::after {
  content: "-";
}
#business .contents .block .txbox .block-btn a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-size: 18px;
  column-gap: 13px;
  color: #138e56;
}
#business .contents .block .txbox .block-btn a:hover {
  opacity: 0.6;
}
#business .contents .block .txbox .block-btn a span {
  border-bottom: 1px solid;
  padding-bottom: 3px;
}
#business .contents .block .txbox .block-btn a::after {
  content: "";
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 6px;
}
#business .contents .block .txbox .block-btn a span {
  border-bottom-color: #138e56;
}
#business .contents .block .txbox .block-btn a::after {
  background-color: #138e56;
  background-image: url(../images/arow4.webp);
}
@media (max-width: 999px) {
  #business .contents .block .txbox .block-btn a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #business .contents .block .txbox .block-btn a {
    font-size: 14px;
  }
  #business .contents .block .txbox .block-btn a::after {
    width: 25px;
  }
}
#business .contents .block .image {
  width: 62.015503876%;
}
#business .contents .block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#business .contents .block:not(:last-child) {
  margin-bottom: 60px;
}
#business .btn a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.08em;
  justify-content: center;
  background-repeat: no-repeat;
  font-size: 18px;
  width: 400px;
  height: 90px;
  border-radius: 45px;
  background-position: center right 30px;
  background-image: url(../images/arow-green2.webp);
  background-color: #fff;
  color: #138e56;
  margin: 0 auto;
}
#business .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #business .btn a {
    font-size: 16px;
    width: 340px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  #business .btn a {
    font-size: 16px;
    width: 280px;
    height: 60px;
  }
}
@media (max-width: 999px) {
  #business {
    padding: 80px 0 180px;
  }
  #business h2 {
    margin-bottom: 40px;
  }
  #business .contents {
    margin-bottom: 80px;
  }
  #business .contents .block .txbox .num {
    font-size: 18px;
    margin-bottom: 20px;
    padding: 5px 15px;
  }
  #business .contents .block .txbox .title {
    font-size: 26px;
    margin-bottom: 15px;
  }
  #business .contents .block .txbox .title small {
    font-size: 16px;
  }
  #business .contents .block:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #business {
    padding: 60px 0 120px;
    margin-bottom: -70px;
  }
  #business h2 {
    margin-bottom: 30px;
  }
  #business .contents {
    margin-bottom: 70px;
  }
  #business .contents .block {
    flex-direction: column;
    padding-left: 0;
    border-radius: 10px;
  }
  #business .contents .block .txbox {
    padding-left: 10px;
    order: 1;
  }
  #business .contents .block .txbox .num {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 5px 10px;
  }
  #business .contents .block .txbox .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #business .contents .block .txbox .title small {
    font-size: 14px;
  }
  #business .contents .block:not(:last-child) {
    margin-bottom: 40px;
  }
  #business .contents .block .image {
    width: 100%;
  }
  #business .contents .block .image img {
    max-height: 150px;
  }
}

/* ----------------------------------------------
project
------------------------------------------------- */
#project {
  padding: 100px 0 115px max((100% - 1180px) / 2, 20px);
  position: relative;
  overflow-x: clip;
}
#project::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e9e2c5;
  border-top-left-radius: 100px;
  z-index: -1;
}
#project h2 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #0c0c0c;
  margin-bottom: 50px;
}
#project h2 small {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media (max-width: 999px) {
  #project h2 {
    font-size: 30px;
  }
  #project h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #project h2 {
    font-size: 24px;
  }
  #project h2 small {
    font-size: 16px;
  }
}
#project .inner {
  margin-bottom: 85px;
}
#project .slide {
  overflow-x: clip;
}
#project .slide .slick-list {
  margin: 0 -17.5px;
  overflow: unset;
}
#project .slide .slick-arow {
  position: absolute;
  top: -130px;
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #138e56;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#project .slide .slick-arow.prev {
  right: calc(max((100vw - 1180px) / 2, 20px) + 90px);
  background-image: url(../images/prev-arow.webp);
}
#project .slide .slick-arow.next {
  right: max((100vw - 1180px) / 2, 20px);
  background-image: url(../images/next-arow.webp);
}
#project .slide .block {
  margin: 0 17.5px;
}
#project .slide .block .year {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #138e56;
}
#project .slide .block .title {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #0c0c0c;
}
#project .slide .block .text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #0c0c0c;
}
#project .btn a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.08em;
  justify-content: center;
  background-repeat: no-repeat;
  font-size: 18px;
  width: 400px;
  height: 90px;
  border-radius: 45px;
  background-position: center right 30px;
  background-image: url(../images/arow1.webp);
  background-color: #138e56;
  color: #fff;
  margin: 0 auto;
}
#project .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #project .btn a {
    font-size: 16px;
    width: 340px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  #project .btn a {
    font-size: 16px;
    width: 280px;
    height: 60px;
  }
}
@media (max-width: 1300px) {
  #project .slide .slick-list {
    margin: 0 -5px;
  }
  #project .slide .block {
    margin: 0 5px;
  }
}
@media (max-width: 999px) {
  #project {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #project h2 {
    margin-bottom: 40px;
  }
  #project .inner {
    margin-bottom: 70px;
  }
  #project .slide .slick-arow {
    top: -100px;
  }
}
@media (max-width: 767px) {
  #project {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #project::before {
    border-top-left-radius: 70px;
  }
  #project h2 {
    margin-bottom: 30px;
  }
  #project .inner {
    margin-bottom: 60px;
  }
  #project .slide .slick-arow {
    width: 40px;
    top: -80px;
    background-size: 20px auto;
  }
  #project .slide .slick-arow.prev {
    right: calc(max((100vw - 1180px) / 2, 20px) + 50px);
  }
}

/* ----------------------------------------------
company
------------------------------------------------- */
#company {
  background: url(../images/company-bg.webp) no-repeat center/cover;
  padding: 93px 0 96px;
}
#company .inner {
  background-color: #fff;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  width: min(100% - 10px, 1090px);
  margin-left: auto;
  padding: 70px 10px 77px 5.625%;
}
#company h2 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #0c0c0c;
  margin-bottom: 48px;
}
#company h2 small {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media (max-width: 999px) {
  #company h2 {
    font-size: 30px;
  }
  #company h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #company h2 {
    font-size: 24px;
  }
  #company h2 small {
    font-size: 16px;
  }
}
#company .contents {
  display: flex;
  column-gap: 6.0606060606%;
}
#company .contents .image {
  width: 33.3333333333%;
}
#company .contents .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
#company .contents .txbox {
  flex: 1;
  padding-top: 8px;
}
#company .contents .txbox a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#company .contents .txbox a:hover {
  opacity: 0.6;
}
#company .contents .txbox .logo {
  margin-bottom: 30px;
}
#company .contents .txbox .data {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
  color: #0c0c0c;
  margin-bottom: 25px;
}
#company .contents .txbox .data a {
  font-weight: 500;
  color: #0c0c0c;
}
#company .contents .txbox .btn a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-size: 18px;
  column-gap: 13px;
  color: #138e56;
}
#company .contents .txbox .btn a:hover {
  opacity: 0.6;
}
#company .contents .txbox .btn a span {
  border-bottom: 1px solid;
  padding-bottom: 3px;
}
#company .contents .txbox .btn a::after {
  content: "";
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 6px;
}
#company .contents .txbox .btn a span {
  border-bottom-color: #138e56;
}
#company .contents .txbox .btn a::after {
  background-color: #138e56;
  background-image: url(../images/arow4.webp);
}
@media (max-width: 999px) {
  #company .contents .txbox .btn a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #company .contents .txbox .btn a {
    font-size: 14px;
  }
  #company .contents .txbox .btn a::after {
    width: 25px;
  }
}
@media (max-width: 999px) {
  #company {
    padding: 80px 0;
  }
  #company .inner {
    padding: 50px 10px 50px 5.625%;
  }
  #company h2 {
    margin-bottom: 30px;
  }
  #company .contents .txbox .logo {
    margin-bottom: 20px;
  }
  #company .contents .txbox .data {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #company {
    padding: 70px 0;
  }
  #company .inner {
    padding: 40px 10px 40px 5.625%;
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
  }
  #company h2 {
    margin-bottom: 20px;
    text-align: center;
  }
  #company .contents {
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
  }
  #company .contents .image {
    width: 100%;
    max-width: 300px;
  }
  #company .contents .image img {
    max-height: 200px;
  }
  #company .contents .txbox .logo {
    margin-bottom: 10px;
  }
  #company .contents .txbox .data {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

/* ----------------------------------------------
recruit
------------------------------------------------- */
#recruit {
  background-color: #138e56;
  padding-bottom: 140px;
}
#recruit .head {
  padding: 95px 10px 45px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 46px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
}
#recruit .images {
  display: flex;
  margin-bottom: 30px;
}
#recruit .images .image {
  width: 25%;
}
#recruit .images .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#recruit .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
}
#recruit .contents .left h2 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 20px;
}
#recruit .contents .left h2 small {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media (max-width: 999px) {
  #recruit .contents .left h2 {
    font-size: 30px;
  }
  #recruit .contents .left h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #recruit .contents .left h2 {
    font-size: 24px;
  }
  #recruit .contents .left h2 small {
    font-size: 16px;
  }
}
#recruit .contents .left .text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #fff;
}
#recruit .contents .btn {
  margin-left: auto;
  margin-top: 9px;
}
#recruit .contents .btn a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.08em;
  justify-content: center;
  background-repeat: no-repeat;
  font-size: 18px;
  width: 400px;
  height: 90px;
  border-radius: 45px;
  background-position: center right 30px;
  background-image: url(../images/arow-green2.webp);
  background-color: #fff;
  color: #138e56;
}
#recruit .contents .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #recruit .contents .btn a {
    font-size: 16px;
    width: 340px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  #recruit .contents .btn a {
    font-size: 16px;
    width: 280px;
    height: 60px;
  }
}
@media (max-width: 999px) {
  #recruit {
    padding-bottom: 100px;
  }
  #recruit .head {
    font-size: 30px;
    padding: 70px 10px 30px;
  }
  #recruit .contents .left h2 {
    margin-bottom: 15px;
  }
  #recruit .contents .left .text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #recruit {
    padding-bottom: 80px;
  }
  #recruit .head {
    font-size: 24px;
    padding: 50px 10px 20px;
  }
  #recruit .contents {
    flex-direction: column;
  }
  #recruit .contents .left h2 {
    margin-bottom: 10px;
  }
  #recruit .contents .left .text {
    font-size: 16px;
  }
  #recruit .contents .left .text br {
    display: none;
  }
  #recruit .contents .btn {
    margin-right: auto;
  }
}

/* ----------------------------------------------
map
------------------------------------------------- */
#map {
  height: 500px;
}
#map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 999px) {
  #map {
    height: 400px;
  }
}
@media (max-width: 767px) {
  #map {
    height: 300px;
  }
}

/*# sourceMappingURL=index.css.map */