* {
    box-sizing: border-box;
    font-weight: 500;
    list-style: none;
    padding: 0;
}

@font-face {
    font-family: 'orts Mill Goudy';
    src: local('/font/SortsMillGoudy-Regular.ttf');
}


a {
    color: inherit;
}



img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

html {
    font-size: 3.5vw;
}
body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: auto;
    font-size: 1rem;
    font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    font-weight: 400;
    color: #222;
    line-height: 2;
    background-color: #fff;
}

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}


a {
    text-decoration: none;
}

h1 {
    font-size: 1.7rem;
    margin: 0;
    font-family: "Sorts Mill Goudy",YuMincho,"游明朝",serif;
    font-weight: 600;
}

.work_info_title h2 {
    font-size: 2.7rem;
    margin: 0;
    font-family: "Sorts Mill Goudy",YuMincho,"游明朝",serif;
    font-weight: 600;
}

h3 {
    font-size: 1.7rem;
    margin: 0;
    font-family: "Sorts Mill Goudy",YuMincho,"游明朝",serif;
    font-weight: 600;
}

.work_info_title {
    /* position: absolute; */
    z-index: 2;
    text-align: center;
    left: 1rem;
    margin-bottom: 4rem;
}

.wrapper {
    opacity: 1;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    overflow: hidden;
}

.sticky-menu {
    position: fixed;
    z-index: 6;
    top: 0;
    left: 0;
    right: 0;
    /*-webkit-transition: 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);*/
    /*transition: 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);*/
}

.menu-box {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 1.2rem;
}

.menu-box-item {
    margin: 0;
}

.menu-box-home {
    display: block;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}

.menu-box-logo {
    color: #222;
    display: inline-block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.icon-logo {
    display: inline-block;
    width: 3rem;
    height: 2rem;
    /* background-size: 290px 136.5px; */
}

.text-nav-company {
    margin-left: 0.5rem;
    font-size: 1.2rem;
}

.menu-box-menu {
    display: block;
    background: #fff;
    width: auto;
}

.humberger_wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}


#humberger,
#humberguer span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

#humberguer {
    position: absolute;
    top: 0.8rem;
    right: 1.2rem;
    width: 1.8rem;
    height: 0.8rem;
    text-align: center;
    z-index: 100;
}

#humberguer span {
    position: absolute;
    left: 50%;
    margin: 0 auto;
    display: block;
    background: #222;
    width: 100%;
    height: 1px;
    -webkit-transition: 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#humberguer span:nth-of-type(1) {
    top: 0;
}
#humberguer span:nth-of-type(2) {
    top: 50%;
}
#humberguer span:nth-of-type(3) {
    top: 100%;
}

#humberguer.active span:nth-of-type(1) {
    -webkit-transform: translateX(-50%) rotate(135deg);
    transform: translateX(-50%) rotate(135deg);
    z-index: 100;
    top: 50%;
}
#humberguer.active span:nth-of-type(2) {
    opacity: 0;
}
#humberguer.active span:nth-of-type(3) {
    webkit-transform: translateX(-50%) rotate(-135deg);
    transform: translateX(-50%) rotate(-135deg);
    z-index: 100;
    top: 50%;
}

#sp-menu {
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: -100%;
    background: rgba(14, 14, 14, 0.85);
    overflow-y: scroll;
    padding: 65px 0 200px 0;
    z-index: 5;
    width: 100%;
    font-family: "Sorts Mill Goudy",YuMincho,"游明朝",serif;
}

#sp-menu div {
    height: 1px;
    width: 10%;
    background: #fff;
    background-color: white;
    margin: 0 auto;
}

#sp-menu ul li {
    position: relative;
    left: -100%;
}

#sp-menu ul li a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 0.5rem 0;
    line-height: 1.5rem;
    text-decoration: none;
    width: 60%;
    margin: 0 auto;
    opacity: 0;
    font-size: 1.7rem;
}

