@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

@font-face {
    font-family: 'futura';
    src: url('fonts/FUTURAM.eot'); /* IE9 Compat Modes */
    src: url('fonts/FUTURAM.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/FUTURAM.woff') format('woff'), /* Modern Browsers */
         url('fonts/FUTURAM.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('fonts/FUTURAM.svg#svgFontName') format('svg'); /* Legacy iOS */
    }


body {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #333;
}

li {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #0d8337;
}

.clear { clear:both; }  
.clear hr { display:none; }  

#main {
    float: none;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    border: none;
    background-color: none;
    border-radius: 0;
    margin-bottom: 0;
}

.works-font {
    font-size: 110%;
    line-height: 1.8em;
}

.entry-content {
    margin-bottom: 0;
}

.footer-pagetop {
    background: #eee;
    padding: 20px 0 16px 0;
}

.footer-pagetop a {
    display: block;
    width: 70px;
    margin: 0 auto;
}

.footer-link-box {
    background: #fff;
    padding: 50px 0;
}

.footer-link li a {
    color: #0d8337!important;
    font-weight: bold;
    font-size: 16px;
    border-bottom: solid 1px #ddd;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    display: block;
}

.footer-link li ul {
    margin: 0;
}

.footer-link li ul li {
    display: block;
}

.footer-link li ul li a {
    color: #333!important;
    font-size: 12px;
    font-weight: normal;
    border-bottom: none;
    margin: 0;
    padding: 0;
}

#footer {
    padding: 0;
    background-color: #0d8337;
}

#sidebar {
    display: none;
}

h1 {
    width: 220px;
    float: left;
}

.globalMenuSp {
    float: right;
    padding: 16px 0 0 0;
}

.header-menu li {
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    display: inline-block;
    margin: 0 0 0 20px;
}

.header-menu li span {
    font-family: 'futura';
    font-size: 20px;
    display: block;
}

#body {
    margin-top: 0;
}

#body-in {
    width: 100%!important;
}

.main-slider {
    position: relative;
}

.main-copy {
    position: absolute;
    width: 652px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
}

header {
    position: fixed;
    z-index: 9999;
    background: rgba(255,255,255,0.8);
    width: 100%;
}

a img:hover,
.top-menu-list li:hover {
    opacity: 0.8;
}

.news-list {
	margin-bottom: 45px;
}
.news-list li .category {
    font-size: 12px;
    background: #898989;
    color: #fff;
    padding: 2px 10px;
}

.news-list li {
    border-bottom: dotted 1px #ddd;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.news-list li:last-child {
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.news-list li a {
    display: inline-block;
    margin: 0 0 0 20px;
}

.top-news {
    padding: 50px 0 0;
}

.top-news a.button {
	margin-bottom: 0;
}

#news .news-list-item  {
	display: flex !important;
	justify-content: flex-start !important;
}

#news .news-item_txt {
	margin-left: 10px;
}

#news .news-list-item .category {
    font-size: 12px;
    background: #898989;
    color: #fff;
    padding: 2px 10px;
}

#news .news-item_media {
	width: 150px;
	height: 150px;
}

/* #news .news-list li {
	display: flex;
	justify-content: flex-start;
}

#news .news-list li img {
	width: 150px;
	height: 150px;
} */

.top-blog {
	padding: 50px 0 ;
}

.top-blog a.button {
	margin-bottom: 0;
}

.blog-list-item {
	display: inline-block;
    vertical-align: top;
    width: 313px;
	height: auto;
    background: #fff;
    margin: 30px 15px 0 15px;
    padding: 0;
    text-align: left;
}

.blog-list-item img {
	height: auto;
}

.blog-list-item h2 {
	font-size: 18px;
}



.ttl {
    color: #0d8337;
    text-align: center;
    font-weight: bold;
    margin: 0 0 30px 0;
    line-height: 38px;
}

.ttl span {
    font-family: 'futura';
    display: block;
    font-size: 42px;
}

.main-contents {
    padding: 50px 0 0 0;
}

.top-iso {
    background: url(images/kd_bg01.jpg) repeat;
    background-size: 40px;
    padding: 50px 0;
}

