@charset "utf-8";
/* CSS Document */
/*=================================
   bace
  =================================*/
html{
  font-size: 62.5%;
}
body{
  color: #000000;
/*font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;*/
font-family: 'Noto Sans JP', sans-serif;	
  font-size: 1.7rem;
  line-height: 1.7em;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
font-weight: 400;	
}
*{
 box-sizing: border-box;
}
a{
  color: #000000;
}

img{
  max-width: 100%;
  height: auto;
}

header a:hover, footer a:hover {
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  /*opacity: 0.6;*/
}

main a, footer a {
  color: #3977D9;
	text-decoration:underline;
}




/*=================================
   ローディング 
  =================================*/

#logo_loader {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 101;
    background-color: #fff;
}
#logo_loader .f_logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 160px;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 30px;
}
#logo_loader .f_logo img {
    width: 100%;
    height: auto;
}

#logo_loader .f_logo:before {
    content: "";
    display: block;
    width: 100%;
    height: 110%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 100%;
    animation: loadLogo 1.5s;
}

@keyframes loadLogo {
  0% {
    left: 0;
  }
  50% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}


#logo_loader .f_logo:before {
    animation: loadLogo 1.5s;
}

#logo_loader.open {
    animation-name: slideOut;
    animation-fill-mode: forwards;
    animation-duration: 2s;
    animation-delay: 2s;
}

@keyframes slideOut {
  0% {
    transform: scale(1);
	opacity: 1;
  }
  70% {
      transform: scale(1);
	  opacity: 0;
  }
  90% {
      transform: scale(0);
	   opacity: 0;
  }
  100% {
      transform: scale(0);
	   opacity: 0;
  }	
}


/*=================================
   common
  =================================*/
/*  flexbox
-------------------------*/
.flexbox {
  display: -webkit-flex;
  display:    -moz-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flexbox-w {
  display: -webkit-flex;
  display:    -moz-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flexbox-sp {
  display: -webkit-flex;
  display:    -moz-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.s-between{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*  float
-------------------------*/
.float-right{
  float: right;
}
.float-right::after{
  clear: both;
}
.float-left{
  float: left;
}
.float-left::after{
  clear: both;
}


/*=================================
 * media (sp)
  =================================*/
@media screen and (max-width:560px){
  /*=================================
     bace (sp)
    =================================*/
  body{
    font-size: 1.6rem;
    line-height: 1.7em;
  }

  /*=================================
     common (sp)
    =================================*/
	
  /*  flexbox
  -------------------------*/
  .flexbox {
    display: block;
  }
	
  }

/* 電話リンク非表示
----------------------------------*/
@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

	a[href^="tel:"] {
		text-decoration: none;
	}

/*  inner
-------------------------*/
.inner{
width: 90%;
margin: 0 auto;
}

.inner2{
width: 900px;
margin: 0 auto;
}

@media screen and (min-width: 1100px) {
.inner{
 width: 1100px;
}	
	
	
}

@media screen and (max-width: 900px) {
.inner2{
width: 90%;
margin: 0 auto;
}	
	
	
}




/*=================================
   footer
  =================================*/
#footer {
	border-top: 3px solid #005eac;
    padding:0px 0;
	margin-top: -7px;
	background-color: #eaeaea;
	color: #005eac;
	font-size: 1.4rem;
}



#footer .footer-area {
    margin: 0 auto;
	padding: 3em 0;
}

#footer .footer-area ul{
	align-items: center;
}

#footer .footer-area li:first-child{
    flex: 5;
}


#footer .footer-area li:last-child{
    flex: 1;
	text-align: right;
}

#footer .footer-area ul>li>ul>li{
	display: inline-block;
	border-left: 1px solid #005eac;
	line-height: 1em;
	padding: 0 1em;
}

#footer .footer-area ul>li>ul>li:first-child{
	border-left: none;
	padding-left: 0;
}



#footer .footer-area h2 img{
   width: 40%; 
}

#footer .footer-area li.bsi_logo{
   width: 30%; 
}


.tel-img {
    font-size: 3rem;
	color: #005eac;
}

.tel-img span{
    font-size: 3rem;
}

.tel-img::before {
    content: url(../images/tel.svg);
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.fax-no {
    font-size: 2.2rem;
}

#footer .copy {
	font-size: 1em;
	text-align: right;
}

	

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

#footer .footer-area li:last-child{
	text-align: left;
	margin-top: 1em;
}
	
#footer .copy {
	text-align: left;
	margin-bottom: 2em;
}
	
#footer .footer-area li.bsi_logo{
   width: 60%; 
   margin-top: 1em;	
}	
	
    }

