@charset "UTF-8";

#top-main {
    /* background: url(../img/top/bg_main.png) no-repeat; */
    background: url(../img/top/bg_main02.png) no-repeat;
    width: 100%;
    padding: 10px 0px 100px;
    background-size: cover;
    background-position: 73%;

    position: relative;
}

#top-main .lead01 {
    width: 70%;
    margin: 0px auto 10px;
    position: relative;
    text-align: center;
}
#top-main .lead01:before {
    content: " ";
    width: 57px;
    height: 44px;
    /* background: url(../img/top/img_bird01.png) no-repeat center center; */
    background: url(../img/top/img_bird02.png) no-repeat center center;
    background-size: contain;
    display: block;
    position: absolute;
    top: 0;
    left: -50px;
}

#top-main .lead01::after {
    content: " ";
    width: 41px;
    height: 47px;
    background: url(../img/top/img_bird03.png) no-repeat center center;
    background-size: contain;
    display: block;
    position: absolute;
    top: 40px;
    top: 0;
    right: -70px;
}

#top-main .lead02 {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.top-main-list {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.top-main-list li {
    margin: 20px 1% 0;
    width: 30%;
    line-height: 1.4;
}

.top-main-list li .btn-link::after {
    position: absolute;
    right: 12px;
}

/*セクション2*/
#introduction {
    padding-bottom: 60px;
    padding-top: 40px;
}
#introduction .pc-inner {
    position: relative;
}
#introduction .pc-inner:before,
#introduction .pc-inner:after {
    content: " ";
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
}

/* #introduction .pc-inner:after {
  background-image: url(../img/top/img_top02.png);
  width: 40px;
  height: 75px;
  top: -45px;
  right: 0px;
} */
#introduction .banner_box {
    text-align: center;
}

#introduction .banner_box img {
    width: 100%;
    max-width: 600px;
    margin: 20px auto 0px;
}

#introduction .banner_box a:hover img {
    opacity: 0.6;
}

#introduction h2 {
    color: #27ad3a;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
}
.copy-introduction {
    font-size: 24px;
    line-height: 34px;
    margin: 20px 0px 5px;
    text-align: center;
    font-weight: bold;
}
.lead-introduction {
    margin: 20px 10px;
}

/*セクション3:職員たちの想い*/
#policy .photo {
    width: 80%;
    margin: 0 auto 20px 6%;
    text-align: center;
}
.txt-name {
    text-align: right;
}

/*セクション4:３つの特徴*/
#quality:before {
    content: " ";
    display: block;
    background: url(../img/top/img_top03.png) no-repeat center center;
    background-size: contain;
    width: 43px;
    height: 52px;
    position: absolute;
    right: 10px;
    top: -40px;
}
#quality .photo {
    width: 60%;
    margin: 0 auto 20px;
    text-align: center;
}

#quality .photo {
    aspect-ratio: 199 / 190;
    max-width: 199px;
    width: 100%;
}

#quality h3 {
    color: #27ad3a;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
.txt-quality {
    margin: 20px 10px;
}

