#access h2, #recruit h2, #attempt .head h2, #about h2, #news .head h2, #clinic .contents article h2 {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #39b14a;
}
#access h2 small, #recruit h2 small, #attempt .head h2 small, #about h2 small, #news .head h2 small, #clinic .contents article h2 small {
  display: block;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #006837;
}
@media (max-width: 999px) {
  #access h2, #recruit h2, #attempt .head h2, #about h2, #news .head h2, #clinic .contents article h2 {
    font-size: 28px;
  }
  #access h2 small, #recruit h2 small, #attempt .head h2 small, #about h2 small, #news .head h2 small, #clinic .contents article h2 small {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #access h2, #recruit h2, #attempt .head h2, #about h2, #news .head h2, #clinic .contents article h2 {
    font-size: 22px;
  }
  #access h2 small, #recruit h2 small, #attempt .head h2 small, #about h2 small, #news .head h2 small, #clinic .contents article h2 small {
    font-size: 12px;
  }
}

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

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
  padding-bottom: 14px;
  background-color: #87d091;
}
#mainimg #mainslider {
  background-color: #fff;
}
#mainimg #mainslider img {
  height: calc(100vh - 114px);
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#mainimg .catch {
  position: absolute;
  top: 56.5%;
  left: 3.5625%;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 54px;
  line-height: 1.5185185185;
  letter-spacing: 0.1em;
  color: #fff;
  padding-right: calc(max(29.0625%, 350px) + 2.1875%);
  text-shadow: #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px;
}
@media (max-width: 1200px) {
  #mainimg .catch {
    font-size: 44px;
  }
}
@media (max-width: 999px) {
  #mainimg #mainslider img {
    height: auto;
  }
  #mainimg .catch {
    left: 10px;
    top: 50%;
    padding-right: calc(max(29.0625%, 250px) + 2.1875%);
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  #mainimg .catch {
    left: 10px;
    padding-right: 10px;
    font-size: 26px;
  }
}
@media (max-width: 500px) {
  #mainimg .catch {
    font-size: 20px;
  }
}

/* ----------------------------------------------
pickup
------------------------------------------------- */
#pickup {
  position: fixed;
  right: 2.1875%;
  bottom: 0;
  width: max(29.0625%, 350px);
  z-index: 1;
}
#pickup a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#pickup a:hover {
  opacity: 0.6;
}
#pickup h2 {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 54px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #39b14a;
  margin-bottom: -10px;
  padding: 0 10px 0 29px;
  text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
}
#pickup .contents {
  background-color: #39b14a;
  border-radius: 30px;
  position: relative;
}
#pickup .contents:not(:has(a)) {
  padding: 24px 29px 29px;
}
#pickup .contents a {
  display: block;
  padding: 24px 29px 29px;
}
#pickup .contents .title, #pickup .contents .text {
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 0 6px;
  padding-bottom: 2px;
  margin-bottom: 9px;
  overflow: hidden;
}
#pickup .contents .title {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  border-bottom: #fff solid 1px;
}
#pickup .contents .text {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}
#pickup .contents .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
#pickup .btn {
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -10px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#pickup .btn::before, #pickup .btn::after {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: 2px;
  background-color: #39b14a;
}
#pickup .btn::before {
  transform: rotate(-45deg);
}
#pickup .btn::after {
  transform: rotate(45deg);
}
@media (max-width: 999px) {
  #pickup {
    width: max(29.0625%, 320px);
    bottom: 80px;
  }
  #pickup h2 {
    font-size: 40px;
    padding: 0 10px;
  }
  #pickup .contents:not(:has(a)) {
    padding: 24px 10px 10px;
  }
  #pickup .contents a {
    padding: 20px;
  }
  #pickup .contents .title {
    font-size: 18px;
  }
  #pickup .contents .text {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #pickup {
    display: none;
    bottom: 60px;
    width: min(80%, 500px);
    /* .btn{
      width: 25px;
      aspect-ratio: 1/1;
      border-radius: 50%;
      position: absolute;
      top: -10px;
      right: -5px;
      //transform: translate(-50%,-50%);
      background-color: #fff;
      @include flex-center();
      cursor: pointer;
      &::before,
      &::after{
        content: "";
        position: absolute;
        width: calc(100% - 10px);
        height: 1px;
        background-color: #39b14a;
      }
      &::before{
        transform: rotate(-45deg);
      }
      &::after{
        transform: rotate(45deg);
      }
    } */
  }
  #pickup h2 {
    /* font-size: 30px;
    margin-bottom: -5px; */
  }
  #pickup .contents {
    border-radius: 20px;
  }
  #pickup .contents:not(:has(a)) {
    padding: 10px;
  }
  #pickup .contents a {
    padding: 10px;
  }
  #pickup .contents .title {
    font-size: 16px;
  }
  #pickup .contents .text {
    font-size: 14px;
  }
  #pickup .btn {
    width: 40px;
  }
}

