/*
Theme Name: wp-kwork2025
Description: 有限会社ケイ・ワークのテーマ
Author:mrri
*/



@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot');
    src: url('fonts/fontawesome-webfont.eot?iefix') format('eot'),
         url('fonts/fontawesome-webfont.woff') format('woff'),
		url('fonts/fontawesome-webfont.woff2') format('woff2'),
         url('fonts/fontawesome-webfont.ttf') format('truetype'),
         url('fonts/fontawesome-webfont.svg#webfontjSpbZQRv') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face{
	font-display: swap;
	font-weight: 400;
	font-style: normal;
		font-family: 'Noto Sans JP';
	src: url('fonts/NotoSansJP-Regular.otf') format('opentype');
	font-display: swap;
}
@font-face{
	font-display: swap;
	font-weight: 500;
	font-style: normal;
		font-family: 'Noto Sans JP';
	src: url('fonts/NotoSansJP-Medium.otf') format('opentype');
	font-display: swap;
}
@font-face{
	font-display: swap;
	font-weight: 700;
	font-style: normal;
		font-family: 'Noto Sans JP';
	src: url('fonts/NotoSansJP-Bold.otf') format('opentype');
	font-display: swap;
}
@font-face{
	font-display: swap;
	font-weight: 500;
	font-style: normal;
		font-family: 'Michroma';
	src: url('fonts/Michroma-Regular.ttf') format('truetype');
	font-display: swap;
}



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


body {
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Noto Sans JP', 'Helvetica Neue', Arial, sans-serif;
    font-feature-settings: "palt";
    color: #373737;
    font-weight: 400;
	background: #fff;
	z-index: -1;
	position: relative;
}
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #373737;
 text-decoration: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}
a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
	color: #373737;
}
a[href^="tel:"]{
  pointer-events: none;
}
img{
max-width:100%;
vertical-align: bottom;
	height: auto;
}

.row-10 {
    margin-left:-5px;
    margin-right:-5px;
}	
.row-10>div {
    padding-right:5px;
    padding-left:5px;
}

*:focus {
  outline: none;
}
a , button{
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}
a:hover{
	text-decoration:none;
}

.sp{
	display:none;
}


/*モーション*/
main {
  overflow: hidden;
}