@media screen and (max-width: 450px) {
	
#footer .footer-area li.bsi_logo{
   width: 100%; 
}	
	
}


/*-----------------------------------------------
ページリターン☆追加
----------------------------------------------- */		
#page-top {
	position: fixed;
	bottom: 10px;
	right: 20px;
	font-size: 100%;
}
#page-top p{display: inline-block;}
#page-top a {
	background: #005eac;
	text-decoration: none;
	color: #f2f2eb;
	width: 50px;
	padding: 0px 0;
	text-align: center;
	display: block;
	border-radius: 50px;
	line-height: 50px;
}
#page-top a:hover {
	text-decoration: none;
	opacity: 0.6;
}




/*=================================
   common(text)
  =================================*/
.title-orange h2 { 
color: #df6d00;
font-size: 5rem;
font-family: 'Bebas Neue', cursive;		
}

.title-orange h2 span{ 
font-size: 3rem;
font-family: 'Noto Sans JP', sans-serif;		
}

.title-common {
	text-align: center;
}

.title-common h2 {
    font-size: 3rem;
    font-weight: 700;
	margin: 0.5em auto 0.8em;	
}


.title-common h3 {
    font-size: 2.8rem;
    font-weight: 700;
	border-bottom: 4px solid #df6d00;
	display: inline-block;
	padding-bottom: 5px;
	margin-top: 1em;
}

.title-common h3 span{
    font-size: 2rem;
    font-weight: 500;
}

@media screen and (max-width:560px){
.title-common h2, .title-common h3 {
    font-size: 2.5rem;
}
.title-orange h2 span{ 
font-size: 2rem;	
}	
	
}	

@media screen and (max-width:320px){
.title-common h2 {
    font-size: 2rem;
}	
}






/*=================================
   common(contact-title)
  =================================*/
.contact-title{
text-align: center;
background: #005eac;
margin-bottom: 3em;
margin-top: 80px;
padding: 3em 0;	
}

.contact-title h2 {
color: #fff;
font-size: 3rem;
font-weight: 400;
line-height: 3rem;	
}

@media screen and (max-width:950px){
.contact-title{
text-align: center;
background: #005eac;
margin-bottom: 3em;
margin-top: 65px;
padding: 3em 0;	
}
	
}



@media screen and (max-width:560px){
.contact-title{
margin-bottom: 1em;	
padding: 2em 0;		
}

.contact-title h2 {
font-size: 2.3rem;
line-height: 3rem;	
}	
	
	
}


/*=================================
   home-top-mv（メイン動画）
  =================================*/
.mainVisual {
position: relative;
width: 100%;
padding-top: 56.25%;/*16:9*/
  }

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mainVisual_copy p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
font-size: 7rem;
font-weight: bold;
color: white;
text-shadow: 0px 0px 5px #a3662e;
font-family: 'Bebas Neue', cursive;	
line-height: 1.2em;
text-align: center;
  }

 @media screen and (max-width: 1024px) {
.mainVisual_copy p { 
font-size: 4rem;	
} 
	 
.mainVisual {
margin-top: 65px;	
  }	
	 
}	 


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

.mainVisual_copy p { 
font-size: 2em;	
} 
	 	 	
}

/*=================================
   home
  =================================*/
.home-area01{ 
background-color: #000026;
}

.home-area01 .home-title{
height: 90px;
align-items: center;
}


.home-area01 h2 { 
color: #df6d00;
font-size: 5rem;
line-height: 0;
padding-top: 1em;	
font-family: 'Bebas Neue', cursive;		
}

.home-area01 h2 span{ 
font-size: 2rem;
font-family: 'Arvo', serif;	
}

.home-area01 h3{
color: #fff;
font-size: 8rem;
line-height: 0;		
}

