@charset "UTF-8";
*{
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px){
  body{
    font-size: 12px;
  }
  h2{
    font-size: 1.618rem;
    } 
}
/* header css */
header{
  width: 100%;
  position: fixed;
  z-index: 1000;
}
.header_inner{
  background-color: #e3ecff;
  color: #005cab;
  z-index: 10;
  height: 73px;
}
.asahikasei_box{
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .asahikasei_box{
    align-items: center;
  }
  .asahikasei_box1{
    align-items: center;
    width: 100%;
    margin: 10px 0;
  }
}
.asahikasei_box1{
display: flex;
margin: 20px 0 0 50px;
}
@media screen and (max-width: 767px) {
  .asahikasei_box1{
    align-items: center;
    width: 100%;
    margin: 10px 0;
}
}
.logo{
  width: 190px;
}
.logo img{
  width: 190px;
}
@media screen and (max-width: 767px) {
  .logo img{
    width: 80px;
    margin-left: 20px;
  }
  .logo{
    width: 100px;
  }
}
.logo_title{
  margin-left: 30px;
  font-size: 10px;
  letter-spacing: 3.5px;
}
@media screen and (max-width: 767px) {
  .logo_title{
    letter-spacing: 2px;
    font-size: 8px;
    margin-left: 20px;
    width: 60px;
  }
}
.asahikasei_box2{
  display: flex;
  line-height: 73px;
  position: relative;
}
.menu{
  width: 100px;
  text-align: center;
  transition: all 0.3s;
}
.menu:hover{
  cursor: pointer;
}
.menu_text{
  position: relative;
  top: 20px;
  font-size: 0.8rem;
}
.menu_span{
  display: inline-block;
  position: absolute;
  left: 32.5px;
  width: 35px;
  height: 1px;
  border-radius: 2px;
  background-color: #005cab;
}
.menu_span:nth-child(1){
  top: 25px;
}
.menu_span:nth-child(2){
  top: 35px;
  height: 2px;
}
.menu_span:nth-child(3){
  top: 45px;
}
.menu:hover{
  background-color: #005cab;
  color: #fff;
}
.menu:hover >.menu_span{
  background-color: #fff;
}
.navopen{
  opacity: 0;
}
.entry{
  width: 150px;
  text-align: center;
  background-color: #ffe700;
}
.entry:hover{
  cursor: pointer;
  opacity: 0.5;
  transition: 0.4s;
}
.nav_box{
background-color: #005cab;
position: relative;
top: -2px;
display: none;
}
.nav_flex{
  padding: 0 20px;
  display: flex;
  justify-content: space-around;
}
.nav_list{
  list-style: none;
  border-right: #fff 1px solid;
  width: 100%;
  text-align: center;
}
.nav_list:last-child{
border-right: none;
}
.nav_list a{
  text-decoration: none;
  padding: 15px;
  color: #fff;
  font-size: 100%;
  transition: 0.3s all;
  text-align: center;
}
.nav_list a:hover{
opacity: 0.5;
}
.nav_list span{
  font-size: 0.8rem;
  color: #ffc424;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nav_box{
    width: 100%;
    margin: 0 auto;
  }
  .nav_flex{
    flex-direction: column;
  }
  .nav_list{
    border-right: none;
    border-bottom:#fff 1px solid;
    padding: 0.8rem 0;
  }
  .nav_list a{
    font-size: 1.2rem;
  }
  .entry{
    width: 20vw;
  }
}
.img_position{
  position: relative;
}
.img1{
  width: 50px;
  top: -10vh;
  left: 15%;
}
.img2{
  width: 50px;
  top: -8vh;
  left: 35%;
}
.img3{
  width: 50px;
  top: -11vh;
  left: 55%;
}
.img4{
  width: 50px;
  top: -10vh;
  left: 75%;
}
.img5{
  width: 50px;
  top: -10vh;
  left: 20%;
}
.img6{
  width: 50px;
  top: -8vh;
  left: 8%;
}
.img7{
  width: 50px;
  top: -5vh;
  left: 49%;
}
.img8{
  width: 50px;
  top: -43vh;
  left: 55%;
}
.img9{
  width: 50px;
  top: -28vh;
  left: 20%;
}
.img10{
  width: 50px;
  top: -42vh;
  left: 80%;
}
.img11{
  width: 50px;
  top: 10vh;
  right: 25%;
}
.img12{
  width: 50px;
  top: 1vh;
  right: -5%;
}
.img13{
  width: 50px;
  top: -12vh;
  right: -40%;
}
.img14{
  width: 50px;
  top: -25vh;
  right: -70%;
}
.img15{
  width: 50px;
  top: -10vh;
  right: -55%;
}
.img16{
  width: 50px;
  top: -10vh;
  right: -5%;
}
.img17{
  width: 50px;
  top: -15vh;
  right: -50%;
}
.img18{
  width: 50px;
  top: -10vh;
  right: -60%;
}
.icon_01{
  animation: img_float1 2s linear infinite;
  margin: 1rem 0 !important;
}
@keyframes img_float1 {
  0%{
    transform: translateY(0px);
  }
  25%{
    transform: translateY(-10px);
  }
  50%{
    transform: translateY(0px);
  }
  75%{
    transform: translateY(10px);
  }
  100%{
    transform: translateY(0px)
  }
}
.icon_02{
  animation: img_float1 4s linear infinite;
  margin: 1rem 0 !important;
}
@keyframes img_float1 {
  0%{
    transform: translateY(0px);
  }
  25%{
    transform: translateY(-7px);
  }
  50%{
    transform: translateY(-7px);
  }
  75%{
    transform: translateY(-7px);
  }
  100%{
    transform: translateY(0px)
  }
}
.icon_03{
  animation: img_float1 3s linear infinite;
  margin: 1rem 0 !important;
}
@keyframes img_float1 {
  0%{
    transform: translateY(0px);
  }
  25%{
    transform: translateY(-20px);
  }
  50%{
    transform: translateY(0px);
  }
  75%{
    transform: translateY(20px);
  }
  100%{
    transform: translateY(0px)
  }
}
.fadein{
  animation-name: fadeinanime;
  animation-duration: 5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeinanime{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .img_position{
    position: relative;
  }
  .img1{
    top: 10px;
    left: 18vw;
  }
  .img2{
    top: -30px;
    left: 36vw;
  }
  .img3{
    top: -60px;
    left: 56vw;
  }
  .img4{
    top: -140px;
    left: 85vw;
  }
  .img5{
    top: 70px;
    left: 36vw;
  }
  .img6{
    top: -140px;
    left: 5vw;
  }
  .img7{
    top: -5px;
    left: 55vw;
  }
  .img8{
    top: -50px;
    left: 80vw;
  }
  .img9{
    top: -200px;
    left: 5vw;
  }
  .img10{
    top: -350px;
    left: 85vw;
  }
  .img1 img{width: 30px;}
  .img2 img{width: 35px; }
  .img3 img{width: 25px; }
  .img4 img{width: 15px; }
  .img5 img{width: 20px; }
  .img6 img{width: 15px; }
  .img7 img{width: 35px; }
  .img8 img{width: 25px; }
  .img9 img{width: 55px; }
  .img10 img{width: 20px; }
  .img11 img{display: none; }
  .img12 img{display: none; }
  .img13 img{display: none; }
  .img14 img{display: none; }
  .img15 img{display: none; }
  .img16 img{display: none; }
  .img17 img{display: none; }
  .img18 img{display: none; }
  .midashi_inner{
    float: left;
  }
}  
/* header css end */

/* main css */
main{
  padding-top: 73px; 
  min-width: 1000px;
}
@media screen and (max-width: 767px) {
  main{
    min-width: 100%;
  }
}
.main_inner{
  background-color:#005cab;
  height: 1000px;
}
.main_kv .kv{
  height: 60vh;
  border-bottom-left-radius: 1000px 500px;
  border-bottom-right-radius: 1000px 500px;
  background-image: url(../img/bg_kv.jpg);
  background-position: center -380px;
}
@media screen and (max-width: 767px) {
  .main_kv{
    height: 30vh;
  }
  .main_kv .kv{
    height: 30vh;
    border-bottom-left-radius: 500px 250px;
    border-bottom-right-radius: 500px 250px;
    padding: 0 100px;
    background-image: url(../img/bg_kv.jpg);
    background-position: center -300px;
  }
  .main_inner{
    height: 650px;
  }
}
.main_flex{
display: flex;
}
.main_img{
  width: 35%;
}
.main_img2{
  width: 48vw;
}
.nobeoka_text_box{
  width: 300px;
}
.nobeoka_text{
  text-align: 2;
  color: #fff;
}
.nobeoka_text_span{
  height: 76px;
  font-size: 40px;
  font-family: Noto Serif jp;
}
.nobeoka img{
  margin-top: 13px;
}
.line-weve{
  background-image: url(../img/bg_under_wave.png);
  width: 79px;
  height: 6px;
  background-size: auto 6px;
  margin-top: -2px;
  margin-bottom: 20px;
  animation-name: under-wave-anime;
  animation-duration: 0.8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.line-weve:last-of-type{
  width: 120px;
}
@keyframes under-wave-anime{
  0%{
    background-position: 0 0;
  }
  100%{
    background-position: -20px 0;
  }
}
.text_box{
  display: flex;
  justify-content: center;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .text_box{
    padding: 100px 0 100px 60px;
    width: 330px;
  }
  .nobeoka_text_span{
    font-size: 28px;
    font-weight: 300;
    margin-left: 15px;
  }
  .line-weve{
    width: 55px;
    margin-left: 15px;
    margin-top: -3px;
    margin-bottom: 10px;
  }
  .line-weve:last-of-type{
    width: 83px;
  }
  .nobeoka img{
    width: 50px;
    height: auto;
    margin-top: 0px;
  }
  .main_img{
    width: 0;
  }
  .midashi{
    margin: 0 auto;
  }
}
/* header css end */

/* message css */
.message{
  background-color:#005cab;
}
#message_works{
  background-color:#005cab;
}
.message_works_inner{
  background-image: url(../img/bg_message_sp.png);
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: 50% 0;
  height: 1630px;
  min-width: 1000px;
  padding-top: 50px;
  position: relative;
}
@media screen and (max-width:767px){
  #message_works{
    height: 2100px;
  }
  .message_works_inner{
    min-width: auto;
    width: 100%;
  }
}
@media screen and (max-width:700px){
  #message_works{
    height: 2000px;
  }
}
@media screen and (max-width:550px){
  #message_works{
    height: 1880px;
  }
}
.factory_img{
  position: absolute;
  top: 300px;
  right: 10%;
  width: 40%;
  height: 430px;
  background-image: url(../img/bg_factory.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.system_img{
  position: absolute;
  bottom: 150px;
  left: 10%;
  width: 40%;
  height: 430px;
  background-image: url(../img/bg_system.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.message_box{
  position: relative;
  z-index: 10;
}
.message_box h2{
  text-align: center;
  color: #ffc424
}
.message_jp{
  font-size: 2.618rem;
  font-weight: 300;
  margin: 30px 0 40px 0;
}
.message_box p{
  text-align: center;
}
.message_text{
  color: #005cab;
  margin-bottom: 50px;
}
.works_content{
  background-color: #edf7ff;
  height: 1250px;
}
#works{
  position: relative;
  z-index: 100;

}
.works_text_title{
  font-size: 2.618rem;
  font-weight: 300;
  margin: 30px 0 20px 0;
}
.works_text{
  text-align: center;
}
.works_text h2{
  color: #ffc424;
}
.works_img1{
  margin: 50px;
}
.factory{
width: 500px;
height: auto;
border-radius: 5px;
}
.factory_h{
  background-color: #005cab;
  color: #fff;
  font-size: 19.2px;
  line-height: 54.8px;
  text-align: center;
  width: 300px;
  height: 54.8px;
}
.factry_text{
  background-color: #fff;
  width: 500px;
  border-top: #005cab solid 2px;
  border-left: #005cab solid 2px;
  border-right: #ffc424 solid 2px;
  border-bottom: #ffc424 solid 2px;
  padding: 30px 40px;
}
.works_img_box{
  margin: 0 auto;
}
.works_img1_text{
  position: relative;
  left: 360px;
  top: -250px;
  width: 550px;
}
.work_img2{
  position: relative;
  top: -200px;
}
.about{
  position: relative;
  left: 350px;
  width: 500px;
  height: auto;
  border-radius: 5px;
}
.work_img2{
  margin-left: 50px;
}
.about_h{
  background-color: #005cab;
  color: #fff;
  font-size: 19.2px;
  line-height: 54.8px;
  text-align: center;
  width: 300px;
  height: 54.8px;
}
.about_text{
  background-color: #fff;
  width: 500px;
  border-top: #005cab solid 2px;
  border-left: #005cab solid 2px;
  border-right: #ffc424 solid 2px;
  border-bottom: #ffc424 solid 2px;
  padding: 30px 40px;
}
.works_img2_text{
  position: relative;
  top: -250px;
  width: 550px;
}
@media screen and (max-width: 767px) {
  .works_img_box{
    margin-top: 3rem;
  }
  .works_img1{
    width: 93%;
    margin: 0 auto;
  }
  .factory{
    width: 100%;
  }
  .works_img1_text{
    left: 0;
    top: -50px;
    width: 95%;
    margin: 0 auto;
  }
  .factory_h{
    width: 100%;
  }
  .factry_text{
    width: 100%;
    box-sizing: border-box;
  }
  .work_img2{
    top: 25px;
    width: 93%;
    margin: 0 auto;
  }
  .about{
    width: 100%;
    left: 0;
  }
  .works_img2_text{
    top: -50px;
    width: 95%;
    margin: 0 auto;
  }
  .about_h{
    width: 100%;
  }
  .about_text{
    width: 100%;
    box-sizing: border-box;
  }
  .works_content{
    height: 2100px;
  }
}
#LIFE{
  background-image: url(../img/bg_life.jpg);
  background-attachment: fixed;
  background-size: cover;
  height: 1060px;
  padding: 100px 0px;
}
.LIFE_textbox{
  margin: 0 auto;
  width:960px;
  height: 832.5px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .LIFE_textbox{
    width: 100%;
  }
  .u_sp_column{
    flex-direction: column;
    align-items: center;
  }
}
.LIFE_h{
  text-align: center;
}
.LIFE_h h3{
  color: #ffc424;
  margin-bottom: 1.5rem;
}
.LIFE_h p:nth-of-type(1){
  font-size: 41.888px;
  margin-bottom: 1rem;
}
.LIFE_h p:nth-of-type(2){
  line-height: 2;
}
.life_h{
  background-color: #005cab;
  color: #fff;
  font-size: 19.2px;
  line-height: 54.8px;
  text-align: center;
  width: 460px;
  height: 54.8px;
  position: relative;
}
.life_h p::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #ffc424 transparent transparent transparent;
}
.life_text{
  background-color: #fff;
  width: 416px;
  height: 640px;
  border-top: #005cab solid 2px;
  border-left: #005cab solid 2px;
  border-right: #ffc424 solid 2px;
  border-bottom: #ffc424 solid 2px;
  padding: 30px 20px;
}
.life_imgbox{
  width: 420px;
}
.life_imgbox1{
  display: flex;
  justify-content: space-between;
}
.img{
  border-radius: 5px;
}
.img_club{
  padding-top: 30px;
  /* width: 420px; */
}
@media screen and (max-width: 767px) {
  #LIFE{
    position: relative;
    height: 1700px;
  }
  .LIFE_h p:nth-of-type(1){
    font-size: 25.888px;
    margin-bottom: 1rem;
  }
  .LIFE_h p:nth-of-type(2){
    line-height: 1.8;
    font-size: 12px;
    margin-bottom: 4rem;
  }
  .LIFE_textbox1 , .LIFE_textbox2{
    width: 90%;
    margin-bottom: 4rem;
  }
  .life2{
    height: 92%;
  }
  .life_h, .life_text {
    width: 100%;
    box-sizing: border-box;
  }
  .life_imgbox{
    width: 100%;
  }
  .life_imgbox1 img{
    width: 47%;
  }
  .img_club {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  #LIFE{
    height: 1600px;
  }
}
#voice{
  background-image: url(../img/bg_voice.jpg);
  background-attachment: fixed;
  padding: 100px 0;
}
.voice_title{
  text-align: center;
}
.shain_voice{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 960px;
  height:492px;
  padding: 0 auto;
  margin: 30px auto 0 auto;
}
.icon{
  width: 90px;
  height: 90px;
  background-color: #005cab;
  border-radius: 5px;
}
.icon img{
  width: 60px;
  display: block;
  margin: 0 auto;
  padding-top: 15px;
}
.voice_text{
  margin-left: 10px;
  height: 90px;
}
.modal_bg{
  width: 346px;
  height: 90px;
  background-color: #fff;
  border-top: #005cab solid 2px;
  border-left: #005cab solid 2px;
  border-right: #ffc424 solid 2px;
  border-bottom: #ffc424 solid 2px;
  padding: 10px;
  margin: 50px 50px 0 50px;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.voice_text span{
  position: absolute;
  bottom: 7px;
  display: block;
  color: #9b9b9b;
  font-size: 12px;
}
.modal_bg::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  opacity: 0.3;
  background-color: #ffc424;
  transition: all 0.3s;
}
.modal_bg1::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  opacity: 0.3;
  background-color: #ffc424;
  transition: all 0.3s;
}
.modal_bg:hover{
  background-color: #edf7ff;
}
.modal_bg1:hover{
  background-color: #edf7ff;
}
.modal_bg:hover::before{
  width: 100%;
}
.modal_bg1:hover::before{
  width: 100%;
}
.modal_bg:hover .modal{
  color: #005cab;
}
.modal_bg1:hover .modal{
  color: #005cab;
}
.modal_bg i{
  position: absolute;
  top: 10px;
  right: 10px;
  transition: all 0.3s;
}
.modal_bg1 i{
  position: absolute;
  top: 10px;
  right: 10px;
  transition: all 0.3s;
}
.modal_bg:hover i, .modal_bg1:hover i{
  transform: rotate(180deg);
}
.modal_bg1{
  width: 346px;
  height: 90px;
  background-color: #fff;
  border-top: #005cab solid 2px;
  border-left: #005cab solid 2px;
  border-right: #ffc424 solid 2px;
  border-bottom: #ffc424 solid 2px;
  padding: 10px;
  margin: 50px 192px 0 192px;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.modal_box{
  position: relative;
  display: none;
}
.modal_win{
  position: fixed;
  /* display: none; */
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
.modal_bg2{
  position: absolute;
  background-color: rgba(0,0,0,0.6);
  width: 100%;
  height: 100vh;
}
.modal_content{
  width: 80%;
  min-width: 650px;
  background-color: #fff;
  position: absolute;
  padding: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal_content i{
  width: 30px;
  height: 30px;
  position: absolute;
  font-size: 30px;
  color: #005cab;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.modal_content_top{
  padding-bottom: 30px;
  border-bottom: 2px solid #005cab;
  display: flex;
  align-items: center;
}
.ttl{
  position: relative;
  margin-left: 1rem;
  font-size: 25.88;
  font-weight: 700;
}
.modal_content_top .icon{
  width: 90px;
  height: 90px;
}
.modal_content_top span{
  position: absolute;
  display: block;
  font-size: 12px;
  color: #9b9b9b;
  bottom: -20px;
  left: 0;
}
.txt{
  margin-top: 20px;
}
@media screen and (max-width: 767px){
  #voice{
    height: 890px;
  }
  .shain_voice{
    flex-wrap: nowrap;
    flex-direction: column;
    width: 90%;
    margin: 170px 30px 30px 30px;
  }
  .modal_bg , .modal_bg1{
    width:100%;
    height: 114px;
    box-sizing: border-box;
    margin: 50px 5px 0 5px;
  }
  .modal_content{
    min-width: auto;
    width: 80%;
    padding: 25px;
  }
  .modal_content_top{
    padding-bottom: 25px
  }
  .ttl{
    font-size: 16px;
  }
}
#QA{
  background-color: #efefef;
  padding: 100px 0px;
}
.QA_title{
  text-align: center;
}
.QA_textbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 960px;
  margin: 0 auto;
}
.QA_box{
  width: 450px;
  margin-top: 30px;
}
.Q{
  position: relative;
  width: 430px;
  height: 65px;
  padding: 0px 10px;
  background-color: #005cab;
  border-radius: 8px 8px 0 0;
  color: #fff;
  line-height: 1.3;
  display: flex;
  align-items: center;
}
.Q i{
  display: none;
  position: absolute;
  top: 30px;
  right: 20px;
}
.Q_ttl{
  font-size: 1.3rem;
  color: #ffc424;
}
.Q_text{
  font-size: 16px;
  margin-left: 1rem;
  font-family: Noto Sans JP;
}
.A{
  width: 430px;
  background-color: #fff;
  padding: 20px 10px;
  border-radius: 0 0 8px 8px; 
  display: flex;

}
.A_ttl{
  font-size: 1.3rem;
  color: #005cab;
}
.A_text{
  margin-left: 1rem;
}
.A1{
  height: 380.2px;
}
.A2{
  height: 89.6px;
}
.A3{
  height: 64px;
}
@media screen and (max-width: 767px){
  .QA_textbox{
    flex-wrap: nowrap;
    flex-direction: column;
    width: 90%;
  }
  .QA_box{
    width: 100%;
  }
  .Q{
    width: 100%;
    box-sizing: border-box;
  }
  .Q_text{
    font-size: 12px;
  }
  .Q i{
    display: block;
    top: 18px;
    right: 10px;
  }
  .A{
    width: 100%;
    box-sizing: border-box;
    display: none;
  }
  .A_flex{
    display: flex;
  }
  .A_text{
    padding: 0 38.2px;
    line-height: 2;
  }
  .A_text span{
    color: #9b9b9b;
  }
  .A_1{
    height: 140px;
  }
  .A_2{
    height: 180px;
  }
  .A_3{
    height: 85px;
  }
  .A_4{
    height: 85px;
  }
  .A_5{
    height: 65px;
  }
  .A_6{
    height: 85px;
  }
}
@media screen and (max-width: 500px){
  .Q{
    height: 50px;
  }
  .A_text{
    padding: 0;
    line-height: 2;
  }
  .A_1{
    height: 180px;
  }
  .A_2{
    height: 260px;
  }
  .A_3, .A_4{
    height: 110px;
  }
  .A_5{
    height: 90px;
  }
  .A_6{
    height: 90px;
  }
}
/* entry */
#entry_box{
  background-image: url(../img/bg_entry.jpg);
  height: 181.775px;
  padding: 50px 0;
}
.entry_h{
  text-align: center;
  color: #fff;
}
.entry_btn_box{
  height: 130px;
  text-align: center;
  vertical-align: baseline;
  display: flex;
  justify-content: center;

}
.entry_btn{
  width: 376px;
  height: 36px;
  padding: 10px;
  margin: 70px 20px 0 20px;
  border: #fff solid 2px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  line-height: 36px;
  transition: 0.5s;
}
.entry_btn:hover{
  background-color: #005cab;
}
.entry_btn a{
  border-style: none;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width:767px){
  .entry_btn_box{
    display: block;
    padding: 0 20px;
  }
  .entry_btn{
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
    font-size: 14px;
  }
}
/* footer */
.footer_btn_box{
  margin: 0 auto;
  padding: 20px 0;
  width: 1000px;
  height: 64px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.footer_btn{
  font-size: 12px;
}
.footer_btn a{
  text-decoration: none;
  color: #3c3c3c;
}
.footer_btn1{
  width: 60px;
  height: 24px;
  padding: 20px;
}
.footer_btn2{
  width: 125px;
  height: 24px;
  padding: 20px;
}
.footer_btn3{
  width: 150px;
  height: 24px;
  padding: 20px;
}
.corporation{
  text-align: center;
}
.corporation img{
  width: 140px;
  height: 17.7px;
  vertical-align: top;
}
.c{
  margin-top: 20px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 12px;
  color: #3c3c3c;
}
@media screen and (max-width:767px){
  .footer_btn_box{
    width: 100%;
    height: 150px;
    box-sizing: border-box;
    flex-direction: column;action
    justify-content: flex-start;
    padding: 20px 0;
  }
  .footer_btn{
    padding: 5px 0 5px 10px;
  }
}
.ecefft{
  opacity: 0;
  transform: translateY(80px);
  transition: all 1s !important;
}
.action{
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  section{
    min-width: 100%;
  }
  .all{
    width: 100%;
    height: auto;
    overflow: hidden;
  }
}