@charset "UTF-8";
.wrapper {
  background: url(../images/contents_bg.webp) repeat-y center top/130%;
}

.bg {
  background: url(../images/contents_bg02.webp) repeat-y center top/130%;
}

.container {
  padding-bottom: 5vw;
  position: relative;
}
.container::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 101%;
  aspect-ratio: 178/7;
  background: url(../images/foot_bg_top.svg) no-repeat center/100%;
}

hr {
  padding-top: 30px;
  border: none;
}
@media screen and (max-width: 600px) {
  hr {
    padding-top: 15px;
  }
}

.global-ttlWrap {
  padding-block: 80px 20px;
}
@media screen and (max-width: 960px) {
  .global-ttlWrap {
    padding-block: 60px 20px;
  }
}

.global-ttl {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: clamp(2.2rem, 1.9rem + 1vw, 4rem);
  font-weight: 700;
  letter-spacing: clamp(0.2rem, 0.177rem + 0.1vw, 0.3rem);
  line-height: 1.3;
  margin-block: 0 3rem;
}
.global-ttl span {
  font-weight: 800;
  letter-spacing: 0.1rem;
  font-size: clamp(1.4rem, 1.308rem + 0.41vw, 1.8rem);
  display: block;
  color: #00AE1B;
}

.global-txt {
  font-size: clamp(1.5rem, 1.431rem + 0.31vw, 1.8rem);
  letter-spacing: 0.1rem;
  font-weight: 500;
  line-height: 2.2;
}
@media screen and (max-width: 600px) {
  .global-txt {
    line-height: 2;
  }
}

.content-ttl {
  font-size: clamp(1.8rem, 1.569rem + 1.03vw, 2.8rem);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.2rem;
  text-align: center;
  margin-bottom: 4rem;
}
.content-ttl._green {
  color: #00AE1B;
}
@media screen and (max-width: 960px) {
  .content-ttl {
    margin-bottom: 2rem;
  }
}

.bg-ttl {
  background: #00AE1B;
  color: white;
  font-size: clamp(2.4rem, 2.123rem + 1.23vw, 3.6rem);
  font-weight: 500;
  letter-spacing: 0.2rem;
  padding: 0.75em 1em;
  text-align: center;
}

.line-ttl {
  position: relative;
  z-index: 0;
  text-align: center;
  margin-block: 0 6rem;
}
@media screen and (max-width: 960px) {
  .line-ttl {
    margin-block: 3rem;
  }
}
.line-ttl::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #00AE1B;
  z-index: -1;
}
.line-ttl span {
  display: inline-block;
  font-size: clamp(2rem, 1.769rem + 1.03vw, 3rem);
  font-weight: 500;
  color: #00AE1B;
  background: white;
  padding-inline: 2rem;
}
@media screen and (max-width: 960px) {
  .line-ttl span {
    padding-inline: 0.5rem;
  }
}

.content_block {
  background: white;
  border-radius: 50px;
}
@media screen and (max-width: 960px) {
  .content_block {
    border-radius: 25px;
  }
}

.content_block-ttl {
  margin-block: 8rem 0;
  font-size: clamp(1.8rem, 1.615rem + 0.82vw, 2.6rem);
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .content_block-ttl {
    margin-block: 4rem 0;
  }
}

.content_block-txt {
  font-size: clamp(1.4rem, 1.262rem + 0.62vw, 2rem);
  line-height: 1.6;
  margin-block: 2rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .content_block-txt {
    margin-block: 1.5rem;
  }
}

.content-txt {
  font-size: clamp(1.5rem, 1.431rem + 0.31vw, 1.8rem);
  line-height: 2.4;
}

.subat {
  font-size: clamp(1.3rem, 1.277rem + 0.1vw, 1.4rem);
}

.subat-md {
  margin-top: 3rem;
  font-size: clamp(1.3rem, 1.231rem + 0.31vw, 1.6rem);
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .subat-md {
    text-align: left;
  }
}

.border_box {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}

.border_box-txt {
  text-align: center;
  border: 1px solid #231815;
  padding: 2rem;
}
.border_box-txt ._free-ico {
  width: 30px;
  display: inline;
  margin-block: 0 3px;
  margin-inline: 3px;
}
@media screen and (max-width: 600px) {
  .border_box-txt {
    text-align: left;
  }
}

.pagelink-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .pagelink-list {
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
}
.pagelink-list a {
  font-weight: 500;
  position: relative;
  border: 1px solid #231815;
  color: #231815;
  border-radius: 50px;
  padding-block: 0.25rem;
  padding-inline: 1em 2.25em;
  transition: 0.4s cubic-bezier(0.49, 0.06, 0.02, 0.98);
}
.pagelink-list a:hover {
  opacity: 0.4;
}
.pagelink-list a::before {
  position: absolute;
  content: "";
  background: url(../images/arrows.svg) no-repeat center/contain;
  width: 1.25em;
  aspect-ratio: 1/1;
  right: 0.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(90deg);
}