/*セクション6:就労プログラム例*/
.list-program-style li {
    position: relative;
    margin: 70px 10px 30px;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
}
.list-program-style .thumb {
    width: 34%;
    margin: -70px auto 0px;
    text-align: center;
}
.list-program-style h3 {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin: 20px 0px;
}
.list-program-style {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.list-program-style li:nth-child(1) {
    border: 3px solid #0c891e;
}
.list-program-style li:nth-child(1) h3 {
    color: #0c891e;
}
.list-program-style li:nth-child(2) {
    border: 3px solid #009585;
}
.list-program-style li:nth-child(2) h3 {
    color: #009585;
}
.list-program-style li:nth-child(3) {
    border: 3px solid #a64d00;
}
.list-program-style li:nth-child(3) h3 {
    color: #a64d00;
}

@media (min-width: 768px) {
    #top-main {
        padding: 20px 0px 40px;
        background-size: cover;
        background-repeat: repeat;
        background-position: 0% 0%;
    }
    #top-main .lead01 {
        width: 350px;
        max-width: 90%;
        margin: 40px auto 10px;
        position: relative;
        text-align: center;
    }
    #top-main .lead01:before {
        width: 117px;
        width: clamp(3.656rem, -3.196rem + 11.68vw, 7.313rem);
        height: 88px;
        height: 100%;
        top: 0px;
        /* left: -240px; */
        /* left: -200px; */
        left: -32%;
        position: absolute;
    }

    #top-main .lead01::after {
        /* right: -70px; */
        right: -15%;
    }

    #top-main .lead02 {
        width: 420px;
        margin-top: 20px;
    }
    .top-main-list {
        text-align: center;
        width: 60%;
        margin: 10px auto 0;
    }
    .top-main-list li {
        margin: 10px;
        display: inline-block;
        /* width: auto; */
        width: 30%;
    }
    .top-main-list li .btn-link::after {
        position: relative;

        /* 20250729 ADD START by Ito */
        /* right: 0; */
        right: -35px;
        top: -5px;
        transform: rotate(45deg) translate(-50%, -50%);
        /* 20250729 ADD END by Ito */
    }

    .top-main-list.u-sp {
        display: none;
    }

    /*セクション2*/
    #introduction {
        /* padding-top: 140px; */
    }
    #introduction .pc-inner {
        max-width: 1200px;
        margin: 0 auto;
    }
    #introduction .pc-inner:before {
        width: 260px;
        height: 280px;
        top: -140px;
        left: 0px;
    }
    #introduction .pc-inner:after {
        width: 124px;
        height: 151px;
        top: -120px;
        right: 0px;
    }
    #introduction .banner_box {
        text-align: center;
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    #introduction .banner_box img {
        margin: 0 10px 20px;
        width: auto;
        height: 200px;
    }
    #introduction .banner_box .banner_01 {
        width: 39.4%;
    }
    #introduction .banner_box .banner_02 {
        width: 55%;
    }
    #introduction .banner_box .banner_03 {
        width: 45%;
    }
    #introduction h2 {
        color: #27ad3a;
        font-size: 30px;
        line-height: 40px;
        text-align: center;
        font-weight: bold;
    }
    .copy-introduction {
        font-size: 24px;
        line-height: 34px;
        margin: 20px 0px 5px;
        text-align: center;
        font-weight: bold;
    }
    .lead-introduction {
        margin: 20px auto;
        width: 50%;
        text-align: center;
    }
    .btn-introduction {
        margin: 20px auto;
        width: 400px;
    }

    /*セクション3:職員たちの想い*/
    #policy .pc-inner {
        max-width: 1000px;
        margin: 0 auto;
        overflow: hidden;
    }
    #policy .photo {
        width: 340px;
        margin: 0px 30px 0px 0px;
        float: left;
    }
    #policy .pc-inner p {
        font-size: 18px;
        line-height: 36px;
        padding-bottom: 20px;
    }

    /*セクション4:３つの特徴*/
    #quality .pc-inner {
        max-width: 1000px;
        margin: 0 auto;
    }
    #quality:before {
        width: 87px;
        height: 107px;
        position: absolute;
        right: 200px;
        top: -50px;
    }
    #quality .list-quality li {
        width: 30%;
        display: inline-block;
        vertical-align: top;
    }
    #quality .list-quality li:nth-child(2) {
        margin: 0px 20px;
    }

    /*セクション5:事業所案内*/
    #office:before {
        width: 162px;
        height: 82px;
        position: absolute;
        left: 100px;
        top: -44px;
    }
    #office .pc-inner {
        max-width: 1200px;
        margin: 0 auto;
    }
    /* .list-office {
    text-align: center;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
  } */

    .list-office {
        text-align: center;
        margin-top: 60px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-content: space-between;
    }

    .list-office li.office-takada,
    .list-office li.office-oimachi {
        display: inline-block;
        vertical-align: top;
    }
    .list-office li.office-takada {
        /* width: 46%; */
        width: 100%;
        padding-right: 0;
        border-right: none;
        box-sizing: border-box;
    }
    .list-office li.office-oimachi {
        /* width: 46%; */
        width: 100%;
        padding-left: 0;
        box-sizing: border-box;
    }
    .office-oimachi .photo {
        position: relative;
    }
    /*    .office-oimachi .photo:before{
        content:" ";
        display:block;
        position:absolute;
        width:93px;
        height:83px;
        bottom:-16px;
        right:-35px;
        background:url(../img/top/img_office-il.png) no-repeat center center;
        }*/
    .data-office .tel a {
        display: none;
    }
    .data-office .tel .tel-pc {
        display: inline-block;
    }

    /*セクション6:就労プログラム例*/
    #program .pc-inner {
        max-width: 1000px;
        margin: 0 auto;
    }
    .list-program-style li {
        width: 30%;
        display: inline-block;
        vertical-align: top;
        padding: 20px 40px 40px;
        min-height: 340px;
    }
    .btn-program {
        width: 400px;
        margin: 10px auto;
    }
}

