
/* style.css */
html,
body,
h1,
h2,
h3,
p,
ul,
li,
dl,
dt,
dd,
span,
figure {
    margin: 0;
    padding: 0;
    line-height: 1.0;
    font-family: "M PLUS 1", sans-serif;
}

ul {
    list-style: none;
}

li {
  color: #000;
}

a {
    text-decoration: none;
    color: #000;
}

p {
  color: #000;
  font-size: 18px;
}


@media(min-width:768px){
    .pc-none{
        display: none !important;
    }
}
@media(max-width:768px){
    .sp-none{
        display: none !important;
    }
}

html,body {
  margin: 0;
  padding: 0;
}

body {
    font-family: 'Yu gothic','lato','Hiragino kaku gothic proN' , 'meiryo' ,sans-serif !important;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #fcfcfc;
}

.top {
    position: relative;
}

.header_logo img {
    width: 20vw;
    max-width: 300px;
    position: absolute;
    left: 5vw;
    top: 2.0vw;
}

.topview {
    margin-top: 0;
    width: 100%;
    background-size: cover;
    background-position: center top;
    object-fit: cover;
    min-height: 500px;
    height: 100%;
    position: relative;
}

.h1top {
    position: absolute;
    top: 50%;
    left: 120px;
    color: #00A543;
    font-size: 2vw;
    font-weight: bold;
    line-height: 1.5;
}

.h1line {
    display: block;
    background-color: #ffffff;
    padding: 12px;
    margin-bottom: 8px;
    width: fit-content;
}

.viewcontainer img {
    margin-top: 0;
    max-width: 100%;
    display: block;
}

