@charset "UTF-8";
/*
Theme Name: topparts
Text Domain: topparts
Description: アルミ電解コンデンサ用電極部品世界シェアNo.1
Version: 1.0
Text Domain: 
* 
* Bootstrap v4.1.3 (https://getbootstrap.com/)
*/


@charset "utf-8";
/* CSS Document */

/*-------------------　font定義 ---------------------------*/
html{
    font-size: 62.5%;
}
body{
    font-size:1.6rem;/* 16px*/
    line-height: 2;
	color:#333;
	font-family: "'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif";
}
h1 {
    font-size: 35px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));/* 24px~36pxで可変*/
    line-height: 1.3;
}
h2{
    font-size: 50px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(2.4rem + ((1vw - 0.64rem) * 0.7143));/* 24px~36pxで可変*/
    line-height: 1.3;
}
h3{
    font-size: 45px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));/* 20px~30pxで可変*/
    line-height: 1.3;
}
@media (min-width: 1200px) {/* 1200px以上*/
    h1 {
        font-size: 3.5rem;/* 35px*/
    }
    h2 {
        font-size: 5rem;/* 50px*/
    }
    h3 {
        font-size: 4.5rem;/* 45px*/
    }
    h4 {
        font-size: 2.5rem;/* 35px*/
    }
}
@media screen and (max-width: 768px) {/* 768px以下*/
    body{
    line-height: 1.5;
	font-size: 1.4rem;
    }
    h1{
        font-size: 2rem;/* 20px*/
    }
    h2 {
        font-size: 2.5rem;/* 25px*/
    }
    h3 {
        font-size: 2.6rem;/* 26px*/
    }
    h4 {
        font-size: 1.4rem;/* 14px*/
    }
}

/*reCapcha
--------------------------------------------*/
.grecaptcha-badge{
bottom: 55px!important;
}

/* common
--------------------------------------------*/
html{
}
body{
/*padding-top:5.5rem;*/
letter-spacing:0.05em;
padding-left:0 !important;
padding-right:0 !important;
}
a{
color: #009f46;
}
a:hover{
color:#056831;
text-decoration:underline;
}
.btn{
  padding:1em 0;
  transition: color .30s ease-in-out,background-color .30s ease-in-out,border-color .30s ease-in-out,box-shadow .30s ease-in-out;
}
.btn:focus{
  box-shadow:none;
}
.btn-gene a{
    text-align: center;
    padding: 10px 20px;
    display: block;
    border-radius: 4px;
    background-color: #009f46;
    color: #FFF;
    font-size:1.6rem;
    margin-right:5px;
    margin-left:5px;
}
.btn-gene a:hover{
  opacity:0.7;
  text-decoration:none;
}
img{
width:100%;
height:auto;
}
br.sp{
display:none;
}
.txt-shadow{
text-shadow:1px 1px 3px #222;
}
h3{
color:#009f46;
text-align:center;
margin:30px 20px;
letter-spacing:1px;
font-family:"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
h4{
background-color:#009f46;
text-align:center;
color:#FFF;
padding:10px;
margin:30px 0 10px 0;
}
h4.kanren-title{
background-color:#0070c0;
margin: 100px 0 10px 0;
}
h5{
font-size: 2.4rem;
background-color: #eaf9ee;
padding: 10px 10px 7px 10px;
margin: 50px 0 10px 0;
border-top: 2px solid #009f46;
font-weight: bold;
}
.recruit section,
.company section,
.business section,
.policy section,
.wrap-form{
    margin: 120px 0;
}
.recruit section:first-child,
.company section:first-child,
.business section:first-child,
.policy section:first-child,
.wrap-form:first-child {
margin-top:80px;
}
#news{
margin-top:120px;
margin-bottom:80px;
}
.red{
	color:#FF0000;
	font-weight:bold;
}
.justify-content-center {
    margin: 0;
}
p {
    margin-top: 0;
    margin-bottom: 0;
}
p:empty:before {
    content: none;
}

