@charset "Shift_JIS";

#title_01{
   margin: 0 auto;
   width: 1180px;
}
@media screen and (max-width: 1180px) {
   #title_01{
   width: 96%;
}
}
.border_2{
   border-top: 4px solid  rgba(60, 160, 40,0.8);
}
.cent{
   font-family:century;
}
.fade_off {
   opacity: 0;
   -webkit-transition: all 6.0s;
   -moz-transition: all 6.0s;
   -o-transition: all 6.0s;
   -ms-transition: all 6.0s;
   transition: all 6.0s;
}
.fade_on {
   opacity: 1;
}

.text-container{
   text-align: center;
}
.text-container__title{
   overflow: hidden;
   position: relative;
}
.text-container__title::before{
   background-image: linear-gradient(to right, rgba(40, 160, 100,0.85) 0%, rgba(40, 160, 100,0.85) 100%);
   content: '';
   display: block;
   margin-top: 20px;
   height: 52%;
   position: absolute;
   transform: translateX(-100%);
   transition:all 1.0s 0.5s ease;
   width: 100%;
}
.text-container__title__inner{
   opacity: 0;
   transition: all 0.8s 0.2s ease;
}
.text-container.active .text-container__title:before{
   transform: translateX(100%);
}
.text-container.active .text-container__title__inner{
   opacity: 1;
}
.wmain{
   width: 1180px;
   margin: 0 auto;
   overflow: hidden;
   margin-top: 20px;
}
@media screen and (max-width: 1024px) {
   .wmain{
   width: 97%;
}
}
.space_01{
   height: 30px;
}
h2{
   text-align: left;
   font-size: 28px;
   line-height: 1;
   color:  rgba(40, 160, 100,0.85);
   font-weight: bold;
   font-family:  Arial;
    padding: 4px 0px 6px 14px;
     border-left: 8px solid rgb(40, 180, 100);
    border-right: 0px solid rgb(40, 180, 100);
    box-shadow:2px 3px 3px 2px rgba(230, 230, 230, 0.75);
   
}

h2.after{
   position: relative;
   margin: 0px 0px 0px 0px;
   padding: 20px 0px 30px 0px;
}
h2.after::after{
   position: relative;
   content: "";
   height: 10px;
   width: 6%;
   bottom: -6px;
   display: block;
   text-align: center;
   background: rgb(40, 180, 100);
   margin: 0 auto;
}
@media screen and (max-width : 480px){
   h2{
   font-size: 26px;
}
h2.after::after{
   height: 8px;
   width: 10%;
   bottom: -8px;
}
}