.ttl-normal {
    margin: 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.iso-list li {
    display: inline-block;
    vertical-align: top;
    width: 320px;
    background: #fff;
    margin: 30px 15px 0 15px;
    border-top: solid 5px #0d8337;
    padding: 20px;
    text-align: left;
}

.iso-img {
    width: 130px;
    margin: 0 auto;
}

.button,
input[type="submit"] {
  position: relative;
  display: inline-block;
  padding: .9em 4em;
  background-color: #0d8337;
  border: 2px solid #0d8337;
  color: #fff;
  text-align: center;
  text-decoration: none;
    font-weight: normal;
  transition: all .3s;
  font-size: 12px;
}
.button span {
    font-family: 'futura';
    font-size: 19px;
    display: inline-block;
    margin: 0 10px 0 0;
}
.button::after,
input[type="submit"]:after {
  position: absolute;
  top: 50%;
  right: .2em;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #fff;
  transition: all .3s;
}
.button:hover,
input[type="submit"]:hover {
  background-color: #fff;
  border: 2px solid #0d8337;
  color: #0d8337;
}
.button:hover::after {
  border-left-color: #0d8337;
}

.top-works {
    text-align: center;
}

.top-works li .works-ttl {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.top-works li {
    border-top: solid 5px #0d8337;
    display: inline-block;
    width: 380px;
    text-align: left;
    margin: 0 15px;
    vertical-align: top;
}

.center {
    text-align: center;
}

.top-menu-list li.menu1 {
    background: url(images/kd_img03.jpg) no-repeat;
    background-size: cover;
}

.top-menu-list li.menu2 {
    background: url(images/kd_img05.jpg) no-repeat;
    background-size: cover;
}

.top-menu-list li.menu3 {
    background: url(images/kd_img06.jpg) no-repeat;
    background-size: cover;
}

.top-menu-list {
    display: table;
    width: 100%;
    margin: 40px 0 0 0;
}

.top-menu-list li {
    width: 33%;
    height: auto;
    text-align: center;
    line-height: 38px;
    padding: 80px 0;
    display: table-cell;
}

.top-menu-list li a {
    color: #fff;
}

.top-menu-list li a span {
    font-family: 'futura';
    display: block;
    font-size: 32px;
    font-weight: normal;
}

.top-menu-list li a img {
    width: 42px;
    margin: 0 auto
}

.company .subpage-head {
    background: url(images/kd_sub_01.jpg) no-repeat;
    background-size: cover;
}

.facility .subpage-head {
    background: url(images/kd_sub_05.jpg) no-repeat;
    background-size: cover;
}

.message .subpage-head {
    background: url(images/kd_sub_02.jpg) no-repeat;
    background-size: cover;
}

.overview .subpage-head {
    background: url(images/kd_sub_03.jpg) no-repeat;
    background-size: cover;
}

.factory .subpage-head {
    background: url(images/kd_sub_04.jpg) no-repeat;
    background-size: cover;
}

.works .subpage-head {
    background: url(images/kd_sub_06.jpg) no-repeat;
    background-size: cover;
}

hr.nob {
    border:none;
}

.factory-head {
    position: relative;
    margin: 0 0 -6px 0;
}

.factory-head .ttl {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    height: 72px;
    color: #fff;
}

.news .subpage-head {
    background: url(images/kd_sub_07.jpg) no-repeat;
    background-size: cover;
}

.contact .subpage-head {
    background: url(images/kd_sub_08.jpg) no-repeat;
    background-size: cover;
}

.recruit .subpage-head {
    background: url(images/kd_sub_09.jpg) no-repeat;
    background-size: cover;
}

.oneday .subpage-head {
    background: url(images/kd_sub_10.jpg) no-repeat;
    background-size: cover;
}

.subpage-head {
    text-align: center;
    padding: 100px 0;
    background-position: center!important;
}

.subpage-head .ttl span {
    font-size: 52px;
}

.subpage-head .ttl {
    font-size: 20px;
    line-height: 52px;
}

.subpage-head p {
    margin: 0;
    color: #fff!important;
}

.breadcrumbs {
    font-size: 10px;
    background: #cde9d7;
    padding: 10px;
}

.single .article {
    padding: 3em 0 0 0;
}

.archive #main .entry {
    padding: 2em 0 0 0;
}

#breadcrumb{
    display: none;
}