/*loading
---------------------------------------------*/
#loading{
width:100vw;
height:100vh;
transition: all 1s;
background-color:#fff;
position:fixed;
top:0;
left:0;
z-index:9999;
}
.sk-chase {
  width: 40px;
  height: 40px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
  top:50%;
  left:50%;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; 
  animation: sk-chase-dot 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #008842;
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }

@keyframes sk-chase {
  100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot {
  80%, 100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4); 
  } 100%, 0% {
    transform: scale(1.0); 
  } 
}
.loaded {
  opacity: 0;
  visibility: hidden;
}
/*page top
---------------------------------------------*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #008842;
  z-index:9998;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*header
--------------------------------------------*/
#header{
border-top:5px solid #008842;
}
#header a img{
width:350px;
}
#header .bg-light{
background-color:#fff !important;
padding-top:0.7em;
padding-bottom:0.7em;
opacity: 1;
}
#header .bg-light a.h1{
margin:0;
}
#header nav .nav-link{
color:#000;
font-size:16px;
font-weight:500;
padding:0;
}
#header nav .nav-item{
padding-left:2em;
}
#header nav a.nav-link{
position: relative;
display: inline-block;
text-decoration: none;
}
#header nav a.nav-link::after{
position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  background: #008842;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
#header nav a.nav-link:hover::after {
  transform: scale(1, 1);
}
.navbar {
    padding: .5rem 3rem;
}
.navbar-light .navbar-toggler-icon {
    background-image:none;
}

/*50anniversary movie
--------------------------------------------*/
#icatch .logo50-wrap-l {
max-width: 10%;
position: absolute;
top: 45%;
left: 2%;
z-index: 999;
}
#icatch .logo50-wrap-r {
max-width: 10%;
position: absolute;
top: 45%;
right: 2%;
z-index: 999;
}

/*icatch
--------------------------------------------*/
#icatch{
margin-bottom:105px;
}
#icatch .logo50-wrap{
max-width:180px;
position:absolute;
top:10%;
right:13%;
z-index:999;
}
#icatch .logo50-wrap img{
width:100%;
}

#icatch .carousel-caption{
text-align:left;
letter-spacing:0.25em;
line-height:2;
top:28%;
left:8%;
bottom:0;
right:0;
}
#icatch .carousel-indicators li{
 width:10px;
 height:10px;
 margin-right:8px;
 margin-left:8px;
 border-radius:50% 50%;
 background-color:#fff;
 opacity:1;
}
#icatch .carousel-indicators .active{
 background-color:#008842;
}
#icatch .carousel-caption h2{
 margin-bottom:1em;
 font-size: 6rem;
    margin-top: 2rem;
}
#icatch .carousel-caption p.sub-title{
 font-size:24px;
 margin-bottom:0;
}
#icatch .carousel-caption p{
font-size: 1.8rem;
    line-height: 1.6;
    font-weight: normal;
}
#icatch .carousel-bt{
text-align:center;
top:auto;
right:15%;
bottom:20px;
left:15%;
}
#icatch .carousel-caption a{
color:#fff;
}
#icatch .carousel-caption a:hover{
text-decoration:none;
opacity:0.7;
}
#icatch .carousel-caption .arrow{
width:40px;
margin-bottom:0.2em;
}

/*page-title
-------------------------------------------*/
.page-title-wrap {
    position: relative;
    width: 100%;
    height: 250px;
    z-index: 2;
}
.page-title-wrap .img img {
    height: 250px !important;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
}
h2.title {
    position: absolute;
    top: 40%;
    left: 10%;
    color: #FFF;
    font-family： 'M PLUS Rounded 1c'、sans-serif;
}

