@charset "UTF-8";
/* CSS Document */
@media (max-width : 667px ){
	
/*display none*/
.img_pc{display: none;}	
.br_none{display: none;}

/*------------------------common sp--------------------------	*/

/*-----SPヘッダー-----*/
/*ナビゲーション*/
.sub_header{
	height: 60px;
	display: flex;
	align-items: center;
}
.sub_logo{
	display:inline-block;
	width:90.5px;
	height: 23.5px;
	line-height: 23.5px;
	margin-left: 2.8%;
}
.sub_logo img{
	vertical-align: middle;
}
.nav-button {
    display: block;
    cursor: pointer;
  }
  .nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background-color:#112334;
    width: 100%;
    height: 100%;
    } 
.nav-wrap img{
display: block;
margin: 18px 0 0 21px;
max-width: 95px;
}
.sub_nav {
      height: 100%;
      position: relative;
      overflow-x: hidden;
      overflow-y: auto;
	  padding: 43px 0 0 50px;
    }
.sub_nav li {
      height:auto;
	  line-height: 18px;
	  vertical-align: top;
      display: block;
      margin: 0 0 20px 0;
	  color: #fff;
	  font-weight: 500;
	  }
	  
.sub_nav li p{
font-size: 12px;
}
.sub_nav li a {
        color: #fff;
        font-size: 26px;
      }
.sub_nav li a:hover{
    color: #cdcf34;
}
 /*メニューボタンのエフェクト*/
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .nav-button {
    z-index: 20;
    position: absolute;
	right: 0;
    width: 23px;
    height: 22px;
	margin-right: 2.6%;
  }
  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #0DCAE5;
    border-radius: 4px;
  }
  
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: 9px;
  }
  .nav-button span:nth-of-type(3) {
    bottom: 0;
  }
  .nav-button.active span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
	background-color: #16c9e4;
	width: 30px;
  }
  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-button.active span:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
	background-color: #16c9e4;
	width: 30px;
	}
.border:after{
	width: 50px;
	height: 5px;
	border-radius: 1.5px;
}	
/*-----SPフッター----*/
.footbox01 {
	height: 236px;
}
.contact_btnbox {
	width: 100%;
	height: auto;
	border-right:none;
	float:none;
	display: flex;
	justify-content: center;
	padding: 26.5px 0 0;
	box-sizing: border-box;
}
.recruit_btnbox {
	width: 100%;
	height: auto;
	position: relative;
	float:none;
	display: flex;
	justify-content: center;
	padding: 20px 0 0;
	box-sizing: border-box;
}
.recruit_btnbox .btn03{
	right: auto;
	padding-left: 44.5px;
}
.btn03{
	width: 308px;
	height: 60px;
	line-height: 60px;
	padding-left: 31px;
	background-position: 233px 26.5px;
	background-size: 40px 7px;
	position:static;
	top:auto;
	transform:none;
}
.btn03:hover{
	background-position: 253px 26.5px;
}
.btn03 p{
	text-align:left;
	font-size: 16px;
	letter-spacing: -0.05em;
	display: flex;
	
}
.btn03 p span{
	font-size: 12.5px;
	letter-spacing: 0em;
	display:block;
	margin-top: 0px;
	margin-left: 37px;
}
.recruit_btnbox .btn03 p span{
    font-size: 12.5px;
	letter-spacing: 0em;
	display:block;
	margin-top: 0px;
	margin-left: 54.5px;
}

.footbox02 {
	height: auto;
	padding-bottom: 27px;
}
.foot_inner {
	height: auto;
	padding: 55px 0 27px 0;
	display: inline-block;
}

.foot_logo {
    width: 142.5px;
	min-width: 142.5px;
	height: auto;
	display:block;
	margin: 0 auto 39px;
}
.foot_inner ul{
	display:block;
	width:100%;
	height: auto;
	box-sizing: border-box;
	text-align:center;
}
.foot_inner ul li{
	height: auto;
	line-height:1;
	display:block;
	font-size: 24px;
	margin-left: 0px;
	margin-bottom: 21px;
	font-weight: 500;
}
.sub_menu {
	text-align:center;
	margin: 0 auto 21px;
	font-size: 12px;
}
.sub_menu ul{
	display:block;
}
.sub_menu ul li{
    padding: 0 0 17px 0;
	border-right:none;
}
.copy{
	text-align:center;
	font-size: 10px;
}