.suboage-contents {
    padding: 50px 0 100px 0;
}

.subpage-menu li {
    display: inline-block;
    text-align: center;
    width: 380px;
    height: 240px;
    margin: 0 10px 20px 10px;
}

.subpage-menu-table {
    display: table;
    width: 100%;
    height: 100%;
}

.subpage-menu li a {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    font-size: 28px;
    line-height: 42px;
    font-weight: bold;
}

.subpage-menu li.sub1 {
    background: url(images/kd_img09.jpg) no-repeat;
    background-size: cover;
}

.subpage-menu li.sub2 {
    background: url(images/kd_img10.jpg) no-repeat;
    background-size: cover;
}

.subpage-menu li.sub3 {
    background: url(images/kd_img11.jpg) no-repeat;
    background-size: cover;
}

.subpage-menu li.sub4 {
    background: url(images/kd_img12.jpg) no-repeat;
    background-size: cover;
}

.works-list .subpage-menu li.sub1 {
    background: url(images/kd_img01-250702.jpg) no-repeat;
    background-size: cover;
}

.works-list .subpage-menu li.sub2 {
    background: url(images/kd_img02-250702.jpg) no-repeat;
    background-size: cover;
}

.works-list .subpage-menu li.sub1 a, .works-list .subpage-menu li.sub2 a {
    background-color: rgba(0, 0, 0, 0.1);
} 

.recruit-menu .subpage-menu li.sub1 {
    background: url(images/kd_img13.jpg) no-repeat;
    background-size: cover;
}

.recruit-menu .subpage-menu li.sub2 {
    background: url(images/kd_img14.jpg) no-repeat;
    background-size: cover;
}

.recruit-menu .subpage-menu li.sub3 {
    background: url(images/kd_img_blog.jpg) no-repeat;
    background-size: cover;
}

.bg-green {
    background: #0d8337;
    padding: 80px 0 70px 0;
    margin: 50px 0 0 0;
    color: #fff;
}

.creed li {
    display: inline-block;
    width: 280px;
    margin: 0 30px;
    text-align: left;
    vertical-align: top;
}

.creed li .head {
    display: block;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    text-align: center;
    line-height: 140px;
    vertical-align: middle;
    border: solid 1px #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto 20px auto;
}



/*------2019.2.26追加齋藤------*/
.creed ol{
	padding-inline-start: 0;

}

.creed ol li{
	display: list-item;
	list-style-type: decimal;
	margin:0;
}

.creed ol li ol{
	margin: 0;
	counter-reset: my-counter;
  list-style: none;
  padding: 0;
}


.creed ol li ol li{
list-style: none;
  padding-left: 0px;
  position: relative;
}

.creed ol li ol li:before{
content: counter(my-counter);
  counter-increment: my-counter;
  background-color: none;
  color: #fff;
  display: block;
  float: left;
  line-height: 15px;
  margin-left: -20px;
  text-align: center;
  height: 16px;
  width: 16px;
  border-radius: 50%;
border: 1px #fff solid;
	margin-top: 5px;
	font-size: 0.8em;
}


/*------//2019.2.26追加齋藤------*/


.ceo-name {
    width: 240px;
    float: right;
    margin: 20px 0 0 0;
}

dl.company {
    padding: 10px 0 20px 0;
    margin: 10px  auto;
    border-bottom: solid 1px #ddd;
    width: 70%;
}

dl.company-top {
    border-top: solid 1px #ddd;
    padding: 20px 0;
}

dl.company dt {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

dl.company dd {
    display: inline-block;
    vertical-align: top;
    width: 74%;
    margin: 0;
}

.history {
    margin: 100px 0 0 0;
}

.error {
    text-align: center;
    padding: 100px 0;
}

article header {
    position: relative;
    overflow: hidden;
}

#breadcrumb {
    font-size: 12px;
}

article header h1 {
    width: 100%;
    margin-top: 0!important;
    margin-bottom: 20px!important;
}

#the-content {
    font-size: 14px;
}

.sns-share-msg {
    display: none;
}

#sns-group {
    margin: 50px 0 0 0;
}

.sns-pages,
.footer-post-meta {
    display: none;
}

.post-meta {
    background: none;
    margin: 0;
    font-size: 12px;
    text-align: left;
}

