html {
  scroll-behavior: smooth;
}

#wrap {
  	font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', '�q���M�m�p�S ProN W3',
 Meiryo, ���C���I, sans-serif;
        font-size:14.6px;
        line-height:1.7;
        -webkit-text-size-adjust: 100%;
        overflow: hidden;
}

a {
    color: #59b1eb;
}

strong {
   font-weight:bold;
   }
   
#lightmain{
 background:#fff;
 padding:0px 60px;
 }

 .sp {
  display: none;
}

.spbr {
  display: none;
}



.top-sliders{
	width:100%;
	height:550px;
	margin:0 auto;
	position:relative;
}
.top-sliders ul{
	margin:0;
	padding:0;
	list-style:none;
}
.top-sliders ul li{
	width:100%;
	height:550px;
	position:absolute;
	top:0;
	left:0;
	animation-iteration-count:infinite;
	animation-duration:30s;
}

.top-sliders ul li img {
	width:100%;
  height:550px;
  object-fit: cover;

}

.slider-box {
  position: relative;
  width:1100px;
  margin:0 auto;
}

.top-sliders p {
  position: absolute;
  color:#fff;
  top:50px;
  left:80px;
  font-size:24px;
  font-weight: bold;
  line-height:1.8;
  letter-spacing: 0.15em;
  text-shadow: 1px 2px 3px #808080;
}

.top-sliders p span {
  font-size:18px;
  font-weight: bold;
  line-height:1.8;
  letter-spacing: 0.15em;
}

.sdgs-box {
  width:580px;
  position: absolute;
  top:430px;
  right:10px;
  font-size: 0;
}

.top_logo_col2 {
  display: inline-block;
  width:230px;
  height: 76px;
  object-fit: contain;
  margin:5px;
}

.top_logo_col2 img {
  width:100%;
}

.top_logo_col5 {
  display: inline-block;
  width:100px;
  margin:5px;
}

.top_logo_col5 img {
  width:100%;
}


.top-sliders ul li:nth-child(1){
	animation-name:slider;
	animation-delay:-3s;
}
.top-sliders ul li:nth-child(2){
	animation-name:slider;
	animation-delay:8s;
	opacity:0;
}
.top-sliders ul li:nth-child(3){
	animation-name:slider;
	animation-delay:16s;
	opacity:0;
}


@keyframes slider{
	0%{
		opacity:0;
	}
	20.83%{
		opacity:1;
	}
	33.33%{
		opacity:1;
	}
	45.83%{
		opacity:0;
	}
	100%{
		opacity:0;
	}	
}













.makk-slider{
	width:1100px;
	height:400px;
	margin:0 auto;
	position:relative;
}
.makk-slider ul{
	margin:0;
	padding:0;
	list-style:none;
}
.makk-slider ul li{
	width:1100px;
	height:400px;
	position:absolute;
	top:0;
	left:0;
	animation-iteration-count:infinite;
	animation-duration:30s;
}


.makk-slider ul li:nth-child(1){
	animation-name:slider;
	animation-delay:-3s;
}
.makk-slider ul li:nth-child(2){
	animation-name:slider;
	animation-delay:8s;
	opacity:0;
}
.makk-slider ul li:nth-child(3){
	animation-name:slider;
	animation-delay:16s;
	opacity:0;
}


@keyframes slider{
	0%{
		opacity:0;
	}
	20.83%{
		opacity:1;
	}
	33.33%{
		opacity:1;
	}
	45.83%{
		opacity:0;
	}
	100%{
		opacity:0;
	}	
}


h1.top {
  margin:30px 0 10px;
  font-size:20px;
  font-weight:normal;
  letter-spacing: 0.08rem;
  text-align: center;
}

.top-main-messe {
  width:850px;
  margin:0 auto;
  font-size:20px;
  letter-spacing: 0.04rem;
  line-height:1.6;
}

.top-main-messe ol li {
  margin:10px 0 10px 40px;
}

.txt-bla-b-26 {
  font-weight: bold;
  color:#000;
  font-size:25px;
}

.txt-ora-b-26 {
  font-weight: bold;
  color:#ff4500;
  font-size:26px;
}

.txt-bla-n-16 {
  font-size:16px;
}



.contact_area {
  padding: 4px 8px;
	margin: 30px calc(50% - 50vw);
	width: 99vw;
  background: aliceblue;
}


p.topagetop {
  text-align: right;
  margin:20px 0;
}
p.topagetop a {
  color:#191970 !important;
  font-weight: bold;
}

h2 {
    font-size:22px;
    font-weight:bold;
    line-height:1.6;
    color:#333333;
    margin-bottom:10px;
}
h2.top {
  font-size:18px;
  font-weight: bold;
  text-align:center;
  margin:0 0 10px 0;
  letter-spacing: 0.1;
}

h2.page {
  padding: 0 0 10px;
  clear: both;
  border-bottom: 1px solid #efefef;
  font-size: 24px;
  margin: 2.4em 0 1.0em;
}

h2.dob_service {
  padding: 20px 0 10px;
  clear: both;
  border-bottom: 1px solid #333333;
  font-size: 24px;
  margin: 2.4em 0 1.0em;
  position: relative;
}
h2.dob_service::after {
  content: 'service';
  font-size: 40px;
  font-weight: normal;
  color:#dcdcdc;
  position: absolute;
  right:0;
}

h2.dob_flow {
  padding: 20px 0 10px;
  clear: both;
  border-bottom: 1px solid #333333;
  font-size: 24px;
  margin: 2.4em 0 1.0em;
  position: relative;
}
h2.dob_flow::after {
  content: 'flow';
  font-size: 40px;
  font-weight: normal;
  color:#dcdcdc;
  position: absolute;
  right:0;
}

h2.dob_policy {
  padding: 20px 0 10px;
  clear: both;
  border-bottom: 1px solid #333333;
  font-size: 24px;
  margin: 2.4em 0 1.0em;
  position: relative;
}
h2.dob_policy::after {
  content: 'policy';
  font-size: 40px;
  font-weight: normal;
  color:#dcdcdc;
  position: absolute;
  right:0;
}

h2.dob_other {
  padding: 20px 0 10px;
  clear: both;
  border-bottom: 1px solid #333333;
  font-size: 24px;
  margin: 2.4em 0 1.0em;
  position: relative;
}
h2.dob_other::after {
  content: 'other';
  font-size: 40px;
  font-weight: normal;
  color:#dcdcdc;
  position: absolute;
  right:0;
}