.top_btn_group {
    position: absolute;
    bottom: 20%;
    right: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top_btn {
    padding: 0;
}

.top_btn img {
    display: block;
    max-width: 100%;
}

.btndetails {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #00A543;
    color: #ffffff;
    padding: 12px 32px;
    border-radius: 9999px;
    border: 2px solid #ffffff;
    text-decoration: none;
    font-size: 1.8vw;
    transition: background-color 0.3s ease,transform 0.1s ease, box-shadow 0.1s ease;
    min-width: 200px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
    justify-content: center;
}

.btndetails:hover {
    background-color: #008d38;
    transform: translateY(3px);
}

.btndetails:active {
    box-shadow: none;
    transform: translateY(3px);
}

.btndetails span{
    font-weight: bold;
}

.btndetails img {
    height: 1em;
    width: auto;
}

.decoration::before {
    content: url(../img/h2_before.png);
    width: 60%;
    margin: 20px;
}

.decoration::after {
    content: url(../img/h2_after.png);
    width: 60%;
    margin: 20px;
}

.message {
    margin: 110px 20px 120px 20px;
}

.top-message {
    margin: 0 0 120px 0;
    text-align: center;
}

.catch {
    display: flex;
    max-width: 1180px;
    margin: 0 auto;
}

.leftwrap {
    max-width: 60%;
}

.textmessage {
    margin: 0 0 50px 0;
    max-width: 850px;
}

.sp_rightwrap {
    display: none;
}

.rightwrap {
    max-width: 50%;
}

.rightwrap img {
    max-width: 100%;
}
.message p {
    line-height: 1.8;
    margin: 0 0 50px 0;

}

.sub {
    color: #0FB449;
    line-height: 1.8;
    font-size: 24px;
    font-weight:900;
}

.message img {
    margin-right: 0;
}

.worry {
    text-align: center;
    background-color: #fcfcfc;
}

.worry img{
    width: 100%;
    max-width: 1180px;
}


.strengths {
    margin-top: 112px;
    position: relative;
    z-index: 1;
    background-image:url('../img/strengts.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}

.strengths-container {
    margin-top: 160px;
    margin-bottom: 112px;
}

.points {
    text-align: center;
    max-width: 1180px;
    margin: 0 auto;
}

.points picture img {
    width: 100%;
    max-width: 1470px;
    justify-content: center;
    z-index: 1;
    margin-bottom: 48px;
}

.poimt-container {
    margin: 0 auto;
}

.pointsdetails {
    margin: 48px 0 112px 0 ;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.pointdetails-content {
    display: flex;
    background-color: #ffffff;
    max-width: 960px;
    width: 100%;
    border-radius: 20px;
    padding: 31px;
    margin: 0 auto 48px auto;
    box-sizing: border-box;
}

.pointimg {
    max-width: 100%;
    object-fit: cover; 
}

.pointdetails-content picture {
    padding-right: 57px;
    display: flex;
    align-items: center;
}

.pointdetails_sub {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.pointdetails_sub h3 {
    font-size: clamp(26px, 1.94vw, 30px);
    font-weight:bolder;
    line-height: 150%;
    margin-bottom: 16px;

}

.pointdetails_sub h3 span {
    color: #00A543;
}

.pointdetails_sub p {
    align-items: center;
    font-size: clamp(14px, 1.1111111111111112vw, 16px);
    margin: auto 0;
    line-height: 200%;
}


.middle-cta {
    max-width: 1920px;
    position: relative;
}

.middle-cta h2 img {
    max-width: 1440px;
    position: absolute;
    top: -180px;
    left: 0;
    background-repeat: no-repeat;
    position: relative;
    overflow: visible;
    background-size: contain;
}

.middle-catch {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.middle-catch-btn {
text-align: center;
    z-index: 2;
    font-weight: bold;
}

.middle-btn {
    text-align: center;
    padding: 0;
}

.middle-btn picture{
    display: block;
    max-width: 100%;
}

.middle-btn-details {
    display: inline-flex;
    gap: 8px;
    color: #00A543;
    background-color: #ffffff;
    border-radius: 32px;
    border: 4px solid #00A543;
    font-size: 24px;
    transition: background-color 0.3s ease, transform 0.1s ease, box-shadow 0.1s ease;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: 720px;
    height: 80px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.5);
}

.cvarea-illust {
    width: 550px;
    height: auto;
    position: absolute;
    z-index: -2;
    left: 5%;
    top: -35%;
}


.container {
    padding-bottom: 112px;
}

 .middle-btn-details:hover {
    background-color: #E6E6E6;
    transform: translateY(3px);
}

.middle-btn-details:active {
  box-shadow: none;
  transform: translateY(3px);
}

.middle-btn-details img{
    height: 1em;
    max-width: 60px;
    aspect-ratio: 1/1;
}

.middle-btn-details span {
    color: #00A543;
    text-align: center;
    font-size: 24px;
}

.middle-cta-head {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(to bottom, #00A543, #61E48F);
    color: #ffffff;
    position: relative;
    z-index: 10;

}


.middle-catch h2 {
    font-size: 40px;
    font-weight: 800;
    padding: 56px 0;
    text-shadow: 2px 2px 0 #00A543, 2px 2px 0 #00A543, -2px -2px 0 #00A543, 2px -2px 0 #00A543;
}

.flow {
    max-width: 100%;
    background-color: #FFFEF2;
    padding-top: 120px;
}

.flow h2 {
    font-size: 48px;
    color: #00A543;
    text-align: center;
    margin-bottom: 56px;
}

.steps {
    margin: 53px 10px 0 10px;
}

.stepdetails-list {
    margin: 53px auto 0 auto ;
    width: 100%;
    max-width: 1210px;
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
    justify-content: center;
    text-align: center;
}

.stepdetails {
    position: relative;
    z-index: 1;
    width: 15%;
    gap: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
}


.stepdetails h3 {
    font-size: 32px;
    color: #00A543;
    font-weight: bold;
}

.stepsub {
    position: relative;
    z-index: 2;
    width: 16vw;
    aspect-ratio: 1/1;
    align-self: stretch;
    font-size: 18px;
    font-weight: bold;
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    border: solid 4px #00A543;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-top: 20px;
}

.stepsub::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 100px;
  height: 4px;
  background-color: #00A543;
  z-index: 1;
}

.stepdetails:last-child .stepsub::before {
  display: none;
}

.stepdetails p {
    margin-top: 15px;
    font-size: clamp(14px, 1.1111111111111112vw, 16px);
    text-align: left;
    line-height: 1.5;
}


.content {
    padding: 198px 0 78px 0;
    background-color: #FFFEF2;
}

.content h2 {
    font-size: 48px;
    color: #00A543;
    text-align: center;
}

.content-list {
    margin: 56px auto 0 auto;
    max-width: 1024px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.content-details {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.content-img {
    max-width: 100%;
    object-fit: cover;
    display: block;
}

.content-text {
    width: 100%;
    background-color: #fff;
    padding: 16px;
    border-radius: 0 0 50px 50px;
    align-items: center;
    box-sizing: border-box;
    min-height: 350px;
}

.content-text h3 {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 32px;
    color: #00A543;
    text-align: center;
}

.content-text p {
     margin-top: 15px;
    font-size: clamp(14px, 1.1111111111111112vw, 16px);
    line-height: 200%;
    text-align: left;
}

.fare {
    display: block;
    font-size: 14px;
    text-align: right;
    line-height: 1.5;
}

.content-info {
    background-color: #ffffff;
    padding: 8px 16px;
    border-radius: 50px 50px;
    width: fit-content;
    font-size: 18px;
    text-align: right;
    margin-top: 40px;
}



.content-info-block {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    justify-content: end;
}

 .content-btn-group{
    margin-top: 110px;
    display: flex;
    flex-direction:column;
    align-items: center;
 }

 .content-btn {
    padding: 0;
    margin-bottom: 16px;
 }

 .content-btn img {
    max-width: 100%;
 }

.content-btndetails {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #00A543;
    color: #ffffff;
    border-radius: 9999px;
    box-shadow: 0px 4px 4px #9D9C95;
    text-decoration: none;
    font-size: 24px;
    aspect-ratio: 9/1;
    justify-content: center;
    transition: background-color 0.3s ease, transform 0.1s ease, box-shadow 0.1s ease;
    width: 100%;
    max-width: 720px;
    height: 80px;
}

 .content-btndetails:hover {
    background-color: #008d38;
    transform: translateY(3px);
}

 .content-btndetails:active {
  box-shadow: none;
  transform: translateY(4px);
}

.content-btndetails span{
    font-weight: bold;
}

.content-btndetails img{
    width: 60px;
    aspect-ratio: 1/1;
}

.comment {
    width: 100%;
    background-color: #fcfcfc;
    overflow:visible;
    position: relative;
}

.comment h2 {
    color: #00A543;
    font-size: 48px;
    text-align: center;
    margin-top: 64px;
}

.comment-list {
    margin-top: 50px;
    padding: 0;

}

.comment-img {
    height: auto;
    width: 100%;
}

.comment-img img {
    margin: 0 auto;
}

.pc-img {
  display: block !important;
  width: 100%;
  height: auto;
}

.sp-img {
  display: none !important;
  width: 100%;
  height: auto;
}

.slick-prev:before {
    content: '◀︎'!important;
    color: #00A543;
}

.slick-next:before {
    content: '▶︎'!important;
    color: #00A543;
}


.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
  z-index: 10;
}

.slick-prev:before,
.slick-next:before {
  font-size: 50px!important;
  color: #00A543!important;
}

.slick-dots li button:before {
  font-size: 40px !important;
  color: #00A543 !important;
}

.slick-dots {
  display: block !important;
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  text-align: center;
}

.slick-prev {
          top: 45%!important;
    left: 18vw !important;
}

.slick-next {
          top: 45%!important;
    right: 18vw !important;
}

.slick-prev::before {
    left :5px;
    position: absolute;
}

.slick-next::before {
    right :5px;
    position: absolute;
}

.greeting {
    margin : 100px 0;
    background-color: #fcfcfc;
}

.greeting h2 {
    font-size: 48px;
    color: #00A543;
    text-align: center;
    margin-bottom: 50px;
}

.greeting-details {
    display: flex;
    justify-content: center;
}

.greeting-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 1088px;
    overflow: hidden;
}

.greeting-image-wrapper img{
    width: 100%;
     background-size: cover;
     background-repeat: no-repeat;
     margin: 0 auto;
    display: block;
}

.greeting-text{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 80%;
    max-width: 800px;
    padding: 24px;
    box-sizing: border-box;
    z-index: 2;
  text-align: left;
    overflow-wrap: break-word;
}

.greeting-text p {
    font-size: clamp(14px, 1.1111111111111112vw, 20px);
    text-align: left;
    line-height: 1.5;
}

.p-main {
    position: relative;
    z-index: 1;
    font-size: 32px;
    font-weight: bold;
    color: #00A543;
}

.p-main img {
    position: absolute;
    z-index: -1;
    top: 90%;
    left: 20%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);   
    max-width: 50%;
}

.last-cta {
    background-image: url('../img/last-cta_back.jpg');
    display: flex;
    flex-direction: column;
    align-items: center;
}

.last-cta h2 {
    margin-top: 56px;
    text-align: center;
    color: #ffffff;
    font-size: 40px;
}

.last-btn img {
    margin-top: 56px;
    display: block;
    max-width: 100%;
    align-items: center;
}

.last-btn-details span {
        font-size: 24px;
        font-weight: bold;
    }

.last-btn-details {
    display: inline-flex;
    align-items: center;
        border-radius: 32px;
    gap: 8px;
    background-color: #ffffff;
    color: #00A543;
    border: 4px solid #00A543;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    font-size: 24px;
    max-width: 720px;
    height: 80px;
    width: 100%;
    justify-content: center;
    transition: background-color 0.3s ease, transform 0.1s ease, box-shadow 0.1s ease;
}

 .last-btn-details:hover {
    background-color: #E6E6E6;
    transform: translateY(3px);
}

.last-btn-details:active {
  box-shadow: none;
  transform: translateY(3px);
}

.last-btn-details img {
    width: 40px;
    height: 40px;
}

.consult {
    margin-top: 56px;
    color: #ffffff;
    font-size: 16px;
}

.call {
    margin-top: 10px;
    color: #ffffff;
    font-size: 16px;
}

.tell {
    margin-top: 24px;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 56px;
}

.tell a{
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
}

.schedule-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 16px;
  margin-bottom: 24px;
}
.schedule-table th,
.schedule-table td {
  border: 1px solid #ccc;
  padding: 12px;
  background-color: #FFFEF2;
}
.schedule-table th {
  background-color: #FFFEF2; /* 見出しは少し緑っぽく */
  color: #000;
}


.access {
    max-width: 1180px;
        padding: 120px 20px 120px 20px;
    margin: 0 auto;
    background-color: #fcfcfc;
}

.access-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch; 
    position: relative;
}

.access-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.access-right {
    flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; 
  align-items: flex-end;
  margin-left: 5px;
}

.access h2 {
    font-size: 48px;
    color: #00A543;
    text-align: center;
    margin-bottom: 50px;
}


.access-details {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 50px;
    gap: 10px;

}

.access-details img {
    width: 100%;
}



.access-station,
.access-time {
    background-color: #ffffff;
    border: solid 2px #00A543;
    width: 100px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2px;
    box-sizing: border-box;
    gap: 4px;
    font-size: 12px;
}

.access-station span {
    color: #00A543;
}

.access-sub {
    display: flex;
    gap: 7px;
    align-items: center;
    text-align: center;
}

.car-map img {
    text-align: center;
      align-items: center;
    max-width: 70%;
    margin: 24px 0 48px 0;
}



.openhours  img{
  max-width: 525px;
  margin: 0 auto;
  border-collapse: collapse;
  text-align: center;
  font-size: 16px;
  margin-bottom: 24px;
}

.access-map {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 75%;
    align-items: flex-end;
}

.access-map iframe {
   position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.SNS  {
     display: flex;
  justify-content: flex-end;
  gap: 24px;
  margin-top: 24px;
}

footer {
    background-color: #00A543;
    max-width: 100%;
    height: auto;
    text-align: center;
    margin: auto 0;
}

footer p {
    padding: 10px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    justify-content: center;
}


.accordion-toggle {
  display: none;
}

plus {
    display: none;
}

/* SPメディアクエリ */
@media (max-width: 768px) {
  /* アコーディオンの開閉切替 */
  .accordion-content {
    display: none;
  }
  .accordion-content.active {
    display: block;
  }

  /* SP用 accordion 表示 */
  .accordion-toggle {
    display: flex;
    background-color: #ffffff;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    padding: 16px 8px;
    border: 1px solid #0FB449;
    color: #00A543;
  }

  .accordion-icon {
    font-size: 24px;
    color: #00A543;
  }

 .content-heading {
    display: none;
  }

    .content-list {
    display: block;
  }

  .accordion-content {
    display: none;
  }
  .accordion-content.active {
    display: block;
  }


  .decoration::before {
    content: url(../img/h2_before_sp.png);
    margin: 10px;
}

.decoration::after {
    content: url(../img/h2_after_after.png);
        margin: 10px;
}


  .content-info {
    background-color: #ffffff;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    padding: 16px 6px;
    word-break: auto-phrase;
    text-align: left;
}

.comment {
    width: 100%;
    background-color: #fff;
    overflow:visible;
  position: relative;
}




.comment {
    margin-top: 20px;
}

.comment h2 {
    color: #00A543;
    font-size: 32px;
    text-align: center;
}

.comment-list {
    margin-top: 50px;
}


.slick-prev {
    left: 10px !important;
}

.slick-next {
    right: 10px !important;
}


.greeting {
 margin : 48px 0;
}

.greeting h2 {
    font-size: 32px;
    color: #00A543;
    text-align: center;
    margin-bottom: 32px;
}

.greeting-details {
    display: flex;
    justify-content: center;
}

.greeting-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 1000px;
    overflow: hidden;
}

.greeting-image-wrapper img{
    width: 100%;
     background-size: cover;
     background-repeat: no-repeat;
     margin: 0 auto;
    display: block;
}

.greeting-text{
    position: absolute;
    margin-top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 80%;
    max-width: 800px;
    padding: 12px;
    font-size: 14px;
    box-sizing: border-box;
    z-index: 2;
    overflow-wrap: break-word;
    background-size: cover;
}

.greeting-text p {
    font-size: 3.5vw;
    text-align: left;
    line-height: 1.5;
}

.p-main {
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: bold;
    color: #00A543;
}

.p-main img {
    position: absolute;
    z-index: -1;
    top: 90%;
    left: 20%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);   
    max-width: 50%;
}
}

@media screen and (width: 1440px) {
.greeting {
    padding: 110px 120px;
}
}

@media screen and (max-width: 768px) {

    .h2 {
        font-size: 32px;
    }

    .h3 {
        font-size: 16px;
    }

    .p {
        font-size: 16px;
    }
    .top {
    position: relative;
}

.header_logo img {
    margin: 18px 0 15px 25px;
        width: 25%;
    position: absolute;
    left: 0;
    top: 0;
    }

    .h1top{
    position: absolute;
    top: 50%;
    left: 10%;
    color: #00A543;
    font-weight: bold;
    line-height: 1.;
    font-size: clamp(18px, 1.3888888888888888vw, 22px);
    }

.h1line {
    display: block;
    background-color: #ffffff;
    padding: 6px;
    margin-bottom: 5px;
    width: fit-content;
}

.viewcontainer img {
    margin-top: 0;
    max-width: 100%;
    display: block;
}

.top_btn_group {
    position: absolute;
    bottom: 20%;
    right: auto;
    left: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top_btn {
    padding: 0;
}

.top_btn img {
    display: block;
    max-width: 100%;
    width: 80px;
}

.btndetails {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #00A543;
    color: #ffffff;
    text-decoration: none;
    font-size:  2.5vw;
    transition: background-color 0.3s ease;
    max-width: 160px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
}

.btndetails span{
    font-weight: bold;
}

.btndetails img {
    height: 1em;
    width: auto;
}

.message {
    margin: 0;
    padding: 0 16px;
}

.top-message {
    text-align: center;
    margin: 0;
}

.top-message img {
    width: 80%;
    padding: 60px 0 60px 0;
}

.sp_rightwrap {
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.sp_rightwrap img {
    width: 80%;
}

.rightwrap {
    display: none;
}


.leftwrap p{
    font-size: 16px;
        letter-spacing: 0;
        font-weight: bold;
}

.message p {
    margin: 48px 0 0 0;
}

.sub {
    font-size: 3.5vw;
    line-height: 1.4;
}


.catch {
    flex-direction: column-reverse;
    align-items: center;
  }

  .leftwrap,
  .rightwrap {
    width: 100%;
    max-width: 90%;
  }

  .rightwrap {
    align-items: center;
    text-align: center;
  }

  .rightwrap img {
    max-width: 90%;
    height: auto;
    margin: 0 auto;
  }

  
.worry {
    margin: 0;
    padding: 0;
    text-align: center;
}

.worry img{
    margin: 55px auto; 
    max-width: 100%;
}

.strengths {
    margin-top: 40px;
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 80px;
}


.strengths-container {
    margin: 40px 0 0 0;
}


.points {
    text-align: center;
}

.points h2 {
    font-size: 32px;
    color: #00A543;
    margin-bottom: 32px;
    z-index: 2;
    font-weight: bolder;
    white-space: normal;
}

.points picture img {
    width: 100%;
    max-width: 800px;
    justify-content: center;
    z-index: 1;
    margin-bottom:24px;
}


.pointsdetails {
    margin: 0;
    padding: 0 16px;
    display: flex;
    flex-flow: column;
}


.pointdetails-content {
    flex-direction: column;
    margin-bottom: 32px;
    max-width: 100%;
    padding: 10px;
    align-items: center;
    background-color: #ffffff;
    max-width: 100%;
    height: 10%;
    border-radius: 10px;
}

.pointdetails-content picture {
    width: 100%;
    padding: 0;
}

.pointdetails-content img {
    width: 80%;
    display: block;
    margin: 0 auto;
}

.pointdetails_sub {
    margin-top: 24px;
    width: 80%;
    text-align: center;
    display: flex;
}

.pointdetails_sub h3 {
    font-size: 16px;
    font-weight:bold;
    line-height: 1.7;
    margin-bottom: 16px;
}

.pointdetails_sub h3 span {
    color: #00A543;
    font-weight:bold;
    font-size: 24px;
}

.pointdetails_sub p {
    text-align: left;
    font-size: 16px;
}



.middle-cta {
    background-image: url(../img/middle-cta_sp.png);
    background-repeat: no-repeat;
    background-position: center;    overflow: visible;
    background-size: cover;
    padding: 27px 36px;

}




.middle-catch {
    position: relative;
    z-index: 2;
    display: block;
    margin-bottom: 18px;
}

.middle-catch h2 {
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    padding: 28px 0;
}

.micro {
    width: 130px;
}

.container {
    padding-bottom: 20px;
}

.middle-catch-btn {
    text-align: center;
}

.middle-btn {
    text-align: center;
    padding: 0;
}

.middle-btn picture{
    display: block;
    max-width: 100%;
}

.middle-btn-details {
    border: 2px solid #00A543;
    font-size: 16px;
    transition: background-color 0.3s ease;
    border-radius: 32px;
    margin: 0 10px;
    height: 40px;
    width: 50vw;
    justify-content: center;
    padding: 6px 80px;
}


.middle-btn-details img{
    height: 1em;
    width: auto;
}

.middle-btn-details span {
    font-size: 16px;
}



.flow {
    max-width: 100%;
    background-color: #FFFEF2;
    margin: 0;
    padding: 52px 16px;
}

.flow h2 {
    font-size: 32px;
    font-weight: bold;
    color: #00A543;
    text-align: center;
}

.steps {
    margin-top: 32px;
}

.stepdetails-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-wrap: wrap;
}

.stepdetails {
    width: 100%;
    flex-direction: row;
    z-index: 1;
    width: 15%;
    gap: 10px;
    display: flex;
    align-items: flex-start;
    text-align: left;
    justify-content: center;
}


.stepdetails h3 {
    font-size: 16px;
    color: #00A543;
    font-weight: bold;
    text-align: center;
    z-index: 2;
    gap: 8px;
    margin-top: 15px;
    width: 140px;
    height: 140px;
    aspect-ratio: 1/1;
    background-color: #fff;
    padding: 8px;
    border-radius: 20px;
    border: solid 2px #00A543;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.stepdetails .stepsub {
    all: unset;
    color: #000;
    font-weight: 400;
  }

.stepsub::before {
  display: none;
}

.stepdetails:last-child .stepsub::before {
  display: none;
}

.stepdetails p {
    margin-top: 15px;
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
}


.content {
     margin: 0;
    padding: 0 16px;
    background-color: #FFFEF2;
}

.content h2 {
    font-size: 32px;
    color: #00A543;
    text-align: center;
}


.content-details {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    height: 100%;
    margin-top: 20px;
    box-sizing: border-box;
    flex-grow: 1;
}

.content-img {
    max-width: 100%;
    object-fit: cover;
    display: block;
}

.content-text  {
    width: 100%;
    background-color: #fff;
    padding: 16px;
    border: 1px solid #00A543;
    align-items: center;
    box-sizing: border-box;
    min-height: 100px ;
    border-radius: 0;
}


.content-text h3 {
    font-size: 24px;
    color: #00A543;
    text-align: center;
}

.content-text p {
     margin-top: 15px;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}

 .content-btn-group{
    margin: 16px 0;
    background-color: #FFFEF2;
    margin-top: 48px;
    display: flex;
    flex-direction:column;
    align-items: center;
    padding-bottom: 16px;
 }

 .content-btn {
    padding: 0;
 }

 .content-btn img {
    max-width: 100%;
 }

.content-btndetails {
    padding: 6px 80px;
    border: #ffffff 2px solid;
    font-size: 16px;
    width: 50vw;
    justify-content: center;
    height: 40px;
    transition: background-color 0.3s ease;
}

.content-btndetails span{
    font-weight: bold;

}

.content-btndetails img{
    width: auto;
    height: 1em;
}

.last-cta {
    background-image: url('../img/last-cta_back.sp.jpg');
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.last-cta h2 {
    margin-top: 10vw;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
}

.pc-img {
   display: none !important;
  }
.sp-img {
  display: block !important;
  }

.slick-prev {
          top: 50%!important;
}

.slick-next {
          top: 50%!important;
}

.greeting-text{
    top: 40%;
}

.last-btn img {
    margin-top: 56px;
    display: block;
    max-width: 100%;
    align-items: center;
}

.last-btn-details {
    padding: 6px 80px;
        font-size: 16px;
        width: 50vw;
        justify-content: center;
        height: 40px;
}

.last-btn-details img {
    width: 5vw;
    height: auto;
    aspect-ratio: 1/1;
}

.last-btn-details span {
    font-size: 12px;
    font-weight: bold;
}


.consult {
    margin-top: 20px;
    color: #ffffff;
    font-size: 9px;
}

.call {
   font-size:9px;
}

.tell {
    margin-top: 24px;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 56px;
}

.tell {
    text-align: center;
    justify-content: center;
}

.tell img {
    width: 8vw;
}

.tell a {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}


.access {
    margin-top: 48px;
    padding: 0;
    max-width: 100%;

}

.access-container {
    flex-direction: column;
    justify-content: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .access-left,
  .access-right {
    width: auto;
  }

  .access-left {
    align-items: center; 
    text-align: center; 
  }

  .access-right {
    margin-top: 40px;
    text-align: center; 
    margin-left: 0;
}

.access h2 {
    font-size: 32px;
    color: #00A543;
    text-align: center;
    margin-bottom: 32px;
}


.access-details {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.access-details img { 
    max-width: 156px;
  }


.access-station,
.access-time {
    display: flex;
    background-color: #ffffff;
    border: solid 2px #00A543;
    width: 100px;
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2px;
    box-sizing: border-box;
    font-size: 10px;
}
.cvarea-illust-sp {
    text-align: center;
}
.access-station span {
    color: #00A543;
}

.access-sub {
    display: flex;
    gap: 7px;
    align-items: center;
    text-align: center
}

.schedule-table {
  width: 100%;
  text-align: center;
}


.openhours p {
    justify-content: center;
    font-size: 12px;
    text-align: left;
}

.car-map img {
    max-width: 70%;
    margin: 24px 0 48px 0;
}

.schedule-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  align-items: center;
  font-size: 16px;
  margin-bottom: 24px;
}
.schedule-table th,
.schedule-table td {
  border: 1px solid #ccc;
  padding: 12px;
  background-color: #FFFEF2;
}
.schedule-table th {
  background-color: #FFFEF2;
}


 .access-sub {
    margin-left: 20px;
        margin-right: 20px;
  }

   .access-sub>p {
        font-size: 12px;
  }

.access-map {
    text-align: center;
}

.access-map iframe {
  border: none;
}

.SNS  {
  margin-bottom: 48px;
  margin-left: 20px;
        margin-right: 20px;
}


footer {
    background-color: #00A543;
    max-width: 100%;
    height: 32px;
    text-align: center;
}

footer p {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    justify-content: center;
}


}




    
/*消すな*/
  .stepdetails {
    width: 100%; /* 1列に */
  }

  .stepsub h3 {
    font-size: 16px;
    padding: 16px;
  }


@media (max-width: 768px) {
  .greeting-text {
    width: 95%;
    font-size: 16px;
    padding: 16px;
  }

  .greeting-details {
    flex-direction: column;
    align-items: center;
  }
}


  .access-wrapper {
    flex-direction: column;
  }



.slick-slide img {
    width: clamp(420px, 50vw, 720px)!important;
}

@media (max-width: 768px) {
.slick-slide img {
    width: clamp(320px, 76.92307692307693vw, 720px) !important;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px!important;
  position: absolute;
}

.slick-prev:before {
  left: -5px !important;
}

.slick-next:before {
  right: -5px !important;
}

}