.entry-read a {
    display: inline-block;
    padding: 2px 30px;
    background: #0d8337;
    font-size: 12px;
    color: #fff;
    margin: 10px 0 0 0;
    border-radius: 5px;
}

.mirai-text a {
    margin: 14px 0 0 0;
}

.facility-list li {
    display: inline-block;
    width: 32%;
    margin: 0.5%;
    text-align: center;
    font-size: 18px;
}

.facility-list li a {
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    display: block;
    padding: 90px 0;
}

.facility-list li:first-child {
    background-image: url(images/kd01.jpg);
    background-size: cover;
    background-position: center;
}

.facility-list li:nth-child(2) {
    background-image: url(images/kd02.jpg);
    background-size: cover;
    background-position: center;
}

.facility-list li:nth-child(3) {
    background-image: url(images/kd03.jpg);
    background-size: cover;
    background-position: center;
}

.facility-list li:nth-child(4) {
    background-image: url(images/kd04.jpg);
    background-size: cover;
    background-position: center;
}

.facility-list li:nth-child(5) {
    background-image: url(images/kd05.jpg);
    background-size: cover;
    background-position: center;
}

.facility-list li:nth-child(6) {
    background-image: url(images/kd06.jpg);
    background-size: cover;
    background-position: center;
}

.facility-list li:last-child {
    background-image: url(images/kd07.jpg?202009);
    background-size: cover;
    background-position: center;
}

.facility-box .ttl,
.gallery-box .ttl {
    background: #0d8337;
    color: #fff;
    font-size: 16px;
    text-align: left;
    padding: 0 14px;
    margin: 50px 0 10px 0;
}

ul.gallery li {
    display: inline-block;
    width: 30%;
}

ul.gallery li a {
    display: block;
    padding: 10px;
    text-align: center;
    border: solid 1px;
    margin: 10px 5px;
}

.page-gallery .subpage-contents {
    padding: 3em 0 5em 0;
}

.entry-read a:hover {
    color: #fff;
}

.entry-card-content h2 a:hover {
    color: #0d8337;
}

.factory-text .ttl-normal {
    text-align: left;
}

.last-box {
    border-bottom: none!important;
}

hr.pd80 {
    border: none;
    margin: 40px;
}

/*タブ切り替え全体のスタイル*/
.tabs {
margin-top: 50px;
padding-bottom: 40px;
background-color: #fff;
width: 800px;
margin: 0 auto;}
/*タブのスタイル*/
.tab_item {
width: calc(100%/2);
height: 50px;
border-bottom: 3px solid #0d8337;
background-color: #d9d9d9;
line-height: 50px;
font-size: 16px;
text-align: center;
color: #0d8337;
display: block;
float: left;
text-align: center;
font-weight: bold;
transition: all 0.2s ease;
}
.tab_item:hover {
opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
display: none;
padding: 40px 0;
clear: both;
overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#buhin:checked ~ #buhin_content,
#kumitate:checked ~ #kumitate_content {
display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
background-color: #0d8337;
color: #fff;
}

.gallery-box ul li {
    display: inline-block;
    text-align: center;
}

.gallery-box ul li a {
    display: block;
    padding: .5em;
    margin: 0 .2em;
    border: solid 1px;
    min-width: 5em;
}

.box-column {
    display: table;
    box-sizing: border-box;
}

.box-column .time {
    width: 100px;
    padding: 10px 30px 30px 0px;
    text-align: right;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
    color: #0d8337;
    font-size: 16px;
}

.box-column .text {
    position: relative;
    *zoom: 1;
    padding: 0 20px 30px 25px;
    border-left: solid 1px #0d8337;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
}

.box-column .text:before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #0d8337;
    border-radius: 100%;
    position: absolute;
    left: -8px;
    top: 15px;
}

.box-column .text dl {
    margin: 5px 0 0 0;
}

.box-column .text dt {
    font-weight: bold;
    font-size: 18px;
    line-height: 2;
    color: #0d8337;
}

.box-column .text dd {
    margin: 0;
}

.day-img {
    margin: 15px 0;
}

.rl-gallery .rl-gallery-link .rl-gallery-caption {
    padding: 0.5em!important;
}

.gallery-box {
    margin: 50px 0 0 0;
}