h2.dob_item {
  padding: 20px 0 10px;
  clear: both;
  border-bottom: 1px solid #333333;
  font-size: 24px;
  margin: 2.4em 0 1.0em;
  position: relative;
}
h2.dob_item::after {
  content: 'item';
  font-size: 40px;
  font-weight: normal;
  color:#dcdcdc;
  position: absolute;
  right:0;
}

#kodawari {
    width:710px;
    margin:20px auto;
}


#header{
  padding-top:10px;
  width:100%;
  height:65px;
  background-color:#fff;
  display:block;
  position:fixed;
  z-index: 9999;
  border-bottom:groove 4px #333;
}

#topbar {
    background-color:#000;
    display:block;
    position:fixed;
    float:left;
    width:100%;
    height:25px;
    margin:0px auto;
    padding:10px 0px 8px 0px;
    color:#fff;
    text-align:center;
}

#header1{
  padding:0px 0px 3px 0px;
  width:100%;

}

#header_iframe{
  width:1040px; 
  margin:0px auto;

}

.footer_area {
  display: none;
}

#menu {
	height: 55px;
}


#menu  li {
  display: block;
  position: relative;
  float: left;
  margin: 10px 10px 0 10px;
  font-size:20px;
  font-weight:bold;
  text-align: center;
  line-height:1.2;
  font-family: 'Franklin Gothic Medium';
  height:55px;
}
#menu  li a {
    display: block;
    text-decoration: none;
    font-weight:bold;
    color:#3d62a9;
    line-height:1.0;
}

#menu li.logo {
  margin:10px 20px 0 0;
  width:160px;
}
#menu li.logo img {
  width:100%;
  height: auto;
}

#menu ul {
	list-style-type: none;
}

#menu li.header_tel {
  width:240px;
  margin:0;
}
#menu li.header_tel img {
  width:100%;
}


span.menu-j {
  font-size:10px;
  color:#666;
}

#menu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}

#menu li ul.csrdrop {
  list-style: none;
  position: absolute;
  top: 75%;
  left: 0;
  margin: 0;
  padding-bottom: 0;
  border-radius: 0 0 3px 3px;
}


#menu li ul li{
  overflow: hidden;
   width: 110px;
  height: 0;
  color: #fff;
  background: #fff;
  margin: 5px 0px;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#menu li ul li a{
  padding: 12px 15px 12px 10px;
  background: #fff;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
    width: 240px;
    text-decoration: none;
}

#menu li:hover ul li{
  overflow: visible;
  height: 100%;
  width: 130px;
}

#menu li:hover ul li.kaeru{
  overflow: visible;
  height: 100px;
  padding: 12px 5px 5px 10px;
  width: 200px;
  text-align: right;
}

#menu > li:hover > a {  background: #bbbbbb }
#menu > li:hover li:hover > a {  background: #bbbbbb  }
#menu li:hover > ul > li {
  overflow: visible;
  height: 25px;
}


ol.top_corp {
  margin:5px 0 5px 20px;
}

#light{
  background:url(../images/light/haikei.jpg);
  background-repeat:repeat-x repeat-y;
  background-attachment: fixed;
}

#topinfo {
  width:850px;
  margin:0px auto;
}

.topleft {
  float:left;
  margin-right:50px;
  margin-bottom:40px;
  width:300px;
  clear:both;
}

.topright {
  float:right;
  margin-left:30px;
  margin-bottom:40px;
  width:300px;
  clear:both;
}

.topcont {
  clear:both;
  margin-bottom:50px;
}

#topmain {
  width:1101px;
  margin:10px auto;
}

#toparea {
  width:100%;
  margin:0px;
  padding-top:78px;
}

#service2 {
  background-image:url(../images/service/service2.jpg);
  width:850px;
  height:620px;
}

.service2left {
  margin-top:50px;
  margin-left:50px;
  margin-bottom:80px;
  width:350px;
  float:left;
}

.service2right {
  width:350px;
  margin:50px 40px 80px 0px;
  float:right;
}

#dobheader {
    background-image: url(../images/index/haikei-dob.jpg);
    background-repeat: no-repeat;
    width: 890px;
    height: 200px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.2rem;
    padding: 115px 0 0 90px;
}
h2.jigyou {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2rem;
  font-size:16px;

}


.table-m {
	width:830px;
	font-size:14px;
	border-spacing: 0;
        margin:20px auto;
}

/* �ʏ�s */
.table-m td {
	padding: 15px 15px 15px 10px;
	border: 1px #333 solid;
	width:130px;
}

.table-m th {
	padding: 15px 15px 15px 10px;
	border: 1px #333 solid;
}


#bnarea {
  width:100%;
  background-color:#dcdcdc;
  padding:20px 0px;
  margin-top:50px;
}

#bn_iframe {
  width:930px;
  background-color:#dcdcdc;
  margin:0px auto;
}

#bn {
  color:#fff;
  line-height:1.6;
  font-size:14px;
  text-align:center;
  background-color:#dcdcdc;
  font-family:Meiryo, Georgia, "Bitstream Charter", serif;
}


#bn a {
  color:#fff;
}

#bnt {
  color:#fff;
  line-height:1.6;
  font-size:14px;
  text-align:center;
  background-color:#dcdcdc;
  padding-top:10px;
  padding-bottom:3px;
  font-family:Meiryo, Georgia, "Bitstream Charter", serif;
}


#footerarea {
  width:100%;
  background-color:#050519;
  padding:20px 0px;
  -webkit-text-size-adjust: 100%;
}

#footer_iframe {
  width:960px;
  background-color:#050519;
  margin:0px auto;
}

#footer {
  color:#fff;
  line-height:1.6;
  background-color:#050519;
  font-size:14px;
  text-align:center;
  font-family:Meiryo, Georgia, "Bitstream Charter", serif;
}

#footer a {
  color:#fff;
}

