@charset "UTF-8";
/*---------------------------------------------------------- */
/* color */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* width */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* breakpoints */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* font */
/*---------------------------------------------------------- */
/*---------------------------------------------------------- */
/* other */
/*---------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .home h1 {
    position: absolute;
    bottom: 0px;
    left: 0;
    font-size: 2vw;
    margin-left: 0px;
  }
  .home .hero {
    padding: 0px;
    width: 100%;
    margin-top: 0px;
    position: relative;
  }
  .home .hero .logoArea {
    position: absolute;
    top: 13px;
    left: 30px;
    z-index: 10;
  }
  .home .hero .logoArea a {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    text-decoration: none;
    color: #fff;
    position: relative;
    padding-left: 70px;
  }
  .home .hero .logoArea a span.txt1 {
    font-size: 12px;
    display: block;
    padding: 0 0 0 3px;
    position: relative;
    top: 3px;
  }
  .home .hero .logoArea a span.txt2 {
    background-color: #3A745A;
    color: #fff;
    font-size: 13px;
    padding: 1px 10px 2px;
    position: absolute;
    bottom: 7px;
    right: -85px;
    border-radius: 3px;
  }
  .home .hero .logoArea a img {
    width: 65px;
    height: auto;
    position: absolute;
    top: -3px;
    left: 0;
  }
  .home .hero .heroIn {
    position: relative;
  }
  .home .hero .heroIn .txt {
    position: absolute;
    bottom: 70px;
    left: 0px !important;
    z-index: 3;
    padding: 0 20px;
  }
  .home .hero .heroIn .txt .txt1 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    font-size: 6.5vw !important;
  }
  .home .hero .heroIn .txt .txt2 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    font-size: 4vw !important;
    margin-top: 20px;
    padding-left: 5px;
  }
  .home .hero .heroIn .txt ul {
    display: none;
  }
  .home .hero .heroIn #movieWrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: block;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    height: 100svh;
    max-height: none;
  }
  .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-top: 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: 6vw;
  }
  .home .sec.pickup .mdArea h2 span {
    position: relative;
  }
  .home .sec.pickup .mdArea h2 span:before {
    content: "";
    width: 120px;
    height: 112px;
    background: url(../images/top/pickup/parts1.jpg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -180px;
  }
  .home .sec.pickup .mdArea h2 span:after {
    content: "";
    width: 120px;
    height: 112px;
    background: url(../images/top/pickup/parts2.jpg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -10px;
    right: 50%;
    margin-right: -175px;
  }
  .home .sec.pickup .blWrap {
    display: block;
    gap: 30px;
  }
  .home .sec.pickup .blWrap .bl {
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 20px 20px 20px 0px #00000005;
    margin-bottom: 20px;
  }
  .home .sec.pickup .blWrap .bl:last-child {
    margin-bottom: 0;
  }
  .home .sec.pickup .blWrap .bl .md {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 5vw;
    margin-bottom: 15px;
  }
  .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: 2.5vw;
    margin-left: 15px;
  }
  .home .sec.pickup .blWrap .bl ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    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: 3.5vw;
    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: 20px;
  }
  .home .sec.pickup .blWrap .bl.blog ul li .pic {
    width: 30%;
    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: 70%;
  }
  .home .sec.pickup .blWrap .bl.blog ul li .txt span.date {
    color: #717171;
    font-size: 3vw;
    padding-left: 3px;
  }
  .home .sec.pickup .blWrap .bl.blog ul li .txt span.cat {
    background-color: #7aa05b;
    color: #fff;
    font-size: 2.5vw;
    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: 30px;
  }
  .home .sec.lead {
    padding-top: 0px !important;
    padding-bottom: 30px !important;
    margin-top: 0px;
  }
  .home .sec.lead .secIn {
    position: relative;
  }
  .home .sec.lead .secIn .wrap {
    position: relative;
    z-index: 1;
  }
  .home .sec.lead .secIn img.bg_smp {
    width: 100%;
    height: auto;
  }
  .home .sec.lead .secIn img.bg {
    display: none;
  }
  .home .sec.support {
    padding: 0 !important;
  }
  .home .sec.service {
    padding: 50px 0 0 !important;
    position: relative;
    z-index: 1;
  }
  .home .sec.service .leadTxt {
    text-align: center !important;
  }
  .home .sec.service .bl {
    margin-top: 20px;
    display: block;
    flex-wrap: wrap;
    gap: 0px;
  }
  .home .sec.service .bl .mass {
    width: 100%;
    display: flex;
    padding: 20px 0 30px;
    border-top: 1px #454545 dotted;
    gap: 20px;
    align-items: left;
  }
  .home .sec.service .bl .mass .txt {
    width: 70%;
  }
  .home .sec.service .bl .mass .txt h3 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #7aa05b;
    font-size: 5vw;
    margin-bottom: 15px;
  }
  .home .sec.service .bl .mass .txt p {
    height: initial;
    font-size: 3.5vw;
    margin-bottom: 10px;
  }
  .home .sec.service .bl .mass .pic {
    width: 30%;
  }
  .home .sec.service .bl .mass .pic img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    border: 5px rgba(255, 255, 255, 0.5) solid;
  }
  .home .sec.service .bg {
    display: none;
  }
  .home .sec.care {
    margin-top: 0px;
    padding: 0 20px !important;
    position: relative;
    z-index: 2;
  }
  .home .sec.care .secIn {
    width: 100% !important;
    background-color: #fff;
    background: linear-gradient(to bottom, #fff, #f0eee1);
    padding: 50px 20px !important;
    border-radius: 20px;
  }
  .home .sec.care .bl {
    margin: 30px auto;
    width: 100%;
    display: block;
  }
  .home .sec.care .bl .mass {
    width: 100%;
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px rgba(69, 69, 69, 0.5) dotted;
  }
  .home .sec.care .bl .mass:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
  }
  .home .sec.care .bl .mass .pic {
    width: 40%;
  }
  .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 {
    width: 60%;
    margin-top: 0px;
  }
  .home .sec.care .bl .mass .txt h3 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 4vw;
    position: relative;
    text-align: left;
    margin-bottom: 10px;
  }
  .home .sec.care .bl .mass .txt h3:after {
    display: none;
  }
  .home .sec.voice {
    padding: 50px 0 50px !important;
  }
  .home .sec.voice .mdArea {
    margin-bottom: 40px;
  }
  .home .sec.voice .bl.no1 .mass {
    background-color: #E2DFCA;
    border-radius: 25px;
    display: block;
    position: relative;
    padding: 20px;
    align-items: center;
    box-shadow: 20px 20px 20px 0px #00000005;
  }
  .home .sec.voice .bl.no1 .mass .pic {
    display: none;
    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: 100%;
    padding-right: 0px;
    border-right: none;
  }
  .home .sec.voice .bl.no1 .mass .txt h3 {
    background-color: #3A745A;
    color: #fff;
    font-size: 3vw;
    border-radius: 3px;
    display: inline-block;
    padding: 3px 15px 4px;
  }
  .home .sec.voice .bl.no1 .mass .txt .catch {
    font-size: 4vw;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    margin: 10px 0 15px;
  }
  .home .sec.voice .bl.no1 .mass .txt .expl img {
    width: 40%;
    float: right;
    margin-left: 20px;
  }
  .home .sec.voice .bl.no1 .mass .btn {
    display: none;
  }
  .home .sec.voice .btn {
    margin-top: 30px;
  }
  .home .sec.recruit {
    padding: 50px 0 !important;
  }
  .home .sec.recruit .bl {
    margin-top: 20px;
    display: block;
    background-color: #507847;
    border-radius: 25px;
    padding: 30px 20px;
    color: #fff;
    position: relative;
    align-items: center;
  }
  .home .sec.recruit .bl .md {
    text-align: center;
    width: 100%;
    padding-right: 0px;
    margin-bottom: 20px;
  }
  .home .sec.recruit .bl .md span {
    font-family: "Parkinsans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 3.5vw;
  }
  .home .sec.recruit .bl .md h3 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 4.5vw;
  }
  .home .sec.recruit .bl .txt {
    width: 100%;
    border-left: none;
    padding-left: 0px;
    text-align: left;
  }
  .home .sec.recruit .bl .txt h3 {
    background-color: #34562C;
    font-size: 3vw;
    border-radius: 3px;
    display: inline-block;
    padding: 3px 15px 4px;
  }
  .home .sec.recruit .bl .txt .catch {
    font-size: 4.5vw;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    margin: 10px 0 15px;
  }
  .home .sec.recruit .bl .txt .expl img {
    float: right;
    width: 40%;
    margin-left: 20px;
  }
  .home .sec.recruit .bl .pic {
    display: none;
  }
  .home .sec.recruit ul {
    margin: 20px auto 0;
    width: 100%;
    display: block;
    gap: 20px;
    justify-content: center;
    text-align: center;
  }
  .home .sec.recruit ul li {
    margin-bottom: 20px;
  }
  .home .sec.news {
    padding: 50px 0 100px !important;
  }
  .home .sec.news .bl {
    display: block;
    flex-wrap: wrap;
    gap: 60px 40px;
    margin-top: 30px;
  }
  .home .sec.news .bl .mass {
    width: 100%;
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px rgba(69, 69, 69, 0.5) dotted;
  }
  .home .sec.news .bl .mass:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
  }
  .home .sec.news .bl .mass .pic {
    border: 3px rgba(255, 255, 255, 0.5) solid;
    overflow: hidden;
    width: 30%;
    height: 65px;
    border-radius: 10px;
    -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 {
    width: 70%;
    margin-top: 0px;
  }
  .home .sec.news .bl .mass .txt .date {
    opacity: 0.5;
    font-size: 3vw;
  }
  .home .sec.news .bl .mass .txt .cat {
    background-color: #7aa05b;
    color: #fff;
    font-size: 2.5vw;
    padding: 2px 5px 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: 3.5vw;
  }
  .home .sec.news .bl .mass .txt .title a:hover {
    color: #7aa05b;
  }
  .home .sec.news .bl .mass .txt p {
    margin-top: 10px;
    display: none;
  }
  .home .sec.news .btn {
    margin-top: 30px;
  }
  .home .sec.access {
    display: none;
  }

  .service .sec.top .mdArea {
    margin-bottom: 50px;
  }
  .service .sec.top .bl.no1 .pic img {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
  .service .sec.top .bl.no1 .txt {
    display: block;
    gap: 50px;
    margin-top: 20px;
    /* ▼ 高さを揃えるポイント */
    align-items: stretch;
  }
  .service .sec.top .bl.no1 .txt .catch,
  .service .sec.top .bl.no1 .txt .expl {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .service .sec.top .bl.no1 .txt .catch {
    background: none;
    padding: 0px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 4.5vw;
    position: relative;
    margin-bottom: 30px;
  }
  .service .sec.top .bl.no1 .txt .catch:after {
    content: "";
    width: 116px;
    height: 2px;
    background: url(../images/common/md_parts.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: -15px;
    left: 0;
  }
  .service .sec.overview iframe {
    height: 300px !important;
  }
  .service.admission .sec.top {
    padding-bottom: 0 !important;
  }
  .service.admission .sec.top .bl.no2 {
    margin-top: 30px;
    display: block;
    flex-wrap: wrap;
    gap: 40px 40px;
    padding: 20px;
    background-color: #E2DFCA;
    border-radius: 15px;
    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) and (max-width: 768px) {
  .service.admission .sec.top .bl.no2::before, .service.admission .sec.top .bl.no2::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .service.admission .sec.top .bl.no2 .mass {
    width: 100%;
    padding-bottom: 25px !important;
    margin-bottom: 25px !important;
    border-bottom: 1px rgba(69, 69, 69, 0.3) dotted !important;
  }
  .service.admission .sec.top .bl.no2 .mass:last-child {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    border-bottom: none !important;
  }
  .service.admission .sec.top .bl.no2 .mass:nth-child(-n+3) {
    padding-bottom: 0px;
    border-bottom: none;
  }
  .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: 600;
    font-style: normal;
    font-size: 4.5vw;
    margin-bottom: 10px;
  }
  .service.admission .sec.top .bl.no2 .mass .txt p.expl {
    font-size: 3.5vw;
  }
  .service.admission .sec.serviceArea {
    margin-top: -50px;
    padding-bottom: 0 !important;
  }
  .service.admission .sec.schedule {
    margin-top: -50px;
    padding: 0 !important;
  }
  .service.grouphome .sec.overview {
    margin-top: -20px;
  }
  .service.rehabilitation .sec.top {
    padding-bottom: 0 !important;
  }
  .service.rehabilitation .sec.top .bl.no2 {
    margin-top: 30px;
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
  }
  .service.rehabilitation .sec.top .bl.no2 .massWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
  }
  .service.rehabilitation .sec.top .bl.no2 .mass {
    width: calc((100% - 20px) / 2);
  }
  .service.rehabilitation .sec.top .bl.no2 .mass .pic img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .service.rehabilitation .sec.top .bl.no2 .mass p {
    text-align: center;
    font-size: 3.5vw;
    margin-top: 10px;
  }
  .service.rehabilitation .sec.top .bl.no4 {
    margin-top: -20px;
  }
  .service.rehabilitation .sec.top .bl.no4 .mass {
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    display: block;
    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: 100%;
    margin-bottom: 20px;
  }
  .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: 100%;
    padding-right: 0px;
  }
  .service.rehabilitation .sec.top .layout_type1 {
    margin-top: -20px;
  }
  .service.rehabilitation .sec.schedule {
    margin-top: -100px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .service.home-care .sec.top {
    padding-bottom: 0 !important;
    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) and (max-width: 768px) {
  .service.home-care .sec.desk .bl::before, .service.home-care .sec.desk .bl::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .service.home-care .sec.service {
    margin-top: -50px;
    padding-top: 0px !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) and (max-width: 768px) {
  .service.day .sec.top .bl.no2::before, .service.day .sec.top .bl.no2::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .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 {
    margin-top: -50px;
    padding-bottom: 0 !important;
  }
  .service.day .sec.schedule {
    margin-top: -50px;
    padding-bottom: 0 !important;
  }
  .service.soudan .sec.top .bl .box {
    margin-top: 40px;
  }
  .service.soudan .sec.top .bl .hyo {
    margin-top: 40px;
  }
  .service.soudan .sec.top .bl .hyo iframe {
    height: 300px !important;
  }

  .about.facility .sec.philosophy .blWrap {
    margin: 0 auto;
    width: 100%;
    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) and (max-width: 768px) {
  .about.facility .sec.philosophy .blWrap::before, .about.facility .sec.philosophy .blWrap::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .about.facility .sec.philosophy .blWrap .bl.no1 {
    text-align: center;
  }
  .about.facility .sec.philosophy .blWrap .bl.no1 .expl {
    font-size: 3.5vw;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: left;
  }
  .about.facility .sec.philosophy .blWrap .bl.no2 {
    margin-top: 30px;
    padding: 20px;
    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: 4vw;
    text-align: center;
    margin: 20px 0 10px;
  }
  .about.facility .sec.philosophy .blWrap .bl.no2 ul {
    padding: 10px;
  }
  .about.facility .sec.overview dl dd iframe {
    height: 300px !important;
  }
  .about.renkei .sec.support {
    margin-top: 30px !important;
    padding-bottom: 50px !important;
  }
  .about.renkei .sec.support .secInIn {
    position: relative;
    padding-top: 30px !important;
    padding-bottom: 0px !important;
  }
  .about.ict .sec.examples {
    margin-top: -50px;
    padding: 0px 0 50px !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: 80px;
    height: 80px;
    position: absolute;
    top: -20px;
    right: -20px;
  }
  .about.download .secIn dl {
    margin-bottom: 30px !important;
  }
  .about.download .secIn dl dt {
    width: 100% !important;
    font-size: 3.5vw !important;
    padding: 15px 15px !important;
    font-weight: 600 !important;
  }
  .about.download .secIn dl dd {
    width: 100% !important;
    padding-top: 20px !important;
  }
  .about.download .secIn dl dd p {
    font-size: 3.5vw !important;
    margin-top: 15px;
    opacity: 0.7;
  }

  .recruit .sec.interview ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .recruit .sec.interview ul li {
    width: 100%;
    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: 5vw;
  }
  .recruit .sec.interview ul li .txt .txt1 br {
    display: none;
  }
  .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: 4.5vw;
  }
  .recruit .sec.interview ul li .txt .name span {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 3.2vw;
    background-color: #E2DFCA;
    border-radius: 5px;
    padding: 2px 15px;
    margin-left: 15px;
  }
  .recruit.top .sec.message .bl.no2 {
    margin-top: 40px !important;
  }
  .recruit.top .sec.message .bl.no2 .txt {
    width: 100% !important;
  }
  .recruit.top .sec.message .bl.no2 .pic {
    width: 100% !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) and (max-width: 768px) {
  .recruit.top .sec.faq .bl::before, .recruit.top .sec.faq .bl::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .recruit.interview .sec .img_wide {
    width: 100%;
    height: auto;
  }
  .recruit.interview .sec.no1 {
    margin-top: -20px !important;
    padding-bottom: 0 !important;
    width: 100% !important;
  }
  .recruit.interview .sec.no2 {
    margin-top: -70px;
    padding-bottom: 0 !important;
  }
  .recruit.interview .sec.no3 {
    margin-top: -70px;
    padding-bottom: 0 !important;
  }
  .recruit.interview .sec.no4 {
    margin-top: -70px;
    padding-bottom: 0 !important;
  }
  .recruit.interview .sec.message {
    margin-top: -70px;
  }
  .recruit.interview .sec.message p {
    background-color: #E2DFCA;
    width: 100%;
    margin: 0 auto;
    border-radius: 15px;
    padding: 20px;
    text-align: left;
    font-size: 3.5vw;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    position: relative;
  }
  .recruit.interview .sec.message p br {
    display: none;
  }
  .recruit.interview .sec.message p:before {
    content: "";
    width: 15px;
    height: 14px;
    background: url(../images/top/voice/parts.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0px;
    left: 10px;
  }
  .recruit.interview .sec.message p:after {
    content: "";
    width: 15px;
    height: 14px;
    background: url(../images/top/voice/parts.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: 0px;
    right: 10px;
  }
  .recruit.interview .sec.no5 {
    margin-top: -90px;
    padding-top: 0px !important;
  }
  .recruit.faq {
    margin-top: -50px;
  }
  .recruit.application .sec.jobList {
    padding: 0px 0 !important;
    margin-top: -60px;
  }
  .recruit.application .sec.jobList.top {
    padding-top: 0px !important;
  }
  .recruit.application .sec.jobList.last {
    padding-bottom: 0px !important;
  }
  .recruit.entry .thanks .txt1 {
    text-align: center;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 6vw;
    color: #7aa05b;
  }
  .recruit.entry .thanks .expl {
    text-align: left !important;
  }
  .recruit.entry .thanks .expl br {
    display: none;
  }
  .recruit.entry .thanks .expl.taC {
    text-align: center !important;
  }

  .blog .sec.top {
    position: relative;
    z-index: 1;
  }
  .blog .sec.top .md.t4 {
    margin-bottom: 20px !important;
    text-align: left !important;
  }
  .blog .selectBox {
    width: 100%;
    background-color: #fff;
    display: block;
    margin-bottom: 30px;
    padding: 0;
    font-size: 16px;
    position: relative;
    z-index: 10;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .blog .selectBox .md {
    width: 100%;
    background-color: #7aa05b;
    display: block;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 3.5vw;
  }
  .blog .selectBox ul.dropmenu {
    font-size: 3.5vw;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 10;
    background-color: #fff;
    display: block;
    width: 100%;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .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: 10px 20px;
    text-decoration: none;
    color: #454545;
    cursor: pointer;
    font-size: 3.5vw;
  }
  .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: 3000px;
  }
  .blog .sec .post {
    margin-bottom: 50px;
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
  }
  .blog .sec .post h1 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 4vw;
    margin-bottom: 15px;
    border-bottom: 1px #ccc dotted;
    padding-bottom: 10px;
    color: #7aa05b;
  }
  .blog .sec .post .eyecatch {
    margin-bottom: 20px;
  }
  .blog .sec .post .eyecatch img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
  }
  .blog .sec .post .expl img {
    margin: 20px 0;
    max-width: 100%;
    height: auto;
    border-radius: 15px;
  }
  .blog .sec .post .expl p {
    margin-bottom: 20px;
  }
  .blog .sec .post .ft {
    border-top: 1px #ccc dotted;
    background: none;
    padding: 5px 0 0 0;
    font-size: 2.5vw;
    border-radius: 0px;
    text-align: right;
    margin-top: 20px;
  }

  .contact .sec.top .secIn {
    padding-bottom: 50px !important;
  }
  .contact.thanks .sec.top .txt1 {
    text-align: center;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 6vw;
    color: #7aa05b;
  }
  .contact.thanks .sec.top .expl {
    text-align: left !important;
  }
  .contact.thanks .sec.top .expl br {
    display: none;
  }
  .contact.thanks .sec.top .expl.taC {
    text-align: center !important;
  }

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