@charset "utf-8";
/* CSS Document */
@media only screen and (max-width: 767px) {
  .pc_only {
	display: none !important;
    }
	.sp_only {
	display: block !important;
    }
	.sp_br{
	  display: inline-block !important;
	}
  html {
	font-size: 16px!important;
    line-height:1.8em;
    letter-spacing: inherit;
	}
  body {
	min-width: inherit;
    font-weight: 500;/*
	background: url("../../images/common/bg-main.jpg") repeat-y left top;
	background-size:contain;
	*/
   }
   
 .inner {
    max-width: 767px;
    padding: 0 25px;
    margin: auto;
    }

 .btn_area {
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

 .btn_area a {
  margin: 20px 0 0 0 !important;
  }

  .btn_std span,
  .btn_std02 span,
  .btn_back span{
    display: block;
    padding:15px 5px 15px 18px;
	width:100%;
    margin: auto;
    position: relative;
  }

 .txt_large {
    font-size:0.875rem; /*14px*/
	}
	
 .mt_section {
    margin-top: 66px !important;
  }
 .mb_section {
    margin-bottom: 66px !important;
  }
  
 .mb48 {
    margin-bottom: 32px !important;
}
 .mt80 {
    margin-top: 44px !important;
}
 .mb80 {
    margin-bottom: 44px !important;
}
 .btn_std {
    font-size: 1rem;
    width: 214px;
  }
  
  ol li {
	  font-size: 1rem;
	  min-height: 26px;
	  margin-bottom: 15px;
	  padding-left: 32px;
  }

	ol li::before {
	  font-size: .95rem;
	  height: 24px;
	  line-height: 21px;
	  top: -3px;
	  width: 24px;
	}
	ol li:last-child{
	  margin-bottom: 0;
	}
/*ヘッダー-------------------------------------------------------------------*/
  body.scroll #header{
    background-color:#fff;
  }
  
  #header .inner {
    padding: 0;
  }
   
/*  .home #header .logo {
	margin:0;
	width:32.8vw;
	height:41.0vw;
    background-size: auto 30.76vw;
	background-position: center 12px;
  }*/
  
  body.scroll #header .logo,
  #header .logo {
/*	background-position: center left 8px;
	background-size:37.5vw auto; */
	width: 46.6vw;
	height: 72px;
	z-index: 95;
	display: block;
	position: relative;
	background-color:#fff;
	box-shadow: 0 0 0;
}

#header .logo img, 
body.scroll #header .logo img {
  margin: 0;
  height: 100%;
  max-width: inherit;
  width: auto;
}
  
 /* .home #header .logo span{
    display: block;
	padding-top: 35.5vw;
	letter-spacing: 0.02em;
    vertical-align: middle;
	text-align: center;
    margin: 0 auto!important;
    font-size:0.7rem!important;
	}*/
   
   #header .logo span,
   body.scroll #header .logo span{
    display: none;
	/*display: block;
	padding-top: 13.0vw;
    vertical-align: middle;
	margin: 0 0 0 18.8vw !important;
	text-align: left;
    font-size:0.7rem!important;*/
    }

    body.scroll #header .logo::after,
    #header .logo::after{
      /*display: none;*/
	  position: absolute;
	  top: 50%;
	  left: 43.0vw;
	  transform: translateY(-50%);
	  height: 30px;
	  padding:0 0.8em;
	  font-size: 0.745rem !important;
	  line-height:30px;
	  letter-spacing: 0.02em;
	  border-radius:6px;
	}

    .sp_header {
    width: 140px/*202px*/;
    display: inline-block !important;
    vertical-align: middle;
    position: relative;
	float:right;
	z-index:9999;
    }
    .btn_menu {
      position: absolute;
      right: 0;
      top:0;
      width: 70px;
      height: 72px;
      border-left: 1px solid var(--point-color);
      background-color: var(--point-color);
     }
	/*
 .btn_menu.open {
    background: url(../../images_sp/common/btn-close.jpg) ;
  } */



  .sp_header ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .btn_header {
    width: 70px;   
	line-height:1.3;
	/*border-left: 1px solid var(--main-color);*/
  }
  .btn_header a {
    padding: 11px 0 0 0;
	height: 72px;
    font-size: 0.68rem;
	letter-spacing:-0.05em;
    text-align: center;
	color:#fff;
	background-size:7.6vw;
    background-position: left 55% bottom 12px;
  }
  
   .btn_header.btn02 a {
    padding: 10px 0 0 0;
	height: 72px;
	font-size: 0.58rem;
	background-color: var(--accent-color01);
    background-position: center bottom 12px;
    background-size:6.5vw;
	/*border-left: 1px solid var(--point-color);*/
    }
  
  
  #sp_gnavi {
    background-color:#fff;
    position: absolute;
    top: 72px;
    left: 0;
	z-index: 101;
    width: 100%;
   /* z-index: 9999;
    border-top:1px solid var(--point-color);*/
  }
  .home #sp_gnavi h1.logo {
	background: url("../../images/common/logo02.svg") no-repeat top 22px left 32px !important;
	background-size: 178px auto !important;;
	background-position: top 6px left 8px !important;;
	background-size:39.5vw auto !important;;
	width: 46.6vw !important;;
	height: 72px !important;;
	display: block;
	position: relative;
	background-color:transparent;
   }

   .home #sp_gnavi h1.logo span {
	display: block;
	padding-top: 13.0vw !important;
    vertical-align: middle;
	padding-right: 4.2vw !important;
	text-align: right !important;
    font-size:0.7rem!important;
  }

  
  #sp_gnavi ul {
    display: flex;
    padding: 30px 3% 30px;
	  flex-wrap: wrap;
	  
  }
  #sp_gnavi ul li {
    letter-spacing: normal;
    padding-left: 1em;
    margin:0.8em 1.2em 0.8em 0.8em;
    position: relative;
  }
  
  #sp_gnavi ul li:before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    background-color: var(--point-color);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    }
  
  #sp_gnavi ul li a {
    font-size: 1.125rem;
    font-weight: bold;
	padding:5px 0;
  }
  #sp_gnavi div:nth-of-type(1) a {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
  }
  .header_contact {
    width: 100%;
    border: none;
  }