.fadeup {
	opacity: 0;
	transform: translate(0, 40px);
	transition: opacity 0.75s linear,
		transform 3.5s cubic-bezier(0.19, 1, 0.22, 1),
		-webkit-transform 3.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.fadeup2 {
	opacity: 0;
	transform: translate(0, 40px);
	transition: opacity 0.75s linear,
		transform 3.5s cubic-bezier(0.19, 1, 0.22, 1),
		-webkit-transform 3.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.fadeup3 {
	opacity: 0;
	transform: translate(0, 40px);
	transition: opacity 0.75s linear,
		transform 3.5s cubic-bezier(0.19, 1, 0.22, 1),
		-webkit-transform 3.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.fadeleft {
	opacity: 0;
	transform: translate(-50px, 0);
	transition: opacity 0.75s linear,
		transform 2.5s cubic-bezier(0.19, 1, 0.22, 1),
		-webkit-transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.faderight {
	opacity: 0;
	transform: translate(50px, 0);
	transition: opacity 0.75s linear,
		transform 2.5s cubic-bezier(0.19, 1, 0.22, 1),
		-webkit-transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
}


.fadeup.scrollin, .fadeup2.scrollin, .fadeup3.scrollin, .fadeleft.scrollin, .faderight.scrollin{
    opacity: 1;
    transform: translate(0, 0);
}

.fadeIn{
animation-name:fadeInAnime;
animation-duration:2.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  transform: translateY(80px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.fadeInRight{
animation-name:fadeInRightAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
animation-delay:1.0s;
opacity:0;
}

@keyframes fadeInRightAnime{
  from {
    opacity: 0;
  transform: translateX(80px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}






/*トップページ-------------------------------*/
/*ヘッダー*/

header {
  position: absolute;
  top: 0;
  left: 0;
	width: 100%;
}
.gmrelative01.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
}
.gmrelative01.clone-nav.is-show {
  transform: translateY(0);
	z-index: 3000;
	box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.5);
}
.gmrelative01.clone-nav.is-show .header-logoarea {
	background: #fff;
}
.header-logoarea{
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	padding: 0 15px;
	background: #fff;
	align-items: center;
}
h1.header-logo {
  padding: 5px 0;
	margin:0;
}
.header-logo img {
  height: 52px;
  width: auto;
}

nav.globalMenuSp, .hamburger {
  display : none;
}
nav.top-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
	justify-content: space-around;
	align-items: center;
}
nav.top-menu ul li a {
  color: #373737;
  font-size: 18px;
  display: block;
  padding: 0 25px;
	letter-spacing: 2px;
	height: 62px;
  line-height: 62px;
	font-weight: 500;
	position:relative;
}
nav.top-menu ul li a span::before {
	content:'';
	position:absolute;
	height:1px;
	width:calc(100% - 50px);;
	background:#fff;
	bottom:10px;
	left:25px;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
nav.top-menu ul li a:hover span::before {
	background:#102e24;
}
nav.top-menu ul li.header-mail a {
  display: block;
  color: #fff;
	background: #102e24;
	padding: 0 30px;
  border-radius: 30px;
	height: 42px;
  line-height: 42px;
}
nav.top-menu ul li a.dropdown-item i {
  color: #00b44f;
  padding-right: 7px;
}
nav.top-menu ul li.header-mail a:hover{
	background: #00b44f;
	color:#fff;
	border:none;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}

.gmrelative01 {
  z-index: 2000;
  position: relative;
	box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.5);
}
.gmrelative01.clone-nav.is-show .top-menu {
  display: block;
}
.gmrelative01.clone-nav.is-show nav.top-menu {
  margin-top: 0;
}
.dropdown-toggle{
	position:relative;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: none;
	font-family: FontAwesome;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
	position: absolute;
	color: #00b44f;
}

.dropdown-menu {
	margin: 0;
	background-color: rgba(16,46,36,0.7);
	border: none;
	border-radius: 0;
	width: 100%;
	z-index: -1;
	box-shadow: 1px 5px 5px -5px rgba(0,0,0,0.5);
	padding:0;
}
nav.top-menu ul li a.dropdown-item{
	color: #fff;
  padding: 0 15px;
  display: block;
  position: relative;
	height: 42px;
  line-height: 42px;
	text-align: center;
}
nav.top-menu ul li a.dropdown-item:hover, nav.top-menu ul li a.dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: #102e24;
}


.gmrelative01.clone-nav.is-show .dropdown-menu {
  box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.5);
}

/*メインビジュアル*/
.main-img {
	position: relative;
	z-index: -1;
	height: 100vh;
	overflow: hidden;
	min-height: 800px;
}	
.mainimg_pc {
  height: 100vh;
  width: 100%;
object-fit: cover;
object-position: bottom left;
	min-height: 800px;
}
.main-txt{
	position: absolute;
	top: 40%;
  left: 10%;
	z-index: 1;
}
.main-txt .main-title {
  color: #fff;
  font-size: 4vw;
  font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.4;
}
.main-txt .main-title .small-font {
  font-size: 2.8vw;
}
.main-en{
  font-family: 'Michroma', sans-serif;
  color: #fff;
  font-size: 2.4vw;
  opacity: 0.8;
  line-height: 1.3;
  padding-top: 20px;
}
.main-sub{
  font-size: 1.5vw;
  color: #fff;
  padding-top: 20px;
	font-weight: 500;
}
.link a{
  border: 1px solid #999;
  border-radius: 30px;
  padding: 8px 40px;
	display: inline-block;
	font-weight: 500;
	font-size: 18px;
}
.link a i{
  margin-right: 15px;
  color: #373737;
}
.link a:hover{
  border: 1px solid #102e24;
	background: #102e24;
	color: #fff;
}
.link a:hover i{
	color: #fff;
}
.link.w-50p a{
  width: calc(50% - 12px);
  margin-right: 10px;
	text-align: center;
}
.box{
	opacity: 0;
}





/*共通*/
.inner {
    padding: 80px 0;
}
.inner25 {
    padding: 25px 0;
}
.cl-white {
  color: #fff !important;
}
.cl-green {
  color: #00b44f !important;
}
.w100{
	width:100% !important;
}
.w80{
	width: 80% !important;
	margin: 0 auto;
	display: block !important;
}
.w300px{
	width:300px !important;
}
.min_w300px{
	min-width:300px !important;
}

.w27px{
	width:27px !important;
}
ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
.container-fluid {
  padding-right: 0;
	padding-left: 0;
}
.f-26{
	font-size:26px;
}
.f-11{
	font-size:11px;
}
.cl-red {
  color: #ed1c23 !important;
}

/*ボタン*/
.btn-yellow a {
  background: #E0BC32;
  font-size: 16px;
  display: inline-block;
  padding: 5px 40px;
  color: #fff;
  font-weight: 700;
	text-align: center;
	border-radius: 30px;
	letter-spacing: 1px;
}
.btn-yellow a:hover {
	background: #CEA400;
}
.btn-yellow img {
  width: 20px;
  vertical-align: middle;
  margin-right: 10px;
}
.btn-white a {
  background: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 5px 40px;
  color: #142c4d;
  font-weight: 700;
	text-align: center;
	border-radius: 30px;
	letter-spacing: 1px;
}
.btn-white a:hover {
	opacity: 0.8;
}
.btn-white img {
  width: 20px;
  vertical-align: middle;
  margin-right: 10px;
}

input.submit-btn{
	width: 230px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	background: #fff;
	color: #000;
	border: 1px solid #000;
}



/*トップページ*/
.index-h2{
  font-size: 24px;
	font-weight: 500;
}
.index-h2 .h2-en{
  display: block;
  font-size: 47px;
  font-family: 'Michroma', sans-serif;
  padding-top: 5px;
}
.index-h3
{
  font-size: 40px;
  font-weight: bold;
}
.index01-txt{
  font-size: 18px;
  line-height: 2.3;
}

.indexbox02{
  background: #999;
}
.about-wrap{
	position:relative;
	overflow: hidden;
	margin: 0 auto;
}
.about-img-filter{
	position:relative;
	overflow: hidden;
}
.about-img-filter::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(000,000,000,0.2);
}
.about-wrap a img{
-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.about-wrap a:hover img{
	transform: scale(1.08);
}
.about-title{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 2;
  font-size: 22px;
  font-weight: bold;
	text-shadow: #000 1px 0 8px;
}
.about-title .h2-en{
  font-family: 'Michroma', sans-serif;
  padding-top: 5px;
  display: block;
  font-size: 24px;
  font-weight: 500;
}


h2.news-h2 {
  font-size: 50px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #142C4D;
  letter-spacing: 2px;
}
h2.news-h2 span {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  display: block;
  letter-spacing: 2px;
  line-height: 1;
  margin-top: 10px;
}
.news-li{
  display: flex;
  padding: 30px 5px;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.news-li:first-child{
	border-top: 1px solid #ccc;
}

.news-li .cat, .single-top .cat {
  width: 120px;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	margin-right: 40px;
}
.news-li .cat a, .single-top .cat a {
  color: #102e24;
  letter-spacing: 1px;
  display: block;
  border: 1px solid #102e24;
  font-weight: 600;
}
.news-li .cat a:hover, .single-top .cat a:hover {
	background:#102e24;
	color: #fff;
	opacity:1;
}
.news-li .date {
  color: #666;
  margin-right: 30px;
}
.news-li .title a:hover {
  text-decoration: underline;
}



.service01 {
  position: relative;
}
.service01-img {
  position: absolute;
  top: 0;
  left: 0;
}
.service01 {
  position: relative;
  min-height: 645px;
}
.service01-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  min-height: 645px;
  overflow: hidden;
  width: 50%;
}
.service01-img img {
  width: 100%;
  height: 100%;
object-fit: cover;
}
.service02 {
  position: relative;
  min-height: 645px;
	margin-bottom: 80px;
}
.index01-img{
width: 100%;
  height: 100%;
}
.service02-img {
  position: absolute;
  top: 0;
  right: 0;
	height: 100%;
  min-height: 645px;
  overflow: hidden;
  width: 50%;
}
.service02-img img {
  width: 100%;
  height: 100%;
object-fit: cover;
}
.index02-img {
  width: 100%;
  height: 100%;
}

h3.index02-h3 {
  font-size: 30px;
  letter-spacing: 2px;
  color: #373737;
	margin: 60px 0 30px;
}
h3.index02-h3 span {
  font-size: 22px;
  color: #142c4d;
	font-weight: 600;
	margin-right: 20px;
}
.bg-skyblue {
  background: #eef2f5;
}
.about-img {
  position: relative;
}
h3.aboutbnr-h3 {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
	letter-spacing: 1px;
}
h3.aboutbnr-h3 span {
  display: block;
  font-size: 22px;
  font-family: 'Noto Sans JP', sans-serif;
}
.about-img a{
	display:block;
}
.about-img a::after {
  font-family: FontAwesome;
  content: "\f105";
	position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
border: 1px solid #fff;
color: #fff;
border-radius: 50%;
width: 48px;
height: 48px;
display: inline-block;
line-height: 46px;
font-size: 22px;
text-align: center;
}
.about-img a:hover::after{
	border: 1px solid #fff;
	background: #142C4D;
	color: #fff;
}
#slider-case {
  flex: 1;
  margin-right: calc(50% - 50vw);
}
.top-work-btn {
    padding-top: 40px;
    display: block;
	position: relative;
}
.swiper-slide {
  padding: 0 10px;
}
.swiper-button-prev {
  right: 80px;
	left: auto;
}
.swiper-button-next::after{
	font-family: FontAwesome;
	content: "\f054";
	font-size: 20px;
  line-height: 50px;
}
.swiper-button-prev::after{
	font-family: FontAwesome;
	content: "\f053";
	font-size: 20px;
  line-height: 50px;
}
.swiper-button-next, .swiper-button-prev {
  color: #fff;
  width: 50px;
  padding: 0;
  text-align: center;
  display: block;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  opacity: 1;
  letter-spacing: 0;
  background: #102e24;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-button-next:hover, .swiper-button-prev:hover{
	background: #00b44f;
}
.case-block .category {
  background: #f2f2f2;
  display: inline-block;
  margin-top: 7px;
  padding: 0 10px;
  font-size: 90%;
}
.case-block .name {
  font-size: 120%;
}

/*フッター*/
.footer-contact {
  background: #999;
	color:#fff !important;
	background-image: url("img/contact_back.jpg");
	background-size: cover;
	padding: 120px 0;
}
.footer-tel a{
  background: #fff;
  border-radius: 50px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: bold;
}
.footer-tel a i{
  color: #102e24;
  margin-right: 15px;
  padding-top: 10px;
}
.btn-contact a {
  background: #102e24;
	border: 2px solid #102e24;
	color:#fff;
  border-radius: 50px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: bold;
}
.btn-contact a i{
	margin-right: 15px;
  padding-top: 5px;
}
.btn-contact a:hover {
	background: #00b44f;
	border: 2px solid #00b44f;
  color: #fff;
}
.btn-contact a img {
  margin-right: 10px;
  vertical-align: middle;
}
.btn-contact a:hover img.contact-normal {
	display: none;
}
.btn-contact a img.contact-hover {
  display: none;
-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-contact a:hover img.contact-hover {
  display: inline;
}

.footer-content{
  background: #102e24;
  color: #fff;
}
.footer-content a{
	color: #fff;
}
.footer-c-left{
	color:#fff;
}
.map-link a{
  color: #00b44f;
  border: 1px solid #00b44f;
  padding: 0 10px;
  margin-left: 10px;
  border-radius: 4px;
}
.map-link a:hover{
  color: #00b44f;
  border: 1px solid #00b44f;
  background: #fff;
}
.footer-about {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.3;
}
.footer-about span {
  font-size: 24px;
}
.footer-navwrap {
  padding-right: 40px;
  padding-left: 40px;
}
ul.footer-nav{
	margin-bottom:8px;
}
ul.footer-nav a{
  color: #fff;
}
ul.footer-nav li i {
  margin-right: 7px;
  color: #00b44f;
}
ul.footer-nav li a{
  color: #fff;
  display: block;
  padding: 5px 5px;
}
ul.footer-nav li.sub a {
  font-size: 85%;
  line-height: 1.3;
	color: #ddd;
}
ul.footer-nav li a:hover{
	text-decoration:underline;
}


.footer-bottom{
  background: #102e24;
  border-top: 1px solid #999;
  color: #fff;
  font-size: 14px;
  padding: 7px 0;
}
.footer-bottom a{
	color:#fff;
}

.sp-bottom{
	display:none;
}



/*ページトップへ*/
#page-top {
    position: fixed;
    bottom: 30px;
    right: 10px;
    font-size: 200%;
    z-index: 200;
	padding: 0;
	margin: 0;
}
#page-top a, #page-top a:focus, #page-top a:active, #page-top a:visited {
  background: #102e24;
  text-decoration: none;
  color: #fff;
  width: 50px;
  padding: 0;
  text-align: center;
  display: block;
  height: 50px;
  line-height: 40px;
  border-radius: 50px;
	opacity: 1;
	letter-spacing: 0;
	border:1px solid #fff;
}
#page-top a:hover {
    text-decoration: none;
    background: #00b44f;
	opacity: 1;
}