.home-area02 {
  background: linear-gradient(90deg, #000026 0%, #000026 50%, #fff 50%, #fff 100%);
}

.home-area02 .inner li:first-child{
width: 65%;
line-height: 0;	
}

.home-area02 .inner  li:last-child{
width: 35%;
writing-mode: vertical-rl;
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
margin-top: 0.3em;		
}

.home-area02 h2{
color: #005eac;
font-size: 8rem;
margin-right: 0.4em;
}

.home-area02 h3{
margin: 1em 2em 0 0;
font-weight: 300;
font-size: 3rem;
line-height: 2em;	
}

@media screen and (max-width:560px){
.home-area01 .home-title{
height: auto;
padding-bottom: 1.5em;	
}	
	
.home-area01 h2 { 
font-size: 4rem;
}
	
.home-area01 h2 span{ 
font-size: 1.6rem;
}
	
	
	
	
.home-area02 {
  background: linear-gradient(90deg, #fff 0%, #fff 50%, #fff 50%, #fff 100%);
}
.home-area02 .inner li:first-child{
width: 100%;
margin: 1em auto 2em;	
}
	
.home-area02 .inner  li:last-child{
width: 100%;
writing-mode: horizontal-tb;
-webkit-writing-mode: horizontal-tb;
-ms-writing-mode: horizontal-tb;
}	
	
.home-area02 h2{
font-size: 6rem;
margin-right: 0em;
}	
	
.home-area02 h3{
line-height: 1.5em;	
}	
	
}



.home-area03 h2{
color: #005eac;
font-size: 8rem;
margin-left: 0.3em;
margin-top: 30px;	
writing-mode: vertical-rl;
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;	
}

.home-area03 p{
margin:25px 0 3em 3em; 
line-height: 2em;	
}


@media screen and (max-width:560px){
	
.home-area03 h2{
font-size: 6rem;
margin-left: 0em;
writing-mode: horizontal-tb;
-webkit-writing-mode: horizontal-tb;
-ms-writing-mode: horizontal-tb;	
}
	
.home-area03 p{
margin:25px 0 3em 0em; 	
}	
	
}



/*=================================
   home-area04
  =================================*/
.home-area04{
margin-bottom:2em; 	
}

.home-area04 h2{
color: #005eac;
font-size: 8rem;
margin-left: 0.3em;
margin-top: 30px;	
writing-mode: vertical-rl;
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
	
}

.home-area04 .quality_policy{
flex: 6;	
margin:25px 3em 3em 0em; 
font-size: 1.7rem;	
line-height: 1.7em;
text-align: justify;
text-justify: inter-ideograph;	
}

.home-area04 .quality_policy>p{
font-size: 2rem;
margin-top: 0.5em;	
}

.home-area04 .quality_policy dl {
    margin: 1em auto 0;	
}

.home-area04 .quality_policy dl dt {
 width: 75px;
float: left;
clear: both;
color: white;
background-color: #df6d00;
text-align: center;
font-family: 'Bebas Neue', cursive;	
font-size: 4rem;
padding: 12px 0 7px;
}

.home-area04 .quality_policy dl dd {
padding: 7px 0 0px 85px;
font-size: 1.8rem;
line-height: 1.8;	
margin: 1em;	
}

@media screen and (max-width:560px){
	
.home-area04{
margin-bottom:0em; 	
}
	
.break-box{
   display: flex;           /* flexコンテナ化 */
   flex-direction: column; /* 縦向きに配置 */
}
	
.home-area04 .quality_policy { order: 2; }   /* 配置順を2番目に */
.home-area04 h2 { order: 1; }   /* 配置順を1番目に */
	
.home-area04 h2{
font-size: 6rem;
margin-left: 0em;
writing-mode: horizontal-tb;
-webkit-writing-mode: horizontal-tb;
-ms-writing-mode: horizontal-tb;	
}
	
.home-area04 .quality_policy{	
margin:25px 0em 2em 0em; 
font-size: 2rem;	
line-height: 1.7em;	
}	
	
.home-area04 .quality_policy dl dt {
    width: 50px;
    float: left;
font-size: 3rem;
padding: 12px 0 7px;	
}	
	
.home-area04 .quality_policy dl dd {
padding: 7px 0 0px 50px;
}
	
.home-area04 .quality_policy dl dd p{
padding-left:1.5em;
text-indent:-1.5em;
}	
	
}


/*=================================
   動画の枠線を消す
  =================================*/
video {
  /*iPhone safariの枠線を消す*/
filter: drop-shadow(0px 0px rgba(0,0,0,0));

  /*PCのChromeの枠線を消す*/
  outline: none!important;
  border: none!important;
}


/*=================================
   movie_ユーチューブ
  =================================*/
.youtube-inner{
  width:100%;
  margin: 0 auto;
align-items: center;	
}

.youtube-inner h2{
  flex: 1;
margin-bottom: 20px;	
}

.youtube-inner div{
  flex: 3.3;
}


/*-----------------------------------------------
ユーチューブレスポンシブ
----------------------------------------------- */
.youtube-w{
  width:100%;
    margin: 0 auto;
  text-align:center;
}

.youtube-video{
  position:relative;
  width:100%;
  padding-top:56.25%;
/*border: 1px solid #666;*/
}
.youtube-video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

.youtube-video video{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

@media (max-width:768px){
.youtube-inner, .youtube-w{width:100%;}
}



/*=================================
   home-banner
  =================================*/
.home_banner_area li{
	width: 20%;position: relative;	
}

.home_banner_area li a{
	display: block;
}

.home_banner_area li a:hover{
-webkit-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
opacity: 0.6;
}

.home_banner_area li div{
	position: absolute;
	top:10px;
	right: 0px;
	text-align: right;
	color: #00003d;
}

.home_banner_area li:last-child div{
	position: absolute;
	top: initial;
	bottom:10px;
	left: 0px;
	text-align: left;
	color: #fff;
}

.home_banner_area li h2{
font-size: 3rem;
font-family: 'Bebas Neue', cursive;
border-bottom: 1px solid #00003d;
display :inline-block;
padding: 0 10px;	
}

.home_banner_area li:last-child h2{
font-size: 3rem;
font-family: 'Bebas Neue', cursive;
border-bottom: 1px solid #fff;
display :inline-block;
padding: 0 10px;	
}

.home_banner_area li h3{
font-weight: 500;
padding: 0 10px;	
}


@media (max-width:560px){

.home_banner_area li{
	width: 50%;
	margin-bottom: -7px;
}
	
.home_banner_area li div{
	top:0px;
}	
	
.home_banner_area li:last-child{
	display: none;
}	
	
.home_banner_area li h2{
font-size: 1.5rem;
line-height: 1.5em;	
}	
	
}



/*=================================
   page共通（アンカーリンク）
  =================================*/
.page-title{
margin-top: 65px;
}


.page-link{
  text-align: center;
}

.page-link li{
display: inline-block;
margin: 7px 5px;
}


.page-link .btn01{
    position: relative;
    margin: 0px auto ;
    display: block;
    padding: 10px 40px 10px 20px;
    text-decoration: none;
	text-align: center;
	border: 1px solid #fff;
	font-size: 1.5rem;
}


.page-link .btn01::after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    right: 20px;
    bottom: 0;
    margin: auto 0;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
}

.page-link li a{
text-decoration: none;
color: #fff;
}
.page-link a:hover{
background-color: #4f4f69;
transition: all .3s ease;	
}

@media (max-width:560px){
.page-link{
  text-align: left;
}

.page-link li{
	
}	
}



/*=================================
   会社概要
  =================================*/
.company-area {
	margin: 2em auto;
text-align: justify;
text-justify: inter-ideograph;
}

.company-area img{
	width: 50%;
	margin:0 2em 1em 0;
}

.company-area h4{
color: #df6d00;
font-size: 2rem;	
line-height: 1.7em;
margin-bottom: 1em;	
}


.company-area li{
flex: 1;
margin-top: 2em;	
}

.company-area li:last-child{
margin-left: 2em;	
}


@media (max-width:560px){
	
.company-area img{
	width: 100%;
	margin:0 0em 1em;
}
	
	
.company-area li:last-child{
margin-left: 0em;
margin-top: 0.5em;	
}
}



/*=================================
   表(共通)
  =================================*/
.post_wrap table{
border: none;
border-collapse: collapse;
border-spacing: 0;
margin:0px 0px 50px;
width:100%;
border: #bcbcbc solid  1px;
}

.post_wrap table tr{
border-bottom: #bcbcbc solid;
border-width: 0 0 1px 1px;
}

.post_wrap table th{
	padding:10px 10px;
	text-align:left;
	/*width: 15%;*/
	white-space: nowrap;
	background-color: #f1f1f1;
	font-weight: normal;
}
.post_wrap table td{
	padding:15px 10px;
	border-left: #bcbcbc solid  1px;
text-align: justify;
text-justify: inter-ideograph;
}

.post_wrap table a{
	text-decoration-line: underline;
}

@media screen and (max-width:560px){
.post_wrap table th{
	width: 30%;
	white-space: initial;
}
}


/*=================================
   沿革
  =================================*/
.company-area_enkaku {
margin: 2em auto;
}



.company-area_enkaku dl {
    overflow: hidden;
    zoom: 1;
}
.company-area_enkaku dl dt {
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100px;
    float: left;
    clear: both;
}
.company-area_enkaku dl dd {
    margin-bottom: 20px;
    padding: 0 0 20px 100px;
    border-bottom: dotted 1px #005eac;
}


/*-----------------------------------------------
続きを読む
----------------------------------------------- */	
cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 340px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 50%;
	width: 300px;
	content: '+'' 沿革の続きを見る';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	background-color: rgba(27, 37, 56, 1);
	padding: 20px;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 950px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	content: '閉じる';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}



/*=================================
   拠点・アクセス
  =================================*/
.access-content{
margin-top: 2em;	
}

.access-content li{
width: 47%;
margin-bottom: 1em;	
}

.access-content h4{
background-color: #000026;
color: white;
padding: 0.5em;	
font-size: 2rem;
text-align: center;
font-weight: 500;
margin: 0.5em auto;	
}

.access-content p{
margin-bottom: 5px;
}


@media screen and (max-width:560px){
.access-content li{
width: 100%	
}
}



/*=================================
   関連会社
  =================================*/
.kanren-link{
  text-align: center;
margin-top: 2em;	
}

.kanren-link li{
display: inline-block;
margin: 0px 5px 7px;
}


.kanren-link .btn01{
    position: relative;
    margin: 0px auto ;
    display: block;
    padding: 10px 40px 10px 20px;
    text-decoration: none;
	text-align: center;
	font-size: 1.7rem;
	background-color: #005eac;
}


.kanren-link .btn01::after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    right: 20px;
    bottom: 0;
    margin: auto 0;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
}

