/* 共通化: reset & body（common.css に移動済み）*/

/* header */
#page .head_title{
    background-image: url(../img/background_header.png);
    position: relative;
    background-position: bottom;
    padding: 150px 0 40px;
}
.head_title h1,.head_title h2{
  color: #3A8D78;         
  font-size: 36px;   
  text-align: center;    
  position: relative;
}
.n_sketch-bg,#page .sketch-bg{
  position: absolute; 
  top: 0.5rem; 
  right: 0; 
  width: clamp(380px, 40vw, 600px);           
  height: auto;
  opacity: .85;
  pointer-events: none;
}

@media (max-width: 1024px) {
.header::before {
  height:450px;
}
}

@media (max-width: 768px) {

.header::before {
 width: 110%;
 height:360px;
}
.head_title{
  margin: 25px auto 25px auto;
  padding-top: 10px; 
}
#page .head_title{
  background-image: url(../img/background_header_sp.png);
  padding: 50px 0 40px;
  margin: 0;
}
.n_sketch-bg{
  display: none;
}
 .head_title h1{        
  font-size: 28px;   
 }
}

 .top {
    position: relative;
    z-index: 2;
    overflow: visible;
    height: 100%;
    background: linear-gradient(
      to bottom,
      #ffffff 0%,
      #ffffff 30%,
      #F6F6F1 100%
    );
 }
 .top::before {
  content: "";
  position: absolute;
  inset: 0;
  top: -200px;
  background-image: url("../img/sketch_background_top2.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;

  z-index: 0;
}

 .top_inner {
    position: relative;
    z-index: 1;
    padding-bottom: 180px;
}
 /* .top_inner::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);

  width: clamp(600px, 60vw, 880px);
  height: 200px;

  background-image: url("../img/sketch_background_top.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;

  z-index: 0;
} */
img.top-bg {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.top-img-area {
    display: flex;
    align-items: center;
}
.top-img-area::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX( calc(-50% + clamp(80px, 15vw, 300px)));
    bottom: 0;
    width: clamp(600px, 60vw, 880px);
    height: 200px;
    background: url(../img/sketch_background_top.png) no-repeat center / contain;
    z-index: 0; 
}
.img-left, .img-right, .main-text{
  position: relative;
  z-index: 2;
}

.sketch-bg{
    position: absolute;
    right: 120px;
    top: -76px;
    width: 60%;
    max-width: 1100px;
    height: auto;
    z-index: 0;
}
@media (max-width: 980px){
  .sketch-bg {
      position: absolute;
      right: 25px;
      top: -150px;
      width: 100%;
  }
}
/* @media (max-width: 1356px){
  .sketch-bg{
    top:140px;
    width:65%;
  }
}

@media (max-width: 1280px){
  .sketch-bg{
    top:130px;
    width:70%;
  }
}

@media (max-width: 1024px){
  .sketch-bg{
    top:200px;
    width:75%;
    right:100px;
  }
}
*/

/* .img-left{
  height: 440px;
  border-radius: 54px;
  overflow:hidden;
} */

.top-img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-left {
  top: 1rem;
  flex: 683 1 0;
  padding-left: 2rem;
}

.img-right {
  flex: 200 1 0;
}

.img-right img, .img-left img{
  border-radius: 60px;
  height: 550px;
}
.img-right img{
  border-radius: 60px 0 0 60px;
}

img.sketch-bg02 {
    max-width: 1050px;
    min-width: 880px;
    width: 65%;
    position: absolute;
    left: 55%;
    transform: translateX(-50%);
    bottom: 0;
}
.main-text{
  flex: 0 0 525px;

  display: flex;
  gap: 60px;

  justify-content: center; 
  align-items: flex-start; 
}
/* .main-text::after {
  content: "";
  position: absolute;

  left: 50%;
  transform: translateX(-50%);

  bottom: 0;

  width: clamp(600px, 60vw, 880px);
  height: 200px;

  background: url("../img/sketch_background_top.png") no-repeat center / contain;

  z-index: -1;
} */
.sub-vertical,
.title-vertical{
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin:0;
}
.sub-vertical{
  font-size: clamp(14px, 1.5vw, 18px);
  color:#333333;
  line-height:1.9;
  letter-spacing:.2em;
}
.title-vertical{
  font-size: clamp(24px, 1.6vw, 32px);
  font-weight:800;
  color:#3A8D78;
  line-height:1.8;
  letter-spacing:.3em;
}

@media (max-width: 1180px) {
.main-text{
  gap: 30px;
  flex: 0 0 380px;
}
}
@media (max-width: 480px){
  .top{
    padding: 20px 0;
  }
  .top::after {
    content: "";
    position: absolute;

    left: 0;
    bottom: 0;

    width: 100%;
    height: 180px;

    background: url("../img/sketch_background_top.png") no-repeat center bottom / cover;
    margin-bottom: 2rem;
    z-index: 0;
  }

   .top_inner {
    position: relative;
    z-index: 1;
    padding-bottom: 100px;
  }
  .top-img-area {
    display: block;
    position: relative;
    height: 62vh;
    padding: unset;
  }
   .top-img-area::after {
    display: none;
  }
  .sketch-bg {
      top: -130px;
      width: 100%;
      right: unset;
  }
  .img-left{
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    padding-left: 0;
  }

  .img-left img{
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 0 40px 40px 0;
  }
  .main-text{
    position: absolute;
    top: 30px;

    left: 50%;
    transform: translateX(-35%); 

    display: flex;
    gap: 16px;
  }
  .sub-vertical,
  .title-vertical{
    writing-mode: vertical-rl;
    text-orientation: mixed;
    margin: 0;
    line-height: 2;
  }
  .sub-vertical{ 
    font-size: 12px; 
  }
  .title-vertical{
    font-size: 24px;
  }
  .img-right{
    position: absolute;
    right: 0;
    bottom: 0;

    width: 45%;
    height: 140px;

    overflow: hidden;
  }
  .img-right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px 0 0 40px;
  }
   /* 背景（after） */
  .top-img-area::after {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);

    width: 100%;
    height: 120px;

    background-size: contain;
  }
}
/* @media (max-width: 600px){
  img.sketch-bg02 {
    display: none;
  }
} */
@media (max-width: 480px){
  .top::after {
    content: "";
    position: absolute;

    left: 0;
    bottom: 0;

    width: 100%;
    height: 100px;

    background: url("../img/sketch_background_top.png") no-repeat center bottom / cover;
    margin-bottom: 2rem;
    z-index: 0;
  }
  .img-right {
      width: 50%;
      height: 130px;
      right: -2rem;
      top: 70%;
  }

  .title-vertical {
    font-size: 24px;
  }
}
@media (max-width: 380px){
  .top::after {
    height: 80px;
  }
    .top_inner {
      padding-bottom: 110px;
  }
  .img-right {
    width: 50%;
    height: 100px;
    top: 75%;
  }
  .img-right img{
    border-radius: 30px 0 0 30px;
  }
  .img-left img {
    height: 340px;
    border-radius: 0 30px 30px 0;
  }
    .title-vertical {
    font-size: 20px;
  }

}
.facility_section {
    position: relative;
    .facility_section-bg {
      width: 100%;
      height: 80%;
      position: absolute;
      z-index: -1;
    }
    .facility_title {
      text-align: center;
      font-size: 32px;
      font-weight: 700;
      padding: 80px 0 50px;
    }
}
@media (max-width: 768px){
  .facility_section img.facility_section-bg {
    display: none;
  }
  .facility_section .facility_title {
    font-size: 24px;
  }
}
.facility_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    justify-content: center;
    max-width: 1140px;
    margin: auto;
}
.facility_grid a {
  text-decoration: none;
  color: #333333;
}