/*下層ページ*/
.page-top{
  position: relative;
}
.page-h2-wrap{
  position: absolute;
  top: 40%;
  left: 13%;
  color: #fff;
}
.page-h2-wrap .h2-en::first-letter {
  color: #00b44f;
}
.breadcrumbs{
  font-size: 13px;
	color: #999;
	line-height: 1.3;
}
.breadcrumbs a{
	color: #999;
}

/*こだわり*/
.page-big{
  font-size: 36px;
  font-weight: bold;
}
.capab-h3{
  font-size: 40px;
  font-weight: bold;
}
.capab-h3.pol-h3 {
  font-size: 32px;
  line-height: 1.5;
}
.capab-h3 .num{
  font-family: 'Michroma', sans-serif;
  color: #102e24;
  font-size: 38px;
  padding-right: 5px;
}
.capab-h3.pol-h3 .num {
	font-size: 26px;
}
.pol-wrap {
  position: relative;
}
.pol-back {
  position: absolute;
  top: -60px;
  right: -30px;
  font-size: 80px;
  line-height: 1;
  font-weight: bold;
  color: #102e24;
  opacity: 0.15;
}
.pol-bold {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 15px;
}
.service02.page-kodawari{
  min-height: 450px;
}
.service02.page-kodawari .service02-img{
  min-height: 450px;
}
.service01.page-kodawari{
  min-height: 450px;
	margin-bottom: 80px;
}
.service01.page-kodawari .service01-img{
  min-height: 450px;
}
.bg-gray{
  background: #f2f2f2;
}
.white-waku{
  background: #fff;
  border-radius: 12px;
}
.oem-flow{
  position: relative;
}
.oem-flow::before{
  content: '';
	position: absolute;
  top: 6px;
  left: 12px;
	width:1px;
	height:98%;
	background:#598fc9;
}
dl.oem{
	position:relative;
	padding-left: 40px;
	margin-bottom: 25px;
}
dl.oem::before{
  content: '';
  height: 25px;
  width: 25px;
  border: 7px solid #598fc9;
  border-radius: 30px;
  background: #fff;
  position: absolute;
  top: 6px;
  left: 0;
}
dl.oem dt{
  font-size: 20px;
}
ul.small-list li{
  font-size: 90%;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}

