@charset "UTF-8";
/* reset
--------------------------------------------------*/
/* 共通
--------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  line-height: 1.5;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  color: #333;
  margin: initial;
}

ul {
  padding-left: 0;
}

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

#contents {
  box-sizing: border-box;
  overflow: hidden;
}

.home .l-head_nav,
.home .l-gnav_sub {
  background: #f3fbf7;
}
.home .l-gnav::before,
.home .l-gnav::after {
  content: none;
}
.home .l-fnav ul {
  border-left: #aace3a 1px solid;
}
.home .l-spToggle > a {
  background: #007739;
}
.home .l-foot_nav_sp .content01 li,
.home .l-foot_nav_sp .content02 {
  border-top: 1px solid #aace3a;
}
.home .l-foot_nav_sp .content01 li.accdList::after {
  border-color: #007739 transparent transparent transparent;
}
.home .l-foot_nav_sp .content03 li a::after {
  border-top: 2px solid #007739;
  border-right: 2px solid #007739;
}
.home .l-spMenu_head,
.home .l-spMenu_list > li {
  color: #007739;
}
.home .l-spMenu_list > li {
  border-top: 1px solid #aace3a;
}
.home .l-spMenu_list {
  border-bottom: 1px solid #aace3a;
}
.home .l-spContact {
  background-color: #f3fbf7;
}
.home .l-spMenu_list .subMenulist li a {
  color: #007739;
}
.home .l-spMenu_list li.spAccd::after {
  color: #007739;
}
.home .l-spToggle > a.l-spContact_reserves img {
  height: 100%;
}

.p-main * {
  box-sizing: border-box;
}

.l-inner {
  max-width: 1080px;
  padding: 0 25px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    max-width: 550px;
    padding: 0 20px;
  }
}

.c-text {
  font-size: 1.6rem;
  line-height: 170%;
}

.c-text + .c-text {
  margin-top: 2.8rem;
}

.u-green {
  color: #007739;
  font-weight: 700;
}

.u-bg {
  background-color: #f3fbf7;
}

.u-dot {
  background-image: url(../img/front/dot.jpg);
}
@media screen and (max-width: 768px) {
  .u-dot {
    background-size: 300%;
  }
}

.u-dot2 {
  background-size: 60%;
  background-image: url(../img/front/dot2.jpg);
}
@media screen and (max-width: 768px) {
  .u-dot2 {
    background-size: 150%;
  }
}

.c-sectiontitle {
  font-size: 3.2rem;
  font-weight: 700;
  color: #007739;
  max-width: 37.5rem;
  padding: 5.8rem 0 0.4rem;
  border-bottom: #aace3a dashed 1px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-sectiontitle {
    font-size: 2.4rem;
  }
}

.c-sectiontitle span {
  position: absolute;
  right: 0;
  bottom: 0;
  background: linear-gradient(#edffea, #cae9d2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 7.2rem;
  font-weight: 700;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-sectiontitle span {
    font-size: 5.6rem;
  }
}

.u-bg .c-sectiontitle span {
  color: #fff;
  background: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  -webkit-text-stroke-color: #aace3a;
  -webkit-text-stroke-width: 1px;
}

.c-imgdot {
  position: relative;
}

.c-imgdot img {
  border-radius: 8px;
  position: relative;
  display: block;
}

.c-imgdot::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/front/about_bg01.jpg");
  background-size: cover;
  border-radius: 8px;
  position: absolute;
  top: 3rem;
  left: 3rem;
}
@media screen and (max-width: 768px) {
  .c-imgdot::before {
    background-size: 50rem;
    top: 2rem;
    left: 2rem;
  }
}

.c-button a {
  width: 100%;
  max-width: 33rem;
  margin: 0 auto;
  padding: 9px 44px 11px 24px;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  border-radius: 40px;
  background: linear-gradient(#02af55, #007739);
  text-decoration: none;
  display: block;
  position: relative;
  letter-spacing: 0;
  text-align: center;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .c-button a {
    font-size: 1.6rem;
    max-width: 28rem;
  }
}
.c-button a span {
  font-size: 3.2rem;
  line-height: 1;
  padding-left: 3px;
  padding-right: 1px;
  vertical-align: baseline;
}

.c-button a:before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("../img/front/right.svg");
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .p-course .c-button a {
    font-size: 1.2rem;
    padding: 10px 10px 10px 10px;
  }
  .p-course .c-button a span {
    font-size: 1.6rem;
  }
  .p-course .c-button a:before {
    right: 0px;
  }
}
.c-button2 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 33rem;
  height: 8rem;
  margin: 0 auto;
  padding: 0 20px;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  border-radius: 40px;
  background: linear-gradient(#02af55, #007739);
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .c-button2 a {
    font-size: 1.6rem;
    height: 6rem;
  }
}

.c-button a:hover,
.c-button2 a:hover {
  opacity: 0.8;
}

.u-number {
  font-size: 3.2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .u-number {
    font-size: 2.4rem;
  }
}

.p-mv {
  padding: 2rem 12.5vw;
  display: flex;
  gap: 2.7777777778vw;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-mv {
    flex-direction: column-reverse;
    padding: 3rem 2rem 2rem;
    gap: 0;
  }
}

.p-mv > div {
  width: calc(50% - 1.3888888889vw);
}
@media screen and (max-width: 768px) {
  .p-mv > div {
    width: initial;
  }
}

@media screen and (max-width: 768px) {
  .p-mv__contents {
    display: contents;
    width: 100%;
  }
}

.p-mv__main {
  font-size: 2.7777777778vw;
  font-weight: 500;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-mv__main {
    font-size: 2.8rem;
    order: 1;
  }
}

.p-mv__main span:first-of-type {
  color: #aace3a;
  font-size: 5vw;
}
@media screen and (max-width: 768px) {
  .p-mv__main span:first-of-type {
    font-size: 3.6rem;
  }
}

.p-mv__main span:last-of-type {
  color: #007739;
  font-size: 5vw;
}
@media screen and (max-width: 768px) {
  .p-mv__main span:last-of-type {
    font-size: 3.6rem;
  }
}

.p-mv__list {
  width: 100%;
  display: grid;
  gap: 0.6944444444vw;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .p-mv__list {
    max-width: 550px;
    margin: -7rem auto 0;
    position: relative;
    z-index: 2;
  }
}

.p-mv__list li {
  color: #fff;
  background: linear-gradient(#02af55, #007739);
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  text-align: center;
  font-size: max(18px, 1.3888888889vw);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-mv__list li {
    font-size: min(22px, 3.7333333333vw);
  }
}

.p-mv__img {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-mv__img {
    margin: -3rem calc(50% - 50vw) 0;
    width: 100dvw;
  }
}

.p-mv__img img {
  width: calc(100% - 8rem);
  aspect-ratio: 1;
  height: auto;
  object-fit: cover;
  border-radius: 3.2rem;
  display: block;
  margin: 4rem auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-mv__img img {
    width: calc(100% - 6rem);
    margin: 6rem auto 3rem;
    object-fit: contain;
  }
}

.p-mv__img::before {
  content: "";
  width: calc(100% - 8rem);
  aspect-ratio: 1;
  height: auto;
  border-radius: 3.2rem;
  background: linear-gradient(#edffea, #cae9d2);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-mv__img::before {
    width: calc(100% - 6rem);
  }
}

.p-mv__img::after {
  content: "";
  width: calc(100% - 8rem);
  aspect-ratio: 1;
  height: auto;
  background: url("../img/front/dot.jpg");
  background-size: 60rem;
  border-radius: 3.2rem;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-mv__img::after {
    width: calc(100% - 6rem);
  }
}

.p-mv__scroll {
  margin-top: 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .p-mv__scroll {
    order: -1;
    margin-top: 2rem;
  }
}

.p-mv__scroll p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #007739;
}
@media screen and (max-width: 768px) {
  .p-mv__scroll p {
    font-size: 1.2rem;
  }
}

.p-mv__scroll span {
  display: block;
  width: 8px;
  aspect-ratio: 1;
  height: auto;
  background: #aace3a;
  border-radius: 50%;
  animation: pathmove 3s ease-in-out infinite;
}

.p-mv__scroll span:nth-of-type(2) {
  animation-delay: 0.3s;
}

.p-mv__scroll span:nth-of-type(3) {
  animation-delay: 0.6s;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    background: #aace3a;
  }
  35% {
    background: #007739;
  }
  70% {
    background: #aace3a;
  }
}
.p-about__inner {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 2rem 4rem;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p-about__inner {
    grid-template-columns: 1fr;
  }
}

.p-about__img {
  width: 92%;
  margin-top: 6rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-about__img {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
}

.p-about__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 480/320;
}

.l-menu {
  margin-top: 12rem;
  padding: 6rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .l-menu {
    margin-top: 6rem;
    padding: 4rem 0 6rem;
  }
}

.p-menu__title {
  margin: 0 auto;
}

.p-menu__lead {
  margin-top: 4rem;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-menu__lead {
    font-size: 1.4rem;
    text-align: left;
  }
}

.p-menu__list {
  display: flex;
  justify-content: center;
  gap: 1rem 2.4rem;
  list-style: none;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-menu__list {
    flex-direction: column;
    max-width: 25rem;
    width: 100%;
    margin: 2rem auto 0;
  }
}

.p-menu__list a {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  background-color: #aace3a;
  border-radius: 4px;
  padding: 3px 20px;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .p-menu__list a {
    font-size: 1.8rem;
    width: 25rem;
    text-align: center;
  }
}

.p-menu__list a:hover {
  opacity: 0.8;
}

.p-menu__contents {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .p-menu__contents {
    margin-top: 4rem;
  }
}

.p-menubox {
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 0 4px rgba(0, 119, 57, 0.2);
}
@media screen and (max-width: 768px) {
  .p-menubox {
    display: flex;
    flex-direction: column;
    padding: 2rem;
  }
}

.p-menubox + .p-menubox {
  margin-top: 8rem;
}

.p-menubox__inner {
  padding: 4rem;
  display: flex;
  gap: 4rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-menubox__inner {
    padding: 2rem;
    flex-direction: column;
    display: contents;
  }
}

.p-menubox:nth-of-type(even) .p-menubox__inner {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-menubox:nth-of-type(even) .p-menubox__inner {
    flex-direction: column;
  }
}

.p-menubox__inner > div {
  width: calc(50% - 1rem);
}
@media screen and (max-width: 768px) {
  .p-menubox__inner > div {
    width: 100%;
  }
}

.p-menubox__img img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(0, 119, 57, 0.2);
}

@media screen and (max-width: 768px) {
  .p-menubox__contents {
    display: contents;
  }
}

.p-menubox__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  background-color: #aace3a;
  border-radius: 4px;
  padding: 3px 20px;
  margin: 0 auto;
  width: max-content;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-menubox__title {
    font-size: 2.2rem;
    width: 100%;
    margin-top: 2rem;
  }
}

.p-menubox__list {
  width: max-content;
  list-style: none;
  margin: 2.4rem auto 0;
  padding-bottom: 2.4rem;
  position: relative;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p-menubox__list {
    margin: 1.6rem auto 0;
    padding-bottom: 1.6rem;
  }
}

.p-menubox__list::before {
  content: "";
  width: 10rem;
  height: 1px;
  border-bottom: #aace3a 1px dashed;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.p-menubox__list li {
  font-size: 1.6rem;
  padding-left: 1rem;
  position: relative;
  line-height: 180%;
  font-weight: 500;
  width: fit-content;
  max-width: 100%;
}

.p-menubox__list li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #007739;
  border-radius: 50%;
  position: absolute;
  top: 1.2rem;
  left: 0;
}

.p-menubox__text {
  margin-top: 2.4rem;
  font-size: 1.4rem;
  line-height: 170%;
}
@media screen and (max-width: 768px) {
  .p-menubox__text {
    margin-top: 1.6rem;
    order: 1;
  }
}

.p-menubox__button {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-menubox__button {
    margin-top: 2rem;
    order: 1;
  }
}

.p-course {
  background: linear-gradient(#02af55, #007739);
  border-radius: 0 0 24px 24px;
  padding: 4rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-course {
    border-radius: 0;
    width: 100dvw;
    margin: 3.2rem calc(50% - 50vw) 0;
    padding: 2rem 1rem;
  }
}

.p-course::before {
  content: "W";
  width: fit-content;
  height: fit-content;
  font-size: 32rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: -6rem;
  left: -2rem;
}
@media screen and (max-width: 768px) {
  .p-course::before {
    font-size: 14rem;
    top: 0;
    left: -1rem;
  }
}

.p-course::after {
  content: "F";
  width: fit-content;
  height: fit-content;
  font-size: 32rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: -6rem;
  right: 0rem;
}
@media screen and (max-width: 768px) {
  .p-course::after {
    font-size: 14rem;
    top: 0;
  }
}

.p-course__title {
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-course__title {
    font-size: 2.2rem;
  }
}
.p-course__title span {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .p-course__title span {
    font-size: 3.2rem;
  }
}

.p-course__container {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .p-course__container {
    font-size: 2rem;
    gap: 1rem;
  }
}

.p-course__column {
  background-color: #fff;
  border-radius: 2rem;
  padding: 3rem;
}
@media screen and (max-width: 768px) {
  .p-course__column {
    padding: 1.5rem 0.5rem;
  }
}

.p-course__lead {
  color: #007739;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-course__lead {
    font-size: 1.4rem;
  }
}

.p-course__recommend {
  font-size: 2.4rem;
  font-weight: 700;
  color: #897562;
  text-align: center;
  padding: 1rem 0;
  margin-top: 2rem;
  background: linear-gradient(to right, #fff 0%, #f5f0dc 50%, #fff 100%);
}
@media screen and (max-width: 768px) {
  .p-course__recommend {
    margin-top: 1.2rem;
    font-size: 1.6rem;
    padding: 0;
  }
}
.p-course__recommend span {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .p-course__recommend span {
    font-size: 2rem;
  }
}

.p-course__column--f .p-course__recommend {
  color: #ec3e86;
  background: linear-gradient(to right, #fff 0%, #fbe7ea 50%, #fff 100%);
}

.p-course__img {
  max-width: 25rem;
  margin: 8px auto 0;
}
@media screen and (max-width: 768px) {
  .p-course__img {
    margin: 0 auto 0;
  }
}

.p-course__button {
  margin: 2rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-course__button {
    margin: 1.2rem auto 0;
  }
}

.l-case {
  padding: 6rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .l-case {
    padding: 4rem 0 0;
  }
}

.p-case__title {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-case__title {
    margin: 0 2rem;
  }
}

.p-case__contents {
  margin-top: 10rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-case__contents {
    margin-top: 6rem;
  }
}

.p-case__banner {
  margin: 8rem 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-case__banner {
    margin: 6rem 0 0;
  }
}

.home .swiper {
  position: relative;
  overflow: hidden;
}
.home .swiper-button-prev,
.home .swiper-button-next {
  top: 330px;
}
@media screen and (max-width: 768px) {
  .home .swiper-button-prev,
  .home .swiper-button-next {
    top: 250px;
  }
}
.home .swiper-button-prev {
  left: initial;
  right: 77%;
  width: 6rem;
  aspect-ratio: 1;
  height: auto;
  background: linear-gradient(#02af55, #007739);
  border-radius: 50%;
  transition: 0.3s opacity;
}
@media screen and (max-width: 768px) {
  .home .swiper-button-prev {
    width: 3rem;
    right: initial;
    left: 1%;
  }
}
.home .swiper-button-next {
  right: initial;
  left: 77%;
  width: 6rem;
  aspect-ratio: 1;
  height: auto;
  background: linear-gradient(#02af55, #007739);
  border-radius: 50%;
  transition: 0.3s opacity;
}
@media screen and (max-width: 768px) {
  .home .swiper-button-next {
    width: 3rem;
    left: initial;
    right: 1%;
  }
}
.home .swiper-button-next:hover,
.home .swiper-button-prev:hover {
  opacity: 0.8;
}
.home .swiper-button-next:after,
.home .swiper-button-prev:after {
  color: #fff;
  font-size: 2rem;
  width: 6rem;
  aspect-ratio: 1;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .home .swiper-pagination {
    margin-top: 3rem;
  }
}
.home .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 5px;
  background-color: #aace3a;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .home .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.home .swiper-pagination-bullet-active {
  background-color: #007739;
}

.p-casecard {
  background: #fff;
  border-radius: 2.4rem;
  box-shadow: rgba(0, 119, 57, 0.2) 0 0 4px;
  padding: 1rem 4rem;
  border: #efefef 1px solid;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-casecard {
    padding: 2rem 1rem 2rem 2rem;
  }
}

.p-casecard::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .p-casecard::after {
    content: "scroll >";
    font-size: 1.2rem;
    font-weight: 700;
    color: #007739;
    writing-mode: vertical-rl;
    position: absolute;
    bottom: 1rem;
    right: 0.5rem;
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .p-casecard__inner {
    max-height: 75dvh;
    overflow-y: scroll;
    padding: 0 1rem 0 0;
  }
}

.p-casecard__number {
  text-align: center;
  font-size: 2rem;
  color: #aace3a;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-casecard__number {
    font-size: 1.8rem;
    line-height: 1;
  }
}

.p-casecard__title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #007739;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-casecard__title {
    font-size: 2.2rem;
    margin-top: 0.4rem;
  }
}

.p-casecard__bar {
  width: 20rem;
  height: 1px;
  background-color: #007739;
  margin: 0 auto;
  position: relative;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .p-casecard__bar {
    width: 80%;
  }
}

.p-casecard__bar::before,
.p-casecard__bar::after {
  content: "";
  width: 5px;
  aspect-ratio: 1;
  height: auto;
  background-color: #007739;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.p-casecard__bar::before {
  left: 0;
}

.p-casecard__bar::after {
  right: 0;
}

.p-casecard__tag {
  margin-top: 1rem;
  list-style: none;
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-casecard__tag {
    width: 100%;
  }
}

.p-casecard__tag li {
  background: linear-gradient(#edffea, #cae9d2);
  font-size: 1.6rem;
  font-weight: 500;
  padding: 3px 16px;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .p-casecard__tag li {
    font-size: 1.4rem;
    padding: 1px 10px;
  }
}

.p-casecard__attention {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .p-casecard__attention {
    font-size: 1.2rem;
    line-height: 1;
  }
}

.p-casecard__img {
  margin: 1rem auto 0;
  display: flex;
  gap: 4rem;
  justify-content: center;
  width: 85%;
}
@media screen and (max-width: 768px) {
  .p-casecard__img {
    width: 100%;
    margin: 0.6rem auto 0;
    gap: 1.2rem;
  }
}

.p-casecard__column {
  max-width: 34rem;
  text-align: center;
}

.p-casecard__caption {
  color: #007739;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-casecard__caption {
    font-size: 1.4rem;
  }
}

.p-casecard__img img {
  display: block;
  border-radius: 4px;
  aspect-ratio: 340/253;
  object-fit: cover;
  height: auto;
}

.p-casecard__list {
  position: relative;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-casecard__list {
    margin-top: 1.6rem;
  }
}

.p-casecard__list > dt {
  left: 0;
  position: absolute;
  width: 16.5rem;
  padding: 3px 46px;
  background-color: #aace3a;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 20px;
  text-align: justify;
  height: 33px;
  letter-spacing: -0.08em;
}
@media screen and (max-width: 768px) {
  .p-casecard__list > dt {
    width: 12rem;
    position: relative;
    font-size: 1.4rem;
    padding: 1px 30px;
    height: 22px;
  }
}

.p-casecard__list > dt::after {
  content: "";
  display: inline-block;
  width: 100%; /* ← justifyを発動させるため */
}

