/* kashibox */
.kashibox {
  background-image: url('./images/back-image.jpg');
  background-repeat: repeat;
  padding: 40px 30px 20px;
}


.slick-prev,
.slick-next {
  width: 62px;
  height: 122px;
  position: absolute;
  top: 100px;
  background-size: contain !important;
  z-index: 2;
  cursor: pointer;
}

@media screen and (max-width: 500px) {
  .slick-prev,
  .slick-next {
    width: 31px;
    height: 60px;
    top: 100px;
  }
}
.slick-prev {
  background: url(../img/top/slider-prev.png) no-repeat center/contain !important;
  left: 0;
  transition: all 0.5s;
}

.slick-prev:hover {
  transform: translateX(-10px);
}

.slick-next {
  background: url(../img/top/slider-next.png) no-repeat center/contain !important;
  right: 0;
  transition: all 0.5s;
}

.slick-next:hover {
  transform: translateX(10px);
}

.b-top-staffs {
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .b-top-staffs {
    gap: 0;
  }
}
.b-top-staffs__person {
  width: calc((100% - 90px) / 4);
}

@media screen and (max-width: 768px) {
  .b-top-staffs__person {
    width: calc((100% - 30px) / 2);
  }
}
.b-top-staffs__person:nth-child(even) {
  margin-top: 30px;
}

.b-top-staff {
  text-align: center;
}

.b-top-staff img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.b-top-staff__text {
  text-align: center;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.125rem;
  transform: translateY(-90%);
}

@media screen and (max-width: 1024px) {
  .b-top-staff__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .b-top-staff__text {
    font-size: 0.875rem;
  }
}
.b-top-staff__text span {
  background-color: #1f1f1f;
  padding: 0.2em 0.5em;
}

@media screen and (max-width: 500px) {
  .b-top-staff__text span {
    padding: 0.2em;
  }
}
.b-top-staff__name {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  transform: translateY(-90%);
  margin-top: 1em;
}

.b-top-staff__name .position {
  font-size: 1.125rem;
  display: block;
}

@media screen and (max-width: 500px) {
  .b-top-staff__name .position {
    font-size: 1rem;
  }
}
.b-top-staff__name .name {
  font-size: 1.5rem;
}

@media screen and (max-width: 500px) {
  .b-top-staff__name .name {
    font-size: 1.25rem;
  }
}
.b-top-news__item a {
  padding: 18px 0;
  border-bottom: 1px dotted #aaaaaa;
}

.b-top-news__item a:hover {
  border-bottom: 1px solid #1f1f1f;
}

.b-top-news__item time {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #aaa;
  width: 100px;
}

.b-top-news__item h3 {
  width: calc(100% - 100px);
}

.b-top-blogs__item a {
  align-items: center;
  gap: 20px;
  padding: 15px 0;
}

.b-top-blogs__item a:hover img {
  transform: scale(1.1);
  filter: brightness(0.9);
}

.b-top-blogs__item .img-wrap {
  width: 120px;
  height: 80px;
  overflow: hidden;
}

.b-top-blogs__item img {
  aspect-ratio: 120/80;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
  max-width: 120px;
}

.b-top-blogs__item time {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #aaa;
  width: 100px;
  margin-bottom: 0.5em;
}

.b-top-blogs__item-text {
  width: calc(100% - 140px);
}

/* BEM reason下層ページ-------------------------------------------------------------------------- */
.b-plans .b-box-beige__img {
  -o-object-fit: contain;
  object-fit: contain;
}

.b-plan-list {
  gap: 30px;
  margin-bottom: 50px;
}

