@charset "UTF-8";
#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  padding: 160px 0 110px;
  background: url(../images/mainbg.jpg) no-repeat center/cover;
}
#mainimg .inner {
  position: relative;
}
#mainimg #mainslider {
  width: min(max(50%, 200px), 800px);
  margin: 0 7.125% 0 auto;
}
#mainimg #mainslider img {
  height: calc(100vh - 270px);
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  border-radius: 30px;
}
#mainimg .catch {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 10px 0 max((100% - 1180px) / 2, 10px);
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 70px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #0c0c0c;
  padding-bottom: 10px;
  text-shadow: 0 0 3px #c9e5bf, 0 0 3px #c9e5bf, 0 0 3px #c9e5bf;
}
#mainimg .catch small {
  display: block;
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-top: 10px;
}
@media (max-width: 999px) {
  #mainimg {
    padding: 120px 0 100px;
  }
  #mainimg #mainslider img {
    height: auto;
  }
  #mainimg .catch {
    font-size: 50px;
  }
  #mainimg .catch small {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #mainimg {
    padding: 90px 0;
  }
  #mainimg #mainslider img {
    border-radius: 20px;
  }
  #mainimg .catch {
    font-size: 30px;
  }
  #mainimg .catch small {
    font-size: 16px;
    margin-top: 5px;
  }
}
@media (max-width: 500px) {
  #mainimg .catch {
    font-size: 20px;
  }
  #mainimg .catch small {
    font-size: 14px;
  }
}

/* ----------------------------------------------
our
------------------------------------------------- */
#our {
  background-color: #fcfaf1;
  position: relative;
  z-index: 1;
  padding-bottom: 102px;
}
#our::before {
  content: "";
  position: absolute;
  width: min(64.125%, 1026px);
  aspect-ratio: 1026/360;
  background-color: #fcfaf1;
  border-radius: 50%;
  left: -7.5%;
  top: 0;
  transform: translateY(-27%);
  z-index: -1;
}
#our .shape {
  position: absolute;
  top: 0;
  left: 37.5%;
  transform: translateY(-73.6434108527%);
  width: min(9.5%, 152px);
  aspect-ratio: 152/129;
}
#our .shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#our h2 {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #0c0c0c;
  margin-left: max((100% - 1180px) / 2, 10px);
  margin-bottom: 60px;
}
#our h2 small {
  display: block;
  font-family: "futura-pt", "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 2px;
  color: #6fcf97;
}
@media (max-width: 999px) {
  #our h2 {
    font-size: 26px;
  }
  #our h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #our h2 {
    font-size: 22px;
  }
  #our h2 small {
    font-size: 16px;
  }
}
#our .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  -moz-column-gap: 7.0338983051%;
       column-gap: 7.0338983051%;
}
#our .contents .left {
  width: 54.9152542373%;
}
#our .contents .left .catch {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #0c0c0c;
  margin-bottom: 67px;
}
#our .contents .left .btn {
  margin-bottom: 71px;
}
#our .contents .left .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.08em;
  width: 270px;
  background-color: #6fcf97;
  background-position: center right 30px;
  background-repeat: no-repeat;
  background-color: #6fcf97;
  font-size: 16px;
  height: 70px;
  border-radius: 35px;
  background-image: url(../images/arow2.webp);
  color: #fff;
}
#our .contents .left .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #our .contents .left .btn a {
    font-size: 14px;
    width: 250px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  #our .contents .left .btn a {
    width: 230px;
    height: 50px;
    background-size: 18px auto;
  }
}
#our .contents .left .image {
  text-align: end;
  margin-right: -10px;
}
#our .contents .left .image img {
  border-radius: 10px;
}
#our .contents .text {
  width: 38.0508474576%;
  flex: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #0c0c0c;
  padding-top: 70px;
}
@media (max-width: 1299px) {
  #our .contents {
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
  #our .contents .left {
    width: 48%;
  }
  #our .contents .left .catch {
    font-size: 30px;
  }
  #our .contents .text {
    width: 48%;
    font-size: 18px;
  }
}
@media (max-width: 999px) {
  #our {
    padding-bottom: 90px;
  }
  #our h2 {
    margin-bottom: 40px;
  }
  #our .contents .left .catch {
    font-size: 26px;
    margin-bottom: 40px;
  }
  #our .contents .left .btn {
    margin-bottom: 60px;
  }
  #our .contents .left .image img {
    max-width: 270px;
  }
  #our .contents .text {
    font-size: 18px;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  #our {
    padding-bottom: 80px;
  }
  #our h2 {
    margin-bottom: 30px;
  }
  #our .contents br {
    display: none;
  }
  #our .contents .left {
    width: 100%;
  }
  #our .contents .left .catch {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #our .contents .left .btn {
    margin-bottom: 40px;
  }
  #our .contents .left .image {
    margin-right: 0;
  }
  #our .contents .left .image img {
    max-width: 250px;
  }
  #our .contents .text {
    width: 100%;
    font-size: 16px;
    padding-top: 0px;
    margin-bottom: 30px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  background-color: #fcfaf1;
  padding-bottom: calc(min(6.125vw, 98px) + 108px);
}
#news .head {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 49px;
}
#news .head h2 {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #0c0c0c;
}
#news .head h2 small {
  display: block;
  font-family: "futura-pt", "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 2px;
  color: #6fcf97;
}
@media (max-width: 999px) {
  #news .head h2 {
    font-size: 26px;
  }
  #news .head h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #news .head h2 {
    font-size: 22px;
  }
  #news .head h2 small {
    font-size: 16px;
  }
}
#news .head .btn {
  margin-left: auto;
  margin-top: 7px;
}
#news .head .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.08em;
  width: 270px;
  background-color: #6fcf97;
  background-position: center right 30px;
  background-repeat: no-repeat;
  background-color: #6fcf97;
  font-size: 16px;
  height: 70px;
  border-radius: 35px;
  background-image: url(../images/arow2.webp);
  color: #fff;
}
#news .head .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #news .head .btn a {
    font-size: 14px;
    width: 250px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  #news .head .btn a {
    width: 230px;
    height: 50px;
    background-size: 18px auto;
  }
}
@media (max-width: 999px) {
  #news {
    padding-bottom: calc(min(6.125vw, 98px) + 80px);
  }
  #news .head {
    margin-bottom: 30px;
  }
  #news .head .btn {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #news {
    padding-bottom: calc(min(6.125vw, 98px) + 60px);
  }
  #news .head {
    margin-bottom: 25px;
    flex-direction: column;
    align-items: unset;
    row-gap: 5px;
  }
  #news .head .btn {
    margin-left: unset;
  }
}

