@media (max-width: 767px) {
    .header-main .logo-left .logo {
        padding-left: 0;
        width: 211px;
        margin: 0;
    }
    #logo img {
        max-width: 211px;
    }
    .header-main .main-menu {
        position: fixed;
        width: 100vw;
        flex-direction: column;
        top: 0;
        margin-top: 0px;
        padding-top: 76px;
        color: #000;
        background-color: rgba(255, 255, 255, 1);
        right: -100vw;
        transition: 0.5s;
        z-index: 20;
        justify-content: start;
        display: block;
        height: 100vh;
    }
    header .main-menu {
        overflow-y: scroll;
    }
    body.menu-open header:before {
        display: none;
    }
    .menu-open .header-main .main-menu {
        right: 0;
    }
    .header-wrapper .header-main .main-menu .nav {
        flex-direction: column;
        padding: 0;
    }
    .header-wrapper .header-main .content-left {
        width: 100%;
    }
    .header-wrapper .header-main .main-menu .nav>li {
        width: 100%;
        margin: 0;
        padding: 0 0 0 65px;
        border-bottom: 2px solid #C7C7C7;
    }
    .header-wrapper .header-main .main-menu .nav>li>a {
        padding: 24px 0;
        width: 100%;
        color: #333333;
        align-items: center;
        flex-direction: row;
        font-size: 1.8rem;
        border-left: none;
        text-align: left;
        position: relative;
    }
    .header-wrapper .header-main .main-menu .nav>li>a::before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -30px;
        width: 15px;
        height: 15px;
        background-color: #32CC44;
    }
    .header-wrapper .header-main .main-menu .nav>li>a::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 30px;
        width: 8px;
        height: 17px;
        background-image: url(../images/index/icon-right-green.svg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .header-wrapper .main-menu:after {
        content: "MENU";
        top: 20px;
        position: fixed;
        left: calc(100vw + 70px);
        font-size: 3.2rem;
        font-weight: 400;
        letter-spacing: 0.2em;
        font-family: "Zen Maru Gothic", sans-serif;
        color: #39B04A;
        transition: left 0.5s;
        z-index: 60;
    }
    .menu-open .header-wrapper .main-menu:after {
        left: 30px;
    }
    .header-wrapper .header-main .main-menu .nav>li:nth-child(1) {
        border-top: 2px solid #C7C7C7;
    }
    .header-top-right {
        display: none;
    }
    .header-inner.flex-row.logo-left.logo-sm-left {
        padding: 23px 0 19px;
    }
    .header-inner {
        padding-top: 10px;
    }
    #demo-1 {
        min-height: unset;
        background-color: transparent;
    }
    .zs-enabled .zs-slides,
    .zs-enabled .zs-slideshow,
    .zs-enabled .zs-slide {
        height: 241px;
        border-radius: 0px;
    }
    .slide-home-content {
        padding-left: 0;
        position: relative;
        height: 118px;
    }
    .box-img-slide {
        left: 10px;
    }
    .box-img-slide img {
        width: 187px;
    }
    .slide-home-content::after {
        content: "";
        width: 90px;
        height: 72px;
        background-image: url(../images/index/img-cloud-2.png);
        background-size: cover;
        background-position: center;
        position: absolute;
        right: 10px;
        bottom: 30px;
        top: auto;
    }
    .zs-enabled .zs-slideshow:after {
        display: none;
    }
    .header-wrapper .header-main .main-menu .nav>li>a {
        flex-direction: row;
        align-items: center;
        font-size: 1.6rem;
    }
    nav.navbar.nav-main {
        position: relative;
    }
    .navbar.nav-main:after {
        content: "";
        width: 100%;
        height: 76px;
        top: 0;
        background: #fff;
        position: fixed;
        left: 100vw;
        transition: left 0.5s;
        z-index: 1;
    }
    .menu-open .navbar.nav-main:after {
        left: 0;
    }
    #banner-home::after {
        width: 112px;
        height: 292px;
    }
    .banner-home.container.container-1200 {
        padding: 0;
    }
    .box-news-important {
        position: static;
        padding: 0 16px;
        background: transparent;
    }
    .zs-enabled .zs-slideshow .zs-bullets {
        flex-direction: row;
        transform: none;
        top: unset;
        bottom: 90px;
    }
    .zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
        margin: 0 5px;
        width: 10px;
        height: 10px;
    }
    .img-menu-sm {
        max-width: 302px;
        margin: 40px auto;
        box-shadow: 0px 0px 8px 0px rgba(112, 108, 98, 0.25);
        border-radius: 16px;
    }
    a.btn.btn-contact {
        max-width: 299px;
        margin: 0 auto;
        background-color: #F98216;
        border-radius: 25px;
        color: #fff;
        font-weight: 500;
        font-size: 1.8rem;
        font-family: "Zen Maru Gothic", sans-serif;
        box-shadow: 0px 0px 8px 0px rgba(112, 108, 98, 0.25);
        min-height: 69px;
    }
    a.btn.btn-contact::after {
        width: 28px;
        height: 20px;
        background-image: url(../images/index/icon-mail-white.svg);
        left: 20px;
    }
    a.btn.btn-contact::before {
        width: 9.5px;
        height: 13px;
        background-image: url(../images/index/icon-right-white-2.svg);
        right: 20px;
    }
    .banner-home::before {
        width: 205px;
        height: 218px;
        right: 0;
        left: auto;
        bottom: 75px;
    }
    .news-important {
        flex-direction: column;
    }
    .title-important {
        width: 100%;
        text-align: center;
        font-size: 1.5rem;
    }
    .important-list {
        width: 100%;
        margin-top: 15px;
    }
    .home-news .container {
        padding-bottom: 75px;
    }
    .home-news a.btn.btn-more {
        bottom: 10px;
        top: auto;
        right: 50%;
        transform: translateX(50%);
    }
    .main-title {
        padding-left: 15px;
    }
    .main-title h2 {
        font-size: 2.5rem;
    }
    .news-list::after {
        width: 98px;
        height: 72px;
        left: auto;
        right: -15px;
        top: -40px;
    }
    body:not(.home) .news-list::after {
        display: none;
    }
    .news-item.item-list {
        flex-wrap: wrap;
        padding: 12px 10px 12px 15px;
    }
    .news-item.item-list .date {
        width: 95px;
        font-size: 1.1rem;
    }
    .news-item.item-list .cat {
        width: 162px;
        height: 23px;
    }
    .cat a {
        font-size: 1.2rem;
        border-radius: 8px;
    }
    .label-news {
        width: 28px;
        height: 28px;
        font-size: 1rem;
    }
    .news-item.item-list .title {
        margin-top: 10px;
    }
    .news-item.item-list .title a {
        font-size: 1.3rem;
    }
    .box-img-recruits:after {
        width: calc(100% + 20px);
        height: calc(100% + 34px);
        position: absolute;
        left: -10px;
        bottom: -10px;
    }
    .box-btn-more a.btn.btn-more {
        margin: 0 auto;
    }
    a.btn.btn-more {
        font-size: 1.4rem;
        width: 167px;
        min-height: 44px;
        border-radius: 10px;
    }

    a.btn.btn-recruit {
        font-size: 1.4rem;
        width: 136px;
        min-height: 44px;
        border-radius: 10px;
        margin: 0 auto;
        right: 19px;
        bottom: 127px;
    }
	
    .box-img-recruits::before {
        width: 205px;
        height: 218px;
        top: 45px;
        left: -35px;
        bottom: 0;
    }
    .box-recruit-cs::after {
        width: 205px;
        height: 218px;
        top: 35px;
        right: -35px;
    }
    .box-recruit-cs::before {
        width: 225px;
        height: 218px;
        bottom: -30px;
    }
    .home-concept {
        padding: 0 22px;
    }
    .home-concept-left::after {
        width: 98px;
        height: 78px;
        top: -85px;
    }
    .box-img-concept::after {
        display: none;
    }
    .box-img-concept {
        height: auto;
    }
    .main-title p {
        font-size: 1.8rem;
        line-height: 1.5;
    }
    .home-about-us .main-title {
        margin: 0 22px;
    }
    .text-about p img {
        width: 118px;
    }
    .text-about p {
        font-size: 1.5rem;
    }
    .text-about {
        min-height: 32px;
        border-radius: 10px;
    }
    .box-point-left {
        width: 65px;
    }
    .box-point-left img {
        width: 21px;
    }
    .box-point.point-2 .box-point-left img,
    .box-point.point-3 .box-point-left img {
        width: 25px;
    }
    .box-point-right {
        font-size: 1.2rem;
    }
    .box-point-right span {
        font-size: 1.5rem;
    }
    .box-point-right span:after {
        height: 2px;
    }
    .box-point {
        min-height: 37px;
        border-radius: 10px;
    }
    .box-list-about {
        padding: 18px 22px;
        border-radius: 10px;
    }
    ul.list-about li {
        width: 100%;
        font-size: 1.3rem;
        margin-bottom: 5px;
    }
    td.about-medical-left {
        width: 50px;
        vertical-align: middle;
    }
    td.about-medical-left img {
        width: 16px;
    }
    td.about-medical-right {
        font-size: 1.3rem;
        padding-left: 15px;
    }
    tr.box-about-medical td {
        height: 50px;
    }
    .box-title-slide {
        padding-top: 15px;
    }
    .img-title-slide img {
        width: 35px;
    }
    .box-title-slide:after {
        width: 246px;
        height: 246px;
    }
    .slide-home {
        width: calc(100% + 30px);
        margin: 0 -15px;
    }
    .slick-slide img {
        width: 100%;
    }
    .slick-initialized .slick-slide {
        width: 100%;
    }
    button.slick-arrow {
        width: 31px;
        height: 62px;
    }
    p.cap_txt {
        font-size: 1.3rem;
        line-height: 32px;
    }
    .slider.slider-nav.slick-initialized.slick-slider {
        max-width: 253px;
        margin-top: 20px;
    }
    .slider-nav button.slick-arrow {
        width: 13px;
        height: 34px;
    }
    .slider-nav button.slide-arrow.prev-arrow.slick-arrow {
        left: -20px;
    }
    .slider-nav button.slide-arrow.next-arrow.slick-arrow {
        right: -20px;
    }
    .toggle-about.toggle-pc .toggle-hd {
        font-size: 1.5rem;
        min-height: 48px;
        border-radius: 10px;
        margin-bottom: 14px;
    }
    .toggle-about.toggle-pc .toggle-hd::before {
        width: 18px;
        height: 24px;
        left: 27px;
    }
    .toggle-about.toggle-pc .toggle-hd::after {
        width: 33px;
        height: 33px;
        right: 13px;
    }
    .toggle-about.toggle-pc .toggle-cont {
        padding: 15px;
    }
    ul.list-about-use li {
        padding-left: 15px;
        font-size: 1.6rem;
    }
    ul.list-about-use li:after {
        left: 0;
        width: 10px;
        height: 10px;
    }
    .box-table-about-left {
        width: 95px;
    }
    .box-table-about-right {
        width: calc(100% - 70px);
        padding-left: 5px;
    }
    .box-table-about {
        font-size: 1.3rem;
    }
    .home-access {
        background-color: #fff;
    }
    .box-map {
        min-height: 200px;
    }
    .box-map img {
        width: 100%;
        object-fit: cover;
        height: 200px;
    }
    .home-access .main-title h2 {
        font-size: 1.6rem;
    }
    .box-home-company-right {
        width: 100%;
        border-bottom: none;
        padding-bottom: 0;
    }
    .toggle-mb.toggle-company .toggle-hd {
        min-height: 48px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        font-family: "Zen Maru Gothic", sans-serif;
        font-weight: 500;
        box-shadow: 0 0 8px 0 rgba(112, 108, 98, 0.35);
        position: relative;
        border: 4px solid transparent;
        transition: .3s;
    }
    .toggle-mb.toggle-company .toggle-hd::after {
        content: "";
        height: 33px;
        width: 33px;
        border-radius: 50%;
        background-image: url(../images/index/icon-down.svg);
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 13px;
    }
    .toggle-mb.toggle-company .toggle-hd::before {
        content: "";
        height: 19px;
        width: 69px;
        background-image: url(../images/index/icon-compa.svg);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10px;
    }
    .footer-logo img {
        width: 260px;
    }
    #go-top a {
        width: 102px;
        height: 35px;
    }
    .page-header .container {
        padding: 0;
    }
    .box-title-header {
        width: unset;
        height: unset;
        padding-top: 20px;
        top: unset;
        left: unset;
        background: transparent;
        z-index: 2;
        padding-bottom: 10px;
    }
    .box-title-header::after {
        content: "";
        width: 229px;
        height: 217px;
        background-image: url(../images/index/bg-title-recruit.png);
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -25px;
        z-index: -1;
    }
    .box-title-header h2 {
        font-size: 1.1rem;
    }
    .box-title-header p {
        font-size: 1.9rem;
        line-height: 1.7;
    }
    .page-anchor.mt-30 {
        position: relative;
        z-index: 2;
        max-width: calc(100% - 30px);
        margin: 35px auto 0;
        border-radius: 9px;
        padding: 19px 0 9px;
    }
    ul.list-anchor li {
        max-width: calc(50% - 8px);
        margin: 0 0 10px;
        border-radius: 13px;
    }
    ul.list-anchor {
        justify-content: space-between;
    }
    ul.list-anchor li a {
        font-size: 1.2rem;
        min-height: 36px;
    }
    .box-img-page-header {
        border-radius: 10px;
    }
    .banner-home::after {
        display: none;
    }
    .page-header::after {
        width: 122px;
        height: 292px;
        top: -80px;
    }
    .page-header .banner-home::before {
        width: 45px;
        height: 82px;
        background-image: url(../images/index/icon-tree.svg);
        top: -65px;
        right: 88px;
    }
    .sub-title h2 {
        font-size: 2.5rem;
        padding-bottom: 5px;
    }
    .sub-title {
        font-size: 1.7rem;
    }
    .recruit-message .container::after {
        width: 98px;
        height: 78px;
        left: 15px;
    }
    .recruit-message::before {
        width: 259px;
        height: 337px;
        top: 78px;
    }
    .recruit-message:after {
        height: 100%;
    }
    .text-about-cs::before {
        width: 83px;
        height: 61px;
        left: -10px;
        top: -60px;
    }
    .text-about-cs::after {
        width: 98px;
        height: 72px;
        top: -70px;
        right: -30px;
    }
    .box-img-work {
        flex-direction: column;
        top: -13px;
    }
    .box-img-work .img-work {
        height: auto;
    }
    .box-img-work .img-work {
        width: 100%;
        height: auto;
    }
    .box-border {
        padding: 15px 20px;
    }
    ul.list-text li {
        width: 100%;
        font-size: 1.3rem;
    }
    ul.list-text li:nth-child(2n) {
        padding-left: 0;
    }
    .toggle-box .toggle-hd {
        min-height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        box-shadow: 0 0 4px 0 rgba(112, 108, 98, 0.35);
        position: relative;
    }
    .box-border-2 .toggle-hd {
        color: #29A6DD;
    }
    .toggle-box .toggle-hd::after {
        content: "";
        width: 33px;
        height: 33px;
        background-image: url(../images/index/icon-down-blue.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
        transition: .3s;
    }
    .toggle-box .toggle-hd.active::after {
        transform: translateY(-50%) rotate(-180deg);
    }
    .group-timeline {
        border: none;
    }
    .box-timeline-left {
        width: 50%;
        font-size: 1.8rem;
        padding-right: 27px;
    }
    .box-timeline-right {
        width: 50%;
        font-size: 1.4rem;
    }
    .box-timeline-left::after {
        width: 12px;
        height: 12px;
    }
    .box-border-2.toggle-box {
        padding: 0;
        border: none;
    }
    .box-border-7 .toggle-hd {
        color: #F25B38;
    }
    .toggle-box.box-border-7 .toggle-hd::after {
        background-image: url(../images/index/icon-down-red.svg);
    }
    .toggle-mb.toggle-box.toggle-cs .toggle-hd::after {
        background-image: url(../images/index/icon-down.svg);
    }
    .box-text-recruit-left {
        font-size: 1.3rem;
        width: 90px;
    }
    .box-text-recruit-right {
        width: calc(100% - 90px);
        font-size: 1.3rem;
        padding: 10px;
    }
    table.box-table-recruit tr:not(:first-child) td:last-child {
        font-size: 16px;
    }
    ul.list-text-recruit li {
        font-size: 1.4rem;
    }
    table.box-table-recruit td:nth-child(2) {
        font-size: 1.6rem;
    }
    table.box-table-recruit tr:nth-child(1) {
        font-size: 1.6rem;
    }
    table.box-table-recruit tr:not(:first-child) td {
        font-size: 1.4rem;
    }
    .box-img-recruit-work {
        width: 700px;
    }
    .toggle-staff.toggle-mb .toggle-hd {
        flex-direction: column-reverse;
        position: relative;
    }
    .toggle-staff.toggle-mb .toggle-hd::after {
        content: "";
        width: 33px;
        height: 33px;
        background-image: url(../images/index/icon-down-green.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
        bottom: 0px;
        right: 0;
        transition: .3s;
    }
    .toggle-staff.toggle-mb .toggle-hd.active::after {
        transform: rotate(-180deg);
    }
    .box-staff-right {
        width: 100%;
    }
    .box-staff-left {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .box-img-staff {
        width: 68px;
        margin: 0;
    }
    .box-staff-left p {
        width: calc(100% - 83px);
        padding-right: 45px;
    }
    .box-staff {
        padding: 15px;
        border-width: 1.5px;
        border-radius: 10px;
    }
    .sub-title:after {
        width: 20px;
        height: 4px;
    }
    .recruit-recruit .toggle-hd::after {
        background-image: url(../images/index/icon-down-green.svg);
    }
    .col-inner.box-contact-right {
        margin-top: 25px;
        padding-top: 25px;
        border-top: 1px solid #C7C7C7;
        border-left: none;
        padding-left: 0;
    }
    a.btn.btn-contact {
        min-height: 56px;
        border-radius: 10px;
    }
    .box-btn-contact a.btn.btn-contact {
        border-radius: 25px;
        min-height: 69px;
    }
    p.text-flex {
        display: flex;
    }
    .box-contact {
        padding: 25px 30px 35px;
        border-width: 2px;
        border-radius: 10px;
    }
    .box-contact::after {
        width: 98px;
        height: 72px;
        top: -62px;
    }
    .page-contact ul.list-anchor {
        justify-content: space-between;
    }
    .page-contact .box-contact {
        padding: 17px;
    }
    .page-contact .col-inner.box-contact-right {
        padding-left: 0;
        margin-top: 5px;
        border-color: #333333;
        padding-bottom: 0;
    }
    .mail .container::after {
        width: 98px;
        height: 72px;
        top: -50px;
        right: 0;
    }
    .page-contact a.btn.btn-contact {
        font-size: 1.5rem;
    }
    .page-contact a.btn.btn-contact::before {
        width: 13px;
        height: 9px;
    }
    .sidebar {
        width: calc(100% - 30px);
        margin: 30px auto 0;
        position: relative;
        z-index: 2;
        border-radius: 10px;
        padding: 19px 0;
    }
    .page-news .box-title-header h2 {
        font-size: 1.9rem;
        color: #39B04A;
    }
    #demo-1::before {
        content: "";
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
        position: absolute;
        z-index: -1;
        width: 45px;
        height: 82px;
        background-image: url(../images/index/icon-tree.svg);
        top: -65px;
        right: 88px;
    }
    .text-about-cs-2::after {
        width: 98px;
        height: 72px;
        top: -70px;
        right: -20px;
    }
    .text-about-cs-3::before {
        width: 98px;
        height: 78px;
        top: -75px;
    }
    .page-news .box-title-header {
        padding-top: 50px;
    }
    #home-news .news-item:nth-child(3) {
        display: none;
    }
    .main-title p {
        padding-top: 4px;
    }
    .main-title::after {
        height: calc(100% - 5px);
    }
    .box-recruit-cs::before {
        left: 0;
    }
    .box-recruit-cs::after {
        right: -20px;
    }
    .main-title {
        padding-left: 23px;
    }
    .home-about-us::after {
        top: 135px;
        height: calc(100% - 95px);
    }
    .box-table-about-left {
        width: 70px;
    }
    #home-access .main-title {
        padding-left: 10px;
    }
    #home-access .main-title::after {
        width: 3px;
        background-size: 100%;
    }
    .box-map iframe {
        height: 200px;
    }
    .box-map {
        background-color: white;
    }
    #go-top.show {
        bottom: 20px;
    }
    .toggle-cont {
        padding-bottom: 25px;
    }
    .box-text-recruit {
        flex-wrap: wrap;
    }
    .box-text-recruit-left,
    .box-text-recruit-right,
    .recruit-recruit .box-text-recruit-left,
    .recruit-recruit .box-text-recruit-right {
        width: 100%;
        font-size: 1.4rem;
        padding: 5px 10px;
        text-align: left;
    }
    a.btn.btn-contact {
        padding-left: 15px;
    }
    body.page-contact .box-contact::after {
        display: none;
    }
    .post-content img {
        height: auto;
    }
    #loading{
        background-size: 170vw auto;
    }


.underlink{
    display: block!important;
	
}

.btn1 {
	background-color: #F28E1E;
    margin-bottom: 10px;
}

.btn1 a{
	color: #fff;
	display: block;
   padding: 20px 30px;
	text-align: center;
}
	
	}