/* ----------------------------------------------
clinic
------------------------------------------------- */
#clinic {
  background: url(../images/our-bg.webp) no-repeat center/cover;
  padding-top: 107px;
  padding-bottom: 99px;
}
#clinic .contents {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 9.0625%;
}
#clinic .contents article h2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 28px;
}
#clinic .contents article#information {
  max-width: min(100% - 10px, 622px);
  background-color: #d7efe1;
  padding: 30px 4.1875%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
}
#clinic .contents article#information h2 {
  margin-bottom: 46px;
}
#clinic .contents article#information h2 small {
  margin-top: 10px;
}
#clinic .contents article#information .content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 8.7719298246%;
  padding: 0 16px;
}
#clinic .contents article#information .content .block {
  width: 45.6140350877%;
  min-height: 208px;
  background-color: #fff;
  text-align: center;
  border-radius: 20px;
}
#clinic .contents article#information .content .block:not(:has(a)) {
  padding: 35px 10px 10px;
}
#clinic .contents article#information .content .block a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: block;
  height: 100%;
  padding: 35px 10px 10px;
}
#clinic .contents article#information .content .block a:hover {
  opacity: 0.6;
}
#clinic .contents article#information .content .block .icon {
  align-content: center;
  margin-bottom: 26px;
}
#clinic .contents article#information .content .block .title {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0.1em;
  color: #39b14a;
}
#clinic .contents article#hours {
  padding-top: 107px;
  max-width: calc(100% - 20px);
}
#clinic .contents article#hours h2 {
  padding-left: 29px;
  margin-bottom: 33px;
}
#clinic.wrap .contents article#hours {
  padding-top: 0;
  margin: 0 auto;
}
@media (max-width: 999px) {
  #clinic {
    padding: 90px 0;
  }
  #clinic .contents article h2 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #clinic .contents article#information {
    padding: 20px;
  }
  #clinic .contents article#information h2 {
    margin-bottom: 30px;
  }
  #clinic .contents article#information h2 small {
    margin-top: 0;
  }
  #clinic .contents article#information .content {
    row-gap: 30px;
  }
  #clinic .contents article#information .content .block {
    min-height: 190px;
  }
  #clinic .contents article#information .content .block:not(:has(a)) {
    padding-top: 20px;
  }
  #clinic .contents article#information .content .block a {
    padding-top: 20px;
  }
  #clinic .contents article#information .content .block .title {
    font-size: 18px;
  }
  #clinic .contents article#hours h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #clinic {
    padding: 70px 0;
  }
  #clinic .contents article h2 {
    gap: 5px 10px;
  }
  #clinic .contents article#information {
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
  }
  #clinic .contents article#information h2 {
    margin-bottom: 15px;
  }
  #clinic .contents article#information .content {
    row-gap: 20px;
    padding: 0;
  }
  #clinic .contents article#information .content .block {
    min-height: 170px;
  }
  #clinic .contents article#information .content .block:not(:has(a)) {
    padding-top: 15px;
  }
  #clinic .contents article#information .content .block a {
    padding-top: 15px;
  }
  #clinic .contents article#information .content .block .icon {
    max-width: 70px;
    margin: 0 auto 20px;
  }
  #clinic .contents article#information .content .block .title {
    font-size: 16px;
  }
  #clinic .contents article#hours h2 {
    margin-bottom: 10px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  padding-top: 56px;
  padding-bottom: 101px;
  background: url(../images/news-bg.webp) no-repeat center/cover;
  position: relative;
  margin-bottom: 107px;
}
#news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background-color: #87d091;
}
#news .head {
  width: min(100% - 20px, 1280px);
  margin: 0 auto 75px;
  position: relative;
  padding: 0 240px;
}
#news .head h2 {
  text-align: center;
}
#news .head .btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#news .head .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #31af63;
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: 240px;
  height: 46px;
  border-radius: 10px;
}
#news .head .btn a:hover {
  opacity: 0.6;
}
#news .head .btn a::after {
  content: "";
  width: 37px;
  aspect-ratio: 37/6;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/arow-white.webp);
}
@media (max-width: 999px) {
  #news .head .btn a {
    -moz-column-gap: 10px;
         column-gap: 10px;
    width: 220px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  #news .head .btn a {
    font-size: 12px;
    width: 210px;
    height: 35px;
  }
}
#news .contents {
  width: min(100% - 20px, 1280px);
  -moz-column-gap: 4.0625%;
       column-gap: 4.0625%;
}
#news .contents article {
  width: 30.625%;
}
@media (max-width: 999px) {
  #news {
    padding: 40px 0 80px;
    margin-bottom: 80px;
  }
  #news .head {
    padding: 0 220px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  #news {
    padding: 30px 0 60px;
    margin-bottom: 70px;
  }
  #news .head {
    padding: 0;
    margin-bottom: 40px;
  }
  #news .head h2 {
    margin-bottom: 10px;
  }
  #news .head .btn {
    position: unset;
    transform: unset;
  }
  #news .head .btn a {
    margin: 0 auto;
  }
}