/* ----------------------------------------------
works
------------------------------------------------- */
#works {
  position: relative;
  z-index: 1;
  background-color: #c8e5c0;
  padding-top: 4px;
  padding-bottom: 135px;
}
#works::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -27%);
  width: min(64.125%, 1026px);
  aspect-ratio: 1026/360;
  background-color: #c8e5c0;
  border-radius: 50%;
  z-index: -1;
}
#works:after {
  position: absolute;
  top: max(-8.5vw, -125px);
  left: 50%;
  transform: translatex(-50%);
  display: block;
  content: "";
  width: min(9%, 111px);
  aspect-ratio: 111/95;
  background: url(../images/works-shape3.png) no-repeat center/cover;
}
#works .shapes .shape {
  position: absolute;
}
#works .shapes .shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#works .shapes .shape.s1 {
  width: min(6.4375%, 103px);
  aspect-ratio: 103/84;
  top: 0;
  left: 10.25%;
  transform: translateY(-76.1904761905%);
}
#works .shapes .shape.s2 {
  width: min(6.5625%, 105px);
  aspect-ratio: 105/168;
  top: 0;
  right: 8.625%;
  transform: translateY(-73.2142857143%);
}
#works h2 {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #0c0c0c;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 64px;
}
#works h2 small {
  display: block;
  font-family: "futura-pt", "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 2px;
  color: #fff;
}
@media (max-width: 999px) {
  #works h2 {
    font-size: 26px;
  }
  #works h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #works h2 {
    font-size: 22px;
  }
  #works h2 small {
    font-size: 16px;
  }
}
#works .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 90px;
}
#works .contents .block {
  display: flex;
  -moz-column-gap: 5.9322033898%;
       column-gap: 5.9322033898%;
}
#works .contents .block:nth-child(even) .imgbox {
  order: 1;
}
#works .contents .block:nth-child(1) .imgbox:after {
  left: -113px;
  width: min(43%, 225px);
  aspect-ratio: 225/180;
  background: url(../images/works-icon1.png) no-repeat center/cover;
}
#works .contents .block:nth-child(2) .imgbox:after {
  right: -125px;
  width: min(49%, 258px);
  aspect-ratio: 258/180;
  background: url(../images/works-icon2.png) no-repeat center/cover;
}
#works .contents .block:nth-child(3) .imgbox:after {
  left: -77px;
  width: min(30%, 152px);
  aspect-ratio: 152/179;
  background: url(../images/works-icon3.png) no-repeat center/cover;
}
#works .contents .block .imgbox {
  width: 44.0677966102%;
  position: relative;
}
#works .contents .block .imgbox .image {
  height: 100%;
}
#works .contents .block .imgbox .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
#works .contents .block .imgbox .tx {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  left: max(-2.3em, max((100vw - 1180px) / 2, 10px) * -1);
  font-family: "futura-pt", "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  text-shadow: rgba(12, 12, 12, 0.3) 0px 0px 5px;
}
#works .contents .block .imgbox:after {
  position: absolute;
  bottom: -25px;
  display: block;
  content: "";
}
#works .contents .block .txtbox {
  flex: 1;
  padding-top: 19px;
}
#works .contents .block .txtbox .title {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #0c0c0c;
  border-bottom: 1px solid #6fcf97;
  padding-bottom: 9px;
  margin-bottom: 34px;
}
#works .contents .block .txtbox .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
  color: #0c0c0c;
  margin-bottom: 50px;
}
#works .contents .block .txtbox .blockbtn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.08em;
  width: 270px;
  background-color: #6fcf97;
  background-position: center right 30px;
  background-repeat: no-repeat;
  background-color: #6fcf97;
  font-size: 16px;
  height: 70px;
  border-radius: 35px;
  background-image: url(../images/arow2.webp);
  color: #fff;
}
#works .contents .block .txtbox .blockbtn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #works .contents .block .txtbox .blockbtn a {
    font-size: 14px;
    width: 250px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  #works .contents .block .txtbox .blockbtn a {
    width: 230px;
    height: 50px;
    background-size: 18px auto;
  }
}
#works .contents .block:not(:last-child) {
  margin-bottom: 73px;
}
#works .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.08em;
  width: 400px;
  background-color: #6fcf97;
  background-position: center right 30px;
  background-repeat: no-repeat;
  background-color: #6fcf97;
  font-size: 18px;
  height: 90px;
  border-radius: 45px;
  background-image: url(../images/arow3.webp);
  color: #fff;
  margin: 0 auto;
}
#works .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #works .btn a {
    font-size: 16px;
    width: 340px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  #works .btn a {
    font-size: 14px;
    width: 280px;
    height: 70px;
    background-size: 20px auto;
  }
}
@media (max-width: 1599px) {
  #works .contents .block:nth-child(1) .imgbox:after {
    left: 10px;
  }
  #works .contents .block:nth-child(2) .imgbox:after {
    right: 10px;
  }
  #works .contents .block:nth-child(3) .imgbox:after {
    left: 10px;
  }
  #works .contents .block .imgbox:after {
    bottom: -15px;
  }
}
@media (max-width: 999px) {
  #works {
    padding-bottom: 110px;
  }
  #works h2 {
    margin-bottom: 40px;
  }
  #works .contents {
    margin-bottom: 80px;
  }
  #works .contents .block .imgbox .tx {
    font-size: 26px;
  }
  #works .contents .block .txtbox .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #works .contents .block .txtbox .text {
    font-size: 16px;
    margin-bottom: 30px;
  }
  #works .contents .block:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  #works {
    padding-bottom: 90px;
  }
  #works h2 {
    margin-bottom: 30px;
  }
  #works .contents {
    margin-bottom: 70px;
  }
  #works .contents .block {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #works .contents .block:nth-child(even) .imgbox {
    order: 0;
  }
  #works .contents .block .imgbox {
    width: 100%;
    max-width: 300px;
  }
  #works .contents .block .imgbox .tx {
    font-size: 22px;
  }
  #works .contents .block .txtbox {
    width: 100%;
    padding-top: 0;
  }
  #works .contents .block .txtbox .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #works .contents .block .txtbox .text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #works .contents .block .txtbox .blockbtn a {
    margin: 0 auto;
  }
  #works .contents .block:not(:last-child) {
    margin-bottom: 50px;
  }
}

