@charset "utf-8";

@media screen and (max-width: 767px) {
	/*トップページ*/
	#top #mainvisual {
	    width: 100%;
	}

	#top #mainvisual #catch01 {
	    font-weight: 300;
	    font-size: 16px;
	}
	#top #mainvisual #catch02 {
	    font-size: 34px;
	    margin-bottom: 10px;
	}
	#top #mainvisual .bg_image {
	    height: 450px;
	    text-align: center;
	}
	#top #mainvisual .bg_image img {
		height: auto;
	}
	#top #sec_01 {
    	width: 96%;
	    margin: -20px auto 35px;
	    background: #fff;
	    padding: 45px 10px;
	    min-width: initial;
	}
	#top #sec_01 .lead {
		text-align: left;
	}
	#top #sec_01 .lead br {
		display: none;
	}
	#top #sec_02 {
	    width: 96%;
	    margin: 0 auto 35px;
	    padding: 45px 10px;
	}
	#top #sec_02 .headline {
	    font-size: 16px;
	    margin-bottom: 20px;
	    line-height: 1.5;
	}
	#top #sec_02 .lead {
		text-align: left;
		margin-bottom: 20px;
	}
	#top #sec_03 {
	    width: 96%;
	    padding: 15px 10px;
	    margin: 0 auto 35px;
	}
	#top #sec_03 .headline {
		margin-bottom: 20px;
	}
	.workBox li {
		width: 100%;
		margin-bottom: 15px;
	}
	.workBox li a{
		display: block;
	}
	#top #sec_04 ,#top #sec_05 {
		padding: 0;
		margin-bottom: 35px;
	}
	#top #sec_04 .imgBox ,#top #sec_05 .imgBox{
	    width: 100%;
	    position: relative;
	    height: 100%;
	}
	#top #sec_04 .txtBox ,#top #sec_05 .txtBox{
	    width: 96%;
	    padding: 45px 10px;
	    margin: -20px auto 0 auto;
	    position: relative;
	    z-index: 2;
	}
	#top #sec_04 .lead , #top #sec_05 .lead {
		text-align: left;
		margin-bottom: 25px;
	}
	#top #sec_06 {
	    width: 96%;
	    margin: 0 auto 35px;
	    background: #fff;
	    padding: 45px 10px;
	}
	#top .newsBox {
		width: 100%;
	}
	#top .newsBox li {
	    float: none;
	    width: 100%;
	}
	#top .newsBox li:nth-child(n+2) {
		border-left: none;
	    border-top: solid 1px #e2e2e2;
	}
	#top .newsBox li:nth-child(2) {
	    border-left: none;
	    width: 100%;
	}

	#top #sec_06 .ttl_01 {
	    margin-bottom: 20px;
	}
	#top #sec_07 {
		width: 92%;
		margin-bottom: 35px;
	}
	#top #sec_07 .ttl_01 {
		margin-bottom: 20px;
	}
	#top #mapBox {
		height: 250px;
		margin-bottom: 20px;
	}
	#top .accessBox li {
		float: none;
		width: 100%;
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: solid 1px #e2e2e2;
	}