.humberger-item {
    margin: 4px auto;
    display: block;
    background: #222;
    width: 22px;
    height: 1px;
    -webkit-transition: 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.menu-box-text {
    position: relative;
    color: #222;
    font-size: 9px;
    line-height: 1.4;
    /* font-family: "Sorts Mill Goudy",YuMincho,"游明朝",serif; */
    /* font-style: italic; */
    margin-top: 13px;
    height: auto;
    width: auto;
    text-align: left;
    overflow: hidden;
}

.menu-box-text:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: ' ';
    display: block;
    width: 100%;
    height: 1px;
    background: #C5C5C5;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.menu-box-text .menu-box-text-menu {
    opacity: 1;
    -webkit-transition: 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    font-weight: 100;
    line-height: 1;
}

.menu-box-text .menu-box-text-close {
    opacity: 0;
    -webkit-transition: 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.mv {
    position: relative;
    width: 100%;
    height: calc(100vh);
    min-height: 400px;
    margin-bottom: 5rem;
    color: white;
}

.mv-image img {
    max-width: unset;
    max-height: unset;
    /*display: none;*/
}

.mv-logo {
    position: absolute;
    width: 100%;
    z-index: 3;
    top: calc(40% + 5rem);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mv-logo .icon-logo {
    width: 6rem;
    height: auto;
}

.mv-heading {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
}

.mv-heading-logo {
    opacity: 0;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.mv-heading .mv-heading-corporate {
    opacity: 0;
    -webkit-transform: translate(-5px, 0px);
    -ms-transform: translate(-5px, 0px);
    transform: translate(-5px, 0px);
    margin: 0;
}

.mv-heading .mv-heading-corporate .text-corporate {
    font-size: 0.6rem;
}

.mv-heading-title {
    position: relative;
    left: auto;
    width: 100%;
    margin: 0 auto;
    opacity: 0;
}

.mv-heading-title .mv-heading-title-01,
.mv-heading-title .mv-heading-title-02,
.mv-heading-title .mv-heading-title-03,
.mv-heading-title .mv-heading-title-04,
.mv-heading-title .mv-heading-title-05 {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    font-size: 2.5rem;
    font-weight: 600;
    font-family: "Sorts Mill Goudy",YuMincho,"游明朝",serif;
    position: relative;
}

.mv-heading-title .mv-heading-title-01 {
    left: 1.5rem;
}

.mv-heading-title .mv-heading-title-02 {
    left: 1.5rem;
}

.mv-heading-title .mv-heading-title-04 {
    left: -1.5rem;
}

.mv-heading-title .mv-heading-title-05 {
    left: -3rem;
}

.mv-images {
    -webkit-transition: 3.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: 3.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

#mv-carousel {
    background-color: #222;
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    height: 100%;
}

.slideshow {
    height: 100%;
}

.mv-image {
    /*float: left;*/
    height: 100%;
    /*min-height: 1px;*/
    /*display: none;*/
    position: relative;
}

.mv-image img {
    height: calc(100vmax);
    position: absolute;
    /*top: 50%;*/
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
    opacity: 0;
}

.mv-image img:first-of-type {
    opacity: 1;
}

.back{
    width:100%;
    height:100%;
    background:url(../img/dots.png) repeat;
    position:absolute;
    z-index:2;
    top:0; left:0;
}

#menu {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 6;
    display: none;
}

.top-icon {
    height: 80px;
    width: 100%;
    background: #fff;
}

.top-icon img {
    top: 25%;
    left: 50%;
    position: absolute;
     width: 60%;
    transform: translate(-50%,-50%);
    /* height: 100%; */
}

.menu-icon {
    width: 100%;
    height: 80px;
    background: #222;
    text-align: center;
    z-index: 100;
    position: relative;
}

.menu-icon span {
    position: absolute;
    left: 40px;
    margin: 0 auto;
    display: block;
    background: #fff;
    width: 40px;
    height: 1.5px;
    transform: translate(-50%,-50%);
    -webkit-transition: 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.menu-icon span:nth-of-type(1) {
    top: 24px;
}
.menu-icon span:nth-of-type(2) {
    top: 31px;
    width: 30px;
}
.menu-icon span:nth-of-type(3) {
    top: 38px;
}

.menu-icon.active span:nth-of-type(1) {
    -webkit-transform: translate(-50%,7px) rotate(135deg);
    transform: translate(-50%,7px) rotate(135deg);
    z-index: 100;
    width: 33px;
}
.menu-icon.active span:nth-of-type(2) {
    opacity: 0;
}
.menu-icon.active span:nth-of-type(3) {
    webkit-transform: translate(-50%,-7px) rotate(-135deg);
    transform: translate(-50%,-7px) rotate(-135deg);
    z-index: 100;
    width: 33px;
}

#menu .menu-icon-text {
    position: absolute;
    top: 29px;
    z-index: 100;
    transform: translateX(-50%);
    left: 40px;
    color: #fff;
}
/*@media screen and (orientation:landscape) and (min-width: 1024px) {*/
    /**/
/*}*/

/*@media screen and (orientation:landscape) and (min-width: 1024px) and (max-width: 1366px) {*/
    /*.mv-heading {*/
        /*font-size: 2em;*/
    /*}*/
/*}*/

/*@media screen and (orientation:portrait) and (min-height: 1024px) {*/
    /*.mv-heading {*/
        /*font-size: 1.7em;*/
    /*}*/
/*}*/

/********************
 * メイン要素
 ********************/



.section-inner {
    position: relative;
    padding: 0 1.2rem;
    margin: auto;
    margin-bottom: 4rem;
}

.section-inner .inner-view {
    display: block;
    position: relative;
}

.view-catch {
    display: block;
    color: black;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.2rem;
    padding: 0.5rem;
}

.view-catch-ja {
    margin: 0;
    line-height: 1.3rem;
    font-size: 1.3rem;
    font-weight: 500;
    font-family: "Sorts Mill Goudy",YuMincho,"游明朝",serif;
}

.view-catch-en {
    font-size: 0.5rem;
    margin: 0;
    line-height: 1.3rem;
}

.en {
    font-family: "Sorts Mill Goudy",YuMincho,"游明朝",serif;
}

.card-tagline {
    margin: 1.1rem 0;
    position: relative;
    font-family: YuMincho,"游明朝",serif;
    font-style: italic;
    font-size: 1rem;
    vertical-align: middle;
    line-height: 1;
    letter-spacing: .1rem;
    font-weight: 400;
}

/********************
 * 1stコラム
 ********************/

.first-card .section-inner .inner-view img {
    width: 100%;
}

.first-card .section-inner .inner-view .view-catch {
    position: absolute;
    top: 0;
    right: 1rem;
    display: block;
    background-color: #fff;
    color: black;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.2rem;
    padding: 1rem 0.5rem;
}


/*******************
 * 2ndカード
 *******************/



.second-card .section-inner .inner-view .gray-box {
    display: block;
    /* float: left; */
    position: absolute;
    bottom: 0;
    background: #f1f1f1;
    width: 100%;
    height: 123px;
    /* -webkit-transform: translateX(-105%); */
    -ms-transform: translateX(-105%);
    /* transform: translateX(-105%); */
    z-index: -1;
}

.second-card .section-inner {
    padding: 0;
}

.second-card .section-inner .inner-view{
    padding: 0;
    overflow: auto;
}

.second-card .section-inner .inner-view .view-catch-outer {
    width: 20%;
    float: left;
    position: relative;
}

.second-card .section-inner .inner-view .view-catch-outer .view-catch {
    left: 0;
    padding-bottom: 40px;
}

.second-card .section-inner .inner-view .second-card-img {
    width: 80%;
    float: left;
}

.second-card .section-inner .inner-view .second-card-img img {
    width: 100%;
}

.second-card .inner-explain {
    padding: 0 15px;
}

/******************
* Workカード
*******************/

.work-card .section-inner .inner-view img {
    width: 100%;
}

.work-card .section-inner .card-tagline {
    font-size: 1rem;
}

/******************
 * ニュースエリア
 ******************/

.news {
    background-color: #f1f1f1;
    padding: 1.5rem 1.2rem;
}

.news-heading {
    text-align: center;
    margin-bottom: 2rem;
}


.news-column {
    border-bottom: 1px solid #C5C5C5;
}

.news-data {
    font-size: 1rem;
    line-height: 1;
    color: #222;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-category {
    width: 100px;
    font-size: 1rem;
    line-height: 1;
    padding: 0.4rem 0.5rem;
    display: inline-block;
    background: #222;
    color: #fff;
    text-align: center;
}

.news-date {
    margin-left: 1rem;
    font-size: 1rem;
    padding: 0 0 0 1.4rem;
    color: #4e4e4e;
    display: inline-block;
}

.news-intro {
    font-size: 1rem;
    font-weight: 500;
    color: #222;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

/******************
 * 採用情報
 ******************/

.recruit-card {
    padding: 2rem 0;
}

.recruit-button {
    margin-top: 2rem;
}

.button {
    position: relative;
    width: 100%;
    display: block;
    border: 1px solid #222;
    padding: 1.5rem 1.5rem;
    line-height: 1;
    color: #222;
    text-align: center;
    overflow: hidden;
    letter-spacing: .1rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: .8s;
}

/******************
 * アクセス情報
 ******************/

.map-box {
    width: 100%;
    height: 17.5rem;
}

.acces-card h1 {
     font-size: 1.3rem;
 }

.acces-card  .inner-explain {
    padding: 2rem 1.5rem;
}

.access-info-table,
.access-info-table tr{
    width: 100%;
    font-size: 1rem;
}

.access-info-table tr th,
.access-info-table tr td {
    text-align: left;
}

.access-info-table tr th {
    width: 20%;
}

.access-info-table tr td {
    width: 80%;
}

.contact-button {
    margin-top: 2.5rem;
}

a.button:hover {
    background-color: black;
    color: white;
}

a.button:active {
    background-color: #f1f1f1;
    color: white;
}

/******************
 * フッター
 ******************/

footer {
    background-color: #000000;
    color: #fff;
    text-align: center;
    padding: 2rem;
}

.pagetop {
    padding-bottom: 2rem;
}

.pagetop p {
    margin: 0;
}

.copyright {
    font-size: 0.5rem;
}

/******************
 * 他のアクセサリ
 ******************/

.gray-box {
    left: -100%;
}

.umekomi {
    /*color: red;*/
}

.pt {
    display: none;
}

.recruit-button span {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    transition: .8s;
    color: #000;
    width: 100%;
}

.recruit-button span.unhover_text {
    opacity: 1;
}

.recruit-button span.hover_text {
    opacity: 0;
}

#recruit:hover {
    /*background: #5a5a5a;*/
}

.recruit-button:hover span {
    color: #fff;
}

.recruit-button:hover span.unhover_text {
    opacity: 0;
}

.recruit-button:hover span.hover_text {
    opacity: 1;
}

p.catch_copy {
    opacity: 0;
    webkit-transform: translateY(0.5rem);
    -ms-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
    font-size: 1.7rem;
    font-weight: 600;
    font-family: "Sorts Mill Goudy",YuMincho,"游明朝",serif;
    position: relative;
    margin: 0;
    transition: 1s;
}

p.catch_copy.show {
    opacity: 1;
    webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#recruit h1 {
    /*font-size: 1.7rem;*/
    margin: 0;
    font-family: "Sorts Mill Goudy",YuMincho,"游明朝",serif;
    font-weight: 600;
}

#recruit-page .card-tagline {
    font-size: 1.3rem;
    margin: 0.3rem;
}

#recruit .inner-explain {
    text-align: center;
}

