@charset "UTF-8";
/*==============
改行
==============*/
@media screen and (min-width: 768px){
.br-sp {display: none; }
}
/*==============
spで左
==============*/
.box-spl{
text-align: center;
}
@media screen and (max-width: 768px){
.box-spl {
text-align:left;
}
.box-spl br {display: none;}
}

/*==============
調整
==============*/
html {
  scroll-padding-top: 200px;
}
div#indent-1 p {
 margin-left:1em;
 text-indent:-1em;
 margin-bottom: 1em
}
/* ---------------------------------------------------------------------------------------------

　 google-maps 

--------------------------------------------------------------------------------------------- */
.google-maps {
position: relative;
padding-bottom: 75%;
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
.youtube {
 position: relative;
 padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
 height: 0;
 overflow: hidden;
}
 
.youtube iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
/* ---------------------------------------------------------------------------------------------

　   CONTENTS

--------------------------------------------------------------------------------------------- */
main {
  margin-top: 90px;
}
@media screen and (max-width: 980px){
main {
  margin-top: 54px;
}
}

/* ---------------------------------------------------------------------------------------------

　   title

--------------------------------------------------------------------------------------------- */
#title {
width:100%;
margin: 0;
padding: 0;
display: flex;
align-items: center;
}
#title .main-bg-box {
position: relative;
top: 0;
left: 100%;
transform: translateX(-100%);
width: 85%;
}
#title .inner {
background: #fff;
width: fit-content;
padding: 4% 5% 4% 6%;
text-align: left;
position:absolute;
color: #333;
}
#title h2 {
font-size: 18px;
font-size: 1.8rem;
line-height: 1.4;
letter-spacing: .04em;
text-align:left;
font-weight:bold;
text-transform:capitalize;/* 英語先頭大文字*/
}
#title h2::before {
display: block;
font-weight: normal;
font-size: 7px;
font-size: 0.76rem;
line-height: 1;
content: attr(data-label);
}
/* 共通　*/
#title .main-bg-box .main-bg {
background-image: url(../img/page/t_other.jpg);
background-size:  cover;
background-position-y: 60%;
height: 180px;
width: auto;
}
/* メッセージ*/
#title .main-bg-box .main-bg1 {
background-image: url(../img/page/t_01.jpg);
background-size:  cover;
background-position-y: 60%;
height: 180px;
width: auto;
}
/* 事業内容 */
#title .main-bg-box .main-bg2 {
background-image: url(../img/page/t_02.jpg);
background-size:  cover;
background-position-y: 60%;
height: 180px;
width: auto;
}
/* 施工事例 */
#title .main-bg-box .main-bg3 {
background-image: url(../img/page/t_03.jpg);
background-size:  cover;
background-position-y: 60%;
height: 180px;
width: auto;
}
/* 採用情報 */
#title .main-bg-box .main-bg4 {
background-image: url(../img/page/t_04.jpg);
background-size:  cover;
background-position-y: 60%;
height: 180px;
width: auto;
}
/* お問い合わせ */
#title .main-bg-box .main-bg5 {
background-image: url(../img/page/t_05.jpg);
background-size:  cover;
background-position-y: 60%;
height: 180px;
width: auto;
}
/* 会社概要 */
#title .main-bg-box .main-bg6 {
background-image: url(../img/page/t_06.jpg);
background-size:  cover;
background-position-y: 60%;
height: 180px;
width: auto;
}
/* SDGs */
#title .main-bg-box .main-bg7 {
background-image: url(../img/page/t_07.jpg);
background-size:  cover;
background-position-y: 60%;
height: 180px;
width: auto;
}

@media screen and (min-width: 980px) {
#title .main-bg-box .main-bg,
#title .main-bg-box .main-bg1,
#title .main-bg-box .main-bg2,
#title .main-bg-box .main-bg3,
#title .main-bg-box .main-bg4,
#title .main-bg-box .main-bg5,
#title .main-bg-box .main-bg6,
#title .main-bg-box .main-bg7{
background-position-y: 40%;
height: 350px;
}
#title .inner {
padding: 3% 4% 3% 6%;
}
#title h2 {
font-size: 25px;
font-size: 2.5rem;
}
#title h2::before {
font-size: 9px;
font-size: 0.9rem;
}
}
/* ---------------------------------------------------------------------------------------------

　   tex

--------------------------------------------------------------------------------------------- */