.b-plan-list__item {
  width: calc((100% - 60px) / 3);
  border: 1px solid #d2ccbd;
  background-color: #f2f0e8;
  border-radius: 10px;
  position: relative;
  padding: 60px 35px 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .b-plan-list__item {
    width: calc((100% - 30px) / 2);
    padding: 50px 15px 20px;
  }
}
@media screen and (max-width: 500px) {
  .b-plan-list__item {
    width: 100%;
  }
}
.b-plan-list__item h3 {
  width: 300px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #007952;
  line-height: 57px;
  border-radius: 26px;
  justify-content: center;
  gap: 0.5em;
  color: #fff;
  font-size: 1.5rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 1024px) {
  .b-plan-list__item h3 {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .b-plan-list__item h3 {
    font-size: 1.125rem;
    width: 190px;
    line-height: 40px;
    border-radius: 20px;
  }
}
.b-plan-list__item dl {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .b-plan-list__item dl {
    margin-bottom: 20px;
  }
}
.b-plan-list__item dt {
  border-bottom: 1px dotted #d2ccbd;
  padding-bottom: 20px;
  padding-right: 15px;
  width: 95px;
}

@media screen and (max-width: 768px) {
  .b-plan-list__item dt {
    width: 100%;
    border-bottom: none;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .b-plan-list__item dt {
    width: 95px;
    margin-right: 0;
    border-bottom: 1px dotted #d2ccbd;
  }
}
.b-plan-list__item dt span {
  font-weight: bold;
  display: inline-block;
  color: #007952;
  border: 1px solid #007952;
  font-size: 0.9375rem;
  width: 80px;
  line-height: 32px;
  text-align: center;
}

.b-plan-list__item dt:not(:last-of-type) {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .b-plan-list__item dt:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .b-plan-list__item dt:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.b-plan-list__item dd {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.5rem;
  border-bottom: 1px dotted #d2ccbd;
  padding-bottom: 20px;
  width: calc(100% - 95px);
}

@media screen and (max-width: 768px) {
  .b-plan-list__item dd {
    width: 100%;
    padding-bottom: 10px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 500px) {
  .b-plan-list__item dd {
    width: calc(100% - 95px);
    padding-bottom: 14px;
  }
}
.b-plan-list__item dd:not(:last-of-type) {
  margin-bottom: 20px;
}

@media screen and (max-width: 500px) {
  .b-plan-list__item dd:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.b-plan-list__item .b-link {
  width: 216px;
}

.b-check-list {
  position: relative;
  background-color: #f3f0e9;
  border-radius: 5px;
  padding: 40px 30px;
  margin-top: 40px;
}

@media screen and (max-width: 500px) {
  .b-check-list {
    padding: 30px 15px;
  }
}
.b-check-list::before {
  content: "Check Point!";
  color: #fff;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  background-color: #007952;
  font-family: "Roboto", sans-serif;
  width: 125px;
  line-height: 30px;
  font-size: 0.875rem;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  text-transform: uppercase;
}

.b-check-list__item {
  line-height: 2;
  position: relative;
  padding-left: 16px;
}

.b-check-list__item:not(:last-child) {
  margin-bottom: 0.5em;
}

.b-check-list__item::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #007952;
  top: 0;
  left: 0;
  transform: translateY(75%);
  position: absolute;
}

.b-check-list__item h4 {
  font-size: 1.125rem;
  font-weight: bold;
}

.b-arrow-box {
  position: relative;
}

.b-arrow-box::after {
  content: "";
  width: 37px;
  height: 13px;
  background-size: contain;
  position: absolute;
  background-image: url(../img/common/arrow-right.png);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .b-arrow-box::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
.b-arrow-box > img {
  width: calc(50% - 30px);
}

@media screen and (max-width: 768px) {
  .b-arrow-box > img {
    width: 100%;
    margin-bottom: 60px;
  }
}
.b-colors {
  gap: 10px;
  width: calc(50% - 30px);
}

@media screen and (max-width: 768px) {
  .b-colors {
    width: 100%;
  }
}
.b-colors__item {
  width: calc((100% - 20px) / 3);
}

.b-colors__item a {
  display: block;
  position: relative;
}

.b-colors__item a:hover {
  filter: brightness(0.8);
}

.b-colors__item img {
  border-radius: 10px;
  vertical-align: bottom;
}

.b-colors__item i {
  color: #fff;
  background-color: #007952;
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
  border-radius: 10px;
  font-size: 0.75rem;
}

.modaal-close {
  background-color: #007952 !important;
}

.modaal-close:after,
.modaal-close:before {
  background: #fff;
}

.modaal-close:focus,
.modaal-close:hover {
  background-color: #fff;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #007952;
}

/* BEM worksページ-------------------------------------------------------------------------- */
.beer-slider {
  width: 100%;
  aspect-ratio: 1200/750;
  border: 3px solid #007952;
}

.beer-slider img {
  width: 100%;
}

.beer-handle {
  background: #007952 !important;
  width: 60px;
  height: 60px;
}

.beer-handle::before,
.beer-handle::after {
  color: #fff;
}

.beer-reveal[data-beer-label]:after {
  top: 100%;
  left: 0;
  transform: translateY(-100%);
  background: #fff;
  color: #007952;
  width: 140px;
  line-height: 45px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 1.375rem;
  padding: 0;
  border-top-right-radius: 10px;
}

@media screen and (max-width: 500px) {
  .beer-reveal[data-beer-label]:after {
    width: 75px;
    font-size: 0.875rem;
    line-height: 25px;
  }
}
.beer-slider[data-beer-label]:after {
  top: 100%;
  right: 0;
  transform: translateY(-100%);
  background: #007952;
  color: #fff;
  width: 140px;
  line-height: 45px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 1.375rem;
  padding: 0;
  border-top-left-radius: 10px;
}

@media screen and (max-width: 500px) {
  .beer-slider[data-beer-label]:after {
    width: 75px;
    font-size: 0.875rem;
    line-height: 25px;
  }
}
.b-works-index-list__item {
  list-style-type: decimal;
  margin-bottom: 20px;
}

.b-works-index-list__item::marker {
  font-size: 0.9375rem;
  color: #007952;
  font-weight: bold;
}

.b-works-index-list h3 {
  font-size: 0.9375rem;
  display: inline-block;
}

.b-works-index-list h4 {
  margin-top: 0.5em;
  display: inline-block;
  padding-left: 20px;
}

.b-works-index-list h4::before {
  content: "-";
  display: inline-block;
  margin-right: 0.5em;
}

.b-works-index-list a {
  color: #007952;
}

.b-works-index-list a:hover {
  border-bottom: 1px solid #007952;
}

.b-works-about-list {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .b-works-about-list {
    margin-bottom: 20px;
  }
}
.b-works-about-list__dt {
  border-bottom: 1px dotted #d2ccbd;
  padding-bottom: 20px;
  padding-right: 15px;
  width: 150px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .b-works-about-list__dt {
    width: 100%;
    border-bottom: none;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .b-works-about-list__dt {
    width: 95px;
    margin-right: 0;
    border-bottom: 1px dotted #d2ccbd;
  }
}
.b-works-about-list__dt:not(:last-of-type) {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .b-works-about-list__dt:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .b-works-about-list__dt:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.b-works-about-list__dd {
  border-bottom: 1px dotted #d2ccbd;
  padding-bottom: 20px;
  width: calc(100% - 150px);
}

@media screen and (max-width: 768px) {
  .b-works-about-list__dd {
    width: 100%;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .b-works-about-list__dd {
    width: calc(100% - 95px);
    padding-bottom: 14px;
  }
}
.b-works-about-list__dd:not(:last-of-type) {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .b-works-about-list__dd:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.b-diagnosis-list__item {
  gap: 40px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .b-diagnosis-list__item {
    gap: 0;
    margin-bottom: 80px;
  }
}
.b-diagnosis-list__item-text {
  width: calc(50% - 20px);
}

@media screen and (max-width: 768px) {
  .b-diagnosis-list__item-text {
    width: 100%;
    margin-bottom: 25px;
  }
}
.b-diagnosis-list__item img {
  width: calc(50% - 20px);
}

@media screen and (max-width: 768px) {
  .b-diagnosis-list__item img {
    width: 100%;
  }
}
.b-works-report__item {
  width: calc(50% - 20px);
  margin-bottom: 50px;
  padding: 15px;
}

@media screen and (max-width: 640px) {
  .b-works-report__item {
    width: 100%;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 500px) {
  .b-works-report__item {
    margin-bottom: 60px;
  }
}
.b-works-report__item img {
  width: 100%;
  /*margin-bottom: 25px;*/
  margin-bottom: 10px;
  /* aspect-ratio: 3/2; */
  -o-object-fit: contain;
  object-fit: contain;
}

.b-works-report__item span {
  color: #aaa;
  display: inline-block;
}

.b-works-report__item h4 {
  font-size: 1.25rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 500px) {
  .b-works-report__item h4 {
    font-size: 1.125rem;
  }
}
/* BEM staffページ-------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .b-staff-profile {
    flex-direction: column;
  }
}
.b-staff-profile__text {
  width: calc(50% - 30px);
}

@media screen and (max-width: 640px) {
  .b-staff-profile__text {
    width: 100%;
  }
}
.b-staff-profile__name {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5em;
}

.b-staff-profile__name span {
  display: inline-block;
}

.b-staff-profile__name .ja {
  font-size: 1.875rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 640px) {
  .b-staff-profile__name .ja {
    font-size: 1.5rem;
  }
}
.b-staff-profile__name .en {
  text-transform: uppercase;
}

@media screen and (max-width: 640px) {
  .b-staff-profile__name .en {
    font-size: 0.875rem;
  }
}
.b-staff-profile img {
  width: calc(50% - 30px);
}

@media screen and (max-width: 640px) {
  .b-staff-profile img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.b-staff-profile dl {
  border-top: 1px dotted #d2ccbd;
  padding-top: 20px;
}

.b-youtube-frame {
  aspect-ratio: 16/9;
  max-width: 750px;
  margin: 0 auto 80px;
}

.b-youtube-frame iframe {
  width: 100%;
  height: 100%;
}

/* BEM staffページ-------------------------------------------------------------------------- */
.b-movie-tab__item {
  width: 20%;
}

@media screen and (max-width: 768px) {
  .b-movie-tab__item {
    width: 50%;
  }
}
.b-movie-tab__item:first-child a {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-left: 1px solid #aaa;
}

@media screen and (max-width: 768px) {
  .b-movie-tab__item:first-child a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.b-movie-tab__item:last-child a {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media screen and (max-width: 768px) {
  .b-movie-tab__item:last-child a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.b-movie-tab__item a {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  text-align: center;
  color: #aaaaaa;
  font-weight: bold;
  font-size: 1.125rem;
  border: 1px solid #aaa;
  border-left: none;
  line-height: 56px;
}

@media screen and (max-width: 768px) {
  .b-movie-tab__item a {
    border-left: 1px solid #aaa;
    font-size: 1rem;
  }
}
.b-movie-tab__item a.current {
  background-color: #007952;
  color: #fff;
  border-color: #007952;
}

/* BEM privacyページ-------------------------------------------------------------------------- */
.b-privacy-list .b-underline-title {
  color: #1f1f1f;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.b-privacy-list ol li {
  list-style-type: decimal;
  line-height: 2;
}

.b-privacy-list ol li::marker {
  font-weight: bold;
}

.b-privacy-list ul li {
  list-style-type: disc;
  line-height: 2;
}

.b-privacy-list ul li::marker {
  font-weight: bold;
}

/* BEM sitemapページ-------------------------------------------------------------------------- */
.b-sitemap-link {
  display: inline-block;
  border-bottom: 1px solid #dddddd;
  width: 360px;
  max-width: 100%;
  position: relative;
  padding-bottom: 1rem;
}

@media screen and (max-width: 500px) {
  .b-sitemap-link {
    width: 100%;
    padding-bottom: 0.5rem;
  }
}
.b-sitemap-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #007952;
  height: 1px;
  width: 30px;
}

.b-sitemap-link span {
  line-height: 1;
  font-size: 1.875rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
}

@media screen and (max-width: 1500px) {
  .b-sitemap-link span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1280px) {
  .b-sitemap-link span {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .b-sitemap-link span {
    font-size: 1.125rem;
  }
}
.b-sitemap-link i {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  border: 1px solid #007952;
  background-color: #007952;
  color: #fff;
  font-size: 0.75rem;
}

.b-sitemap-link:hover {
  color: #007952;
  border-color: #007952;
}

.b-sitemap-link:hover i {
  color: #007952;
  background-color: #fff;
}

.b-sitemap-list li {
  width: calc((100% - 120px) / 3);
  margin-bottom: 80px;
}

@media screen and (max-width: 1280px) {
  .b-sitemap-list li {
    width: calc((100% - 80px) / 3);
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .b-sitemap-list li {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 500px) {
  .b-sitemap-list li {
    width: 100%;
  }
}
.b-sitemap-list li:not(:nth-child(3n)) {
  margin-right: 60px;
}

@media screen and (max-width: 1280px) {
  .b-sitemap-list li:not(:nth-child(3n)) {
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .b-sitemap-list li:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .b-sitemap-list li:nth-child(odd) {
    margin-right: 40px;
  }
}
@media screen and (max-width: 500px) {
  .b-sitemap-list li:nth-child(odd) {
    margin-right: 0;
  }
}
/*** 20230427 ADDED ***/
.layout-single-content img.alignright {
  display: block;
  margin: 0 0 0 auto;
}

.layout-single-content img.alignleft {
  display: block;
  margin: 0 auto 0 0;
}

.layout-single-content img.aligncenter {
  display: block;
  margin: 0 auto;
}

/*** 20230725 ADDED ***/
.t-center {
  text-align: center;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.btn-filled {
  background-color: #007952;
  color: #fff;
  display: block;
  width: min(100%, 680px);
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  font-size: clamp(18px, 4vw, 24px);
  padding: 15px;
  line-height: 1.3;
}

.editor-block h2 {
  position: relative;
  background-color: #007952;
  color: #fff;
  padding: 7px 25px;
}

.editor-block h2::before,
.editor-block h2::after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
}

.editor-block h2::before {
  top: 2px;
}

.editor-block h2::after {
  bottom: 2px;
}

.editor-block h3 {
  position: relative;
  padding-left: 15px;
  color: #007952;
}

.editor-block h3::before {
  background-color: #007952;
  content: "";
  display: block;
  height: 100%;
  width: 5px;
  position: absolute;
  left: 0;
  top: 0;
}

/*** 20230727 ADDED ***/
.top-banner {
  margin-bottom: 80px;
}

.top-banner .slick-dots {
  margin: 10px 0 0;
  position: relative;
  bottom: 0;
}

.top-banner .slick-dots button:before {
  font-size: 12px;
}

.top-banner .slick-dots li.slick-active button:before {
  color: #007952;
  opacity: 1;
}

.top__bannder_slide_item img {
  margin: auto;
}

.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-next:hover {
  transform: translate(0, 0);
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  content: none;
}

/************ 20230904 ADDED *************/
.t-underline {
  text-decoration: underline;
}

/************ 20230915 ADDED *************/
.wd-xs {
  max-width: 200px;
  width: 100% !important;
}

.wd-md {
  max-width: 600px;
  width: 100% !important;
}

.white-space-nowrap {
  white-space: nowrap;
}

/* ------------------------------------- */
/*------- ⇓⇓⇓ New css 240327 h ⇓⇓⇓-------*/
/* ------------------------------------- */
.recruit-mv .mv-pc img {
  width: 100%;
}

.recruit-mv .mv-sp {
  display: none;
}

.c-line-wrap {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  display: block;
  font-size: 44px;
  font-weight: 500;
  font-family: 游明朝, serif;
  margin-bottom: 70px;
}

.c-line-wrap p {
  max-width: 570px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5em;
  padding: 2px 10px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.c-line-wrap .line-top {
  background-image: url(../img/recruit/line-bg01.png);
}

.c-line-wrap .line-second {
  background-image: url(../img/recruit/line-bg02.png);
  background-position: center left -16px;
}

.recruit_c-text {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  font-weight: 600;
}

.mb-1r {
  margin-bottom: 1rem;
}

.recruit__c-flex {
  justify-content: space-between;
  gap: 2em;
}

/* 流れるテキスト上段 */
.recruit__flowing-warp01,
.recruit__flowing-warp02 {
  align-items: center;
  background: #007952;
  color: #fff;
  display: flex;
  /* height: 165px; */
  line-height: 40px;
  overflow: hidden;
  width: auto;
  white-space: nowrap;
  z-index: 1;
  padding: 1em 0;
}

.recruit__flowing-warp01 ul.flowing01 {
  /* animation: flowing01 40s linear infinite; */
  animation: flowing01 110s -25s linear infinite;
  font-size: 20px;
  transform: translateX(100%);
  margin: 0;
  padding: 0;
}

.recruit__flowing-warp01 ul.flowing01 li {
  display: inline-block;
  padding-right: 10px;
}

@keyframes flowing01 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* 流れるテキスト　下段 */
.recruit__flowing-warp02 ul.flowing02 {
  /* animation: flowing02 40s linear infinite; */
  animation: flowing02 110s -25s linear infinite;
  font-size: 20px;
  transform: translateX(100%);
  margin: 0;
  padding: 0;
}

.recruit__flowing-warp02 ul.flowing02 li {
  display: inline-block;
  padding-right: 10px;
}

@keyframes flowing02 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.flowing-warp02 img {
  height: 100px;
}

.recruit02.recruit-bg-green {
  padding: 120px 0;
}

.recruit-bg-green {
  background-color: #007952;
  padding: 0 15px;
  color: #ffffff;
  padding-bottom: 110px;
}

/* 流れるテキストの装飾類 */
.recruit__flowing-warp01 {
  position: relative;
}

.recruit__flowing-warp01::after {
  content: "";
  display: block;
  background-image: url(../img/recruit/paint-right.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right center;
  width: 115px;
  height: 187px;
  position: absolute;
  right: 0;
  top: -10px;
  z-index: 5;
}

.recruit__flowing-warp01 img {
  /* padding-top: 30px;
  padding-bottom: 15px; */
  /* object-fit: contain;
  width: 1321px; */
  min-width: 60vw;
}

.recruit__flowing-warp02 img {
  /* padding-top: 15px;
  padding-bottom: 30px; */
  /* object-fit: contain;
  width: 1098px;
  height: 114px; */
  min-width: 60vw;
}

.recruit__flowing-warp02 {
  position: relative;
}

.recruit__flowing-warp02::after {
  content: "";
  display: block;
  background-image: url(../img/recruit/paint-left.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left center;
  width: 125px;
  height: 187px;
  position: absolute;
  left: 0;
  top: -7px;
  z-index: 5;
}

.recruit__flowing-warp01 {
  position: relative;
}

.recruit__flowing-warp01::before {
  content: "";
  display: block;
  background-image: url(../img/recruit/paint-person-left.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  width: 123px;
  height: 134px;
  position: absolute;
  bottom: 29px;
  left: 200px;
  z-index: 8;
}

.recruit__flowing-warp02::before {
  content: "";
  display: block;
  background-image: url(../img/recruit/paint-person-right.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  width: 96px;
  height: 122px;
  position: absolute;
  bottom: 29px;
  right: 200px;
  z-index: 8;
}

/* パーツ関連ここまで */
/* ------------------------------------- */
.recruit02 {
  position: relative;
}

.recruit02::before {
  content: "";
  display: block;
  background-image: url(../img/recruit/gr-parts-top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 70px;
  position: absolute;
  top: -65px;
  left: 0;
}

.black-fukidashi {
  background: #1f1f1f;
  color: #ffffff;
  font-size: 14px;
  display: block;
  margin: 0 auto;
  max-width: 95px;
  border-radius: 50px;
  position: relative;
  margin-bottom: 13px;
}

.black-fukidashi p {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}

.black-fukidashi::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #1f1f1f;
}

.recruit_content-ttl {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.recruit06 .recruit_content-ttl::after {
  content: "";
  display: block;
  background-image: url(../img/recruit/data-parts-staff.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 192px;
  height: 152px;
  position: absolute;
  right: 0;
  top: -35px;
}

.recruit_content-ttl h2 {
  font-size: 36px;
  color: #ffffff;
  text-align: center;
}

.recruit03 {
  color: #ffffff;
}

.ff-yu {
  font-family: 游明朝, serif;
}

.c-inner-green {
  background-color: #004a32;
  max-width: 95%;
  margin: 0 auto;
  border-radius: 10px;
  padding: 100px 15px;
  position: relative;
}

.c-inner-green::before {
  content: "";
  display: block;
  background-image: url(../img/recruit/bg-blur-message.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
  position: absolute;
  width: 100%;
  height: 960px;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.c-inner-green::after {
  content: "";
  display: block;
  background-image: url(../img/recruit/message-person.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 157px;
  height: 143px;
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: 5;
}

.recruit03 h3 {
  font-size: 27px;
}

.c-inner-s {
  width: calc(100% - 250px);
  margin: 0 auto;
}

.c-flex-item.-item-left {
  width: 40%;
}

.c-flex-item.-item-right {
  width: 60%;
}

.mb-4 {
  margin-bottom: 1rem;
}

.c-flex {
  justify-content: space-around;
  gap: 1rem;
}

.c-flex-item {
  width: 50%;
}

.mb-50 {
  margin-bottom: 50px;
}

.ta-center {
  text-align: center;
}

.recruit04 {
  padding: 140px 0;
}

.job-flex-item img {
  border-radius: 9px;
}

.job-name {
  font-size: 27px;
  text-align: center;
}

.c-btn-wh a {
  background: #ffffff;
  padding: 12px 20px;
  border-radius: 50px;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  color: #007952;
  display: block;
  text-align: center;
}

.c-btn-wh i {
  background: #007952;
  color: #ffffff;
  font-size: 12px;
}

.c-btn-wh a {
  position: relative;
}

.c-btn-wh a::after {
  content: "\f105";
  font-family: "fontawesome";
  position: absolute;
  right: 8%;
  background: #007952;
  color: #ffffff;
  font-size: 12px;
  border-radius: 100%;
  padding: 3px 0 0px 1px;
  width: 24px;
  height: 24px;
}

.dots-wrap-flex {
  border: dotted 2px #ffffff;
  border-radius: 10px;
  padding: 30px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(24px);
  position: relative;
}

/* .bg-blur {
  filter: blur(3px);
} */
.dots-wrap-flex::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(3px);
  z-index: -1;
}

.dots-wrap-flex::before {
  content: "";
  display: block;
  background-image: url(../img/recruit/job-bg-parts-hake.png);
  background-repeat: no-repeat;
  width: 340px;
  height: 459px;
  position: absolute;
  left: -149px;
  top: -148px;
}

.ttl-wrap {
  display: block;
  text-align: center;
}

.dots-wrap h4 {
  font-size: 24px;
  text-align: center;
  background: #007952;
  display: inline-block;
  margin: 0 auto;
  padding: 0 2em;
  position: relative;
  top: 17px;
  z-index: 5;
}

.dots-wrap h4::before {
  content: url(../img/recruit/parts-support-left.png);
  position: absolute;
  left: 20px;
  top: 0;
}

.dots-wrap h4::after {
  content: url(../img/recruit/parts-support-right.png);
  position: absolute;
  right: 20px;
  top: 0;
}

.job-flex {
  margin-bottom: 100px;
  justify-content: space-around;
  gap: 20px;
}

.job-flex-item img {
  width: 100%;
}

.job-flex-item figure {
  position: relative;
}

.job-flex-item figure::before {
  position: absolute;
}

.job-flex-item .job-img01::before {
  content: url(../img/recruit/job-staff-parts_01.png);
  left: 10px;
  top: -12px;
  z-index: 2;
}

.job-flex-item .job-img02::before {
  content: url(../img/recruit/job-staff-parts_02.png);
  left: 10px;
  top: -12px;
  z-index: 2;
}

.job-flex-item .job-img03::before {
  content: url(../img/recruit/job-staff-parts_03.png);
  left: 10px;
  top: -12px;
  z-index: 2;
}

.job-flex-item .job-img04::before {
  content: url(../img/recruit/job-staff-parts_04.png);
  left: 10px;
  top: -12px;
  z-index: 2;
}

.ttl-24 {
  font-size: 24px;
}

.icon-flex {
  justify-content: start;
  align-items: center;
  gap: 10px;
}

.icon-flex img {
  width: 18px;
  height: 18px;
}

.rec-job {
  position: relative;
}

.rec-job::before {
  content: "";
  display: block;
  background-image: url(../img/recruit/job-bg-parts.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 366px;
  height: 434px;
  position: absolute;
  right: 0;
  top: 135px;
}

.rec-job::after {
  content: "";
  display: block;
  background-image: url(../img/recruit/job-bg-parts-staff.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 222px;
  height: 218px;
  position: absolute;
  left: -70px;
  top: 180px;
}

.dots-wrap-flex {
  gap: 2em;
  justify-content: space-around;
  align-items: flex-start;
}

.rec-event .layout-article,
.rec-welfare .layout-article {
  border-radius: 10px;
}

.rec-event,
.rec-event h2 {
  color: #1f1f1f;
}

.recruit05 {
  position: relative;
}

.recruit05::after {
  content: "";
  display: block;
  background-image: url(../img/recruit/gr-parts-bottom.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 70px;
  background-size: cover;
  background-position: center bottom;
  position: absolute;
  bottom: -60px;
  left: 0;
  z-index: 2;
}

.rec-data-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-around;
  align-items: center;
  gap: 1em;
  margin-bottom: 1em;
}

.rec-data-grid img {
  margin: 0 auto;
}

.rec-data-grid-item,
.rec-data-flex-item {
  border: solid 1px #7fa498;
  border-radius: 10px;
}

.rec-data-grid-item figure {
  height: 306px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.grid-ttl {
  text-align: center;
  margin-top: 1em;
  font-size: 24px;
  color: #ffffff;
}

.rec-data-flex-item {
  height: 300px;
}

.rec-data-flex-item figure {
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.rec-data-flex {
  margin-bottom: 1em;
}

.bg-darker-green {
  background-color: #004a32;
  padding: 0 15px;
}

.recruit06 {
  padding-top: 200px;
  padding-bottom: 160px;
  position: relative;
}

.recruit06::after {
  content: "";
  display: block;
  background-image: url(../img/recruit/data-parts-right.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 461px;
  height: 603px;
  position: absolute;
  right: 0;
  top: 300px;
}

.recruit06::before {
  content: "";
  display: block;
  background-image: url(../img/recruit/data-parts-left.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 371px;
  height: 574px;
  position: absolute;
  left: 0;
  bottom: 100px;
}

.recruit07,
.recruit07 h2 {
  color: #1f1f1f;
}

.rec-welfare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-around;
  gap: 2em 1em;
}

.rec-welfare-grid img {
  margin: 0 auto;
}

.rec-welfare-grid-item,
.rec-event-flex-item {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.rec-event-flex-item img {
  margin: 0 auto;
}

.recruit07 {
  padding-bottom: 150px;
  position: relative;
}

.recruit07::after {
  content: "";
  display: block;
  background-image: url(../img/recruit/gr-parts-bottom02.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  width: 100%;
  height: 70px;
  position: absolute;
  bottom: -65px;
  left: 0;
  z-index: 2;
}

.rec-recruitment .black-fukidashi {
  max-width: 128px;
}

.recruit08 {
  padding-top: 150px;
}

/* タブ */
.tab {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}

.tab li {
  width: 100%;
  max-width: 25%;
  border-right: solid 1px #fff;
}

.tab li:last-child {
  border-right: none;
}

.tab li.active {
  border-right: none;
}

.tab li a {
  display: block;
  background: #777777;
  margin: 0 2px;
  padding: 10px 20px;
  height: 70px;
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/*liにactiveクラスがついた時の形状*/
.tab li.active a {
  background: #fff;
  color: #007852;
  /* padding: 20px; */
  width: 100%;
  display: block;
  max-width: 100%;
  border-radius: 10px 10px 0 0;
  margin: 0;
  height: 90px;
  text-align: center;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.tab-area {
  display: none;
  /*はじめは非表示*/
  opacity: 0;
  /*透過0*/
  background: #fff;
  padding: 80px 20px;
  border-radius: 0 0 10px 10px;
}

/*areaにis-activeというクラスがついた時の形状*/
.tab-area.is-active {
  display: block;
  /*表示*/
  animation-name: displayAnime;
  /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tab-area {
  color: #1f1f1f;
}

.tab-table-flex {
  justify-content: space-around;
  gap: 1em;
  margin-bottom: 65px;
}

.tab-table-flex table {
  width: 100%;
}

.tab-table-flex table th {
  width: 27%;
}

.tab-table th,
.tab-table td {
  border-collapse: collapse;
  border-top: dotted 1px #aaaaaa;
  padding: 1rem 10px;
}

.tab-table {
  border-bottom: dotted 1px #aaaaaa;
}

.tab-area .c-btn-wh a {
  width: 360px;
  margin: 0 auto;
  border: solid 1px;
}

.recruit08 {
  position: relative;
}

.recruit08::after {
  content: "";
  display: block;
  background-image: url(../img/recruit/gr-parts-bottom-sec08.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 70px;
  background-size: cover;
  background-position: bottom center;
  position: absolute;
  left: 0;
  bottom: -70px;
  z-index: 2;
}

.recruit09 {
  padding-top: 150px;
  color: #333333;
}

.recruit09 .recruit_content-ttl h2 {
  color: #333333;
}

.recruit-bg {
  background-image: url(../img/recruit/bg-rec-contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 160px 5px 120px 5px;
}

.recruit09 .c-inner-s {
  background: #ffffff;
  border-radius: 9px;
}

.recruit09 .layout-form {
  max-width: 1020px;
  margin: 0 auto;
}

.radio-label {
  /* display: flex; */
  justify-content: start;
  width: 100%;
  max-width: 100px;
  align-items: center;
}

.radio-flex span {
  width: 100px;
}

.birthday-flex {
  gap: 1rem;
  justify-content: start;
  align-items: center;
}

.birthday-flex input {
  width: 100%;
  max-width: 150px;
}

.birthday-flex #birthday {
  width: 100px;
}

.birthday-flex #input-month,
.birthday-flex #input-day {
  width: 70px;
}

.rec-form {
  padding: 90px 15px;
}

.rec-form .b-form-list {
  border: none;
  margin-bottom: 0;
  padding: 0;
}

/* modaal */
/* -------------------------------- */
.modalArea {
  display: none;
  position: fixed;
  z-index: 10;
  /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  max-width: 100%;
  padding: 100px 15px;
  background-color: #fff;
  overflow: scroll;
}

.closeModal {
  position: absolute;
  top: 1rem;
  right: 3rem;
  cursor: pointer;
  background-color: #007952;
  font-size: 50px;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* 以下ボタンスタイル */
button {
  padding: 30px;
  background-color: #fff;
  border: 1px solid #282828;
  border-radius: 2px;
  cursor: pointer;
}

/* #openModal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */
.modalArea p {
  color: #000;
}

.inner-ss {
  max-width: 1200px;
  margin: 0 auto;
}

.modaal-flex-box {
  justify-content: space-around;
  margin-bottom: 130px;
  gap: 1em;
}

.modaal-flex-box-item {
  width: 50%;
}

.modaal-flex-box-item .job-staff-img img {
  margin: 0 auto;
  border-radius: 10px;
  width: 100%;
  max-width: 500px;
}

.modaal-ttl h3 {
  font-size: 30px;
  color: #1f1f1f;
}

.modaal-ttl {
  align-items: center;
  gap: 1rem;
  margin-bottom: 35px;
}

p.job-no {
  font-size: 16px;
  color: #007852;
  font-weight: 600;
}

.modaal-content-table {
  color: #1f1f1f;
  border-bottom: dotted 1px #aaaaaa;
  margin: 30px 0;
}

.modaal-content-table th,
.modaal-content-table td {
  border-collapse: collapse;
  border-top: dotted 1px #aaaaaa;
  padding: 1.5em 0;
}

.modaal-content-table th {
  width: 20%;
}

.modaal__staff {
  background: #dbf0e8;
  border-radius: 10px;
  padding: 30px;
}

.modaal__staff-flex {
  align-items: center;
  gap: 1em;
}

.modaal__staff-flex-item {
  width: 40%;
}

.modaal__staff-flex-item.-item-right {
  width: 100%;
}

.modaal__staff-flex-item.-item-left img {
  border-radius: 50%;
  margin: 0 auto;
}

.staff-name .staff-name-ja {
  font-size: 24px;
}

.staff-name .staff-name-en {
  color: #007852;
  font-size: 15px;
}

.staff-name {
  display: flex;
  justify-content: start;
  gap: 1em;
  align-items: baseline;
}

.c-modaal-h2-ttl {
  font-size: 30px;
  color: #1f1f1f;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.c-modaal-h2-ttl::before {
  content: url(../img/recruit/parts-modaal01.png);
  position: absolute;
  top: -50px;
  left: 47%;
}

p.interview-q {
  font-size: 18px;
  font-weight: 600;
  color: #007952;
}

.modaal-interview__flex-item .c-text {
  border-top: solid 1px #dddddd;
  padding-top: 35px;
  position: relative;
}

.modaal-interview__flex-item .c-text::after {
  content: "";
  display: block;
  width: 30px;
  background: #007952;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0;
}

.modaal-interview__flex-item {
  margin-bottom: 60px;
  justify-content: space-around;
  gap: 1em;
}

.modaal-interview__flex-item:nth-child(even) {
  display: flex;
  flex-direction: row-reverse;
  /*左右入れ替え*/
}

.modaal-interview__flex-item .texts {
  width: 100%;
  max-width: 600px;
}

.modaal-content__interview {
  padding-bottom: 100px;
}

.modaal-content__routine {
  padding-top: 100px;
  background-color: #dbf0e8;
  padding: 100px 10px;
}

.modaal-content__routine-flex-item.item-right img {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}

.modaal-content__routine-flex-item.-item-left {
  width: 100%;
  max-width: 500px;
  padding-left: 2em;
  margin-left: 2em;
  position: relative;
}

.routine-images {
  margin-bottom: 35px;
}

.time .timeno {
  font-size: 24px;
  color: #007852;
}

.time {
  display: flex;
  justify-content: start;
  gap: 1em;
  align-items: start;
}

.time .time-ja {
  font-size: 24px;
}

.modaal-content__routine-flex {
  justify-content: space-around;
  align-items: center;
  gap: 1em;
}

.modaal-content__routine__content .c-box {
  position: relative;
}

.modaal-content__routine__content .clock73::before {
  content: url(../img/recruit/parts-clock73.png);
  position: absolute;
  left: -3em;
  top: 7px;
}

.modaal-content__routine__content .clock80::before {
  content: url(../img/recruit/parts-clock80.png);
  position: absolute;
  left: -3em;
  top: 7px;
}

.modaal-content__routine__content .clock83::before {
  content: url(../img/recruit/parts-clock01.png);
  position: absolute;
  left: -3em;
  top: 7px;
}

.modaal-content__routine__content .clock90::before {
  content: url(../img/recruit/parts-clock02.png);
  position: absolute;
  left: -3em;
  top: 7px;
}

.modaal-content__routine__content .clock10::before {
  content: url(../img/recruit/parts-clock03.png);
  position: absolute;
  left: -3em;
  top: 7px;
}

.modaal-content__routine__content .clock103::before {
  content: url(../img/recruit/parts-clock103.png);
  position: absolute;
  left: -3em;
  top: 7px;
}

.modaal-content__routine__content .clock11::before {
  content: url(../img/recruit/parts-clock11.png);
  position: absolute;
  left: -3em;
  top: 7px;
}

.modaal-content__routine__content .clock12::before {
  content: url(../img/recruit/parts-clock04.png);
  position: absolute;
  left: -3em;
  top: 7px;
}

.modaal-content__routine__content .clock13::before {
  content: url(../img/recruit/parts-clock13.png);
  position: absolute;
  left: -3em;
  top: 7px;
}

.modaal-content__routine__content .clock14::before {
  content: url(../img/recruit/parts-clock14.png);
  position: absolute;
  left: -3em;
  top: 7px;
}

.modaal-content__routine__content .clock143::before {
  content: url(../img/recruit/parts-clock143.png);
  position: absolute;
  left: -3em;
  top: 7px;
}

.modaal-content__routine__content .clock15::before {
  content: url(../img/recruit/parts-clock15.png);
  position: absolute;
  left: -3em;
  top: 7px;
}

.modaal-content__routine__content .clock153::before {
  content: url(../img/recruit/parts-clock153.png);
  position: absolute;
  left: -3em;
  top: 7px;
}

.modaal-content__routine__content .clock16::before {
  content: url(../img/recruit/parts-clock16.png);
  position: absolute;
  left: -3em;
  top: 7px;
}

.modaal-content__routine__content .clock163::before {
  content: url(../img/recruit/parts-clock163.png);
  position: absolute;
  left: -3em;
  top: 7px;
}

.modaal-content__routine__content .clock17::before {
  content: url(../img/recruit/parts-clock17.png);
  position: absolute;
  left: -3em;
  top: 7px;
}

.modaal-content__routine__content .clock173::before {
  content: url(../img/recruit/parts-clock173.png);
  position: absolute;
  left: -3em;
  top: 7px;
}

.modaal-content__routine-flex-item .c-box::after {
  content: "";
  display: block;
  width: 2px;
  height: 90%;
  background-repeat: repeat-y;
  border-left: dotted 2px #0d7f5b;
  position: absolute;
  left: -2em;
  top: 3.2em;
}

.modaal-content__routine-flex-item .c-box:last-child::after {
  display: none;
}

.recruit03 {
  position: relative;
  overflow: hidden;
}

.recruit03 .c-inner-green::after {
  content: "";
  display: block;
  background-image: url(../img/recruit/parts-ceo.png);
  background-repeat: no-repeat;
  width: 208px;
  height: 282px;
  background-size: 100%;
  position: absolute;
  right: -115px;
  top: 30px;
  z-index: 1;
}

.rec-data-grid img,
.rec-data-flex-item img {
  padding: 0 10px;
}

.mv-pc {
  width: 100%;
}

.interview-images img {
  max-width: 480px;
}

.routine-images img {
  max-width: 280px;
}

.recruit-original-layout .recruit04 a {
  border: solid 1px #fff;
}

.recruit-original-layout .recruit04 a:hover,
.recruit-original-layout .recruit08 .c-btn-wh a:hover {
  background-color: #007952;
  color: #fff;
  border: solid 1px #fff;
}

.recruit03 .c-flex {
  gap: 2rem;
}

.recruit03 .parts-div {
  position: relative;
}

.recruit03 .parts-div::after {
  content: "";
  display: block;
  background-image: url(../img/recruit/parts-ceo02.png);
  background-repeat: no-repeat;
  width: 157px;
  height: 143px;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  right: 90px;
  z-index: 5;
}

.rec-contact input[type=radio] {
  width: unset;
  /* display: block; */
}

.c-line-wrap p {
  text-align: center;
}

.c-line-wrap img {
  margin: 0 auto;
}

/* --------------------------- */
/* 要素の動き　ふわっ */
/* --------------------------- */
/* その場で */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 左から */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

.delay-time03 {
  animation-delay: 0.3s;
}

.delay-time05 {
  animation-delay: 0.5s;
}

.delay-time07 {
  animation-delay: 0.7s;
}

.delay-time09 {
  animation-delay: 0.9s;
}

.delay-time11 {
  animation-delay: 1.1s;
}

.delay-time1 {
  animation-delay: 1s;
}

.delay-time15 {
  animation-delay: 1.5s;
}

.delay-time2 {
  animation-delay: 2s;
}

.delay-time25 {
  animation-delay: 2.5s;
}

/* .mw_wp_form_confirm dd {
  justify-content: space-around;
} */
/* .mw_wp_form_confirm .b-form-list__dt {
  width: auto;

} */
.mw_wp_form_confirm .birthday-flex {
  justify-content: center;
}

.mw_wp_form_confirm .radio-flex.flex {
  display: block;
}

.layout-header.scroll {
  background-color: #fff;
  height: 110px;
}

.c-center {
  text-align: center;
}

.mb1rem {
  margin-bottom: 1rem;
}

.b-page-title--blog {
  background-image: url(../img/blog/page-title02.jpg);
}

.b-page-title--staff {
  background-image: url(../img/staff/page-title02.jpg);
}

.max80 {
  max-width: 80px;
  margin: 0 auto;
}

.b-side-icons-newSp {
  display: none;
}

@media screen and (max-width: 550px) {
  .mw_wp_form_confirm .rec-form .radio-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.b-side-icons {
  transform: unset;
  opacity: 0;
}

.b-side-icons.scroll {
  opacity: 1;
}

.recruit01 {
  overflow: hidden;
}

/* header drop down menu */
.new-header__gnav-list ul {
  display: block;
}

.new-header__gnav-list li {
  position: relative;
}

.new-header__gnav-list li.has-child::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 25px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: rotate(135deg);
}

.new-header__gnav-list li.has-child ul {
  /*絶対配置で位置を指定*/
  position: absolute;
  left: 0;
  top: 62px;
  z-index: 4;
  /*形状を指定*/
  background: #28bfe7;
  width: 180px;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: all 0.3s;
  font-size: 15px;
}

li.has-child ul li a {
  color: #000;
}

li.has-child ul li:last-child > a {
  border-bottom: none;
}

/* li.has-child ul li a:hover,
li.has-child ul li a:active {
  background: #c4eed4;
  width: 100%;
  color: #000;
} */
li.has-child ul li:hover,
li.has-child ul li:active {
  /* background: #c4eed4; */
  width: 100%;
}

li.has-child ul li a:active {
  color: #000;
}

li.has-child ul {
  /*絶対配置で位置を指定*/
  position: absolute;
  left: 0;
  top: 45px;
  z-index: 4;
  /*形状を指定*/
  background: #fff;
  width: 160px;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: all 0.3s;
}

li.has-child:hover > ul,
li.has-child ul li:hover > ul,
li.has-child:active > ul,
li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

.has-child {
  position: relative;
}

.has-child li {
  border-bottom: dotted 1px rgb(209, 209, 209);
  text-align: center;
}

.has-child li:last-child {
  border-bottom: none;
}

.has-child li.b-gnav__item a {
  font-size: 12px;
  padding: 10px 5px !important;
}

/* sp gnav new */
.new-sp-gnav-flex {
  justify-content: space-around;
}

.new-sp-gnav-flex {
  /* 250926 add */
  padding: 0;
}

.sp-has-child li {
  position: relative;
}

.sp-has-child li a::before {
  content: "-";
  position: absolute;
  left: -5px;
  top: 5px;
}

.new-sp-gnav-flex .b-header__gnav-list,
.new-sp-gnav-flex .sp-has-child li {
  width: 100%;
}

.new-sp-gnav .b-header__gnav-small-list,
.new-sp-gnav .b-header__sns {
  justify-content: center;
}

.new-sp-gnav {
  padding: 7% 5%;
}

.sp-has-child {
  position: relative;
  left: 2rem;
}

.new-sp-gnav i,
.layout-header__right i {
  color: #007952;
}

.new-sp-gnav i {
  position: relative;
  left: -5px;
}

.layout-header__right i {
  position: relative;
  right: -5px;
}

.sp-i {
  position: relative;
}

.sp-i::before {
  content: "\f107";
  font-family: "fontawesome";
  position: absolute;
  left: -5px;
  top: 10px;
  color: #007852;
}

.b-form-list__dt .any {
  color: #fff;
  font-weight: 600;
  background: #000;
  width: 43px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  height: 22px;
  color: #fff;
  font-size: 0.875rem;
  margin-right: 0.5em;
}

.sp-br-newSp {
  display: none;
}

.b-footer-gnav-small-list__item a {
  margin-right: 0;
  padding-right: 0;
  padding: 0 5px;
}

.flex {
  display: flex;
}

.layout-header {
  background: #fff;
}

.layout-header a {
  color: #000;
}

.b-gnav__item a {
  font-size: 17px;
}

.b-header__name.front .b-head1 {
  color: #000;
}

.b-side-icons a,
.b-mv__contact .yumin,
.b-review-box,
.b-line-title .en.deco {
  background-repeat: no-repeat;
}

/* レスポンシブ */
/* ------------------------------------ */
@media screen and (max-width: 1261px) {
  /* .recruit__flowing-warp01 img,
  .recruit__flowing-warp02 img {
    min-width: 100vw;
  } */
}
@media screen and (max-width: 1260px) {
  .c-line-wrap p {
    font-size: 30px;
  }
}
/* ⇑ 1260px ⇑ */
@media screen and (max-width: 1125px) {
  .c-inner-s {
    width: calc(100% - 50px);
  }
}
/* ⇑ 1125px ⇑ */
/* ↓　////////レスポンシブ（基本） ////////// ↓ */
@media screen and (max-width: 1024px) {
  .recruit__c-flex {
    position: relative;
    padding-top: 450px;
  }
  .recruit__c-flex-item:nth-child(2) {
    position: absolute;
    width: 100%;
    height: 390px;
    top: 10px;
    padding: 0 10px;
  }
  .recruit04 .job-flex {
    flex-wrap: wrap;
    gap: 2em 0;
  }
  .recruit04 .c-flex-item {
    width: 45%;
  }
  .rec-data-flex02 {
    flex-wrap: wrap;
  }
  .rec-data-flex02 .rec-data-flex-item {
    width: 48%;
  }
  .recruit06 .recruit_content-ttl::after {
    background-size: 60%;
    top: -60px;
  }
  .layout-sp-nav.new-sp-gnav .b-gnav__item {
    width: 100%;
  }
}
/* ⇑ 1024px ⇑ */
@media screen and (max-width: 900px) {
  .recruit03 .c-flex {
    flex-direction: column;
  }
  .recruit03 .c-flex-item.-item-left,
  .recruit03 .c-flex-item.-item-right,
  .recruit03 .c-flex-item {
    width: 100%;
  }
  .recruit03 .c-flex-item.-item-left img {
    margin: 0 auto;
  }
  .dots-wrap h4 {
    font-size: 20px;
  }
  .dots-wrap-flex::before {
    background-size: 60%;
    left: -89px;
    top: -87px;
  }
  .rec-job::after {
    width: 150px;
    height: 110px;
  }
  .job-name {
    margin-bottom: 0;
  }
  .recruit04 .c-flex-item {
    margin-bottom: 1em;
  }
  .job-flex-item figure img {
    margin-bottom: 5px;
  }
  .rec-welfare-grid {
    grid-template-columns: 1fr 1fr;
  }
  .modaal__staff .modaal__staff-flex {
    flex-direction: column;
  }
  .modaal-flex-box,
  .modaal-interview__flex-item,
  .modaal-interview__flex-item:nth-child(even) {
    flex-direction: column;
  }
  .modaal-flex-box-item {
    width: 100%;
  }
  .interview-images img {
    margin: 0 auto;
    max-width: 100%;
  }
  .recruit__flowing-warp01::before {
    left: 35px;
  }
  .recruit__flowing-warp02::before {
    right: 40px;
  }
  .closeModal {
    right: 1rem;
  }
}
/* ⇑ 900px ⇑ */
/* ブレークポイント基本　タブレット */
@media screen and (max-width: 768px) {
  .recruit04 .dots-wrap-flex {
    flex-direction: column;
  }
  .recruit04 .dots-wrap-flex-item {
    width: 100%;
  }
  .dots-wrap h4 {
    font-size: 18px;
  }
  .recruit_content-ttl h2 {
    font-size: 30px;
  }
  .black-fukidashi p {
    font-size: 14px;
  }
  .recruit05 .rec-event-flex {
    flex-direction: column;
    padding: 0 15px;
  }
  .rec-welfare-grid {
    padding: 0 15px;
  }
  .rec-data-grid-item figure {
    height: 175px;
  }
  .job-name,
  .tab li.active a {
    font-size: 20px;
  }
  .tab-table-flex {
    flex-direction: column;
  }
  .tab-table:first-child {
    border-bottom: none;
  }
  .modaal-content__routine-flex {
    flex-direction: column;
  }
  .modaal-content__routine-flex-item.-item-left {
    padding: 0 2em;
  }
}
/* ⇑ 768px ⇑ */
/* ⇑ 690px ⇑ */
@media screen and (max-width: 660px) {
  .rec-data-grid-item figure,
  .rec-data-flex-item figure {
    height: 140px;
  }
  .grid-ttl {
    font-size: 16px;
  }
  .rec-data-flex01 .rec-data-flex-item {
    height: 175px;
  }
  .rec-data-flex02 .rec-data-flex-item figure {
    height: 200px;
  }
  .rec-data-flex02 .rec-data-flex-item {
    height: 255px;
  }
}
/* ⇑ 660px ⇑ */
@media screen and (max-width: 640px) {
  .b-side-icons.d-none {
    display: none;
  }
  .b-side-icons-newSp {
    display: block;
    overflow: hidden;
  }
  .b-side-icons-newSp .page-top {
    position: fixed;
    bottom: 150px;
    right: 1em;
    z-index: 10;
  }
  .sp-fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    justify-content: space-between;
    width: 100%;
    text-align: center;
  }
  .sp-fixed-bottom li a {
    width: 100%;
  }
  .sp-fixed-bottom-item-left a {
    background: #007952;
    z-index: 9;
    position: relative;
    color: #fff;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }
  .sp-fixed-bottom-item-right a {
    background: #fed11d;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 120px;
  }
  span.ph-number {
    font-size: 15px;
  }
  .black-mitsumori {
    font-size: 15px;
    font-weight: 600;
  }
  .sp-fixed-bottom li {
    width: 100%;
  }
  .layout-sp-nav.open {
    top: 65px;
  }
  .layout-header.scroll {
    height: 90px;
  }
  .mitsumori--yellow img {
    width: 17px;
  }
  .sp-page-top {
    opacity: 0;
    transition: 0.8s;
  }
  .sp-page-top.scroll {
    opacity: 1;
    transition: 0.8s;
  }
}
@media screen and (max-width: 550px) {
  .rec-data-flex02 .rec-data-flex-item {
    width: 47%;
  }
  .grid-ttl {
    font-size: 13px;
  }
  .recruit06 .recruit_content-ttl::after {
    background-size: 100%;
    width: 92px;
    height: 80px;
    top: -63px;
    right: 0;
  }
  .recruit__c-flex {
    padding-top: 480px;
  }
  .rec-data-flex02 .rec-data-flex-item img {
    max-width: 95%;
  }
  .rec-data-flex02 .rec-data-flex-item {
    height: 215px;
  }
  .rec-data-flex02 .rec-data-flex-item figure {
    height: 165px;
  }
  .rec-welfare-grid {
    grid-template-columns: 1fr;
  }
  .c-inner-s {
    width: calc(100% - 10px);
  }
  .tab li a {
    padding: 10px 5px;
    font-size: 17px;
  }
  .job-name,
  .tab li.active a {
    font-size: 17px;
  }
  /* .rec-form .radio-flex {
    flex-wrap: wrap;
    gap: 5px 0;
  } */
  .rec-form .radio-flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px 0;
  }
  .birthday-flex {
    gap: 5px;
  }
  .job-flex-item .job-img01::before,
  .job-flex-item .job-img02::before,
  .job-flex-item .job-img03::before,
  .job-flex-item .job-img04::before {
    transform: scale(0.7);
  }
  .job-flex-item .job-img01::before {
    left: -4px;
    top: -7px;
  }
  .job-flex-item .job-img02::before {
    left: -23px;
    top: -23px;
  }
  .job-flex-item .job-img03::before {
    left: -18px;
    top: -29px;
  }
  .job-flex-item .job-img04::before {
    left: -17px;
    top: -17px;
  }
  .c-btn-wh a {
    font-size: 15px;
    padding: 10px;
  }
  .dots-wrap-flex::before {
    content: none;
  }
  .tab-area .c-btn-wh a {
    width: 300px;
  }
  .recruit03 h3 {
    font-size: 22px;
  }
  .recruit04 {
    padding-top: 0;
  }
  .recruit-bg-green {
    padding-bottom: 60px;
  }
  .recruit02.recruit-bg-green {
    padding: 50px 0;
  }
  .recruit06 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .recruit07 {
    padding-bottom: 60px;
  }
  .recruit08 {
    padding-top: 130px;
  }
  .recruit-bg {
    padding-top: 140px;
  }
  .rec-job::before {
    width: 150px;
    height: 250px;
    right: 0;
    top: 25px;
  }
  .rec-job::after {
    top: 7px;
  }
  .recruit03 .c-inner-green::after {
    width: 130px;
    height: 170px;
    top: 7px;
    right: -70px;
  }
  .recruit__flowing-warp01 ul.flowing01 {
    animation: flowing01 20s -25s linear infinite;
  }
  .recruit__flowing-warp02 ul.flowing02 {
    animation: flowing02 20s -25s linear infinite;
  }
  .recruit__flowing-warp01 img,
  .recruit__flowing-warp02 img {
    min-width: 30vw;
  }
  .recruit__flowing-warp01::before {
    width: 65px;
    height: 70px;
  }
  .recruit__flowing-warp02::before {
    width: 55px;
    height: 70px;
  }
  .recruit__flowing-warp01::after {
    width: 63px;
    height: 107px;
    right: -5px;
  }
  .recruit__flowing-warp02::after {
    width: 63px;
    height: 107px;
    top: -6px;
    left: -6px;
  }
  .c-line-wrap {
    margin-bottom: 40px;
  }
  .recruit__flowing-warp02 img {
    min-width: 24vw;
  }
  .recruit03 .parts-div::after {
    right: 25px;
    width: 125px;
    height: 115px;
  }
  .closeModal {
    width: 65px;
    height: 65px;
    padding-bottom: 5px;
  }
  .radio-flex span {
    width: 160px;
  }
  .modaal-ttl {
    gap: 10px;
  }
  .new-sp-gnav-flex .b-header__gnav-list,
  .new-sp-gnav-flex .sp-has-child li {
    display: inline-block;
    width: 50%;
  }
  .new-sp-gnav-flex .b-header__gnav-list,
  .new-sp-gnav-flex .sp-has-child li {
    /* 250926 add */
    width: 100%;
  }
  .layout-sp-nav .b-gnav__item {
    text-align: left;
  }
  .layout-sp-nav.open {
    top: 7%;
  }
  .sp-has-child {
    left: 1rem;
  }
  .new-sp-gnav .sp-has-child a {
    display: inline-block;
    width: 150px;
  }
  .new-sp-gnav-flex {
    padding-top: 10%;
    padding-bottom: 2em;
  }
  .sp-i::before {
    left: -11px;
    top: 5px;
  }
  .new-sp-gnav-flex {
    gap: 2em;
  }
}
/* ⇑ 550px ⇑ */
@media screen and (max-width: 410px) {
  .tab-table-flex table th {
    width: 35%;
  }
  .letter-sp96 {
    letter-spacing: -0.96px;
  }
  .rec-data-flex,
  .rec-data-grid {
    gap: 10px;
  }
  .job-en {
    width: 40%;
  }
  .new-sp-gnav-flex {
    /*251021 add 
    padding-left: 10%; */
  }
  .new-sp-gnav-flex .sp-has-child li,
  .new-sp-gnav .sp-has-child a {
    width: auto;
  }
  .b-tel-box__time {
    font-size: 10px;
  }
  .sp-br-newSp {
    display: block;
  }
}
/* ⇑ 410px ⇑ */
@media screen and (max-width: 375px) {
  .c-line-wrap p {
    font-size: 28px;
  }
}
/* 240408 */
#js-more-active li.is-hidden {
  display: none;
}

.event-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}

@media screen and (max-width: 768px) {
  .event-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, 100%);
    gap: 1em;
  }
}
.recruit05 .c-btn-wh a {
  max-width: 330px;
  width: 100%;
  margin: 30px auto 0;
  border: solid 1px;
}

/* 240620 */
.flexbox {
  display: flex;
}

.gap10 {
  gap: 10px;
}

/* 240905 */
.b-page-title--price {
  background-image: url(../img/reason/price/new/page-title.jpg);
}

.b-plan-new-list {
  gap: 100px 20px;
  margin-bottom: 50px;
  align-items: flex-start;
  /* 250911 add */
  align-items: stretch;
}

.b-plan-new-list__item {
  position: relative;
  width: calc((100% - 40px) / 3);
  border-radius: 10px;
  position: relative;
  margin-bottom: 30px;
  padding: 4px;
  /* 250911 add */
  display: flex;
  flex-flow: column;
}

.b-plan-new-list__item.is--green {
  background: url(../img/reason/price/new/green-bk.png) no-repeat center center/cover;
}

.b-plan-new-list__item.is--brown {
  background: url(../img/reason/price/new/brown-bk.png) no-repeat center center/cover;
}

.b-plan-new-list__item.is--silver {
  background: url(../img/reason/price/new/silver-bk.png) no-repeat center center/cover;
}

.b-plan-new-list__item.is--gold {
  background: url(../img/reason/price/new/gold-bk.png) no-repeat center center/cover;
}

.b-plan-new-list__item.is--gold:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background: url(../img/reason/price/new/flag-small.png);
  z-index: 2;
  top: -50px;
  left: -50px;
}

.b-plan-new-list__item.is--brown {
  background: url(../img/reason/price/new/blue-bk.png) no-repeat center center/cover;
}

@media screen and (max-width: 1024px) {
  .b-plan-new-list__item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 500px) {
  .b-plan-new-list__item {
    width: 100%;
  }
}
.b-plan-new-list__item .b-plan-new-list__item__ttl {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-size: 1.875rem;
  letter-spacing: 0.03em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  text-align: center;
  padding: 30px 10px;
  color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.b-plan-new-list__item.is--green .b-plan-new-list__item__ttl {
  background: #007952;
}

.b-plan-new-list__item.is--brown .b-plan-new-list__item__ttl {
  background: url(../img/reason/price/new/plan-parts1.png), url(../img/reason/price/new/brown-ttl-bk.png);
  background-repeat: no-repeat;
  background-size: 82px 91px, 100% 100%;
  background-position: right -10px top, center center;
}

.b-plan-new-list__item.is--silver .b-plan-new-list__item__ttl {
  background: url(../img/reason/price/new/plan-parts1.png), url(../img/reason/price/new/silver-ttl-bk.png);
  background-repeat: no-repeat;
  background-size: 82px 91px, 100% 100%;
  background-position: right -10px top, center center;
}

.b-plan-new-list__item.is--gold .b-plan-new-list__item__ttl {
  background: url(../img/reason/price/new/plan-parts1.png), url(../img/reason/price/new/plan-parts1.png), url(../img/reason/price/new/gold-ttl-bk.png);
  background-repeat: no-repeat;
  background-size: 82px 91px, 82px 91px, 100% 100%;
  background-position: right -10px top, left -10px bottom -20px, center center;
}

.b-plan-new-list__item.is--brown .b-plan-new-list__item__ttl {
  background: url(../img/reason/price/new/plan-parts1.png), url(../img/reason/price/new/plan-parts1.png), url(../img/reason/price/new/blue-ttl-bk.png);
  background-repeat: no-repeat;
  background-size: 82px 91px, 82px 91px, 100% 100%;
  background-position: right -10px top, left -10px bottom -20px, center center;
}

.b-plan-new-list__item .b-plan-new-list__item__ttl span {
  font-size: 1.125rem;
}

.b-plan-new-list__item__inner {
  background: #f2f0e8;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 30px 30px 50px;
  /* 250911 add */
  flex: 1;
}

.b-plan-new-list__item__inner .price {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 3rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.04em;
}

.b-plan-new-list__item__inner .price.green {
  font-size: 3.75rem;
  color: #007952;
}

.b-plan-new-list__item__inner .price.green .fs-20,
.b-plan-new-list__item__inner .price.green .fz18 {
  color: #1f1f1f;
}

.b-plan-new-list__item__inner .price.green .under {
  background: linear-gradient(0, #f4ed0b 18px, transparent 18px);
  background-position: left bottom 10px;
}

.b-plan-new-list__item__inner .price .fs-20 {
  font-size: 1.25rem;
}

.b-plan-new-list__item__inner .price .fz18 {
  font-size: 1.125rem;
  font-style: normal;
}

.b-plan-info {
  width: 100%;
  margin-top: 20px;
}

.b-plan-info.is--col2 {
  display: flex;
  justify-content: space-between;
  gap: 10px 30px;
  position: relative;
}

.b-plan-info.is--col2:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px dotted #aaa;
  left: 50%;
  top: 0;
}

.b-plan-info__item {
  width: 100%;
}

.b-plan-info__item .ttl {
  position: relative;
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  background: #444;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}

.b-plan-info__item .ttl:after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  background: linear-gradient(135deg, transparent 50%, #444 50%);
  transform: translateX(-50%) rotate(45deg);
  bottom: -4px;
  left: 50%;
}

.b-plan-info__item p {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}

.b-plan-info__item p span {
  font-size: 1rem;
  font-weight: 500;
}

.is--col2 .b-plan-info__item p:not(.ttl) {
  font-size: 1.5rem;
}

.is--col2 .b-plan-info__item p span {
  font-size: 1.125rem;
  font-weight: bold;
}

.b-plan-new-list__item .btn-A {
  position: absolute;
  display: block;
  max-width: 250px;
  width: 90%;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
  background: #007952;
  border: 2px solid #007952;
  border-radius: 30px;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 45px;
  /* 250911 add */
  white-space: nowrap;
}

.b-plan-new-list__item .btn-A:hover {
  background: #fff;
  color: #007952;
}

.b-plan-new-list__item .btn-A:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/reason/price/new/arrow.png);
  background-repeat: no-repeat;
  background-size: 10px 7px;
  background-position: center center;
  background-color: #fff;
  border-radius: 100%;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .b-plan-new-list {
    gap: 50px 20px;
  }
  .b-plan-new-list__item .b-plan-new-list__item__ttl {
    padding: 15px 10px;
    font-size: 1.5rem;
  }
  .b-plan-new-list__item .b-plan-new-list__item__ttl span {
    font-size: 1rem;
  }
  .b-plan-new-list__item__inner {
    padding: 15px 15px 30px;
  }
  .b-plan-new-list__item__inner .price {
    font-size: 2.1875rem;
  }
  .b-plan-new-list__item__inner .price.green {
    font-size: 2.5rem;
  }
  .b-plan-new-list__item__inner .price .fs-20 {
    font-size: 1rem;
  }
  .b-plan-new-list__item__inner .price .fz18 {
    font-size: 0.875rem;
  }
  .b-plan-info__item p {
    font-size: 1.125rem;
  }
  .b-plan-info__item p span {
    font-size: 0.875rem;
  }
  .is--col2 .b-plan-info__item p:not(.ttl) {
    font-size: 1.125rem;
  }
  .is--col2 .b-plan-info__item p span {
    font-size: 0.875rem;
  }
  .b-plan-new-list__item .btn-A {
    padding: 10px 45px;
  }
}
.b-box-beige-new {
  position: relative;
  width: 100%;
  padding: 4px;
  border-radius: 10px;
}

.b-box-beige-new {
  margin-bottom: 60px;
}

.b-box-beige-new.is--green {
  background: url(../img/reason/price/new/green-bk.png) no-repeat center center/cover;
}

.b-box-beige-new.is--brown {
  background: url(../img/reason/price/new/brown-bk.png) no-repeat center center/cover;
}

.b-box-beige-new.is--silver {
  background: url(../img/reason/price/new/silver-bk.png) no-repeat center center/cover;
}

.b-box-beige-new.is--gold {
  background: url(../img/reason/price/new/gold-bk.png) no-repeat center center/cover;
}

.b-box-beige-new.is--gold:after {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  background: url(../img/reason/price/new/flag.png);
  top: -20px;
  left: 16%;
  z-index: 2;
}

.b-box-beige-new.is--brown {
  background: url(../img/reason/price/new/blue-bk.png) no-repeat center center/cover;
}

.b-box-beige-new .b-box-beige-new__ttl {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  width: 100%;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding: 30px 20px;
  font-size: 2.25rem;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  text-align: center;
}

.b-box-beige-new .b-box-beige-new__ttl span {
  font-size: 1.125rem;
}

.is--green .b-box-beige-new__ttl {
  background: #007952;
}

.is--brown .b-box-beige-new__ttl {
  background: url(../img/reason/price/new/plan-parts1.png), url(../img/reason/price/new/brown-ttl-bk.png);
  background-repeat: no-repeat;
  background-size: 142px 158px, 100% 100%;
  background-position: right 25% top, center center;
}

.is--silver .b-box-beige-new__ttl {
  background: url(../img/reason/price/new/plan-parts1.png), url(../img/reason/price/new/silver-ttl-bk.png);
  background-repeat: no-repeat;
  background-size: 142px 158px, 100% 100%;
  background-position: right 25% top, center center;
}

.is--gold .b-box-beige-new__ttl {
  background: url(../img/reason/price/new/plan-parts2.png), url(../img/reason/price/new/gold-ttl-bk.png);
  background-repeat: no-repeat;
  background-size: 712px 192px, 100% 100%;
  background-position: center center, center center;
}

.is--brown .b-box-beige-new__ttl {
  background: url(../img/reason/price/new/plan-parts2.png), url(../img/reason/price/new/blue-ttl-bk.png);
  background-repeat: no-repeat;
  background-size: 712px 192px, 100% 100%;
  background-position: center center, center center;
}

.b-box-beige__txt__wrap {
  align-items: flex-start;
  background: url(../img/reason/price/new/plan-parts3.png) no-repeat bottom right;
  background-size: 277px 317px;
  background-color: #f2f0e8;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 50px 55px;
  gap: 30px 60px;
}

.b-box-beige-new__img {
  max-width: 485px;
  width: 45%;
}

.b-box-beige-new__txt {
  max-width: 545px;
  width: 50%;
}

.b-box-beige-new__txt .sub-ttl {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 2;
  margin-bottom: 20px;
}

.b-box-beige-new__txt .price {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 3.75rem;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}

.b-box-beige-new__txt .price.green {
  font-size: 4.5rem;
  color: #007852;
}

.b-box-beige-new__txt .price span:not(.under) {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.25rem;
  color: #1f1f1f;
}

.b-box-beige-new__txt .price .normal {
  font-style: normal;
}

.b-box-beige-new__txt .price .under {
  background: linear-gradient(0deg, #f4ed0b 18px, transparent 18px);
  background-position: left bottom 10px;
}

.b-box-beige-new__info {
  display: flex;
  gap: 20px 30px;
}

.b-box-beige-new__info__item {
  position: relative;
  width: 100%;
}

.b-box-beige-new__info__item:not(:last-child):after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  right: -15px;
  border-right: 1px dotted #aaa;
}

.b-box-beige-new__info__item .ttl {
  width: 100%;
  position: relative;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  background: #444;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}

.b-box-beige-new__info__item .ttl:after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  background: linear-gradient(135deg, transparent 50%, #444 50%);
  transform: translateX(-50%) rotate(45deg);
  bottom: -4px;
  left: 50%;
}

.b-box-beige-new__info__item .txt {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}

.b-box-beige-new__info__item .txt span {
  font-size: 0.875rem;
  font-weight: 500;
}

.b-box-beige-new__info__item .num {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}

.b-box-beige-new__info__item .num span {
  font-size: 1.125rem;
}

.b-box-beige-new__txt .inner {
  width: 100%;
  background: #e1d5ae;
  border-radius: 5px;
  padding: 15px 20px;
  margin-top: 20px;
}

.b-box-beige-new__txt .inner .ttl {
  font-size: 1rem;
  letter-spacing: 0.03em;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-style: dotted;
  color: #007952;
}

.b-box-beige-new__txt .inner p:not(.ttl) {
  font-size: 0.9375rem;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .b-box-beige-new.is--gold:after {
    left: 3%;
  }
  .b-box-beige-new__info {
    flex-wrap: wrap;
  }
  .b-box-beige-new__info__item {
    width: calc((100% - 30px) / 2);
  }
  .b-box-beige-new__info__item:nth-child(even):after {
    display: none;
  }
  .b-plan-new-list__item.is--gold:after {
    width: 80px;
    height: 80px;
    background-size: cover;
    top: -40px;
    left: -20px;
  }
}
@media screen and (max-width: 768px) {
  .b-box-beige-new .b-box-beige-new__ttl {
    padding: 15px 10px;
    font-size: 1.5625rem;
  }
  .b-box-beige-new .b-box-beige-new__ttl span {
    font-size: 1rem;
  }
  .b-box-beige__txt__wrap {
    flex-wrap: wrap;
    padding: 25px 30px;
  }
  .b-box-beige-new__img {
    width: 100%;
    margin: 0 auto;
  }
  .b-box-beige-new__txt {
    max-width: 100%;
    width: 100%;
  }
  .b-box-beige-new__txt .sub-ttl {
    font-size: 1.125rem;
  }
  .b-box-beige-new__txt .price {
    font-size: 2.5rem;
  }
  .b-box-beige-new__txt .price.green {
    font-size: 2.8125rem;
  }
  .b-box-beige-new__txt .price span:not(.under) {
    font-size: 1.125rem;
  }
  .b-box-beige-new__txt .price .under {
    background: linear-gradient(0deg, #f4ed0b 14px, transparent 14px);
  }
  .b-box-beige-new.is--gold:after {
    width: 90px;
    height: 90px;
    background-size: cover;
  }
}
@media screen and (max-width: 500px) {
  .b-box-beige-new__info__item {
    width: 100%;
  }
  .b-box-beige-new__info__item:not(:last-child):after {
    display: none;
  }
  .b-plan-new-list__item.is--gold:after {
    left: -5px;
  }
  .b-box-beige-new.is--gold:after {
    left: -5px;
    top: -50px;
  }
}
.b-bread-nav-list.is--price .b-bread-nav-list__item:nth-child(2) a {
  border-bottom: 1px solid #1f1f1f;
}

/* 20241025 */
.b-link--mitsumori span::before {
  content: url(../img/common/ico_mitsumori-white.png);
  position: relative;
  top: 2px;
  right: 8px;
}

.b-link--mitsumori:hover span::before {
  content: url(../img/common/ico_mitsumori-orange.png);
}

.b-link--orange {
  background-color: #f25933;
  border: 1px solid #f25933;
  color: #fff;
}

.b-link--orange:hover {
  background-color: #fff;
  color: #f25933;
}

.b-link--orange:hover i {
  color: #fff;
  background-color: #f25933;
}

.b-link--orange i {
  color: #f25933;
  background-color: #fff;
}

.t-center {
  text-align: center;
}

/* .b-works-areas--map {
  margin-top: 60px;
}
@media screen and (max-width: 500px) {
  .b-works-areas--map {
    margin-top: 40px;
  }
} */
.b-works-areas--map .b-number-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 20px;
}

@media screen and (max-width: 500px) {
  .b-works-areas--map .b-number-title {
    gap: 10px;
  }
}
.b-works-areas--map .b-number-title::before {
  content: "";
  background-color: #007952;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1px;
  height: 20px;
  display: block;
  transform: rotate(-30deg);
}

.b-works-areas--map .b-number-title::after {
  content: "";
  background-color: #007952;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1px;
  height: 20px;
  display: block;
  transform: rotate(30deg);
}

.b-side-icons__item--mitsumori a {
  background-color: #fff;
  color: #f25933;
  border: 2px solid #f25933;
  background-image: url(../img/common/ico_mitsumori-orange_2x.png);
  background-size: 25px 20px;
  background-position: center 23px;
}

@media screen and (max-width: 640px) {
  .b-side-icons__item--mitsumori a {
    background-size: 20px 16px;
    background-position: center 12px;
  }
}
.b-plan-note {
  margin: 20px auto 0;
  max-width: max-content;
  font-weight: bold;
}

/* 250904 */
.anchorWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
}

.anchorWrap .b-link {
  margin: 0;
}

/* 250911 add */
.b-box-beige-new__features {
  display: flex;
  flex-flow: wrap;
  gap: 10px 5px;
  margin-bottom: 15px;
}

.b-box-beige-new__features li {
  border-radius: 50%;
  width: 3.5em;
  height: 3.5em;
  background: #000;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  display: grid;
  place-items: center;
  line-height: 1.1;
  text-align: center;
}

/* 250926 add mv */
.layout-mv {
  background: url(../img/top/bg_mv_01.jpg) no-repeat center/cover;
  position: relative;
  display: grid;
  align-items: center;
  animation: none;
  margin-top: 150px;
  height: calc(100vh - 150px);
  min-height: 750px;
  padding: 57px 0;
}

@media (max-width: 1280px) {
  .layout-mv {
    height: calc(100vh - 100px);
    margin-top: 100px;
  }
}
@media not all and (min-width: 768px) {
  .layout-mv {
    padding: 0;
  }
}
.layout-mv::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  height: 100%;
  background: url(../img/top/mv_deco_01.png) no-repeat left center/auto 100%;
  z-index: 1;
}

@media (max-width: 820px) {
  .layout-mv::before {
    background-position: left -64px center;
  }
}
@media not all and (min-width: 768px) {
  .layout-mv::before {
    background-position: left 40% center;
  }
}
.layout-mv__slide {
  grid-area: 1/1;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}

.layout-mv__slide .swiper-slide .img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.layout-mv__slide .swiper-slide .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 80vh;
  border-radius: 9px;
  filter: drop-shadow(6px 6px 10px rgba(0, 0, 0, 0.22));
}

@media not all and (min-width: 768px) {
  .layout-mv__slide .swiper-slide .img img {
    max-height: none;
    height: 100%;
  }
}
.layout-mv__catch {
  max-width: 58%;
}

.layout-mv__content {
  grid-area: 1/1;
  padding: 0 80px;
  position: relative;
  z-index: 2;
}

@media (max-width: 820px) {
  .layout-mv__content {
    padding: 0 30px;
  }
}
.layout-mv__text {
  margin-top: 20px;
  color: #fff;
  filter: drop-shadow(9px 9px 9px rgba(0, 0, 0, 0.48));
  font-weight: bold;
}

.b-review-box {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: none;
  background: #fff;
  border: 3px solid #E5B331;
  overflow: hidden;
  padding-bottom: 35px;
}

.b-review-box__title {
  background: #E5B331;
  margin: -50px -50px 25px;
  padding: 15px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.b-review {
  gap: 0 25px;
}

.b-review__number {
  width: auto;
  padding: 20px 26px;
}

/* 250926 sp header */
@media screen and (max-width: 1280px) {
  .b-header__name img {
    max-width: 72%;
  }
  .b-header__name .b-head1 {
    color: #000 !important;
  }
}
@media (max-width: 1280px) {
  .layout-header,
  .layout-header.scroll {
    height: 100px;
    padding-left: 30px;
  }
}
@media (max-width: 640px) {
  .layout-header,
  .layout-header.scroll {
    padding-left: 15px;
  }
}
@media (max-width: 1280px) {
  .layout-header .wrap1440 {
    max-width: 100%;
  }
}
.b-header__name {
  max-width: none;
}

.layout-sp-nav {
  /* 250925 add */
  background: #007952;
  overflow: hidden;
  overflow-y: scroll;
  height: calc(100vh - 100px);
}

.layout-sp-nav.open {
  top: 100px !important;
}

@media (max-width: 640px) {
  .layout-sp-nav {
    height: calc(100vh - 200px);
  }
}
.layout-sp-nav .b-gnav__item.--half {
  float: left;
  width: calc(50% - 10px);
}

@media (max-width: 460px) {
  .layout-sp-nav .b-gnav__item.--half {
    width: calc(50% - 2.5px);
  }
}
@media (max-width: 390px) {
  .layout-sp-nav .b-gnav__item.--half a {
    padding-left: 15px !important;
    justify-content: start;
  }
}
.layout-sp-nav .b-gnav__item.--half + .b-gnav__item.--half {
  margin-left: 20px;
}

@media (max-width: 460px) {
  .layout-sp-nav .b-gnav__item.--half + .b-gnav__item.--half {
    margin-left: 5px;
  }
}
.layout-sp-nav .b-gnav__item a {
  font-size: 18px;
  background: #fff;
  border-radius: 14px;
  padding: 5px 43px !important;
  width: 100%;
  border-radius: 10px;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 5px;
}

@media (max-width: 447px) {
  .layout-sp-nav .b-gnav__item a {
    font-size: 14px;
  }
}
.layout-sp-nav .b-gnav__item a:hover {
  color: #007952;
}

.layout-sp-nav .b-gnav__item a::before {
  content: "\f04b";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 8px;
  position: absolute;
  right: 13px;
  --size: 24px;
  width: var(--size);
  height: var(--size);
  color: #fff;
  background: #007952;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.layout-sp-nav .b-header__gnav-small-list {
  margin-top: 28px;
}

.layout-sp-nav .b-header__gnav-small-list a {
  color: #fff;
  padding: 0 15px;
  font-size: 14px;
  font-weight: bold;
}

.layout-sp-nav .b-header__gnav-small-list a:hover {
  opacity: 0.5;
  color: #fff;
}

.layout-sp-nav .b-gnav-small__item a {
  border-color: #fff !important;
}

.layout-sp-nav .b-header__sns {
  gap: 25px;
}

.layout-sp-nav .b-header__sns a:hover {
  opacity: 0.5;
}

.layout-sp-nav .b-sns-icons__item a i {
  color: #fff;
  font-size: 28px;
}

.sp-fixed-bottom-item.--phone {
  background: #FED11D;
}

.sp-fixed-bottom-item.--mitsumori {
  background: #F25933;
  color: #fff;
}

.sp-fixed-bottom-item.--line {
  background: #03C854;
  color: #fff;
}

.sp-fixed-bottom-item a {
  /* 250926 */
  height: 100px;
  display: flex;
  flex-flow: column;
  padding: 10px 5px;
  align-items: center;
  justify-content: center;
}

.sp-fixed-bottom-item .title {
  display: flex;
  flex-flow: column;
  justify-self: center;
  align-items: center;
  line-height: 1.2;
  gap: 9px;
  font-weight: bold;
  font-size: 15px;
}

@media (max-width: 550px) {
  .sp-fixed-bottom-item .title {
    font-size: 12px;
  }
}
.sp-fixed-bottom-item .b-tel-box__time {
  color: #000;
}

.b-side-icons-newSp .page-top {
  z-index: 9;
}

/* 250926add review */
#review-bottom {
  width: 94.203vw;
  margin: 0 auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  margin-bottom: 15.324vw;
}

#review-bottom .midashi {
  background-color: #007952;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 2.899vw 6.039vw 3.623vw 3.623vw;
  position: relative;
}

#review-bottom .midashi .review-g-logo {
  float: left;
  position: relative;
  margin-top: 0.725vw;
  width: 21.739vw;
}

#review-bottom .midashi .review-box {
  float: left;
  position: relative;
  margin-top: 0.725vw;
  width: 60.386vw;
}

#review-bottom .midashi .review-g-logo .kuchi-num {
  font-weight: bold;
  background: #FBBC04;
  color: #fff;
  padding: 1.208vw;
  font-size: 3.382vw;
  display: inline-block;
  line-height: 1em;
  border-radius: 3.382vw;
  position: absolute;
  border: solid 1px #fff;
  top: -1.932vw;
  right: -1.691vw;
  min-width: 1em;
  text-align: center;
}

#review-bottom .midashi .review-company {
  font-size: 3.623vw;
  color: #ffffff;
  float: left;
  margin-left: 4.589vw;
  margin-top: 0.242vw;
  margin-bottom: 0.966vw;
  font-weight: bold;
  letter-spacing: 0px;
}

#review-bottom .midashi .review-info {
  width: 100%;
  float: left;
  overflow: hidden;
}

#review-bottom .midashi .review-info .review-evaluation {
  float: left;
  font-size: 5.797vw;
  font-weight: bold;
  color: #fff;
  margin-left: 5.797vw;
  margin-top: 2.657vw;
}

#review-bottom .midashi .review-info .star-rating {
  float: left;
  position: relative;
  margin-left: 0.483vw;
  position: relative;
  top: -1.208vw;
}

#review-bottom .midashi .review-info .star-rating .star-rating-front {
  font-size: 4.348vw;
  color: #FBBC04;
  width: 92%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  margin-top: 0.966vw;
}

#review-bottom .midashi .review-info .star-rating .star-rating-back {
  font-size: 4.348vw;
  color: #ffffff;
  position: absolute;
  top: 0.966vw;
  left: 0;
}

#review-bottom .midashi .review-info .kuchi-num {
  float: left;
  font-size: 4.348vw;
  font-weight: bold;
  color: #ffffff;
  margin-left: 4.589vw;
  margin-top: -0.966vw;
}

#review-bottom .midashi .review-info .review-star-num {
  float: left;
  font-size: 4.348vw;
  font-weight: bold;
  color: #fff;
  margin-left: 4.589vw;
  margin-top: 0;
}

#review-bottom .midashi .review-info .review-btn {
  float: right;
}

#review-bottom .kuchi-frame {
  background-color: #fff;
  width: 100%;
  height: 99.275vw;
  margin: 0 auto;
  padding: 6.522vw 5.314vw 6.763vw 4.106vw;
  border-left: 1px solid #a1a1a1;
  border-right: 1px solid #a1a1a1;
  border-bottom: 1px solid #a1a1a1;
  overflow-y: scroll;
  position: relative;
}

#review-bottom .kuchi-frame ul li {
  border-bottom: 1px dotted #a1a1a1;
  padding-bottom: 4.589vw;
  margin-bottom: 5.556vw;
}

#review-bottom .kuchi-frame ul li:last-child {
  margin-bottom: 0;
}

#review-bottom .kuchi-frame ul li dt {
  font-size: 3.865vw;
  overflow: hidden;
  margin-bottom: 3.382vw;
}

#review-bottom .kuchi-frame ul li dt .star-rating {
  float: left;
  position: relative;
  margin-left: -0.725vw;
}

#review-bottom .kuchi-frame ul li dt .star-rating .star-rating-front {
  font-size: 3.865vw;
  color: #FBBC04;
  width: 80%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

#review-bottom .kuchi-frame ul li dt .star-rating .star-rating-back {
  font-size: 3.865vw;
  color: #e8e8e8;
  position: absolute;
  top: 0;
  left: 0;
}

#review-bottom .kuchi-frame ul li dt .review-date {
  font-size: 3.382vw;
  margin-left: 1.449vw;
  float: left;
  position: relative;
  top: -0.242vw;
}

#review-bottom .kuchi-frame ul li dt .review-name {
  font-size: 3.865vw;
  font-weight: bold;
  margin-left: 2.657vw;
  float: left;
  position: relative;
  top: -0.483vw;
}

#review-bottom .kuchi-frame ul li dd {
  font-size: 3.865vw;
  letter-spacing: 0.05em;
  line-height: 6.28vw;
  color: #4d4d4d;
}

@media screen and (min-width: 768px) {
  #review-bottom {
    width: 100%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    margin-bottom: 80px;
  }
  #review-bottom .midashi {
    background-color: #007952;
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    padding: 17px 25px 20px 31px;
    position: relative;
    left: -10px;
  }
  #review-bottom .midashi .review-g-logo {
    float: left;
    position: relative;
    margin-top: 3px;
  }
  #review-bottom .midashi .review-g-logo .kuchi-num {
    font-weight: bold;
    background: #FBBC04;
    color: #fff;
    padding: 5px;
    font-size: 14px;
    display: inline-block;
    line-height: 1em;
    border-radius: 14px;
    position: absolute;
    border: solid 1px #fff;
    top: -8px;
    right: -7px;
    min-width: 1em;
    text-align: center;
  }
  #review-bottom .midashi .review-company {
    font-size: 18px;
    color: #ffffff;
    float: left;
    margin-left: 24px;
    margin-top: 17px;
    margin-bottom: 14px;
  }
  #review-bottom .midashi .review-info {
    width: 720px;
    float: left;
    overflow: hidden;
  }
  #review-bottom .midashi .review-info .review-evaluation {
    float: left;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-left: 24px;
    margin-top: 11px;
  }
  #review-bottom .midashi .review-info .star-rating {
    float: left;
    position: relative;
    margin-left: 22px;
    position: relative;
    top: -3px;
  }
  #review-bottom .midashi .review-info .star-rating .star-rating-front {
    font-size: 26px;
    color: #FBBC04;
    width: 92%;
    overflow: hidden;
    position: relative;
    z-index: 9;
    margin-top: 4px;
  }
  #review-bottom .midashi .review-info .star-rating .star-rating-back {
    font-size: 26px;
    color: #ffffff;
    position: absolute;
    top: 4px;
    left: 0;
  }
  #review-bottom .midashi .review-info .kuchi-num {
    float: left;
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    margin-left: 33px;
    margin-top: 0;
  }
  #review-bottom .midashi .review-info .review-star-num {
    float: left;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    margin-left: 28px;
    margin-top: 0;
  }
  #review-bottom .midashi .review-info .review-btn {
    float: right;
  }
  #review-bottom .kuchi-frame {
    background-color: #fff;
    width: 1000px;
    height: 411px;
    margin: 0 auto;
    padding: 42px 99px;
    border-left: 1px solid #a1a1a1;
    border-right: 1px solid #a1a1a1;
    border-bottom: 1px solid #a1a1a1;
    overflow-y: scroll;
    position: relative;
    left: -10px;
  }
  #review-bottom .kuchi-frame ul li {
    border-bottom: 1px dotted #a1a1a1;
    padding-bottom: 14px;
    margin-bottom: 30px;
  }
  #review-bottom .kuchi-frame ul li:last-child {
    margin-bottom: 0;
  }
  #review-bottom .kuchi-frame ul li dt {
    font-size: 16px;
    overflow: hidden;
    margin-bottom: 14px;
  }
  #review-bottom .kuchi-frame ul li dt .star-rating {
    float: left;
    position: relative;
    margin-left: 3px;
  }
  #review-bottom .kuchi-frame ul li dt .star-rating .star-rating-front {
    font-size: 30px;
    color: #FBBC04;
    width: 80%;
    overflow: hidden;
    position: relative;
    z-index: 9;
  }
  #review-bottom .kuchi-frame ul li dt .star-rating .star-rating-back {
    font-size: 30px;
    color: #e8e8e8;
    position: absolute;
    top: 0;
    left: 0;
  }
  #review-bottom .kuchi-frame ul li dt .review-date {
    font-size: 14px;
    margin-left: 29px;
    float: left;
    position: relative;
    top: 5px;
  }
  #review-bottom .kuchi-frame ul li dt .review-name {
    font-size: 16px;
    font-weight: bold;
    margin-left: 18px;
    float: left;
    position: relative;
    top: 5px;
  }
  #review-bottom .kuchi-frame ul li dd {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 26px;
    color: #4d4d4d;
  }
}
.top-google-banner:hover {
  opacity: 0.5;
}