.news,
.detail {
  margin-block: 0 80px;
}
@media screen and (max-width: 960px) {
  .news,
  .detail {
    margin-block: 0 60px;
  }
}

/** ページネーション **/
.pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 960px) {
  .pagination__list {
    margin-top: 4rem;
  }
}
/*# wp用span追記 */
.pagination__item a ,.pagination__item span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5rem;
  min-height: 5rem;
  padding: 0.5rem 1rem;
  font-size: 1.6rem;
  color: #231815;
  background: white;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.4s cubic-bezier(0.49, 0.06, 0.02, 0.98);
}
@media screen and (max-width: 960px) {
  .pagination__item a {
    min-width: 4rem;
    min-height: 4rem;
  }
}
.pagination__item a:hover {
  color: white;
  background: #00AE1B;
  border-color: #00AE1B;
}
/*# wp用span追記 */
.pagination__item.active span{
  color: white;
  background: #00AE1B;
  border-color: #00AE1B;
}



.pagination__item--prev a,
.pagination__item--next a {
  background: transparent;
  border: none;
  min-width: 3rem;
  padding: 0;
  font-size: 0;
  transition: 0.4s cubic-bezier(0.49, 0.06, 0.02, 0.98);
}
.pagination__item--prev a:hover,
.pagination__item--next a:hover {
  background: none;
  opacity: 0.6;
}

.pagination__item--prev {
  transform: scaleX(-1);
  margin-right: 1.5rem;
}
@media screen and (max-width: 960px) {
  .pagination__item--prev {
    margin-right: 1rem;
  }
}

.pagination__item--next {
  margin-left: 1.5rem;
}
@media screen and (max-width: 960px) {
  .pagination__item--next {
    margin-left: 1rem;
  }
}

.detail-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-block: 0 1.5rem;
}
.detail-head .detail-date {
  margin: 0;
}

.detail-ttl {
  font-size: clamp(2.2rem, 2.069rem + 0.58vw, 3rem);
  font-weight: 500;
  text-align: left;
  padding: 0 0 0.75em;
  border-bottom: 1px solid #cdbf98;
  margin-bottom: 5rem;
}
@media screen and (max-width: 600px) {
  .detail-ttl {
    margin-bottom: 3rem;
  }
}

.detail_block {
  font-size: clamp(1.4rem, 1.308rem + 0.41vw, 1.8rem);
}
.detail_block p {
  margin-block: 1em;
  line-height: 2;
}
.detail_block img {
  margin-block: 1.5em;
}

.detail-date {
  margin: 2rem 0;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .detail-date {
    margin: 1.5rem 0;
  }
}

.pagenav {
  margin-top: 8rem;
  display: flex;
  justify-content: space-between;
  font-size: clamp(1.4rem, 1.367rem + 0.15vw, 1.6rem);
}
@media screen and (max-width: 960px) {
  .pagenav {
    margin-top: 4rem;
  }
}

.pagenav-item a {
  color: #00AE1B;
}
.pagenav-item:hover {
  opacity: 0.5;
}

.infoWrap._brown .info-ttl {
  color: #BEA378;
}
.infoWrap._brown .info-tel a {
  color: #BEA378;
}
.infoWrap._brown .info-tel path {
  fill: #BEA378;
}

.info_block {
  margin-block: 100px;
}
@media screen and (max-width: 960px) {
  .info_block {
    margin-block: 60px;
  }
}
.info_block .info-tel {
  margin-bottom: 3rem;
}
.info_block .more-btn {
  min-width: 80%;
  margin-top: auto;
}