@media (min-width: 940px) {
    #top-main {
        background-size: cover;
    }
    /*セクション4:３つの特徴*/
    /* 20251210 UPDATE START by Ito */
    /* #quality .list-quality li {
        width: 310px;
        display: inline-block;
        vertical-align: top;
    } */
    /* 20251210 UPDATE END by Ito */

    /*セクション5:事業所案内*/
    .list-office li.office-takada {
        /* width: 33%; */
        width: 100%;
        /* padding: 0 2.5%; */
        padding: 0 6%;
        border-right: 2px dotted #bbbbbb;
        box-sizing: border-box;
    }
    .list-office li.office-oimachi {
        /* width: 33%; */
        width: 100%;
        box-sizing: border-box;
        /* padding: 0 2.5%; */
        padding: 0 6%;
        border-right: 2px dotted #bbbbbb;
        box-sizing: border-box;
    }
    .list-office li.office-kobenagata {
        /* width: 33%; */
        width: 100%;
        /* padding: 0 2.5%; */
        padding: 0 6%;
        box-sizing: border-box;
        box-sizing: border-box;
    }

    /*セクション6:就労プログラム例*/
    .list-program-style {
        gap: 20px;
    }

    .list-program-style li {
        /* 20251210 UPDATE START by Ito */
        /* width: 296px; */
        /* 20251210 UPDATE END by Ito */
        display: inline-block;
        vertical-align: top;
        padding: 20px 40px 40px;
        min-height: 340px;
        margin: 70px 0 30px;
    }

    #policy .pc-inner p {
        font-size: 18px;
        line-height: 36px;
        padding-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    #top-main {
        background-size: cover;
        min-height: 510px;
        box-sizing: border-box;
        padding-top: 60px;
        padding-bottom: 150px;
    }
}
#recruite {
    margin-top: -100px;
    padding-bottom: 10px;
}

#recruite h2:before {
    background-image: url(../img/page/ico_policy.png);
}
#recruite .pc-inner {
    border-radius: 10px;
    position: relative;
}
#recruite .pc-inner::before,
#recruite .pc-inner::after {
    content: " ";
    display: block;
    position: absolute;
}
#recruite .pc-inner::before {
    background: url(../img/page/ico_recruite_top.png) no-repeat;
    background-size: 100%;
}
#recruite .pc-inner::after {
    background: url(../img/page/ico_recruite_bottom.png) no-repeat;
    background-size: 100%;
}
#recruite .tit_recruite {
    text-align: center;
}
#recruite .data_recruite {
    text-align: center;
    font-weight: bold;
}
#recruite .data_recruite li {
    border-radius: 5px;
    border-width: 5px;
    border-style: solid;
    background: #fff;
}
#recruite .data_recruite li:first-child {
    border-color: #ff9914;
}
#recruite .data_recruite li:last-child {
    border-color: #ee4266;
}
#recruite .txt_recruite {
    font-weight: bold;
    line-height: 1.6;
}
#recruite .txt_underline {
    background: linear-gradient(transparent 70%, #ffff00 0%);
}
/* 20250820 ADD START by Ito */
#recruite .txt_underline span {
    font-weight: 700;
}
/* 20250820 ADD END by Ito */