.kanren-link li a{
text-decoration: none;
color: #fff;
}

.kanren-link a:hover{
opacity: 0.6;
transition: all .3s ease;	
}



@media screen and (max-width:560px){
.kanren-link{
text-align: left;
}
	
.kanren-link li{
display: block;
margin:0 0 1em;	
}	
	
}


/*=================================
   製品情報
  =================================*/
.product_text {
margin-top: 1em;
font-size: 2rem;
line-height: 2em;
}

.product_text a{
color: #000;
}

.product_area h4{
margin: 2em auto 1em;
font-size: 2.3rem;
font-weight: 500;	
color: white;
background-color: #000026;
display :inline-block;
padding: 0.5em 1em;	
}

.product_area ul{
margin-bottom: 3em;
}

.product_area li{
width: 22%;
margin: 1% 1.5% 1%;	
}


.product_area li dl {
    overflow: hidden;
    zoom: 1;
	font-size: 1.5rem;
}
.product_area li dl dt {
    width: 70px;
    float: left;
    clear: both;
color: #434343;	
}
.product_area li dl dd {
    padding: 0 0 0px 80px;	
}



@media screen and (max-width:560px){
.product_area li{
width: 100%;
margin: 1% 0% 10%;	
}
	
}


/*=================================
   環境方針
  =================================*/