#recruit .icon.icon-logo {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    width: 10rem;
    height: 10rem;
    opacity: 0.3;
}



@media screen and (min-width: 769px){
    .shadow--0 {
        transition: 0.5s;
        -webkit-box-shadow: 0 5px 25px -3px rgba(0,0,0,0.0);
        box-shadow: 0 5px 25px -3px rgba(0,0,0,0.0);
    }

    .shadow--1 {
        transition: 0.5s;
        -webkit-box-shadow: 0 5px 25px -3px rgba(0,0,0,0.1);
        box-shadow: 0 5px 25px -3px rgba(0,0,0,0.1);
    }

    .shadow--2 {
        transition: 0.5s;
        -webkit-box-shadow: 0 5px 25px -3px rgba(0,0,0,0.2);
        box-shadow: 0 5px 25px -3px rgba(0,0,0,0.2);
    }

    .shadow--3 {
        transition: 0.5s;
        -webkit-box-shadow: 0 5px 25px -3px rgba(0,0,0,0.3);
        box-shadow: 0 5px 25px -3px rgba(0,0,0,0.3);
    }

    .shadow--4 {
        transition: 0.5s;
        -webkit-box-shadow: 0 5px 25px -3px rgba(0,0,0,0.4);
        box-shadow: 0 5px 25px -3px rgba(0,0,0,0.4);
    }


    .shadow--1:hover {
        transition: 0.5s;
        -webkit-box-shadow: 0 5px 25px -3px rgba(0,0,0,0.2);
        box-shadow: 0 5px 25px -3px rgba(0,0,0,0.2);
    }

    .shadow--2:hover {
        transition: 0.5s;
        -webkit-box-shadow: 0 5px 25px -3px rgba(0,0,0,0.3);
        box-shadow: 0 5px 25px -3px rgba(0,0,0,0.3);
    }

    .shadow--3:hover {
        transition: 0.5s;
        -webkit-box-shadow: 0 5px 25px -3px rgba(0,0,0,0.4);
        box-shadow: 0 5px 25px -3px rgba(0,0,0,0.4);
    }

    .shadow--4:hover {
        transition: 0.5s;
        -webkit-box-shadow: 0 5px 25px -3px rgba(0,0,0,0.5);
        box-shadow: 0 5px 25px -3px rgba(0,0,0,0.5);
    }

    .shadowtxt--0 {
        text-shadow: 0 5px 25px rgba(0,0,0,0);
        transition: 0.2s;
    }

    .shadowtxt--1 {
        text-shadow: 0 5px 25px rgba(0,0,0,0.1);
    }

    .shadowtxt--2 {
        text-shadow: 0 5px 25px rgba(0,0,0,0.2);
    }

    .shadowtxt--3 {
        text-shadow: 0 5px 25px rgba(0,0,0,0.3);
    }

    .shadowtxt--4 {
        text-shadow: 0 5px 25px rgba(0,0,0,0.4);
    }

    .shadowtxt--0:hover {
        text-shadow: 0 5px 25px rgba(0,0,0,0.1);
        transition: 0.2s;
    }

    .mv-heading {
        font-size: 2em;
    }

    .mv-heading {
        font-size: 2.5em;
    }

    #menu {
        height: 160px;
        width: 80px;
        display: inherit;
    }

    .mv-heading {
        font-size: 2.5em;
    }

    #menu {
        height: 160px;
        width: 80px;
    }

    .sticky-menu {
        display: none;
    }

    #container {
        position: relative;
        top: -13px;
    }

    .mv-image img {
        height: initial;
        width: calc(100vw);
    }

    .inner-explain {
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }

    .inner-view {
        margin-bottom: 2rem;
    }

    .work_info_title h2 {
        font-size: 2.7rem;
        margin: 0;
        font-family: "Sorts Mill Goudy",YuMincho,"游明朝",serif;
        font-weight: 600;
    }

    .work_info_title .card-tagline {
        font-size: 1.3rem;
    }

    h3 {
        font-size: 1.7rem;
        margin: 0;
        font-family: "Sorts Mill Goudy",YuMincho,"游明朝",serif;
        font-weight: 600;
    }

    .work_info_title {
        /*position: absolute;*/
        z-index: 2;
        text-align: center;
        left: 1rem;
        margin-bottom: 4rem;
    }

    #tobi .inner-view {
        float: right;
        width: 50%;
    }

    #tobi .inner-explain {
        /* margin: 6rem 0 0; */
        padding-right: 1rem;
        float: right;
        width: 50%;
    }

    .post_thum {
        overflow: hidden;
        position: relative;
        width: 100%;
        padding-top: 60%;
    }

    .post_thum img {
        max-width: unset;
        position: absolute;
        transform: translate(-50%,-50%);
        top: 50%;
        left: 50%;
        max-height: unset;
        width: 100%;
    }

    #recruit .icon.icon-logo {
        position: absolute;
        transform: translate(-50%,-50%);
        top: 50%;
        left: 50%;
        width: 10rem;
        height: 10rem;
        opacity: 0.3;
    }

    #recruit .inner-explain {
        text-align: center;
    }

    #recruit h1 {
        font-size: 2.7rem;
        margin: 0;
        font-family: "Sorts Mill Goudy",YuMincho,"游明朝",serif;
        font-weight: 600;
    }

    #recruit .card-tagline {
        font-size: 1.3rem;
    }

    #recruit a.button {
        font-size: 1.5rem;
        padding: 2rem 0;
    }

    .recruit-card {
        padding: 15rem 0;
    }

    #access .section-inner {
        padding: 3rem 7rem;
    }