.to_top {
	width:100%;
	height: 40px;
	background-color:#0DCAE5;
	position: absolute;
	top:-40px;
	right:auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.to_top img {
    width: 24.5px;
    height: 14.5px;
	vertical-align: middle;
}	
	
/*	--------------トップページSP------------------*/
/*オープニング*/
.open {
		background-size: 83.20%;
}
.top_catch_wrap{
	width: 100vw;
	height: 483px;
	padding-top: 19px;
	box-sizing: border-box;
}
.head_wrap{

	z-index: 9999;
	width: 100%;
	height: 35px;
	position: fixed;
	left: 0;
	right: 0;
	top: 19px;

}
.top_header{
	height: 35px;
	width: 100%;
	margin:0 auto;
	display: flex;
	align-items: flex-start;
}
.top_logo{
	width: 93px;
	height: 35px;
	margin-right: 20.73%;
	margin-left:5.73%;
}
.chenge{
    background-color: #fff;
	transition-duration: 1s;
	transition-delay: 1s;
	padding: 10px 0;
	top: 0;
}
.chenge .top_header{
   align-items: center;
}
.chenge img{
   width: 100%;
}
.nav {
      height: 100%;
      position: relative;
      overflow-x: hidden;
      overflow-y: auto;
	  padding: 43px 0 0 50px;
    }
.nav li {
      height:auto;
	  line-height: 18px;
	  vertical-align: top;
      display: block;
      margin: 0 0 20px 0;
	  color: #fff;
	  font-weight: 500;
	  }
	  
.nav li p{
font-size: 12px;
}
.nav li a {
      color: #fff;
      font-size: 26px;
 }
 .nav li a:hover{
    color: #cdcf34;
}	  
.nav-button .top {
    background-color: #000;
  }	  
 
 /*スライダー*/
.ZoomSlide{
height:483px;
}
.ZoomSlide .SImg{
    width: 100%;
    height: 483px;
}
.ZoomSlide .SImg:nth-child(1) {
	background: url( "../images/top_image01_sp.jpg");
	background-size: cover;
}
.ZoomSlide .SImg:nth-child(2){
	background: url( "../images/top_image02_sp.jpg");
    animation-delay: 6s;
	background-size: cover;
}
.ZoomSlide .SImg:nth-child(3){
	background: url( "../images/top_image03_sp.jpg");
    animation-delay: 12s;
	background-size: cover;
}	
.top_catch{
	width:89.33%;
	max-width: 370px;
}
.curten {
  height: 55px;
}
.curten p {
  font-size: 32px;
  padding: 0 25px 0 25px;
  line-height: 55px;
  height: 55px;
}
.curten p span{
	font-size: 28px; 
}
.top_catch div:nth-child(2){
	margin-bottom: 12.5px;
}
.topics{
	border-bottom: 4px solid #16c9e4;
	font-size: 14px;
}
.topics dl{
	width: 89.33%;
}
.topics dl dt{
	padding-left: 36px;
}
.topics dl dt:before{
	background-size: 22px 22px;
}	
.top_content01{
	width: 100%;	
}
.box1{
	width: 100%;
	margin: 0 auto 150px;
	padding: 24.5px 0 0 0;
}
.box1 h2{
    font-weight: 500;
	font-size: 34px;
	margin-bottom: 79.5px;
	margin-left: 5.335%;
}
.box1 h2:after{
	font-size: 21px;
	bottom: -32.5px;
}
.box1 h3{
	font-size: 29px;
	line-height:1.3;
	margin-bottom: 30.5px;
	margin-left: 5.335%;
}
.box1 h3:after{
	bottom: -19.15px;
}
.top_text {
	height: auto;
	padding-top:0;
	position: relative;
}
.top_text p{
	padding:24px;
	width:100%;
	height:auto;
	font-size: 14px;
	line-height:1.2;
}
.vision_text{
	height: auto;
	padding-top:0;
	position: relative;
}

 .vision_text:after{
	display: none;
}

.vision_text p{
	background-color: #f5f2e4;
	padding:24px 5.335%;
	width:89.33%;
	height:auto;
	font-size: 14px;
	line-height:1.2;
}
.vision_image {
	width: 100%;
	position:relative;
	top: 0;
	left: 0;
}
.vision_img{
   display: none;
}
.vision_img_sp{
height:auto;
    opacity: 0;
	position: relative;
}
.sp_bg {
	width: 100%;
	height: 70px;
	background-color: #193249;
	margin-top: -50px;
}
.btn_box01{
	bottom:-20.5px;
	left:35.46%;
	z-index: 3;
}
/*ボタン共通*/
.btn01{
	width: 221px;
	height: 53px;
	padding-left: 50px;
	background-size: 40px 7px;
	background-position: 158.5px 24px;
	font-size: 14px;
	
}
.btn01:hover{
	background-position: 178.5px 24px;
	transition: all .2s;
}
.box2{
	width: 100%;
	margin: 0 auto 222px;
	padding:0;
}
.box2 h2{
    font-weight: 500;
	text-align: right;
	font-size: 34px;
	margin-bottom: 79.5px;
	margin-right: 5.335%;
}
.box2 h2:after{
    font-size: 21px;
	bottom: -32.5px;
	right:0;
}
.box2 h3{
	text-align: right;
	font-size: 29px;
	line-height:1.3;
	margin-bottom: 30.5px;
	margin-right: 5.335%;
}
.box2 h3:after{
	bottom: -19.15px;
}
.service_text{
    height: auto;
	padding-top:0;
}
.service_text:after{
display:none;
}
.service_text p{
	background-color: #f5f2e4;
	padding:24px 5.335%;
	width:89.33%;
	height:auto;
	font-size: 14px;
	line-height:1.2;
	margin-bottom: 10px;
}

.btn_box02{
	position: absolute;
	bottom:-97px;
	right:5.335%;
}
.img_bg01{
	width: 94.26%;
	height: 340px;
	top:auto;
	left:auto;
	right: -1.0608%;;
	bottom: -72px;
}
.service_flow{
max-width:  356px;
	width: 94.93%;
	height: auto;
	position: static;
	top:0;
	left:0; 
	display: flex;
	background-color: antiquewhite;
}
.flowimg{
   width:70.4%;
}
.flowimg img{
max-width:251px;
width:100%;
height:100%;
vertical-align: bottom;
}
.flow_box{
	font-size: 18px;
	width:105px;
	height:67px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	position: relative;
}
.flow_box span {
	font-size: 12px;
	margin-top: 14px;
}
.flow_box:after{
	width: 30px;
	height: 3px;
	border-radius: 1.5px;
	position: absolute;
	bottom: -3px;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 1;
	
}
.flow_box:last-child:after{
	background-color: transparent;
}
.box3 {
	width: 100%;
	margin: 0 auto 122px;
	padding: 24.5px 0 0 0;
}

.box3 h2 {
	 font-weight: 500;
	font-size: 34px;
	margin-bottom: 79.5px;
	margin-left: 5.335%;
}
.box3 h2:after{
	font-size: 21px;
	bottom: -32.5px;
}
.box3 h3{
	font-size: 29px;
	line-height:1.3;
	margin-bottom: 30.5px;
	margin-left: 5.335%;
}
.box3 h3:after{
	bottom: -19.15px;
}

.box4{
	width: 100%;
	margin: 0 auto 100px;
	padding:0;
}
.box4 h2{
    font-weight: 500;
	text-align: right;
	font-size: 34px;
	margin-bottom: 28.5px;
	margin-right: 5.335%;
}
.box4 h2 span{
	margin-bottom: 17px;
}
.our-values_text{
    height: auto;
	padding-top:0;
}
.our-values_text:after{
	display:none;
}
.our-values_text p{
	background-color: #f5f2e4;
	padding: 14px 5.335% 14px 5.335%;
	width:89.33%;
	height:auto;
	font-size: 14px;
	line-height:1.2;
	margin: 0 0 0 auto;
}
.our-values_text h3{
	background-color: #f5f2e4;
	padding: 24px 5.335% 0 5.335%;
	width:89.33%;
	height:auto;
	font-size: 21px;
	line-height:1.2;
	margin: 0 0 0 auto;
}

.work_bg {
	width: 100%;
	height:auto;
}

.work_bg02 {
	height: 190px;
	margin: 7.5px 9.33% 0 0;
	padding: 0;
	position:static;
	z-index: 2;
}

.workimg01 {
	width: 82.7%;
	height: 496px;
	position: absolute;
	top: 365px;
	left:auto;
	z-index: 1;
}
.workimg02 {
width: 81.6%;
	height:auto;
	top:167px;
	right:0;
}
.img_bg02 {
	width:100%;
	height: 416px;
	position:static;
	padding: 21px 28px;
}

.img_bg02 p {
	width:100%;
	font-size: 14px;
	line-height:1.2;
}

.btn_box03 {
	position: absolute;
	top:auto;
	bottom: -222.5px;
	right: 5.1%;
	z-index: 3;
}
.topic_bg {
	width: 100%;
	height:auto;
	margin-bottom: 40.5px;
}
/*お知らせページと共通*/
.topic_box {
	width: 74.7%;
	display:block;
}
.topic_box li {
    max-width: 300px;
	width: 100%;
	height: 330px;
	position: relative;
	margin: 0 auto;
}
.topic_box li span{
max-width: 300px;
    width: 100%;
	height: 330px;
}
.news_text {
	padding: 23px 21px;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: -0.05em;
	font-weight: 500;	
}
.date{
	position: absolute;
	bottom: 32.5px;
	right: 29.5px;
	font-size: 14px;
	font-weight: 400;
}

.news_h2 {
	font-size: 26px;
	line-height:26px;
	margin-bottom: 84.5px;
	padding-top: 100px;
}
.news_h2:before{
	font-size: 21px;
	bottom:-38px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.news_h2:after{
    width: 30px;
	height: 3px;
	border-radius: 1.5px;
	bottom:-46.5px;
}

.btn02 {
	width: 221px;
	height: 53px;
	padding-left: 48px;
	background-position: 158.5px 24px;
	background-size: 40px 7px;
	border-radius: 0px;
	font-size: 14px;
	margin-bottom: 97px;
}
.btn02:hover{
	background-position: 178.5px 24px;
}
.btn02 span{
	font-size: 14px;
}

/*--------------------------SP-下層ページ共通-------------------------------*/
.main_img {
	height: 250px;
	margin-top: 60px;
}
.sub_catch {
	width: 89.33%;
	height: 250px;
	margin: 0 auto;
}
/*タイトルアニメーション*/
.curtain_title {
	width: 182.5px;
  height: 67px;
  position: absolute;
  top: 44%;
  transform: translateY(0%);
}
.curtain_title .curtain_title_inner {
	font-size: 18px;
	width: 182.5px;
	height: 67px;
	line-height: 67px;
	padding-left: 24px;
}
/*SPタイトルアニメーションここまで*/

.sub_catch h2{
	width: 182.5px;
	height: 57px;
	line-height: 1;
	font-size: 18px;
	padding-left: 24px;
}
/*-----------SP-Vision-------------*/

.vision_topimg {
	background: url( "../images/vision_image_sp.jpg") no-repeat;
	background-size: cover;
}
.contentbox01 {
	padding-top:59.5px;
}
.contentbox01 h2{
	font-size: 18px;
}
.vision_bg01 {
	width: 100%;
	height: 260px;
	line-height: 260px;
	z-index: -1;
	margin-top: 335px;
}
.vision_bg01 .block{
	width: 100%;
	height: 106px;
}

/* .vision_box {
	width: 82.4%;
	height: 388px;
	line-height: 1.4;
	top: -313px;
	padding:0 25px 26px 25px;
	font-weight: 500;

}
.vision_box h3{
	font-size: 16px;
	margin-bottom: 23px;
}
.vision_box p{
    font-size: 14px;
	line-height:1.4;
	margin-bottom: 10px;
}
.vision_box ul{
	display:flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	
}
.vision_box ul li{
	color: #fff;
	width: 48%;
	max-width: 126px;
	height:100px;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: bold;
	margin:2px 2px;
} */

.vision_box .text_box {
	gap: 16px;

    font-size: 14px;
	line-height: 1.3;
	letter-spacing: -0.07em;
}

.vision_box .text_box h3 {
	font-size: 26px;
}

.vision_box .list_text {
    font-size: 14px;
	line-height: 1.3;
	letter-spacing: -0.07em;
	margin: 0 auto;
}

.vision_box .list_text::before {
	font-size: 14px;
}

.greeting_img {
	padding-top: 32.5px;
	width: 100%;
	height: auto;
}
.greeting_img .block{
	position: static;
}
.vision_bg02 {
	width: 100%;
	height: auto;
/*	margin-top: 242.5px;*/
	margin-bottom: 115px;
}

.greeting {
	width:75.7%;
	font-weight: 500;
	padding-top: 37px;
	line-height: 1.4;
	letter-spacing: -0.02em;
	position: relative;
	font-size: 14px;
}
.p02{
display: none;
}
.p03{
	margin: 13px 0 14px 0;
}
.p05{
	margin: 34px 0 51px 0;
}
.p06{
	font-size: 10px;
	line-height: 1.5;
	position: absolute;
	bottom: 68px;
	right: 0;
}
.p07{
	font-size: 16px;
	text-align: right;
	font-weight: 400;
	padding-bottom: 40px;
}
/*--------SPservice--------*/
.service_img {
	background: url( "../images/service_image_sp.jpg") no-repeat center top;
	background-size: cover;
}

.service_top p {
	width: 81.06%;
	font-size: 12px;
	line-height: 1.4;
	margin: 0 auto;
	letter-spacing: -0.03em;
}

.service_top {
	width: 89.33%;
	height: auto;
	margin: 0 auto;
	padding: 31.5px 0 0 0;
}

.panel_wrap {
	height: auto;
	background: url( "../images/4_button_bg_sp.jpg") no-repeat;
	background-size: cover;
}

/*カギ括弧ボタン*/
.button {
	font-size: 18px;
	border-width:2px;
	width: 130px;
	height: 42px;
	font-weight:500;
	margin: 0 0 27.5px 0;
	
}
.button span{
	font-size: 14px;
	letter-spacing: -0.07em;
}
.button:before, .button:after {
	width:14px;
	height:14px;
}
.button:before {
	top:-6px;
	left:-6px;
	border-width:2px 0 0 2px;
	z-index:5;
}
.button:after {
	bottom:-6px;
	right:-6px;
	border-width:0 2px 2px 0;
}
.button:hover:before, .button:hover:after {
	width:calc(100% + 12px);
  height:calc(100% + 12px);
}

.panel {
    width: 80%;
	height: auto;
	position:relative;
	margin:20px auto 0;
	display: block;
	text-align: center;
}
.panel div{
position: relative;
width: 126px;
margin: 0 auto;
}
/* .arrow:after{
    content: "";
	width: 8px;
	height: 17px;
	position: absolute;
	bottom: -22px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url("../images/arrow_down.png") no-repeat;
	background-size: 8px 17px;
} */

.allinone{
	position: absolute;
	width: 0;
	height: 41px;
	top: -55px;
	left: 0px;
	overflow: hidden;
	transition-duration:3s;
	z-index: 5;
}
.allinone img {
	max-width: 137px;
}
.printimage{
	width: 137px;
}

.content_wrap {
	margin-bottom: 132px;
}
.sercice_content {
	width:100%;
	height:auto;
	/* margin-top: 75px; */
}
.service_curtain{
	width:100%;
	height:auto;
}
.service_box {
	/* height: 100px; */
	width: 100%;
}

.service_box .text_box {
    font-size: 14px;
	width: 89.33%;
	line-height: 1.3;
	letter-spacing: -0.07em;
	margin: 0 auto;
	padding-top: 18px;
	padding-left: 0;
	left: 0;
}
.service_box .list_text {
    font-size: 14px;
	width: 89.33%;
	line-height: 1.3;
	letter-spacing: -0.07em;
	margin: 0 auto;
	padding: 3px 0 0 0;
	left: 0;
}
.space{
    padding-top: 95px;
}
.point_box {
	width: 89.33%;
	/* height: 100px; */
	/* top:-16px; */
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 5px 0 0 0;
}
.point_box h3{
	color: #193249;
	font-weight: 500;
	margin-bottom: 0px;
	/* float: left; */
	font-size: 0;
}
.point_box h3 span{
	font-size: 26px;
}
.text-move {
  /* opacity: 0; */
  display: inline-block;
  letter-spacing: 0.02em;
}
.text-move:nth-child(1) {
  transition: opacity 1.2s ease 0.1s, transform 1.2s ease 0.2s;
}
.text-move:nth-child(2) {
  transition: opacity 1.2s ease 0.2s, transform 1.2s ease 0.25s;
}
.text-move:nth-child(3) {
  transition: opacity 1.2s ease 0.25s, transform 1.2s ease 0.3s;
}
.text-move:nth-child(4) {
  transition: opacity 1.2s ease 0.3s, transform 1.2s ease 0.35s;
}
.text-move:nth-child(5) {
  transition: opacity 1.2s ease 0.35s, transform 1.2s ease 0.4s;
}
.text-move:nth-child(6) {
  transition: opacity 1.2s ease 0.4s, transform 1.2s ease 0.45s;
}
.text-move:nth-child(7) {
  transition: opacity 1.2s ease 0.45s, transform 1.2s ease 0.5s;
}
.text-move:nth-child(8) {
  transition: opacity 1.2s ease 0.5s, transform 1.2s ease 0.55s;
}
.text-move:nth-child(9) {
  transition: opacity 1.2s ease 0.55s, transform 1.2s ease 0.6s;
}
.text-move.act_text {
  opacity: 1;
  transform: scale(1) translate(0);
}
.point_box h3 span.tag{
	font-size: 15px;
}
.sp_layout{
width: 97px;
float: right;
margin-top: 12px;

}
.point_box p{
	opacity: 0;
	width: 97px;
	height: 18px;
	line-height: 18px;
	background-color: #193249;
	font-size: 10px;
	padding-left: 8px;
	box-sizing: border-box;
}
.p_curtain{
	width: 97px;
	height: 18px;
	margin-bottom: 10px;
}

.service_box02 {
	width: 89.5%;
	height: auto;
	line-height:1;
	margin-top: 210px;
}
.space02{
    margin-top: 245px;
}
.label {
	width: 35px;
	height: 208px;
	top: 50%;
	left: 0;
	right: auto;
	transform: translateY(-50%);
	margin: 0 auto;
	display: block;
}
.label p{
    writing-mode: vertical-rl;
	letter-spacing: -0.02em;
	width: 12px;
	height: 104px;
	font-size: 12px;
	margin: auto;
}
.label p:first-child{
	border-bottom: 1px solid #333333;
	border-right: none;
}

.label02 {
	width: 35px;
	height: 90%;
	max-height: 325px;
	box-sizing: border-box;
	padding-top: 0%;
	top: 50%;
	left: 0;
	right: auto;
	transform: translateY(-50%);
}
.label02 p{
	width: 12px;
	border-right:none;
	box-sizing: border-box;
}
.label02 p:nth-child(1){
      height: 40%;
	padding-bottom: 0%;
}
.label02 p:nth-child(2){
      height: 30%;
	border-bottom: 1px solid #333333;
}
.label02 p:last-child{
    height: 30%;
}
.label3{
  padding-top: 6%;
}
.label3 p:nth-child(1){
    height: 31%;
}
.label3 p:nth-child(2){
    height: 31%;
	border-bottom: 1px solid #333333;
}
.label3 p:last-child{
	height: 31%;
}
/*----------------------------SPworkstyle------------------------------------*/

.workstyle_img {
	background: url( "../images/workstyle_image_sp.jpg") no-repeat;
	background-size: cover;
}

.workstyle_top {
	width: 100%;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
	display: block;
	position: relative;
	margin-bottom: 0px;
}
.workstyle_top:after{
display: none;
}
.workstyle_top p{
	width: 80.4%;
	font-size: 12px;
	line-height: 1.5;
	margin: 31.5px auto 65px;
	letter-spacing: -0.05em;
}

.work_content01 {
	width: 100%;
	height: auto;
	display: flex;
	flex-flow: column;
	position: relative;
}
.sp_work_bg{
    order: 1;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 96%;
	background-color: #f5f2e4;
}
.work_content01 img{
    max-width: 94.3%;
	height: auto;
	bottom: 43px;
	right: 0;
	z-index: 1
}
.work_content01:after{
display: none;
}

.bg_work01 {
	opacity: 0;
	width: 100%;
	height: 0;
	padding-bottom: 42%;
	background-color: #193249;	
}
.curtain_bg{
	width: 100%;
	height: 0;
	padding-bottom: 42%;
	bottom: 43px;
}

.work_text01 {
order: 2;
	width: 100%;
	height:auto;
	background-color: #fff;
	position:static;
	top: auto;
	left: auto;
	padding: 21px 0 65px 0;
}
.work_text01 h2 {
	width: 53%;
	font-size: 26px;
	line-height: 1.15;
	letter-spacing: -0.05em;
	margin-bottom: 0px;
	padding: 24px;
	box-sizing: border-box;
	position: absolute;
	top: 36px;
	left: 20px;
	background-color: #fff;
	z-index: 5;
}
.work_text01 p{
font-size: 14px;
	width: 88.8%;
	height:auto;
	line-height: 1.4;
	margin: 0 auto;
}

.work_content02 {
    width: 100%;
	height: auto;
	display: flex;
	flex-flow: column;
	position: relative;
}
.work_content02:after{
    display: none;
}
.sp_work_bg02{
   order: 1;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 89.33%;
	background-color: #f5f2e4; 
}
.work_content02 img{
    width: 100%;
	position: absolute;
	top: 16px;
	z-index: 3;
}
.bg_work02 {
	opacity: 0;
	width: 100%;
	height: 0;
	padding-bottom: 49.46%;
	background-color: #193249;
}
.curtain_bg02{
	width: 100%;
	height: 0;
	padding-bottom: 49.46%;
	position: absolute;
	bottom: 72.5px;
	z-index: 1;
}
.work_text02 {
    order: 2;
	width: 100%;
	height: auto;
	position: static;
	top: auto;
	right: auto;
	padding: 21px 0 65px 0;
	z-index: 4;
}
.work_content02 h2 {
	width: 54.9%;
	font-size: 21px;
	line-height: 1.4;
	letter-spacing: -0.05em;
	margin-bottom: 0px;
	padding: 18px 22px;
	box-sizing: border-box;
	position: absolute;
	top: 188px;
	right: 19px;
	background-color: #fff;
}
.work_content02 p{
	font-size: 14px;
	width: 88.8%;
	height:auto;
	line-height: 1.4;
	margin: 0 auto;
}
.work_content03 {
	width: 100%;
	height: auto;
	display: flex;
	flex-flow: column;
	position: relative;
	margin-bottom: 136px;
}
.sp_work_bg03{
    order: 1;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 93.33%;
	background-color: #f5f2e4; 
}
.work_content03:after{
    display: none;
}
.work_content03 img{
    width: 90.5%;
	top: 64.5px;
	left: 0;
	z-index: 2;
}
.bg_work03 {
	opacity: 0;
	width: 87.1%;
	margin-left: 12.9%;
	height: 0;
	padding-bottom: 61.33%;
	background-color: #193249;
	
}
.curtain_bg03{
	width: 100%;
	height: 0;
	padding-bottom:61.33%;
	position: absolute;
	bottom:35px;
	right: 0;
	z-index: 1;
}
.work_text03 {
    order: 2;
	width: 100%;
	height: auto;
	position: static;
	top: auto;
	right: auto;
	padding: 21px 0 65px 0;
	z-index: 4;
}
.work_content03 h2 {
	width: 51.9%;
	font-size: 21px;
	line-height: 1.4;
	letter-spacing: -0.05em;
	margin-bottom: 0px;
	padding: 27px 14px;
	box-sizing: border-box;
	position: absolute;
	top: 36px;
	right: 19px;
	background-color: #fff;
}
.work_content03 p{
	font-size: 14px;
	width: 88.8%;
	height:auto;
	line-height: 1.4;
	margin: 0 auto;
}

/*-----------------------------About--------------------------------*/
.about_img {
	background: url( "../images/about_image_sp.jpg") no-repeat;
	background-size: cover;
}
.company_info {
	max-width: 980px;
	height: 100%;
	margin: 60px auto;
	margin-bottom: 173px;
}
.company_info h2 {
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	margin-bottom: 48px;
}
.company_info dl{
	width: 89.3%;
	margin: 0 auto;
	font-size: 15px;
	border-top: solid 1px #e5e5e5;
}
.company_info dt{
	float:none;
	line-height:41px;
	height: 41px;
	padding-left: 18px;
}
.company_info dd{
	font-weight: 500;
	line-height:1.4;
	height:auto;
	font-size: 14px;
	border-bottom:solid 1px #e5e5e5;
	padding:0 18px 18px 18px;
}
.company_info dl dt:first-child+dd {
	border-top:none;
}
.company_history {
	width: 100%;
}
.history_bg {
	width:100%;
	height: auto;
	background-color: #f5f2e4;
	margin-bottom: 121px;
	position: relative;
	
}
.company_history h2{
	font-size: 21px;
    width: 82.4%;
	height: 72.5px;
	padding-top: 0px;
	text-align: center;
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
}
.company_history dl{
	width: 89.3%;
	margin:100px auto;
	padding-top: 88px;
	padding-bottom: 50px;
	font-size: 14px;
}
.year{
	float:left;
	line-height:50px;
	padding-left: 18px;
	box-sizing: border-box;
	font-weight: bold;
}
.month{
	float:none;
	line-height:50px;
	padding-left: 100px;
	box-sizing: border-box;
	font-weight: bold;
}
.company_history dd{
	line-height:1.2;
	height:55px;
	box-sizing: border-box;
	letter-spacing: -0.05em;
	padding:0 18px;
}
.map {
	width: 100%;
	height: 450px;
}
.access {
	position: relative;
	margin-bottom: 130px;
}
.curtain_text {
    width: 78.1%;
	height: 63px;
	top: -13px;
}
.curtain_text .curt_inner {
    font-size: 21px;
    line-height: 63px;
    height: 63px;
	width: 100%;
}
/*----------------SPお問い合わせ------------*/
.contact_img {
	background: url( "../images/contact_image_sp.jpg") no-repeat;
	background-size: cover;
}

.contact_top {
	width: 100%;
	height: auto;
	margin: 60px auto 0;
}
.curtain_text02 {
	height: 36px;
	width: 180px;
	margin-bottom: 10px;
}
.curtain_text02:after{  
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color:#193249;
}
.curtain_contact{
	height: 36px;
	line-height: 36px;
	font-size: 27px;
}
.linewrap{
	width: 99px;
	margin: 0 auto 32px;
}
.line {
	width: 0;
	height: 4.5px;
	border-radius: 2px;
}
.active_line{
	width: 99px;
	height: 4.5px;
}
.curtain_text03 {
   overflow:hidden;
    position: relative;
	height: 36px;
	 width: 100%;
	text-align: center;
	margin-bottom: 11px;
}
.curtain_text03:after{  
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color:#193249;
}
.curtain_contact02{
	height: 36px;
	line-height: 36px;
	font-size: 27px;
}
.tel_img {
    width: 61px;
	display: block;
	margin: 41px auto 20px;
}
.number{
    width: 250px;
}
.contact_top p {
	font-weight:bold;
	font-size: 16px;
	margin: 24px 0 37px 0;
}
.contact_top p span{
	font-size: 18px;
}

.form_bg {
	width: 100%;
	height:auto;
	padding-top: 48px;
	padding-bottom: 115px;
	margin-bottom: 110px;
}
.form_bg h3{
	font-size: 27px;
	font-weight: bold;
	letter-spacing: -0.03em;
	margin-bottom: 10px;
}
/*フォーム*/
#formWrap {
	width:89.5%;
	height:auto;
	margin-bottom:0px;
}

.wrap_form {
	width: 86.43%;
	margin: 0 auto;
	padding:45px 0 0px 0px;
}

#formWrap h4 {
	font-size:18px;
	margin-bottom:7px;
	line-height: 0.9;
}
#formWrap h4 span {
	width:33px;
	height:14px;
	padding-top: 1.8px;
	border-radius:1px;
	font-size:9px;
	margin-left: 8px;
}
.input {
	width: 100%;
	height:42px;
	padding:5px 12px;
	border:#f0f0f0 1px solid;
	font-size:14px;
}
.name_wrap {
	margin-bottom:20px;
}
#textbox {
	height:200px;
	font-size:14px;
	border-radius: 2px;
}
/*ラジオボタン*/
.radiobutton {
    display: flex;
	margin-left:2px;
}
.radiobutton label {
	padding: 0 0 0 25px;	/* ラベルの位置 */
	font-size: 15px;
	line-height: 22px;		/* ボタンのサイズに合わせる */
	display: inline-block;
	cursor:	pointer;
	position: relative;
	width: 194px;
}
.radiobutton label:before {
	width: 22px;		/* ボタンの横幅 */
	height: 22px;		/* ボタンの縦幅 */
	border: 1px solid #e5e5e5;
	
}
.radiobutton input[type="radio"]:checked + label:after {
	width: 10px;		/* マークの横幅 */
	height: 10px;		/* マークの縦幅 */
	top: 6px;
	left: 6px;
	
}
.radiobutton input{
	margin-right:0px;
}
/*都道府県プルダウン*/
.selectdiv {
  position: relative;
  width:120px;
  height:37px; 
}
.selectdiv select {
  width: 120px;
  max-width: 320px;
  height: 37px;
  padding: 0px 24px 0px 12px;
  font-size: 10px;
  border:#f0f0f0 1px solid;
  background: url(../images/icon_sellect.svg) no-repeat 100px center ;
  background-size: 8px 5.5px;
  
}
::placeholder{ /* Others */
 color:#b9b9b9;
 font-size: 12px;
}
.send {
    width: 86.43%;
	display: block;
	margin: 37px auto 0;
}
#submit_btn {
	width: 100%;
	height: 60px;
	font-size:25px;
}
#submit_btn:hover {
	opacity:0.6;
}
.send span{
	color: #395e66;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	display: block;
	margin: 25px auto 0;
	padding-bottom: 78px;
}
  /*-----------------お知らせ一覧---------------------*/