/* ----------------------------------------------
reasons
------------------------------------------------- */
#reasons {
  position: relative;
  z-index: 1;
  padding-top: 105px;
  padding-bottom: 114px;
  background-image: url(../images/reasons-bg.jpg);
  background-repeat: repeat;
  background-position: top 0px left 0px;
  background-size: auto;
}
#reasons .shape {
  position: absolute;
  top: 0;
  left: 8.5625%;
  width: min(8.0625%, 129px);
  aspect-ratio: 129/206;
  transform: translateY(-38.8349514563%);
}
#reasons .shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#reasons h2 {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #0c0c0c;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 48px;
}
#reasons h2 small {
  display: block;
  font-family: "futura-pt", "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 2px;
  color: #fff;
}
@media (max-width: 999px) {
  #reasons h2 {
    font-size: 26px;
  }
  #reasons h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #reasons h2 {
    font-size: 22px;
  }
  #reasons h2 small {
    font-size: 16px;
  }
}
#reasons .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.9661016949%;
  margin-bottom: 92px;
}
#reasons .contents .block {
  width: 31.3559322034%;
  background-color: #fff;
  border-radius: 10px;
}
#reasons .contents .block:not(:has(a)) {
  padding: 25px 25px 85px;
}
#reasons .contents .block a {
  display: block;
  height: 100%;
  text-decoration: none;
  transition: all 0.5s ease-out;
  padding: 25px 25px 85px;
  position: relative;
}
#reasons .contents .block a:hover {
  opacity: 0.6;
}
#reasons .contents .block a::before {
  content: "";
  position: absolute;
  bottom: 22px;
  right: 25px;
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/arow4.webp) no-repeat center #6fcf97;
}
#reasons .contents .block .image {
  aspect-ratio: 320/220;
  margin-bottom: 23px;
}
#reasons .contents .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
#reasons .contents .block .title {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #0c0c0c;
}
#reasons .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.08em;
  width: 400px;
  background-color: #fff;
  background-position: center right 30px;
  background-repeat: no-repeat;
  background-color: #fff;
  font-size: 18px;
  height: 90px;
  border-radius: 45px;
  background-image: url(../images/arow-green.webp);
  color: #6fcf97;
  margin: 0 auto;
}
#reasons .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #reasons .btn a {
    font-size: 16px;
    width: 340px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  #reasons .btn a {
    font-size: 14px;
    width: 280px;
    height: 70px;
    background-size: 20px auto;
  }
}
@media (max-width: 999px) {
  #reasons {
    padding: 80px 0;
    background-size: 1000px;
  }
  #reasons h2 {
    margin-bottom: 40px;
  }
  #reasons .contents {
    margin-bottom: 80px;
  }
  #reasons .contents .block:not(:has(a)) {
    padding: 15px 10px 60px;
  }
  #reasons .contents .block a {
    padding: 15px 10px 60px;
  }
  #reasons .contents .block a::before {
    right: 10px;
    bottom: 10px;
  }
  #reasons .contents .block .image {
    margin-bottom: 15px;
  }
  #reasons .contents .block .title {
    font-size: 18px;
  }
  #reasons .contents .block .title br {
    display: none;
  }
}
@media (max-width: 767px) {
  #reasons {
    padding: 70px 0;
  }
  #reasons h2 {
    margin-bottom: 30px;
  }
  #reasons .contents {
    margin-bottom: 70px;
    flex-direction: column;
    align-items: center;
  }
  #reasons .contents .block {
    width: 100%;
    max-width: 370px;
  }
  #reasons .contents .block:not(:has(a)) {
    padding: 10px 10px 40px;
  }
  #reasons .contents .block a {
    padding: 10px 10px 40px;
  }
  #reasons .contents .block a::before {
    width: 30px;
  }
  #reasons .contents .block .image {
    margin-bottom: 10px;
  }
  #reasons .contents .block .title {
    font-size: 16px;
  }
}