.day-img li {
    display: inline-block;
    width: 47%;
    padding: 1%;
}

.gallery-list {
    border: solid 3px #333;
    margin: 0 auto;
    display: table;
    width: 100%;
    font-size:0px;
}

.rl-gallery-item img {
    width: 100%;
    height: 100%;
}

.gallery-list li {
    display: table-cell;
    border-right: solid 3px #333;
    text-align: center;
    font-size: 16px;
    width: auto;
}

.gallery-list li:last-child {
    border-right: 0;
}

.gallery-list li a {
    display: block;
    padding: 10px;
    color: #333;
    font-weight: bold;
}

select {
    width: 40%;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    outline: none;
    background: url(images/yazirushi_s.png)no-repeat;
    background-size: 10px;
    background-position: right 10px center;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 5px;
    margin: 0 0 10px 0;
}

.color-red {
    color: #e73545;
    font-size: 90%;
}

textarea {
    resize: none;
}

.color-g {
    color: #0d8337;
}

.post-type-archive-welfare #body-in {
    padding: 0 0 5em 0;
}

.post-type-archive-welfare .breadcrumbs,
.single-welfare .breadcrumbs,
.single-gallery .breadcrumbs,
.post-type-archive-gallery .breadcrumbs {
    padding: 10px;
    margin: 0 0 30px 0;
}

.post-type-archive-gallery .entry-thumb,
.post-type-archive-gallery .post-meta,
.post-type-archive-gallery .entry-snippet,
.post-type-archive-gallery .entry-read {
    display: none;
}

.post-type-archive-gallery .entry-card-content {
    margin-left: 0;
}

.type-gallery {
    padding: 0 0 5em 0;
}

.single-gallery .post-date,
.single-gallery #sns-group,
.single-gallery #under-entry-body {
    display: none;
}

.single-gallery #main {
    padding: 0 0 50px 0;
}

.single-gallery .wp-block-gallery .blocks-gallery-image figcaption,
.single-gallery .wp-block-gallery .blocks-gallery-item figcaption {
    padding-left: 0;
    padding-right: 0;
}

.single-gallery .wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%;
    height: 280px;
}

.gallery--list li {
    display: inline-block;
    width: 30%;
    margin: 0 1% 1em 1%;
    border: solid 2px #000;
    text-align: center;
    font-weight: bold;
}

.gallery--list li a {
    display: block;
    padding: 1em;
}

.facility-table {
    margin: 20px auto;
}

.facility-table th {
    background: #cde9d7;
    padding: 5px;
}

.facility-table td {
    background: #f8f8f8;
    padding: 5px;
}