.tex,
.tex_archive{
clear: both;
padding-top: 6%;
padding-bottom: 6%;
line-height:1.8;
font-size:1em;
text-align: justify;
text-justify: inter-ideograph;
overflow: hidden
}
.tex img{
	border: 0;
max-width: 100%;
height: auto;
margin: 0 auto;
}
.tex_archive .sekouimg img{
max-width: 100%;
height: auto
}

.tex a {
	text-decoration: none;
	color: #0085da;
	transition: 0.3s;
}

.tex a:hover{
	opacity: 0.5;
	text-decoration: none;
}

.tex img a{
	border: 0;
}
.tex a:hover img {
  opacity: 0.6;
  transition: 0.5s;
}
.tex p {
line-height:2.1em;
}
@media (max-width:767px){
.tex,
.tex_archive{
padding-top: 10%;
padding-bottom: 10%;
}
}
/* 等分
/* ------------------------------------- */
.boxA:after,
.boxA_order:after{content: "";
	display: block;
	clear: both}
.box_sdgs_l	{float: left;
	width: 45%;
	margin-bottom: 30px}
.box_sdgs_r	{float: right;
	width: 45%;
	margin-bottom: 30px}
.box_sdgs_l,
.box_sdgs_r{
text-align: left;
}
@media screen and (min-width: 768px) {
.box50_l	{float: left;
	width: 45%}
.box50_r	{float: right;
	width: 45%}
	
.box35_l	{float: left;
	width: 35%}
.box60_r	{float: right;
	width: 60%}
	
.box_me_l	{float: left;
	width: 62%}
.box_me_r	{float: right;
	width: 32%}
.box_sdgs_l,
.box_sdgs_r{
text-align: center;
}
.box_sdgs_l img,
.box_sdgs_r img	{
padding: 5% 5% 2% 5%
}
}
@media (max-width:767px){
.box50_l,
.box35_l,
.box_me_l,
.boxA_order .box50_r
{margin-bottom: 5%}
}	
@media (max-width:600px){
.boxA_order{
display: flex;
flex-direction: column;

}
.order-page-1 {
    order: 2;
  }
.order-page-2 {
    order: 1;
}
}
/* ---------------------------------------------------------------------------------------------

　 見出し

--------------------------------------------------------------------------------------------- */
h3.midasi {
	color: #0085da;
	font-weight: normal;
	padding-bottom: 2%;
	font-size: 1.3em;
	margin-bottom: 20px;
	clear: both;
	border-bottom: solid 2px #daf1ff;
	position: relative;
}
h4.midasi {
    padding: .2em .7em;
    border-left: 5px solid #0085da;
    color: #333333;
		font-size: 1.3em;
		font-weight: normal;
		margin-top: 20px
}
h3.midasi:before{
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px #0085da;
	bottom: -2px;
	width: 20%;
}
h3.midasi:after,
h4.midasi:after{
content: "";
clear: both;
height: 0;
display: block;
visibility: hidden;
}

h3.midasi_about {
	color: #333;
	font-weight: bold;
	font-size: 1.3em;
	margin: 0;
	margin-bottom: 10px;
	letter-spacing:.1em;
}

.midasi_name {
  font-size: 1.3em;
	padding: 10px 0 5px 0;
	font-weight: bold;
}
.midasi_yokosen {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
	color: #0085da;
	font-size: 1em;
	padding-bottom: 10px;
	font-weight: bold;
}
.midasi_yokosen::before {
  background-color: #0085da; /* 横線の色 */
  content: "";
  height: 2px; /* 横線の高さ */
  width: 30px; /* 横線の長さ */
	margin-right: 15px; /* 文字との余白 */
}


.midasi_interview {
  font-size: 11px;
  color: #0085da;
	margin:20px 0;
	font-weight: bold
}