a:link{  color:#1d16c1;  text-decoration:underline;  font-weight:normal;}
a:visited{	 color:#1d16c1; text-decoration: underline;}
a:hover{	color:#59b1eb;	text-decoration: underline;}
a img {     border:none;	margin:0;	padding:0;}

a:hover img{ opacity:0.6; filter:alpha(opacity=60); }

.button {
	display: inline-block;
	width: 170px;
	height: 40px;
	text-align: center;
	text-decoration: none ! important;
	line-height: 43px;
	outline: none;
	background-color:#59b1eb;
	color: #fff ! important;
	letter-spacing: 0.1em;
	margin-right:50px;
c
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button:hover {
	background-color: #333;
}

.button2 {
	display: inline-block;
	width: 170px;
	height: 40px;
	text-align: center;
	text-decoration: none ! important;
	line-height: 43px;
	outline: none;
	background-color:#333;
	color: #fff ! important;
	letter-spacing: 0.1em;
letter-spacing: 0.1em;
}
.button2::before,
.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button2,
.button2::before,
.button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button2:hover {
	background-color:#59b1eb; 
}

#btnbox {
 width:400px;
 }
#btnbox2 {
 width:400px;
 }

 #btnbox-bottom {
  width:400px;
  }

#topcontents {
 width:980px;
 margin:0px auto;
 background: #fff;
 }

#topcompany {
 background-image:url(../images/index/company.jpg);
 background-repeat:no-repeat;
 padding:30px 40px 15px 410px;
 color:#fff;
 font-size:16px;
 line-height:1.4;
 height:245px;
}

#newsback {
 background-image:url(../images/index/news.jpg);
 background-repeat:no-repeat;
 background-position: bottom;
 padding:20px 20px 30px 410px;
 margin-top: 30px;
 
 color:#fff;
 font-size:14px;
 line-height:1.9;
 height:250px;
}

#newsback ul li {
  margin:0 0 20px 0;
  line-height: 1.8;
}

#newsback ul li span {
  display: block;
}

#newsback a {
    color: #fff;
}
#newsback a:hover {
    color: #fff;
    text-decoration: none;
}


#companyinfo {
 font-size:12px;
 width:720px;
 margin:20px auto 0px auto;
}

#companyleft {
 font-size:12px;
 width:290px;
 float:left;
}
#companyright {
 font-size:12px;
 width:410px;
 float:right;
}



/* =======================================
	slider
======================================= */

.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #fff url(../img/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(../img/next.jpg) no-repeat left center;}

.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #333;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}


table.table-01 {
	width: 100%;
	border:none;
	border-collapse: collapse;
	border-spacing: 0;
}

/* �ʏ�s */
table.table-01 td {
	border:none;
	line-height:1.8;
	border-width: 0 0 1px 1px;
	background: #ffffff;
	vertical-align: top;
	/* text-align: center; */
}

.combar {
 border-bottom:solid 1px #000;
 margin-bottom:10px;
 padding:20px 0px 10px 0px;
 text-align:center;
 font-weight:bold;
 font-size:13px;
}

#dob {
 width:854px;
 margin:0px auto;
}

#dob p {
 font-size:14px;
 line-height:1.6;
}

#tetsu {
 background-image:url(../images/index/dob1.jpg);
 background-repeat:no-repeat;
 margin:30px 0px 20px 0px;
 padding:10px 300px 80px 300px;
 border-bottom:dotted 1px #333;
 height: 140px;
}

#sangyo {
 background-image:url(../images/index/dob2.jpg);
 background-repeat:no-repeat;
 margin:30px 0px 20px 0px;
 padding:10px 300px 60px 300px;
 border-bottom:dotted 1px #333;
  height: 160px;
}

#jidousha {
 background-image:url(../images/index/dob3.jpg);
 background-repeat:no-repeat;
 margin:30px 0px 20px 0px;
 padding:10px 300px 20px 300px;
 border-bottom:dotted 1px #333;
  height: 200px;
}

#kogata {
 background-image:url(../images/index/dob4.jpg);
 background-repeat:no-repeat;
 margin:30px 0px 20px 0px;
 padding:10px 300px 60px 300px;
 border-bottom:dotted 1px #333;
  height: 160px;
}
#kaden {
 background-image:url(../images/index/dob7.jpg);
 background-repeat:no-repeat;
 margin:30px 0px 20px 0px;
 padding:10px 300px 40px 300px;
 border-bottom:dotted 1px #333;
  height: 180px;
}
#junkan {
 background-image:url(../images/index/dob8.jpg);
 background-repeat:no-repeat;
 margin:30px 0px 20px 0px;
 padding:10px 300px 40px 300px;
 border-bottom:dotted 1px #333;
  height: 180px;
}

#hoka {
 background-image:url(../images/index/dob5.jpg);
 background-repeat:no-repeat;
 margin:30px 0px 20px 0px;
 padding:10px 300px 40px 300px;
 border-bottom:dotted 1px #333;
  height: 180px;
}

#koshi {
 background-image:url(../images/index/dob9.jpg);
 background-repeat:no-repeat;
 margin:30px 0px 20px 0px;
 padding:10px 300px 40px 300px;
 border-bottom:dotted 1px #333;
  height: 180px;
}

#keikoutou {
  background-image:url(../images/index/dob10.jpg);
  background-repeat:no-repeat;
  background-size: 854px;
  margin:30px 0px 20px 0px;
  padding:10px 300px 40px 300px;
  border-bottom:dotted 1px #333;
   height: 180px;
 }

 #asbestos {
  background-image:url(../images/index/dob11.jpg);
  background-repeat:no-repeat;
  background-size: 854px;
  margin:30px 0px 20px 0px;
  padding:10px 300px 40px 300px;
  border-bottom:dotted 1px #333;
   height: 180px;
 }

h3.top {
 font-size:18px;
 color:#333;
 text-align:center;
 margin-bottom:20px;
}

.midashi {
    font-size:40px;
    font-weight:bold;
    margin-top:20px;  
}

#tech {
 background-image:url(../images/index/tech.jpg);
 background-repeat:no-repeat;
 padding:150px 150px 10px 210px;
 color:#fff;
 font-size:12px;
 line-height:1.9;
 height:120px;
}

#csr {
 padding-top:40px;
}

#csrtop {
  background-image:url(../images/index/csr.jpg);
 background-repeat:no-repeat;
 padding:25px 10px 20px 515px;
 color:#fff;
 font-size:12px;
 line-height:1.9;
 margin:50px 0px 0px;
 height:235px;
}

#csr p {
 margin-bottom:5px;
 }
 
#rec {
 padding-top:40px;
}
 
