@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 0vw;
}

html {
  font-size: 62.5%;
}

body {
  font-weight: 400;
  font-family: YakuHanMP, "Cambria", "Noto Serif JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.075rem;
  color: #333;
  overflow-x: hidden;
}

#loading {
  transition: all 1s; /*ローディングにかかる時間*/
  background-color: white;
  z-index: 999;
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.spin {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid white;
  border-top-color: #5FD264;
  border-right-color: #5FD264;
  border-bottom-color: #5FD264;
  animation: spin 0.6s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}

.swiper {
  z-index: -1;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

a {
  text-decoration: none;
  transition: 0.5s all;
}

.font-xs, .next a,
.prev a, .blog-txt, .blog-date, .more-btn a, .main-title .en {
  font-size: clamp(1.3rem, 1.227rem + 0.36vw, 1.5rem);
}

.font-sm, .detail-txt, .page-title .en, .sub-title, body {
  font-size: clamp(1.4rem, 1.331rem + 0.31vw, 1.7rem);
}

.font-md, .service-txt span, .doctor-profile-title, .top-txt, .pagebar {
  font-size: clamp(1.4rem, 1.218rem + 0.91vw, 1.9rem);
}

.font-lr, .treatment-title, .treatment-subtitle, .parttime-title, .concept-list-title, .detail-ttl {
  font-size: clamp(1.7rem, 1.373rem + 1.64vw, 2.6rem);
}

.font-lg, .flow-title, .main-title {
  font-size: clamp(2.5rem, 2.246rem + 1.13vw, 3.6rem);
}

.main-title {
  position: relative;
  color: #5FD264;
  font-weight: 500;
  letter-spacing: 0.2rem;
  display: inline-block;
}
.main-title::before {
  position: absolute;
  content: "";
  background: url(../images/clover_ico.svg) no-repeat center/contain;
  width: 0.5em;
  height: 0.5em;
}
.main-title .en {
  letter-spacing: 0.2em;
  margin-top: 0.1rem;
  display: block;
}
@media screen and (max-width: 960px) {
  .main-title .en {
    text-align: center;
  }
}
.main-title.vertical-rl {
  line-height: 0.8;
  writing-mode: vertical-rl;
  padding-top: 0.65em;
}
@media screen and (max-width: 960px) {
  .main-title.vertical-rl {
    line-height: 1;
    padding: 0 0.65em;
  }
}
.main-title.vertical-rl::before {
  top: 0;
  right: 0.1em;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .main-title.vertical-rl::before {
    top: 0.25em;
    left: 0;
    right: auto;
  }
}
@media screen and (max-width: 960px) {
  .main-title.vertical-rl {
    writing-mode: horizontal-tb;
    margin: 0 auto;
  }
  .main-title.vertical-rl .en {
    margin-top: 0.5em;
  }
}
.main-title.horizontal-tb {
  line-height: 1.2;
  padding-left: 0.65em;
  margin: 0 auto;
}
.main-title.horizontal-tb::before {
  top: 0.35em;
  left: 0;
}
.main-title.horizontal-tb .en {
  text-align: center;
}

.sub-title._black {
  color: #333;
}

.more-btn a {
  position: relative;
  color: #333;
  padding-right: 45px;
  font-family: "Noto Sans JP";
  letter-spacing: 0.1rem;
  transition: 0.5s all;
}
.more-btn a::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/arrows_green.svg) no-repeat center/contain;
  transition: 0.5s all;
}
.more-btn a:hover {
  opacity: 0.6;
}
.more-btn a:hover::before {
  right: -0.5em;
}

.mb-sm, .sub-title {
  margin-bottom: 16px;
}

.mb-lg {
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .mb-lg {
    margin-bottom: 150px;
  }
}

.pb-sm {
  padding-bottom: 16px;
}

.pb-lg {
  padding-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .pb-lg {
    padding-bottom: 150px;
  }
}

.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

.inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1070px;
}

.flex {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 960px) {
  .flex {
    flex-direction: column;
    flex-wrap: wrap;
  }
}

.pc {
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .sp {
    display: inline-block;
  }
}