.enviro_area{
margin-bottom: 3em;
}

.enviro_area h4{
margin: 2em auto 1em;
font-size: 2.7rem;
font-weight: 500;
text-align: center;
line-height: 1.5em;	
}

.enviro_text {
margin-top: 1em;
font-size: 2rem;
line-height: 2em;
}


.enviro_area_line{
border: 1px solid #000026;
padding: 1em;
margin: 2em auto;
}

.enviro_area_line dl {
    overflow: hidden;
    zoom: 1;
}
.enviro_area_line dl dt {
    width: 75px;
    float: left;
    clear: both;
color: white;
background-color: #df6d00;
text-align: center;
font-family: 'Bebas Neue', cursive;	
font-size: 4rem;
padding: 12px 0 7px;	
}
.enviro_area_line dl dd {
    padding: 7px 0 0px 85px;
font-size: 2.5rem;
font-weight: 500;	
}


.enviro_area_line ol{
  /*要素の連番（カウンタ）の値をリセットする*/
  counter-reset: li;
margin-left: 85px;
}
.enviro_area_line li{
  position: relative;
  padding-left: 30px;
  margin: 15px 0 0px;
  /*デフォルトのスタイルを非表示にする*/
  list-style: none;
}
.enviro_area_line li:before{
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  color: #df6d00;
  /*要素の連番（カウンタ）の値を進める*/
  counter-increment: li;
  /*自動連番を付ける関数*/
  content: counter(li)'）';
font-size: 2rem;		
}

.enviro_area_line .midashi{
  color: #df6d00;
font-size: 2rem;
font-weight: 700;
}


@media screen and (max-width:560px){
.enviro_area_line ol{
margin-left: 15px;
}
	
}


.sdgs_logo img{width: 80%;}


@media screen and (max-width:560px){
.sdgs_logo img{width: 100%;}
	
}

/*=================================
   ロードマップ
  =================================*/

.roadmap_line{
border: 1px solid #000026;
padding: 1em;
margin: 2em auto;
}

.roadmap_line p {
	width: 60px;
}

.roadmap_line dl {
    overflow: hidden;
    zoom: 1;
	flex: 9;
}
.roadmap_line dl dt {
    width: 75px;
    float: left;
    clear: both;
text-align: left;	
}

.roadmap_line dl dd {
    padding: 0px 0 0px 75px;
}




.roadmap dl {
    overflow: hidden;
    zoom: 1;
}
.roadmap dl dt {
    width: 75px;
    float: left;
    clear: both;
color: white;
background-color: #df6d00;
text-align: center;
font-family: 'Bebas Neue', cursive;	
font-size: 4rem;
padding: 12px 0 7px;
margin-bottom: 1.5em;	
}
.roadmap dl dd {
    padding: 7px 0 0px 85px;
	margin-bottom: 1.5em;	
}