/* ----------------------------------------------
q-a
------------------------------------------------- */
#q-a {
  background-color: #fcfaf1;
  padding-top: 98px;
  overflow-y: clip;
}
#q-a h2 {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #0c0c0c;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 52px;
}
#q-a h2 small {
  display: block;
  font-family: "futura-pt", "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 2px;
  color: #6fcf97;
}
@media (max-width: 999px) {
  #q-a h2 {
    font-size: 26px;
  }
  #q-a h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #q-a h2 {
    font-size: 22px;
  }
  #q-a h2 small {
    font-size: 16px;
  }
}
#q-a .shapes {
  display: flex;
  align-items: end;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#q-a .shapes .shape {
  width: min(7.6875%, 123px);
  aspect-ratio: 123/125;
  margin-bottom: -13px;
}
#q-a .shapes .shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#q-a .shapes .shape:first-child {
  margin-left: 3.75%;
}
#q-a .shapes .shape:last-child {
  margin-left: auto;
  margin-right: 4.125%;
}
#q-a .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.08em;
  width: 400px;
  background-color: #6fcf97;
  background-position: center right 30px;
  background-repeat: no-repeat;
  background-color: #6fcf97;
  font-size: 18px;
  height: 90px;
  border-radius: 45px;
  background-image: url(../images/arow3.webp);
  color: #fff;
  margin: 0 auto;
}
#q-a .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #q-a .btn a {
    font-size: 16px;
    width: 340px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  #q-a .btn a {
    font-size: 14px;
    width: 280px;
    height: 70px;
    background-size: 20px auto;
  }
}
@media (max-width: 999px) {
  #q-a {
    padding-top: 80px;
  }
  #q-a h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #q-a {
    padding-top: 70px;
  }
  #q-a h2 {
    margin-bottom: 30px;
  }
}

