@charset "utf-8";

@media (max-width: 767px) {

  .pc_v {
    display: none;
  }
  .sp_v {
    display: inherit;
  }
  html {
    min-width: 0;
  }
  body {
    font-size: 12px;
  }
  section {
    width: 100%;
    padding: 60px 2.5%;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .lead {
    margin-bottom: 30px;
  }
  .btn {
    display: grid;
    margin: 60px auto 0;
    justify-content: center;
    max-width: 80%;
    width: 100%;
    gap: 20px;
  }
  .overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 90;
    background: rgba(255, 255, 255, 0.7);
    display: none;
  }


  /*******************************

	header

	*******************************/
  #header {
    min-width: 0;
    padding: 0;
    text-align: left;
  }
  h1 {
    float: none;
    padding: 15px 2.5%;
  }
  #nav {
    float: none;
    display: none;
    position: relative;
    z-index: 110;
  }
  #nav a {
    display: block;
    margin: 0;
    padding: 10px;
    background: #001c58;
    color: #fff;
    text-align: center;
  }
  #nav a:hover {
    color: #fff;
  }
  #header .tel {
    display: none;
  }

  /* スマホメニュートリガー 共通 */

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: fixed;
    width: 32px;
    height: 27px;
    top: 20px;
    right: 20px;
    z-index: 100;
    cursor: pointer;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 7px;
    border-radius: 7px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
    background-color: #cb000e;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 10px;
    background-color: #c6c6c6;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
    background-color: #001c58;
  }

  /* スマホメニュートリガー エフェクト */

  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }



  /*******************************

	mainv

	*******************************/

  #mainv {
    height: 300px;
    margin: 65px auto 15px;
  }



  /*******************************

	service

	*******************************/
  .service_list {
    width: 100%;
    margin: 50px 0 0;
  }
  .service_list:last-child {
    margin: 50px 0 0;
  }
  .service_list img {
    width: 100%;
    height: auto;
  }



  /*******************************

	recruit

	*******************************/
  .recruit_info>table {
    width: 100%;
  }
  .recruit_info>table strong {
    font-size: 14px;
  }



  /*******************************

	about us

	*******************************/
  #about>table {
    width: 100%;
  }



  /*******************************

	map

	*******************************/



  /*******************************

	totop

	*******************************/
  #totop {
    position: static;
    display: block;
  }



  /*******************************

	footer

	*******************************/
  #footer {
    width: 100%;
    padding: 10px 0 30px;
    font-size: 10px;
  }

}