.p-casecard__list > dt:not(:first-of-type) {
  margin: 2rem 0 0 0;
  padding: 3px 16px;
}
@media screen and (max-width: 768px) {
  .p-casecard__list > dt:not(:first-of-type) {
    margin: 1.2rem 0 0 0;
    padding: 1px 10px;
  }
}

.p-casecard__list > dd {
  padding-left: 18rem;
  margin: 2rem 0 0 0;
  font-size: 1.6rem;
  line-height: 150%;
}
.p-casecard__list > dd span {
  display: block;
  margin: 8px 0 6px;
}
.p-casecard__list > dd span.title {
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-casecard__list > dd {
    padding-left: 0;
    margin: 0.4rem 0 0 0;
    font-size: 1.4rem;
  }
  .p-casecard__list > dd span {
    margin: 6px 0 4px;
  }
  .p-casecard__list > dd span.title {
    font-size: 1.6rem;
  }
}
.p-casecard__list > dd .u-smaller {
  font-size: smaller;
  line-height: 130%;
  font-weight: 400;
  margin-top: 0;
}
.p-casecard__list > dd .u-smaller2 {
  font-size: smaller;
  line-height: 130%;
  font-weight: 400;
}

.p-casecard__list .sub {
  position: relative;
  margin: 0;
}