.newslist_img {
	background: url( "../images/news_image_sp.jpg")no-repeat;
	background-size: cover;
}
.newslist_cont {
	width: 100%;
	height: auto;
	margin: 60px 0 70px;
}
.topic_box li:nth-child(n+5){
display: none;
}
/*--------------------お知らせ-----------------*/
.news_img {
	width: 100%;
	height: 128px;
	background: url( "../images/news_details_image_sp.jpg") no-repeat;
	background-size:cover;
	margin-top: 60px;
}

.news_catch {
	width: 89.33%;
	height: 128px;
}
.news_catch h1{
	width: 182.5px;
	height: 55px;
	line-height: 0.8;
	font-size: 18px;
	padding-left: 25px;
}
.news_detail {
	width: 100%;
	height: auto;
	margin-top: 50px;
	margin-bottom: 114px;
}

.detail_inner {
	width: 100%;
	height: auto;
	padding: 0;
}
.detail_inner h2{
	width: 89.33%;
	text-align: left;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -0.08em;
	margin: 16px auto 35px;
}

.detail_date {
	width: 89.33%;
	margin:0 auto 31px;
	font-size: 14px;
}

.article {
font-size: 14px;
    width: 89.33%;
	margin: 0 auto;
	text-align: left;
	line-height: 1.5;
	letter-spacing: -0.08em;
	font-weight: 500;
}
.news_nav {
	width: 89.33%;
	height: 121px;
	margin:0 auto;
	position: relative;
}
.news_nav span{display: none;}
.news_nav img{
    width: 16px;
	height: 27px;
}
.btn_prev {
	font-size:14px;
	width:58px;
	height:44px;
	border-radius: 2px;
	border: 1px #4699b1 solid;
	box-sizing: border-box;
	padding: 0 17px;
}
.btn06 {
	font-size:14px;
	width:114px;
	height:44px;
	border:solid 1px #4699b1;
	border-radius:2px;
}
.btn06:hover {
	opacity:0.7;
}
.btn_next:hover{
	opacity:0.7;
}
.btn_next {
	font-size:14px;
	width:58px;
	height:44px;
	border-radius: 2px;
	border:solid 1px #4699b1;
	padding: 0 0 0 23.5px;
}
/*---------------------採用情報-------------------------*/
.recruit_wrap {
	height: auto;
}