.green{
   color:  rgba(40, 160, 100,0.85);
}
.inner_1{
   margin: 0 auto;
   width:1180px;
   text-align : center;
}
.inner_1::after{
   clear: both;
   display: table;
   content: "";
}
.inner2{
   margin: 0 auto;
   width:90%;
   vertical-align : bottom;
}
.inner2::after{
   clear: both;
   display: table;
   content: "";
}
.img_77{
   border: 1px solid rgb(185, 185, 255);
}
@media screen and (max-width: 1180px) {
   .inner_1{
   margin: 0 auto;
   width:98%;
   text-align : center;
}
.inner_1::after{
   clear: both;
   display: table;
   content: "";
}
.inner2{
   margin: 0 auto;
   width:98%;
   text-align : center;
}
}
@media screen and (max-width: 1024px) {
   .inner_1{
   margin: 0 auto;
   width:90%;
   text-align : center;
}
.inner_1::after{
   clear: both;
   display: table;
   content: "";
}
}
@media screen and (max-width: 880px) {
   .inner2{
   margin: 0 auto;
   width:100%;
   text-align : center;
}
}
.backgrounds{
   width: 100%;
   height: 100%;
   position: fixed;
   -webkit-transform: translateZ(0);
   transform: translateZ(0);
}
.space01{
   height: 40px;
}
.space02{
   height: 40px;
}
.space03{
   height: 60px;
}
.slide{
   height: 93vh;
   text-align: right;
}
.scroll{
   text-align: center;
   font-size: 16pt;
   color: rgb(90, 160, 80);
   text-shadow: 1px 1px 2px rgba(0, 0, 255, 0.25);
   font-family: Arial;
   margin-top: 12px;
   margin-left: 20px;
}
.cp_arrows *, .cp_arrows *:before, .cp_arrows *:after {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}
.cp_arrows {
   position: relative;
   top: -40px;
   0display: flex;
   height: 0px;
   margin: 2.3em auto;
   justify-content: center;
   align-items: center;
}
.cp_arrows .cp_arrow {
   position: absolute;
   left: 50%;
   width: 26px;
   height: 4px;
   -webkit-transform: scale(0.3);
   transform: scale(0.3);
   -webkit-animation: arrow-move07 3s ease-out infinite;
   animation: arrow-move07 3s ease-out infinite;
   opacity: 0;
}
.cp_arrows .cp_arrow:first-child {
   -webkit-animation: arrow-move07 3s ease-out 1s infinite;
   animation: arrow-move07 3s ease-out 1s infinite;
}
.cp_arrows .cp_arrow:nth-child(2) {
   -webkit-animation: arrow-move07 3s ease-out 2s infinite;
   animation: arrow-move07 3s ease-out 2s infinite;
}
.cp_arrows .cp_arrow:before,
.cp_arrows .cp_arrow:after {
   position: absolute;
   top: 0;
   width: 50%;
   height: 100%;
   content: '';
   border-radius: 0px;
   background: rgb(90, 160, 80);
}
.cp_arrows .cp_arrow:before {
   left: 1px;
   -webkit-transform: skewY(30deg);
   transform: skewY(30deg);
}
.cp_arrows .cp_arrow:after {
   right: 1px;
   width: 50%;
   -webkit-transform: skewY(-30deg);
   transform: skewY(-30deg);
}
@-webkit-keyframes arrow-move07 {
   25% {
   opacity: 0.6;
}
43.75% {
   -webkit-transform: translateY(1em);
   transform: translateY(1em);
   opacity: 0.8;
}
62.5% {
   -webkit-transform: translateY(2em);
   transform: translateY(2em);
   opacity: 1;
}
100% {
   -webkit-transform: translateY(3em) scale(0.5);
   transform: translateY(3em) scale(0.5);
   opacity: 0;
}
}
@keyframes arrow-move07 {
   25% {
   opacity: 0.6;
}
43.75% {
   -webkit-transform: translateY(1em);
   transform: translateY(1em);
   opacity: 0.8;
}
62.5% {
   -webkit-transform: translateY(2em);
   transform: translateY(2em);
   opacity: 1;
}
100% {
   -webkit-transform: translateY(3em) scale(0.5);
   transform: translateY(3em) scale(0.5);
   opacity: 0;
}
}
.center_logo{
   overflow-y: scroll;
   -ms-overflow-style: none;
   /* IE、Edge用 */
     scrollbar-width: none;
   /* Firefox用 */
    -ms-overflow-style: none;
}
.center_logo::-webkit-scrollbar {
   /* Chrome、Safari用 */
  display:none;
}
.center_logo{
   background-color: rgba(246, 30, 30, 0.0);
   background-image : url(../img/logo.png);
   background-repeat : no-repeat;
   background-size:34% auto;
   background-position : right bottom 10px;
   height: 20vh;
}
@media screen and (max-width:1180px) {
   .slide{
   vertical-align : bottom;
   height: 86vh;
   text-align: left;
}
}
@media screen and (max-width:1024px) {
   .slide{
   vertical-align : bottom;
   height: 88vh;
   text-align: left;
}
}
@media screen and (max-width:960px) {
   .slide{
   vertical-align : bottom;
   height: 72vh;
   text-align:none;
}
}
@media screen and (max-width:880px) {
   .slide{
   vertical-align : bottom;
   height: 82vh;
   text-align:none;
}
}
@media screen and (max-width:780px) {
   .slide{
   margin-top: 0px;
   vertical-align : none;
   height: 82vh;
   text-align: none;
}
}
@media screen and (max-width:680px) {
   .slide{
   margin-top: 0px;
   height: 74vh;
}
}
@media screen and (max-width:480px) {
   .slide{
   height: 72vh;
}
}
@media screen and (max-width:420px) {
   .slide{
   height: 68vh;
}
}
@media screen and (max-width:400px) {
   .slide{
   height: 66vh;
}
}
/**
 * Hero
 */