.p-casecard__list .sub > dt {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-casecard__list .sub > dt {
    font-weight: 700;
    left: 0;
  }
}

.p-casecard__list .sub > dd {
  margin-left: 0;
}

.p-casecard__list .sub > dd:last-of-type {
  margin-left: 0;
}

.l-doctor {
  padding: 6rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .l-doctor {
    padding: 4rem 0 6rem;
  }
}

.p-doctor__title {
  margin: 0 auto;
}

.p-doctor__contents {
  margin-top: 8rem;
  display: flex;
  gap: 6rem 7rem;
}
@media screen and (max-width: 768px) {
  .p-doctor__contents {
    margin-top: 4rem;
    flex-direction: column;
  }
}

.p-doctor__column {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 768px) {
  .p-doctor__column {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-doctor__img {
    width: calc(100% - 2rem);
  }
}

.p-doctor__img img {
  width: 100%;
}

.p-doctor__text {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-doctor__text {
    margin-top: 4rem;
    font-size: 1.4rem;
  }
}

.p-doctor__name {
  margin-top: 2rem;
  text-align: right;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-doctor__name {
    font-size: 2.2rem;
  }
}

.p-doctor__name span {
  font-size: 1.4rem;
  font-weight: 400;
  padding-right: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-doctor__name span {
    font-size: 1.2rem;
  }
}

.p-doctor__sns {
  display: flex;
  justify-content: end;
  gap: 8px;
  list-style: none;
  margin-top: 8px;
}

.p-doctor__sns li img {
  width: 3.2rem;
  aspect-ratio: 1;
  height: auto;
}

.p-doctor__tag {
  padding: 3px 16px;
  background-color: #aace3a;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 20px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-doctor__tag {
    font-size: 1.4rem;
  }
}