#recruite .color_orange {
    color: #ff9914;
}
#recruite .color_pink {
    color: #ee4266;
}
@media (max-width: 767px) {
    #recruite {
        margin-top: -80px;
        padding-bottom: 10px;
    }
    #recruite .pc-inner {
        padding: 10px 20px 30px;
        /* 20250729 ADD START by Ito */
        margin-top: -40px;
        /* 20250729 ADD END by Ito */
    }
    #recruite .pc-inner::before {
        width: 100px;
        height: 80px;
        top: -40px;
        left: -10px;
    }
    #recruite .pc-inner::after {
        width: 78px;
        height: 75px;
        bottom: -12px;
        right: 0;
    }
    #recruite .tit_recruite {
        font-size: 20px;
    }
    #recruite .data_recruite {
        font-size: 22px;
        width: 100%;
        margin: 20px auto;
    }
    #recruite .data_recruite li {
        padding: 20px 0;
    }
    #recruite .data_recruite li:first-child {
        margin-bottom: 10px;
    }
    #recruite .txt_recruite {
        font-size: 16px;
    }
    #recruite .btn_voice_detail .btn-link {
        margin: 25px auto 30px;
    }
}
@media (min-width: 768px) {
    #recruite {
        margin-top: -100px;
        /* padding-bottom: 10px; */
        padding-bottom: 0;
    }
    #recruite .pc-inner {
        max-width: 1000px;
        width: 80%;
        margin: 0 auto;
        padding: 30px 0;
    }
    #recruite .pc-inner::before {
        width: 200px;
        height: 160px;
        top: -70px;
        left: -80px;
    }
    #recruite .pc-inner::after {
        width: 156px;
        height: 150px;
        bottom: -45px;
        right: -58px;
    }
    #recruite .tit_recruite {
        font-size: 26px;
    }
    #recruite .data_recruite {
        font-size: 28px;
        display: flex;
        justify-content: space-between;
        max-width: 680px;
        width: 90%;
        margin: 25px auto;
    }
    #recruite .data_recruite li {
        padding: 40px 0;
        width: 48%;
    }
    #recruite .txt_recruite {
        text-align: center;
        font-size: 18px;
    }
    #recruite .btn_voice_detail .btn-link {
        margin: 50px auto 60px;
    }
}

/*------------------------------------------
achievement
------------------------------------------*/
.achievement {
    font-size: 28px;
    display: flex;
    justify-content: space-between;
    max-width: 680px;
    width: 90%;
    margin: 25px auto;
}

.achievement__tit {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px;
}

.achievement__box {
    width: 48%;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.achievement__smallBox {
    display: flex;
    background: #fff;
    border: 5px solid #333;
    margin: 10px auto;
    padding: 20px;
    line-height: 1.4;
    font-weight: bold;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    align-items: center;

    /* 20250729 ADD START by Ito */
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    /* 20250729 ADD END by Ito */
}

.achievement__smallBox .small {
    font-size: 12px;
    font-weight: normal;
    display: block;
    margin: 10px 0 0;
}

.achievement__smallBox__inner {
    width: 100%;
}

.achievement__box.recruit .achievement__smallBox {
    border-color: #ff9914;
}

.achievement__box.license .achievement__smallBox {
    border-color: #ee4266;
}

@media (max-width: 767px) {
    .achievement {
        display: block;
        margin: auto;
    }

    .achievement__box {
        width: 100%;
    }

    .achievement__tit {
        line-height: 1.4;
        margin: 20px auto 0;
        font-size: 20px;
    }
}

/*------------------------------------------
Notice
------------------------------------------*/

article.notice section .notice_box {
    width: 90%;
    max-width: 600px;
    margin: 0 auto 30px;
    padding: 30px;
    border: 2px solid #ff9914;
    text-align: center;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
article.notice section .notice_box .title {
    line-height: 2;
}
article.notice section .notice_box .title a {
    color: #333;
    border-bottom: 2px solid #ff9914;
    font-size: 20px;
    font-weight: bold;
}
article.notice section .notice_box .title a:hover {
    text-decoration: none;
    opacity: 0.6;
}

@media (max-width: 767px) {
    article.notice {
        padding: 20px 0 0;
    }
    article.notice section .notice_box {
        padding: 30px 15px;
        width: auto;
        margin: 0px auto;
        font-size: 14px;
    }
    article.notice section .notice_box .title a {
        font-size: 16px;
    }
}

/* 事業所数の帯 */
.mv-info {
    background: #27ad3a;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.8rem;
    margin: 0 auto;
}

.mv-info__logo {
    width: 3rem;
    margin-right: 2.3rem;
    display: flex;
    align-items: center;
}

.mv-info__logo img {
}

.mv-info__content {
    font-size: 1.4rem;
    font-weight: 700;
}

.mv-info__number {
    display: inline-block;
    width: 1.6rem;
    width: 1.8rem;
    margin: 0 0.2rem;
    vertical-align: baseline;
}

.mv-info__number img {
    width: 100%;

    aspect-ratio: 32/20;
}

.u-mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .mv-info__logo {
        width: 3.4rem;
        margin-right: 1rem;
    }
    .u-mobile {
        display: block;
    }
    .mv-info__content {
        font-size: 1rem;
    }
    .mv-info__number {
        width: 1.15rem;
        width: 1.2rem;
        margin: 0 0.1rem;
    }
}

/* 20250729 ADD START by Ito */

@media screen and (min-width: 1920px) {
    .top-main__container {
        max-width: 1680px;
        width: 100%;
        margin: 0 auto;
        padding: 0 40px;
    }
}

@media (min-width: 1150px) {
    #top-main .lead01:before {
        width: 117px;
        width: clamp(3.656rem, -3.196rem + 11.68vw, 7.313rem);
        height: 88px;
        height: 100%;
        top: 0px;
        /* left: -240px; */
        /* left: -200px; */
        left: -40%;
        left: clamp(-8.75rem, -6.407rem + -3.99vw, -10rem);
        position: absolute;
    }

    #top-main .lead01::after {
        content: " ";
        width: 41px;
        height: 47px;
        background: url(../img/top/img_bird03.png) no-repeat center center;
        background-size: contain;
        display: block;
        position: absolute;
        top: 40px;
        /* right: -70px; */
        right: -15%;
    }
}