.recruit_img {
	width: 100%;
	height: 251px;
	margin-top: 60px;
	background: url( "../images/recruit_image_sp.jpg") no-repeat;
	background-size: cover;
}
/*タイトルアニメーション02*/
.curtain_title02 {
	overflow:hidden;
	width: 160px;
  height: 61.5px;
	top: 23.5px;
}
.curtain_title02 h1{
    width: 160px;
	height: 61.5px;
	font-size: 18px;
}
/*タイトルアニメーション02ここまで*/
.recruit_img h2:after{
	/* content: "Recruit"; */
	position: absolute;
	bottom: 10px;
	right: 0;
	left: 0;
	text-align: center;
	color: #16c9e4;
	font-size: 12px;
}
/*タイトルアニメーション03*/
.curtain_title03 {
	 width: 160px;
	height: 80px;
	top: 95px;
}
.curtain_title03 h2{
    width: 160px;
	height: 80px;
	font-size: 13px;
	padding-top: 29px;
}
/*タイトルアニメーション03ここまで*/

.recruit_img h3 {
display: none;
}
.job_type {
	width: 89.3%;
	margin: 0 auto;
	padding-top: 58.5px;
	padding-bottom: 100px;
	position: relative;
}
.job_type h3{
	font-size: 20px;
	width: 77.3%;
	height: 58px;
	top: -14px;
	
}