.news-list li {
  font-family: "Noto Sans JP";
  margin: 3rem 0 1rem;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .news-list li {
    flex-direction: column;
    align-items: flex-start;
  }
}
.news-list li a {
  transition: 0.3s all;
  width: 100%;
  color: #333;
  padding: 1.25em 0;
  display: block;
}
.news-list li a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 600px) {
  .news-list li a {
    padding: 0.25em 0 1em;
  }
}
.news-list .news-date {
  margin: 0 3em 0 1em;
}
@media screen and (max-width: 600px) {
  .news-list .news-date {
    display: block;
    margin: 0;
  }
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -50px;
}
@media screen and (max-width: 960px) {
  .blog-list {
    margin-left: 0;
  }
}
.blog-list li {
  width: calc(33.3333333333% - 50px);
  margin-left: 50px;
}
@media screen and (max-width: 960px) {
  .blog-list li {
    margin-top: 40px;
    width: 100%;
    margin-left: 0;
  }
}
.blog-list a {
  font-family: "Noto Sans JP";
  color: #333;
}
.blog-list a img {
  transform: scale(1);
  transition: 0.5s all;
}
.blog-list a:hover {
  opacity: 0.5;
}
.blog-list a:hover img {
  transform: scale(1.1);
}

.blog-thum {
  border-radius: 10px;
  overflow: hidden;
}
.blog-thum img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 14/9;
}

.blog-ttl {
  font-weight: 500;
}

.blog-date {
  font-weight: 400;
  margin: 1em 0 0.25em;
  display: block;
}

.blog-txt {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #909090;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: text;
    text-decoration: none;
  }
}
@media screen and (max-width: 960px) {
  img {
    image-rendering: auto;
  }
}
.container {
  padding: 100px 0 0;
}
@media screen and (max-width: 960px) {
  .container {
    padding: 70px 0 0;
  }
}

.section_content {
  padding: 120px 0;
}
@media screen and (max-width: 960px) {
  .section_content {
    padding: 80px 0;
  }
}

.sub-txt {
  line-height: 2;
}

.bg-rightgreen {
  background: #F5FFF0;
}

.page-title_wrap {
  position: relative;
  z-index: 0;
}
.page-title_wrap._clinic {
  background: url(../images/page-title_clinic.webp) no-repeat center bottom/cover;
}
.page-title_wrap._doctor {
  background: url(../images/page-title_doctor.webp) no-repeat center/cover;
}
.page-title_wrap._treatment {
  background: url(../images/page-title_treatment.webp) no-repeat center/cover;
}
.page-title_wrap._white {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: clamp(500px, 30vw, 800px);
  color: white;
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .page-title_wrap._white {
    height: 300px;
    margin-bottom: 50px;
  }
}
.page-title_wrap._white::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(134, 163, 152, 0.4);
  mix-blend-mode: multiply;
  z-index: -1;
}
.page-title_wrap._white::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 10vw;
  left: 0;
  right: 0;
  bottom: -1px;
  display: block;
  background: url(../images/hero_btm.svg) no-repeat center bottom/101%;
  z-index: 100;
}
.page-title_wrap._white .jp::before {
  background: white;
}

.page-title {
  font-size: clamp(2.8rem, 2.477rem + 1.44vw, 4.2rem);
  font-weight: 500;
  letter-spacing: 0.2rem;
  text-align: center;
}
.page-title .jp {
  display: block;
  position: relative;
  padding-bottom: 12px;
}
.page-title .jp::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  width: 50px;
  background: #333;
}
.page-title .en {
  padding-top: 12px;
  letter-spacing: 0.1em;
  display: block;
}

.sub-title {
  color: #5FD264;
  font-size: 3rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 480px) {
  .sub-title {
    font-size: 6.5vw;
  }
}