.roadmap h4{
  color: #df6d00;
font-size: 2.3rem;
font-weight: 700;
margin-bottom: 0.5em;	
}

.roadmap strong{
    font-weight: 500;
	font-size: 2rem;
}



/*=================================
   top news & topics
  =================================*/

.news_post {
width: 80%;
margin:3em auto 5em ;
}

.news_post h3{
font-weight: normal;
}

dl.news_post_list {
    overflow: hidden;
    zoom: 1;
}
dl.news_post_list dt {
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 140px;
    float: left;
    clear: both;
}
dl.news_post_list dd {
    margin-bottom: 20px;
    padding: 0 0 20px 160px;
    border-bottom: solid 1px #ccc;
}

dl.news_post_list dd a{
  display: block; 
color: #000;	
}

dl.news_post_list dd a:hover{
  opacity: 0.6;  
}


.news_post .top-btn01 {
    position: relative;
    display: block;
    width: 100%;
    padding: 0px 2em;
    text-decoration: none;
	font-weight: normal;
	color: #005B9B;
}


.news_post .top-btn01::after {
    content: "";
    display: block;
    position: absolute;
    top: -0px;
    right: 20px;
    bottom: 5px;
    margin: auto 0 0 2em;
    border-top: 2px solid #005B9B;
    border-right: 2px solid #005B9B;
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
}

.news_post a:hover{
      opacity: .6;
}




@media screen and (max-width:800px){
	
.news_post{
 width: 100%;
}	
	
dl.news_post_list dt {
    margin-bottom: 0px;
    padding-bottom: 0px;
    width: 100%;
    float: none;
    clear: both;
}
dl.news_post_list dd {
    margin: 0px 0px 0px 0px;
    padding: 0 0 20px 0px;
    border-bottom: solid 1px #ccc;
}
		
	
}




/*=================================
   topお知らせ追加
  =================================*/
.top_news{
	background-color: #f2f2f2;
	font-weight: 200;
	}

.top_news>div{
	padding: 3em 4em;
text-align: justify;
text-justify: inter-ideograph;
	}

.top_news .midashi_news{
	text-align: center;
	font-size: 2rem;
	font-weight: normal;
	margin-bottom: 1em;
	}


@media screen and (max-width:560px){
.top_news>div{
	padding: 2em 0em;
	}

}

/*=================================
   topお知らせ追加(ニュース個別)
  =================================*/
.news_page img{
	width: 70%;
	margin: 1em auto 0;
	}

@media screen and (max-width:560px){
	
.news_page img{
	width: 100%;
	}

}


/*=================================
contact
  =================================*/
.contact-list{
margin-bottom: 50px;
}

.contact-list h2{
font-size: 3rem;
margin: 2em 0;
text-align: center;
font-weight: 200;	
}

.contact-list li{
list-style-type: circle;
margin-left: 20px;	
}

.contact-list span{
color: red;
}


@media screen and (max-width:560px){
.contact-list h2{
font-size: 2rem;
margin: 0px 0 20px;
font-family: 'M PLUS Rounded 1c', sans-serif;
text-align: center;	
}
}


/*=================================
  フォーム内
  =================================*/
.contact_post {
margin: 1em auto 5em;	
}

.contact_post h3{
font-size: 1.7rem;
margin: 0px 0 20px;
text-align: center;	
}


.contact_post table{
border-collapse: collapse;
border-spacing: 0;
margin:0px auto 30px;	
width:100%;
/*border: #bcbcbc solid  1px;*/
}

.contact_post table tr{
/*	
border-bottom: #bcbcbc solid;
border-width: 0 0 1px 1px;
*/	
}

.contact_post table th{
	padding:15px 15px 15px 0px;
	white-space: nowrap;
	text-align:left;
	font-weight: 500;
	vertical-align:middle;
}
.contact_post table td{
	padding:15px 0px;
	/*border-left: #bcbcbc solid  1px;*/
}

.contact_post span{
color: red;
font-weight: 300;	
}

.contact_post table th{
	vertical-align: top;
}

.contact_post table td p.font-s{
margin-top: 10px;	
font-size: 1.4rem;
line-height: 1.4;	
}