/*section1
--------------------------------------------*/
#section1{
margin-bottom:105px;
}
#section1 h2{
color:#008842;
margin-bottom:1.5em;
font-size: 2.8rem;
}
#section1 p.font-large {
    font-size: 2rem;
}
/*section2 main-img
--------------------------------------------*/
.img_wrap1,
.img_wrap2{
width:100%;
height:550px;
position:relative;
}
.main_img1{
width:100%;
height:100%;
background:url(img/main-img01.jpg) no-repeat center center; background-size:cover;
}
/* .text1{
width:50%;
color:#fff;
position:absolute;
top:35%;
left:50%;
z-index:100;
} */
.text1 {
    width: 50%;
    color: #fff;
    position: absolute;
    top: 82%;
    left: 25%;
    z-index: 100;
}
.main_img2{
width:100%;
height:100%;
/* background:url(img/main-img02.jpg) no-repeat center center; background-size:cover; */
background:url(img/main-img02-1.jpg) no-repeat center center; background-size:cover;
}
.text2{
width:50%;
color:#fff;
position:absolute;
top:35%;
right:50%;
text-align:right;
z-index:101;
}
.text-inner h3{
margin-bottom:1.5em;
color: #FFF;
font-size: 3.5rem;
}
.text-inner a.btn{
color:#fff;
background:none;
border:1px solid #fff;
border-radius:0;
font-size: 1.6rem;
padding: 1rem 3rem;
}
.text-inner a.btn:hover{
box-shadow:0 0 8px #fff;
opacity:0.7;
}
.text1 p,
.text2 p{
line-height:2.4em;
}
img.arrow{
width:20px;
margin-bottom:0.1em;
margin-left:0.5em;
}
/*section3 card
--------------------------------------------*/
#section3{
padding:45px 0;
background-color:#e3f9e3;
margin-bottom:90px;
}
#section3 .card{
border:none;
text-align:center;
position:relative;
}
#section3 .card.col-md-3{
padding-left:1px;
padding-right:1px;
overflow:hidden;
}
#section3 a:hover{
opacity:0.8;
}
#section3 .card-img{
width:100%;
transition-duration:0.5s
}
#section3 .card-img:hover{
transform:scale(1.2);
}
#section3 a .card-img-overlay{
position:absolute;
top:80%;
right:0;
left:0;
bottom:0;
padding:0;
}
#section3 .card-title{
color:#fff;
font-size:20px;
letter-spacing:0.25em;
font-weight:700;
}
/*news
--------------------------------------------*/
#news{
margin-bottom:90px;
}
#news dl{
    height: 100%;
    border-bottom: 1px solid #ccc;
    padding: 1.5em 6em;
    margin-bottom: 0;
    display: flex;
    line-height: 1;
}
#news dl:first-child{
  border-top:1px solid #ccc;
}
#news dt{
    display: flex;
    padding: 10px;
}
#news dd{
    color: #FFF;
}
#news span{
font-size: 1.4rem;
    margin: -10px 20px 0 20px;
    width: 100px;
    text-align: center;
    font-weight: normal;
    color: #FFF;
    padding:10px;
}
#news span.news {
    background-color: #009f46;
}
#news span.tenji {
    background-color: #c9bf02;
}
#news dd a {
    padding-top: 10px;
    display: block;
    color:#009f46;
}
#news dd a:hover {
    color:#056831;
    text-decoration:underline;
}
#news dd.news_category{
  width:8.5em;
  background:green;
  color:#fff;
  text-align:center;
  font-weight:700;
  padding:0.5em 0em;
}
#news h2,
  #news .row{
  margin-bottom:60px;
}
#news .btn{
  padding:1em 0;
  transition: color .30s ease-in-out,background-color .30s ease-in-out,border-color .30s ease-in-out,box-shadow .30s ease-in-out;
}
}
#news .btn:focus{
  box-shadow:none;
}
#news .btn-dark{
  max-width:250px;
  background-color:green;
  color:#fff;
  border-color:green;
  font-size:1.6rem;
}
#news .btn-dark:hover{
  background-color:#fff;
  color:green;
  border-color:green;
}
/* pagenation */
h2.screen-reader-text {
    display: none;
}
nav.navigation.pagination {
    justify-content: center;
}
.nav-links a, .nav-links span {
    text-align: center;
    padding: 5px 10px;
    border: 1px solid #999;
    border-radius: 3px;
    margin: 0 2px;
    font-size:1.6rem;
}
.nav-links a:hover{
background-color:#eaffe9;
text-recoration:none;
}