.hero{
   width: 100%;
   height: 100vh;
   position: relative;
   overflow: hidden;
   color: #FFF;
   text-align: center;
}
.title_font1{
   font-size: 14pt;
   text-align:center;
   line-height : 1.7;
   font-weight: bold;
 font-family: ArialMT, "Hiragino Kaku Gothic ProN", "qMmpS ProN W3","Hiragino Kaku Gothic Pro W3","qMmpS Pro W3","CI","EE ESV`E","Osaka";
   color: #fff;
   margin: 0 auto;
   margin-top: 10px;
   margin-bottom: 10px:
     text-shadow: 2px 2px 2px rgba(100, 100, 100, 0.95);
}
.hero_logo02{
   font-size: 11pt;
   text-align:center;
   line-height : 1.7;
 font-family: ArialMT, "Hiragino Kaku Gothic ProN", "qMmpS ProN W3","Hiragino Kaku Gothic Pro W3","qMmpS Pro W3","CI","EE ESV`E","Osaka";
   color: #fff;
   margin: 0 auto;
   margin-bottom: 8px:
        text-shadow: 1px 1px 2px rgba(0, 0, 255, 0.35);
}
.hero_logo0{
   font-size: 42px;
   text-align: center;
   padding: 20px 0px;
   position : relative;
   top : 66px;
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "qMmpS ProN W3","Hiragino Kaku Gothic Pro W3","qMmpS Pro W3","CI","EE ESV`E","Osaka";
   font-weight : bold;
   color: rgba(255, 255, 255,0.90);
   background-image : url(../img/bg_logo.png);
   background-repeat : no-repeat;
   background-position: 50% 54%;
   background-size:60% auto;
   text-shadow: 1px 1px 2px rgba(0, 0, 255, 0.45);
}
@media screen and (max-width: 880px) {
   .hero_logo0{
   font-size: 38px;
   position : relative;
   top : 0px;
   background-position: 50% 50%;
   background-size:80% auto;
   padding:10px 0px 10px 0px;
}
.hero_logo01{
   font-size: 14px;
   text-align:center;
   line-height : 1.7;
   margin-bottom: 18px;
   margin-left: 18px;
   margin-right: 18px;
}
.hero_logo01_cut{
   display:none;
}
}
.hero_logo02{
   font-size: 14px;
   text-align:center;
   line-height : 1.7;
 font-family: ArialMT, "Hiragino Kaku Gothic ProN", "qMmpS ProN W3","Hiragino Kaku Gothic Pro W3","qMmpS Pro W3","CI","EE ESV`E","Osaka";
   color: #fff;
   margin: 0 auto;
   margin-bottom: 8px:
          text-shadow: 1px 1px 2px rgba(0, 0, 255, 0.55);
}
}
@media screen and (max-width: 680px) {
   .hero_logo0{
   font-size: 30px;
   position : relative;
   top : 0px;
   background-position: 50% 54%;
   background-size:100% auto;
   padding:10px 0px 10px 0px;
}
}
@media screen and (max-width: 480px) {
   .hero_logo0{
   font-size: 22px;
   position : relative;
   top : 0px;
   background-position: 50% 54%;
   background-size:114% auto;
   padding:10px 0px 10px 0px;
}
}
@media screen and (max-width: 400px) {
   .hero_logo0{
   font-size: 20px;
   position : relative;
   top : 0px;
   background-position: 50% 54%;
   background-size:114% auto;
   padding:10px 0px 10px 0px;
}
}
.hero_logo_p{
   font-size: 12pt;
   text-align: left;
   line-height : 30px;
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "qMmpS ProN W3","Hiragino Kaku Gothic Pro W3","qMmpS Pro W3","CI","EE ESV`E","Osaka";
   color: #fff;
   text-shadow: 1px 1px 2px rgba(0, 0, 255, 0.45);
}
.hero_logo_p2{
   font-size: 11pt;
   text-align: left;
   line-height : 30px;
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "qMmpS ProN W3","Hiragino Kaku Gothic Pro W3","qMmpS Pro W3","CI","EE ESV`E","Osaka";
   color: #fff;
   text-shadow: 1px 1px 2px rgba(0, 0, 255, 0.45);
}
.hero_logo_p3{
   font-size: 11pt;
   text-align: right;
   line-height : 30px;
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "qMmpS ProN W3","Hiragino Kaku Gothic Pro W3","qMmpS Pro W3","CI","EE ESV`E","Osaka";
   color: #fff;
   text-shadow: 1px 1px 2px rgba(0, 0, 255, 0.45);
}
#hero_logo_p4{
   font-size: 14px;
   text-align: center;
   line-height : 14px;
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "qMmpS ProN W3","Hiragino Kaku Gothic Pro W3","qMmpS Pro W3","CI","EE ESV`E","Osaka";
   color: #fff;
   text-shadow: 1px 1px 2px rgba(0, 0, 255, 0.45);
}
@media screen and (max-width: 480px) {
   #hero_logo_p4{
   display: none;
}
}
@media screen and (max-width: 680px) {
   .hero_logo_p{
   font-size: 12pt;
   line-height : 28px;
}
}
.hero_logo1{
   font-size: 12pt;
   text-align: left;
   line-height : 1.8;
   color: rgba(0, 0, 0, 0.85);
font-family: ArialMT, "Hiragino Kaku Gothic ProN", "qMmpS ProN W3","Hiragino Kaku Gothic Pro W3","qMmpS Pro W3","CI","EE ESV`E","Osaka";
}
.hero_logo2{
   font-size: 14pt;
   text-align: center;
   font-weight: bold;
   line-height : 1.5;
   color: rgba(30, 30, 30,0.75);
   padding-top: 14px;
   padding-bottom: 14px;
   text-shadow: 1px 1px 2px rgba(200, 200, 200, 0.45);
font-family: ArialMT, "Hiragino Kaku Gothic ProN", "qMmpS ProN W3","Hiragino Kaku Gothic Pro W3","qMmpS Pro W3","CI","EE ESV`E","Osaka";
}
.hero_logo3{
   font-size: 14px;
   text-align: center;
   line-height : 1.7;
   color: rgba(0, 0, 0,0.85);
   margin: 0 auto;
   padding-top: 0px;
font-family: ArialMT, "Hiragino Kaku Gothic ProN", "qMmpS ProN W3","Hiragino Kaku Gothic Pro W3","qMmpS Pro W3","CI","EE ESV`E","Osaka";
}
@media screen and (max-width: 880px) {
   .space01{
   height: 40px;
}
.space02{
   height: 0px;
}
.space02_1{
   height: 0px;
}
.space04{
   height: 40px;
}
.hero_logo1{
   font-size: 14px;
   text-align: left;
   line-height : 1.8;
font-family: ArialMT, "Hiragino Kaku Gothic ProN", "qMmpS ProN W3","Hiragino Kaku Gothic Pro W3","qMmpS Pro W3","CI","EE ESV`E","Osaka";
}
    .hero_logo2{
   font-size: 11pt;
}
}
@media screen and (max-width: 680px) {
   .br_01::before{
   content: "\A" ;
   white-space: pre ;
}
}
@media screen and (max-width: 480px) {
   .br_01::before{
   content: "\A" ;
   white-space: pre ;
}
}
.small0{
   font-size: 80%;
}
.container_4{
   width: 1180px;
   margin: 0 auto;
}
.code_1{
   width: 1180px;
   height: 160px;
   clear: both;
   margin: 0px;
   position : relative;
   top : 0px;
}
.code_2{
   width: 1100px;
   height: 100px;
   text-align: left;
   clear: both;
   margin: 0px;
}
.code_2_1{
   width: 1100px;
   height: auto;
   padding: 12px 18px 12px 18px;
   text-align: left;
   clear: both;
   margin: 0px;
   background-color: rgba(0, 0, 0, 0.4);
   border-radius: 10px;
}
.code_3{
   width: 1180px;
   clear: both;
}
.code_caption{
   width: 50%;
   clear: both;
   height: 50px;
}
.code_news{
   width: 1180px;
   clear: both;
   height: 310px;
   background: rgba(213, 213, 213,0.0);
}
.code_link{
   width: 1180px;
   clear: both;
   background: rgba(213, 213, 213,0.0);
}
@media screen and (max-width: 1180px) {
   .code_news{
   width: 96%;
   height: 250px;
}
.code_3{
   width: 96%;
}
}
@media screen and (max-width: 1024px) {
   .code_1{
   width: 98%;
}
.code_2{
   width: 90%;
}
.code_2_1{
   width: 90%;
}
.code_3{
   width: 96%;
}
.code_news{
   width: 98%;
   height: 250px;
   background: rgba(213, 213, 213,0.0);
}
.code_link{
   width: 98%;
   background: rgba(213, 213, 213,0.0);
}
}
@media screen and (max-width: 950px) {
   #opening{
   display:none;
}
}
@media screen and (max-width: 880px) {
   .code_1{
   width: 98%;
   height: 60px;
   margin: 0px;
   position : relative;
   top : 0px;
}
.code_2{
   margin-top: 90px;
   width: 96%;
   height: 90px;
}
.code_2_1{
   margin-top: 150px;
   width: 90%;
   border-radius: 0px;
}
.code_3{
   width: 98%;
   clear: both;
}
.code_caption{
   width: 50%;
   clear: both;
   height: 40px;
}
.code_news{
   width: 100%;
   clear: both;
   height: 290px;
}
.code_link{
   width: 98%;
   clear: both;
}
}
@media screen and (max-width: 680px) {
   .code_1{
   width: 98%;
   height: 60px;
   clear: both;
   margin: 0px;
   position : relative;
   top : 0px;
}
.code_2{
   margin-top: 60px;
   width: 96%;
   height: 120px;
}
.code_2_1{
   margin-top: 60px;
   width: 86%;
}
#top_du{
   margin-top: 120px;
}
#top_du2{
   margin-top: 60px;
}
.code_3{
   width: 98%;
   clear: both;
}
.code_caption{
   width: 50%;
   clear: both;
   height: 40px;
}
.code_news{
   width: 100%;
   clear: both;
   height: 220px;
}
.code_link{
   width: 98%;
   clear: both;
}
}
@media screen and (max-width: 480px) {
   #top_du{
   margin-top: 240px;
}
#top_du2{
   margin-top: 60px;
}
#top_du3{
   margin-top: 40px;
}
.hero_logo1{
   font-size: 13pt;
}
.hero_logo2{
   font-size: 13pt;
}
.code_2_1{
   margin-top: 60px;
   width: 93%;
   padding: 12px 10px 12px 10px;
}
.code_news{
   width: 100%;
   clear: both;
   height: 310px;
}
.br_6::before{
   content: "\A" ;
   white-space: pre ;
}
}
@media screen and (max-width: 400px) {
   #top_du{
   margin-top: 260px;
}
#top_du2{
   margin-top: 60px;
}
#top_du3{
   margin-top: 40px;
}
.hero_logo1{
   font-size: 12pt;
}
.hero_logo2{
   font-size: 12pt;
}
}
.code{
   width: 40%;
   clear: both;
   height: 200px;
   background: #FFF;
   border-radius: 2px;
   margin: 12vh 0;
   padding: 10px;
}
.code pre, .code code{
   height: 100%;
   margin: 0;
}
.code code{
   padding: 20px 0 0 20px;
}
.code--small code{
   padding-top: 0px;
}
.code--center{
   margin: 0 auto;
}
.code--left{
   margin: 0 auto;
}
.code--right{
   float: left;
}
.code--wider{
   width: 60%;
}
.code--wider code{
   padding-top: 60px;
}
.img{
   border: 0px;
}
.link_zoom{
   width:100%;
 
 margin:0 auto;
  
 overflow:hidden;

}
.link_zoom img{
   transition:0.6s all;
}
.link_zoom img:hover{
   transform:scale(1.0,1.0);
   transition:0.6s all;
   opacity: 0.4;
   filter: alpha(opacity=40);
}
.link_pi img{
   transition:0.6s all;
}
.link_pi img:hover{
   transform:scale(1.0,1.0);
   transition:0.6s all;
   opacity: 0.4;
   filter: alpha(opacity=40);
}
#box_column{
   margin: 0 auto;
   width: 100%;
}
.box_column_2_1{
   width: 23%;
   float : left;
   margin-right: 2%;
}
.box_column_2_2{
   width: 23%;
   float : left;
   margin-left: 1%;
   margin-right: 1%;
}
.box_column_2_3{
   width: 23%;
   float : left;
   margin-left: 1%;
   margin-right: 1%;
}
.box_column_2_4{
   width: 23%;
   float : left;
   margin-left: 2%;
}