.facility_card {
  position: relative;
  width: 100%;
  max-width: 360px;
  overflow: visible;
  justify-self: center;
}
.facility_card img {
  width:100%;
  height: 200px;
  object-fit: cover;
  display: block;
  overflow: hidden; 
  border-radius:16px;
  box-shadow: 0 10px 25px rgba(0,0,0,.12);
  transition: 0.3s ease;
}
.facility_grid a:hover .facility_card img {
  box-shadow: 0 10px 25px rgba(0,0,0,.25);
  opacity: 0.9;
}
.facility_label {
  position: absolute;
  top: -12%;
  right: 18px;
  background: white;
  border-radius: 80px;
  padding: 18px 6px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-weight:500;
  font-size: 22px;
  letter-spacing: 0.2em;
  color: #333333;
  min-height: 200px;
}
.facility_label .dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #5ea2cd;
  display: inline-block;
  margin-bottom: 2px;
}
.facility_card:nth-child(2) .facility_label .dot {
  background: #a385b1;
}
.facility_card:nth-child(3) .facility_label .dot {
  background: #e8b953;
}


@media (max-width: 768px) {
  .facility_section {
    margin: 80px auto 30px auto;
  }
  .facility_title {
    font-size: 24px;
  }
.facility_grid {
  grid-template-columns: 1fr;
  gap: 50px;
  max-width: 360px;
  margin: 0 auto;
 }
.facility_card {
  width: 100%;
 }
 .facility_label {
  font-size: 18px;
  min-height: unset;
  top: -10%;
  right: 4rem;
  letter-spacing: 0.08em;
 }
 .facility_card img {
    height: 150px;
 }
}
@media (max-width: 480px) {
  .facility_section {
    margin: 0 auto 30px auto;
  }
}