#news span.page-numbers.current{
    text-align: center;
    padding: 5px 10px !important;
    border: 1px solid #999;
    border-radius: 3px;
    margin: 0 2px;
    color:#000000 !important;
    margin:0;
    font-size:1.6rem;
 }

/*company
--------------------------------------------*/
.company_info dl {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  line-height:145%;
}
.company_info dt {
  width: 25%;
  padding: 10px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ccc;
}
.company_info dd {
  width: 75%;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom:0 !important;
}
.bg-history{
	background-color:#f3fff7;
	padding:80px 0;
	margin-top:80px;
}
.googlemap{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;/*比率をお好みで*/
}
.googlemap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.company span.font-small {
    font-size: 1.35rem;
}

/*business
--------------------------------------------*/
.lead {
    font-size: 2.5rem;
    text-align: center;
    font-weight:bold;
    color:#009f46;
}
.lead2{
    font-size: 2.2rem;
    text-align: center;
    font-weight:500;
}
.cond .title1 {
    color: #009f46;
    text-align:center;
    font-size: 2.4rem;
    margin: 20px 0;
    line-height: 1.4;
}
.cond .title2 {
    color: #009f46;
    text-align:left;
    font-size: 2rem;
    margin: 20px 0;
    line-height: 1.4;
}
.cond .title2-ml{
	margin-left:4.2em;
}
.cond {
    background-color: #eaf9ee;
    padding: 20px 50px;
}
.wrap-contact{
	background-color: #eaf9ee;
	border:2px solid #009f46;
	padding: 50px 80px;
}
.wrap-contact .title{
	font-size:2rem;
	text-align:center;
}
.wrap-contact p{
	text-align:center;
}
.wrap-contact .tel{
	font-size:2.8rem;
	font-weight:bold;
}
.wrap-contact .time{
	margin-left: 4.5em;
    font-size: 1.6rem;
    line-height: 1.4;
}
.wrap-contact .btn-cont a{
	background-color: #009f46;
    color: #FFF;
    border-radius: 4px;
    padding: 20px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.8rem;
}
.wrap-contact .btn-cont a:hover{
	opacity:0.8;
	text-decoration:none;
}
textarea.form-control {
    font-size: 1.6rem;
}
.business section > h4[id] {
  display: block;
  height: 80px;
  margin-top: -80px;
  content: "";
}
.koutei-title{
text-align:center;
color:#009f46;
font-size: 2.8rem;
margin-top: 30px;
}
	
/*recruit
--------------------------------------------*/
.recruit ol.fukuri{
margin:0 50px;
padding:0;
font-size:2rem;
font-weight:bold;
color:#009f46;
}
.recruit ol.fukuri li{
margin-top:40px;
}
.recruit ol.fukuri li p{
font-size:1.6rem;
font-weight:normal;
color:#333;
}
.recruit dl {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  margin-top:20px;
}
.recruit dt {
  width: 18%;
  padding: 10px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ccc;
}
.recruit dd {
  width: 82%;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom:0;
}
.rec-subt{
font-size:2.2rem;
font-weight:bold;
margin-top:40px;
border-left:0.5em solid #000;
padding-left:20px;
}
/*policy
------------------------------------------*/
.display-4 {
    font-size: 2.2rem;
    line-height: 2;
   font-weight: 400;
}
.ml2 {
    margin-left: 11px;
}
ol.ml5 {
    margin-left: 9rem;
    margin-top: 20px;
}
ol.ml0 {
    margin-left: 0rem;
    margin-top: 20px;
}
.font-lm{
	margin-left:1.5em;
}
span.ml1 {
    margin-left: 10px;
}
h4.font-small {
    font-size: 2rem;
    background-color: transparent;
    color: #009f46;
    font-weight: bold;
}
section.wrap-iso {
    margin-top: 180px;
}
/*single(投稿)
------------------------------------------*/
.single{
    border:1px solid #CCCCCC;
    background-color:#f8f8f8;
    padding:50px 100px;
    width:100%;
    margin:100px 0 50px 0;
}
.btn-back-wrap{
	display:flex;
	justify-content:center;
	width:100%;
	margin-bottom:100px;
}
.btn-back{
	margin:0 0 100px 0;
	width:30%;
}