@media screen and (min-width:768px) {
	h3.midasi{
	font-size: 1.6em;
	}
	h3.midasi_about {
	font-size: 1.6em;
	margin-bottom: 20px;
}
h4.midasi{
	font-size: 1.5em;
	}
.midasi_name {
  font-size: 1.4em;
}
.midasi_yokosen {
	font-size: 1.1em;
}
}
/*	hr
/* ------------------------------------- */

hr {
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: dotted; /* 線種 */
	border-color: #0085da; /* 線色 */
	height: 1px; /* 高さ */
max-width: 100%;
clear:both;
margin: 15px 0;
}


/* ------------------------------

　 table 色つける

--------------------------------- */
/* table */
table {
width: 100%;
border-collapse: collapse;
margin: 10px 0;
border-style: solid;
border-width: 0;
text-align: left;
overflow: hidden
}
table th,
table td {
font-weight:normal;
padding: 15px 15px;
}

/* リクルート */
table.saiyo {
width: 100%;
border-collapse: collapse;
table-layout: fixed;
}
table.saiyo td {
border-bottom:1px dotted #ccc;
font-weight:normal;
padding: 15px;
}
table.saiyo td:nth-of-type(1) { width: 20%;color: #0085da;max-width: 100px; }


/* 事業内容 */
table.business,
table.business2{
width: 100%;
border-collapse: collapse;
table-layout: fixed;
margin-top: 30px
}
table.business td {
font-weight:normal;
padding: 15px;
vertical-align: top;
width: 33.3333%;
}
table.business2 td {
font-weight:normal;
padding: 15px;
vertical-align: top;
width: 50%;
}



/* お問い合わせ */
table#otoiawase th {
width: 100%;
padding: 15px;
font-weight:normal;
}
table#otoiawase td {
padding: 15px 0;
font-weight:normal;
border: none;
}
table.mobile-block {
border-left: none;
}
table.mobile-block th,
table.mobile-block td {
border-right: none;
}


table td img {
margin: 0;
margin-bottom:0px;
}
.contactform-width {
width: 100%;
}
.form_moji {
font-size: 130%;
}
/* 画像用 */
table.topwaku td,
table.topwaku {
font-weight:normal;
padding: 0 10px;
border: none;
border-top: none;
}
textarea{
width:100%;
padding:5px;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Chrome, Safari */
border:1px #ccc solid;
}
input[type="text"] ,input[type="email"] ,input[type="tel"] {
width:100%;
padding:10px;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Chrome, Safari */
border:1px #ccc solid;
}

input[type="radio"],input[type="checkbox"]{
  position: relative;
  top: -5px;
	margin-right: 2px;
	 width: 25px;
    height: 25px;
}

.red {
	color: #FF3300;
}
/* お問い合わせボタン */
.buttonContainer {
text-align: center;
padding: 20px 0 0 0;
}
.buttonContainer #button {
width: 100%;
display: inline-block;
font: normal normal 300 1.3em '';
text-decoration: none;
color: #0085da;
background-color: transparent;
border: 2px solid #0085da;
padding: 1em 0;
margin: 0 auto;
background-size: 200% 100%;
background-color: #fff;
transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
border-radius: 50px;
}
.buttonContainer #button:hover {
color: rgba(255, 255, 255, 1);
background-color: #0085da;
background-position: -100% 100%;
}
/* 確認赤枠 */
.red_line {
    margin: 2em 0;
		padding:2em;
    font-weight: bold;
    border: solid 2px red;
		text-align: center;
		font-weight:normal
}
.red_line p {
    margin: 0; 
    padding: 0;
}

/* 必須マーク */
.must {	background: #0085da;}
/* 任意マーク */
.free {	background: #999;}
.must,
.free {
	color: #FFF;
	font-size: 12px;
	margin-right: 10px;
	padding: 5px 10px;
	letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
.buttonContainer {
width: 240px;
margin: 0 auto;
padding: .8em 0;
}
.buttonContainer #button {
padding: .8em 0;
border: 1px solid #0085da;
}

table#otoiawase th {
width: 30%;
}
table#otoiawase th,
table#otoiawase td {
padding: 15px;
}
}
@media (max-width:767px){
table.mobile-block,
table.mobile-block th,
table.mobile-block td{
border:none;}
table.mobile-block th,
table.mobile-block td{
width:100%;display:block;}
table.mobile-block th,
table#otoiawase th{
border-bottom:none;
border-right: none;
}
table#otoiawase th {
padding: 15px 0 0 0;
}
table#otoiawase td {
padding: 15px 0 30px 0;
}