@media screen and (min-width:1111px) {
	.gallery-list {
		display: flex !important;
	}
	
	.gallery-list li {
		border-bottom: none !important;
		background: none !important;
		text-align: center !important;
	}

    .gallery-list li a:hover {
        background: #0d8337!important;
        color: #fff;
    }
	
    .contents-width,
    #header-in, #navi-in, #footer-in,
    .single #body-in,
    .main-slider,
    .archive #body-in {
        width: 1040px!important;
        margin: 0 auto;
    }

    .single-gallery .wp-block-image {
        width: 45%;
        display: inline-block;
        margin: 1% 2%;
        vertical-align: top;
    }

    .mirai-logo {
        display: inline-block;
        width: 30%;
        vertical-align: middle;
        padding: 0 5% 0 0;
    }

    .mirai-text {
        display: inline-block;
        width: 63%;
        vertical-align: middle;
    }

    .facility-table {
        width: 60%;
        border: solid 1px #bbb;
    }

    .facility-box .img2 {
        margin: 0!important;
    }

    .img2-box {
        display: table!important;
    }

    .img2-box .img2 {
        display: table-cell!important;
        width: auto!important;
        padding: 0 0.2%;
    }

    .sp-display {
        display: none!important;
    }

    #body {
        padding: 78px 0 0 0;
    }
	
	.iso-list {
		display: flex;
		justify-content: center;
		gap: 20px;
	}

    .iso-list li {
        height: 264px;
    }

    .footer-link {
        display: table;
        width: 100%;
    }

    .footer-link li {
        display: table-cell;
    }

    .bnr-recruit {
        width: 342px;
        margin: 0;
        position: absolute;
        right: 0;
        top: 10px;
    }

    .facility-box .img {
        width: 40%;
        display: inline-block;
        margin: 0 4% 0 0;
    }

    .facility-box .pc-display {
        margin: 0 0 0 4%!important
    }

    .facility-box .fa-text {
        display: inline-block;
        vertical-align: top;
        width: 55%;
    }

    .message-box {
        width: 70%;
        margin: 30px auto 0 auto;
    }

    .factory-box {
        display: table;
        width: 50%;
        border-bottom: solid 1px #ddd;
        margin: 0 auto 20px auto;
        padding: 0 0 20px 0;
    }

    .mirai-box {
        width: 80%;
        margin: 0 auto;
        padding: 20px 0;
		display: flex;
		align-items: center;
    }

    .factory-map {
        display: table-cell;
        width: 45%;
    }

    .factory-text {
        display: table-cell;
        vertical-align: top;
        padding: 0 0 0 5%;
    }

    a:hover {
        opacity: 0.8;
    }

    .wpcf7 {
        width: 70%;
        margin: 0 auto!important;
    }

    .wpcf7 dt {
        display: inline-block;
        width: 30%;
        font-weight: normal;
        vertical-align: top;
    }

    .wpcf7 dd {
        display: inline-block;
        width: 68%;
        padding: 0;
        margin: 0;
        vertical-align: top;
    }

    .mapimg {
        width: 70%;
        margin: 1em auto 3em auto;
    }

    .factory-honsya {
        display: table;
        margin: 0 auto;
        width: 80%;
    }

    .factory-honsya .factory-map {
        position: relative;
        right: -2%;
    }

    img.works-img {
        height: 240px;
        width: auto;
        display: block;
        margin: 0 auto 50px;
    }


}