/*	#top .newsBox li:nth-child(2) {
	    border-bottom: none;
	    padding: 0;
	    margin-bottom: 0px;
	}*/
	#top .accessBox {
		width: 92%;
	}

	/*下層共通*/
	.under #mainvisual {
		width: 100%;
		height: 225px;
		text-align: center;
		position:relative;
	}
	.under #mainvisual img{
       position: absolute;
       left:50%;
       top:0;
       transform:translateX(-50%);
         object-fit: cover;
  width: 100%;
  height: 100%
	}
	.under .ttlBox {
		padding: 45px 10px;
		margin-bottom: 35px;
	}
	/*コンセプト*/
	#concept .sec_02,#concept .sec_03 {
		width: 96%;
		padding: 45px 10px;
	}
	#concept .sec_02 h2 {
	    text-align: left;
	    font-size: 18px;
	    margin: 0px 0 25px;
	    font-weight: 400;
	}
	#concept .sec_02 p {
	    text-align: left;
	    margin: 0 0 20px;
	}
	#concept .sec_03 .title_jp {
		font-size: 18px;
		margin: 0 0 20px;
	}
	#concept .sec_03 .list li {
	    width: -webkit-calc(50% - 10px);
	    width: calc(50% - 10px);
	    margin: 0px 0 25px;
	}
	#concept .sec_03 .list li span.img img {
		height: 62px;
		width: auto;
	}
	#concept .sec_03 .list li h3 {

	}

	#concept .sec_03 .list li .dsc {
		text-align: left;
	}
	#concept .sec_04 {
		display: block;
	}
	#concept .sec_04 li {
		width: 100%;
	}
	#concept .sec_04 li:nth-child(2) {
		background: #fffbf7;
	}
	#concept .sec_04 li a {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	#concept .sec_04 li a .img {
		width: 40%;
	}
	#concept .sec_04 li a span.txt_box {
    	width: 60%;
    	padding: 30px 15px;
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flex;
    	display: -o-flex;
    	display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
	}
	#concept .sec_04 li a span.txt_box .en {
		margin-bottom: 0;
	}
	/*サービス*/
	#service .sec_02 {
		width: 96%;
		padding: 45px 10px;
		display: block;
	}
	#service .sec_02 .img img {
		width: 100%;
	}
	#service .sec_03 li {
	    width: -webkit-calc(100% / 2 - 7.5px );
	    width: calc(100% / 2 - 7.5px );
	    margin: 0 15px 25px 0;
	    padding: 0 0 50px;
	    border-bottom: 1px solid #e2e2e2;
	}
	#service .sec_03 li:nth-child(3n) {
		margin: 0 15px 25px 0;
	}
	#service .sec_03 li:nth-child(2n) {
	  margin-right: 0;
	}
	#service .sec_03 li h3 {
		font-weight: 700;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 0 15px;
	}
	#service .sec_02.true .img {
		margin: 0 0 20px;
	}
	#work-archive #sec_01 {
	    width: 96%;
	    margin: 0 auto 35px auto;
	    background: #fff;
	    padding: 40px 10px 30px;
	    box-sizing: border-box;
	    position: relative;
	}
	#work-archive #sec_01 .imgBox {
	    position: static;
	    margin: auto 0;
	    height: 200px;
	    width: 100%;
	}
	#work-archive #sec_01 .txtBox {
		width: 100%;
	}
	#work-archive .workBox {
		width: 96%
	}
	/*company*/
	#company .sec_02 {
	    width: 96%;
	    padding: 45px 10px;
	}
	#company .sec_02 .box {
	    margin: 0 0 35px;
	}
	#company .sec_02 .box .img img {
		width: 100%;
	}
	#company .sec_02 .box.true .txt_box {
	    padding: 20px 0;
	    margin: 0px auto;
	    top: 0;
	}
	#company .sec_02 .box .txt_box h2 {
		margin-bottom: 10px;
	}
	#company .sec_02 .box .txt_box p {
		text-align: left;
	}
	#company .sec_02 .box .txt_box p br {
		display: none;
	}
	#company .sec_03 {
	    width: 96%;
	    margin: 0 auto 35px;
	    padding: 45px 10px;
	}
	#company .sec_03 .inner {
		display: block;
	}
	#company .sec_03 .inner .box {
		width: 100%;
	}
	#company .sec_03 .inner .box:first-child dl {
		padding: 0 0 20px;
	    margin: 0 0 20px;
		border-bottom: 1px solid #e2e2e2;
	}
	#company .sec_03 .inner dl dt, #company .sec_03 .inner dl dd {
	    padding: 0 0 20px;
	    margin: 0 0 20px;
	}
	#company .sec_03 .inner dl dt {
		width: 30%;
	}
	#company .sec_03 .inner dl dd {
		width: 70%;
	}
	#company .sec_04 {
		width: 96%;
		padding: 0 10px;
	}
	#company .sec_04 .box {
		display: block;
	}
	#company .sec_04 .box .mapBox {
		width: 100%;
		height: 250px;
		margin: 0 0 25px 0;
	}
	#company .sec_04 h2 {
		margin-bottom: 10px;
	}


	/*20200803 add*/
	#company .sec_03 .inner .box:nth-child(1) {
    padding-bottom: 0px;
   }
	#company .bnr_box{
		width: 92%;
    margin: 0px auto 0;
    justify-content: center;
	}
	#company .bnr_box{
    text-align: center;
	}
	#company .bnr_box .img_box{
		text-align: center;
		margin-top: 30px;
	}
	#company .inner .bnr_box .img_box:first-child{
		width: 50%;
    margin: 30px auto 0;
	}
	#company .inner .bnr_box .img_box:last-child{
		width: 60%;
    margin: 30px auto 0;
	}
  #company .bnr_box .img_box img{
  	max-width: 100%;
  }

	/*リクルート*/
	#recruit .sec_02 {
	    width: 96%;
	    margin: 0 auto 35px auto;
	    padding: 45px 10px;
	}
	#recruit .sec_02 .box .img img {
		width: 100%;
	}
	#recruit .sec_02 .box.true .txt_box {
		top: 0;
	     padding: 30px 0 0;
	    margin: 0px auto;
	}
	#recruit .sec_03 {
		width: 96%;
		padding: 45px 10px;
	}
	#recruit .sec_03 .inner .box {
		width: 100%;
	}
	#recruit .sec_03 .inner dl {
		display: block;
	}
	#recruit .sec_03 .inner dl dt, #recruit .sec_03 .inner dl dd {
		width: 100%;
		margin: 0 0 20px;
		padding: 0 0 020px;
	}
	#recruit .sec_03 .inner dl dt {
		border: none;
		padding: 0;
	}
	#recruit .sec_04 {
		width: 96%;
		padding: 45px 10px;
	}
	#recruit .sec_04 .box {
		display: block;
	}
	#recruit .sec_04 .box .mapBox {
		width: 100%;
		height: 250px;
		margin: 0 0 25px 0;
	}
	#security .sec_02 ul li:before {
    top: 0em;
	}