#recruit {
 background-image:url(../images/index/rec.jpg);
 background-repeat:no-repeat;
 padding:160px 80px 10px 90px;
 color:#fff;
 font-size:11px;
 line-height:1.6;
 height:425px;
 margin:50px 0px 10px;
}

#recruits {
  padding:100px 0 0 0;
}

.rec1 {
 width:105px;
 height:203px;
 padding-left:160px;
 float:left;
}

.rec2 {
 width:105px;
 height:170px;
 padding-left:25px;
 padding-right:137px;
 float:left;
}

#contenthead {
 padding:90px 0px 50px 0px;
 text-align: center;
 border-bottom: groove 4px #050519;
 background: -moz-linear-gradient(#dcdcdc, #fff);
 background: -webkit-gradient(linear, center top, center bottom, from(#dcdcdc), to(#fff));
}

.contenthead_inner {
  font-size:40px;
  font-family: 'Franklin Gothic Medium';
  color:#091231;
  text-align-last: center;
  border-bottom:solid 2px #091231;
  line-height: 1.0;
  width:980px;
  margin:0px auto 0;
}
.contenthead_inner_2 {
  font-size:13px;
  color:#091231;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align-last: center;
  border-top:solid 10px #091231;
  width:980px;
  margin:2px auto 0;
}

#main {
 width:100%;
 padding-top:80px;
}

h1.sin {
 font-size:34px;
 margin-top:30px;
 margin-bottom:20px;
 text-align:center;
 font-family: "Times New Roman","������",YuMincho,"Hiragino Mincho ProN",Meiryo,serif;
 letter-spacing: 0.2em;
}

h2.ser {
 font-size:13px;
 padding:12px 0px 5px 160px;
 color:#000036;
 font-family: "Times New Roman","������",YuMincho,"Hiragino Mincho ProN",Meiryo,serif;
 background-image:url(../images/dob/service.jpg);
 background-repeat:no-repeat;
 clear:both;
 margin-top:30px;
}

h2.flow {
 font-size:13px;
 padding:12px 0px 0px 110px;
 color:#000036;
 font-family: "Times New Roman","������",YuMincho,"Hiragino Mincho ProN",Meiryo,serif;
 background-image:url(../images/dob/flow.jpg);
 background-repeat:no-repeat;
 clear:both;
 margin-top:30px;
}

p.cont {
 margin:40px;
}

.cont img {
  width: 100%;
}
}

.cont900 {
  width:900px;
  margin:0 auto;
}

.cont700 {
  width:700px;
  margin:40px auto;
}

.cont700 img {
  width:100%
}

.dob-cont-ib-60 {
  display: inline-block;
  width:55%;
  margin:20px 10px ;
  vertical-align: top;
}
.dob-cont-ib-40 {
  display: inline-block;
  width:40%;
  margin:20px 10px ;
  vertical-align: top;
}

.dob-cont-ib-40 img {
  max-width:100%;
}

.items_inner {
  width:900px;
  margin:0 auto;
}

h3.junkan {
  clear: both;
  font-size: 17px;
  font-weight: bold;
  margin: 2.4em 0 1.0em;
}


.mirai {
 margin:10px 40px;
 font-size: 17px;
 line-height: 1.7;
}

#flow {
 background-image:url(../images/dob/flow-pic.jpg);
 background-repeat:no-repeat;
 background-position:right center;
 width:940px;
 height:337px;
 margin:40px 20px;
}

h2.policy {
 font-size:13px;
 padding:14px 0px 10px 145px;
 color:#000036;
 font-family: "Times New Roman","������",YuMincho,"Hiragino Mincho ProN",Meiryo,serif;
 background-image:url(../images/dob/policy.jpg);
 background-repeat:no-repeat;
 clear:both;
 margin-top:30px;
}

h2.other {
 font-size:13px;
 padding:14px 0px 10px 125px;
 color:#000036;
 font-family: "Times New Roman","������",YuMincho,"Hiragino Mincho ProN",Meiryo,serif;
 background-image:url(../images/dob/other.jpg);
 background-repeat:no-repeat;
 clear:both;
 margin-top:30px;
}

.btm-menu-wrap {
  margin:40px 75px;
}

.btm-menu {
  display: inline;
}

span.fontb {
 font-weight:bold;
}

ol {
	list-style: decimal;
	margin: 0 60px 18px 60px;
}

h2.csr {
 border-bottom:solid 1px #000036;
 padding-top:20px;
 padding-left: 5px;
 padding-bottom:3px;
 margin-top:30px;
     font-size: 24px;
    font-family: "Times New Roman",YuMincho,"Hiragino Mincho ProN",Meiryo,serif;
    font-weight: bold;
    letter-spacing: 0.2em;
}

.csr_saiene_logo {
  width:400px;
  margin:20px 40px;
}
.csr_saiene_logo img {
  width:100%;
}

.csr_saiene_logo_top {
  width:400px;
  margin:20px auto;
}
.csr_saiene_logo_top img {
  width:100%;
}

.zerosaigai_logo_top {
  width:150px;
  margin:20px auto;
}

.zerosaigai_logo_top img{
  width:100%;
}

.tech_cont {
  background:#ebebeb;
  padding:50px 110px 70px;
}
.tech_cont_f {
  padding:10px 110px 70px;
}

ul.csr_cont {
  margin:0 40px;
}

.contact {
 background-image:url(../images/index/toiawase.jpg);
 background-repeat:no-repeat;
 padding:25px 50px 25px 500px;
 height:50px;
 margin-top:50px;
}

p.ques {
    padding-left: 40px;
    padding-bottom: 10px;
    background-image: url(../images/faq/q.png);
    background-repeat:no-repeat;
    margin: 30px 50px 0px 50px;
}

p.ans {
    padding-left: 40px;
    padding-bottom: 10px;
    background-image: url(../images/faq/a.png);
    background-repeat:no-repeat;
    margin: 0px 50px;
    
}

p.ans a {
    color: #1d16c1;
    font-weight: bold;
}

.ans_inner {
  padding:10px 90px;
}

#pagecont {
    margin: 50px;
}
#pagecont p {
    margin-bottom: 15px;
    line-height: 1.7;
}
.rinen {
  padding-top:10px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-family: "Times New Roman","游明朝",YuMincho,"Hiragino Mincho ProN",Meiryo,serif;
}

