<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
}
#mainimg #mainslider {
  overflow-y: clip;
}
#mainimg #mainslider img {
  height: calc(100vh - 168px);
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  min-height: 700px;
}
#mainimg #mainslider::after {
  content: "";
  width: 100%;
  aspect-ratio: 1600/477;
  position: absolute;
  bottom: -19.375vw;
  left: 0;
  background: url(../images/mainbg.png) no-repeat center/cover;
}
#mainimg .catch {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  width: 100%;
  text-align: center;
  /* font-family: "a-otf-jun-pro", sans-serif;
  font-weight: $weight;
  font-style: normal; */
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #0c0c0c;
  padding: 0 10px 11.25vw;
  text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
}
#mainimg .catch .orenge {
  color: #f76a0c;
}
#mainimg .catch .green {
  color: #4dad31;
}
#mainimg .catch p:not(:last-child) {
  margin-bottom: 31px;
}
@media (max-width: 999px) {
  #mainimg #mainslider img {
    height: auto;
    min-height: 580px;
  }
  #mainimg .catch {
    font-size: 36px;
  }
  #mainimg .catch p:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #mainimg {
    margin-bottom: 30px;
  }
  #mainimg #mainslider img {
    min-height: 340px;
  }
  #mainimg .catch {
    font-size: 26px;
    padding-bottom: 24.7395833333vw;
  }
  #mainimg .catch.sideclose {
    padding-bottom: 9.1145833333vw;
  }
  #mainimg .catch p:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (max-width: 500px) {
  #mainimg #mainslider img {
    min-height: 200px;
  }
  #mainimg .catch {
    font-size: 16px;
    padding-bottom: 160px;
  }
  #mainimg .catch.sideclose {
    padding-bottom: 9vw;
  }
}

/* ----------------------------------------------
promise
------------------------------------------------- */
#promise {
  position: relative;
  margin-top: -3.75vw;
  padding-bottom: 78px;
  margin-bottom: 83px;
  overflow-x: clip;
}
#promise .images .image {
  position: absolute;
}
#promise .images .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#promise .images .image.img1 {
  width: 4.375%;
  aspect-ratio: 70/68;
  left: 16.625%;
  top: 38px;
}
#promise .images .image.img2 {
  width: 28.75%;
  aspect-ratio: 1/1;
  left: -9.6875%;
  top: 118px;
}
#promise .images .image.img2 img {
  border-radius: 50%;
}
#promise .images .image.img3 {
  width: 5.5625%;
  aspect-ratio: 89/92;
  left: 12%;
  bottom: 167px;
}
#promise .images .image.img4 {
  width: 5.5625%;
  aspect-ratio: 89/87;
  right: 13.125%;
  top: 300px;
}
#promise .images .image.img5 {
  width: 25.00125%;
  aspect-ratio: 1/1;
  right: -5.625%;
  bottom: 0;
}
#promise .images .image.img5 img {
  border-radius: 50%;
}
#promise .contents {
  max-width: 1180px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
}
#promise .contents h2 {
  /* font-family: "a-otf-jun-pro", sans-serif;
  font-weight: $weight;
  font-style: normal; */
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #4dad31;
  display: flex;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
  justify-content: center;
  margin-bottom: 47px;
}
#promise .contents h2 small {
  /* font-family: "a-otf-jun-pro", sans-serif;
  font-weight: $weight;
  font-style: normal; */
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #f76a0c;
}
#promise .contents h2::before, #promise .contents h2::after {
  content: "";
  width: 43px;
  aspect-ratio: 43/97;
  background-repeat: no-repeat;
  background-size: cover;
}
#promise .contents h2::before {
  background-image: url(../images/promise-headicon1.webp);
}
#promise .contents h2::after {
  background-image: url(../images/promise-headicon2.webp);
}
@media (max-width: 999px) {
  #promise .contents h2 {
    font-size: 36px;
  }
  #promise .contents h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #promise .contents h2 {
    font-size: 24px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #promise .contents h2 small {
    font-size: 16px;
  }
  #promise .contents h2::before, #promise .contents h2::after {
    width: 20px;
  }
}
#promise .contents .catch {
  /* font-family: "a-otf-jun-pro", sans-serif;
  font-weight: $weight;
  font-style: normal; */
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.9166666667;
  letter-spacing: 0.08em;
  color: #0c0c0c;
  text-align: center;
  margin-bottom: 30px;
  text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
}
#promise .contents .list {
  background-color: #f5f4ea;
  border-radius: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
  color: #f76a0c;
  padding: 20px 4.1176470588% 30px;
  margin-bottom: 47px;
}
#promise .contents .list ul li {
  position: relative;
  padding-left: 19px;
}
#promise .contents .list ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
#promise .contents .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
  color: #0c0c0c;
  text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
}
@media (max-width: 1500px) {
  #promise {
    margin-top: 10px;
  }
}
@media (max-width: 999px) {
  #promise {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  #promise .contents h2 {
    margin-bottom: 30px;
  }
  #promise .contents .catch {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #promise .contents .list {
    font-size: 16px;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  #promise .contents .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #promise {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  #promise .contents h2 {
    margin-bottom: 20px;
  }
  #promise .contents .catch {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #promise .contents .catch br {
    display: none;
  }
  #promise .contents .list {
    font-size: 14px;
    margin-bottom: 20px;
    padding: 10px;
  }
  #promise .contents .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
