@media screen and (max-width: 1000px) {
  body {
    -webkit-text-size-adjust: 100%;
    min-width: initial;
    overflow-y: hidden;
    max-width: 100%;
    width: 100%;
  }
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  #global-nav.open {
    opacity: 1;
  }
  body, div, span, li, td, p {
    font-size: 12px;
  }
  .pcHeader {
    display: none;
  }
  .smartHeader {
    display: inline;
  }
  .smartHeader ul {
    margin: 0;
    padding: 0;
  }
  .smartHeader li {
    border: 0;
    margin: 0;
    padding: 0;
    line-height: 1;
  }
  .smartHeader a {
    height: initial;
    margin: 0;
  }
  .smartHeader a:hover {
    border-bottom: #ff6600;
  }
  .mobile-logo {
    box-sizing: content-box;
    float: left;
    max-width: 70%;
    width: 272px;
    height: 37px;
    padding: 15px 0 0 10px;
  }
  .mobile-logo div {
    background-image: url("/design/img/cmn/header/h1.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
  }
  #top-head,
  .smartHeaderInner {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
    min-width: initial;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: #fff;
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
  }
  #top-head.fixed .logo,
  #top-head .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333;
    font-size: 20px;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -850px;
    background: #333;
    width: 100%;
    text-align: center;
    padding: 10px 0 10px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    overflow: auto;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #top-head #global-nav .gnav-submenu,
  #top-head.fixed #global-nav .gnav-submenu {
    background: #444;
  }
  #top-head #global-nav .gnav-title,
  #top-head.fixed #global-nav .gnav-title {
    width: 100%;
    display: block;
    color: #fff;
    padding: 15px 0 15px 0;
  }
  #top-head #global-nav .gnav-title h2,
  #top-head.fixed #global-nav .gnav-title h2 {
    padding: 0 0 10px 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
  }
  #top-head #global-nav .gnav-subtitle,
  #top-head.fixed #global-nav .gnav-subtitle {
    width: 100%;
    display: block;
    color: #fff;
    padding: 10px 0 10px 0;
  }
  #nav-toggle {
    display: block;
    border: 2px solid #FF8C00;
    border-radius: 4px;
    padding: 6px 6px 0 6px;
    box-sizing: content-box;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(906);
    -webkit-transform: translateY(906px);
    transform: translateY(906px);
  }
  .aside {
    display: none;
  }
  .summary #contents section {
    margin-bottom: 30px;
  }
  .summary #contents section article h3 {
    margin-top: 20px;
  }
  .sitemap #contents section + section {
    padding-top: 0;
  }
  .sitemap #contents section article h3,
  .sitemap #contents section article h4,
  .sitemap #contents section article li {
    padding: 0 20px;
  }
  .sitemap #contents section.last {
    margin-bottom: 30px;
  }
  .ul_list li {
    background-position: left 7px;
  }
  #contents section article th {
    padding: 5px 10px;
    white-space: normal;
    min-width: 30vw;
  }
  #contents.newgrads section article th {
    min-width: 100px;
    width: 25vw;
  }
  #contents section article th +th {
    padding: 5px 10px 0 0;
    min-width: initial;
  }
  #contents section article td {
    padding: 10px 10px 10px 0;
  }
  #contents section table table th {
    padding: 0;
  }
  #contents section table table.action th.title {
    padding: 0 0 10px 0;
  }
  .summary #contents section article ul li + li {
    margin: 0;
  }
  .summary #contents section article div.sub_h1 {
    text-align: center;
  }
  .summary #contents section article div.sub_h1 div.sub {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin: 20px 10px;
  }
  .br-sp {
    display: none;
  }
  #contents {
    width: 100%;
  }
  #contents section article p {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  #contents article h2 {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  #contents article ul {
    list-style-type: none;
    margin: 0;
  }
  #contents article ul li {
    vertical-align: initial;
  }
  #contents article ul li + li {
    margin: 15px 0 0 0;
  }
  #contents section,
  #contents section.page_head {
    width: 100%;
    margin: 20px 0 0 0;
  }
  #contents section + section,
  #contents.newgrads section + section {
    margin: 20px 0 0 0;
  }
  #contents.newgrads section.f_entry {
    width: initial;
    margin: 40px auto;
  }
  #contents section div.svi {
    display: none;
  }
  #contents section div.svi3 {
    display: block;
    background: none;
    padding: 0;
    height: initial;
  }
  #contents section div.svi3 p {
    color: #2b3f48;
  }
  #contents section.sub * {
    font-size: 10px !important;
  }
  #contents section.sub h3 {
    font-size: 12px !important;
    margin-top: 10px
  }
  #contents section.page_lead article {
    padding: 10px 0 20px 0;
  }
  #contents section.page_lead div.bg {
    background: none;
    width: 100%;
    padding: 0;
  }
  #contents section.page_lead p {
    width: 100%;
    padding: 0 20px;
  }
  #contents article h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 20px;
  }
  #contents section.page_lead div.p,
  #contents section.page_lead div.p p {
    width: 100%;
    padding: 0 10px;
  }
  #contents section.page_business {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  #contents section.page_business article ul li {
    margin: 5px 0 0 0;
  }
  #contents section.page_business table th {
    display: block;
    border: 0;
    padding: 5px 0 0 0;
    width: 100%;
  }
  #contents section.page_business table td {
    display: block;
    padding: 0;
  }
  #contents section.first {
    padding: 10px 0;
  }
  #contents section article div.sub_h1,
  #contents section article div.sub_h2 {
    text-align: center;
  }
  #contents section article div.sub_h1 div.sub,
  #contents section article div.sub_h1 div.sub + div.sub,
  #contents section article div.sub_h2 div.sub,
  #contents section article div.sub_h2 div.sub + div.sub {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin: 20px 10px;
  }
  #contents section .ul_entry {
    margin: 40px 0;
  }
  #contents section .ul_entry li {
    margin: 10px;
  }
  #contents section .ul_entry li button,
  #contents section .ul_entry li.back button {
    height: 100%;
    padding: 10px 20px;
    font-size: 10px;
  }
  #contents section .ul_entry li button small {
    font-size: 12px;
    position: initial;
  }
  #contents section .ul_entry li.bt_home a {
    height: 100%;
    font-size: 10px;
    padding: 10px 20px;
  }
  #contents section .ul_entry li button span,
  #contents section .ul_entry li.bt_home a span {
    line-height: 4;
    vertical-align: middle;
    background-position: left center;
  }
  #contents section .ul_entry li + li {
    margin-left: 0px;
  }
  #contents section.sub ul.ul_list li {
    margin: 0;
  }
  #contents section .ul_privacy li,
  #contents section .ul_privacy label span {
    font-size: 16px;
  }
  #contents .wrap {
    margin-top: 30px;
    width: 100%;
  }
  #contents.internship .f_entry .wrap {
    width: 100%;
  }
  #contents.newgrads .wrap {
    width: initial;
  }
  #contents ul.wrap {
    margin: 30px 15px;
  }
  #contents ul.wrap li {
    margin: 15px 0;
    padding: 0 15px;
  }
  #contents .wrap li,
  #contents .wrap li.active,
  #contents .wrap li .libg,
  #contents .wrap li.active .libg,
  #contents .wrap li .c1,
  #contents .wrap li.active .c1,
  #contents .wrap li .c2 {
    width: 100%;
  }
  #contents .bx-pager {
    width: 100%;
    padding-left:10px;
    display: flex;
    overflow-x: scroll;
  }
  #contents .bx-pager3 {
    margin-bottom: 20px;
  }
  #contents .wrap_m {
    background: none;
    padding: 10px 0 60px 0;
  }
  #contents .all_m {
    width: 100%;
  }
  #contents .all_m li {
    max-width: 200px;
  }
  #contents .all_m li:first-child {
    margin-left: 0;
  }
  #contents .all_m li + li {
    margin-left: 50px;
  }
  #contents .all_m li a img {
    width: auto;
    height: 250px;
  }
  #contents .all_m li a div span {
    margin: 0;
  }
  #contents .last {
    margin-bottom: 50px;
  }
  #contents .sub_wrap .sub .addr h5 {
    font-size: 12px;
  }
  #contents .sub_wrap .sub .addr p {
    font-size: 10px;
  }
  #contents .sub_wrap .sub .addr li {
    font-size: 10px;
    margin: 0;
  }
  #contents section.job_type {
    margin-bottom: 60px;
  }
  #contents section.job_type article h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  #contents #career_req ul.job_list li {
    line-height: 2.5;
  }
  #contents .job_type .next span,
  #contents .job_type .back span + span {
    font-size: 10px;
  }
  .page_head ul li {
    width: 40%;
    max-width: 200px;
  }
  .page_vi {
    background: none;
    margin: 0;
    height: 60px;
  }
  .li_none {
    list-style: none;
  }
  .f_news {
    width: 100%;
    margin: 40px 0 30px 0;
    padding: 0 10px 0 10px;
  }
  .f_news table,
  .f_history table {
    font-size: 10px;
  }
  #contents.newgrads .f_news table th,
  #contents.newgrads .f_history table th,
  .f_news table th {
    background-position-y: center;
    padding: 5px 20px 5px 20px;
    vertical-align: middle;
    white-space: nowrap;
  }
  .f_news table td {
    padding: 0;
    vertical-align: middle;
  }
  .footer {
    box-sizing: content-box;
    width: 100%;
    margin: 0 auto;
    border: 0;
    padding: 0;
    background-color: #EAEAEA;
    display: block;
  }
  .footer * {
    box-sizing: content-box;
    display: block;
    vertical-align: baseline;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 10px;
    font: inherit;
  }
  .smartFooter {
    line-height: 20px;
    width: 100%;
    margin: 0 auto;
  }
  .smartFooter .smartInner {
    padding-left: 5vw;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .smartFooter ul {
    list-style: none;
  }
  .smartFooter ul li a {
    padding-left: 10px;
    color: #666;
    text-decoration: underline;
    background: url(../../img/cmn/icon_menu_arrow.png) left center no-repeat;
  }
  .smartFooter ul li a:hover {
    text-decoration: none;
  }
  .firstFooter {
    display: inline;
    width: 100vw;
  }
  .footerInner {
    width: 100%;
    margin: 0 auto;
  }
  .firstFooter .footerInner {
    background: url(../../img/cmn/icon_copy.png) center no-repeat;
    background-color: #696969;
    background-position: 40px;
  }
  .firstFooter .pageTop {
    display: block;
    width: 51px;
    height: 50px;
    background: url(../../img/cmn/btn_pageTop.png) left top no-repeat;
    float: right;
  }
  .firstFooter .pageTop:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  .f_entry,
  .f_entry .wrap,
  .f_entry .wrap .rec1,
  .f_entry .wrap .rec2 {
    width: 100%;
    margin: 20px 0;
    padding: 0;
    text-align: center;
  }
  .f_entry h2 {
    display: none;
  }
  .f_entry .wrap {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .f_entry .wrap .rec1 {
        -webkit-order: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
  }
  .f_entry .wrap .rec2 {
        -webkit-order: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2;
  }
  .f_entry .wrap .li_sub {
    background: none;
    margin: 20px 0;
    padding: 0 ;
  }
  .f_entry .wrap .li_sub li {
    display: inline-block;
    float: none;
    vertical-align: bottom;
  }
  .f_entry .wrap .li_sub li + li {
    margin: 15px 0 0 0;
  }
  .f_entry .wrap .li_sub li span {
    font-size: 12px;
  }
  .f_entry .wrap .li_bt {
    width: 225px;
    margin: 0 auto;
    padding: 0;
  }
  .f_entry .wrap .li_bt a {
    padding: 0;
  }
  .f_entry .wrap .li_bt span {
    line-height: 4;
    vertical-align: middle;
    font-size: 12px;
  }
  .f_entry .wrap .li_bt a span {
    background-position: left 12px;
  }
  footer,
  .f_history,
  #pagetop {
    display: none;
  }
  .footerInner {
    width: 100%;
  }
  #fancybox-wrap {
    padding: 0;
  }
  #fancybox-content {
    top: 75px;
  }
  #fancybox-close {
    right: 10px;
  }
  .if #contents .wrap_c h2 {
    width: 100%;
    padding: 0 0 40px 0;
    margin: 40px 0 0 0;
  }
  .if #contents .wrap_c h3 {
    text-align: center;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 40px;
    height: auto;
  }
  .if #contents .wrap_c h3 div.sub_title {
    font-size: 14px;
  }
  .if #contents .wrap_c h3 div.title {
    font-size: 18px;
  }
  .if #contents .wrap_c h4 {
    font-size: 14px;
    margin-left: 10px;
  }
  .if #contents .wrap_c .com h4 {
    font-size: 14px;
    margin-left: 0;
  }
  .if #contents .wrap_c .int {
    background: none;
  }
  .if #contents .wrap_c .int .txt {
    width: 100%;
    margin-top: 40px;
  }
  .if #contents .wrap_c div.int div.img {
    display: none;
  }
  .if #contents .wrap_c .int .txt h4 + p {
    padding: 0 10px 0 20px;
  }
  .if #contents .wrap_c .com {
    margin-top: 20px;
  }
  .if #contents .wrap_c .com p {
    width: 100%;
    margin: 0;
  }
  .if #contents #emp_list {
    display: none;
  }
  .link-sp {
    display: inline;
    color: #FF6600;
    font-weight: bold;
  }
  #global-nav .link-sp {
    position: relative;
    display: inline-block;
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
  }
  #global-nav .link-sp::before,
  #global-nav .link-sp::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  #global-nav .link-sp::after{
    left: -18px;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 6px solid transparent;
    border-left: 10px solid #FF8C00;
  }
  #contents.newgrads .f_news h2 {
    margin: 20px 0;
  }
  #contents.newgrads .main {
    padding: 20px 0 40px 0;
  }
  #contents.newgrads .main ul {
    margin: 0;
    padding: 20px;
  }
  #contents.newgrads .main ul li {
    width: 30%;
    margin: 10px;
  }
  #contents.newgrads .main ul li + li {
    margin: 10px;
  }
  #contents #staff_list ul {
    width: 100%;
    text-align: center;
  }
  #contents #staff_list li.staff {
    margin: 10px;
    height: 480px;
  }
  #contents #staff_list li.staff .text h3 {
    margin: 0;
    font-size: 18px;
  }
  #contents #staff_list li.staff dl.profile dt,
  #contents #staff_list li.staff dl.profile dd,
  #contents.interview .staff dl.profile dt,
  #contents.interview .staff dl.profile dd {
    font-size: 16px;
  }
  #contents.interview .page_head img {
    max-width: 100%;
  }
  #contents.interview .main {
    width: 100%;
    padding: 0 20px;
  }
  #contents.interview .main .row {
    display: block;
    text-align: center;
  }
  #contents.interview .main .row img {
  
  }
  #contents.interview .main .row p.com {
    text-align: left;
  }
  .main ul li span.content-title {
    font-size: 16px;
  }
  #top_news {
    position: initial;
    max-width: 100%;
  }
}
@media screen and (max-width: 700px) {
  #contents article h2 img,
  #contents article h3 img {
    max-width: 95%;
    height: auto;
  }
  #contents #career_entry .entry_button {
    text-align: center;
  }
  #contents #career_entry .entry_button img {
    max-width: 95%;
    height: auto;
  }
  #contents section.job_type article th {
    display: block;
    width: 100%;
  }
  #contents section.job_type article td {
    display: block;
    padding-left: 20px;
    width: 100%;
  }
  #contents.newgrads .main ul {
    margin: 0;
    padding: 20px;
  }
  #contents.newgrads .main ul li {
    display: block;
    width: 100%;
    margin: 0;
  }
  #contents.newgrads .main ul li + li {
    margin: 15px 0 0 0;
  }
  #contents.interview .pagination .pc_prev,
  #contents.interview .pagination .pc_next {
    display: none;
  }
  #contents .all_m li:first-child {
    margin-left: 10px;
  }
  #contents .all_m li + li {
    margin-left: 10px;
  }
  #top_news span:nth-child(1) {
    font-size: 20px;
  }
  #top_news span:nth-child(2) {
    font-size: 30px;
  }
}
@media screen and (max-width: 450px) {
  #top_news span:nth-child(1) {
    font-size: 18px;
  }
  #top_news span:nth-child(2) {
    font-size: 24px;
  }
}