@media screen and (max-width: 560px) {
	
.contact_post table{
border-top:initial;
border-spacing:initial;
border: initial;
/*text-align:center;*/
}
.contact_post table tr{
border-bottom:initial;
border-width:initial;
/*margin:10px 0px 0px !important;*/
}
	
.contact_post table th{
	display: block;
	padding:5px 5px !important;
	/*background: #dfedff;*/
	margin:15px 0px 0px !important;
	font-size: 1.6rem;
}
.contact_post table td{
	display: inline;
	padding:10px 0px !important;
	border: initial;
	background:  initial;
	}

}


/*-----------------------------------------------
個人情報保護方針　別ページの場合
----------------------------------------------- */
.privacy_post{
margin:0 0 10px 0;
padding:10px 0 50px;
}
.privacy_post dl {
	padding:0px;
	margin: 0px 0px 30px;
	text-align: left;

}
.privacy_post dt {
	/*width: 150px;*/
	padding:0px 0px; margin: 0px 0px 10px;
	font-size: 2rem;
	font-weight: 700;
}
.privacy_post dd {
	padding:0px 0px 0px;margin: 0px 0px 0px 20px;
}

.privacy_post ol {margin: 0em 0 0 2em;}
.privacy_post ol li{margin: 0.5em 0 0;}


/* 個人情報保護方針ボックスの場合
------------------------------------------------------------*/
.privacy_box {
        padding: 15px;
        margin: 0px auto 15px;
        /*width: 100%;*/
        height: 200px;
        border: #bcbcbc solid 1px;
	font-size: 1.4rem;
	background-color: #fff;
 }

.scrolly {
        overflow: hidden;
        overflow-y: scroll;
}


/* 確認ボタンと戻るボタン追加☆(2020.10追加)
------------------------------------------------------------*/
@media only screen and (min-width : 951px){
ul.entry_btn {
text-align: center;
margin: auto;
}
ul.entry_btn li {
width:100%;
display: inline;
margin-left: 5px;
margin-right: 5px;
padding: 2px;
}	
}	
	
@media only screen and (max-width : 950px){
ul.entry_btn {
text-align: center;
margin: auto;
}

ul.entry_btn li {
width:100%;
display: block;
margin-left: 5px;
margin-right: 5px;
padding: 2px;
}
}

/*-----------------------------------------------
メールフォーム☆追加
----------------------------------------------- */
.subject{  
font-size: 110%;
}

/* 追加☆セレクトボックス
------------------------------------------------------------*/
select {
	border :1px solid #666;
	font-size:110%;
}

/* 追加☆フォームデザイン
------------------------------------------------------------*/
input[type="text"], textarea{
vertical-align:middle;
max-width:100%;
line-height:30px;
height:38px;
padding:1px 5px;
border:1px solid #666;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="email"]{
vertical-align:middle;
max-width:100%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #666;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}



.kakunin {
	/*width: 300px;*/
	text-align: center;
	margin: auto;
}	


.kakunin input[type="submit"]{
    /*width: 300px;*/
    padding: 10px 20px;
    background: #005eac;
    color: #fff;
    text-decoration: none;
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	justify-content: center;
	margin:0px auto 0;
	/*border-radius:30px;*/
	border: none;
}

.kakunin input[type="submit"]:hover{
background: #6696E2;
-webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;	
cursor:pointer;	
}


.contact_kakunin_page input[type="submit"],.contact_kakunin_page input[type="reset"],.contact_kakunin_page input[type="button"]{
padding:10px 30px;
border: none;
 background: #005eac;
    color: #fff;
    text-decoration: none;
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	justify-content: center;
	margin:10px auto 0;
	/*border-radius:30px;*/	
}

.contact_kakunin_page input[type="submit"]:hover,.contact_kakunin_page input[type="reset"]:hover,.contact_kakunin_page input[type="button"]:hover{
background: #6696E2;
cursor:pointer;
}

@media screen and (max-width:560px){
	
.kakunin {
	/*width: 300px;*/
	text-align: center;
	margin: auto;
}	
	
.kakunin input[type="submit"]{
    /*width: 300px;*/
    display: block;
}

.kakunin input[type="submit"]:hover{
}
	
	
.contact_kakunin_page input[type="submit"],.contact_kakunin_page input[type="reset"],.contact_kakunin_page input[type="button"]{
padding:0px;
margin: 0;
height: 50px;	
}	
	
	
}	


/**:first-child+html input[type="submit"]{padding:3px;}*/

.form-waku{width:100%}


/* 追加☆フォーム入力例
------------------------------------------------------------*/
/* ▼IE10・IE11用 */
:-ms-input-placeholder {
   color: #cecece;
}

/* ▼Chrome・Safari・Opera用(※Edgeにも使える) */
::-webkit-input-placeholder {
   color: #cecece;
}

/* ▼Firefox18以前用 */
:-moz-placeholder {
   color: #cecece;
}
/* ▼Firefox19以上用 */
::-moz-placeholder {
   color: #cecece; opacity: 1;
}

/* ▼CSS標準(予定)の記述 */
:placeholder-shown {
   color: #cecece;
}

@media only screen and (max-width : 640px){
	input{width:100%;}
	input[type="text"], textarea{width:100%;}
	
.form-waku30{width:50% !important;}
	
/*
input[type="checkbox"]{float: left;width:20px;}
input[type="radio"]{float: left;width:20px;}	
*/	
input[type="checkbox"]{width:5%;text-align:left;}
input[type="radio"]{width:5%;text-align:left;}
	



.inquiry table td.kaigyo{display:block;}
.inquiry .sendmail{float:none;width:80%;margin:0 auto 20px;text-align:center;padding:10px 0px;}
.inquiry .back{float:none;width:80%;margin:0 auto;text-align:center;padding:10px 0px;}		
	}







/*=================================
ここまで
  =================================*/



/*=================================
   以下共通 リンクボタン
  =================================*/
.coomon_btn-area {
    text-align: center;
	margin: 5em auto;
}

.coomon_btn-area2 {
    text-align: center;
	margin: 3em auto;
}

@media screen and (max-width:560px){
.coomon_btn-area {
    text-align: center;
	margin: 3em auto;
}
.coomon_btn-area2 {
    text-align: center;
	margin: 1.5em auto;
}
	
}

.coomon_btn,
a.coomon_btn,
button.coomon_btn {

  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem 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;
  letter-spacing: 0.1em;
  color: #fff;
}

.coomon_btn::after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    right: 20px;
    bottom: 0;
    margin: auto 0;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
}