@media screen and (max-width: 680px) {
   .box_column_2_1{
   width: 80%;
   float : none;
   margin-right: 10%;
   margin-left: 10%;
}
.box_column_2_2{
   width: 80%;
   float : none;
   margin-right: 10%;
   margin-left: 10%;
}
    .box_column_2_3{
  width: 80%;
   float : none;
   margin-right: 10%;
   margin-left: 10%;
}
.box_column_2_4{
  width: 80%;
   float : none;
   margin-right: 10%;
   margin-left: 10%;
}
}
@media screen and (max-width: 480px) {
   #box_column{
   margin-top: 50px;
   width: 100%;
}
}

.ifrm-news{
   width: 100%;
   height: 100%;
   overflow: no;
   -webkit-overflow-scrolling: touch;
}
.ifrm_news{
   width: 100%;
   height: 100%;
   border-width : 0px;
   position : relative;
   top : 0px;
}
/*-----------------------------------------------
 1024
-----------------------------------------------*/
@media screen and (max-width: 1024px) {
   .ifrm-news{
   width: 100%;
   height : 300px;
}
.ifrm_news{
   width: 100%;
   height: 100%;
   border-width : 0px;
   position : relative;
   top : 0px;
}
}
/*-----------------------------------------------
 960
-----------------------------------------------*/
@media screen and (max-width: 960px) {
   .ifrm-news{
   width: 100%;
   height : 330px;
}
.ifrm_news{
   width: 100%;
   height: 100%;
   border-width : 0px;
   position : relative;
   top : 0px;
}
}
/*-----------------------------------------------
 880
-----------------------------------------------*/
@media screen and (max-width: 880px) {
   .ifrm-news{
   width: 100%;
   height : 100%;
}
}
/*-----------------------------------------------
 780
-----------------------------------------------*/
@media screen and (max-width: 780px) {
   .ifrm-news{
   width: 100%;
   height : 100%;
}
}
/*-----------------------------------------------
 660
-----------------------------------------------*/
@media screen and (max-width: 680px) {
   .ifrm-news{
   width: 100%;
   height : 100%;
}
.br_1_1::before{
   content: "\A" ;
   white-space: pre ;
}
}