service
------------------------------------------------- */
#service {
  position: relative;
  padding-bottom: 140px;
}
#service::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 25px);
  background: url(../images/service-bg.webp) repeat;
  z-index: -1;
}
#service h2 {
  /* font-family: "a-otf-jun-pro", sans-serif;
  font-weight: $weight;
  font-style: normal; */
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #4dad31;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 44px;
  padding: 0 10px;
}
#service h2 small {
  /* font-family: "a-otf-jun-pro", sans-serif;
  font-weight: $weight;
  font-style: normal; */
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #f76a0c;
}
#service h2::before {
  content: "";
  width: 57px;
  aspect-ratio: 57/59;
  background: url(../images/heading-icon.webp) no-repeat center/cover;
  margin-bottom: 32px;
}
#service h2 small {
  margin-bottom: 9px;
}
@media (max-width: 999px) {
  #service h2 {
    font-size: 36px;
  }
  #service h2 small {
    font-size: 18px;
  }
  #service h2::before {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #service h2 {
    font-size: 24px;
  }
  #service h2 small {
    font-size: 16px;
  }
  #service h2::before {
    width: 40px;
    margin-bottom: 15px;
  }
}
#service .contents {
  margin-bottom: 87px;
}
#service .contents .block {
  background-color: #fff;
}
#service .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  width: 500px;
  max-width: 100%;
  background-position: center right 30px;
  background-repeat: no-repeat;
  background-color: #f76a0c;
  font-size: 20px;
  height: 100px;
  border-radius: 50px;
  background-image: url(../images/arow-white2.webp);
  margin: 0 auto;
}
#service .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #service .btn a {
    width: 390px;
    font-size: 18px;
    height: 90px;
  }
}
@media (max-width: 767px) {
  #service .btn a {
    width: 280px;
    font-size: 16px;
    height: 80px;
  }
}
@media (max-width: 999px) {
  #service {
    padding-bottom: 110px;
  }
  #service h2 {
    margin-bottom: 30px;
  }
  #service .contents {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  #service {
    padding-bottom: 90px;
  }
  #service h2 {
    margin-bottom: 20px;
  }
  #service .contents {
    margin-bottom: 60px;
  }
}