a.btn-border-shadow {
  padding: calc(2.5rem - 12px) 6rem 1.5rem;
border: 1px solid #000026;
  background: #fff;
}

a.btn-border-shadow:before {
  position: absolute;
  top: -6px;
  left: -6px;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

  border: 1px solid #000026;
}

a.btn-border-shadow:hover {
  padding: calc(2.5rem - 12px) 6rem 1.5rem;

}


a.btn-border-shadow:hover:before {
  top: 0;
  left: 0;
border-top: 1px solid #000026;	
border-left: 1px solid #000026;	
}

a.btn-border-shadow--color {
  border-radius: 0;
  background: #000026;
}

a.btn-border-shadow--color:before {
  border-radius: 0;
}


/*=================================
   共通  ボタン
  =================================*/
.more-btn-area .next-btn{
    position: relative;
    margin: 20px auto;
    display: block;
    width: 300px;
    padding: 10px 0;
    background: #fff;
    color: #005eac;
    text-decoration: none;
	text-align: center;
	border: 2px solid #005eac;
	font-size: 1.7rem;
}

.more-btn-area .next-btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto 0;
    border-top: 1px solid #005eac;
    border-right: 1px solid #005eac;
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
}

.more-btn-area a:hover{
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 0.5;
}



/*=================================
   共通 
  =================================*/
.parts_center {text-align: center!important;}
.parts_right {text-align: right!important; }
.parts_left {text-align: left !important;  }
.pc-center{text-align: center;   }

.font-s{font-size: 85%;}
.font-b110{font-size: 110%;}
.font-b3{font-size: 3rem!important;}
.font-red{color: #E50000;}


.space-top10{margin-top: 10px!important;}
.space-top20{margin-top: 20px!important;}
.space-top4em{margin-top: 4em!important;}
.space-bottom5em{margin-bottom: 5em!important;}

.text_ue {
      vertical-align: super;
      font-size: 0.8rem;
    }

.ph-w100 img{width: 100%; height: auto;}

.w60{width: 60%; height: auto;}

.bg-color{background-color: #000026;padding: 2em 0;}

.line_o{
	border-bottom: 2px solid #df6d00;
	padding: 2em 0;
	}


.kome{
padding-left:1em;
text-indent:-1em;
}

.clears{clear:both;}

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

.w60{width: 100%; height: auto;}
	
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.display-pc { display: block !important; }
.display-sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 560px) {
.display-pc { display: none !important; }
.display-sp { display: block !important; }
}

@media only screen and (max-width: 768px){
.pc-center{text-align:left;}
}	

/* pc改行<br class="br-pc">,　sp改行<br class="br-sp">  */
@media screen and (min-width: 768px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 768px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

/* pc改行<br class="br-pc560">,　sp改行<br class="br-sp560">  */
@media screen and (min-width: 560px){	
  .br-pc560 { display:block; }
  .br-sp560 { display:none; }
}
@media screen and (max-width: 560px){	
  .br-pc560 { display:none; }
  .br-sp560 { display:block; }
}