ul.p-kiji{
	display:flex;
	flex-direction:row-reverse;
	list-style-type:none;
	margin-top:50px;
}
ul.p-kiji li{
	padding:0 20px;
}
.single img {
    margin: 15px 0;
    width: auto;
    max-width: 100%;
}

/*form
---------------------------------------*/
#contact{
	border:1px solid #f2f2f2;
	padding:5%;
	background-color:#f8f8f8;
}
.form-group {
    padding: 1.75rem 0;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
}
.caution {
    color: #ea4335;
    font-size:1.2rem;
}
span.wpcf7-list-item {
    display: block;
}
span.wpcf7-list-item input{
	margin: 0 0.5rem 0 0;
}
div#contact input {
    font-size: 1.6rem;
    padding: 3px 1rem;
}
	
/*footer
--------------------------------------------*/
#footer{
border-top:10px solid green;
background-color:#999;
color:#fff;
}
#footer a img{
width:280px;
}
#footer a{
color:#fff;
}
#footer a:hover{
opacity:0.7;
}
#footer .ft_nav{
margin:30px 0 30px;
}
#footer .ft_logo{
margin-bottom:30px;
}
#footer .ft_address{
margin-bottom:30px;
}
#footer .col-sm-4 p{
padding-left: 0;
font-size: 1.4rem;
}
}
#footer .copyright{
background-color:#333;
height:50px;
padding:10px 0 0 0;
}
.justify-content-center {
    width: 100%;
}


/* ipad tablet css
-----------------------------------------------*/
@media screen and (max-width: 1024px){
/*common
----------------------------------------*/
br.sp{
display:block;
}
#page_top{
right: 15px;
}


/*50anniversary movie
---------------------------------------*/
#icatch .logo50-wrap-l{
display: none;
}
#icatch .logo50-wrap-r{
display: none;
}

/*icatch
----------------------------------------*/
#icatch .carousel-bt{
bottom:0;
}
#icatch .carousel-caption p.sub-title{
font-size:20px;
line-height:1.5;
}
#icatch .carousel-caption h2{
margin-bottom:0.7em;
}
#icatch .carousel-caption .arrow{
margin-left:0;
}
/*sec2
----------------------------------------*/
.text1{width:300px;top: 65%;left: 36%;}
.text2{
width:300px;
top:5%;
right: 56%;
}
.text-inner h3{
font-size:24px;
}
.text1 p, .text2 p{
line-height:1.2em;
}
.img_wrap1, .img_wrap2{
height:300px;
}
/*news
----------------------------------------*/
#news dd{
margin-left:0;
}
#news dl {
    padding: 1.5em 0;
}
#footer .col-sm-4 p{
padding-left:0;
}

#news dl {
    padding: 1em;
}
#news dd.tenji,
#news dd.news {
    margin-top: 2px;
}
#news dd a {
    padding-top: 2px;
}
}




/* mobile css
-----------------------------------------------*/
@media screen and (max-width: 480px){

/*header
----------------------------------------*/
#header .bg-light{
padding:10px;
}
#header nav .navbar-nav{
margin:1em 0;
}
#header nav .nav-item{
padding:0;
margin-bottom:0.5em;
border-bottom:1px solid #999;
text-indent:1em;
font-size: 2rem;
}
#header nav .nav-link{
margin-bottom:0.5em;
}
#header nav a.nav-link{
    display: block;
    width: 100%;
    font-size: 2rem !important;
}

/*icatch
----------------------------------------*/
#icatch{
margin-bottom:60px;
}
#icatch .logo50-wrap{
max-width:65px;
}
#icatch .carousel-indicators{
margin-bottom:0;
}
#icatch .carousel-indicators li{
width:8px;
height:8px;
}
#icatch .carousel-caption p.sub-title{
font-size:1.4rem;
line-heght:0;
margin-bottom:0.5em;
letter-spacing:0;
}
#icatch .carousel-caption h2{
font-size:2rem;
font-weight:700;
letter-spacing:0.05em;
}
#icatch .carousel-bt{
bottom:0;
padding-bottom:5px;
}