.state {
  padding-top:15px;
  margin:0 auto;
  width:760px;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.02em;
  font-family: "Times New Roman","游明朝",YuMincho,"Hiragino Mincho ProN",Meiryo,serif;
}

.state-b {
  font-size: 30px;
  font-weight: bold;
}

.eigyosho {
  font-size:11px;
  margin-bottom:10px;
}
.linkbar {
    background-color: #050519;
    color: #fff;
    padding: 7px 10px 5px 10px;
    margin-top: 20px;
}
.linkimg {
    float: left;
    margin: 15px 20px;
    border: solid 1px #333;
}
.linktxt {
    line-height: 1.6;
    margin: 15px;
}
.linktxt a {
    color: #59b1eb;
    font-weight: bold;
}
span.messe {
    font-size: 24px;
    font-family: "Times New Roman","������",YuMincho,"Hiragino Mincho ProN",Meiryo,serif;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin: 10px 0px;
}
span.lead {
    font-size: 18px;
    font-family: "Times New Roman","������",YuMincho,"Hiragino Mincho ProN",Meiryo,serif;
    font-weight: bold;
    letter-spacing: 0.1em;
}
#ceo {
    margin: 10px 0px;
}
p.ceo {
    margin: 0px 20px 10px 5px;
    float: left;
}
#companyinfo2 {
 font-size:12px;
 width:880px;
 margin:0px auto;
 padding-top: 60px;
}

#companyleft2 {
 font-size:12px;
 width:350px;
 float:left;
}
#companyright2 {
 font-size:12px;
 width:520px;
 float:right;
}
.time {
    background-color: #c0c0c0;
    padding: 2px 0px 0px 5px;
    margin: 8px 0px 2px;
}
.times {
    padding: 2px 0px 0px 5px;
    margin: 10px 0px 8px;
    font-weight: bold;
    font-size: 13px;
}

#companyinfo3 {
 font-size:12px;
 width:880px;
 margin:20px auto;
}

#companyleft3 {
 font-size:12px;
 width:290px;
 float:left;
}
#companyright3 {
 font-size:12px;
 width:580px;
 float:right;
}
#voiceback {
    background-image: url(../images/recruit/recruitback.jpg);
    background-repeat: no-repeat;
    padding: 30px 85px 50px 215px;
}
.vbl {
    font-size: 13px;
    color: #fff;
    line-height: 1.4;
    width: 255px;
    height: 270px;
    margin-right: 90px;
    float: left;
}
.vbr {
    font-size: 13px;
    color: #fff;
    line-height: 1.4;
    width: 255px;
    float: right;
}
/* �e�[�u���S�� */
table.table-02 {
	width: 100%;
	border: 1px #888888 solid;
	border-collapse: collapse;
	border-spacing: 0;
    font-size: 11px;
    margin: 10px 0px;
}