/*事業内容*/
ul.page-nav{
  display: flex;
  gap: 15px;
	margin-bottom: 80px;
}
ul.page-nav li{
	width:100%;
}
ul.page-nav li a{
  border: 1px solid #999;
  display: block;
  padding: 10px;
  border-radius: 30px;
  text-align: center;
}
ul.page-nav li a .num{
  font-family: 'Michroma', sans-serif;
  color: #598fc9;
  padding-right: 10px;
}
ul.page-nav li a:hover{
	border: 1px solid #2F5C97;
  background: #2F5C97;
  color: #fff;
}
ul.page-nav li a:hover .num{
	color: #fff;
}
.bg-gray-service{
  background: #f2f2f2;
  padding: 40px 0;
	min-height: 411px;
}
.service-h3{
  font-size: 24px;
  font-weight: 500;
	position: relative;
	padding-left: 130px;
}
.service-h3 .sercive-h3-sub{
  display: block;
  font-size: 50px;
  font-family: 'Michroma', sans-serif;
  padding-top: 5px;
}
.service-h3 .sercive-h3-sub::first-letter{
  color: #00b44f;
}
.service-h3::before{
  content: '00';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 40px;
  font-family: 'Michroma', sans-serif;
  border: 10px solid #e6e8eb;
  color: #102e24;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  line-height: 90px;
  text-align: center;
}
.service-h3.service-h3-01::before{
	content: '01';
}
.service-h3.service-h3-02::before{
	content: '02';
}
.service-h3.service-h3-03::before{
	content: '03';
}
.service-h3.service-h3-04::before{
	content: '04';
}
.service-h3.service-h3-05::before{
	content: '05';
}
h4.service-h4{
  font-size: 28px;
  border-left: 4px solid #102e24;
  padding-left: 10px;
}
.service02.page-service img{
  min-height: 450px;
  height: auto;
}
.bg-gray-service .index01-txt{
  min-height: 250px;
}
.service02.page-service{
	min-height: auto;
  margin-bottom: 100px;
}