.notice_section{
  max-width: 980px;
  margin: 120px auto 60px auto;
  padding: 0 16px;
}
.notice {
  display: flex;
  align-items:center;
  gap:22px;
  margin-bottom:14px;
}
.notice-icon {
  width: 40px;
  height: 40px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  font-size: 26px;
  color:#ffffff;
  background: #ec8a8b;
}
.entry-title .notice-icon {
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .entry-title {
    text-align: center;
  }
  .entry-title .notice-icon {
    margin: 0 auto 8px;
    display: flex;
    font-size: 20px;
    margin-bottom: 1rem;
  }
}
.notice h2 {
  font-size: 24px;
  font-weight: 600;
  color:#333333;
}
.notice-items {
  display:flex;
  align-items:center;
  gap:30px;
  padding: 16px 18px;
  border-radius: 15px;
  text-decoration:none;
  background: rgba(240, 138, 138, 0.18) !important;
  color:#333333;
  transition: 0.2s ease;
}
a.notice-items:hover {
  text-decoration: none;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2) !important;
  opacity: 0.8;
}
/* a.notice-items:hover p {
  text-decoration: underline;
} */
.notice-date{
  font-size: 12px;
  font-weight: 700;
  color:#333333;
  white-space: nowrap;
}
.notice-items p {
  flex:0.96;
  font-size: 16px;
  color:#333333;
  overflow:hidden;
  text-overflow: ellipsis;
}
.notice-arrow{
  font-size: 26px;
  font-weight: 700;
  color: #ec8a8b;
  line-height: 1;
}