/* ----------------------------------------------
case
------------------------------------------------- */
#case {
  position: relative;
  margin-top: -30px;
  padding-bottom: 148px;
}
#case::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 30px);
  background: url(../images/case-bg.webp) repeat;
  z-index: -1;
}
#case h2 {
  /* font-family: "a-otf-jun-pro", sans-serif;
  font-weight: $weight;
  font-style: normal; */
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #4dad31;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 23px;
  padding: 0 10px;
}
#case h2 small {
  /* font-family: "a-otf-jun-pro", sans-serif;
  font-weight: $weight;
  font-style: normal; */
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #f76a0c;
}
#case h2::before {
  content: "";
  width: 57px;
  aspect-ratio: 57/59;
  background: url(../images/heading-icon.webp) no-repeat center/cover;
  margin-bottom: 32px;
}
#case h2 small {
  margin-bottom: 9px;
}
@media (max-width: 999px) {
  #case h2 {
    font-size: 36px;
  }
  #case h2 small {
    font-size: 18px;
  }
  #case h2::before {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #case h2 {
    font-size: 24px;
  }
  #case h2 small {
    font-size: 16px;
  }
  #case h2::before {
    width: 40px;
    margin-bottom: 15px;
  }
}
#case .head {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 58px;
}
#case .head .title {
  /* font-family: "a-otf-jun-pro", sans-serif;
  font-weight: $weight;
  font-style: normal; */
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: #4dad31;
  border-radius: 25px;
  position: relative;
  padding: 6px 37.5px;
  margin-bottom: -22px;
}
#case .head .title::before {
  content: "";
  position: absolute;
  width: 10px;
  aspect-ratio: 10/5;
  background-color: #4dad31;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
}
#case .head .content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #4dad31;
  border-radius: 8px;
  background-color: #fff;
  padding: 27px 2.2881355932% 23px 0.8474576271%;
}
#case .head .content .block {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  /* &amp;:nth-child(even){
    margin-left: -17px;
    &amp;::before{
      content: "";
      width: 4px;
      height: 50px;
      background-color: #4dad31;
      margin: 0 90px;
    }
  } */
}
#case .head .content .block .heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80px;
  aspect-ratio: 1/1;
  background-color: #fff151;
  border-radius: 50%;
  /* font-family: "a-otf-jun-pro", sans-serif;
  font-weight: $weight;
  font-style: normal; */
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #0c0c0c;
}
#case .head .content .block .heading p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#case .head .content .block .heading .f14 {
  font-size: 14px;
}
#case .head .content .block .heading .f18 {
  font-size: 18px;
}
#case .head .content .block .price {
  /* font-family: "a-otf-jun-pro", sans-serif;
  font-weight: $weight;
  font-style: normal; */
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #0c0c0c;
  /* display: flex;
  align-items: end; */
}
#case .head .content .block .price span {
  font-size: 20px;
}
#case .head .content .bd {
  display: block;
  width: 4px;
  height: 50px;
  background-color: #4dad31;
  margin: 0 7.9295154185%;
}
#case .contents {
  margin-bottom: 92px;
}
#case .contents .block {
  background-color: #fff;
}
#case .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  width: 500px;
  max-width: 100%;
  background-position: center right 30px;
  background-repeat: no-repeat;
  background-color: #f76a0c;
  font-size: 20px;
  height: 100px;
  border-radius: 50px;
  background-image: url(../images/arow-white2.webp);
  margin: 0 auto;
}
#case .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #case .btn a {
    width: 390px;
    font-size: 18px;
    height: 90px;
  }
}
@media (max-width: 767px) {
  #case .btn a {
    width: 280px;
    font-size: 16px;
    height: 80px;
  }
}
@media (max-width: 999px) {
  #case {
    padding-bottom: 110px;
  }
  #case .head {
    margin-bottom: 50px;
  }
  #case .head .title {
    font-size: 20px;
    margin-bottom: -18px;
    padding: 6px 30px;
  }
  #case .head .content .block {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #case .head .content .block .heading {
    font-size: 18px;
    width: 70px;
  }
  #case .head .content .block .heading .f14 {
    font-size: 12px;
  }
  #case .head .content .block .heading .f18 {
    font-size: 16px;
  }
  #case .head .content .block .price {
    font-size: 28px;
  }
  #case .head .content .block .price span {
    font-size: 18px;
  }
  #case .contents {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  #case {
    padding-bottom: 90px;
  }
  #case .head {
    margin-bottom: 30px;
  }
  #case .head .title {
    font-size: 18px;
    margin-bottom: -14px;
    padding: 6px 20px;
  }
  #case .head .content {
    border-width: 3px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #case .head .content .block .heading {
    font-size: 16px;
  }
  #case .head .content .block .heading .f14 {
    font-size: 10px;
  }
  #case .head .content .block .heading .f18 {
    font-size: 14px;
  }
  #case .head .content .block .icon {
    max-width: 30px;
  }
  #case .head .content .block .price {
    font-size: 17px;
  }
  #case .head .content .block .price span {
    font-size: 14px;
  }
  #case .head .content .bd {
    margin: 0 10px;
    width: 3px;
  }
  #case .contents {
    margin-bottom: 70px;
  }
}
@media (max-width: 500px) {
  #case .head .content {
    flex-direction: column;
    row-gap: 15px;
  }
  #case .head .content .bd {
    width: 40px;
    height: 3px;
  }
}