/* 251021 add */
:root {
  --font-yu-mincho: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  --font: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.color-brown {
  color: #491110;
}

.color-green02 {
  color: #cca83a;
}

.color-emerald {
  color: #491110;
}

.color-light-gold {
  color: #cca83a;
}

.fs-20 {
  font-size: 20px !important;
}
@media not all and (min-width: 600px) {
  .fs-20 {
    font-size: 15px !important;
  }
}

.fs-22 {
  font-size: 22px !important;
}
@media not all and (min-width: 600px) {
  .fs-22 {
    font-size: 20px !important;
  }
}

.fs-24 {
  font-size: 24px !important;
}
@media not all and (min-width: 600px) {
  .fs-24 {
    font-size: 20px !important;
  }
}

.fs-27 {
  font-size: 27px !important;
}
@media not all and (min-width: 600px) {
  .fs-27 {
    font-size: 20px !important;
  }
}

.fs-30 {
  font-size: 30px !important;
}
@media not all and (min-width: 600px) {
  .fs-30 {
    font-size: 20px !important;
  }
}

.semibold {
  font-weight: 600;
}

.box-round {
  border-radius: 16px;
  background: #fff;
  padding: clamp(40px, 3.4722222222vw, 50px) clamp(15px, -14.5px + 9.23vw, 80px);
  overflow: hidden;
}


.box-row {
  display: grid;
  gap: 30px min(2.7777777778vw, 40px);
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 380px), 1fr));
}