/*フッター-------------------------------------------------------------------*/
  #footer {
    padding: 0 0 0;
  }
  #footer .txt p {  margin-bottom: 10px; }
  #footer .txt p:first-child { font-weight: bold; }
  #footer .txt p:nth-of-type(2) { font-size: 0.85rem; }
  #footer .txt p:nth-of-type(3) { margin-bottom: 0px;}
  #footer .txt p:nth-of-type(4) { margin-bottom: 15px;}
  #footer ul li {
    margin-right: 40px;
  }
  #footer ul li:last-child {
    margin-right: 0;
  }
  #footer .btn_entry {
    width: calc(100% + 50px);
    margin-left: -25px;
    margin-bottom: 20px;
  }
  #footer .btn_entry a {
    width: 50%;
    display: inline-block;
  }
  .btn_white02,.btn_white03 {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .copy {
    font-size: 0.66rem;
    text-align: center;
    padding: 20px 0;
  }
  .overlay.open {
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 999;
  }
  body.open {
    position: relative;
  }
  body.open #header {
    z-index: 9999;
  }
  
    
  .to_recruit_list .btn_white {
    width: 90%;
  }
  .to_recruit_list .txt p {
    font-size: 0.9rem;
  }
  .btn_white span,.btn_blue span {
    padding: 15px 18px 18px 18px;
  }
  .btn_white02 span,.btn_white03 span {
    display: block;
    padding: 8px 18px;
    margin: 0 auto;
    position: relative;
    top: 0;
  }

/* contact ---------------------------------------------------- */
   .common_contact {
      padding: 44px 0;
	}
	.common_contact .ttl_h2 {
		display: block;
		margin:0 auto;
		padding:0;
	}
	.common_contact .ttl_h2 .p01{
		font-size: 4rem !important;
		letter-spacing: 0.08em;
		}
	.common_contact .ttl_h2 .p02 {
		font-size: 1rem;
		padding-top:1.2em;
		padding-left:0em;
		text-align: center;
		letter-spacing: normal;
	}
	
    .common_contact .inner {
		display: block;
		text-align: center;
		margin:0.5em auto 0 !important;
	}
	.common_contact .inner div {
       margin:10px auto 5px;
	}
	.common_contact .btn_tel,
	.common_contact .btn_mail {
    	width: 100%;
	}

	.common_contact .btn_tel a {
   	   font-size: 1.75rem;
	}

	.common_contact .btn_mail a {
       font-size: 1.25rem;
       }