/*}*/

/*@media screen and (orientation:landscape) and (min-width: 1024px), (orientation:portrait) and (min-height: 1024px) {*/
    .mb {
        display: none;
    }

    html {
        font-size: 1vw;
    }

    .wrapper {
        background: #fefefe;
    }

    .section-inner {
        position: relative;
        padding: 0 7rem;
        margin: auto;
        margin-bottom: 4rem;
    }

    .pt{
        display: inherit;
    }

    .first-card .section-inner .inner-view .view-catch {
        position: absolute;
        top: -2rem;
        right: 8rem;
        font-size: 1.2rem;
        padding: 3rem 1.5rem;
        background: rgba(255,255,255,0.95);
        border: #000 0.1rem solid;
    }

    .view-catch-ja {
        margin: 0;
        line-height: 1.3em;
        font-size: 2.2rem;
        font-weight: 500;
    }

    .view-catch-en {
        font-size: 1.1rem;
        margin: 0;
        line-height: 1.3em;
        margin-top: 0.7rem;
    }

    #gaiyou {
        padding: 10rem 0;
    }

    #gaiyou .section-inner {
        padding: 0;
    }

    #gaiyou .inner-explain {
        display: block;
        width: 25rem;
        background: rgba(255,255,255,0.95);
        position: relative;
        top: 12rem;
        left: 7rem;
        margin: -45rem 0 20rem;
        height: auto;
        padding: 3rem 2rem;
        border: #000 0.1rem solid;
    }

    #gaiyou .inner-explain .text {
        margin-bottom: 3rem;
    }

    .blur::before{
        content: '';
        background: url('../../assets/img/hogehoge.jpg');/*背景画像のURL*/
        opacity: 0.5;/*半透明カラーの透明度*/
        filter: blur(8px);/*ぼかし度*/
        position: absolute;
        /* 参考: http://designcolor-web.com/2016/09/14/css-blur-effects-background/*/
        top: -8px;
        left: -8px;
        right: -8px;
        bottom: -8px;
        z-index: -1;
    }

    .work-card .inner-view {
        width: 70%;
        float: right;
        margin-top: 4rem;
    }

    .work-card .inner-explain {
        display: block;
        width: 35rem;
        background: rgba(255,255,255,0.85);
        position: absolute;
        top: 0;
        /*left: 5rem;*/
        /* margin: -45rem 0 20rem; */
        height: auto;
        padding: 3rem 2rem;
        border: #000 0.1rem solid;
    }

    .work-card#doboku .inner-view {
        width: 70%;
        float: left;
        margin-top: 4rem;
    }

    .work-card#doboku .inner-explain {
        display: block;
        width: 35rem;
        background: rgba(255,255,255,0.85);
        position: absolute;
        top: 0;
        left: auto;
        right: 7rem;
        /* margin: -45rem 0 20rem; */
        height: auto;
        padding: 3rem 2rem;
        border: #000 0.1rem solid;
    }

    #tobi {
        margin-top: -15rem;
    }

    .work-card#tobi .inner-view {
        width: 30%;
        margin-top: 0;
    }
    .work-card#tobi .inner-explain {
        width: 70%;
        top: 50%;
        /*left: 5rem;*/
    }

    .news-column {
        float: left;
        width: calc(33.3333% - 4rem);
        margin: 0 2rem;
    }

    .post_thum {
        overflow: hidden;
        position: relative;
        width: 100%;
        padding-top: 70%;
    }

    .post_thum img {
        max-width: unset;
        position: absolute;
        transform: translate(-50%,-50%);
        top: 50%;
        left: 50%;
        max-height: unset;
        width: 100%;
    }

    .news {
        background-color: #f1f1f1;
        padding: 5.5rem 5rem;
    }

    .recruit-card {
        padding: 15rem 0;
    }

    #recruit {
        background: #fff;
        transition: 1s;
    }


    #recruit .icon.icon-logo {
        position: absolute;
        transform: translate(-50%,-50%);
        top: 50%;
        left: 50%;
        width: 10rem;
        height: 10rem;
        opacity: 0.3;
    }

    #recruit .inner-explain {
        text-align: center;
    }

    #recruit h1 {
        font-size: 4rem;
    }

    #recruit .card-tagline {
        font-size: 2rem;
    }

    .recruit-button {
        margin-top: 5rem;
        font-size: 2rem;
    }

    .recruit-button span {
        position: absolute;
        transform: translate(-50%,-50%);
        top: 50%;
        left: 50%;
        transition: .8s;
        color: #000;
    }

    .recruit-button span.unhover_text {
        opacity: 1;
    }

    .recruit-button span.hover_text {
        opacity: 0;
    }

    #recruit:hover {
        /*background: #5a5a5a;*/
    }

    .recruit-button:hover span {
        color: #fff;
    }

    .recruit-button:hover span.unhover_text {
        opacity: 0;
    }

    .recruit-button:hover span.hover_text {
        opacity: 1;
    }

    .recruit-button .button {
        padding: 2.5rem 1.5rem;

    }

    .news-heading {
        text-align: left;
        padding-left: 2rem;
    }

    .access-info-table, .access-info-table tr {
        margin: 3rem 0;
    }

    #access .section-inner {
        margin: 5rem 0;
    }

    .access-info-table tr th, .access-info-table tr td {
        text-align: left;
        padding: 1.5rem 1rem;
        border: 1px solid #000;
    }

    .access-info-table tr th {
        font-weight: bold;
    }

    .map-box {
        height: 40rem;
    }

    .mv {
        margin-bottom: 0;
    }

    .work_info {
        position: relative;
    }

    .work_info_title {
        position: absolute;
        left: 7rem;
        top: 7rem;
    }

    .work_info_title h2 {
        font-size: 4rem;
        margin: 0;
        font-family: "Sorts Mill Goudy",YuMincho,"游明朝",serif;
        font-weight: 600;
    }

    .work_info_title .card-tagline.en {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.7rem;
        margin: 0;
        font-family: "Sorts Mill Goudy",YuMincho,"游明朝",serif;
        font-weight: 600;
    }
}

@media (orientation: landscape) {
   .pc_slide {
        display: inherit;
    }

    .sp_slide{
        display: none;
    }
}

@media (orientation: portrait) {
    .pc_slide {
        display: none;
    }

    .sp_slide{
        display: inherit;
    }
}

.en {
    font-family: YuMincho, 游明朝, serif;
    font-style: italic;
}

.pagination {
    padding: 2rem;
    text-align: center;
}

pre.privacy {
    background: #fff;
    padding: 1rem;
    border: 1px solid #C5C5C5;
    overflow-y: scroll;
    height: 20rem;
}