/* リクルート */
table.saiyo td {
border-bottom:1px dotted #ccc;
padding: 0 0 15px 0;
}
table.saiyo td:nth-of-type(1) { border-bottom:none;padding: 15px 0 0 0;width: 100% }

/* 事業内容 */
table.business td,
table.business2 td{
border-bottom:1px dotted #ccc;
padding: 0 0 30px 0;
margin:0 auto 30px auto;
width: 80%;
}
}

@media screen and (min-width: 768px) {
/* 事業内容 */
table.business td:nth-of-type(1) { padding: 0 14px 0 0 }
table.business td:nth-of-type(2) { padding: 0 7px }
table.business td:nth-of-type(3) { padding: 0 0 0 14px}
table.business2 td:nth-of-type(1) { padding: 0 15px 0 0 }
table.business2 td:nth-of-type(2) { padding: 0 0 0 15px}
}

/* ---------------------------------------------------------------------------------------------

　 pagination

--------------------------------------------------------------------------------------------- */

.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	margin-bottom: 3%
}
.pagination-box {
	display: inline-block;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 8px 10px 8px 10px;
	text-decoration: none;
	width: auto;
	color: #fff;
	background: #777777;
}
.pagination a:hover {
	color: #fff;
	background: #e3e3e3;
}
.pagination .current {
	padding: 8px 10px 8px 10px;
	background: #e3e3e3;
	color: #666;
}
.page_box {
	float: left;
	width: 100%;
	margin-top: 20px
}
@media screen and (min-width: 768px) {
	.pagination {
		font-size: 14px;
		line-height: 14px;
	}
	.pagination span, .pagination a {
		padding: 10px 15px 10px 15px;
	}
	.pagination .current {
		padding: 10px 15px 10px 15px;
	}
}

	/* ----------------------------------

　ギャラリー

------------------------------------- */
.gallery { /** ギャラリーを囲むボックス **/
width: 100%;
margin-bottom: 20px !important;
overflow: hidden;
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}

.gallery br {display: none;} /** 自動で挿入される clearfix の余白解除 **/

.gallery-item { /** 画像共通のスタイル **/
float: left;
margin-bottom: 0 !important;
}
.gallery-icon { /** 画像を囲む dt のスタイル **/
text-align: center;
}

.gallery-icon img {
width: 100%;
height: auto;
margin-bottom: 10px !important;
}

.gallery-caption,
.wp-caption-text { /** キャプション **/
color: #222;
font-size: 14px;
margin: 0 0 20px;
text-align: center;
line-height: 1.6
}

.gallery-columns-1 .gallery-item { /** カラムなし **/
width: 100%;
margin-right: 0;
}
.gallery-columns-2 .gallery-item { /** 2カラム **/
width: 48%;
margin: 0 1%;
}
.gallery-columns-3 .gallery-item { /** 3カラム **/
width: 31.33333%;
margin: 0 1%;
}
.gallery-columns-4 .gallery-item { /** 4カラム **/
width: 23%;
margin: 0 1%;
}
.gallery-columns-5 .gallery-item { /** 5カラム **/
width: 18%;
margin: 0 1%;
}
@media (max-width:767px){
/* 640px以下用の記述 */
.gallery-columns-4 .gallery-item {
width: 48%;
margin: 0 1%;
}
.gallery-columns-5 .gallery-item{
width: 31.33333%;
margin: 0 1%;
}
.release br {display: none;
}
}



/* ---------------------------------------------------------------------------------------------

　   arvhive

--------------------------------------------------------------------------------------------- */
.jirei_tex{
margin: 30px 0 10px 0;
}
/*	works
/* ------------------------------------- */