@media screen and (max-width:1110px) {
    .pc-display {
        display: none;
    }

    ul.gallery li {
        width: 45%;
    }

    ul.gallery li a {
        display: block;
        padding: 10px;
        text-align: center;
        border: solid 1px;
        margin: 5px 1%;
    }
	
	.gallery-box ul li  {
		display: block;
	}
	
	.gallery-box ul li a {
		display: block;
		margin: 0 auto 10px;
	}
	
	.blog-list-item {
		display: block;
		width: 100%;
		margin-left: 0;
	}
	
	.blog-list-item img {
		width: 100%;
		height: 100%;
	}

    .facility-table {
        width: 100%;
        font-size: 90%;
    }

    .contents-width,
    #header-in, #navi-in, #footer-in,
    .single #body-in,
    .archive #body-in {
        width: 92%!important;
        overflow: hidden;
        margin: 0 auto;
    }

    /* このクラスを、jQueryで付与・削除する */
    nav.globalMenuSp.active {
        transform: translateY(0%);
        margin: 56px 0 0 0;
        border-bottom: solid 3px #0d8337;
    }

    .header-menu li {
        margin: 0;
    }

    h1 {
        width: 45%;
        margin: 12px 0 8px 0;
    }

    .navToggle {
        display: block;
        position: fixed;
        right: 0;
        top: 0;
        width: 56px;
        height: 56px;
        cursor: pointer;
        z-index: 3;
        background: #0d8337;
        text-align: center;
    }

    .navToggle span {
        display: block;
        position: absolute;    /* .navToggleに対して */
        width: 30px;
        border-bottom: solid 3px #fff;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
        font-family: 'futura';
        font-size: 11px;
    }
   
    .navToggle span:nth-child(1) {
        top: 24px;
        left: 13px;
    }
   
    .navToggle span:nth-child(2) {
        left: 13px;
        top: 33px;
    }
   
    .navToggle span:nth-child(3) {
        left: 13px;
        top: 42px;
    }
   
    .navToggle span:nth-child(4) {
        border: none;
        color: #fff;
        font-size: 9px;
        font-weight: bold;
        left: 14px;
        top: 0;
    }

    /* 最初のspanをマイナス45度に */
    .navToggle.active span:nth-child(1) {
        top: 33px;
        left: 12px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
   
    /* 2番目と3番目のspanを45度に */
    .navToggle.active span:nth-child(2),
    .navToggle.active span:nth-child(3) {
        top: 33px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .gallery--list li {
        width: 45%;
    }

    .globalMenuSp {
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        background: #fff;
        color: #000;
        text-align: center;
        transform: translateY(-100%);
        transition: all 0.6s;
        width: 100%;
    }
	

     
    .globalMenuSp ul {
        background: #fff;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }
     
    .globalMenuSp ul li {
        font-size: 1.1em;
        list-style-type: none;
        padding: 0;
        width: 100%;
        border-bottom: 1px dotted #d0d0d0;
    }
     
    /* 最後はラインを描かない */
    .globalMenuSp ul li:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }
     
    .globalMenuSp ul li a {
        display: block;
        color: #000;
        padding: 1em 0;
        text-decoration: none;
    }

    #body {
        padding: 56px 0 0 0;
    }

    .main-copy {
        width: 90%;
    }

    .bnr-recruit {
        width: 80%;
        margin: 10px auto 0 auto;
    }

    .main-contents {
        padding: 30px 0 0 0;
    }

    .top-works li {
        width: 90%;
        margin: 0 0 20px 0;
    }

    .top-works li:last-child,
    .top-menu-list li:last-child {
        margin: 0 auto;
    }

    .ttl {
        margin: 0 0 20px 0;
    }

    .news-list {
        margin: 0 0 30px 0;
    }

    .top-news {
        padding: 50px 0;
    }
	
    .top-menu-list {
        display: block;
        margin: 20px 0 0 0;
    }

    .top-menu-list li {
        display: block;
        width: 90%;
        margin: 0 auto 20px auto;
        padding: 40px 0;
    }
	.iso-list {
		gap: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

    .iso-list li {
       margin: 20px auto !important;
        padding: 20px 20px 10px 20px;
		justify-content: center;
    }

    .footer-link-box {
        padding: 20px 0;
    }

    .footer-link li {
        margin: 0 0 20px 0;
    }

    .footer-link li:last-child,
    .footer-link li ul li {
        margin: 0;
    }

    .subpage-head .ttl {
        font-size: 16px;
        line-height: 42px;
    }

    .breadcrumbs .contents-width {
        width: 100%!important;
        line-height: 1.4em;
    }

    .subpage-head .ttl span {
        font-size: 32px;
    }
    .suboage-contents {
        padding: 30px 0 50px 0;
    }

    .archive .entry h2 a {
        font-size: 100%;
    }

    .entry-snippet, .related-entry-snippet {
        font: 90%;
    }

    .ttl-normal {
        font-size: 18px;
    }

    .message-box {
        margin: 20px 0 0 0;
    }

    .bg-green {
        margin: 30px 0 0 0;
        padding: 50px 0 30px 0;
    }

    .subpage-menu li {
        width: 90%;
        height: 180px;
        margin: 0 0 20px 0;
    }

    .subpage-menu li a {
        font-size: 18px;
        line-height: 32px;
    }

    .creed li {
        width: 80%;
        margin: 0 0 20px 0;
    }

    h1#archive-title {
        width: 100%;
    }

    h1.entry-title {
        font-size: 16px;
        line-height: 28px;
    }

    div#main {
        padding: 0;
    }

    .news-list li a {
        margin: 0;
    }

    dl.company,
    dl.company dt,
    dl.company dd {
        width: 100%;
    }

    .factory-box,
    .factory-honsya {
        width: 90%;
        margin: 0 auto 40px auto;
        border-bottom: solid 1px #ddd;
    }

    .factory-map {
        margin: 0 0 20px 0;
    }

    .ceo-name {
        margin: 10px 0 20px 0;
    }

    .tabs {
        width: auto;
    }

    .box-column .time {
        width: 60px;
        padding: 10px 20px 20px 0px;
        font-size: 13px;
    }

    .facility-box .img,
    .facility-box .img2 {
        margin: 0;
    }

    .box-column .text:before {
        width: 10px;
        height: 10px;
        left: -5px;
        top: 17px;
    }

    .box-column .text {
        padding: 0 0 0 15px;
    }

    .box-column .text dt {
        font-size: 16px;
    }

    .box-column .text dd {
        font-size: 13px;
        line-height: 22px;
    }

    .facility-list li {
        width: 100%;
        display: block;
        margin: 0 0 10px 0;
    }

    .facility-list li a {
        padding: 50px 0;
    }

    .mirai-box {
        padding: 30px 0;
    }

    .mirai-logo {
        width: 60%;
        margin: 0 auto;
    }

    .wpcf7 dl {
        margin: 10px 0;
    }

    .wpcf7 dt {
        font-weight: normal;
        margin: 0 0 5px 0;
    }

    .wpcf7 dd {
        margin: 0;
    }

    .gallery-list {
        display: block;
        width: auto;
    }

    .gallery-list li {
        display: block;
        border-bottom: solid 3px;
        text-align: left;
        background: url(images/yazirushi_s.png) no-repeat;
        background-size: 14px;
        width: 100%;
        padding: 0 0;
        background-position: right 10px center;
    }

    .gallery-list li:last-child {
        border-bottom: none;
    }
}