/*施工事例*/
.cat-title::first-letter{
  color: #00b44f;
}
.cat-title{
  font-size: 18px;
  font-family: 'Michroma', sans-serif;
  border-bottom: 1px solid #999;
}
ul.cat-list li {
  display: inline;
}
ul.cat-list li a {
  padding: 5px 20px 7px;
  display: inline-block;
  margin: 10px 10px 0 0;
  border-radius: 2px;
  line-height: 1;
  background: #d4d4d4;
}
ul.cat-list li a.active {
  background:#3d3f48;
  color: #fff;
  border: none;
}
ul.cat-list li a:hover {
  background: #102e24;
  opacity: 1;
	color:#fff;
}
.case-cat a span{
  background: #d4d4d4;
  padding: 2px 10px 3px;
  margin-right: 5px;
  font-size: 14px;
  white-space: nowrap;
}
.single-pager {
  border-top: 1px solid #D4D4D4;
  padding: 45px 0 30px;
	margin-top: 60px;
}
ul.pager li.previous a {
  display: inline-block;
  position: relative;
}
ul.pager {
  display: flex;
  justify-content: space-between;
	position:relative;
}
ul.pager li.previous a span {
  border-bottom: 1px solid #333;
  display: inline-block;
  padding-bottom: 5px;
  margin-left: 10px;
}
ul.pager li.previous a i, ul.pager li.next a i {
  width: 36px;
  height: 36px;
  display: inline-block;
  background:#fff;
  border-radius: 50px;
  color: #102e24;
  vertical-align: middle;
  text-align: center;
	line-height: 36px;
	border: 1px solid #102e24;
}
ul.pager li.next a span {
  border-bottom: 1px solid #333;
  display: inline-block;
  padding-bottom: 5px;
  margin-right: 10px;
}
ul.pager li.to-list {
  position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
ul.pager li.to-list a {
  border-bottom: 1px solid #333;
	display: inline-block;
  padding-bottom: 5px;
}
ul.pager li.previous a:hover{
	opacity:1;
}
ul.pager li.previous a:hover i, ul.pager li.next a i:hover{
	opacity:1;
	background: #102e24;
	color:#fff;
}
ul.pager .next {
  margin-left: auto;
}
/*ページャー*/
.nav-links .page-numbers.current {
  background: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 36px;
  color: #102e24;
  border-radius: 50%;
  border: 1px solid #102e24;
}
a.page-numbers {
  padding: 0 20px;
  line-height: 40px;
	font-family: 'Michroma', sans-serif;
	display: inline-block;
}
.navigation.pagination {
  justify-content: center;
	text-align: center;
}
h3.bd-h4{
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  margin-top: 60px;
  padding: 10px;
  color: #000;
  margin-bottom: 20px;
}

/*会社案内*/
.bg-con-blue{
  background: linear-gradient(90deg, #2F5C97 0%, #2F5C97 30%, #fff 30%, #fff 100%);
}
.com-h3-wrap{
  background: #2F5C97;
  padding: 40px 0;
}
.bg-con-gray{
  background: linear-gradient(90deg, transparent 0%, transparent 30%, #999 30%, #999 100%);
  margin-top: -100px;
}
.bg-con-gray p{
  background: #999;
  margin-left: 40px;
  padding: 130px 0 50px 60px;
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 2px;
}
table.gray-table{
	width: 100%;
	min-width: 540px;
	font-size: 14px;
	line-height: 1.3;
}
table.gray-table th {
  background: #999;
  color: #fff;
  font-weight: 400;
  padding: 5px 10px;
  border: 1px solid #cdcdcd;
	white-space: nowrap;
	font-size: 14px;
}
table.gray-table td {
  font-weight: 400;
  padding: 8px 10px;
  border: 1px solid #cdcdcd;
	font-size: 15px;
}
.bg-r-gray{
	background:#f2f2f2;
	border-radius:10px;
}
.con-bd-top{
  border-top: 3px solid #999;
  padding-top: 20px;
}
table.no-bd-table{
	width: 100%;
	line-height: 1.3;
}
table.no-bd-table th {
  padding: 10px 10px;
	white-space: nowrap;
	vertical-align:top;
	width:20%;
}
table.no-bd-table td {
  font-weight: 400;
  padding: 10px 10px;
	line-height: 1.6;
}
.ceo-photo img {
  margin-top: 40px;
  border-radius: 20px;
}
/*採用情報*/
.service02.page-recruit {
  min-height: 350px;
}
.service02.page-recruit .service02-img {
  min-height: 350px;
  padding-bottom: 60px;
}
.r-about-wrap {
  display: flex;
  gap: 20px;
}
.r-about-inner {
  border: 10px solid #e6e8eb;
  width: 100%;
  text-align: center;
  padding: 20px;
  border-radius: 15px;
}
.img-wrap {
  height: 130px;
}
.img-wrap {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.r-about-title {
  border-bottom: 1px solid #999;
  padding-bottom: 15px;
}
.r-about-txt {
  margin: 0;
  color: #102e24;
  font-size: 120%;
  font-weight: 500;
  line-height: 1.5;
}
.rec-h4 {
  font-size: 38px;
  font-weight: 700;
}
.rec-h4 .rec-h4-sub {
  font-size: 18px;
  display: block;
  font-family: 'Michroma', sans-serif;
  color: #00b44f;
  font-weight: 500;
  padding-bottom: 10px;
}
ul.index01-txt {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.bg-darkgray {
  background: #999;
  color: #fff;
}
table.rec-table{
	width: 100%;
	font-size: 16px;
	line-height: 1.5;
	font-weight:500;
}
table.rec-table th {
  background: #999;
  color: #fff;
  font-weight: 500;
  padding: 15px;
  border: 1px solid #cdcdcd;
	white-space: nowrap;
	text-align: center;
}
table.rec-table td {
  font-weight: 500;
  padding: 15px;
  border: 1px solid #cdcdcd;
}

.page-inter-top {
  position: relative;
  background: #999;
  color: #fff;
  width: 100%;
  height: 250px;
}
.f-weight-bold {
  font-size: 20px;
  font-weight: bold;
}
.btn-contact.recruit-btn a {
  display: inline-block;
  height: 60px;
  padding: 0 40px;
}

/*お問い合わせ*/
.btn-tel a{
  font-size: 34px;
  display: block;
  text-align: center;
  font-weight: bold;
}
.btn-tel a i{
	color: #102e24;
  margin-right: 15px;
  padding-top: 10px;
}
.wpcf7 {
  width: 100%;
  margin: 0 0 2.5em !important;
  padding: 30px;
  background: #f2f2f2;
	border-radius:20px;
}
dl.contact-dl dt {
  font-weight: 400;
}
.wpcf7 input, .wpcf7 textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  line-height: 1.2;
}
.wpcf7 select{
	border: 1px solid #ccc;
	background:#fff;
	 padding: 8px;
}
.wpcf7 input[type="checkbox"] {
  width: auto;
}
.contact-dl p{
  margin-bottom: 0;
}
input.contact-btn {
  width: 300px;
  background: #102e24;
  height: 60px;
  border-radius: 30px;
  font-size: 16px;
  color: #fff;
  line-height: 60px;
  padding: 0 30px;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  border: none;
}
input.contact-btn:hover {
	background: #00b44f;
	opacity: 1;
}




/*お知らせ*/
.single-top{
  padding-top: 70px;
}

/*サイトマップ*/
.post_content li h2.wsp-pages-title,h2.wsp-posts-title,h2.wsp-columns-title,
h2.wsp-internss-title,h2.wsp-interns_cats-title {
	margin: 30px 0px 15px 0px;
	color: #0f3481;
	font-size: 24px;
font-weight: bold;
	list-style: none;
}

ul.wsp-pages-list > li ,li.wsp-post,
ul.wsp-columns-list > li ,ul.wsp-internss-list > li,
ul.wsp-interns_cats-list > li {
	padding: 10px;
    border-bottom: solid 1px #cccccc;
	list-style: none;
}
.post_content ul.wsp-posts-list li, .post_content ul.wsp-posts-list dt, .post_content ul.wsp-posts-list dd, .post_content ul.wsp-products-list li, .post_content ul.wsp-newss-list li{
  list-style: none;
}
body.page-id-38 ul.children li::before {
  content: '・';
  padding-right: 7px;
  color:#2f5c97;
}
.wsp-category-title a {
  color: #0071bc;
  padding-top: 10px;
  display: block;
}



body.page-id-3 .h3{
  font-size: 20px;
  border-bottom: #ddd 1px solid;
  padding-bottom: 5px;
  margin-top: 20px;
}
.wpcf7-spinner {
  display: none;
}


@media (max-width: 1400px) {
.page-big {
  font-size: 2.3vw;
  font-weight: bold;
}
.main-img {
  min-height: 700px;
}	
.mainimg_pc {
  min-height: 700px;
}	
	
}






@media (max-width: 1199px) {
	
	nav.top-menu ul li a {
	  font-size: 15px;
	  padding: 0 15px;
	  letter-spacing: 1px;
	}
	nav.top-menu ul li a span::before {
	width:calc(100% - 30px);;
		left:15px;
	}
	.main-txt .main-title{
		font-size: 5vw;
	}
	.main-en{
		font-size: 2.9vw;
	}
	.main-sub{
		font-size: 1.7vw;
	}

	.link a {
		padding: 8px 30px;
	}
	
	.service-h3 .sercive-h3-sub {
		font-size: 40px;
	}
	.index-h2 .h2-en {
		font-size: 40px;
	}
	.index-h2 {
    font-size: 20px;
  }
	.r-about-wrap {
	  gap: 10px;
	}
	.rec-h4 {
		font-size: 30px;
	}
	.rec-h4 .rec-h4-sub {
		font-size: 16px;
	}
}



@media (max-width: 991px) {
	body {
		font-size: 14px;
	}
	.header-right {
	  display: flex;
	  align-items: center;
	  gap: 10px;
	}
	dl.header-tel {
	  padding: 0;
	}
	dl.header-tel dd span {
		font-size: 20px;
	}
	.btn-yellow a {
	  background: #E0BC32;
	  font-size: 14px;
	  display: inline-block;
	  padding: 5px 20px;
	  color: #fff;
	  font-weight: 700;
	  text-align: center;
	  border-radius: 30px;
	  letter-spacing: 1px;
	}
	
	
	
	nav.top-menu ul li a {
	  padding: 5px 10px;
	  font-size: 15px;
	}
	nav.top-menu ul li a span::before {
	width:calc(100% - 10px);;
		left:5px;
		bottom:13px;
	}
	 nav.top-menu ul li a.dropdown-toggle {
		 padding: 5px 13px 5px 7px;
	}
	nav.top-menu ul li.header-mail a{
	padding: 0 15px;
	}
	h1.header-logo img {
	  height: 28px;
	  width: auto;
	  vertical-align: baseline;
	}

	nav.top-menu ul li.header-login a {
	  padding: 0 15px 0 35px;
	}
	
	.mainimg_pc {
	  object-position: 20% top;
	}
	nav.top-menu ul li a {
		line-height: 50px;
	}
	 .main-txt .main-title {
		font-size: 6vw;
	  }
	.main-txt .main-title .small-font {
	  font-size: 4vw;
	}
 .main-en {
    font-size: 3.8vw;
  }
	.main-sub {
    font-size: 2.3vw;
  }
	.f-26 {
	  font-size: 22px;
	}
 .main-img {
    min-height: 620px;
  }
.mainimg_pc {
    min-height: 620px;
  }
	

	.inner {
	  padding-top: 60px;
		padding-bottom: 60px;
	}
	.index-h2{
	font-size: 18px;
	}
	.index-h2 .h2-en{
	font-size: 28px;
	}
	.index-h3{
	font-size: 26px;
	}
	.index01-txt{
	  font-size: 16px;
	  line-height: 2;
	}
	.service01 {
	  position: relative;
	  min-height: 300px;
	}
	.service01-img {
		min-height: 300px;
	}
	h3.index02-h3 {
	  font-size: 24px;
	  letter-spacing: 2px;
	  color: #373737;
	  margin: 30px 0 20px;
	}
	.service02-img {
		min-height: 300px;
	}
	.service02 {
	  min-height: 300px;
	}
	
	.link.w-50p a{
	width: 90%;
	}
	
	
	.btn-contact a {
		font-size: 20px;
		width: 100%;
	}
	#page-top a, #page-top a:focus, #page-top a:active, #page-top a:visited {
	  width: 40px;
	  height: 40px;
	  line-height: 30px;
	}
	.pagetop-backimg {
	  height: 200px;
	}
	.page-top img {
	  height: 100%;
	  width: 100%;
	  object-fit: cover;
	}
	.page-h2-wrap {
		top: 50%;
	}
	.service-h3::before {
	  font-size: 24px;
		border: 8px solid #e6e8eb;
		width: 80px;
		height: 80px;
		line-height: 65px;
		top: -8px;
	}
	.service-h3 {
	  font-size: 18px;
	  padding-left: 90px;
	}
	.service-h3 .sercive-h3-sub {
		font-size: 28px;
	  }
	.service02.page-service {
	  margin-bottom: 80px;
	}
	.page-big {
		font-size: 25px;
	  }
	.capab-h3 {
		font-size: 24px;
	  }
	 .capab-h3 .num {
		font-size: 22px;
	  }


	.bg-con-gray p {
		font-size: 24px;
	}
	dl.sdgs-txt dt {
		font-size: 20px;
		margin-bottom: 5px;
	}
	dl.sdgs-txt dt .num {
		font-size: 18px;
	}
	ul.page-nav li a {
		padding: 10px 5px;
	}

	.rec-h4 {
		font-size: 30px;
	}
	.interview-txt .i-cat {
		font-size: 14px;
	}
	.pol-back {
		font-size: 50px;
	}
	.capab-h3.pol-h3 {
		font-size: 26px;
	}
	.capab-h3.pol-h3 .num {
	  font-size: 20px;
	}
	 .rec-h4 {
    font-size: 26px;
  }
	.btn-contact.recruit-btn a {
	  padding: 0 40px;
	  width: auto;
	  line-height: 50px;
	}
	
	
	
}

/*--------------------------------------------
スマホ
-----------------------------------------------*/
@media (max-width: 767px) {
	.fadeup2 {
		opacity: 0;
		transform: translate(0, 30px);
		transition: opacity 0.75s linear,
			transform 3.5s cubic-bezier(0.19, 1, 0.22, 1),
			-webkit-transform 3.5s cubic-bezier(0.19, 1, 0.22, 1);
	}
	.fadeup3 {
		opacity: 0;
		transform: translate(0, 30px);
		transition: opacity 0.75s linear,
			transform 3.5s cubic-bezier(0.19, 1, 0.22, 1),
			-webkit-transform 3.5s cubic-bezier(0.19, 1, 0.22, 1);
	}


	
	.pc{
		display:none !important;
	}
	.sp{
		display:block;
	}
	 a[href^="tel:"]{
    pointer-events: auto;
  }
	
	nav.top-menu {
		display: none;
	}
	.header-top {
	  display: none;
	}
	.header-logoarea {
	  display: none;
	}
	.gmrelative01 {
	  z-index: 0;
	  position: static;
	}
	.sp-header {
		background: #fff;
		width: 100%;
		height: 46px;
		position: fixed;
		top: 0;
		z-index: 200;
		box-shadow: 0px 5px 5px -6px rgba(0,0,0,0.5);
	}
	.index-top {
		position: relative;
		padding-top: 46px;
	}
	.hamburger {
	  display : block;
	  position: absolute;
	  z-index : 33;
	  right: 10px;
	  top   : 0;
	  width : 46px;
	  height: 46px;
	  cursor: pointer;
	  text-align: center;
	}
	.hamburger span {
	  display : block;
	  position: absolute;
	  width   : 22px;
	  height  : 2px ;
	  left    : 12px;
	  background : #00b44f;
	  -webkit-transition: 0.5s ease-in-out;
	  -moz-transition   : 0.5s ease-in-out;
	  transition        : 0.5s ease-in-out;
	}
	.hamburger span:nth-child(1) {
	  top: 14px;
	}
	.hamburger span:nth-child(2) {
	  top: 22px;
	}
	.hamburger span:nth-child(3) {
	  top: 30px;
	}
	.hamburger.active span:nth-child(1) {
	  top : 22px;
	  left: 12px;
	  -webkit-transform: rotate(315deg);
	  -moz-transform   : rotate(315deg);
	  transform        : rotate(315deg);
	}
	.hamburger.active span:nth-child(2),
	.hamburger.active span:nth-child(3) {
	  top: 22px;
	  -webkit-transform: rotate(-315deg);
	  -moz-transform   : rotate(-315deg);
	  transform        : rotate(-315deg);
	}
	.sp-header .header-logo img {
	  height: 40px;
		padding-left: 10px;
		width: auto;
		margin-top: 3px;
	}
	nav.globalMenuSp {
		display: block;
		position: fixed;
		z-index: 20;
		top: 0px;
		left: 0;
		color: #fff;
		background: #102e24;
		text-align: center;
		transform: translateY(-100%);
		transition: all 0.6s;
		width: 100%;
		padding: 46px 0 10px;
		overflow-y: auto;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	nav.globalMenuSp ul {
	  background: #fff;
	  margin: 0 auto;
	  padding: 0;
	  width: 100%;
	}
	nav.globalMenuSp ul li {
		list-style-type: none;
		padding: 0;
		width: 100%;
		border-bottom: 1px solid #ddd;
		margin: 0 auto;
	}
	nav.globalMenuSp ul li:last-child {
	  padding-bottom: 0;
	  border-bottom: none;
	}
	nav.globalMenuSp ul li:hover{
	  background :#ddd;
	}
	nav.globalMenuSp ul li a {
		display: block;
		color: #fff;
		padding: 9px 20px;;
		text-decoration: none;
		text-align: left;
		background: #102e24;
	}
	.top-menu-inner .nav-title {
		border-left: none;
	}
	.top-menu-inner.bd-right .nav-title {
		border-right: none;
	}
	nav.globalMenuSp.active {
	  transform: translateY(0%);
	  z-index: 100;
	}
	.globalMenuSp ul.header-nav li a {
		margin: 0 7px;
		padding: 5px 15px 5px 40px;
		font-size: 16px;
		font-weight: 700;
		color:#fff;
	}
	ul.header-nav {
		margin-top: 0;
	}
	.globalMenuSp .top-menu-inner a .nav-title {
		margin: 0;
	}
	nav.globalMenuSp .header-nav li a {
		width: auto;
		color: #fff;
		padding: 0 0 0 40px;
		line-height: 42px;
		margin: 0;
		font-size: 21px;
		display: inline;
	}
	.globalMenuSp .header-nav {
		display: block;
		margin-top: 20px;
	}
	.top-menu-inner a {
		display: block;
	}
	nav.globalMenuSp ul li.parent a{
		position:relative;
	}
	nav.globalMenuSp ul li.parent a::after {
		content: '\f106';
		font-family: FontAwesome;
	  position: absolute;
	  top: 50%;
	  right: 20px;
	  transform: translateY(-50%);
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  font-size: 20px;
	  color: #fff;
	}
	nav.globalMenuSp ul li.parent a.collapsed::after{
		content: '\f107';
	}
	nav.globalMenuSp ul#nav-03 a, nav.globalMenuSp ul#nav-04 a{
	  background: #ddd;
		color:#373737;
	}
	nav.globalMenuSp ul li.g-child i{
	  color: #00b44f;
	  padding-right: 7px;
	}
	
	.main-img {
	  padding-top: 46px;
		height: calc(100vh - 45px);
		overflow: hidden;
	}
	.sp.mainimg_sp {
	  height: calc(100vh - 45px);
	  width: 100%;
		object-fit: cover;
		object-position: bottom left;
		min-height: 620px;
	}
	.main-txt {
	  position: absolute;
	  transform: translate(-0%, -5%);
	  -webkit-transform: translate(-0%, -5%);
	  -ms-transform: translate(-0%, -5%);
	  z-index: 1;
		left: 5%;
	}
	
	 .main-txt .main-title{
		font-size: 6.5vw;
	  }
	.main-txt .main-title .small-font{
	  font-size: 4vw;
	}
	.main-en{
		font-size: 3.8vw;
	  }
	 .main-sub{
    font-size: 3vw;
  }
	
	
/*共通*/
	.inner {
		padding: 30px 0;
	}

	h2.news-h2 {
		font-size: 28px;
	}
	h2.news-h2 span {
		font-size: 13px;
	}
	.news-li {
		display: block;
		padding: 15px 5px;
	}
	.news-li .cat, .single-top .cat {
	  line-height: 20px;
	  font-size: 13px;
	  display: table;
	}
	.news-li .date {
	  float: left;
	}
	.news-li .title {
	  clear: both;
	}
	.link {
	  font-size: 14px;
	}
	.service01-img{
    height: 180px;
    width: 85%;
    min-height: auto;
    top: auto;
    bottom: -200px;
  }

	.service02-img {
	  height: 180px;
    width: 85%;
    min-height: auto;
    top: auto;
    bottom: -200px;
	}
	.service01{
	  margin-top: 250px;
	}
	section.indexboxCase {
	  margin-top: 160px;
	}

	
	.footer-tel a{
	  height: 60px;
	  font-size: 28px;
	  margin-bottom: 10px;
	}
	.btn-contact a{
		height: 60px;
	}
	
	
	.sp-bottom {
	  display: block;
	  position: fixed;
	  z-index: 90;
	  bottom: 0;
	  left: 0;
	  background: #102e24;
	  width: 100%;
	  padding: 5px 0;
		height: 45px;
	}
	.sp-bottom .footer-tel a{
	  background: #fff;
	  border-radius: 50px;
	  height: 35px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  font-size: 18px;
	  font-weight: bold;
	}
	.sp-bottom .footer-tel a i{
	  margin-right: 5px;
	  padding-top: 8px;
		color: #00b44f;
	}
	.sp-bottom .btn-contact a{
	  background: #fff;
	  border: 2px solid #fff;
	  border-radius: 50px;
	  height: 35px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  font-size: 14px;
	  font-weight: bold;
		color:#373737;
	}
	.sp-bottom .btn-contact a i{
	  margin-right: 5px;
	  padding-top: 3px;
		color: #00b44f;
	}
	footer {
	  margin-bottom: 45px;
	}
	.footer-about {
		font-size: 34px;
	}
	.footer-about span {
	  font-size: 20px;
	}
	.footer-about img {
	  width: 200px;
	  height: auto;
	}
	
	.footer-contact{
	  padding: 40px 0;
	}
	.footer-copy {
	  color: #373737;
	  font-size: 12px;
	  padding: 3px 10px 3px;
	}
	.link.w-50p a {
    width: 60%;
  }
	.swiper-button-next, .swiper-button-prev {
  width: 40px;
  height: 40px;
		line-height: 40px;
	}
	.swiper-button-prev::after {
	  line-height: 40px;
	}
	.swiper-button-next::after {
	  line-height: 40px;
	}
	.swiper-button-prev {
		right: 70px;
	}
	
	.page-big {
		font-size: 20px;
	  }
	.service02.page-kodawari .service02-img {
		min-height: 150px;
	  }
	.service01.page-kodawari .service01-img {
		min-height: 150px;
	  }
	.service02.page-kodawari {
	  margin-top: 230px;
		margin-bottom: 230px;
	}
	.service02.page-kodawari {
		min-height: auto;
	  }
	 .service01.page-kodawari {
		min-height: auto;
		 margin-bottom: 230px;
	  }
	body.page-id-12 .bg-gray {
	  margin-top: 250px;
	}
	.capab-h3 {
		font-size: 20px;
	  }
	dl.oem dt {
	  font-size: 17px;
	}
	dl.oem::before {
  		height: 20px;
		width: 20px;
	}
	dl.oem {
	  position: relative;
	  padding-left: 30px;
	  margin-bottom: 20px;
	}
	.oem-flow::before {
	  top: 6px;
	  left: 9px;
		height: 97%;
	}
	ul.page-nav {
		flex-wrap: wrap;
	  }
	ul.page-nav li {
		width: 48%;
	  }
	h4.service-h4 {
		font-size: 20px;
	}
	.bg-gray-service {
	  padding: 40px 0 50px;
	  min-height: auto;
	}
	.service02.page-service  .service02-img {
		height: 150px;
		bottom: -120px;
	  }
	.service02.page-service {
		margin-bottom: 180px;
	  }
	.bg-gray-service .index01-txt {
	  min-height: auto;
	}
	h3.bd-h4 {
	  font-size: 18px;
	}
	.wpcf7 {
		padding: 15px;
	}
	ul.page-nav{
	  margin-bottom: 60px;
	}
	.bg-con-gray p{
	  margin-left: 30px;
	  padding: 120px 0 50px 30px;
	  letter-spacing: 1px;
	  font-size: 20px;
	}
	table.no-bd-table th{
	  display: block;
		padding: 15px 10px 0;
		width:100%;
	}
	table.no-bd-table td{
	  display: block;
		padding: 5px 10px 15px;
		width:100%;
		border-bottom:1px solid #ddd;
	}
	.sdgs-waku{
  	border: 5px solid #f2f2f2;
	padding: 15px;
	}
	.sdgs-img{
	  width: 30%;
	  padding-right: 0;
	  text-align: center;
	  margin: 0 auto 15px;
	}
	dl.sdgs-txt{
	  width: 100%;
		margin: 0;
	}
	dl.sdgs-txt dd{
		margin: 0;
	}
	.service02.page-recruit .service02-img{
	  min-height: 250px;
	  bottom: -220px;
		padding-bottom: 0;
	}
	.service02.page-recruit{
	  margin-bottom: 260px;
		min-height: auto;
	}
		 .r-about-wrap {
    	flex-wrap: wrap;
		 justify-content: center;
	}
	.r-about-inner{
		width: 48%;
		border: 5px solid #e6e8eb;
		padding: 15px;
	  }
	.img-wrap img{
	  max-height: 55px;
	  width: auto;
	  height: auto;
	  max-width: 45px;
	}
	.img-wrap{
	height: 60px;
	}
	img.sdgs-01{
	  width: 60%;
	  max-width: 225px;
	}
	table.rec-table th{
		display:block;
		padding: 5px 10px;
	}
	table.rec-table td{
		display:block;
		padding: 10px 10px;
	}
	.w400{
	  width: 300px !important;
	}
	.page-inter-top{
	  height: 180px;
	}
	.intav-title{
  font-size: 18px;
	margin-bottom: 15px;
	}
	.intav-title .num{
	font-size: 24px;
	}
	dl.interview dt{
	  font-size: 16px;
	}
	dl.interview dd{
	padding: 10px 15px;
	}
	body.page-id-36 .h3{
	font-size: 16px;
	}
	ul.page-nav li a .num {
	  padding-right: 5px;
	  font-size: 85%;
	}
	ul.page-nav li a {
    padding: 7px 3px;
    letter-spacing: -0.5px;
  }
	.pol-back {
    font-size: 50px;
    right: -15px;
    top: -20px;
  }
	.capab-h3.pol-h3 {
    font-size: 22px;
  }
	.capab-h3.pol-h3 .num {
    font-size: 16px;
  }
	.ceo-photo img {
	  width: 60%;
	}
	
}


@media (max-width: 567px) {
	  .main-img {
    min-height: 550px;
  }
	.sp.mainimg_sp {
		 min-height: 550px;
	}
	 .main-txt .main-title {
		font-size: 8vw;
	  }
	.main-txt .main-title .small-font {
    font-size: 6vw;
  }
	.main-en {
    font-size: 5vw;
  }
	 .main-sub {
    font-size: 4vw;
  }
	.link a {
  font-size: 16px;
	}
	
}