/* ----------------------------------------------
voice/recruit共通
------------------------------------------------- */
section.contents-voice-recruit {
  padding-top: 90px;
}
section.contents-voice-recruit .contents {
  max-width: 1180px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 0 80px;
}
section.contents-voice-recruit .contents .image {
  width: 40.6779661017%;
  margin: 0 5.0847457627% 0 4.2372881356%;
}
section.contents-voice-recruit .contents .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
section.contents-voice-recruit .contents .txtbox {
  flex: 1;
  padding: 22px 10px 10px 0;
}
section.contents-voice-recruit .contents .txtbox h2 {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #0c0c0c;
  margin-bottom: 23px;
}
section.contents-voice-recruit .contents .txtbox h2 small {
  display: block;
  font-family: "futura-pt", "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 2px;
  color: #6fcf97;
}
@media (max-width: 999px) {
  section.contents-voice-recruit .contents .txtbox h2 {
    font-size: 26px;
  }
  section.contents-voice-recruit .contents .txtbox h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  section.contents-voice-recruit .contents .txtbox h2 {
    font-size: 22px;
  }
  section.contents-voice-recruit .contents .txtbox h2 small {
    font-size: 16px;
  }
}
section.contents-voice-recruit .contents .txtbox .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
  color: #0c0c0c;
  margin-bottom: 50px;
}
section.contents-voice-recruit .contents .txtbox .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.08em;
  width: 270px;
  background-color: #6fcf97;
  background-position: center right 30px;
  background-repeat: no-repeat;
  background-color: #6fcf97;
  font-size: 16px;
  height: 70px;
  border-radius: 35px;
  background-image: url(../images/arow2.webp);
  color: #fff;
}
section.contents-voice-recruit .contents .txtbox .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  section.contents-voice-recruit .contents .txtbox .btn a {
    font-size: 14px;
    width: 250px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  section.contents-voice-recruit .contents .txtbox .btn a {
    width: 230px;
    height: 50px;
    background-size: 18px auto;
  }
}
@media (max-width: 999px) {
  section.contents-voice-recruit {
    padding-top: 80px;
  }
  section.contents-voice-recruit .contents {
    padding: 50px 0 60px;
  }
  section.contents-voice-recruit .contents .txtbox h2 {
    margin-bottom: 15px;
  }
  section.contents-voice-recruit .contents .txtbox .text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  section.contents-voice-recruit {
    padding-top: 70px;
  }
  section.contents-voice-recruit .contents {
    padding: 40px 10px;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  section.contents-voice-recruit .contents .image {
    width: 100%;
    max-width: 300px;
    margin: 0;
  }
  section.contents-voice-recruit .contents .txtbox {
    padding: 0;
    text-align: center;
  }
  section.contents-voice-recruit .contents .txtbox h2 {
    margin-bottom: 10px;
  }
  section.contents-voice-recruit .contents .txtbox .text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  section.contents-voice-recruit .contents .txtbox .btn a {
    margin: 0 auto;
  }
}

/* ----------------------------------------------
voice
------------------------------------------------- */
#voice {
  position: relative;
  background-color: #c8e5c0;
  padding-bottom: 138px;
}
#voice .contents {
  position: relative;
}
#voice .contents:after {
  position: absolute;
  right: -150px;
  bottom: -50px;
  display: block;
  content: "";
  width: min(29%, 333px);
  aspect-ratio: 333/250;
  background: url(../images/voice-icon.png) no-repeat center/cover;
}
@media (max-width: 1599px) {
  #voice .contents:after {
    right: 10px;
    bottom: -30px;
    width: min(22%, 240px);
  }
}
@media (max-width: 999px) {
  #voice {
    padding-bottom: 90px;
  }
}
@media (max-width: 999px) {
  #voice {
    padding-bottom: 80px;
  }
}

