@media screen and (min-width: 769px) {
  .pc_none {
    display: none !important;
  }

  .sp_menu_area, .sp_menuTxt, .cate_sp, .sp_area {
    display: none;
  }

  .lightboxOverlay {
    width: 100% !important;
  }
}
@media screen and (min-width: 690px) {
  .scroll_text {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  /*-----------------------
       common styles  
  ------------------------*/
  html {
    font-size: 62.5%;
  }

  body {
    -webkit-text-size-adjust: 100%;
    height: initial;
    font-size: 1.4rem;
  }

  a {
    text-decoration: none;
  }
  a:before {
    display: none;
  }

  .box__info span:before {
    display: none;
  }

  li {
    list-style-type: none;
  }

  .noneImg {
    display: none;
  }

  .txt_attention {
    color: #ff7a00;
  }

  .sp_mb10 {
    margin-bottom: 10px !important;
  }

  .sp_mb15 {
    margin-bottom: 15px !important;
  }

  .sp_mb20 {
    margin-bottom: 20px !important;
  }

  .p30--sp {
    padding: 30px 15px;
  }

  .alignC--sp {
    text-align: center;
  }

  .box__flex.center--sp {
    justify-content: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
  }
  .box__flex.reverse--sp {
    flex-direction: column-reverse;
  }

  .order02--sp {
    order: 2;
  }

  .order03--sp {
    order: 3;
  }

  body, html {
    min-width: initial;
  }

  #index #wrapper, #wrapper {
    background: none;
  }

  .under section {
    padding: 0 15px;
  }

  .direc__upidedown {
    flex-direction: column-reverse;
  }

  .sp_none {
    display: none;
  }

  .content__default {
    margin-bottom: 40px;
    padding: 0 15px;
  }

  .content__default02 {
    padding: 0 15px;
  }

  .box__half {
    width: 100%;
    margin-bottom: 20px;
  }

  .bg__grade01, .box__padding_default {
    padding: 30px 0;
  }

  .btn__default a {
    font-size: 16px;
    display: block;
    text-align: center;
  }

  .box__type01 .box__default {
    padding: 0 20px 20px 20px;
  }

  .text__top01 {
    padding: 20px;
  }

  .lisType01 dt, .lisType01 dd {
    clear: both;
    width: 100%;
  }

  .lisType02 {
    width: 180px;
    margin: 0 auto 0px;
  }

  .wrapSP {
    margin-bottom: 20px;
  }

  .text__name_footer {
    margin-bottom: 20px;
  }

  .content__inner {
    padding: 30px 0;
  }

  /* header */
  .header__contact, .img__tel {
    display: none;
  }

  .wrap__tel {
    top: initial;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
  }

  /* footer */
  address {
    text-align: center;
  }

  .footer__bnr {
    padding: 0 20px;
  }

  .footer__in {
    padding: 10px 0;
  }

  /* title */
  h1 {
    font-size: 19px;
    padding: 0;
  }

  .h1__sub {
    display: none;
  }

  .h2__type01 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .text__top02, .text__top01_inner {
    font-size: 4.0vw;
    margin-bottom: 20px;
  }

  .h3__top {
    font-size: 5.5vw;
    margin-bottom: 20px;
  }

  .h4__top {
    font-size: 18px;
  }
  .h4__top span {
    padding-top: 5px;
  }

  /* header */
  header {
    padding: 10px 0 0;
  }

  .header__fix {
    justify-content: start;
    padding: 10px 0;
  }

  .header__in {
    height: 66px;
  }

  .content__head {
    padding: 0 10px;
  }

  /* sp menu button */
  .sp_menu {
    padding-bottom: 160px;
  }
  .sp_menu a {
    display: block;
    color: #fff;
    padding: 11px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.61);
    background: url(../images/sp_arrow01_03.png) no-repeat right 17px center;
    background-size: 15px;
  }

  #panel-btn {
    display: block;
    position: relative;
    background: #fff;
    overflow: initial !important;
  }
  #panel-btn:before {
    display: none;
  }

  #panel-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 3px;
    background: #fff;
    transition: .2s;
    margin-top: 16px;
    transform: translate(-50%, -50%);
  }
  #panel-btn-icon:before, #panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 3px;
    background: #fff;
    transition: .3s;
  }
  #panel-btn-icon:before {
    margin-top: -9px;
  }
  #panel-btn-icon:after {
    margin-top: 6px;
  }

  #panel-btn .close {
    background: transparent;
  }
  #panel-btn .close:before, #panel-btn .close:after {
    margin-top: 0;
  }
  #panel-btn .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #panel-btn .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  .sp_menu_con {
    display: block;
    position: fixed;
    right: 12px;
    top: 27px;
    z-index: 9999;
    height: 45px;
    width: 45px;
    cursor: pointer;
    padding-top: 6px;
    background: #2962FF;
  }

  .sp_menu_area {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(51, 51, 51, 0.65);
    z-index: 999;
    overflow-y: auto;
  }
  .sp_menu_area > ul {
    z-index: 9998;
    width: 90%;
    margin: 0 auto;
    padding: 55px 0 30px;
    box-sizing: border-box;
  }
  .sp_menu_area li {
    position: relative;
    border-bottom: 1px solid rgba(178, 178, 178, 0.5);
    background: #fff;
    font-size: 1.4rem;
  }
  .sp_menu_area ul > li:last-of-type:after {
    display: none;
  }

  li.sub_menu_ttl ul li:last-of-type {
    border: none;
  }
  li.close {
    padding: 15px 10px;
    color: #fff;
  }

  .sp_menu_area li > a {
    padding: 15px 10px 15px 20px;
  }
  .sp_menu_area a {
    text-decoration: none;
    display: block;
    padding: 0 10px;
    background-size: 18px;
  }

  .close {
    text-align: center;
  }

  .sub_menu_ttl {
    color: #fff;
    padding: 15px 5px !important;
    position: relative;
    margin: 0;
    background: url(../images/sp/ico_plus.png) no-repeat right 10px center;
    background-size: 14px;
  }

  .sub_menu_list {
    display: none;
    padding: 3px;
  }

  .sp_menu_area a:after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-top: 2px solid #015bb3;
    border-right: 2px solid #015bb3;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 7px;
    top: 50%;
    margin-top: -4px;
  }

  .gnav {
    display: none;
  }
  .gnav.content__head {
    display: block;
    position: absolute;
    z-index: 9999;
    background: #fff;
    top: 152px;
    width: 100%;
    box-sizing: border-box;
  }
  .gnav.content__head ul {
    display: block;
    padding: 0 15px;
  }
  .gnav.content__head li {
    text-align: lefft;
  }
  .gnav a {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
  }

  .btn__tel {
    display: none;
  }

  /* footer */
  footer .logo {
    margin-bottom: 30px;
  }

  .btn__tel_contact a {
    font-size: 24px;
  }
  .btn__tel_contact span {
    font-size: 16px;
  }

  .btn__mail_contact {
    padding: 10px;
  }
  .btn__mail_contact a {
    font-size: 16px;
  }

  .footer_sp {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .footer_sp li {
    width: 50%;
    margin: 0;
    float: left;
    height: initial;
    min-height: 59px;
  }
  .footer_sp li:first-of-type {
    border-right: 1px solid #fff;
  }
  .footer_sp span {
    display: inline-block;
    font-size: 1.4rem;
  }

  .box__company {
    padding: 0 15px;
  }
  .box__company figure {
    margin-bottom: 20px;
  }

  .btn__page_top {
    right: 15px;
    bottom: 81px;
  }
  .btn__page_top a {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }

  .btn__contact {
    width: 140px;
    margin: 0 auto;
  }

  .box__company img {
    width: 300px;
  }

  .contact:before, .contact:after {
    display: none;
  }

  /* top */
  .box__fv {
    margin-bottom: 20px;
  }

  .gnav {
    position: fixed;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 9998;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 70px;
    transform: initial;
  }
  .gnav ul {
    padding: 0 15px;
  }
  .gnav li {
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    border: none;
  }

  .fv__text {
    font-size: 4.2vw;
    left: 20px;
  }
  .fv__text span {
    font-size: 5.2vw;
  }

  .box__title {
    text-align: center;
    width: 100%;
    max-width: 237px;
  }
  .box__title img {
    width: 300px;
    margin: 0;
  }

  .box__inner_half {
    width: 100%;
  }
  .box__inner_half:first-of-type {
    margin-bottom: 20px;
  }

  .fl, .fr {
    float: none;
  }

  .img__type02 {
    top: 40px;
    left: 15px;
    background: rgba(255, 255, 255, 0.8);
    z-index: -1;
    top: inherit;
    bottom: -40px;
  }

  .box__bnr_top li {
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .box__type01 {
    margin: 0;
  }

  .price li {
    font-size: 18px;
  }
  .price li span {
    font-size: 36px;
  }

  .box__bnr_top {
    padding: 0 15px;
  }

  .box__col03 {
    width: 100%;
    margin-bottom: 10px;
  }

  .topics dt {
    margin-bottom: 10px;
  }

  .contact {
    padding: 20px 10px;
  }

  .table__default th,
  .table__default td {
    display: block;
    width: 100%;
  }

  .map iframe {
    height: 200px;
  }
}
@media screen and (max-width: 415px) {
  .box__recruit_top, .box__article {
    width: 100%;
  }
}
@media screen and (max-width: 465px) {
  .box__recruit_top {
    width: 100%;
  }
}