/*==========================================*\

  情報セキュリティ

\*==========================================*/
		#security .sec_02 dl dd {
		    margin: 0px 0 25px;
		}

/*==========================================*\

   WP PAGENAVI

\*==========================================*/
	.wp-pagenavi>* {
		font-size: 14px;
		line-height: 34px;
		padding: 0 10px;
	}


	/*-------------------------------------
	  お問い合わせ
	--------------------------------------*/

	#contact #sec_01 {
	  margin-bottom: 35px;
	}
	#contact #sec_01 .sec_inner {
	  width: 92%;
	  padding: 30px 0;
	}
	#contact #sec_01 .sheet_01 td label {
		font-size: 14px;
	}
	#contact #sec_01 .sheet_01 {
		display: block;
	}
	#contact #sec_01 .sheet_01 tbody, #contact #sec_01 .sheet_01 tr {
		display: block;
	}
	#contact #sec_01 .sheet_01 th {
	  font-size: 16px;
	  padding-bottom: 10px;
	  display: block;
	  width: 100%;
	}
	#contact #sec_01 .sheet_01 td {
	  width: 100%;
	  padding-top: 0;
	  display: block;
	}
	#contact #sec_01 .sheet_01 td input.middle {
	  width: 100%;
	}
	#contact #sec_01 .sheet_01 td input.long {
	  width: 100%;
	}
	#contact #sec_01 .sheet_01 td input.mini {
    width: 15%;
	}
	#contact #sec_01 .mfp_buttons button.mfp_element_submit, #contact #sec_01 .mfp_buttons button.mfp_element_button {
		font-size: 14px;
	}
	.mfp_element_all {
	  max-width: 100%;
	}
	#contact #sec_01 .sheet_01 td select {
	  font-size: 14px;
	}
	#contact #sec_01 .sheet_01 td textarea {
	  height: 180px !important;
	}
	#contact #sec_01 .form_text {
	  text-align: left;
	  padding: 45px 10px;
	}
	#contact #sec_01 #mfp_confirm_table th {
	  font-size: 16px;
	  padding-bottom: 10px;
	  display: block;
	  width: 100%;
	}
	#contact #sec_01 #mfp_confirm_table td {
	  width: 100%;
	  padding-top: 0;
	  display: block;
	  font-size: 14px;
	}

	/*-------------------------------------
	  お問い合わせ送信完了
	--------------------------------------*/
	#thanks #sec_01 {
	  padding-top: 0;
	  margin-bottom: 20px;
	}
	#thanks #sec_01 .sec_inner {
	  width: 92%;
	  padding: 0;
	  padding: 30px;
	}
	#thanks #sec_01 .txt_box {
	  margin-bottom: 20px;
	}
	/*-------------------------------------
  サイトマップ
--------------------------------------*/
#sitemap .sec_02 {
  padding: 30px 0;
  margin-bottom: 0;
  width: 96%;
}
#sitemap .sec_02 .sec_inner {
  width: 92%;
  padding: 0;
}
#sitemap .sec_02 .sitemap_wrap {
  display: block;
	padding: 0 15px;
}
#sitemap .sec_02 .sitemap_list {
  margin-bottom: 20px;
}
#sitemap .sec_02 .sitemap_list:last-child {
  margin-bottom: 0;
}
#sitemap .sec_02 .sitemap_list li{
  margin-bottom: 20px;
}
#sitemap .sec_02 .sitemap_list li > a{
	font-size: 18px;
}
#sitemap .sec_02 .sitemap_list li:last-child {
  margin-bottom: 0;
}
#sitemap .sec_02 .sitemap_list > li:before {
  vertical-align: 1px;
}
#sitemap .sec_02 .sitemap_list .under {
  margin-top: 0;
}
#sitemap .sec_02 .sitemap_list .under > li{
  margin-bottom: 0;
}
#sitemap .sec_02 .sitemap_list .under > li a{
  font-size: 16px;
}
/*news*/
#news .sec_02 {
	width: 96%;
	padding: 45px 10px;
}
#news .sec_02 .list_01 li {
    display: block;
}
#news .sec_02 .list_01 .date,#news .sec_02 .list_01 .ttl {
	width: 100%;
	font-size: 14px;
}
#news .sec_02 .list_01 .date {
	font-size: 12px;
}
/*privacy*/
#privacy .sec_02 {
	width: 96%;
	padding: 45px 10px;
}
#privacy .sec_02 p {
    margin: 0 0 20px;
}
#privacy .sec_02 dl dd {
    margin: 0 0 20px;
}
#privacy .sec_02 .pp_list li:before{
	  top: 0.7em;
	}
}