.p-doctor__list {
  position: relative;
  margin: 0;
  margin-top: 2rem;
}

.p-doctor__list dt {
  width: 12rem;
  position: absolute;
  left: 0;
  margin: 0;
  padding: 8px 0 0 0;
}
@media screen and (max-width: 768px) {
  .p-doctor__list dt {
    font-weight: 500;
    font-size: 1.4rem;
    width: 8rem;
  }
}

.p-doctor__list dd {
  border-bottom: #aace3a 1px dashed;
  margin: 0;
  padding: 8px 0 8px 12rem;
}
@media screen and (max-width: 768px) {
  .p-doctor__list dd {
    font-size: 1.4rem;
    padding: 8px 0 8px 8rem;
  }
}

.p-doctor__button {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .p-doctor__button {
    margin-top: 4rem;
  }
}

.p-access {
  padding: 6rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-access {
    padding: 4rem 0 0;
  }
}

.p-access__title {
  margin: 0 auto;
}

.p-access__container {
  margin-top: 8rem;
  display: flex;
  gap: 4rem 7rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-access__container {
    flex-direction: column;
    margin-top: 4rem;
  }
}

.p-access__column {
  width: calc(50% - 2rem);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-access__column {
    width: 100%;
  }
}

.p-access__tag {
  padding: 3px 20px;
  background-color: #aace3a;
  color: #fff;
  font-size: 2rem;
  border-radius: 20px;
  display: inline-block;
}