/* ----------------------------------------------
about
------------------------------------------------- */
#about {
  text-align: center;
  margin-bottom: 82px;
}
#about .slide {
  margin-bottom: 49px;
  overflow-x: clip;
}
#about .slide .slick-list {
  margin: 0 -25.5% 0 -10.3125%;
}
#about .slide .image {
  margin-left: -55px;
  clip-path: polygon(55px 0, 100% 0, 100% 100%, 0 100%);
  aspect-ratio: 599/380;
}
#about .slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#about .contents {
  padding: 0 10px;
}
#about h2 {
  margin-bottom: 34px;
}
#about .text {
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.75;
  color: #000;
  margin-bottom: 44px;
}
#about .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #00a599;
  background-color: #d7efe1;
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: 210px;
  height: 50px;
  border-radius: 25px;
  margin: 0 auto;
  padding-left: 13px;
}
#about .btn a:hover {
  opacity: 0.6;
}
#about .btn a::after {
  content: "";
  width: 37px;
  aspect-ratio: 37/6;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/arow-grenn.webp);
}
@media (max-width: 999px) {
  #about .btn a {
    -moz-column-gap: 10px;
         column-gap: 10px;
    width: 190px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  #about .btn a {
    font-size: 12px;
    width: 180px;
    height: 40px;
  }
}
@media (max-width: 999px) {
  #about {
    margin-bottom: 70px;
  }
  #about .slide {
    margin-bottom: 30px;
  }
  #about h2 {
    margin-bottom: 25px;
  }
  #about .text {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #about {
    margin-bottom: 60px;
  }
  #about .slide {
    margin-bottom: 20px;
  }
  #about .slide .image {
    margin-left: -15px;
    clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%);
  }
  #about h2 {
    margin-bottom: 15px;
  }
  #about .text {
    font-size: 12px;
    margin-bottom: 20px;
  }
  #about .text br {
    display: none;
  }
}

