@charset "UTF-8";
/*---------------------------------------------------------- */
/* color */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* width */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* breakpoints */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* font */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* other */
/*---------------------------------------------------------- */
.home h1 {
  position: absolute;
  bottom: 123px;
  left: 50%;
  font-size: 12px;
  margin-left: -645px;
}
.home .hero {
  padding: 30px 45px;
  width: 100%;
  margin-top: 100px;
}
.home .hero .heroIn {
  position: relative;
}
.home .hero .heroIn .txt {
  position: absolute;
  bottom: 70px;
  left: 70px;
  z-index: 3;
}
.home .hero .heroIn .txt .txt1 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 55px;
}
.home .hero .heroIn .txt .txt2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
  padding-left: 5px;
}
.home .hero .heroIn .txt ul {
  margin-top: 30px;
  display: flex;
  gap: 10px;
}
.home .hero .heroIn #movieWrap {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  height: calc(100vh - 100px);
  max-height: 1000px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .hero .heroIn #movieWrap:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(244.5deg, transparent 43.76%, rgba(0, 0, 0, 0.3) 75.78%);
}
.home .hero .heroIn #movieWrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.home .bgfix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.home .sec.pickup {
  padding-bottom: 50px !important;
}
.home .sec.pickup .mdArea {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.home .sec.pickup .mdArea h2 {
  color: #507847;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 56px;
}
.home .sec.pickup .mdArea h2 span {
  position: relative;
}
.home .sec.pickup .mdArea h2 span:before {
  content: "";
  width: 261px;
  height: 112px;
  background: url(../images/top/pickup/parts1.jpg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -20px;
  left: -300px;
}
.home .sec.pickup .mdArea h2 span:after {
  content: "";
  width: 261px;
  height: 112px;
  background: url(../images/top/pickup/parts2.jpg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -20px;
  right: -290px;
}
.home .sec.pickup .blWrap {
  display: flex;
  gap: 30px;
}
.home .sec.pickup .blWrap .bl {
  width: 50%;
  background-color: #fff;
  padding: 40px;
  border-radius: 30px;
  box-shadow: 20px 20px 20px 0px #00000005;
}
.home .sec.pickup .blWrap .bl .md {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
  margin-bottom: 30px;
}
.home .sec.pickup .blWrap .bl .md span {
  font-family: "Parkinsans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #507847;
  font-size: 16px;
  margin-left: 15px;
}
.home .sec.pickup .blWrap .bl ul li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px #ccc dotted;
}
.home .sec.pickup .blWrap .bl ul li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.home .sec.pickup .blWrap .bl ul li a {
  text-decoration: none;
  font-size: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
}
.home .sec.pickup .blWrap .bl ul li a:hover {
  color: #7aa05b;
}
.home .sec.pickup .blWrap .bl.blog ul li {
  display: flex;
  align-items: center;
  gap: 30px;
}
.home .sec.pickup .blWrap .bl.blog ul li .pic {
  width: 25%;
  max-height: 100px;
  border-radius: 5px;
  overflow: hidden;
}
.home .sec.pickup .blWrap .bl.blog ul li .pic img {
  width: 100%;
  height: auto;
}
.home .sec.pickup .blWrap .bl.blog ul li .txt {
  width: 75%;
}
.home .sec.pickup .blWrap .bl.blog ul li .txt span.date {
  color: #717171;
  font-size: 14px;
  padding-left: 3px;
}
.home .sec.pickup .blWrap .bl.blog ul li .txt span.cat {
  background-color: #7aa05b;
  color: #fff;
  font-size: 10px;
  padding: 2px 10px 3px;
  border-radius: 3px;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.home .sec.pickup .blWrap .bl.blog ul li .txt a {
  margin-top: 3px;
}
.home .sec.pickup .btn {
  margin-top: 50px;
}
.home .sec.lead {
  padding-top: 50px !important;
}
.home .sec.lead .secIn {
  position: relative;
}
.home .sec.lead .secIn .wrap {
  position: relative;
  z-index: 1;
}
.home .sec.lead .secIn img.bg {
  position: absolute;
  bottom: -50px;
  right: -100px;
  width: 80%;
  height: auto;
  z-index: 0;
}
.home .sec.support {
  padding: 0 !important;
}
.home .sec.service {
  padding: 100px 0 0 !important;
  position: relative;
  z-index: 1;
}
.home .sec.service .bl {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.home .sec.service .bl .mass {
  width: calc((100% - 60px) / 2);
  display: flex;
  padding-top: 20px;
  border-top: 1px #454545 dotted;
  gap: 20px;
  align-items: center;
}
.home .sec.service .bl .mass .txt {
  width: 60%;
}
.home .sec.service .bl .mass .txt h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #7aa05b;
  font-size: 24px;
  margin-bottom: 15px;
}
.home .sec.service .bl .mass .txt p {
  height: 80px;
  font-size: 16px;
}
.home .sec.service .bl .mass .pic {
  width: 40%;
}
.home .sec.service .bl .mass .pic img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  border: 5px rgba(255, 255, 255, 0.5) solid;
}
.home .sec.service .bg {
  margin-top: 100px;
  overflow: hidden;
  aspect-ratio: 16 / 6;
  width: 100%;
  position: relative;
}
.home .sec.service .bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(122, 160, 91, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.home .sec.service .bg video {
  width: 100%;
  height: auto;
  position: absolute;
  top: -200px;
  left: 0;
}
.home .sec.care {
  margin-top: -500px;
  padding: 0 50px !important;
  position: relative;
  z-index: 2;
}
.home .sec.care .secIn {
  width: 100% !important;
  background-color: #fff;
  background: linear-gradient(to bottom, #fff, #f0eee1);
  padding: 100px 0;
  border-radius: 50px;
}
.home .sec.care .bl {
  margin: 50px auto;
  width: 1287px;
  display: flex;
  gap: 50px;
}
.home .sec.care .bl .mass {
  width: calc((100% - 100px) / 3);
}
.home .sec.care .bl .mass .pic img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 5px rgba(255, 255, 255, 0.5) solid;
  box-shadow: 20px 20px 20px 0px #00000005;
}
.home .sec.care .bl .mass .txt {
  margin-top: 20px;
}
.home .sec.care .bl .mass .txt h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 26px;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.home .sec.care .bl .mass .txt h3:after {
  content: "";
  width: 24px;
  height: 6px;
  background: url(../images/top/care/parts.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.home .sec.voice {
  padding: 50px 0 100px !important;
}
.home .sec.voice .mdArea {
  margin-bottom: 40px;
}
.home .sec.voice .bl.no1 .mass {
  background-color: #E2DFCA;
  border-radius: 25px;
  display: flex;
  position: relative;
  padding: 50px 30px 50px 370px;
  align-items: center;
  box-shadow: 20px 20px 20px 0px #00000005;
}
.home .sec.voice .bl.no1 .mass .pic {
  position: absolute;
  top: -25px;
  left: 50px;
  width: 271px;
}
.home .sec.voice .bl.no1 .mass .pic img {
  width: 100%;
  height: auto;
}
.home .sec.voice .bl.no1 .mass .txt {
  width: 80%;
  padding-right: 40px;
  border-right: 1px #454545 dotted;
}
.home .sec.voice .bl.no1 .mass .txt h3 {
  background-color: #3A745A;
  color: #fff;
  font-size: 13px;
  border-radius: 3px;
  display: inline-block;
  padding: 3px 15px 4px;
}
.home .sec.voice .bl.no1 .mass .txt .catch {
  font-size: 28px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin: 10px 0 15px;
}
.home .sec.voice .bl.no1 .mass .btn {
  width: 20%;
  text-align: center;
  padding-left: 20px;
}
.home .sec.voice .bl.no1 .mass .btn a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.home .sec.voice .bl.no1 .mass .btn a:after {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../images/common/icon_flag.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.home .sec.voice .bl.no1 .mass .btn a:hover {
  color: #7aa05b;
}
.home .sec.voice .btn {
  margin-top: 50px;
}
.home .sec.recruit {
  padding: 100px 0 !important;
}
.home .sec.recruit .bl {
  margin-top: 50px;
  display: flex;
  background-color: #507847;
  border-radius: 25px;
  padding: 50px 370px 50px 50px;
  color: #fff;
  position: relative;
  align-items: center;
}
.home .sec.recruit .bl .md {
  text-align: center;
  width: 30%;
  padding-right: 30px;
}
.home .sec.recruit .bl .md span {
  font-family: "Parkinsans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
}
.home .sec.recruit .bl .md h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
}
.home .sec.recruit .bl .txt {
  width: 70%;
  border-left: 1px #fff dotted;
  padding-left: 30px;
  text-align: left;
}
.home .sec.recruit .bl .txt h3 {
  background-color: #34562C;
  font-size: 13px;
  border-radius: 3px;
  display: inline-block;
  padding: 3px 15px 4px;
}
.home .sec.recruit .bl .txt .catch {
  font-size: 28px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin: 10px 0 15px;
}
.home .sec.recruit .bl .pic {
  position: absolute;
  top: -25px;
  right: 50px;
  width: 271px;
}
.home .sec.recruit .bl .pic img {
  width: 100%;
  height: auto;
}
.home .sec.recruit ul {
  margin: 50px auto 0;
  width: 900px;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.home .sec.news .bl {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 40px;
  margin-top: 50px;
}
.home .sec.news .bl .mass {
  width: calc((100% - 80px) / 3);
}
.home .sec.news .bl .mass .pic {
  border: 5px rgba(255, 255, 255, 0.5) solid;
  overflow: hidden;
  width: 100%;
  height: 237px;
  border-radius: 20px;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
  position: relative;
  top: 0;
}
.home .sec.news .bl .mass .pic:hover {
  top: -3px;
}
.home .sec.news .bl .mass .pic a img {
  width: 100%;
  height: auto;
}
.home .sec.news .bl .mass .txt {
  margin-top: 20px;
}
.home .sec.news .bl .mass .txt .date {
  opacity: 0.5;
}
.home .sec.news .bl .mass .txt .cat {
  background-color: #7aa05b;
  color: #fff;
  font-size: 10px;
  padding: 2px 10px 3px;
  border-radius: 3px;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.home .sec.news .bl .mass .txt .title {
  margin-top: 5px;
}
.home .sec.news .bl .mass .txt .title a {
  text-decoration: none;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
}
.home .sec.news .bl .mass .txt .title a:hover {
  color: #7aa05b;
}
.home .sec.news .bl .mass .txt p {
  margin-top: 10px;
}
.home .sec.news .btn {
  margin-top: 50px;
}
.home .sec.access .wrap {
  display: flex;
  gap: 60px;
}
.home .sec.access .bl.no1 {
  width: 37%;
}
.home .sec.access .bl.no1 .mass {
  background-color: #fff;
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 10px;
}
.home .sec.access .bl.no1 .mass h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  margin-bottom: 10px;
}
.home .sec.access .bl.no1 .mass h3 span {
  font-size: 12px;
  margin-left: 10px;
}
.home .sec.access .bl.no1 .mass.tel a {
  margin-top: -10px;
  text-decoration: none;
  font-family: "Parkinsans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  color: #7aa05b;
  position: relative;
  padding-left: 40px;
  display: inline-block;
}
.home .sec.access .bl.no1 .mass.tel a:before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../images/common/icon_tel.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
.home .sec.access .bl.no2 {
  width: 63%;
}
.home .sec.access .bl.no2 iframe {
  width: 100%;
  height: 450px;
  border-radius: 20px;
}

.service .sec.top .mdArea {
  margin-bottom: 50px;
}
.service .sec.top .bl.no1 .pic img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.service .sec.top .bl.no1 .txt {
  display: flex;
  gap: 50px;
  margin-top: 50px;
  /* ▼ 高さを揃えるポイント */
  align-items: stretch;
}
.service .sec.top .bl.no1 .txt .catch,
.service .sec.top .bl.no1 .txt .expl {
  width: 50%;
  display: flex;
  align-items: center;
}
.service .sec.top .bl.no1 .txt .catch {
  background: url(../images/common/md_parts3.svg) no-repeat;
  padding: 5px 0 5px 40px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 34px;
}
.service.admission .sec.top {
  padding-bottom: 0 !important;
}
.service.admission .sec.top .bl.no2 {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 40px;
  padding: 50px;
  background-color: #E2DFCA;
  border-radius: 30px;
  position: relative;
}
.service.admission .sec.top .bl.no2:before {
  content: "";
  width: 150px;
  height: 1025px;
  background: url(../images/common/bg_parts1.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -80px;
  left: -250px;
}
.service.admission .sec.top .bl.no2:after {
  content: "";
  width: 115px;
  height: 1025px;
  background: url(../images/common/bg_parts2.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -120px;
  right: -220px;
}
@media screen and (max-width: 768px) {
  .service.admission .sec.top .bl.no2::before, .service.admission .sec.top .bl.no2::after {
    display: none;
  }
}
.service.admission .sec.top .bl.no2 .mass {
  width: calc((100% - 80px) / 3);
}
.service.admission .sec.top .bl.no2 .mass:nth-child(-n+3) {
  padding-bottom: 40px;
  border-bottom: 1px rgba(69, 69, 69, 0.3) dotted;
}
.service.admission .sec.top .bl.no2 .mass .pic img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  border: 5px #f2f0e1 solid;
}
.service.admission .sec.top .bl.no2 .mass .txt {
  margin-top: 15px;
}
.service.admission .sec.top .bl.no2 .mass .txt h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  margin-bottom: 10px;
}
.service.admission .sec.top .bl.no2 .mass .txt p.expl {
  font-size: 14px;
}
.service.admission .sec.schedule {
  padding: 0 !important;
}
.service.rehabilitation .sec.top {
  padding-bottom: 0 !important;
}
.service.rehabilitation .sec.top .bl.no2 {
  margin-top: 50px;
  padding: 50px;
  background-color: #fff;
  border-radius: 30px;
}
.service.rehabilitation .sec.top .bl.no2 .massWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 40px;
  margin-top: 30px;
}
.service.rehabilitation .sec.top .bl.no2 .mass {
  width: calc((100% - 80px) / 3);
}
.service.rehabilitation .sec.top .bl.no2 .mass .pic img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.service.rehabilitation .sec.top .bl.no2 .mass p {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}
.service.rehabilitation .sec.top .bl.no4 {
  margin-top: -30px;
}
.service.rehabilitation .sec.top .bl.no4 .mass {
  background-color: #fff;
  padding: 50px;
  border-radius: 15px;
  display: flex;
  gap: 50px;
  margin-bottom: 50px;
}
.service.rehabilitation .sec.top .bl.no4 .mass:last-child {
  margin-bottom: 0;
}
.service.rehabilitation .sec.top .bl.no4 .mass .pic {
  width: 45%;
}
.service.rehabilitation .sec.top .bl.no4 .mass .pic img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.service.rehabilitation .sec.top .bl.no4 .mass .txt {
  width: 55%;
  padding-right: 20px;
}
.service.rehabilitation .sec.top .layout_type1 {
  margin-top: -30px;
}
.service.rehabilitation .sec.schedule {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.service.home-care .sec.top {
  padding-bottom: 0 !important;
}
.service.home-care .sec.desk .bl {
  position: relative;
  position: relative;
}
.service.home-care .sec.desk .bl:before {
  content: "";
  width: 150px;
  height: 1025px;
  background: url(../images/common/bg_parts1.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -80px;
  left: -250px;
}
.service.home-care .sec.desk .bl:after {
  content: "";
  width: 115px;
  height: 1025px;
  background: url(../images/common/bg_parts2.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -120px;
  right: -220px;
}
@media screen and (max-width: 768px) {
  .service.home-care .sec.desk .bl::before, .service.home-care .sec.desk .bl::after {
    display: none;
  }
}
.service.home-care .sec.service {
  padding-top: 80px !important;
  padding-bottom: 50px !important;
}
.service.day .sec.top {
  padding-bottom: 0 !important;
}
.service.day .sec.top .bl.no2 {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 40px;
  position: relative;
}
.service.day .sec.top .bl.no2:before {
  content: "";
  width: 150px;
  height: 1025px;
  background: url(../images/common/bg_parts1.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -80px;
  left: -250px;
}
.service.day .sec.top .bl.no2:after {
  content: "";
  width: 115px;
  height: 1025px;
  background: url(../images/common/bg_parts2.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -120px;
  right: -220px;
}
@media screen and (max-width: 768px) {
  .service.day .sec.top .bl.no2::before, .service.day .sec.top .bl.no2::after {
    display: none;
  }
}
.service.day .sec.top .bl.no2 .mass {
  width: calc((100% - 80px) / 3);
  padding-bottom: 40px;
  border-bottom: 1px #ccc solid;
}
.service.day .sec.top .bl.no2 .mass .pic img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  border: 5px #fff solid;
}
.service.day .sec.top .bl.no2 .mass .txt {
  margin-top: 20px;
}
.service.day .sec.top .bl.no2 .mass .txt h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  margin-bottom: 10px;
}
.service.day .sec.top .bl.no2 .mass .txt p.expl {
  font-size: 14px;
}
.service.day .sec.service {
  padding-bottom: 0 !important;
}
.service.day .sec.schedule {
  padding-bottom: 0 !important;
}
.service.soudan .sec.top .bl .box {
  margin-top: 40px;
}
.service.soudan .sec.top .bl .hyo {
  margin-top: 40px;
}

.about.facility .sec.top {
  padding-bottom: 120px !important;
}
.about.facility .sec.top .bl {
  display: flex;
  gap: 60px;
}
.about.facility .sec.top .bl .pic {
  width: 40%;
}
.about.facility .sec.top .bl .pic img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.about.facility .sec.top .bl .txt {
  width: 60%;
}
.about.facility .sec.philosophy {
  padding-top: 120px !important;
}
.about.facility .sec.philosophy .blWrap {
  margin: 0 auto;
  width: 1100px;
  position: relative;
}
.about.facility .sec.philosophy .blWrap:before {
  content: "";
  width: 150px;
  height: 1025px;
  background: url(../images/common/bg_parts1.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -80px;
  left: -250px;
}
.about.facility .sec.philosophy .blWrap:after {
  content: "";
  width: 115px;
  height: 1025px;
  background: url(../images/common/bg_parts2.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -120px;
  right: -220px;
}
@media screen and (max-width: 768px) {
  .about.facility .sec.philosophy .blWrap::before, .about.facility .sec.philosophy .blWrap::after {
    display: none;
  }
}
.about.facility .sec.philosophy .blWrap .bl.no1 {
  text-align: center;
}
.about.facility .sec.philosophy .blWrap .bl.no1 .expl {
  font-size: 22px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.about.facility .sec.philosophy .blWrap .bl.no2 {
  margin-top: 50px;
  padding: 50px;
  background-color: #fff;
  border-radius: 20px;
  border: 1px #7aa05b dashed;
}
.about.facility .sec.philosophy .blWrap .bl.no2 p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #7aa05b;
  font-size: 30px;
  text-align: center;
  margin: 20px 0;
}
.about.facility .sec.philosophy .blWrap .bl.no2 ul {
  padding: 10px;
}
.about.renkei .sec.support {
  padding-bottom: 50px !important;
}
.about.renkei .sec.support .secInIn {
  position: relative;
  padding-top: 60px !important;
  padding-bottom: 40px !important;
}
.about.renkei .sec.support .secInIn .img1 {
  position: absolute;
  top: -30px;
  left: 20px;
  width: 250px;
  height: auto;
}
.about.ict .sec.examples {
  padding: 0px 0 100px !important;
}
.about.ict .sec.awards {
  padding: 120px 0 120px !important;
}
.about.ict .sec.awards .mass {
  position: relative;
}
.about.ict .sec.awards .mass img.parts {
  width: 96px;
  height: 96px;
  position: absolute;
  top: -20px;
  right: -20px;
}
.about.download .secIn dl dt {
  width: 35% !important;
  font-size: 18px !important;
}
.about.download .secIn dl dd {
  width: 65% !important;
}
.about.download .secIn dl dd p {
  font-size: 14px;
  margin-top: 15px;
  opacity: 0.7;
}

.voice .sec.top {
  padding-bottom: 100px !important;
}

.recruit .sec.interview ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.recruit .sec.interview ul li {
  width: calc((100% - 60px) / 3);
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
  position: relative;
  top: 0;
  overflow: hidden;
}
.recruit .sec.interview ul li:after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/common/parts_triangle.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
.recruit .sec.interview ul li:hover {
  top: -5px;
}
.recruit .sec.interview ul li a {
  text-decoration: none;
}
.recruit .sec.interview ul li .pic img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.recruit .sec.interview ul li .txt {
  padding: 20px 10px;
}
.recruit .sec.interview ul li .txt .txt1 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
}
.recruit .sec.interview ul li .txt .name {
  margin-top: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
}
.recruit .sec.interview ul li .txt .name span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  background-color: #E2DFCA;
  border-radius: 15px;
  padding: 3px 15px;
  margin-left: 15px;
}
.recruit.top .sec.message .bl.no2 {
  margin-top: 70px !important;
}
.recruit.top .sec.message .bl.no2 .txt {
  width: 65% !important;
}
.recruit.top .sec.message .bl.no2 .pic {
  width: 35% !important;
  margin-top: 0 !important;
}
.recruit.top .sec.faq .bl {
  position: relative;
  position: relative;
}
.recruit.top .sec.faq .bl:before {
  content: "";
  width: 150px;
  height: 1025px;
  background: url(../images/common/bg_parts1.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -80px;
  left: -250px;
}
.recruit.top .sec.faq .bl:after {
  content: "";
  width: 115px;
  height: 1025px;
  background: url(../images/common/bg_parts2.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -120px;
  right: -220px;
}
@media screen and (max-width: 768px) {
  .recruit.top .sec.faq .bl::before, .recruit.top .sec.faq .bl::after {
    display: none;
  }
}
.recruit.interview .sec .img_wide {
  width: 100%;
  height: auto;
}
.recruit.interview .sec.no1 {
  margin-top: 100px;
  padding-bottom: 0 !important;
}
.recruit.interview .sec.no2 {
  padding-bottom: 0 !important;
}
.recruit.interview .sec.no3 {
  padding-bottom: 0 !important;
}
.recruit.interview .sec.no4 {
  padding-bottom: 0 !important;
}
.recruit.interview .sec.message {
  padding-bottom: 0 !important;
}
.recruit.interview .sec.message p {
  background-color: #E2DFCA;
  width: 1000px;
  margin: 0 auto;
  border-radius: 25px;
  padding: 50px;
  text-align: center;
  font-size: 24px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  position: relative;
}
.recruit.interview .sec.message p:before {
  content: "";
  width: 21px;
  height: 14px;
  background: url(../images/top/voice/parts.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 30px;
  left: 30px;
}
.recruit.interview .sec.message p:after {
  content: "";
  width: 21px;
  height: 14px;
  background: url(../images/top/voice/parts.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.recruit.interview .sec.no5 {
  padding-top: 30px !important;
}
.recruit.application .sec.jobList {
  padding: 30px 0 !important;
}
.recruit.application .sec.jobList.top {
  padding-top: 80px !important;
}
.recruit.application .sec.jobList.last {
  padding-bottom: 100px !important;
}
.recruit.entry .thanks .txt1 {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 36px;
  color: #7aa05b;
}
.recruit.entry .thanks .expl {
  text-align: center;
}

.contact.thanks .sec.top .txt1 {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 36px;
  color: #7aa05b;
}
.contact.thanks .sec.top .expl {
  text-align: center;
}

.blog .sec.top {
  position: relative;
  z-index: 1;
}
.blog .sec.top .md.t4 {
  margin-bottom: 40px !important;
}
.blog .selectBox {
  width: 100%;
  display: table;
  margin-bottom: 30px;
  padding: 0;
  font-size: 16px;
  position: relative;
}
.blog .selectBox .md {
  width: 200px;
  background-color: #7aa05b;
  display: table-cell;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.blog .selectBox ul.dropmenu {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 10;
  background-color: #fff;
  display: table-cell;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.blog .selectBox ul.dropmenu > li {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  /* ▼ 子階層（childrenも対象） */
}
.blog .selectBox ul.dropmenu > li > a {
  display: block;
  margin: 0;
  padding: 20px 30px;
  text-decoration: none;
  color: #454545;
  cursor: pointer;
}
.blog .selectBox ul.dropmenu > li > ul,
.blog .selectBox ul.dropmenu > li > ul.children {
  list-style: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid white;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}
.blog .selectBox ul.dropmenu > li > ul li,
.blog .selectBox ul.dropmenu > li > ul.children li {
  width: 100%;
  margin: 0;
  /* 再帰的に children を整形 */
}
.blog .selectBox ul.dropmenu > li > ul li a,
.blog .selectBox ul.dropmenu > li > ul.children li a {
  display: block;
  padding: 16px 30px;
  text-decoration: none;
  color: #454545;
  background: #fff;
  border-bottom: 1px #ccc dotted;
}
.blog .selectBox ul.dropmenu > li > ul li a:hover, .blog .selectBox ul.dropmenu > li > ul li a:focus,
.blog .selectBox ul.dropmenu > li > ul.children li a:hover,
.blog .selectBox ul.dropmenu > li > ul.children li a:focus {
  background: #ededed;
}
.blog .selectBox ul.dropmenu > li > ul li ul.children,
.blog .selectBox ul.dropmenu > li > ul.children li ul.children {
  position: relative;
  border: none;
  box-shadow: none;
  background: none;
  padding-left: 20px;
}
.blog .selectBox ul.dropmenu > li > ul li ul.children li a,
.blog .selectBox ul.dropmenu > li > ul.children li ul.children li a {
  position: relative;
  padding-left: 20px;
}
.blog .selectBox ul.dropmenu > li > ul li ul.children li a:before,
.blog .selectBox ul.dropmenu > li > ul.children li ul.children li a:before {
  content: "-";
  font-size: 20px;
  position: absolute;
  top: 20%;
  left: 5px;
  opacity: 0.2;
}
.blog .selectBox ul.dropmenu > li:hover > ul, .blog .selectBox ul.dropmenu > li:focus-within > ul, .blog .selectBox ul.dropmenu > li.open > ul {
  max-height: 100px;
}
.blog .sec .post {
  margin-bottom: 50px;
  background-color: #fff;
  padding: 50px;
  border-radius: 30px;
}
.blog .sec .post h1 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 26px;
  margin-bottom: 30px;
  border-bottom: 1px #ccc dotted;
  padding-bottom: 20px;
  color: #7aa05b;
}
.blog .sec .post .eyecatch {
  margin-bottom: 20px;
}
.blog .sec .post .eyecatch img {
  border-radius: 20px;
}
.blog .sec .post .expl img {
  margin: 20px 0;
  border-radius: 20px;
}
.blog .sec .post .expl p {
  margin-bottom: 20px;
}
.blog .sec .post .expl a {
  color: #7aa05b;
}
.blog .sec .post .ft {
  background-color: #F0F0F0;
  padding: 10px 25px;
  font-size: 12px;
  border-radius: 10px;
  text-align: right;
  margin-top: 20px;
}

.privacy .sec.top .bl {
  margin-bottom: 50px;
}