.p-access__list {
  margin: 4rem auto 0;
  position: relative;
  text-align: left;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-access__list {
    width: 100%;
  }
}

.p-access__list dt {
  position: absolute;
  left: 0;
  width: 10rem;
  padding-top: 1rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-access__list dt {
    font-size: 1.4rem;
    font-weight: 500;
  }
}

.p-access__list dd {
  padding: 1rem 0 1rem 10rem;
  border-bottom: 1px #aace3a dashed;
  max-width: 36rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-access__list dd {
    font-size: 1.4rem;
  }
}

.p-access__map {
  margin-top: 12rem;
  width: 100%;
  aspect-ratio: 1440/300;
  height: auto;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-access__map {
    margin-top: 6rem;
    aspect-ratio: 375/283;
  }
}

.p-access__map iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.l-contact {
  padding: 6rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .l-contact {
    padding: 4rem 0 6rem;
  }
}

.p-contact__title {
  margin: 0 auto;
}

.p-contact__text {
  text-align: center;
  margin-top: 4rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-contact__text {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
}

.p-contact__buttons {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem 4rem;
}
@media screen and (max-width: 768px) {
  .p-contact__buttons {
    flex-direction: column;
    margin-top: 2rem;
  }
}

.p-contact__button a {
  width: 33rem;
}/*# sourceMappingURL=front2.css.map */