.list-item-circle {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
}
@media not all and (min-width: 600px) {
  .list-item-circle {
    font-size: 15px;
  }
}
.list-item-circle::before {
  content: "●";
}

.box-round-texture {
  border-radius: 8px;
  background: url(images/bg_texture.jpg) no-repeat center/cover;
  padding: 30px;
}
@media not all and (min-width: 600px) {
  .box-round-texture {
    padding: 30px 15px;
  }
}

.inline {
  display: inline;
}

.w-full {
  width: 100%;
}

.step-list__item {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
  text-align: left;
}
@media not all and (min-width: 768px) {
  .step-list__item {
    flex-flow: column;
  }
  .step-list__item + .step-list__item {
    margin-top: 10px;
  }
}
.step-list__item + .step-list__item {
  margin-top: 30px;
}
.step-list__item:nth-of-type(even) {
  flex-flow: row-reverse;
}
@media not all and (min-width: 768px) {
  .step-list__item:nth-of-type(even) {
    flex-flow: column;
  }
}
.step-list__item:nth-of-type(even) .img {
  padding: 20px 20px 20px 30px;
}
.step-list__item:nth-of-type(2) .img::before {
  background-image: url(images/icon_after-follow_02.png);
}
.step-list__item:nth-of-type(2) .img::after {
  background-image: url(images/deco_after-follow_02.png);
  right: auto;
  left: -79px;
  bottom: 30px;
  width: 168px;
  height: 200px;
}
.step-list__item:nth-of-type(3) .img::before {
  background-image: url(images/icon_after-follow_03.png);
}
.step-list__item:nth-of-type(3) .img::after {
  background-image: url(images/deco_after-follow_03.png);
  right: -90px;
  bottom: 0;
  width: 230px;
  height: 202px;
}
.step-list__item:nth-of-type(4) .img::before {
  background-image: url(images/icon_after-follow_04.png);
}
.step-list__item:nth-of-type(4) .img::after {
  background-image: url(images/deco_after-follow_04.png);
  right: auto;
  left: -84px;
  bottom: 22px;
  width: 225px;
  height: 180px;
}
.step-list__item .img {
  padding: 20px 30px 20px 20px;
  position: relative;
  flex-shrink: 0;
}
.step-list__item .img::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  --size: 96px;
  width: var(--size);
  height: var(--size);
  background: url(images/icon_after-follow_01.png) no-repeat center/contain;
}
.step-list__item .img::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -109px;
  bottom: 0;
  width: 209px;
  height: 180px;
  background: url(images/deco_after-follow_01.png) no-repeat center/contain;
}
.step-list__item .img img {
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1607843137));
}
.step-list__item .title {
  font-weight: 600;
  font-size: 24px;
  font-family: var(--font-yu-mincho);
}
@media not all and (min-width: 600px) {
  .step-list__item .title {
    font-size: 20px;
  }
}
.step-list__item .content {
  font-size: 20px;
  margin-top: 10px;
}
@media not all and (min-width: 600px) {
  .step-list__item .content {
    font-size: 15px;
  }
}

.inline-block {
  display: inline-block;
}