.info_box1{
margin: 20px 0 0 0;
}
.info_box {
border-bottom: #333 dotted 1px;
margin: 0 0 15px 0;
padding: 0 0 15px 0;
}
.info_box2{
border-bottom: #333 dotted 1px;
margin: 0 0 13px 0;
padding: 0 0 13px 0;
}
.i_box{
float:left;
width: 75%;
}
.i_date{
color: #333;
margin: 0 10px 0 0;
}
.i_text{
margin: 0 0 0 0;
}
.i_m{
color: #333;
margin: 0 10px 0 0;
clear:both;
}
.i_text a {
color: #444;
text-decoration: underline;
}
.i_text a:hover {
color: #333;
text-decoration: underline;
}
.i_date2{
color: #333;
}
.i_title{
color: #333;
font-size: 160%;
font-weight:	400;
line-height: 170%;
margin: 0 0 30px 0;
padding: 5px 0 5px 0;
}
.i_m2{
color: #333;
font-size: 110%;
line-height: 170%;
margin: 0 0 10px 0;
padding: 0 0 5px 0;
font-weight: normal;
border-bottom: #333 solid 1px;
}
.i_text_box{
border-bottom: #333 dotted 1px;
margin: 0 0 10px 0;
padding: 0 0 10px 0;
}
li.widget{
list-style-type: none;
}
h2.widgettitle{
color: #333;
font-size:1em;
border-bottom: #333 dotted 1px;
margin: 0 0 5px 0;
}
li.cat-post-item{
list-style-type: none;
margin: 0 0 30px 10px;
}
li.cat-post-item a{
color: #333;
font-size:0.85em;
margin: 0 0 3px 10px;
}
li.cat-post-item a.post-title{
font-weight:	300;
}