/* NEWS -----------------------------------*/
	.boxNews01 .cont {
		padding:0;
	}
	
	.boxNews01 .cont dl {
		display: block;
	}
	.boxNews01 .cont dl dt {
		width: 100%;
		margin-bottom: 0.5em;
	}
	.boxNews01 .cont dl dd {
		width: 100%;
        margin-left:0;
	}
	.boxSnsInline {
		display: block;
	}
	.boxSnsInline .box {
		width: 100%;
		margin-bottom: 25px;
	}
	
	
	#footer .left {
		text-align: left;
	}
	#footer .left ul {
		line-height: 1.6;
	}
	#footer .ul02 .first {
		background: none;
		width: 100%;
		padding: 0.5em 0;
		text-align: center;
		margin-bottom: 0.5em;
	}
	
	.ExLinks {
    margin:0.5em 1.2em 0 !important;
}
.ExLinks a{
    font-size:0.875rem;
}
	.boxFooterMap {
		padding-top: 55%;
	}
	.home .to_recruit_list {
		padding: 30px 0 50px 0;overflow-x: hidden;
	}
	#footer ul li {
		margin-right: 0;
	}
   #footer #sec04{
    padding:44px 0;
	}
   #footer ul.ul01 {
    padding: 3% 5%;
	}
    
  #footer ul.ul01 li {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: bold;
    padding-left: 1em;
    margin: 0.5em 1.2em 0.5em 0em;
    position: relative;
	}

  #footer ul.ul01 li:before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    background-color: var(--point-color);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    }

	#footer ul.ul02 li:nth-of-type(2) {
		width: 40%;
	}
	.boxFooter02 {
	    margin-top: 44px;
		padding: 44px 0;
        display: block;
		text-align: center;
	}  
	.boxFooter02 a:nth-of-type(2) {
		margin: 1em 0;
		padding:0;
		display: inline-block;
	}
	.copyright {
		font-size: 0.65rem;
		line-height:1.3;
	}
    .btn_menu .header__hamburger {
		display: block;
        width: 100%;
        height: 100%;
		margin: 0;
    }
    .hamburger {
        background-color: transparent;
        border-color: transparent;
        z-index: 9999;
    }
    .hamburger span {
        width: 30px;
        height: 2px;
        background-color: #FFF;
        position: relative;
        transition: ease .4s;
        display: block;
		margin: auto;
    }
    .hamburger span:nth-child(1) {
        top: 0;
    }
    .hamburger span:nth-child(2) {
        margin: 8px auto;
    }
    .hamburger span:nth-child(3) {
        top: 0;
    }
    .header__nav.active {
        transform: translateX(0);
    }
    .hamburger.active span:nth-child(1) {
        top: 10px;
        transform: rotate(45deg);
    }
    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }
    .hamburger.active span:nth-child(3) {
        top: -10px;
        transform: rotate(-45deg);
    }
	
	/* H2 ----------------------------------------------------*/

    h2.ttl_h2 {
        font-size: 1.75rem;
        letter-spacing: 0.06em;
    }
    h2.ttl_h2::before {
        left: 35%;
    }
    h2.Read_ttl {
        font-size: 1.35rem;
		margin-bottom: 2rem;
        }
	/* h3 ----------------------------------------------*/
    h3.ttl_h3 {
     font-size: 1.375rem;/* */
	 margin: 40px 0 30px
	}

	h3.ttl_h3_Num{
      font-size: 1.25rem;
	  margin: 60px 0 40px 22.5vw !important;
      padding: 15px 15px 15px 0 !important;
      position: relative;
    }
	
	h3.ttl_h3_Num::before{
		left: -5.5vw;
		width: 11vw;
	}
	h3.ttl_h3_Num span.num::before{
		font-size: .95rem;
		left: 2rem;
	}
	h3.ttl_h3_Num span.num{
	    font-size: 14.5vw;
		left: -24.8vw;
        top: -5.05vw;
	}

	h3.ttl_h3_Num span.sub_title{
	  font-size: .85rem;
	}

	h3.ttl_h3_Num span.sub_title::before{
	  margin: 0 .75rem;
	}
	h3.ttl_h3_Num02{
      font-size: 1.125rem;
      margin-left: 13.0vw !important;
      padding: 10px 5px 10px 15px !important;
      position: relative;
    }
	h3.ttl_h3_Num02::before{
		position:absolute;
		top:calc(50%);
		left:-19.5vw;
		transform: translateY(-50%);
		font-size: 3.825rem;
		letter-spacing: -0.06em;
}

    .ttl_Num01 {
	  margin: 0 calc(50% - 50vw);
	  width: 100vw;
	  }

    .ttl_Num01 .number{ 
    	position:absolute;
		top:calc(50%);
		left:0;
		transform: translateY(-50%);
		font-size: 3.825rem;
		letter-spacing: -0.06em;
    }
	
	.ttl_Num01 .number02{ 
    	font-size: 0.95rem;
    	top:calc(50%);
    	left:5.5vw;
    	transform: translateY(-50%);
}
	h3.ttl_h3_Num02 span{
		vertical-align:1.5px;
		margin-left:0.5em;
		letter-spacing:-0.04em;
	    font-size: 0.8rem;
	    font-weight: 500;
	}

    /* h4 ----------------------------------------------*/

    h4.ttl_h4,
	h4.ttl_h4_02{
      font-size: 1.275rem;
    }
	
	.upToTop .upToTopIn {
    width: 70px;
    height: 63px;
}

}

@media only screen and (max-width: 540px) {
	h3.ttl_h3_Num::before{
		left: -9vw;
		width: 12vw;
	}
	h3.ttl_h3_Num span.num {
        font-size: 16vw;
        left: -26vw;
        top: -3.95vw;
    }
}