element.style {
}
#icatch .carousel-caption {
    left: 4%;
    top: 3%;
}
.col-5.carousel-caption {
    max-width: 80%;
}
#icatch .carousel-caption .arrow{
width:20px;
}
/*section1
----------------------------------------*/
#section1{
margin-bottom:60px;
}
#section1 p.font-large {
    text-align: left;
    font-size:1.6rem;
}
#section1 h2{
font-size:2.2rem;
}
/*section2
----------------------------------------*/
.text-inner h3 {
    font-size: 2rem;
    margin: 10px;
}
.img_wrap_sp{
background-color:#000;
color:#fff;
padding-top:1.5em;
padding-bottom:1.5em;
}
.btn-light{
color:#fff;
background:none;
border:1px solid #fff;
padding: 4px 10px;
justify-content:center;
text-align:center;
font-size: 1.4rem;
}
/*section3
----------------------------------------*/
#section3 .row{
margin-left:0;
margin-right:0;
}
.card {
    background-color: transparent;
}
#section3 .card.col-md-3 {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
#section3 {
    padding: 15px 0 0 0;
}

/*news
----------------------------------------*/
#news dl {
    display: table-column;
}
#news dd a {
    padding: 0 0 0 1em;
}
#news span {
    font-size: 1.2rem;
    margin: -5px 20px 0 20px;
    width: 90px;
    padding: 5px;
}
#news {
    margin-bottom: 20px;
    margin-top: 20px;
}
#news .row{
	margin-bottom:30px;
}
#news .btn-dark {
    max-width: 250px;
    font-size: 1.4rem;
    padding: 0.8rem;
}
.policy .col-10 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}

.single {
    padding: 20px;
    margin: 30px 10px;
}
.page-title-wrap .img img {
    height: 110px !important;
}
.page-title-wrap {
    height: 110px;
}
.recruit ol.fukuri {
    margin: 0 0 0 30px;
}
.recruit section:first-child, .company section:first-child, .business section:first-child, .policy section:first-child, .wrap-form:first-child {
    margin-top: 20px;
}
.recruit section, .company section, .business section, .policy section, .wrap-form {
    margin: 60px 0;
}
.wrap-contact .title {
    font-size: 1.6rem;
}
h3 {
    margin: 30px 0 10px 0;
}
.wrap-contact .time {
    margin-left: 2em;
}
/*footer
----------------------------------------*/
#footer .ft_nav {
    display:none;
}
#footer {
    margin-top: 50px;
}
#footer .ft_logo {
    margin: 10px 0;
}
#footer p{
font-size:1.2rem;
padding:0 2em;
}
#footer .copyright{
padding:0.25em 0;
}
#footer ul.nav li{
display:inline-block;
width:48%;
}
#footer a img {
    width: 200px;
}
.company_info dt {
    width: 100%;
    padding: 10px 0 0 0;
    display: flex;
    justify-content: normal;
    border-bottom: none;
}
.company_info dd {
    width: 100%;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0 !important;
}
.bg-history {
    padding: 10px 0;
}
.recruit section,
.compant section,
.business section,
.policy section,
.wrap-form {
    margin: 30px 0;
}
.lead {
    font-size: 1.8rem;
}
.lead2 {
    font-size: 1.4rem;
    text-align: left;
}
.cond {
    padding: 20px;
}
.cond .title {
    font-size: 1.6rem;
}
.display-4 {
    font-size: 1.4rem;
    margin: 0;
    font-weight:400;
    line-height:1.5;
}
.ml2 {
    margin-left: 0;
}
ol.ml5 {
    margin-left:0;
    margin-top:0;
}
span.ml1 {
    margin-left:0;
}
.policy .mt-5,
.policy .my-5 {
    margin-top: 1rem!important;
}
.recruit ol.fukuri li p {
    font-size: 1.4rem;
}
section.wrap-iso {
    margin-top: 50px;
}
.btn-back-wrap {
    margin-bottom: 0;
}
.company span.font-small {
    font-size: 1.4rem;
}
ul.p-kiji {
    margin-top: 20px;
}
.wrap-contact {
    padding: 20px;
}
.wrap-contact .tel {
    font-size: 1.8rem;
}
.wrap-contact .btn-cont a {
    padding: 10px;
}
.company .col-10 {
    flex: none;
    max-width: 100% !important;
}
}