/* ----------------------------------------------
recruit
------------------------------------------------- */
#recruit {
  position: relative;
  padding-bottom: 123px;
  background-image: url(../images/reasons-bg.jpg);
  background-repeat: repeat;
  background-position: top 0px left 0px;
  background-size: auto;
}
#recruit .contents {
  position: relative;
}
#recruit .contents:after {
  position: absolute;
  right: -50px;
  bottom: -100px;
  display: block;
  content: "";
  width: min(9%, 105px);
  aspect-ratio: 105/337;
  background: url(../images/recruit-icon.png) no-repeat center/cover;
}
#recruit .contents .txtbox .btn a {
  background-image: url(../images/recruit.webp);
}
@media (max-width: 1599px) {
  #recruit .contents:after {
    width: min(8%, 80px);
    right: 10px;
    bottom: -70px;
  }
}
@media (max-width: 999px) {
  #recruit {
    padding-bottom: 90px;
    background-size: 1000px;
  }
}
@media (max-width: 767px) {
  #recruit {
    padding-bottom: 80px;
  }
}

/* ----------------------------------------------
company
------------------------------------------------- */
#company .top {
  /* background-image: url(../images/company-bg1.webp), url(../images/company-bg2.webp);
  background-repeat: no-repeat;
  background-size: 50% 100%, 100% 100%; */
  padding: 107px 0 113px;
  position: relative;
}
#company .top .bgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: -1;
}
#company .top .bgs .bg {
  width: 50%;
}
#company .top .bgs .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#company .top .contents {
  max-width: 1180px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
  background-color: #fff;
  border-radius: 20px;
  padding: 52px 2.8125% 74px;
}
#company .top .contents h2 {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #0c0c0c;
  text-align: center;
  margin-bottom: 23px;
}
#company .top .contents h2 small {
  display: block;
  font-family: "futura-pt", "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 2px;
  color: #6fcf97;
}
@media (max-width: 999px) {
  #company .top .contents h2 {
    font-size: 26px;
  }
  #company .top .contents h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #company .top .contents h2 {
    font-size: 22px;
  }
  #company .top .contents h2 small {
    font-size: 16px;
  }
}
#company .top .contents .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
  color: #0c0c0c;
  margin-bottom: 50px;
}
#company .top .contents .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.08em;
  width: 270px;
  background-color: #6fcf97;
  background-position: center right 30px;
  background-repeat: no-repeat;
  background-color: #6fcf97;
  font-size: 16px;
  height: 70px;
  border-radius: 35px;
  background-image: url(../images/arow2.webp);
  color: #fff;
  margin: 0 auto;
}
#company .top .contents .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #company .top .contents .btn a {
    font-size: 14px;
    width: 250px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  #company .top .contents .btn a {
    width: 230px;
    height: 50px;
    background-size: 18px auto;
  }
}
#company .map {
  height: 500px;
}
#company .map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 999px) {
  #company .top {
    padding: 70px 0;
  }
  #company .top .contents {
    padding: 40px 2.8125% 60px;
  }
  #company .top .contents h2 {
    margin-bottom: 15px;
  }
  #company .top .contents .text {
    font-size: 16px;
    margin-bottom: 40px;
  }
  #company .map {
    height: 400px;
  }
}
@media (max-width: 767px) {
  #company .top {
    padding: 40px 0;
  }
  #company .top .contents {
    padding: 20px 2.8125% 40px;
  }
  #company .top .contents h2 {
    margin-bottom: 10px;
  }
  #company .top .contents .text {
    font-size: 14px;
    margin-bottom: 30px;
  }
  #company .map {
    height: 300px;
  }
}/*# sourceMappingURL=index.css.map */