.pick-list li h5 {color: #444;}



/* --------------------------------

　 ボタン　お知らせ一覧back

----------------------------------- */
.back_btn {
margin: 5% 0
}
.back_btn ul{
	width:100%;
	margin:0 auto}
.back_btn ul:after {
  content: "";
  clear: both;
  display: block;
}
.back_btn ul li {
  list-style-type: none;
  display: block;
  float: left;
  margin-bottom: 2.87%;
  text-align: center;/* 見た目の調整 */
  width: 48.56%;
  margin-right: 2.88%;
}
.back_btn ul li:nth-child(2n) {
  margin-right: 0;
}

a.btn {
  font-size: 0.8em;
  line-height: 1.5;
  display: inline-block;
  padding: 1rem 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width:100%;
	border-radius: 50px;
}
a.btn:hover,
.back_btn ul li:hover {
text-decoration: none;
}

a.btn--blue{
  color: #333;
  border: solid 1px #333;
}
a.btn::after{
content: '';
  position: absolute;
top:42%;
right: 13px;
width: 5px;
height: 5px;
border-top: 2px solid #333;
border-right: 2px solid #333;
transform: rotate(45deg);
transition: all .3s;
}
a.btn:hover::after{
right: 11px;
}
.btn_size{
	width:100%;
	margin:0 auto;}
@media screen and (min-width:768px) {
.back_btn ul{
	width:500px;
}
.btn_size{
	width:300px}
}

/* ---------------------------------------------------------------------------------------------

　 edit

--------------------------------------------------------------------------------------------- */
.edit-link{
	width:100%;
	clear:both;
}
a.post-edit-link {
display: inline-block;
  padding: 0.4em 1.6em;
  font-size: 0.8em;
  color: #fff;
  text-decoration: none;
  user-select: none;
  background: #999;
  transition: 0.2s ease;
}
a.post-edit-link:hover {
  opacity: .6;
color: #fff;  
}
.edit-link:after{
content: "";
clear: both;
height: 0;
display: block;
visibility: hidden;
}
/* ---------------------------------------------------------------------------------------------

　 カテゴリータグ

--------------------------------------------------------------------------------------------- */
.cate_tag_box{
margin: 30px 0;
padding: 20px;
background-color: #daf1ff;
}
.cate_tag_box:after{
content: "";
clear: both;
height: 0;
display: block;
visibility: hidden;
}
ul.cate_tag li {
list-style: none;
display: inline;
float: left;
}
ul.cate_tag a {
	display: inline-block;
	margin: 0 .6em .6em 0;
	padding: .8em 1em;
	line-height: 1;
	text-decoration: none;
	color: #0085da;
	background-color: #fff;
	border: 1px solid #0085da;
	border-radius: 2em;
	font-size: 0.7em
}
ul.cate_tag a:hover {
  opacity: .6;
}
@media screen and (min-width:768px) {
.cate_tag_box{
margin: 50px 0;
background-color: #daf1ff;
padding: 40px
}
ul.cate_tag a {
	font-size: .9em;
	margin: 0 .6em .6em 0;
	padding: .6em 1em;
}
}
/* ---------------------------------------------------------------------------------------------

　 リクルート

--------------------------------------------------------------------------------------------- */
.recruit-box {
    border: 2px solid #0085da;
    border-radius: 4px;
    margin: 2em 0;
    padding: 2em;
    position: relative;
}
.recruit-box::before {
    background-color: #fff;
    color: #0085da;
    content: "入社祝金制度で再就職サポート！";
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
		font-size: 1.1em
}
/* ---------------------------------------------------------------------------------------------

　 メッセージ

--------------------------------------------------------------------------------------------- */
.text_meg{
text-align: center;
font-size: 1.1em;
line-height: 2;
}
@media screen and (max-width:768px) {
.text_meg{
text-align: left;
font-size: 1em;
line-height: 1.6;
}
.text_meg br {display: none;}
}
/* ---------------------------------------------------------------------------------------------

　 事業内容

--------------------------------------------------------------------------------------------- */
.business_box img{
max-width: 100%;
height: auto
}
@media screen and (min-width:981px) {
.business_box img{
max-width: 55%;
padding-left: 50px
}
}
/* ---------------------------------------------------------------------------------------------

　   slick

--------------------------------------------------------------------------------------------- */
.slider-container, .slider-nav-container {
  display: none;
  position: relative;
}
.slider-container.initialized, .slider-nav-container.initialized {
  display: block;
}
.slider-nav-container {
  margin-top: 18px;
}
.slider {
  overflow: hidden;
}
.slider img{
width: 100%;
height: 50vw;
object-fit: cover;
overflow: hidden;
}

.slider-nav {
  margin: 0 26px 40px 26px;
}
.slider-nav div {
height: 15vw;
overflow: hidden;
}
.slider div{
height: 60vw;
}
@media screen and (min-width: 980px) {
.slider-nav div {
    height: 150px;
}
.slider div{
  height: 667px;
}}
.slider-nav img{
width: 100%;
height: 70px;
object-fit: cover;
overflow: hidden;
}

.slider-nav img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.slider-nav img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.slider-arrow {
  position: absolute;
  top: 50%;
  height: 36px;
  margin-top: -18px;  /* 高さの半分だけネガティブマージン */
  color: #aaa;
  line-height: 36px;
  font-size: 28px;
  cursor: pointer;
  z-index: 10;  /* 重要 */
}
.slider-prev {
  left: 0;
}
.slider-next {
  right: 0;
}
.slick-slide {
  outline: 0;
	margin: 0 auto
}
.slider .slick-slide > img, .slider-nav .slick-slide > img {
  display: block;
  width: 100%;
  height: auto;
}
/* ロード時に縦並び解除 */
.slider {
  display:none;
}
.slider.slick-initialized {
  display: block;
}
/* ---------------------------------------------------------------------------------------------

　   sdgs

--------------------------------------------------------------------------------------------- */
.sdgs_0 {
   display: flex;
   flex-wrap: wrap;
   width: 100%;
	 margin: 5% 0
}
.sdgs {
		float: left;
		text-align: left;
}
@media screen and (min-width: 767px) {
.sdgs {
    width: 22%;
    margin-right: 4%;
}
.sdgs:nth-of-type(4n){
    margin-right: 0;
}
}
@media screen and (max-width:768px) {
.sdgs {
   width: 47%;
    margin-right: 6%;
		margin-bottom: 4%
}
.sdgs:nth-of-type(2n){
    margin-right: 0;
}
}