@media screen and (min-width: 769px), print {
  header {
    background: transparent;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
  }
  header.fixed {
    background: #007b43;
  }
  main {
    padding-top: 0;
  }
  .clb {
    clear: both;
  }
  .ttl.flr {
    width: 541px;
    float: right;
  }
  .ttl small {
    display: inline-block;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 32px;
    color: #000000;
    letter-spacing: 4.7px;
    position: relative;
    padding-left: 2px;
    padding-right: 18px;
    margin-bottom: 4px;
    -webkit-perspective: 1px;
       -moz-perspective: 1px;
            perspective: 1px;
  }
  .ttl small::after {
    content: "";
    display: block;
    width: 1000px;
    height: 4px;
    background: #007b43;
    position: absolute;
    top: 16px;
    right: -1000px;
    z-index: -1;
  }
  .ttl span {
    display: block;
    font-family: "Akrobat-Bold";
    font-size: 7.2rem;
    line-height: 74px;
    color: #000000;
    letter-spacing: 7.3px;
    text-transform: uppercase;
  }
  .bgf {
    background: #fff;
  }
  .mv {
    position: relative;
  }
  .mv .movie {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
  }
  .mv .txt {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 50px;
    padding-left: 4px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: #fff;
  }
  .mv .txt h2 {
    font-family: "Akrobat-Bold";
    font-size: 4.8rem;
    line-height: 50px;
    letter-spacing: 4.5px;
    text-transform: uppercase;
  }
  .mv .txt p {
    font-weight: bold;
    font-size: 2.3rem;
    line-height: 50px;
    letter-spacing: 6px;
    margin-top: 23px;
  }
  .company {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 60px 0 0;
  }
  .company figure {
    position: relative;
    padding-top: 36.21429%;
  }
  .company figure:nth-of-type(1) {
    width: 49.85714%;
    margin-bottom: 34px;
  }
  .company figure:nth-of-type(2) {
    width: 55.21429%;
  }
  .company figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .company .box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .company .box:nth-of-type(1) {
    width: 50.14286%;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 34px;
  }
  .company .box:nth-of-type(1) .info {
    width: 602px;
    padding: 4px 0 0 65px;
  }
  .company .box:nth-of-type(2) {
    width: 44.78571%;
    background: url("../images/bg_profile_pc.png") no-repeat 0 bottom;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .company .box:nth-of-type(2) .info {
    width: 527px;
    padding: 36px 0 0;
  }
  .company .box .ttl {
    margin-left: -8px;
  }
  .company .box strong {
    display: block;
    font-size: 2.4rem;
    line-height: 30px;
    letter-spacing: 3.2px;
    margin: 52px 0 36px;
  }
  .company .box p {
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
  .company .box p:last-of-type {
    margin-bottom: 0;
  }
  .company .box h3 {
    font-family: "Akrobat-Bold";
    font-size: 3.6rem;
    line-height: 40px;
    letter-spacing: 3.7px;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  .company .box dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.8rem;
    line-height: 48px;
  }
  .company .box dl dt {
    font-weight: bold;
    width: 77px;
    height: 48px;
    text-align: justify;
    text-justify: distribute;
  }
  .company .box dl dt::after {
    content: "";
    display: inline-block;
    width: 100%;
  }
  .company .box dl dd {
    width: -webkit-calc(100% - 77px);
    width: -moz-calc(100% - 77px);
    width: calc(100% - 77px);
    padding-left: 45px;
    letter-spacing: 3px;
  }
  .company .box dl dd span {
    margin-left: 25px;
  }
  .business {
    padding: 74px 0 69px;
  }
  .business .ttl {
    margin-bottom: 29px;
  }
  .business .ttl small {
    margin-bottom: 0;
  }
  .business .ttl small::after {
    top: 11px;
  }
  .business .ttl span {
    line-height: 70px;
    letter-spacing: 6.7px;
  }
  .business .box {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .business .box.pdt .txt {
    padding-top: 82px;
  }
  .business .box figure {
    width: 490px;
    height: 300px;
  }
  .business .box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .business .box .txt {
    width: -webkit-calc(100% - 490px);
    width: -moz-calc(100% - 490px);
    width: calc(100% - 490px);
    padding: 62px 0 0 48px;
  }
  .business .box .txt strong {
    display: block;
    font-size: 2.4rem;
    line-height: 30px;
    letter-spacing: 5px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 25px;
  }
  .business .box .txt strong::before {
    content: "";
    display: block;
    width: 3px;
    height: 22px;
    background: #007b43;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .business .box .txt p {
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 2px;
  }
  .business article {
    width: -webkit-calc(100% - 1px);
    width: -moz-calc(100% - 1px);
    width: calc(100% - 1px);
    background: url("../images/bg_bsn.png") repeat;
    padding: 45px 89px 0 85px;
    margin: 61px 0 53px -2px;
    overflow: hidden;
  }
  .business article h3 {
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 30px;
    letter-spacing: 4.7px;
    padding-left: 2px;
    margin-bottom: 51px;
  }
  .business article ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 2px;
    counter-reset: li;
    margin-bottom: -24px;
  }
  .business article ul li {
    width: 280px;
    margin-right: 91px;
    position: relative;
    counter-increment: li;
    text-align: center;
    margin-bottom: 81px;
  }
  .business article ul li:nth-of-type(3n+3) {
    margin-right: 0;
  }
  .business article ul li:nth-of-type(3n+3)::after {
    display: none;
  }
  .business article ul li::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 27px solid #007b43;
    position: absolute;
    top: 110px;
    right: -56px;
  }
  .business article ul li figure {
    height: 250px;
  }
  .business article ul li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .business article ul li strong {
    display: block;
    font-size: 1.8rem;
    line-height: 30px;
    letter-spacing: 3px;
    margin: 15px 0 22px;
  }
  .business article ul li strong::before {
    content: counter(li) ".";
    font-weight: normal;
    font-family: "Akrobat-ExtraBold";
    font-size: 2rem;
    line-height: 30px;
    color: #007b43;
    letter-spacing: 4px;
  }
  .business article ul li p {
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: 0.7px;
    padding: 0 15px;
  }
  .work {
    background: #fff url("../images/bg_work.png") repeat;
    padding: 69px 0 62px;
  }
  .work .row {
    height: 156px;
  }
  .work .row .ttl {
    margin-bottom: 46px;
  }
  .work ul.list {
    position: relative;
  }
  .work ul.list li.items {
    width: 320px;
    height: 260px;
    margin: 20px 64px 0;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
  }
}

@media screen and (min-width: 769px) and (-ms-high-contrast: active), screen and (min-width: 769px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .work ul.list li.items {
    -webkit-transition: width 1s, height 1s;
    -moz-transition: width 1s, height 1s;
    transition: width 1s, height 1s;
  }
}

@media screen and (min-width: 769px), print {
  .work ul.list li.items.slick-center {
    height: 300px;
    margin-top: 0;
  }
  .work ul.list li.items.slick-center .video .box_overlay::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
  }
  .work ul.list li.items.slick-center .video .box_overlay img {
    opacity: 1;
  }
  .work ul.list li.items.slick-center .video .box_overlay .play {
    visibility: visible;
    opacity: 1;
  }
  .work ul.list li.items .image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .work ul.list li.items .image figure {
    display: block;
  }
  .work ul.list li.items .image figure img {
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
  }
  .work ul.list li.items .video {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .work ul.list li.items .video .box_overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
  }
  .work ul.list li.items .video .box_overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
  }
  .work ul.list li.items .video .box_overlay .play {
    display: block;
    width: 79px;
    height: 79px;
    background: url("../images/play.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    text-indent: -9999px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
  }
  .work ul.list .slick-list {
    height: 300px;
  }
  .work ul.list .slick-arrow {
    display: block;
    width: 14px;
    height: 43px;
    border: none;
    outline: none;
    padding: 0;
    margin: -33px 0 0;
    text-indent: -9999px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: margin .3s;
    -moz-transition: margin .3s;
    transition: margin .3s;
  }
  .work ul.list .slick-arrow.slick-prev {
    background: url("../images/arrow_lf.png") no-repeat;
    left: 50%;
    margin-left: -230px;
  }
  .work ul.list .slick-arrow.slick-prev:hover {
    margin-left: -235px;
  }
  .work ul.list .slick-arrow.slick-next {
    background: url("../images/arrow_rg.png") no-repeat;
    right: 50%;
    margin-right: -230px;
  }
  .work ul.list .slick-arrow.slick-next:hover {
    margin-right: -235px;
  }
  .work ul.list .slick-dots {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 52px;
  }
  .work ul.list .slick-dots li {
    margin: 0 8px;
  }
  .work ul.list .slick-dots li.slick-active button {
    background: #007b43;
  }
  .work ul.list .slick-dots li button {
    display: block;
    width: 13px;
    height: 13px;
    background: #dfdfdf;
    text-indent: -9999px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
  }
  .modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }
  .modal.out {
    background: transparent;
    -webkit-animation: modalDelay 1s;
       -moz-animation: modalDelay 1s;
            animation: modalDelay 1s;
  }
  .modal.out .main_modal {
    -webkit-animation: modalOut 1s;
       -moz-animation: modalOut 1s;
            animation: modalOut 1s;
  }
  .modal.in {
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
  }
  .modal.in .main_modal {
    opacity: 1;
    visibility: visible;
    top: 50%;
    -webkit-animation: modalIn 1s;
       -moz-animation: modalIn 1s;
            animation: modalIn 1s;
  }
  .modal .main_modal {
    width: 670px;
    background: #fff;
    padding: 64px 72px 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
  }
  .modal .main_modal .close {
    display: block;
    width: 80px;
    height: 17px;
    background: url("../images/close_pc.png") no-repeat left center;
    text-indent: -9999px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 24px;
  }
  .modal .main_modal .content_modal {
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
  }
  .modal .main_modal .content_modal .info .frame {
    width: 100%;
    height: 470px;
    position: relative;
    z-index: 1;
  }
  .modal .main_modal .content_modal .info .frame .box_overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
  }
  .modal .main_modal .content_modal .info .frame .box_overlay.active {
    visibility: hidden;
  }
  .modal .main_modal .content_modal .info .frame .box_overlay::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
  }
  .modal .main_modal .content_modal .info .frame .box_overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .modal .main_modal .content_modal .info .frame .box_overlay .play_video {
    display: block;
    width: 89px;
    height: 90px;
    background: url("../images/play.png") no-repeat;
    text-indent: -9999px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
  }
  .modal .main_modal .content_modal .info .frame .video {
    width: 100%;
    height: 100%;
  }
  .modal .main_modal .content_modal .info .frame .video iframe {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0;
    margin: 0;
  }
  .modal .main_modal .content_modal .info .image {
    text-align: center;
    position: relative;
  }
  .modal .main_modal .content_modal .info .image img {
    width: 500px;
  }
  .modal .main_modal .content_modal .info .image p {
    font-size: 1.6rem;
    margin-top: 1em;
    letter-spacing: 0.7px;
  }
  .modal .main_modal .content_modal .info h3 {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 0.7px;
    margin-top: 24px;
  }
  .modal .main_modal .content_modal .info h3 small {
    font-weight: normal;
    font-size: 1.4rem;
  }
  .modal .main_modal .content_modal .modal_btn {
    display: block;
    width: 14px;
    height: 43px;
    border: none;
    outline: none;
    padding: 0;
    margin: -33px 0 0;
    text-indent: -9999px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 1;
    -webkit-transition: margin .3s;
    -moz-transition: margin .3s;
    transition: margin .3s;
  }
  .modal .main_modal .content_modal .prev {
    background: url(../images/arrow_lf.png) no-repeat;
    left: 28px;
  }
  .modal .main_modal .content_modal .next {
    background: url(../images/arrow_rg.png) no-repeat;
    right: 28px;
  }
  .recruit, .group {
    padding: 60px 0;
  }
  .recruit .inner, .group .inner {
    position: relative;
    overflow: hidden;
  }
  .recruit .inner:hover figure, .group .inner:hover figure {
    -webkit-transform: scale(1.02);
       -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02);
  }
  .recruit .inner:hover h2, .recruit .inner:hover small, .recruit .inner:hover a, .group .inner:hover h2, .group .inner:hover small, .group .inner:hover a {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .recruit .inner:hover .txt::before, .group .inner:hover .txt::before {
    opacity: 0.3;
  }
  .recruit figure, .group figure {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -moz-transition: transform .4s, -moz-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s, -moz-transform .4s;
  }
  .recruit figure img, .group figure img {
    width: 100%;
  }
  .recruit .txt, .group .txt {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding-top: 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-perspective: 1px;
       -moz-perspective: 1px;
            perspective: 1px;
  }
  .recruit .txt::before, .group .txt::before {
    content: "";
    display: block;
    background: url("../images/bg_recruit.png") repeat;
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    z-index: -1;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
  }
  .recruit .txt h2, .group .txt h2 {
    font-family: "Akrobat-Bold";
    font-size: 7.2rem;
    line-height: 72px;
    color: #fff;
    letter-spacing: 6px;
    text-transform: uppercase;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -moz-transition: transform .4s, -moz-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s, -moz-transform .4s;
  }
  .recruit .txt small, .group .txt small {
    display: block;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 32px;
    color: #fff;
    letter-spacing: 4px;
    margin: 10px 0 34px;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -moz-transition: transform .4s, -moz-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s, -moz-transform .4s;
  }
  .recruit .txt a, .group .txt a {
    width: 333px;
    height: 40px;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "Akrobat-Bold";
    font-size: 1.8rem;
    line-height: 1;
    color: #000000;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 auto;
    -webkit-transition: opacity .3s, -webkit-transform .4s;
    transition: opacity .3s, -webkit-transform .4s;
    -moz-transition: transform .4s, opacity .3s, -moz-transform .4s;
    transition: transform .4s, opacity .3s;
    transition: transform .4s, opacity .3s, -webkit-transform .4s, -moz-transform .4s;
  }
  .recruit .txt a:hover, .group .txt a:hover {
    opacity: 0.8;
  }
  .about_wrap {
    background: #fff;
  }
  .about_wrap .about {
    border: 3px solid #a4a4a4;
    padding: 42px 45px 41px 75px;
    background: #fff;
    width: 1200px;
    margin: 0 auto;
  }
  .about_wrap .about h4 {
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 30px;
    letter-spacing: 3px;
    position: relative;
    padding-left: 60px;
    margin-bottom: 33px;
  }
  .about_wrap .about h4 img {
    position: absolute;
    top: -14px;
    left: -1px;
  }
  .about_wrap .about p {
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 1px;
  }
  .about_wrap .about p img {
    width: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 3px;
  }
  .access {
    width: 100%;
    height: 440px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .access iframe {
    width: -webkit-calc(100% - 600px);
    width: -moz-calc(100% - 600px);
    width: calc(100% - 600px);
    height: 100%;
    border: none;
    margin: 0;
    padding: 0;
  }
  .access figure {
    display: block;
    width: 600px;
  }
}

@media screen and (max-width: 768px) {
  header {
    background: transparent;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
  }
  header.fixed {
    background: #007b43;
  }
  main {
    padding-top: 0;
  }
  .ttl small {
    display: inline-block;
    font-weight: bold;
    font-size: 3.75vw;
    line-height: 5vw;
    color: #000000;
    letter-spacing: 0.73438vw;
    position: relative;
    padding-right: 2.8125vw;
    margin-bottom: 0.625vw;
  }
  .ttl small::after {
    content: "";
    display: block;
    width: 768px;
    height: 0.625vw;
    background: #007b43;
    position: absolute;
    top: 2.5vw;
    right: -768px;
    z-index: -1;
  }
  .ttl span {
    display: block;
    font-family: "Akrobat-Bold";
    font-size: 11.25vw;
    line-height: 11.5625vw;
    color: #000000;
    letter-spacing: 1.14062vw;
    text-transform: uppercase;
    margin-left: -0.46875vw;
  }
  .mv {
    position: relative;
  }
  .mv .txt {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding-left: 1.09375vw;
    padding-bottom: 0.78125vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: #fff;
  }
  .mv .txt h2 {
    font-family: "Akrobat-Bold";
    font-size: 6.25vw;
    line-height: 7.8125vw;
    letter-spacing: 0.60938vw;
    text-transform: uppercase;
  }
  .mv .txt p {
    font-weight: bold;
    font-size: 3.59375vw;
    line-height: 4.6875vw;
    letter-spacing: 0.9375vw;
    margin-top: 3.125vw;
  }
  .company {
    padding: 6.25vw 6.25vw 0;
  }
  .company .box:nth-of-type(2) {
    background: url("../images/bg_profile_sp.png") no-repeat 0 bottom;
    -moz-background-size: 100vw 72.03125vw;
         background-size: 100vw 72.03125vw;
    padding: 0 5.9375vw 8.4375vw;
    margin: 10vw -6.25vw 0;
  }
  .company .box strong {
    display: block;
    font-size: 4.6875vw;
    line-height: 5.625vw;
    letter-spacing: 0.3125vw;
    margin: 7.5vw 0 6.71875vw;
  }
  .company .box p {
    font-size: 4.375vw;
    line-height: 5.625vw;
    letter-spacing: 0.625vw;
    margin-bottom: 5.46875vw;
  }
  .company .box p:last-of-type {
    margin-bottom: 0;
  }
  .company .box h3 {
    font-family: "Akrobat-Bold";
    font-size: 6.25vw;
    line-height: 9.6875vw;
    letter-spacing: 0.57812vw;
    text-transform: uppercase;
    margin-bottom: 3.90625vw;
  }
  .company .box dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3.90625vw;
    line-height: 7.5vw;
  }
  .company .box dl dt {
    font-weight: bold;
    width: 19.53125vw;
    height: 7.5vw;
    text-align: justify;
    text-justify: distribute;
    padding-left: 0.625vw;
  }
  .company .box dl dt::after {
    content: "";
    display: inline-block;
    width: 100%;
  }
  .company .box dl dd {
    width: 68.59375vw;
    padding-left: 6.25vw;
    letter-spacing: 0.3125vw;
  }
  .company .box dl dd span {
    margin-left: 3.90625vw;
  }
  .business {
    padding: 7.96875vw 6.25vw 9.84375vw;
  }
  .business .ttl {
    margin-bottom: 7.8125vw;
  }
  .business .ttl small {
    margin-bottom: 0;
  }
  .business .ttl small::after {
    top: 1.71875vw;
  }
  .business .ttl span {
    line-height: 10.9375vw;
    letter-spacing: 1.04688vw;
  }
  .business .box.pdt .txt {
    padding-top: 6.40625vw;
  }
  .business .box.pdt .txt strong {
    margin-bottom: 4.84375vw;
    margin-left: 0.625vw;
  }
  .business .box figure {
    height: 53.75vw;
    margin-bottom: 6.25vw;
  }
  .business .box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .business .box .txt strong {
    display: block;
    font-size: 4.6875vw;
    line-height: 4.6875vw;
    letter-spacing: 0.9375vw;
    position: relative;
    padding-left: 4.6875vw;
    margin-bottom: 6.875vw;
  }
  .business .box .txt strong::before {
    content: "";
    display: block;
    width: 0.625vw;
    height: 4.0625vw;
    background: #007b43;
    position: absolute;
    top: 0.625vw;
    left: -0.15625vw;
  }
  .business .box .txt p {
    font-size: 4.375vw;
    line-height: 5.625vw;
    letter-spacing: 0.78125vw;
    margin-bottom: 5.625vw;
    margin-right: -1.5625vw;
  }
  .business .box .txt p:last-of-type {
    margin-bottom: 0;
  }
  .business article {
    background: url("../images/bg_bsn.png") repeat;
    text-align: center;
    padding: 7.03125vw 6.25vw 10.3125vw;
    margin: 7.34375vw -6.25vw 10.46875vw;
  }
  .business article h3 {
    font-weight: bold;
    font-size: 4.6875vw;
    line-height: 4.6875vw;
    letter-spacing: 0.78125vw;
    margin-bottom: 7.5vw;
  }
  .business article ul {
    counter-reset: li;
  }
  .business article ul li {
    counter-increment: li;
    position: relative;
    margin-bottom: 13.125vw;
  }
  .business article ul li:last-of-type {
    margin-bottom: 0;
  }
  .business article ul li:last-of-type::after {
    display: none;
  }
  .business article ul li::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 2.5vw solid transparent;
    border-right: 2.5vw solid transparent;
    border-top: 4.375vw solid #007b43;
    position: absolute;
    bottom: -9.0625vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .business article ul li figure {
    width: 47.96875vw;
    height: 42.8125vw;
    margin: 0 auto;
  }
  .business article ul li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .business article ul li strong {
    display: block;
    font-size: 4.375vw;
    line-height: 4.6875vw;
    letter-spacing: 0.78125vw;
    padding-left: 0.78125vw;
    margin: 3.59375vw 0 2.34375vw;
  }
  .business article ul li strong::before {
    content: counter(li) ".";
    font-weight: normal;
    font-family: "Akrobat-ExtraBold";
    font-size: 4.6875vw;
    line-height: 4.6875vw;
    color: #007b43;
    letter-spacing: 0.78125vw;
  }
  .business article ul li p {
    font-size: 4.0625vw;
    line-height: 4.6875vw;
    letter-spacing: 0.15625vw;
    padding: 0 1.5625vw;
  }
  .work {
    background: url("../images/bg_work.png") repeat;
    padding: 9.375vw 1.5625vw 9.53125vw;
  }
  .work ul.list {
    position: relative;
    margin-left: -0.78125vw;
    margin-top: 6.5625vw;
  }
  .work ul.list li.items {
    width: 72.03125vw;
    height: 61.71875vw;
    margin: 0 7.03125vw;
  }
  .work ul.list li.items.slick-center .video .box_overlay::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
  }
  .work ul.list li.items.slick-center .video .box_overlay img {
    opacity: 1;
  }
  .work ul.list li.items.slick-center .video .box_overlay .play {
    visibility: visible;
    opacity: 1;
  }
  .work ul.list li.items .video {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .work ul.list li.items .video .box_overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
  }
  .work ul.list li.items .video .box_overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
  }
  .work ul.list li.items .video .box_overlay .play {
    display: block;
    width: 10.9375vw;
    height: 11.09375vw;
    background: url("../images/play.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    text-indent: -9999px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
  }
  .work ul.list .slick-arrow {
    display: block;
    width: 7.8125vw;
    height: 61.71875vw;
    background-color: transparent;
    -moz-background-size: 2.1875vw 6.71875vw;
         background-size: 2.1875vw 6.71875vw;
    background-repeat: no-repeat;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
    cursor: pointer;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .work ul.list .slick-arrow.slick-prev {
    background-image: url("../images/arrow_lf.png");
    background-position: 2.5vw 28.125vw;
    left: 0;
  }
  .work ul.list .slick-arrow.slick-next {
    background-image: url("../images/arrow_rg.png");
    background-position: 2.5vw 28.125vw;
    right: 0;
  }
  .work ul.list .slick-dots {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 7.1875vw;
  }
  .work ul.list .slick-dots li {
    margin: 0 1.09375vw;
  }
  .work ul.list .slick-dots li.slick-active button {
    background: #007b43;
  }
  .work ul.list .slick-dots li button {
    display: block;
    width: 1.71875vw;
    height: 1.71875vw;
    background: #dfdfdf;
    text-indent: -9999px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
  }
  .about_wrap {
    background: #fff;
  }
  .about_wrap .about {
    border: 0.46875vw solid #a4a4a4;
    padding: 6.875vw 1.5625vw 7.34375vw 2.96875vw;
    background: #fff;
    text-align: center;
    width: 87.8125vw;
    margin: 0 auto;
  }
  .about_wrap .about h4 {
    display: inline-block;
    font-weight: bold;
    font-size: 4.6875vw;
    line-height: 4.6875vw;
    letter-spacing: 0.625vw;
    position: relative;
    padding-left: 9.375vw;
    margin-bottom: 6.71875vw;
  }
  .about_wrap .about h4 img {
    width: 8.4375vw;
    height: 8.4375vw;
    position: absolute;
    top: -1.71875vw;
    left: 0.15625vw;
  }
  .about_wrap .about p {
    font-size: 4.375vw;
    line-height: 5.625vw;
    text-align: left;
    margin-bottom: 5.46875vw;
  }
  .about_wrap .about p:last-of-type {
    margin-bottom: 0;
  }
  .about_wrap .about p img {
    width: 5vw;
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.9375vw;
    margin-right: 0.46875vw;
  }
  .modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }
  .modal.out {
    background: transparent;
    -webkit-animation: modalDelay 1s;
       -moz-animation: modalDelay 1s;
            animation: modalDelay 1s;
  }
  .modal.out .main_modal {
    -webkit-animation: modalOut 1s;
       -moz-animation: modalOut 1s;
            animation: modalOut 1s;
  }
  .modal.in {
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
  }
  .modal.in .main_modal {
    opacity: 1;
    visibility: visible;
    top: 50%;
    -webkit-animation: modalIn 1s;
       -moz-animation: modalIn 1s;
            animation: modalIn 1s;
  }
  .modal .main_modal {
    width: 100%;
    max-height: 90%;
    background: #fff;
    padding: 10vw 10vw 5.625vw;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
  }
  .modal .main_modal .close {
    display: block;
    width: 19.84375vw;
    height: 3.75vw;
    background: url("../images/close_sp.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    text-indent: -9999px;
    position: absolute;
    top: 3.125vw;
    right: 6.25vw;
  }
  .modal .main_modal .content_modal {
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
  }
  .modal .main_modal .content_modal .info .frame {
    width: 100%;
    height: 74.6875vw;
    position: relative;
    z-index: 1;
  }
  .modal .main_modal .content_modal .info .frame .box_overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
  }
  .modal .main_modal .content_modal .info .frame .box_overlay.active {
    visibility: hidden;
  }
  .modal .main_modal .content_modal .info .frame .box_overlay::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
  }
  .modal .main_modal .content_modal .info .frame .box_overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .modal .main_modal .content_modal .info .frame .box_overlay .play_video {
    display: block;
    width: 13.125vw;
    height: 13.125vw;
    background: url("../images/play.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    text-indent: -9999px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
  }
  .modal .main_modal .content_modal .info .frame .video {
    width: 100%;
    height: 100%;
  }
  .modal .main_modal .content_modal .info .frame .video iframe {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0;
    margin: 0;
  }
  .modal .main_modal .content_modal .info .image {
    text-align: center;
  }
  .modal .main_modal .content_modal .info .image p {
    font-size: 3.75vw;
    margin-top: 1em;
    letter-spacing: 0.7px;
  }
  .modal .main_modal .content_modal .info h3 {
    font-weight: bold;
    font-size: 4.375vw;
    line-height: 5vw;
    letter-spacing: 0.15625vw;
    margin-top: 3.90625vw;
  }
  .modal .main_modal .content_modal .info h3 small {
    display: block;
    font-weight: normal;
    font-size: 4.0625vw;
    line-height: 5.625vw;
    letter-spacing: 0;
    margin-top: 2.03125vw;
  }
  .recruit, .group {
    margin: 6.25vw 0 6.40625vw;
  }
  .recruit .inner, .group .inner {
    position: relative;
  }
  .recruit .txt, .group .txt {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-perspective: 1px;
       -moz-perspective: 1px;
            perspective: 1px;
    padding-top: 6.5625vw;
  }
  .recruit .txt::before, .group .txt::before {
    content: "";
    display: block;
    background: url("../images/bg_recruit.png") repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  .recruit .txt h2, .group .txt h2 {
    font-family: "Akrobat-Bold";
    font-size: 11.25vw;
    line-height: 11.25vw;
    color: #fff;
    letter-spacing: 0.9375vw;
    text-transform: uppercase;
  }
  .recruit .txt small, .group .txt small {
    display: block;
    font-weight: bold;
    font-size: 3.75vw;
    line-height: 5vw;
    color: #fff;
    letter-spacing: 0.625vw;
    margin: 3.125vw 0 5.15625vw;
  }
  .recruit .txt a, .group .txt a {
    width: 52.03125vw;
    height: 13.28125vw;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "Akrobat-Bold";
    font-size: 4.375vw;
    line-height: 1;
    color: #000000;
    letter-spacing: 0.15625vw;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 auto;
  }
  .access {
    width: 100%;
    height: 93.75vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .access iframe {
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0;
  }
  .access figure {
    display: block;
    height: 93.75vw;
    overflow: hidden;
  }
  .access figure img {
    margin-top: -20%;
    width: 100%;
  }
}