@media screen and (max-width:767px) {
    .top-news {
        padding: 50px 0 0;
    }
	}

@media screen and (min-width: 750px){   
  .pc { display:inline; }
  .sp { display:none; }
}
@media screen and (max-width: 751px){   
  .pc { display:none; }
  .sp { display:inline; }
	#news .br::before {
	content: "\A" ;
	white-space: pre ;
}
	#news .entry .post-meta {
		display: flex;
		flex-direction: column;

	}
	#news .news-list-item .category {
		width: 100px;
		text-align: center;
	}
}


/* --------------------------------------
*                  SDGs 
*-------------------------------------- */


/* 共通 */

.pb50{
    padding-bottom: 50px;
}


.pd5{
    padding: 5px;
}
.sdgs-font{
    font-size: 110%;
}

.subpage-contents-sdgs{
    padding: 50px 0 0 0;
}

.ttl-sdgs{
    margin: 50px 0 0;
}

.fwb{
    font-weight: bold;
}

.subpage-contents-sdgs h2{
    font-size: 170%;
}

.subpage-contents-sdgs h3{
    font-size: 135%;
}

@media screen and (max-width: 767px) {
    .pb50-none{
        padding-bottom: 0;
    }
}







/* 画像の幅 */
.img-width {
    max-width: 760px;
    margin: 0 auto 50px;
}

.img-width-small{
    width: 22%;
    
}

.material .text-box{
    width: 78%;
}

.material .img-box{
    width: 20%;
}


@media screen and (max-width: 767px) {
    .img-width {
        width: 80%;
    }
    .material .text-box{
        width: 100%;
    }
    
    .material .img-box{
        width: 100%;
    }
}




/* header */
.sdgs .subpage-head {
    background: url(images/sdgs-header.jpg?20221228) no-repeat;
}


/* 背景交互切り替え */

section:nth-child(even) {
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
	background: #CDE9D7;
    opacity: 1;
    padding: 60px 0;
}
section:nth-child(odd) {
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
	background: #fff;
    opacity: 1;
    padding: 60px 0;
}

/* 緑のラベルがついたボックス */

.green-label-box {
    border-top: 3px solid #0D8337;
    background: #fff;
    max-width: 750px;
    margin: 30px auto;
    padding: 0 35px;
    box-shadow: 0px 3px 6px #00000029;
}

@media screen and (max-width: 767px) {
    .green-label-box {
        width: 80%;
        padding: 0 15px;
    }
}

/* 横並び */

.flex-box{
    display: flex;
    justify-content: space-between;
}
.fd-rr{
    flex-direction: row-reverse;
}

.text-box{
    width: 68%;
}


.img-box{
    width: 30%;
    display: flex;
}

@media screen and (max-width: 767px) {

    .flex-box{
        display: block;
    }
    
    .text-box{
        width: 100%;
        margin-bottom: 10px;
    }
    .img-box{
        width: 100%;
    }

    .img-box .img-width{
        width: 100%;
    }
}

/* 20241118追記 */
@media screen and (min-width: 768px) {
    .education-image {
        max-width: 225px;
        height: auto;
    }
    .factory-tour .fwb {
        margin-top: 0;
    }
}
.factory-tour .img-width {
    max-width: 540px;
    height: auto;
    margin: 0;
}
.factory-tour .img-box{
    display: block;
}
@media screen and (max-width: 767px) {
    .factory-tour .img-width.last-image img{
        margin-bottom: 50px;
    }
}