/* �w�b�_�[�s */
table.table-02 th {
	padding: 5px;
	border: 1px #888888 solid;
	border-width: 0 1px 1px 1px;
	/* �w�b�_�[�̔w�i�F */
	background: #bbbbbb;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}

/* �ʏ�s */
table.table-02 td {
	padding: 5px;
	border: 1px #888888 solid;
	border-width: 0 0 1px 1px;
	background: #ffffff;
	text-align: center;
}
table.table-03 {
	width: 100%;
	border:none;
	border-collapse: collapse;
	border-spacing: 0;
    margin-left: 5px;
}

/* �ʏ�s */
table.table-03 td {
	border:none;
	line-height:1.8;
	border-width: 0 0 1px 1px;
	background: #ffffff;
	vertical-align: top;
    padding-bottom: 5px;
	/* text-align: center; */
}
.txt {
    margin-bottom: 30px;
}

/* �e�[�u���S�� */
table.table-05 {
	width: 295px;
	border-collapse: collapse;
	border-spacing: 0;
    font-size: 12px;
    margin: 0px 0px;
}


/* �ʏ�s */
table.table-05 td {
	padding: 0px;
	background: #ffffff;

}

h3.sin {
    font-weight: bold;
    font-size: 20px;
    margin: 30px 0 10px 40px;
}

table.miraipro {
    margin: 30px auto;
    font-size: 17px;
    line-height: 1.7;
}

table.miraipro th {
    background-color: #b5e56b;
    padding: 20px;
    border: solid 1px #fff;
}

table.miraipro td {
    background-color: #dbecbf;
    padding: 20px;
    border: solid 1px #fff;
}

ol.miraio {
    margin: 0 0 0 20px;
}
ul.miraio {
    list-style: square;
    margin: 0 0 0 20px;
}

.boxmirai {
    position: relative;
    margin: 3em 20px;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.boxmirai .box-title {
    position: absolute;
    display: inline-block;
    top: -35px;
    left: -3px;
    padding: 5px 15px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.boxmirai p {
    margin: 0; 
    padding: 0;
}

.boxmiraiko {
    position: relative;
    margin: 2em 20px;
    padding: 0.5em 1em;
    border: solid 3px #FFC107;
}
.boxmiraiko .box-title {
    position: absolute;
    display: inline-block;
    top: -35px;
    left: -3px;
    padding: 5px 15px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.boxmiraiko p {
    margin: 0; 
    padding: 0;
}

ul.koemirai {
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

ul.koemirai li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*�|�`����*/
}

ul.koemirai li:before {/*�^���v�f*/
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left : 1em; /*���[����̃A�C�R���܂�*/
  color: #62c1ce; /*�A�C�R���F*/
}

ul.koemiraiko {
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

ul.koemiraiko li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*�|�`����*/
}

ul.koemiraiko li:before {/*�^���v�f*/
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left : 1em; /*���[����̃A�C�R���܂�*/
  color: #FFC107; /*�A�C�R���F*/
}

.miraitoiawase{
    width: 600px;
    margin:5em auto;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
}
.miraitoiawase:before, .miraitoiawase:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.miraitoiawase:before {left: 10px;}
.miraitoiawase:after {right: 10px;}
.miraitoiawase p {
    text-align: center;
    margin: 0; 
    padding: 0;
}


h2.mirai {
position: relative;
font-size: 27px;
font-weight: bold;
letter-spacing: 0.1em;
margin: 40px 10px;
padding-bottom: 10px;
font-family: "Mplus 1p";
}

h2.mirai:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 7px;
background: -webkit-repeating-linear-gradient(-45deg, #ff6a6a, #ff6a6a 2px, #fff 2px, #fff 4px);
background: repeating-linear-gradient(-45deg, #ff6a6a, #ff6a6a 2px, #fff 2px, #fff 4px);
}


h3.mirai {
position: relative;/*���Έʒu*/
padding: 0.8em 0.5em 0.5em 1.8em;/*�A�C�R�����̃X�y�[�X*/
line-height: 1.4;/*�s��*/
color: #000;/*�����F*/
font-size: 22px;
font-weight: bold;
margin: 70px 35px 10px;
font-family: "Mplus 1p";
}

h3.mirai:before{ font-family: FontAwesome;/*�Y�ꂸ��*/
content: "\f138";/*�A�C�R���̃��j�R�[�h*/
position: absolute;/*��Έʒu*/
font-size: 1.5em;/*�T�C�Y*/
left: 0.15em;/*�A�C�R���̈ʒu*/
top: 0.25em;/*�A�C�R���̈ʒu*/
color: #ff6a6a; /*�A�C�R���F*/
}


h3.mirai2{
position: relative;
padding-left: 40px;
margin: 40px 0px 10px 40px;
font-size: 20px;
font-weight: bold;
font-family: "Mplus 1p";
}
h3.mirai2:before{
position: absolute;
font-family: FontAwesome;
content: "\f0eb";
background: #ffca2c;
color: white;
font-weight: normal;
font-size: 20px;
border-radius: 50%;
left: 0;
width: 30px;
height: 28px;
line-height: 25px;
text-align: center;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
h3.mirai2:after {/*�����o���̂��傱��Əo������*/
content: '';
display: block;
position: absolute;
left: 25px;
height: 0;
width: 0;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
border-left: 12px solid #ffca2c;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

h1.mirai {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    font-family: "Mplus 1p";
    text-shadow: 4px 4px 4px #ff6a6a,
             -2px 2px 1px #ff6a6a,
             2px -2px 1px #ff6a6a,
             -2px -2px 1px #ff6a6a;
}

.wf-mplus1p { font-family: "Mplus 1p"; }

#contentheadmirai {
 text-align: center;
 border-bottom: groove 4px #050519;
 background-color: #fcfcfc;
background-image: url(../images/mirai/miraihaikei.jpg);
    padding: 80px 10px;
    border: solid 1px #ccc;
   -webkit-animation: bgscroll 55s linear infinite;
 animation: bgscroll 55s linear infinite;
}
@-webkit-keyframes bgscroll {
 0% {background-position: 0 0;}
 50%{background-position: -15px -500px;}
 100% {background-position: 0 0;}
}

@keyframes bgscroll {
 0% {background-position: 0 0;}
 50%{background-position: -15px -500px;}
 100% {background-position: 0 0;}
}



#mainmirai {
 width:100%;
 padding-top:80px;
 background-image: url(../images/mirai/trfse.jpg);
 background-repeat: no-repeat;
 background-position: left bottom;
}

p.csrtxt {
    font-weight: bold;
    font-size: 14px;
    margin-left: 10px;
}
p.csrtxt a {
    color: #fff;

    text-decoration: none;
}


p.csrtxt a:visited{	 color:#fff; text-decoration: none;}

span.txtbb {
    font-size: 18px;
    font-weight: bold;
}

table.sdgs {
    border: none;
    font-size: 15px;
    margin-top: 30px;
}
table.sdgs tr {
    border: none;
    vertical-align: top;
}
table.sdgs td {
    border: none;
    vertical-align: top;
    padding: 10px 20px 10px 10px;
}

.breadcrumb {
  width:980px;
  margin:20px auto 0px;
}

.breadcrumb li {
  display: inline;
  list-style: none;
  font-weight: bold;
}

.breadcrumb li::after {
  content: '>';
padding: 0 3px;
color: #555;
}

.breadcrumb li:last-child a {
  text-decoration:none;
  color:#000;
}

.breadcrumb li:last-child::after {
  content: '';
}

.go_to_toppage {
  position: relative;
margin: 80px 0 0;
line-height: 1.9;
}

.go_to_toppage a {
  position: absolute;
  top: 0;
left: 0;
display: block;
position: relative;
width: 500px;
padding: 0.9em 0.8em 0.7em;
text-align: center;
text-decoration: none;
color: #1B1B1B;
background: #fff;
border: 1px solid #1B1B1B;
margin: 20px auto 20px;
transition: all .3s;
}


h3.flow {
  font-size: 14px;
  color: #fff;
  font-weight:bold;
  background:  #3d62a9;
  border-radius: 15px;
  width:70%;
  margin:40px auto 20px;
  text-align: center;
  padding:5px 0px;
}

.flow-chart {
  border: 3px solid#3d62a9;
  width:800px;
  margin:20px auto 40px;
}
.flow-chart > li {
  padding: 30px;
}
.flow-chart > li:not(:last-child) {
  border-bottom: 3px solid #3d62a9;
  position: relative;
}
.flow-chart > li:not(:last-child)::before,
.flow-chart > li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 15%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow-chart > li:not(:last-child)::before {
  border-width: 22px;
  border-top-color:#3d62a9;
}
.flow-chart > li:not(:last-child)::after {
  border-width: 18px;
  border-top-color: #fff;
}
.flow-chart > li dl {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flow-chart > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color:#3d62a9;
  -ms-flex-preferred-size: 20%;
  width:250px;
  margin-right: 1vw;
  text-align: center;
}
.flow-chart > li dl dt .icon {
  font-size: 12px;
  color: #fff;
  background:#3d62a9;
  background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
  background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
}

.flow-chart > li dl dd {
  width:450px;
}

.yajirushi{
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  color: #191970!important;
  vertical-align: middle;
  text-decoration: none!important;
  font-size: 14px;
  font-weight:bold!important;
}
.yajirushi::before,
.yajirushi::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.yajirushi-1::before{
  left: 3px;
  width: 5px;
  height: 5px;
  border-top: 4px solid #191970;
  border-right: 4px solid #191970;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


h3.flow-biz {
  font-size: 14px;
  color: #fff;
  font-weight:bold;
  background:  #E43E1E;
  border-radius: 15px;
  width:70%;
  margin:40px auto 20px;
  text-align: center;
  padding:5px 0px;
}

.flow-chart-biz {
  border: 3px solid #E43E1E;
  width:800px;
  margin:20px auto 40px;
}
.flow-chart-biz > li {
  padding: 30px 30px 40px;
}
.flow-chart-biz > li:not(:last-child) {
  border-bottom: 3px solid #E43E1E;
  position: relative;
}
.flow-chart-biz > li:not(:last-child)::before,
.flow-chart-biz > li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow-chart-biz > li:not(:last-child)::before {
  border-width: 22px;
  border-top-color:#E43E1E;
}
.flow-chart-biz > li:not(:last-child)::after {
  border-width: 18px;
  border-top-color: #fff;
}
.flow-chart-biz > li dl {
  margin: 0;
 
  align-items: center;
}
.flow-chart-biz > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color:#E43E1E;
  -ms-flex-preferred-size: 20%;
  text-align: center;
}
.flow-chart-biz > li dl dt .icon {
  font-size: 12px;
  color: #fff;
  background:#E43E1E;
  background: -moz-linear-gradient(left, rgba(228, 62, 30, 1) 0%, rgba(239, 139, 120, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(228, 62, 30, 1) 0%, rgba(239, 139, 120, 1) 100%);
  background: linear-gradient(to right, rgba(228, 62, 30, 1) 0%, rgba(239, 139, 120, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E43E1E', endColorstr='#EF8B78',GradientType=1 );
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
}

.flow-chart-biz > li dl dd {
}


dl.flow-50 {
  width: 44%;
  padding: 30px 2.8% 40px;
  display: inline-block;
}


table.iron-item {
  width:90%;
  margin:20px auto;
}

table.iron-item th {
 background-color: #050519;
 color:#fff;
 padding:20px;
 border: solid 1px #000;
}

table.iron-item td {
  padding:20px;
  border: solid 1px black;
 }

 table.iron-item td img {
  max-width:150px;
 }

.ii-ib {
  display: inline-block;
  vertical-align: top;
  margin:5px;
 }

 ol.iron-remarks {
   margin:20px 70px;
 }


 table.sharyo-list {
  width:80%;
  margin:40px auto;
}

table.sharyo-list th {
 background-color: #050519;
 color:#fff;
 padding:10px;
 border: solid 1px #000;
}

table.sharyo-list td {
  padding:10px;
  border: solid 1px black;
 }


 h3.sharyo {
  font-size: 14px;
  color: #fff;
  font-weight:bold;
  background:  #050519;
  border-radius: 15px;
  width:70%;
  margin:40px auto 20px;
  text-align: center;
  padding:5px 0px;
}

h3.item {
  font-size: 14px;
  color: #fff;
  font-weight:bold;
  background:  #050519;
  border-radius: 15px;
  width:70%;
  margin:80px auto 40px;
  text-align: center;
  padding:5px 0px;
}

h3.page {
  padding: 8px 0 8px 15px;
  clear: both;
  border-left: 3px solid #333333;
  font-size: 20px;
  font-weight: bold;
  margin: 2.4em 0 1.0em;
}

.page-inner {
  margin:10px 30px;
}

.inner-50 {
  display: inline-block;
  vertical-align: top;
  width:47%;
  margin:0 1%;
}
.inner-50 img {
  width: 100%;
}

.inner-60 {
  display: inline-block;
  vertical-align: top;
  width:55%;
  margin:0 4% 0 0;
}

.inner-40 {
  display: inline-block;
  vertical-align: top;
  width:40%;
}
.inner-40 img {
  width: 100%;
}


ul.footer {
  list-style: none;
  margin: 0 0 20px;
}

ul.footer li {
  display: inline-block;
  border-left:solid 1px #fff;
  padding:0 5px 0 10px;
}

ul.footer li a {
  color: #fff;
  font-weight: bold;
}


.related-box {
  width:860px;
  margin:20px auto;
}

.related-menu {
  display: inline-block;
  margin:10px 10px;
}

a.btn_ao_b {
  display: flex;
  align-items: center;
  width: 370px;
  padding: 0 2rem 0 0;
  border: 2px solid #000;
  background: #fff;
  text-decoration: none;
  transition: 0.3s;
}

a.btn_ao_b img {
  height: 93px;
  width: 134px;
  object-fit: cover;
}

a.btn_ao_b:hover {
  background-color: #e9f3fd;
}
a.btn_ao_b .b__text {
  display: block;
  flex-grow: 1;
  color: #000;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-right: 15px;
  font-size: 16px;
}
a.btn_ao_b .b__text::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  a.btn_ao_b .b__text {
    font-size: 18px;
    padding-right: 20px;
  }
  a.btn_ao_b .b__text::after {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 736px) {
  a.btn_ao_b .b__text {
    font-size: 14px;
    padding-right: 20px;
  }
  a.btn_ao_b .b__text::after {
    width: 10px;
    height: 10px;
  }
}


.item-list {
  width:900px;
  margin:20px auto;
  font-size:13px;
}

ul.sa-item {
  font-size:0;
  line-height:0;
  margin:0 auto 30px;
  }

ul.sa-item li {
  font-size:13px;
  line-height:130%;
  width:219px;
  display: inline-block;
  list-style-type: none;
  padding:17px 2px 15px;
  margin:0;
  border-bottom:solid 1px #050519;
}
ul.sa-item li:first-child {
  border-top:solid 1px #050519;
}
ul.sa-item li:nth-of-type(n+2):nth-child(-n+4) {
  border-top:solid 1px #050519;
}

ul.sa-txt {
  font-size:15px;
}

ul.sa-txt li {
  list-style-type: circle;
  margin:5px 0;
}

.sdgs_wrap {
  width:930px;
  margin:20px auto;
}

ol.sdgs-top {
  margin:30px 0;
  padding:0 10px 0 30px;
}

ol.sdgs-top li {
  margin:10px 0;
}

ol.sdgs {
  margin:0px 0;
  padding:0 20px 0 40px;
}

ol.sdgs li {
  margin:10px 0;
  line-height: 1.5;
}

.txts {
  font-size:12px;
}

.logo_col5 {
  display: inline-block;
  width:170px;
  margin:5px;
}

.logo_col5 img {
  width:100%;
}

.sdgs_col2 {
  display: inline-block;
  vertical-align: top;
  width:440px;
  min-height: 567px;
  margin:50px 10px 10px;
  padding:0 0px 20px;
  font-size:14px;
  background-color: #f5f5f5;
}
.sdgs_col2 p {
  margin:10px 20px;
}

.sdgs-12-title {
  position: relative;
  background-color: #d39206;
  color:#fff;
  font-weight: bold;
  font-size:16px;
  padding:7px 0 5px;
  margin:0px 0 20px 0;
  text-align: center;
}
.sdgs-12-title:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  margin-left:-15px;
  border: 15px solid transparent;
  border-top: 15px solid #d39206;
  width: 0;
  height: 0;
}

.sdgs-sub-title {
  font-weight:bold;
  font-size:16px;
  text-align: center;
  margin:0px 0 0;
  padding:10px 0 0;
}

.sdgs-7-title {
  position: relative;
  background-color: #fabd00;
  color:#fff;
  font-weight: bold;
  font-size:16px;
  padding:7px 0 5px;
  margin:0px 0 20px 0;
  text-align: center;
}
.sdgs-7-title:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  margin-left:-15px;
  border: 15px solid transparent;
  border-top: 15px solid #fabd00;
  width: 0;
  height: 0;
}

.sdgs-13-title {
  position: relative;
  background-color: #407936;
  color:#fff;
  font-weight: bold;
  font-size:16px;
  padding:7px 0 5px;
  margin:0px 0 20px 0;
  text-align: center;
}
.sdgs-13-title:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  margin-left:-15px;
  border: 15px solid transparent;
  border-top: 15px solid #407936;
  width: 0;
  height: 0;
}

.sdgs-8-title {
  position: relative;
  background-color: #970a31;
  color:#fff;
  font-weight: bold;
  font-size:16px;
  padding:7px 0 5px;
  margin:0px 0 40px 0;
  text-align: center;
}
.sdgs-8-title:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  margin-left:-15px;
  border: 15px solid transparent;
  border-top: 15px solid #970a31;
  width: 0;
  height: 0;
}

.qaContainer {
  width:900px;
  margin:40px auto;
}

.qaContainer dt {
  padding: 10px 10px 10px 35px;
  border-radius: 5px;
  background: #cce6ff;
  text-indent: -25px;
  line-height: 1.8;
  font-size: 15px;
  color: #383838;
  letter-spacing: 0.05em;
}
.qaContainer dt::before {
  content: "Q.";
  font-weight: bold;
  margin-right: 7px;
}

.qaContainer dd {
  margin: 20px 10px 40px 35px;
  text-indent: -25px;
  line-height: 1.8;
  font-size: 15px;
  color: #383838;
  letter-spacing: 0.05em;
}
.qaContainer dd::before {
  content: "A.";
  color: #1771c6;
  font-weight: bold;
  margin-right: 7px;
}


.btngreen-nolink  {
  width: 18%;
  display: inline-block;
  vertical-align: top;
  margin:10px 2px;
  background-color: #2f9c52;
  color: #fff!important;
  font-size: 18px!important;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 15px 0 13px 0px!important;
  border: solid 5px #2f9c52;
  animation: btnborder 5s infinite;
  -webkit-animation: btnborder 3s infinite; 
}
.btngreen-nolink:nth-of-type(1)  {
  margin:10px 2px 10px 8px;
}

.btngreen-nolink  img {
    width:30%;
    margin:0 auto;
}

.btnorange {
    width: 18%;
    display: inline-block;
    vertical-align: top;
    position: relative;
overflow: hidden;
    margin:10px 2px;
    background-color: #FEB20A;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  padding: 15px 0 13px 0px!important;
  border: solid 5px #FEB20A;
  }

.btnorange a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;

}

.btnorange > a:before{
    content:"";
    position: absolute;
    width:100vw;
    height:100vh;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left:50%;
    top:50%;
}

.btnorange a:hover {
    text-decoration: none!important;
    color:#fff!important;
}

.btnorange:hover {
    background:radial-gradient(#F89174, #FEB20A);
}

.btnorange  img {
    width:30%;
    margin:0 auto;
}

.btnorange-nolink  {
    width: 30%;
    display: inline-block;
    background-color: #FEB20A;
    border-radius: 3px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    margin:20px 10px 10px 0;
    padding: 15px 0 13px 0px;
    border: solid 5px #FEB20A;
    animation: btnborder 5s infinite;
    -webkit-animation: btnborder 3s infinite; 
}

.otoiawasearea {
  position: relative;
  width:980px;
  margin: 2em auto;
  padding: 2em 1em 0.2em;
  border-radius: 0px;
}
.otoiawasearea .box-title {
  position: absolute;
  display: inline-block;
  top: -10px;
  left: 15px;
  padding: 0 9px;
  line-height: 1;
  font-size: 18px;
  background: #FFF;
  color: #2f9c52;
  font-weight: bold;
}
.otoiawasearea p {
  font-size: 18px;
  color:#050519;
  text-align: center;
  font-weight: bold;
  padding: 0;
  line-height: 1.5;
}


p.smalltxt {
  font-size: 12px;
  margin: 0 0 20px 0;
  padding: 0;
}

p.smalltxt-center {
  font-size: 12px;
  text-align: center;
  margin: 0;
  padding: 0;
}

.col_car {
  font-size:0;
  margin:20px 0;
}

.col3 {
  display: inline-block;
  width:32.33%;
  margin:10px 0.5%;
}
.col3 img {
  width:100%;
}

.footer_corp {
  margin:20px ;
  text-align: left;
}

.footer_corp dl {
  margin:10px 0;
}

.dob_inner {
  margin:40px auto;
  width:900px;
  font-size:0;
}

.dob_col2 {
  display: inline-block;
  width:430px;
  margin:0 10px;
}

.dob_col2 img {
  width:100%;
}

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateY(20%) rotate(-45deg);
}

.menu-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.menu-list li {
  width: 30%; /* 3列のアイテム配置 */
  margin-bottom: 20px; /* アイテム間のスペース */
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.menu-list li a {
  display: block;
  padding: 20px;
  text-align: center;
  color: #4d7abb;
  text-decoration: none;
  font-weight: bold;
}

.menu-list li a:hover {
  background-color: #4d7abb;
  color: #ffffff;
}


.item_inner {
  margin:40px auto;
  width:920px;
}

.item_col2 {
  display: inline-block;
  vertical-align: middle;
  width:430px;
  margin:0 10px;
}

.item_col2 img {
  width:100%;
}

.phone_modal {
  display: none;
}