.top-main__container {
    /* max-width: 100%; */
    width: auto;
}

@media screen and (max-width: 1300px) {
    .top-main-list {
        width: 70%;
    }
}

@media screen and (max-width: 1199px) {
    #top-main {
        padding-bottom: 100px;
    }

    .top-main-list {
        width: 80%;
    }

    .top-main-list li {
        min-width: 215px;
    }

    #recruite {
        margin-top: -40px;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 939px) {
    .top-main-list {
        width: 100%;
    }
    #top-main .lead01::before,
    #top-main .lead01::after {
        /* content: none; */
    }

    #top-main .lead01::before {
        left: -25%;
    }

    .top-main-list.u-pc {
        display: none;
    }
    .top-main-list.u-sp {
        display: flex;
    }

    .top-main__under {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
        /* padding: 0 clamp(0.938rem, 4vw, 1.875rem); */

        margin-top: 32px;
        /* margin-top: clamp(1rem, 4.27vw, 2rem); */
    }

    .achievement__tit {
        font-size: 1.5rem;
    }

    /* .list-office {
    gap: 20px;
  } */

    .list-office li.office-takada,
    .list-office li.office-oimachi,
    .list-office li.office-kobenagata {
        padding: 0 20px;
    }

    .list-office li.office-oimachi {
        border-left: 2px dotted #bbbbbb;
        border-right: 2px dotted #bbbbbb;
    }
}

@media screen and (max-width: 767px) {
    .top-main__wrap {
        gap: 10px;
    }

    .top-main-list {
        width: 100%;
    }

    .top-main-list li {
        width: 30%;
        min-width: auto;
    }

    .recruit__container {
        padding: 15px;
        position: relative;
        padding-bottom: 35px;
    }

    #top-main {
        padding-top: 26px;
    }

    #top-main .lead01:before {
        /* top: 3rem; */
        left: -66px;
    }

    #top-main .lead01::after {
        right: -50px;
    }

    .top-main__under {
        max-width: 750px;
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
        /* padding: 0 clamp(0.938rem, 4vw, 1.875rem); */

        margin-top: 32px;
        /* margin-top: clamp(1rem, 4.27vw, 2rem); */
    }

    .achievement__tit {
        font-size: 1.625rem;
    }

    .list-office li.office-oimachi {
        border-left: none;
        border-right: none;
    }

    .list-office li.office-takada,
    .list-office li.office-oimachi,
    .list-office li.office-kobenagata {
        padding: 0;
    }
}

/* 20250729 ADD END by Ito */

/* 20251210 ADD START by Ito */

.program__desc {
    padding-left: 3.3%;
}

@media (max-width: 1024px) {
    .list-office li.office-takada,
    .list-office li.office-oimachi,
    .list-office li.office-kobenagata {
        padding: 0 3%;
    }
}
/* 20251210 ADD END by Ito */