/* ----------------------------------------------
q-a
------------------------------------------------- */
#q-a {
  margin-top: -27px;
}
#q-a h2 {
  /* font-family: "a-otf-jun-pro", sans-serif;
  font-weight: $weight;
  font-style: normal; */
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #4dad31;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 43px;
}
#q-a h2 small {
  /* font-family: "a-otf-jun-pro", sans-serif;
  font-weight: $weight;
  font-style: normal; */
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #f76a0c;
}
#q-a h2::before {
  content: "";
  width: 57px;
  aspect-ratio: 57/59;
  background: url(../images/heading-icon.webp) no-repeat center/cover;
  margin-bottom: 32px;
}
#q-a h2 small {
  margin-bottom: 9px;
}
@media (max-width: 999px) {
  #q-a h2 {
    font-size: 36px;
  }
  #q-a h2 small {
    font-size: 18px;
  }
  #q-a h2::before {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #q-a h2 {
    font-size: 24px;
  }
  #q-a h2 small {
    font-size: 16px;
  }
  #q-a h2::before {
    width: 40px;
    margin-bottom: 15px;
  }
}
#q-a .contents {
  margin-bottom: 91px;
}
#q-a .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  width: 500px;
  max-width: 100%;
  background-position: center right 30px;
  background-repeat: no-repeat;
  background-color: #f76a0c;
  font-size: 20px;
  height: 100px;
  border-radius: 50px;
  background-image: url(../images/arow-white2.webp);
  margin: 0 auto;
}
#q-a .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #q-a .btn a {
    width: 390px;
    font-size: 18px;
    height: 90px;
  }
}
@media (max-width: 767px) {
  #q-a .btn a {
    width: 280px;
    font-size: 16px;
    height: 80px;
  }
}
@media (max-width: 999px) {
  #q-a h2 {
    margin-bottom: 30px;
  }
  #q-a .contents {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  #q-a h2 {
    margin-bottom: 20px;
  }
  #q-a .contents {
    margin-bottom: 70px;
  }
}

/* ----------------------------------------------
staff-areabg
------------------------------------------------- */
.staff-areainner {
  position: relative;
  overflow-x: clip;
  padding-bottom: 189px;
  /* &amp;::before{
    content: "";
    position: absolute;
    width: 104%;
    left: -2%;
    z-index: -1;
    background: url(../images/service-bg.webp)repeat;
    height: calc(100% - 30px);
    bottom: 0px;
    border-radius: 50% 50% 0% 0%/11% 11% 0% 0%;
  } */
}
.staff-areainner::before, .staff-areainner::after {
  content: "";
  position: absolute;
  width: 110%;
  left: -5%;
  z-index: -1;
  background: url(../images/service-bg.webp) repeat;
}
.staff-areainner::before {
  /* height: 175px; */
  aspect-ratio: 1760/175;
  top: 30px;
  -webkit-clip-path: ellipse(50% 100% at 50% 100%);
          clip-path: ellipse(50% 100% at 50% 100%);
}
.staff-areainner::after {
  /* top: 205px; */
  top: calc(30px + 10.9375vw - 2px);
  height: calc(100% - (30px + 10.9375vw) + 2px);
  background-position: top -10.9375vw left 0;
}
@media (max-width: 999px) {
  .staff-areainner {
    padding-bottom: 140px;
  }
}
@media (max-width: 767px) {
  .staff-areainner {
    padding-bottom: 100px;
  }
}