@media (max-width: 768px) {
  .notice_section {
    margin: 60px auto 40px auto;
    padding: 0 16px;
  }
  .notice {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
  }
  .notice-icon {
    width: 38px;
    height: 38px;
    font-size: 22px;
  }
  .notice h2 {
    font-size: 18px;
    text-align: center;
  }
  .notice-items {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 20px 24px;
    border-radius: 20px;
    position: relative;
  }
  .notice-date{
    font-size: 13px;
  }
  .notice-items p {
    flex: 1;
    line-height: 1.6;
    font-size: 14px;
    padding-right: 30px;
  }
  .notice-arrow {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.news_section{
  max-width: 980px;
  margin: 120px auto;
  padding: 0 16px;
}
.news {
  font-size: 32px;
  text-align: center;
  padding-left: 20px;
  margin-bottom: 50px;
}
.news-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  padding: 0 35px;
  margin-bottom: 24px;
}
.tab{
  border: none;
  background: #F6F6F1;
  border: 2px solid #F6F6F1;
  color: #333333;
  font-weight: 700;
  font-size: 12px;
  padding: 0px 10px;
  border-radius: 80px;
  cursor: pointer;
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .tab{
    font-size: 14px;
    padding: 6px 18px;
  }
}
a.tab:hover{
  text-decoration: none;
  border: 2px solid #3A8D78;
}
.tab.is-active{
  background:#3A8D78;
  border: 2px solid #3A8D78;
  color:#ffffff;
}
.news-list,.notice-list {
  display:flex;
  flex-direction:column;
  gap:5px;
}
a.news-item{
  position: relative;
  display:flex;
  /* grid-template-columns: 110px auto 1fr 28px;
  grid-template-rows: auto auto; */
  align-items:center;
  gap: 10px 20px;
  padding: 16px 18px;
  border-radius: 15px;
  text-decoration:none;
  background:#F6F6F1;
  color:#333333;
  transition: 0.2s ease;
}
a.news-item:hover {
  opacity: 0.8;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
.news-date{
  font-size: 12px;
  font-weight: 700;
  color:#333333;
  white-space: nowrap;
  grid-column: 1;
  grid-row: 1;
}
.news-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 2px 20px;
  border-radius: 80px;
  font-size: 12px;
  font-weight: 700;
  color:#ffffff;
  white-space: nowrap;
  grid-column: 2;
  grid-row: 1;
}
.badge-children{ background:#e8b953; }
.badge-disability{ background:#5ea2cd; }
.badge-senior{ background:#a385b1; }
.badge-aiikuen-jikouen{ background:#efa57e; }
.badge-others{ background:#999; }

.news-text{
  font-size: 16px;
  color:#333333;
  grid-column: 3;
  grid-row: 1;
  overflow:hidden;
  text-overflow: ellipsis;
}
.news-arrow{
  /* grid-column: 4;
  grid-row: 1 / 3; */
  align-self: center;
  font-size: 26px;
  font-weight: 700;
  color:#3A8D78;
  line-height: 1;
  position: absolute;
  right: 3rem;
}
a.news-item.notice-items .news-arrow{
  color: #ec8a8b;
}
.news-tags{
  grid-column: 1 / -1;
  grid-row: 2;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.tag{
  display:inline-flex;
  align-items:center;
  padding: 2px 20px;
  border-radius: 80px;
  background:#ffffff;
  color:#333333;
  font-size: 10px;
}
.view-lists{
  display:flex;
  justify-content:flex-end;
  margin-top: 22px;
}

a.news-more{
  display:inline-flex;
  align-items:center;
  border-radius: 80px;
  gap:12px;
  padding: 6px 24px;
  background:#3A8D78;
  color:#ffffff;
  font-size: 14px;
  font-weight: 700;
  text-decoration:none;
  border: none;
  transition: 0.3s ease;
}
a.news-more:hover{
  opacity: 0.8;
}
.news-more-arrow{
  display:inline-flex;
  height: 28px;
  align-items:center;
  justify-content:center;
}

@media (max-width: 768px) {
  .news {
    font-size: 20px;
    padding-left: unset;
    text-align: center;
  }
  .news-tabs{
    gap:14px 16px;
    padding: unset;
  }
  /* .news-item {
    grid-template-columns: auto auto 1fr 24px;
    grid-template-rows: auto auto auto;
    gap: 8px 12px;
    padding: 16px 20px;
    border-radius: 16px;
  } */
  a.news-item {
    position: relative;
    display: block;
    /* grid-template-columns: 110px auto 1fr 28px;
    grid-template-rows: auto auto;
    align-items: center; */
    gap: 10px 20px;
    padding: 12px 20px;
    /* border-radius: 22px;
    text-decoration: none;
    background: #F6F6F1;
    color: #333333;
    transition: 0.2s ease; */
  }
  .news-date {
    font-size: 13px;
  }
  .news-badge {
    padding: 1px 16px;
    grid-column: 2;
    grid-row: 1;
    font-size: 11px;
    width: fit-content;
  }
  .news-text {
    font-size: 14px;
    line-height: 1.5;
    grid-column: 1 / 4;
    grid-row: 2;
    overflow: hidden;
    padding-top: 0.5rem;
  }
  .news-arrow {
    /* grid-row: 1 / -1; */
    position: absolute;
    top: 1.5rem;
    right: 1rem;
  }
  .news-tags {
    grid-column: 1 / -1;
    grid-row: 3;
    gap: 8px;
    margin-top: 4px;
  }
  .tag {
    padding: 2px 14px;
  }
  .view-lists {
    margin-top: 16px;
    justify-content: center;
  }
  .news-more {
    padding: 8px 20px;
    gap: 8px;
  }
  .news-more-arrow {
    height: 24px;
  }
}

.recruit_section {
  margin-bottom: 170px;
  /* background: #f6f5ef; */
}
.recruit-container {
    background: #f6f5ef;
    height: 297px;
    position: relative;
}
.banner {
    width: 1200px;
    display: block;
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s ease;
}
.banner:hover {
  opacity: 0.8;
}
.recruit-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 55%;
}
.recruit-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruit-person {
  position: absolute;
  bottom: -5%;
  left: 35%;
}
.recruit-person img {
  width: 60px;
  height: auto;
  display: block;
}
.recruit-content {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 500;
  z-index: 1;
}
.slogan-text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin: 0;
  color: #333333;
}
.recruit-slogan {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
}
.slogan-text {
  font-size: 25px;
}
.badge {
  position: relative;
}
.furigana {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  color: #4d8c7d;
  font-size: 19px;
  white-space: nowrap;
}
.badge-text {
  background-color: #4d8c7d;
  color: #ffffff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  font-size: 40px;
  justify-content: center;
  align-items: center;
}
.recruit-org {
  padding-top: 20px;
}
.org-name {
  font-size: 22px;
  color: #333333;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin: 0;
  position: relative;
  padding-right: 6px;       
}
.org-name::after{
  content: '';
  position: absolute;
  right: 0;
  top: 12px;
  bottom: 0;
  width: 8px;
  background-image: radial-gradient(circle, #4d8c7d 4px, transparent 4px);
  background-size: 8px 1.2em;
  background-position: center;
  background-repeat: repeat-y;
}

.recruit-cta {
  z-index: 1;
  flex-shrink: 0;
}
.recruit-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #3A8D78;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  padding: 35px 8px 55px;
  position: absolute;
  transition: opacity 0.3s;
  top: -10px;
}
.recruit-button:hover {
  opacity: 0.92;
}
.btn-main-text {
  font-size: 27px;
  font-weight: 700;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 0.15em;
  margin-bottom: 8px;
}
.btn-sub-text {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #EBECE1;
}
.btn-arrow {
  position: absolute;
  bottom: 18px;
  font-size: 20px;
}
.button-icon {
  width: 45px;
  height: auto;
  display: block;
  position: absolute;
  top: -3%;
  left: 30px;
}
.illustration-care {
  width: 60px;
  height: auto;
  display: block;
  position: absolute;
  right: 28%;
  top: -5%;
}
.illustration-walking {
  width: 120px;
  height: auto;
  display: block;
  position: absolute;
  bottom: -5%;
  right: 30%;
}

@media (max-width: 1024px) {
  .banner {
    gap: 30px;
    min-height: 220px;
  }
  .recruit-background {
    width: 60%;
  }
  .recruit-person {
    bottom: -3%;
  }
  .recruit-person img {
    width: 50px;
  }
  .slogan-text {
    font-size: 22px;
  }
  .furigana {
    font-size: 17px;
    top: -24px;
  }
  .badge-text {
    width: 56px;
    height: 56px;
    font-size: 36px;
  }
  .org-name {
    font-size: 17px;
  }
  .btn-main-text {
    font-size: 25px;
  }
  .btn-sub-text {
    font-size: 13px;
  }
  .btn-arrow {
    font-size: 18px;
  }
  .recruit-button {
    padding: 30px 7px 48px;
    top: -13px;
  }
  .button-icon {
    width: 38px;
    left: 25px;
    top: -2%;
  }
  .illustration-care {
    width: 55px;
    right: 25%;
    top: -4%;
  }
  .illustration-walking {
    width: 105px;
    right: 26%;
    bottom: -3%;
  }
}
@media (max-width: 768px) {
  .banner {
    gap: 20px;
    min-height: 200px;
    padding: 20px 10px;
  }
  .recruit-background {
    width: 62%;
  }
  .recruit-person {
    left: 27%;
  }
  .recruit-person img {
    width: 50px;
  }
  .recruit-content {
    gap: 8px;
  }
  .recruit-slogan {
    padding-top: 8px;
  }
  .recruit-org {
    padding-top: 15px;
  }
  .slogan-text {
    font-size: 22px;
  }
  .furigana {
    font-size: 17px;
    top: -23px;
  }
  .badge-text {
    width: 56px;
    height: 56px;
    font-size: 36px;
  }
  .org-name {
    font-size: 16px;
  }
  .btn-main-text {
    font-size: 24px;
  }
  .btn-sub-text {
    font-size: 13px;
  }
  .btn-arrow {
    font-size: 16px;
    bottom: 15px;
  }
  .recruit-button {
    padding: 28px 8px 45px;
    top: 15px;
  }
  .button-icon {
    width: 38px;
    left: 25px;
  }
  .illustration-care {
    width: 55px;
    right: 10%;
    top: 1%;
  }
  .illustration-walking {
    width: 100px;
    right: 13%;
    bottom: 0;
  }
}
@media (max-width: 480px) {
  .recruit_section {
    margin-bottom: 100px;
  }
  .recruit-container {
    background: unset;
  }
  .banner {
    min-height: unset;
    padding: unset;
    width: 100%;
  }
  .recruit-background {
    width: 68%;
  }
  .recruit-person {
    left: 20%;
  }
  .recruit-person img {
    width: 42px;
  }
  .recruit-content {
    gap: 6px;
  }
  .recruit-slogan {
    padding-top: 5px;
  }
  .recruit-org {
    padding-top: 12px;
  }
  .slogan-text {
    font-size: 20px;
  }
  .furigana {
    font-size: 17px;
    top: -23px;
  }
  .badge-text {
    width: 56px;
    height: 56px;
    font-size: 36px;
  }
  .org-name {
    font-size: 14px;
  }
  .btn-main-text {
    font-size: 24px;
  }
  .btn-sub-text {
    font-size: 11px;
  }
  .btn-arrow {
    font-size: 14px;
    bottom: 13px;
  }
  .recruit-button {
    padding: 25px 6px 42px;
    top: 12px;
  }
  .button-icon {
    width: 36px;
    left: 25px;
  }
  .illustration-care {
    width: 45px;
    right: 6%;
    top: 0;
  }
  .illustration-walking {
    width: 85px;
    right: 6%;
  }
}
.contact-section {
  position: relative;               
  background:#e8f3ef;              
  min-height: 220px;               
  padding: 80px 16px 60px;           
  overflow: visible;
}

.call-pill{
  position: absolute;
  left: 50%;
  top: 0;                            
  transform: translate(-50%, -50%);   
  width: min(960px, calc(100% - 72px));
  background:#fff;
  border-radius:999px;
  padding:26px 28px;
  text-align:center;                   
}

.call-title{
  font-size:24px;
  font-weight:600;
  color:#333333;
  margin:0 0 10px 0;
}

.call-main{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-weight:700;
  font-size:44px;
  line-height:1;
  margin:0;
  color:#333333;
}

.call-main i{
  font-size:40px;
  color:#3A8D78;
  transform: translateY(1px);
}

.call-hours{
  margin:10px 0 0 0;
  font-size:16px;
  color:#333333;
}

@media (max-width:480px){
  .contact-section {         
    min-height: unset;               
    padding: 60px 16px 60px;           
  }
  .call-pill{
    top: -20px;     
    border-radius:36px;
    padding:20px 18px;
  }
  .call-main i{
    font-size:21px;
  }
  .call-main{ 
    font-size:31px; 
  }
  .call-title{
    font-size:16px;
  }
  .call-hours{
    font-size:13px;
  }
}
.footer {
  background: #3A8D78;
  color: #F6F6F1;
  padding: 60px 0;
}
.breadcrumb {
  background-color: #e8f3ef;
}
.breadcrumb-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 0;
  font-size: 14px;
  color: #333333;
  opacity: 0.7;
}
.breadcrumb-item {
  color: #333333;
  text-decoration: none;
  display: inline;
}
.breadcrumb-item:hover:not(.current) {
  color: #3A8D78;
  text-decoration: underline;
}
.breadcrumb-item.current {
  color: #333333;
}
@media (max-width: 1280px) {
  .breadcrumb-inner {
    padding: 10px 15px;
  }
}

.inner {
  max-width: 1200px;
  margin:0 auto;
  display: grid;
  grid-template-columns: 1.35fr 1fr 260px;
  gap: 60px;
  align-items: start;
}
.title-row {
  display: grid;
  grid-template-columns: 280px 120px;
  align-items: center;
  gap:10px;
  margin:0 0 12px 0;
}
.title-row h2 {
  font-family: "Zen Maru Gothic", "Noto Sans JP", system-ui, sans-serif;
  display: flex;
  flex-direction: column;
  font-weight: 500;
}
.corp {
  margin:0;
  font-size:16px;
  opacity:.95;
}
.name {
  margin:0;
  font-size: 26px;
  line-height: 1.2;
  white-space: nowrap;
}
a.mapBtn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 14px;
  border:1px solid rgba(255,255,255,.65);
  border-radius:999px;
  color:#F6F6F1;
  text-decoration:none;
  font-size:11px;
  font-weight:700;
  line-height:1;
  white-space:nowrap;
  margin-top: 25px;
  text-decoration: none;
  transition: 0.3s ease;
}
a.mapBtn:hover{
  color:#3A8D78;
  background-color: #fff;
}
.mapBtn i{
  font-size:11px;
  transform: translateY(1px);
}
.address , .tel {
  margin:0 0 8px 0;
  font-size: 16px;
}
.address {
  margin-top:15px;
}
.footer_nav{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:48px;
}
.nav_col{
  display:flex;
  flex-direction:column;
  gap:14px;
}
.nav_col a{
text-decoration: none;
transition: 0.3s ease;
}
.nav_col a:hover{
opacity: 0.8;
}
.nav_link{
  color: #FFFCF4;
  text-decoration:none;
  font-size:16px;
  font-weight:600;
}
a.nav_link.external {
    position: relative;
}
a.nav_link.external::after {
    content: '';
    position: absolute;
    top: 0.4rem;
    margin-left: 0.5rem;
    display: inline;
    width: 13px;
    height: 13px;
    background-image: url(../img/icon_link.svg);
    background-size: contain;
    vertical-align: middle;
}
.nav-mobile-footer a.nav_link.external {
  width: fit-content;
}
.nav-mobile-footer a.nav_link.external::after {
    top: 1rem;
    right: -1.2rem;
}

.footer_banners{
  display:flex;
  flex-direction:column;
  gap:18px;
  align-items:flex-end;
}
.footer_img {
  height: 70px;
  width: 240px;
  background: #ffffff;
  border-radius: 3px;
}
.footer_img img {
  width:90%;
  height:100%;
  object-fit:cover;
  display:block;
  filter:saturate(1.05);
  margin: 0 auto;
}
a.bannerBox{
  background: #ffffff;
  color: #333333;
  width:240px;
  height:70px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-size:12px;
  font-weight:700;
  transition: 0.3s ease;
  border-radius: 3px;
}
a.bannerBox img {
  border-radius:3px;
}
.bannerBox:hover{
  opacity: 0.8;
}
@media (max-width: 1280px) {
  .inner {
    padding: 0 15px;
  }
}
@media (max-width: 980px){
  .inner{
    grid-template-columns: 1fr;
    gap:26px;
  }

  .footer_nav{
    grid-template-columns: 1fr 1fr;
    gap:20px;
    margin-bottom: 20px;
    margin-top: 5px;
  }

  .footer_banners{
    align-items:flex-start;
  }
}
@media (max-width: 768px) {
  .inner {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .address , .tel {
    font-size: 15px;
  }
  .nav_link{
    font-size:14px;
  }
}
@media (max-width: 480px) {
  .footer {
    padding: 40px 0;
  }
  .footer_brand {
    margin: 0 auto;
  }
  .title-row {
    grid-template-columns: 120px;
    gap: 0;
  }
  .mapBtn{
    margin-top: 20px;
  }
  .footer_nav{
    margin: 5px auto 20px auto;
  }
  .footer_banners{
    margin: 0 auto;
  }
}
.footer_facility{
  background:#f8f8f4;   
  position: relative;       
}
.footer_facility-inner{
  max-width: 1180px;
  margin: 0 auto;
  padding: 70px 0px 40px;
}
.footer_facility-title{
  margin: 0 0 26px 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .08em;
  color:#333333;
}
.footer_facility-grid{
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
}
.facility_col{
  display:grid;
  grid-template-columns: 60px 1fr; 
  column-gap: 10px;
  padding-top: 10px;  
}
.facility_footer-label{
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: 700;
  letter-spacing: .18em;
  font-size: 18px;
  align-self: start;
  opacity:.95;
  position: relative; 
  padding-top: 5px;
}

.disability,.disabled{ color:#4fa6c6; }
.senior,.elderly{ color:#8f79c8; }
.children{ color:#d8a33a; }

.facility_list{
  border-left: 1px solid rgba(0,0,0,.08);
}
.facility_list ul{
  list-style:none;
  margin:0 0 30px 0;
  padding:0 0 0 25px;
}
.facility_list li{
  font-size: 14px;
  line-height: 1.9;
  margin: 0;
  color:#333333;
  margin-bottom: 3px;
}
.facility_list li a {
  color:#333333;
  text-decoration: none;
}
.facility_list li a:hover{
  text-decoration: underline;
}
.facility_list li:not(.title){
  color:#333333;
  text-decoration:none;
  display:block;            
  padding-left: 18px;        
  word-break: break-word;     
}
.facility_list li.title{
  position: relative;
  padding-left: 18px;        
  font-weight: 600;
  word-break: break-word;
  margin-bottom: 8px;
}
.facility_list li.title .dot{
  position:absolute;
  left: 0;
  top: 0.95em;               
  transform: translateY(-50%);
  margin: 0;                 
}
.dot{
  width:6px;
  height:6px;
  border-radius:999px;
  display:inline-block;
}
.dot.disability,.dot.disabled{ background:#5ea2cd; }
.dot.senior,.dot.elderly{ background:#a385b1; }
.dot.children{ background:#e8b953; }

@media (max-width: 768px){
  .footer_facility-title{
    text-align: center;
  }
  .footer_facility-grid{
    grid-template-columns: 1fr;
  }
  .facility_col{
    grid-template-columns: 1fr;
    padding: 20px 30px;
  }
  .facility_footer-label{
    writing-mode: horizontal-tb;
    padding: 0 0 0 10px;
  }
  .facility_footer-label::after{
    display: none;
  }
  .facility_list{
    border-left: none;
  }
  .facility_list ul{
    padding:0 0 0 10px;
    margin: 0 0 6px 0;
  }
}

.goTopCorner{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 52px;
  height: 52px;
  background: #fff8e4;   
  border-top-left-radius: 30px;      
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  display: grid;
  place-items:flex-end;
  z-index: 9999;
  text-decoration: none;
}
.goTopCorner_icon{
  position: relative;
  width: 56px;
  height: 26px;
}
.goTopCorner_icon::before{
  content:"";
  position:absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 3px;
  background:#2f7d6d;
  border-radius:999px;
  transform: translateX(-50%);
}
.goTopCorner_icon::after{
  content:"";
  position:absolute;
  top: 6px;
  left: 50%;
  width: 24px;
  height: 12px;
  transform: translateX(-50%);
  background:#2f7d6d;
  border-radius:999px;
  clip-path: polygon(
    0 45%, 50% 0, 100% 45%,
    100% 70%, 50% 30%, 0 70%
  );
}
.copyright {
  background: #ffffff;
  font-size: 12px;
  text-align: center;
  padding: 20px 0;
  color: #3A8D78;
}
/*児童施設に外部リンクアイコン付与*/
.facility_list li a[target="_blank"] {
  display: inline-flex;
  align-items: center;
}
.facility_list li a[target="_blank"]::after {
  content: "";
  width: 13px;
  height: 13px;
  margin-left: 6px;
  background-image: url(../img/icon_link_gr.svg);
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}