.top-txt {
  line-height: 1.8;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .top-txt {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .top-txt {
    text-align: left;
  }
}

.pagebar {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.this-page,
.pagebar a {
  width: 35px;
  height: 35px;
  margin: 0 5px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
  position: relative;
}
@media screen and (max-width: 600px) {
  .this-page,
  .pagebar a {
    width: 20px;
    height: 20px;
  }
}

.this-page,
.pagebar a:hover {
  color: #A59669;
}

.next a:hover,
.prev a:hover {
  color: #A59669;
}

.next {
  margin-left: 1rem;
}

.prev {
  margin-right: 1rem;
}

.news,
.blog,
.detail {
  padding-bottom: 140px;
}
@media screen and (max-width: 960px) {
  .news,
  .blog,
  .detail {
    padding-bottom: 80px;
  }
}

.page-title_wrap {
  padding: 80px 0;
}
@media screen and (max-width: 960px) {
  .page-title_wrap {
    padding: 40px 0;
  }
}

.news-list li a {
  position: relative;
  padding-right: 3em;
}
@media screen and (max-width: 960px) {
  .news-list li a {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    margin-bottom: 0.75em;
  }
}
.news-list li a::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  background: url(../images/arrows_black.svg) no-repeat center/contain;
  width: 1.5em;
  height: 1.5em;
  transition: 0.5s all;
}
.news-list li a:hover::before {
  right: 0.5em;
}

.blog-list li {
  margin-top: 0;
  margin-bottom: 6rem;
}
@media screen and (max-width: 600px) {
  .blog-list li {
    margin-bottom: 4rem;
  }
}

.blog .pagebar {
  margin-top: 20px;
}

.detail-date {
  margin-bottom: 1rem;
}

.detail-ttl {
  line-height: 1.4;
  font-weight: 400;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #333;
}

.detail-pict {
  margin-bottom: 3rem;
}
.detail-pict img {
  width: 100%;
}

.detail-txt {
  font-family: "Noto Sans JP";
  line-height: 1.8;
}
.detail-txt a {
  color: #415EA6;
  text-decoration: underline;
}
.detail-txt a:hover {
  text-decoration: none;
}

.more-btn {
  margin-top: 10rem;
  text-align: center;
}

.clinic {
  overflow: hidden;
  padding-top: 0;
}
.clinic .sub-img img {
  overflow: hidden;
}

.clinic-block_01 .sub-txt {
  margin-right: 5vw;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .clinic-block_01 .sub-txt {
    margin-right: 0;
  }
}
.clinic-block_01 .txt-box {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .clinic-block_01 .txt-box {
    width: 100%;
    padding: 0 3vw;
  }
}
.clinic-block_01 .sub-img {
  margin: 0 clamp(-650px, 35% - 35vw, -650px) 0 0;
}
@media screen and (max-width: 960px) {
  .clinic-block_01 .sub-img {
    margin: 0;
  }
}
.clinic-block_01 .sub-img img {
  border-radius: 15px;
  width: clamp(550px, 35vw, 650px);
}
@media screen and (max-width: 960px) {
  .clinic-block_01 .sub-img img {
    width: 100%;
  }
}

.clinic-block_02 {
  margin-top: 80px;
}
.clinic-block_02 .flex {
  align-items: center;
}
@media screen and (max-width: 960px) {
  .clinic-block_02 .flex {
    margin-top: 60px;
    flex-direction: column-reverse;
  }
}
.clinic-block_02 .txt-box {
  width: 50%;
  padding: 0 0 0 5vw;
}
@media screen and (max-width: 960px) {
  .clinic-block_02 .txt-box {
    width: 100%;
    padding: 0 3vw;
  }
}
.clinic-block_02 .sub-img {
  margin: 0 0 0 calc(50% - 50vw);
  border-radius: 15px;
}
@media screen and (max-width: 960px) {
  .clinic-block_02 .sub-img {
    margin-top: 40px;
  }
}
.clinic-block_02 .sub-img img {
  width: 50vw;
  border-radius: 0 15px 15px 0;
}
@media screen and (max-width: 960px) {
  .clinic-block_02 .sub-img img {
    width: 100%;
  }
}

.facility {
  overflow: hidden;
  text-align: center;
}

.facility-list {
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: -60px;
  margin-left: -80px;
}
.facility-list li {
  font-family: "Noto Sans JP";
  width: calc(50% - 80px);
  margin-left: 80px;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .facility-list li {
    width: calc(100% - 80px);
    margin-bottom: 40px;
  }
}
.facility-list li:nth-child(even) .blur {
  transition-delay: 0.5s;
}
@media screen and (max-width: 960px) {
  .facility-list li:nth-child(even) .blur {
    transition-delay: 0;
  }
}

.facility-list-img img {
  width: 100%;
}

.facility-list-title {
  font-size: clamp(2rem, 1.908rem + 0.41vw, 2.4rem);
  letter-spacing: 0.2rem;
  font-weight: 500;
  padding: 1.75rem 0;
  border-bottom: 1px solid #333;
  margin-bottom: 1.5rem;
}

.facility-list-txt {
  text-align: left;
  line-height: 1.8;
}

.view {
  background: url(../images/green_bg_top.svg) no-repeat bottom -1px center/100%;
  text-align: center;
  padding-bottom: 15%;
}
@media screen and (max-width: 960px) {
  .view {
    padding-bottom: 25%;
  }
}

.view-txt {
  background: #5FD264;
  color: white;
  padding: 1rem 0 0.75rem;
  margin-top: 40px;
  margin-bottom: 1.5rem;
}
.view-txt span {
  position: relative;
  padding-left: 1.5em;
}
.view-txt span::before {
  position: absolute;
  content: "";
  background: url(../images/cursor_ico.svg) no-repeat center/contain;
  width: 1em;
  height: 1em;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.concept {
  padding: 60px 0 180px;
  background: #F5FFF0;
  text-align: center;
}

.concept-list {
  margin-top: 60px;
}
.concept-list li {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .concept-list li {
    flex-direction: column;
  }
}
.concept-list li:not(:last-child) {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc;
}

.concept-list-logo {
  width: 45%;
  text-align: center;
  background: white;
  padding: 0 20px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.concept-list-logo img {
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .concept-list-logo {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.concept-txt-box {
  width: 55%;
  padding-left: 40px;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .concept-txt-box {
    width: 100%;
    padding-left: 0;
  }
}

.concept-list-title {
  color: #5FD264;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media screen and (max-width: 960px) {
  .concept-list-title {
    margin-bottom: 0.5rem;
  }
}

.concept-list-txt {
  line-height: 1.8;
}

.doctor {
  overflow: hidden;
  padding-top: 0;
}

.main-doctor-block {
  margin-bottom: 100px;
}
.main-doctor-block:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  .main-doctor-block:nth-of-type(even) {
    flex-direction: column;
  }
}
@media screen and (max-width: 960px) {
  .main-doctor-block {
    align-items: center;
  }
}
.main-doctor-block:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .main-doctor-block .job {
    margin-bottom: 0.25rem;
  }
}
.main-doctor-block .name-box {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .main-doctor-block .name-box {
    flex-direction: column;
  }
}
.main-doctor-block .name-box .name {
  display: flex;
  align-items: center;
  font-size: 3rem;
  margin-left: 1.5rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 600px) {
  .main-doctor-block .name-box .name {
    margin-left: 0;
    flex-direction: column;
  }
}
.main-doctor-block .name-box .name span {
  font-size: clamp(1.2rem, 1.085rem + 0.51vw, 1.7rem);
  margin-left: 2rem;
}
@media screen and (max-width: 600px) {
  .main-doctor-block .name-box .name span {
    margin-left: 0;
  }
}
.main-doctor-block .sub-img {
  width: 40%;
}
@media screen and (max-width: 960px) {
  .main-doctor-block .sub-img {
    width: min(450px, 70%);
    margin-bottom: 30px;
  }
}
.main-doctor-block .txt-box {
  width: 60%;
  padding: 0 6%;
}
@media screen and (max-width: 960px) {
  .main-doctor-block .txt-box {
    width: 100%;
    padding: 0 3vw;
  }
}

.job {
  font-family: "Noto Sans JP";
}

.doctor-profile-title {
  display: block;
  color: #5FD264;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.doctor-profile {
  font-family: "Noto Sans JP";
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 960px) {
  .doctor-profile {
    margin-top: 2rem;
    padding-top: 2rem;
  }
}

.doctor-profile-list li {
  margin-bottom: 0.75rem;
  line-height: 1.4;
}
.doctor-profile-list li span {
  display: block;
  margin-top: 1.5rem;
  font-weight: bold;
}

.parttime-title {
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #5FD264;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .parttime-title {
    text-align: center;
  }
}

.parttime-list {
  margin-left: -60px;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .parttime-list {
    flex-direction: row;
    margin-left: -40px;
  }
}
@media screen and (max-width: 600px) {
  .parttime-list {
    margin-left: 0;
  }
}
.parttime-list > li {
  width: calc(33.3333333333% - 60px);
  margin-left: 60px;
}
@media screen and (max-width: 960px) {
  .parttime-list > li {
    width: calc(50% - 40px);
    margin-left: 40px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .parttime-list > li {
    width: 100%;
    margin-left: 0;
  }
}
.parttime-list > li .sub-txt,
.parttime-list > li .doctor-profile {
  font-size: 1.5rem;
}
.parttime-list .sub-img {
  margin-bottom: 3rem;
}
@media screen and (max-width: 960px) {
  .parttime-list .sub-img {
    width: min(350px, 60%);
    margin: 0 auto 1.5rem;
  }
}
@media screen and (max-width: 960px) {
  .parttime-list .job {
    text-align: center;
  }
}
.parttime-list .name {
  margin-top: 0.5rem;
  font-size: 2.6rem;
  line-height: 1.4;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 960px) {
  .parttime-list .name {
    text-align: center;
  }
}
.parttime-list .name span {
  display: block;
  font-size: clamp(1.2rem, 1.085rem + 0.51vw, 1.7rem);
  margin-bottom: 1rem;
}
@media screen and (max-width: 960px) {
  .parttime-list .name span {
    margin-left: 0;
    margin-bottom: 1.5rem;
  }
}

.treatment {
  padding: 0;
}

.treatment-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -80px;
  margin-bottom: -80px;
}
.treatment-list li {
  width: calc(50% - 80px);
  margin-left: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .treatment-list li {
    width: calc(100% - 80px);
  }
  .treatment-list li img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .treatment-list li {
    margin-bottom: 40px;
  }
}
.treatment-list .img-box {
  border-radius: 15px;
  overflow: hidden;
}
.treatment-list .txt-box {
  background: #F5FFF0;
  font-family: "Noto Sans JP";
  padding: 50px;
  border-radius: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 480px) {
  .treatment-list .txt-box {
    padding: 30px 25px;
  }
}

.treatment-title {
  font-weight: 500;
  text-align: center;
  padding: 0.75rem 0;
  letter-spacing: 0.3rem;
  background: #5FD264;
  color: white;
  font-family: "Noto Sans JP";
}

.treatment-subtitle {
  color: #5FD264;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media screen and (max-width: 480px) {
  .treatment-subtitle {
    margin-bottom: 1rem;
  }
}

.treatment-txt {
  line-height: 2;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -60px;
}
@media screen and (max-width: 960px) {
  .service-list {
    margin-bottom: -50px;
  }
}
.service-list li {
  width: calc(33.3333333333% - 60px);
  margin-left: 60px;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 960px) {
  .service-list li {
    width: calc(50% - 60px);
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .service-list li {
    padding: 0 20px;
    width: calc(100% - 60px);
  }
}

.service-title {
  font-size: 2.4rem;
  color: #5FD264;
  font-weight: 500;
  border-bottom: 1px solid #93d587;
  text-align: center;
  padding-bottom: 2rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 600px) {
  .service-title {
    padding-bottom: 1rem;
  }
}

.service-txt {
  line-height: 1.8;
}
.service-txt span {
  display: block;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.5rem;
}

.flow .inner {
  position: relative;
  background: white;
  padding: 120px 80px;
  border-radius: 20px;
}
@media screen and (max-width: 960px) {
  .flow .inner {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 600px) {
  .flow .inner {
    padding: 80px 15px;
  }
}

.flow-title {
  font-weight: 500;
  position: absolute;
  top: -0.5em;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 1;
  text-align: center;
  color: #5FD264;
}

.flow-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -50px;
  margin-bottom: -80px;
  counter-reset: number 0;
}
@media screen and (max-width: 960px) {
  .flow-list {
    margin-left: -40px;
  }
}
@media screen and (max-width: 600px) {
  .flow-list {
    margin-left: 0;
  }
}
.flow-list li {
  font-family: "Noto Sans JP";
  width: calc(33.3333333333% - 50px);
  margin-left: 50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  .flow-list li {
    width: calc(50% - 40px);
    margin-left: 40px;
  }
}
@media screen and (max-width: 600px) {
  .flow-list li {
    width: min(280px, 90%);
    margin-left: 0;
    margin-bottom: 60px;
  }
}
.flow-list .img-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 250px;
  height: 250px;
  background: #F5FFF0;
  border-radius: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .flow-list .img-box {
    width: 200px;
    height: 200px;
  }
}
.flow-list .img-box::before {
  position: absolute;
  counter-increment: number 1;
  content: counter(number) " ";
  font-family: "Cambria";
  top: -0.75em;
  color: #5FD264;
  font-size: 4.5rem;
  text-align: center;
}
.flow-list .img-box .img-box_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #5FD264;
}
.flow-list .img-box .img-box_inner img {
  width: 90px;
}
@media screen and (max-width: 480px) {
  .flow-list .img-box .img-box_inner img {
    width: 70px;
  }
}
.flow-list .img-box .img-box_inner .img-box-txt {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 0.5rem;
}
.flow-list .img-box .img-box_inner .img-box-subtxt {
  font-size: clamp(1rem, 0.954rem + 0.21vw, 1.2rem);
  position: relative;
  padding: 0 1.2em;
  margin-top: 0.5rem;
}
.flow-list .img-box .img-box_inner .img-box-subtxt::before, .flow-list .img-box .img-box_inner .img-box-subtxt::after {
  position: absolute;
  content: "";
  background: url(../images/brackets.svg) no-repeat center/contain;
  width: 1.2em;
  height: 3em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.flow-list .img-box .img-box_inner .img-box-subtxt::before {
  left: 0;
}
.flow-list .img-box .img-box_inner .img-box-subtxt::after {
  right: 0;
  transform: scale(-1, 1);
}
.flow-list .flow-txt {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 1.5rem;
}/*# sourceMappingURL=sub.css.map */