/* ----------------------------------------------
staff
------------------------------------------------- */
#staff {
  margin-bottom: 110px;
}
#staff .images .image {
  position: absolute;
}
#staff .images .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#staff .images .image.img1 {
  width: 5.5625%;
  aspect-ratio: 89/92;
  left: 11.5625%;
  top: 32px;
}
#staff .images .image.img2 {
  width: 4.375%;
  aspect-ratio: 70/68;
  right: 7.8125%;
  top: 180px;
}
#staff h2 {
  /* font-family: "a-otf-jun-pro", sans-serif;
  font-weight: $weight;
  font-style: normal; */
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #4dad31;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 40px;
}
#staff h2 small {
  /* font-family: "a-otf-jun-pro", sans-serif;
  font-weight: $weight;
  font-style: normal; */
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #f76a0c;
}
#staff h2::before {
  content: "";
  width: 57px;
  aspect-ratio: 57/59;
  background: url(../images/heading-icon.webp) no-repeat center/cover;
  margin-bottom: 32px;
}
#staff h2 small {
  margin-bottom: 9px;
}
@media (max-width: 999px) {
  #staff h2 {
    font-size: 36px;
  }
  #staff h2 small {
    font-size: 18px;
  }
  #staff h2::before {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #staff h2 {
    font-size: 24px;
  }
  #staff h2 small {
    font-size: 16px;
  }
  #staff h2::before {
    width: 40px;
    margin-bottom: 15px;
  }
}
#staff .contents {
  margin-bottom: 60px;
}
#staff .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  width: 500px;
  max-width: 100%;
  background-position: center right 30px;
  background-repeat: no-repeat;
  background-color: #f76a0c;
  font-size: 20px;
  height: 100px;
  border-radius: 50px;
  background-image: url(../images/arow-white2.webp);
  margin: 0 auto;
}
#staff .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #staff .btn a {
    width: 390px;
    font-size: 18px;
    height: 90px;
  }
}
@media (max-width: 767px) {
  #staff .btn a {
    width: 280px;
    font-size: 16px;
    height: 80px;
  }
}
@media (max-width: 999px) {
  #staff {
    margin-bottom: 90px;
  }
  #staff h2 {
    margin-bottom: 30px;
  }
  #staff .contents {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #staff {
    margin-bottom: 80px;
  }
  #staff h2 {
    margin-bottom: 25px;
  }
  #staff .contents {
    margin-bottom: 30px;
  }
}

/* ----------------------------------------------
area
------------------------------------------------- */
#area h2 {
  /* font-family: "a-otf-jun-pro", sans-serif;
  font-weight: $weight;
  font-style: normal; */
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #4dad31;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 36px;
}
#area h2 small {
  /* font-family: "a-otf-jun-pro", sans-serif;
  font-weight: $weight;
  font-style: normal; */
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #f76a0c;
}
#area h2::before {
  content: "";
  width: 57px;
  aspect-ratio: 57/59;
  background: url(../images/heading-icon.webp) no-repeat center/cover;
  margin-bottom: 32px;
}
#area h2 small {
  margin-bottom: 9px;
}
@media (max-width: 999px) {
  #area h2 {
    font-size: 36px;
  }
  #area h2 small {
    font-size: 18px;
  }
  #area h2::before {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #area h2 {
    font-size: 24px;
  }
  #area h2 small {
    font-size: 16px;
  }
  #area h2::before {
    width: 40px;
    margin-bottom: 15px;
  }
}
#area .contents {
  display: flex;
  align-items: start;
  margin-right: calc((100% - 1180px) / 2);
  -moz-column-gap: 2.5179856115%;
       column-gap: 2.5179856115%;
  overflow-x: clip;
}
#area .contents .map {
  width: 47.1942446043%;
  aspect-ratio: 656/579;
  margin-left: 11.1510791367%;
  margin-top: 10px;
  max-width: 656px;
}
#area .contents .map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#area .contents .txtbox {
  flex: 1;
}
#area .contents .txtbox .data {
  /* font-family: "a-otf-jun-pro", sans-serif;
  font-weight: $weight;
  font-style: normal; */
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #0c0c0c;
  margin-bottom: 35px;
}
#area .contents .txtbox .data .orenge {
  color: #f76a0c;
}
#area .contents .txtbox .credit {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 5.5147058824%;
}
#area .contents .txtbox .credit .title {
  /* font-family: "a-otf-jun-pro", sans-serif;
  font-weight: $weight;
  font-style: normal; */
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #0c0c0c;
  margin-bottom: 16px;
}
#area .contents .txtbox .credit .logos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0.4132231405%;
}
#area .contents .txtbox .credit .logos .block {
  width: 33.0578512397%;
  aspect-ratio: 160/50;
  max-width: 160px;
}
#area .contents .txtbox .credit .logos .block a {
  transition: all 0.5s ease-out;
}
#area .contents .txtbox .credit .logos .block a:hover {
  opacity: 0.6;
}
#area .contents .txtbox .credit .logos .block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 1217px) {
  #area .contents {
    margin-right: 10px;
  }
}
@media (max-width: 999px) {
  #area h2 {
    margin-bottom: 25px;
  }
  #area .contents .map {
    margin-left: 10px;
  }
  #area .contents .txtbox .data {
    font-size: 18px;
    margin-bottom: 25px;
  }
  #area .contents .txtbox .credit {
    padding: 15px;
  }
  #area .contents .txtbox .credit .title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #area h2 {
    margin-bottom: 20px;
  }
  #area .contents {
    flex-direction: column;
    row-gap: 30px;
    padding-left: 10px;
  }
  #area .contents .map {
    width: 100%;
    max-width: 400px;
    margin-left: 0;
  }
  #area .contents .txtbox .data {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #area .contents .txtbox .credit {
    padding: 10px;
  }
  #area .contents .txtbox .credit .title {
    font-size: 16px;
  }
}