/* ----------------------------------------------
attempt
------------------------------------------------- */
#attempt {
  background: url(../images/news2-bg.webp) no-repeat center/cover;
  padding-top: 58px;
  padding-bottom: 100px;
}
#attempt .head {
  width: min(100% - 20px, 1280px);
  margin: 0 auto 75px;
  position: relative;
  padding: 0 240px;
}
#attempt .head h2 {
  text-align: center;
}
#attempt .head .btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#attempt .head .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #31af63;
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: 240px;
  height: 46px;
  border-radius: 10px;
}
#attempt .head .btn a:hover {
  opacity: 0.6;
}
#attempt .head .btn a::after {
  content: "";
  width: 37px;
  aspect-ratio: 37/6;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/arow-white.webp);
}
@media (max-width: 999px) {
  #attempt .head .btn a {
    -moz-column-gap: 10px;
         column-gap: 10px;
    width: 220px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  #attempt .head .btn a {
    font-size: 12px;
    width: 210px;
    height: 35px;
  }
}
#attempt .contents {
  width: min(100% - 20px, 1280px);
  -moz-column-gap: 4.0625%;
       column-gap: 4.0625%;
}
#attempt .contents article {
  width: 30.625%;
}
@media (max-width: 999px) {
  #attempt {
    padding: 40px 0 80px;
  }
  #attempt .head {
    padding: 0 220px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  #attempt {
    padding: 30px 0 60px;
  }
  #attempt .head {
    padding: 0;
    margin-bottom: 40px;
  }
  #attempt .head h2 {
    margin-bottom: 10px;
  }
  #attempt .head .btn {
    position: unset;
    transform: unset;
  }
  #attempt .head .btn a {
    margin: 0 auto;
  }
}

/* ----------------------------------------------
recruit
------------------------------------------------- */
#recruit {
  background: url(../images/recruit-bg.webp) no-repeat center/cover;
  padding: 97px 7.5% 106px;
  margin-bottom: 55px;
}
#recruit h2 {
  font-size: 60px;
  letter-spacing: 0.4em;
  margin-bottom: 30px;
}
#recruit .catch {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 41px;
  line-height: 1.6097560976;
  color: #006837;
  margin-bottom: 23px;
}
#recruit .text {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6875;
  color: #000;
  margin-bottom: 55px;
}
#recruit .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #00a599;
  background-color: #fff;
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: 210px;
  height: 50px;
  border-radius: 25px;
}
#recruit .btn a:hover {
  opacity: 0.6;
}
#recruit .btn a::after {
  content: "";
  width: 37px;
  aspect-ratio: 37/6;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/arow-grenn.webp);
}
@media (max-width: 999px) {
  #recruit .btn a {
    -moz-column-gap: 10px;
         column-gap: 10px;
    width: 190px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  #recruit .btn a {
    font-size: 12px;
    width: 180px;
    height: 40px;
  }
}
@media (max-width: 999px) {
  #recruit {
    padding: 70px 20px;
    margin-bottom: 40px;
  }
  #recruit h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  #recruit .catch {
    font-size: 34px;
    margin-bottom: 15px;
  }
  #recruit .text {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #recruit {
    padding: 50px 10px;
    margin-bottom: 30px;
  }
  #recruit h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  #recruit .catch {
    font-size: 22px;
    margin-bottom: 10px;
  }
  #recruit .catch br {
    display: none;
  }
  #recruit .text {
    font-size: 12px;
    margin-bottom: 30px;
  }
}

/* ----------------------------------------------
access
------------------------------------------------- */
#access h2 {
  text-align: center;
  margin-bottom: 38px;
}
#access .map {
  width: 100%;
  height: 528px;
}
#access .map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#access .data {
  background-color: #d7efe1;
  text-align: center;
  padding: 10px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  padding: 28px 10px 25px;
}
@media (max-width: 999px) {
  #access h2 {
    margin-bottom: 30px;
  }
  #access .map {
    height: 400px;
  }
  #access .data {
    padding: 15px 10px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #access h2 {
    margin-bottom: 20px;
  }
  #access .map {
    height: 300px;
  }
  #access .data {
    padding: 10px;
    font-size: 12px;
  }
}/*# sourceMappingURL=index.css.map */