/*
@media (min-width: 1024px){
.navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
}

@media (min-width: 1024px){
.navbar-expand-md .navbar-toggler {
    display: none ;
}
}
*/


@media screen and (max-width: 575px){
.navbar-nav {
	display:contents;
}
footer .navbar-nav {
    display:none;
}
.nav-item{
	background-color: #FFFFFF;
}
.container-fluid{
	padding-left: 0;
	padding-right: 0;
}
#Navber {
    overflow: auto;
    position: fixed;
    top: 60px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 0;
    transition: .3s;
    opacity: 0;
    z-index: 10;
    background-color: rgba(255,255,255,.96);
    box-shadow: 24px 0 24px -24px rgba(0,0,0,.1);
  }
#Navber.show {
    opacity: 1;
  }
.navbar-toggler {
    border:1px solid #000000;
    position: relative;
    width: 30px;
    height: 30px;
  }
.navbar-nav li a.nav_link {
    color: #333;
    text-align: left;
    padding: 1.25rem 1rem;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    position: relative;
    display: block;
	font-size: 1.4rem;
  }
.navbar-nav li:nth-of-type(5) a{
	background-color:#FFFFFF;
	color: #333;
	padding: 10px;
	margin-left: 0;
}
#Navber i.fas.fa-arrow-circle-right{
	display: none;
}
.navbar-nav li a:after {
  content: '';
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 3px #cccccc;
  border-right: solid 3px #cccccc;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -4px;
  }
.navbar-toggler span,
.navbar-toggler span:before,
.navbar-toggler span:after {
    position: absolute;
    height: 3px;
    border-radius: 3px;
    background: #333;
    display: block;
    content: '';
    cursor: pointer;
    transition: all .32s ease;
  }
.navbar-toggler span:before,
.navbar-toggler span:after {
    width: 100%;
    left: 0;
  }
.navbar-toggler span {
    top: calc(25px / 2);
    left: 5px;
    right: 8px;
  }
.navbar-toggler span:before {
    top: -7px;
  }
.navbar-toggler span:after {
    bottom: -7px;
  }
.navbar-toggler:not(.collapsed) span {
    background-color: transparent;
  }
.navbar-toggler:not(.collapsed) span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
  }
.navbar-toggler:not(.collapsed) span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0;
  }
#header nav a.nav-link::after {
	display:none;
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height:0;
    background: #008842;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0s;
}
#header a img {
    width: 200px;
}
.cond .title2 {
    font-size: 1.4rem;
}
h5{
	margin-top:20px;
	font-size: 1.8rem;
}
h4.kanren-title {
    margin: 30px 0 10px 0;
}
.recruit dl {
    display: contents;
}
.recruit dt {
    width: 100%;
    padding: 10px 0 0 0;
    justify-content: normal;
    border-bottom: none;
    margin-top:5px;
    font-size:1.8rem;
}
.recruit dd {
    width: 100%;
    padding: 0 10px 10px 0px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
}
.rec-subt {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 40px;
    border-left: 0.5em solid #000;
    padding: 10px;
    background-color: #f2f2f2;
}
}

/*SDGs------*/
.sdgs-img{width:70%; margin-left:4em;}
.sdgs-lg-img{width:50%;}
.sdgs-ml1{margin-left:30px;}
.sdgs-ml2{margin-left:60px;}

@media screen and (max-width: 575px){
.sdgs-img .col-sm-12{width:25%; padding:0 0.25em;}
.sdgs-img{width:85%; margin-left:3.5em;}
.sdgs-lg-img{width:100%;}
.sdgs-ml1{margin-left:10px;}
.sdgs-ml2{margin-left:10px;}
}