/* ----------------------------------------------
company
------------------------------------------------- */
#company {
  position: relative;
  margin-top: -30px;
  padding-bottom: 115px;
}
#company::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 30px);
  background: url(../images/company-bg.webp) no-repeat center/cover;
  z-index: -1;
}
#company h2 {
  /* font-family: "a-otf-jun-pro", sans-serif;
  font-weight: $weight;
  font-style: normal; */
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #4dad31;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 18px;
}
#company h2 small {
  /* font-family: "a-otf-jun-pro", sans-serif;
  font-weight: $weight;
  font-style: normal; */
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #f76a0c;
}
#company h2::before {
  content: "";
  width: 57px;
  aspect-ratio: 57/59;
  background: url(../images/heading-icon.webp) no-repeat center/cover;
  margin-bottom: 32px;
}
#company h2 small {
  margin-bottom: 9px;
}
@media (max-width: 999px) {
  #company h2 {
    font-size: 36px;
  }
  #company h2 small {
    font-size: 18px;
  }
  #company h2::before {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #company h2 {
    font-size: 24px;
  }
  #company h2 small {
    font-size: 16px;
  }
  #company h2::before {
    width: 40px;
    margin-bottom: 15px;
  }
}
#company .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 5.0847457627%;
  overflow-x: clip;
}
#company .contents .left .logo {
  margin-bottom: 20px;
}
#company .contents .left .data {
  /* font-family: "a-otf-jun-pro", sans-serif;
  font-weight: $weight;
  font-style: normal; */
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #0c0c0c;
  margin-bottom: 32px;
}
#company .contents .left .data a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  color: #0c0c0c;
}
#company .contents .left .data a:hover {
  opacity: 0.6;
}
#company .contents .left .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  width: 240px;
  max-width: 100%;
  background-position: center right 30px;
  background-repeat: no-repeat;
  background-color: #f76a0c;
  font-size: 16px;
  height: 50px;
  border-radius: 25px;
  background-image: url(../images/arow-white4.webp);
}
#company .contents .left .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #company .contents .left .btn a {
    width: 220px;
    font-size: 14px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  #company .contents .left .btn a {
    width: 210px;
    height: 40px;
  }
}
#company .contents .right {
  flex: 1;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px 2.7118644068% 36px;
}
#company .contents .right .list {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
  color: #f76a0c;
  margin-bottom: 22px;
}
#company .contents .right .list ul li {
  position: relative;
  padding-left: 19px;
}
#company .contents .right .list ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
#company .contents .right .logo {
  text-align: end;
}
@media (max-width: 999px) {
  #company {
    padding-bottom: 90px;
  }
  #company .contents .left .logo {
    max-width: 270px;
  }
  #company .contents .left .data {
    font-size: 18px;
    margin-bottom: 25px;
  }
  #company .contents .right .list {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #company {
    padding-bottom: 80px;
  }
  #company .contents {
    flex-direction: column;
    row-gap: 30px;
  }
  #company .contents .left .logo {
    max-width: 240px;
  }
  #company .contents .left .data {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #company .contents .right .list {
    font-size: 14px;
  }
}/*# sourceMappingURL=index.css.map */</pre></body></html>