/*アコーディオン*/
.accordionbox{
	width:100%;
	margin: 0px auto 0px;
	border-bottom: 1px solid #e5e5e5;
}
.accordionlist dt{
    border-top: 1px solid #e5e5e5;
	height: 49px;
	line-height: 49px;
	font-size: 15px;
}
.accordionlist dt:first-child{
/*    border-top: none !important;*/
}
.accordionlist dt .title{
    padding-left: 13px;
	float: left;
}
.accordionlist dd{
    display:none;
	background: #fff;
	padding:0 0 28px 0px;
}
.accordion_icon {
	width: 22px;
	height: 22px;
}
.accordion_icon span {
	position: absolute;
    left: -5px;
    width: 100%;
	height: 2px;
	border-radius: 2px;
}
.accordion_icon span:nth-of-type(1) {
    top: 24px;
	transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 24px;
	transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 24px;
	transform: rotate(180deg);
	background-color: #16c9e4;
}

.rec_toggle {
	padding-top: 27px;
	width: 100%;
	height: auto;
	padding-bottom: 31px;
}
.rec_toggle h5{
	font-size: 20px;
	text-align: center;
	margin-bottom: 24px;
}
.rec_toggle li{
	/* height: 85px; */
	width: 95.5%;
	display: block;
	padding: 15px;
	box-sizing: border-box;
}
.rec_toggle p{
	letter-spacing: -0.1em;
	font-size: 14px;
}
.rec_toggle li:nth-child(odd){
	background-color: #f9f7ee;
}
.rec_toggle li p:nth-child(1n){
    margin-bottom: 10px;
}
.rec_toggle li p:nth-child(2n){
	margin-left: 0px;
	font-size: 13px;
	line-height: 1.4;
}
p.info {
    font-size: 8px;
	width: 92.5%;
	line-height:1.2;
	margin: 22px auto 32px;
}
.btn04{
	padding-left: 29px;
	background-size: 40px 7px;
	background-position: 185px 24px;
	width: 250px;
	height: 55px;
	color: #fff;
	font-size: 16px;
	
}
.btn04:hover{
	background-position: 205px 24px;
}
/*--------------------プライバシーポリシー--------------------*/
.privacy_bg {
	background-color: #193249;
}
.privacy_wrap {
	width: 89.33%;
}
.privacy_img {
	width: 100%;
	height: 128px;
	margin-top: 60px;
	background: url( "../images/privacy_policy_sp.jpg") no-repeat;
	background-size: cover;
}
.privacy_img h1 span{
	font-size: 15px;
}
/*タイトルアニメーション04*/
.curtain_title04 {
	overflow:hidden;
	width: 240px;
	height: 67px;
  position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.curtain_title04 h1{
   width: 240px;
	height: 67px;
	background-color: #112334;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	line-height: 24px;
	padding-top: 13px;
}
/*タイトルアニメーション04ここまで*/
.privacy_img h2 {
	font-size: 16px;
	width: 240px;
	height: 45px;
}

.privacy_content {
	width: 84.92%;
	margin: 50px auto 0;
	font-size: 14px;
}
.privacy_content p{
	line-height: 1.45;
	letter-spacing: -0.03em;
	font-weight: 500;
}
.privacy_box {
	margin-top: 58px;
	padding-bottom: 5px;
}
.privacy_box h3{
	font-size: 20px;
	line-height:1.4;
	letter-spacing: -0.05em;
}
.privacy_box h3:after{
	content: "";
	width: 35px;
	height: 4px;
	background-color: #9d9f11;
	border-radius: 1.25px;
	bottom: -15px;
	left: 0;
}
.privacy_box p{
	margin-top: 45px;
}
.privacy_box ul{
	line-height: 1.7;
	margin-top: 24px;
	font-weight: 500;
}
.add{
	margin-top: 20px;
	padding-bottom: 81px;
}


/*時間差動きなくす*/
.timing01 {
	transition-delay: 0s;
}
.timing02 {
	transition-delay: 0s;
}
.timing03 {
	transition-delay: 0s;
}

}
@media (max-width : 374px ){
.curten p {
  font-size: 28px;
  padding: 0 15px 0 15px;
}
.curten p span{
	font-size: 24px; 
}
.label{
    font-size: 10px;
}
.point_box h3 span.tag{
	font-size: 11px;
}
.service_box02 {
	margin-top: 240px;
}
.space02{
    margin-top: 270px;
}
}