@media screen and (max-width: 960px) {
  .info_list {
    width: 500px;
    max-width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .info_list {
    max-width: 100%;
  }
}
.info_list ul {
  display: flex;
  justify-content: center;
  margin-left: -30px;
}
@media screen and (max-width: 960px) {
  .info_list ul {
    flex-direction: column;
  }
}
.info_list li {
  display: flex;
  flex-direction: column;
  padding: 5rem 4rem;
  width: calc(50% - 30px);
  margin-left: 30px;
  background: white;
}
@media screen and (max-width: 960px) {
  .info_list li {
    padding: 4rem 3rem;
    width: calc(100% - 30px);
    margin-bottom: 30px;
  }
}

.info-ttl {
  font-size: clamp(2.2rem, 2.015rem + 0.82vw, 3rem);
  font-weight: 600;
  color: #00AE1B;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 960px) {
  .info-ttl {
    margin-bottom: 2rem;
  }
}

.info-txt {
  line-height: 2;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 960px) {
  .info-txt {
    text-align: left;
  }
}

.info-tel path {
  fill: #00AE1B;
}

.privacy {
  margin-block: 0 100px;
}
@media screen and (max-width: 960px) {
  .privacy {
    margin-block: 0 60px;
  }
}

.privacy_block {
  margin-block: 0 8rem;
}
@media screen and (max-width: 960px) {
  .privacy_block {
    margin-block: 0 4rem;
  }
}

.privacy-ttl {
  font-size: clamp(1.6rem, 1.508rem + 0.41vw, 2rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  display: flex;
  align-items: center;
  margin-block: 0 3rem;
}
@media screen and (max-width: 960px) {
  .privacy-ttl {
    margin-block: 0 2rem;
  }
}

.privacy-txt {
  line-height: 2;
  margin-block: 0 4rem;
}
@media screen and (max-width: 960px) {
  .privacy-txt {
    margin-block: 0 2rem;
  }
}
.privacy-txt span {
  display: block;
  font-weight: 600;
}

.privacy-address {
  margin-block: 6rem 0;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .privacy-address {
    margin-block: 3rem 0;
  }
}
.privacy-address span {
  display: block;
}

.line {
  position: relative;
}
.line::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: repeating-linear-gradient(to right, #231815, #231815 8px, transparent 1px, transparent 14px);
}

.flow .content_block {
  padding: min(8rem, 8vw) min(15rem, 6vw);
}

.flow__list li {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: flex-start;
}
.flow__list li:not(:last-child) {
  padding-bottom: 4rem;
}
@media screen and (max-width: 960px) {
  .flow__list li:not(:last-child) {
    padding-bottom: 3rem;
  }
}
.flow__list li:not(:last-child)::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 1px;
  height: 100%;
  left: 55px;
  bottom: 0;
  background: repeating-linear-gradient(to bottom, #00AE1B, #00AE1B 8px, transparent 3px, transparent 12px);
}
@media screen and (max-width: 960px) {
  .flow__list li:not(:last-child)::before {
    left: 40px;
  }
}
@media screen and (max-width: 600px) {
  .flow__list li:not(:last-child)::before {
    left: 30px;
  }
}

.flow__time span {
  background: #00AE1B;
  color: white;
  display: inline-block;
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: clamp(1.4rem, 1.262rem + 0.62vw, 2rem);
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .flow__time span {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 600px) {
  .flow__time span {
    width: 60px;
    height: 60px;
  }
}

.flow__content {
  margin-inline: 3rem 0;
}
@media screen and (max-width: 960px) {
  .flow__content {
    margin-inline: 1.5rem 0;
  }
}

.flow__ttl {
  font-size: clamp(1.8rem, 1.669rem + 0.58vw, 2.6rem);
}

.flow__desc {
  font-size: clamp(1.4rem, 1.308rem + 0.41vw, 1.8rem);
  line-height: 1.8;
  margin-top: 1rem;
}
@media screen and (max-width: 960px) {
  .flow__desc {
    margin-top: 0.75rem;
  }
}

.recreation_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem 3rem;
}
@media screen and (max-width: 960px) {
  .recreation_list {
    width: min(530px, 90%);
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
}

.recreation-ttl {
  font-size: clamp(1.6rem, 1.469rem + 0.58vw, 2.4rem);
  margin-block: 2rem 0.5rem;
}
@media screen and (max-width: 960px) {
  .recreation-ttl {
    line-height: 1.4;
    margin-block: 1.5rem 0.5rem;
  }
}

.recreation-txt {
  line-height: 1.8;
}

.recreation_img {
  border-radius: 20px;
}
@media screen and (max-width: 960px) {
  .recreation_img {
    border-radius: 15px;
  }
}

.food__block {
  display: flex;
  align-items: center;
  gap: 3rem;
  background: rgba(255, 255, 255, 0.8);
  padding: 2rem 3rem;
  border-radius: 20px;
  margin-block: 0 2.5rem;
}
@media screen and (max-width: 960px) {
  .food__block {
    width: min(530px, 90%);
    margin-inline: auto;
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem 2rem;
  }
}

.food-ttl {
  font-size: clamp(1.6rem, 1.469rem + 0.58vw, 2.4rem);
}

.food-txt {
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .food-txt {
    line-height: 1.6;
  }
}

.food__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem 4rem;
}
.food__list:not(:last-of-type) {
  margin-block: 0 6rem;
}
@media screen and (max-width: 960px) {
  .food__list:not(:last-of-type) {
    margin-block: 0 4rem;
  }
}
.food__list .sub-txt {
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .food__list {
    width: min(530px, 90%);
    margin-inline: auto;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.food_img {
  border-radius: 20px;
  margin-block: 0 2rem;
}
@media screen and (max-width: 960px) {
  .food_img {
    margin-block: 0 1.5rem;
  }
}

.area__block {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .area__block {
    flex-direction: column-reverse;
    gap: 3rem;
  }
}

.area__block-inner {
  width: 40%;
  margin-inline: 0 4rem;
}
@media screen and (max-width: 960px) {
  .area__block-inner {
    width: 90%;
    margin-inline: 0;
  }
}

.area-ttl {
  font-size: clamp(2rem, 1.902rem + 0.44vw, 2.6rem);
  margin-block: 0 3rem;
}
@media screen and (max-width: 960px) {
  .area-ttl {
    text-align: center;
    margin-block: 0 2rem;
  }
}
.area-ttl span {
  font-size: clamp(1.6rem, 1.535rem + 0.29vw, 2rem);
  letter-spacing: 0.1rem;
  font-weight: 600;
  color: white;
  background: #FFB82B;
  padding: 0.15rem 1.5rem 0.35rem;
  border-radius: 50px;
  margin-inline: 0 1em;
}

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

@media screen and (max-width: 960px) {
  .area_img {
    width: min(300px, 60%);
    margin-inline: auto;
  }
}

.qa-ttl,
.accordion-content {
  font-size: clamp(1.4rem, 1.308rem + 0.41vw, 1.8rem);
  font-weight: 800;
  letter-spacing: 0.2rem;
  padding-inline: 2em;
}
@media screen and (max-width: 960px) {
  .qa-ttl,
  .accordion-content {
    padding-inline: 1em;
  }
}

.qa_list li {
  margin-bottom: 3rem;
}
@media screen and (max-width: 960px) {
  .qa_list li {
    margin-bottom: 2rem;
  }
}

.qa-ttl {
  padding-block: 2rem;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  position: relative;
  color: #231815;
  background: white;
  border: none;
  width: 100%;
  transition: 0.4s cubic-bezier(0.49, 0.06, 0.02, 0.98);
  cursor: pointer;
  text-align: left;
  border-radius: 15px;
}
.qa-ttl ._ttl {
  flex: 1;
}
@media screen and (max-width: 960px) {
  .qa-ttl {
    padding-right: 3.5em;
  }
}
.qa-ttl:hover {
  background: #f7f7f7;
}
.qa-ttl::before {
  position: absolute;
  content: "";
  background: url(../images/open_ico.svg) no-repeat center/contain;
  right: 2em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 3rem;
  height: 3rem;
  transition: transform 0.4s cubic-bezier(0.49, 0.06, 0.02, 0.98), opacity 0.4s cubic-bezier(0.49, 0.06, 0.02, 0.98);
}
@media screen and (max-width: 960px) {
  .qa-ttl::before {
    width: 2.5rem;
    height: 2.5rem;
    right: 2rem;
  }
}
.qa-ttl.is-open::before {
  background: url(../images/close_ico.svg) no-repeat center/contain;
  transform: rotate(180deg);
}

.qa-ico {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.6rem, 1.415rem + 0.82vw, 2.4rem);
  font-weight: 800;
  margin-right: 2rem;
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 15px;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .qa-ico {
    width: 40px;
    border-radius: 10px;
  }
}
.qa-ico._q {
  background: #00AE1B;
  color: white;
}
.qa-ico._a {
  background: white;
  color: #00AE1B;
}
@media screen and (max-width: 960px) {
  .qa-ico {
    margin-right: 1.5rem;
  }
}

.qa-txt {
  display: flex;
  align-items: flex-start;
  padding-block: 4rem 2rem;
  line-height: 2;
  text-align: left;
  transition: 0.4s cubic-bezier(0.49, 0.06, 0.02, 0.98);
}
@media screen and (max-width: 960px) {
  .qa-txt {
    padding-top: 3rem;
    line-height: 1.8;
  }
}
.qa-txt ._txt {
  padding-block: 0.5rem 0;
  flex: 1;
}

.accordion-content {
  margin-top: -10px;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0.4s ease, opacity 0.3s ease;
  will-change: height;
  background: #EBEBEB;
  border-radius: 0 0 10px 10px;
}
.accordion-content.is-open {
  opacity: 1;
}

.staff_block {
  display: grid;
  grid-template-columns: 0.3fr 0.7fr;
  margin-block: 0 12rem;
}
@media screen and (max-width: 960px) {
  .staff_block {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-block: 0 6rem;
  }
}
.staff_block .r_box {
  background: white;
  box-shadow: 8px 8px 0 #FFB82B;
  border-radius: 25px;
  padding: 4rem 5rem 5rem;
  margin-left: 4rem;
}
@media screen and (max-width: 960px) {
  .staff_block .r_box {
    box-shadow: 5px 5px 0 #FFB82B;
    padding: 3rem 2rem;
    margin-top: 2rem;
    margin-left: 0;
    border-radius: 20px;
  }
}
@media screen and (max-width: 960px) {
  .staff_block .l_box {
    width: 90%;
    margin-inline: auto;
  }
}

.staff_number {
  font-size: clamp(2.6rem, 2.436rem + 0.73vw, 3.6rem);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.15rem;
  color: #00AE1B;
  margin-bottom: -1.5rem;
}
@media screen and (max-width: 960px) {
  .staff_number {
    line-height: 1.2;
  }
}

.staff_info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  font-size: clamp(1.6rem, 1.554rem + 0.21vw, 1.8rem);
  letter-spacing: 0.1rem;
  background: #00AE1B;
  color: white;
  padding: 2rem 1rem;
  border-radius: 15px;
  text-align: center;
  text-wrap: nowrap;
}

.staff_name {
  font-size: clamp(2rem, 1.908rem + 0.41vw, 2.4rem);
  font-weight: 600;
  line-height: 1;
}

.staff_san {
  margin-top: auto;
  font-size: clamp(1.2rem, 1.177rem + 0.1vw, 1.3rem);
  font-weight: 600;
  margin-left: 0.15rem;
}

.staff_license {
  font-size: clamp(1.3rem, 1.277rem + 0.1vw, 1.4rem);
  border: 1px solid white;
  color: white;
  border-radius: 50px;
  padding: 0.25rem 1.5rem;
  margin-left: 1em;
  line-height: 1.4;
  display: inline-block;
  letter-spacing: 0;
}

.staff_q {
  margin-bottom: 1.5rem;
  font-size: clamp(1.6rem, 1.535rem + 0.29vw, 2rem);
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .staff_q {
    display: flex;
    margin-bottom: 1rem;
  }
}
.staff_q ._label {
  color: #FFB82B;
  font-size: clamp(2.6rem, 2.436rem + 0.73vw, 3.6rem);
  font-weight: 800;
  margin-top: -0.25rem;
  margin-right: 1.5rem;
  line-height: 1;
}

.staff_a {
  line-height: 2;
  margin-bottom: 2rem;
}
@media screen and (max-width: 960px) {
  .staff_a {
    margin-left: 2.5em;
  }
}
.staff_a:last-of-type {
  margin-bottom: 0;
}

.card {
  background: white;
  border-radius: 10px;
  padding: 4rem;
}
@media screen and (max-width: 960px) {
  .card {
    padding: 2rem;
  }
}

.nintei-flow-ttl {
  font-size: clamp(2.2rem, 2.102rem + 0.44vw, 2.8rem);
  color: #00AE1B;
  text-align: center;
  margin-block: 8rem 4rem;
}
@media screen and (max-width: 960px) {
  .nintei-flow-ttl {
    margin-block: 4rem 3rem;
  }
}

.nintei_list .grid {
  display: grid;
  align-items: center;
  grid-template-columns: 0.35fr 0.65fr;
}
@media screen and (max-width: 960px) {
  .nintei_list .grid {
    grid-template-columns: 1fr;
  }
}
.nintei_list li {
  position: relative;
  margin-bottom: 8rem;
}
@media screen and (max-width: 960px) {
  .nintei_list li {
    padding: 3rem;
    margin-bottom: 6rem;
  }
}
.nintei_list li:not(:last-child)::before {
  position: absolute;
  content: "";
  background: url(../images/arrows-btm.svg) no-repeat center/contain;
  width: 40px;
  aspect-ratio: 36/25;
  bottom: -5.5rem;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .nintei_list li:not(:last-child)::before {
    width: 30px;
    bottom: -4rem;
  }
}

.nintei-ttl {
  position: relative;
  font-size: clamp(2rem, 1.902rem + 0.44vw, 2.6rem);
  display: flex;
  align-items: center;
  padding-right: 4rem;
  padding-block: 1.5rem;
}
@media screen and (max-width: 960px) {
  .nintei-ttl {
    line-height: 1.4;
    padding-right: 0;
    padding-block: 0 2rem;
  }
}
.nintei-ttl::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  right: 0;
  top: 0;
  background: repeating-linear-gradient(to bottom, #231815, #231815 3px, transparent 2px, transparent 14px);
}
@media screen and (max-width: 960px) {
  .nintei-ttl::before {
    width: 100%;
    height: 2px;
    top: auto;
    bottom: 0;
    background: repeating-linear-gradient(to right, #231815, #231815 3px, transparent 2px, transparent 14px);
  }
}
.nintei-ttl ._num {
  background: #00AE1B;
  color: white;
  font-size: clamp(2.4rem, 2.302rem + 0.44vw, 3rem);
  width: 90px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  margin-inline: 0 2rem;
}
@media screen and (max-width: 960px) {
  .nintei-ttl ._num {
    width: 60px;
  }
}

.nintei-txt {
  font-size: clamp(1.4rem, 1.308rem + 0.41vw, 1.8rem);
  line-height: 2;
  margin-left: 4rem;
}
@media screen and (max-width: 960px) {
  .nintei-txt {
    margin: 1.5rem 0 0;
  }
}

.nintei-result__txt {
  font-size: clamp(1.4rem, 1.335rem + 0.29vw, 1.8rem);
  font-weight: 500;
  line-height: 1.8;
  display: grid;
  align-items: center;
  grid-template-columns: 0.3fr 0.7fr;
  border-radius: 10px;
  padding: 4rem;
  margin-block: 2rem;
}
@media screen and (max-width: 960px) {
  .nintei-result__txt {
    grid-template-columns: 1fr;
    padding: 2rem;
  }
}
.nintei-result__txt._green {
  margin-top: 4rem;
  background: rgba(0, 174, 27, 0.25);
}
@media screen and (max-width: 960px) {
  .nintei-result__txt._green {
    margin-top: 2rem;
  }
}
.nintei-result__txt._blue {
  background: rgba(7, 161, 196, 0.25);
}
.nintei-result__txt._gray {
  background: rgba(83, 83, 83, 0.25);
}

.nintei-result__badge {
  font-size: clamp(2rem, 1.902rem + 0.44vw, 2.6rem);
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .nintei-result__badge {
    text-align: center;
    margin-bottom: 0.5rem;
  }
}

.care-fee__section + .care-fee__section {
  margin-top: 4rem;
}

.care-fee__title {
  margin: 0 0 3rem;
  text-align: center;
  font-size: clamp(1.8rem, 1.702rem + 0.44vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 960px) {
  .care-fee__title {
    margin-block: 1rem 2rem;
  }
}

.care-fee__cards {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 960px) {
  .care-fee__cards {
    gap: 1rem;
  }
}

.care-fee__cards--5 {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1180px) {
  .care-fee__cards--5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 960px) {
  .care-fee__cards--5 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.care-fee__cards--2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 960px) {
  .care-fee__cards--2 {
    grid-template-columns: 1fr;
  }
}

.fee-cardWrap:not(:last-of-type) {
  border-right: 2px solid #535353;
  padding-right: 2rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 960px) {
  .fee-cardWrap:not(:last-of-type) {
    border-right: none;
    padding: 0 0 2rem;
    margin: 0 0 1rem;
    border-bottom: 2px solid #535353;
  }
}

.fee-card {
  border-radius: 10px;
  overflow: hidden;
}

.fee-card--green {
  background: #E2F4E5;
}
.fee-card--green .fee-card__price {
  margin-block: 1rem 1.5rem;
}

.fee-card--blue {
  background: #E2F4F2;
  margin-block: 0 2rem;
}
@media screen and (max-width: 960px) {
  .fee-card--blue {
    margin-block: 0 1rem;
  }
}

.fee-card__head,
.plus-fee__head {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 1rem;
  font-size: clamp(1.6rem, 1.508rem + 0.41vw, 2rem);
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.15rem;
}

.fee-card--green .fee-card__head {
  background: #00AE1B;
}

.fee-card--blue .fee-card__head {
  background: #00C0DE;
}

.fee-card__badge {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(2rem, 1.908rem + 0.41vw, 2.4rem);
  font-weight: 800;
  line-height: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  .fee-card__badge {
    width: 27px;
    height: 27px;
  }
}

.fee-card--green .fee-card__badge {
  color: #00AE1B;
}

.fee-card--blue .fee-card__badge {
  color: #00C0DE;
}

.fee-card__body {
  padding: 2rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .fee-card__body {
    padding: 1.5rem 1rem;
  }
}

.fee-card__label {
  font-size: clamp(1.4rem, 1.308rem + 0.41vw, 1.8rem);
  font-weight: 600;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 960px) {
  .fee-card__label {
    text-align: center;
  }
}

.fee-card__price {
  font-size: clamp(2.4rem, 2.169rem + 1.03vw, 3.4rem);
  font-weight: 900;
  line-height: 1.2;
}

.fee-card__price span {
  font-size: 0.6em;
  font-weight: 800;
  margin-left: 2px;
}

.fee-card__self {
  margin: 0;
  font-size: clamp(1.3rem, 1.231rem + 0.31vw, 1.6rem);
  font-weight: 600;
  text-align: center;
}
.fee-card__self span {
  font-weight: 900;
}

.fee-card__price--inline,
.fee-card__self--inline {
  white-space: nowrap;
}

.fee-card__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.fee-card__self {
  display: inline-block;
  padding: 0.25rem;
  border-block: 2px solid #777;
}

.plus-fee {
  border-radius: 12px;
  overflow: hidden;
}

.plus-fee__head {
  background: #FFB82B;
}

.plus-fee__body {
  background: #FFF8DB;
}

.plus-fee__body--2col {
  display: grid;
  grid-template-columns: 1fr 1px 1.4fr;
  align-items: center;
  gap: 2rem;
  padding: 2rem;
}
@media screen and (max-width: 960px) {
  .plus-fee__body--2col {
    gap: 1.5rem;
    padding: 1rem;
  }
}

.plus-fee__body--stack {
  padding: 18px 20px;
}

.plus-fee__item {
  padding-block: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.plus-fee__divider {
  padding-block: 2rem;
  width: 2px;
  height: 100%;
  background: repeating-linear-gradient(to bottom, #cdbf98, #cdbf98 8px, transparent 2px, transparent 14px);
}

.plus-fee__line {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 14px 0;
}
.plus-fee__line:not(:last-of-type)::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: repeating-linear-gradient(to right, #cdbf98, #cdbf98 8px, transparent 2px, transparent 14px);
}

.care-fee__notes {
  margin-top: 3rem;
}
@media screen and (max-width: 960px) {
  .care-fee__notes {
    margin-top: 2rem;
  }
}
.care-fee__notes .sub-txt {
  line-height: 1.8;
}

.care-fee__notes-title {
  margin-block: 2rem 0.5rem;
  font-size: clamp(1.6rem, 1.535rem + 0.29vw, 2rem);
  font-weight: 800;
}

.payment_block {
  letter-spacing: 0.1rem;
  display: grid;
  grid-template-columns: 0.4fr 0.6fr;
  place-items: center;
  justify-items: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .payment_block {
    padding: 3rem;
    grid-template-columns: 1fr;
  }
}

.payment-ttl {
  font-size: clamp(2rem, 1.836rem + 0.73vw, 3rem);
}

.payment-txt {
  font-weight: 500;
  line-height: 2;
  position: relative;
  padding-inline: 4rem 0;
  margin-inline: 2rem 0;
}
@media screen and (max-width: 960px) {
  .payment-txt {
    padding: 1.5rem 0 0;
    margin: 1.5rem 0 0;
  }
}
.payment-txt::before {
  left: 0;
  top: 0;
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background: repeating-linear-gradient(to bottom, #EBEBEB, #EBEBEB 8px, transparent 2px, transparent 14px);
}
@media screen and (max-width: 960px) {
  .payment-txt::before {
    height: 2px;
    width: 100%;
    background: repeating-linear-gradient(to right, #EBEBEB, #EBEBEB 8px, transparent 2px, transparent 14px);
  }
}

.recruit {
  background: #51D436;
}
.recruit .global-ttl {
  margin-bottom: 0;
}
.recruit .container::before {
  background: url(../images/recruit_foot_bg_top.svg) no-repeat center/100%;
}
.recruit .footer {
  background: #FFF2DB;
}
.recruit .footer .footer-contact {
  display: none;
}

.recruit-mv {
  background: #FFF2DB;
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 100vh;
  padding-top: 80px;
  margin-top: -80px;
  min-height: 750px;
}
@media screen and (max-width: 960px) {
  .recruit-mv {
    padding-top: 70px;
    margin-top: -70px;
    padding-bottom: 30px;
    position: inherit;
    height: auto;
    min-height: auto;
  }
}
.recruit-mv .global-ttlWrap {
  position: relative;
  z-index: 2;
  padding-block: 20px;
}

@media screen and (max-width: 960px) {
  .recruit-mv__visual {
    position: relative;
  }
}

.recruit-mv__message {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(1000px, 55vw);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .recruit-mv__message {
    position: relative;
    transform: none;
    width: min(550px, 120%);
    left: 50%;
    transform: translate(-50%, 0);
  }
}

@media screen and (max-width: 960px) {
  .recruit-mv__photoWrap {
    display: flex;
    justify-content: space-between;
  }
}

.recruit-mv__photo {
  position: absolute;
  margin: 0;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .recruit-mv__photo {
    position: inherit;
  }
}

.recruit-mv__photo--top-left {
  top: 10%;
  left: 8vw;
  width: min(550px, 28vw);
}
@media screen and (max-width: 960px) {
  .recruit-mv__photo--top-left {
    width: 40vw;
    left: -2%;
    margin-block: 0 -17vw;
  }
}

.recruit-mv__photo--right {
  top: 20%;
  right: 4vw;
  width: min(550px, 28vw);
}
@media screen and (max-width: 960px) {
  .recruit-mv__photo--right {
    width: min(250px, 45vw);
    margin-block: -10vw 0;
  }
}

.recruit-mv__photo--bottom-left {
  bottom: -6%;
  left: 5vw;
  width: min(550px, 26vw);
}
@media screen and (max-width: 960px) {
  .recruit-mv__photo--bottom-left {
    width: min(250px, 35vw);
    margin-inline: 0 1rem;
  }
}

.recruit-mv__blob {
  position: absolute;
  content: "";
  background: url(../images/recruit_top_bg.svg) no-repeat center/contain;
  aspect-ratio: 81/67;
}

.recruit-mv__blob--left {
  top: 210px;
  left: -70px;
  width: min(200px, 15vw);
}
@media screen and (max-width: 960px) {
  .recruit-mv__blob--left {
    left: -50px;
    bottom: 24vw;
    top: auto;
    width: 25vw;
  }
}

.recruit-mv__blob--right-top {
  top: 8%;
  right: -1%;
  width: min(150px, 10vw);
}
@media screen and (max-width: 960px) {
  .recruit-mv__blob--right-top {
    top: -1%;
    width: 25vw;
  }
}

.recruit-mv__blob--right-bottom {
  right: 5%;
  bottom: 3%;
  width: min(300px, 20vw);
}
@media screen and (max-width: 960px) {
  .recruit-mv__blob--right-bottom {
    right: -5vw;
    bottom: 30vw;
    width: 15vw;
  }
}

.bg-green {
  padding-block: 80px;
  background: #51D436;
  background: linear-gradient(0deg, rgb(81, 212, 54) 75%, rgb(191, 221, 0) 100%);
}
@media screen and (max-width: 960px) {
  .bg-green {
    padding-block: 40px;
  }
}

.recruit-about .sub-txt {
  font-size: clamp(1.4rem, 1.302rem + 0.44vw, 2rem);
  letter-spacing: 0.15rem;
  color: white;
  text-align: center;
  line-height: 2;
  margin-block: 0 1.5em;
}
@media screen and (max-width: 600px) {
  .recruit-about .sub-txt {
    text-align: left;
  }
}

.recruit-footer-contact {
  text-align: center;
}
.recruit-footer-contact .footer-contact ._inner {
  padding: 3rem 8rem;
}
@media screen and (max-width: 960px) {
  .recruit-footer-contact .footer-contact ._inner {
    padding: 3rem 2rem;
  }
}
.recruit-footer-contact .footer-contact__content {
  margin-inline: 0;
}
.recruit-footer-contact .footer-contact__ttl {
  font-size: clamp(2rem, 1.836rem + 0.73vw, 3rem);
  text-align: center;
}
.recruit-footer-contact .footer-contact__txt {
  font-size: clamp(1.6rem, 1.567rem + 0.15vw, 1.8rem);
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.25rem;
}
.recruit-footer-contact .footer-contact__tel a {
  font-size: clamp(3.6rem, 3.142rem + 2.04vw, 6.4rem);
}
.recruit-footer-contact .footer-contact__tel span {
  font-size: clamp(1.8rem, 1.702rem + 0.44vw, 2.4rem);
  font-weight: 900;
  margin-left: 0.75em;
}
@media screen and (max-width: 960px) {
  .recruit-footer-contact .footer-contact__tel span {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .recruit-footer-contact .footer-contact__tel span {
    display: block;
  }
}

.recruit-news-ttl {
  font-size: clamp(2.4rem, 2.171rem + 1.02vw, 3.8rem);
  font-weight: 600;
  letter-spacing: 0.2rem;
  color: white;
  text-align: center;
  margin-block: 0 3rem;
}
@media screen and (max-width: 960px) {
  .recruit-news-ttl {
    margin-block: 0 2rem;
  }
}

.company .flex {
  margin-bottom: 8rem;
}
@media screen and (max-width: 960px) {
  .company .flex {
    margin-bottom: 4rem;
  }
}
.company .flex._last {
  margin-bottom: 4rem;
}
@media screen and (max-width: 960px) {
  .company .flex._last {
    margin-bottom: 3rem;
  }
}

.company-ttl {
  font-weight: 600;
  letter-spacing: 0.1rem;
  width: 25%;
  padding-block: 1rem 0;
}
@media screen and (max-width: 960px) {
  .company-ttl {
    width: 100%;
    padding-block: 0 1.5rem;
  }
}

.company-list {
  line-height: 2;
  width: 75%;
  background-image: radial-gradient(circle, #BEA378 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat-x, repeat-x;
  background-size: 6px 2px, 6px 2px;
}
@media screen and (max-width: 960px) {
  .company-list {
    line-height: 1.6;
    width: 100%;
  }
}
.company-list ._border {
  display: flex;
  flex-wrap: wrap;
  background-image: radial-gradient(circle, #BEA378 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x, repeat-x;
  background-size: 6px 2px, 6px 2px;
  padding-block: 2rem;
}
.company-list dt {
  width: 30%;
}
@media screen and (max-width: 600px) {
  .company-list dt {
    font-weight: 500;
    width: 100%;
    margin-block: 0 0.5rem;
  }
}
.company-list dd {
  width: 70%;
}
@media screen and (max-width: 600px) {
  .company-list dd {
    font-size: 1.4rem;
    line-height: 2;
    width: 100%;
  }
}

.company-txt {
  font-weight: 500;
  color: #FF7E22;
  line-height: 2;
  margin-right: 2rem;
}
@media screen and (max-width: 600px) {
  .company-txt {
    line-height: 1.6;
    margin-bottom: 0.5rem;
  }
}

.company_box {
  align-items: center;
}/*# sourceMappingURL=sub.css.map */

/*# wp用追記 */

.detail_block a {
  color: #00AE1B;
transition: 0.4s;
}
.detail_block a:hover {
  opacity: 0.5;
}

.wp-block-image .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image .aligncenter img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.has-vivid-red-color {
  color: #cf2e2e;
}
.has-vivid-cyan-blue-color {
  color: #0693e3;
}
.has-luminous-vivid-orange-color {
  color: #ff6900;
}
.has-luminous-vivid-amber-color {
  color: #fcb900;
}
.has-vivid-green-cyan-color {
  color: #00d084;
}
.has-black-color {
color: #231815;
}
.has-white-color {
color: #ffffff;
}
.has-cyan-bluish-gray-color{
color: #abb8c3;
}

.has-pale-pink-color{
color: #f78da7;
}
.has-light-green-cyan-color{
color: #7bdcb5;
}
.has-pale-cyan-blue-color{
color: #8ed1fc;
}
.has-vivid-purple-color{
color: #9b51e0;
}