@charset "utf-8";
*{
  margin: 0;
  padding: 0;
}
html{
  overflow-x:hidden;
  height: -webkit-fill-available;
}
body {
  overflow-x:hidden;
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
}
#home{
  background-image:url(../img/flowers-276014_1920.jpg);
  height: 100vh;
  overflow: hidden;
}
.home_inner{
  background-color: rgba(255, 255, 255, 0.3);
  height: 100vh;
  position: relative;
}
.logo img{
  margin: 25px 25px;
  width: 100px;
  height: auto;
}
.menu{
  position: fixed;
  right: 30px;
  top: 30px;
  border-radius: 50%;
  background-color: white;
  width: 60px;
  height: 60px;
  z-index: 999;
}
.menu:hover{
  cursor: pointer;
}
.menu span{
display: inline-block;
position: absolute;
left: 16px;
width: 50%;
height: 2px;
background-color: black;
border-radius: 1px;
transition: 0.8s;
}
.menu span:nth-of-type(1){
  top: 19px;
}
.menu span:nth-of-type(2){
  top: 28px;
}
.menu span:nth-of-type(3){
  top: 36px;
}
.menu.active span:nth-of-type(1){
  top: 23px;
  left: 13px;
  width: 60%;
  height: 4px;
  border-radius: 2px;
  transform: translateY(6px) rotate(-45deg);
}
.menu.active span:nth-of-type(2){
  opacity: 0;
}
.menu.active span:nth-of-type(3){
  top: 30px;
  left: 19px;
  width: 60%;
  height: 4px;
  border-radius: 2px;
  transform: translate(-6px) rotate(45deg);
}
.menu.active{
  background-color: rgb(71, 75, 78);
}
.menu.active span{
  background-color: white;
}
.menu p{
  position: absolute;
  top: 38px;
  font-size: 0.6rem;
  left: 17px;
}
.menu.active p{
  opacity: 0;
}
.job_name{
  background-color: rgba(255, 255, 255, 0.6);
  width: 50%;
  height: 80px;
  position: relative;
  top: 50px;
  border-radius: 0px 20px 20px 0;
  box-shadow: 0 0 20px rgb(255, 255, 255);
}
.job_name p{
position: absolute;
line-height: 80px;
left: 50px;
font-size: 1.5rem;
}
.address{
  position: absolute;
  bottom: 110px;
  background-color: rgba(173, 218, 208, 0.6);
  width: 40%;
  height: 70px;
  border-radius: 0px 20px 20px 0;
  box-shadow: 0 0 20px rgb(173, 218, 208);
}
.address p{
  position: absolute;
  line-height: 70px;
  left: 50px;
  font-size: 1.2rem;
}
.name_box_blue{
  width: 1500px;
  height: 1100px;
  background-color: rgba(24, 66, 153, 0.8);
  transform: rotate(45deg);
  position: absolute;
  bottom: -550px;
  left: 60%;
}
.name_box p{
  position: absolute;
  bottom: -40px;
  right: 10%;
  color: white;
  font-size: 5.2rem;
}
.name_box_ro-ma_text{
  position: relative;
  bottom: 70px;
  left: 20px;
  font-size: 1.6rem;
}
@media screen  and (max-width:1400px){
  .address p{
    font-size: 1.2rem; 
  }
  .name_box p{
    font-size: 4.5rem;
    bottom: -20px;
  }
}
@media screen  and (max-width:900px){
  .name_box p{
    font-size: 3.2rem;
    bottom: 25px;
    right: 30px;
  }
  .name_box_ro-ma_text{
    font-size: 1.2rem;
    bottom: 45px;
  }
  .name_box_blue{
    left: 70%;
  }
  .address{
    top: 480px;
  }
}
@media screen  and (max-width:600px){
  .name_box p{
    top: 450px;
    left: 28vw;
    font-size: 2.8rem;
  }
  .name_box_ro-ma_text{
    bottom: 50px;
  }
  .name_box_blue{
    transform: none;
    width: 1500px;
    height: 200px;
    top: 380px;
    left: 50px;
    height: 250px;
  }
  .job_name{
    width: 60%;
    top: 80px;
  }
  .job_name p{
    left: 25px;
    font-size: 1.3rem;
  }
  .address{
    background-color: transparent;
    box-shadow: none;
    top: 400px;
    z-index: 3;
    width: 600px;
    top: 380px;
    left: 28vw;
    color: white;
  }
  .address p{
    font-size: 1.2rem;
    top: 180px;
  }
}

@media screen  and (max-width:415px){
  .menu{
    right: 295px;
  }
}
@media screen  and (max-width:376px){
  .menu{
    right: 340px;
  }
}
@media screen  and (max-width:280px){
  .menu{
    right: 430px;
    transform: scale(0.9)
  }
  .job_name {
    height: 60px;
  }
  .job_name p{
    font-size: 1rem;
    line-height: 60px;
  }
}
@media screen  and (max-height:916px) and (max-width:413px){
  .menu{
    right: 30px;
  }
  .job_name{
    top: 80px;
  }
  .name_box_blue{
    top: 420px;
  }
  .name_box p{
    top: 500px;
  }
  .name_box_ro-ma_text{
    bottom: 35px;
  }
  .address{
    top: 405px;
    left: 70px;
  }
  .address p{
    font-size: 1rem;
  }
}
@media screen  and (max-height:897px) and (max-width:415px){
  .menu{
    right: 30px;
  }
  .job_name{
    top: 80px;
  }
  .name_box_blue{
    top: 420px;
  }
  .name_box p{
    top: 500px;
  }
  .name_box_ro-ma_text{
    bottom: 35px;
  }
  .address{
    top: 405px;
    left: 70px;
  }
  .address p{
    font-size: 1rem;
  }
}
@media screen  and (max-height:845px) and (max-width:391px){
  .menu{
    right: 30px;
  }
}
@media screen  and (max-height:813px) and (max-width:376px){
  .menu{
    right: 20px;
  }
  .job_name{
    top: 80px;
  }
  .name_box_blue{
    top: 420px;
  }
  .name_box p{
    top: 500px;
  }
  .name_box_ro-ma_text{
    bottom: 40px;
  }
  .address{
    top: 395px;
    left: 55px;
  }
  .address p{
    font-size: 1rem;
  }
}

@media screen  and (max-height:737px) and (max-width:415px){
  .menu{
    right: 20px;
  }
  .job_name{
    top: 60px;
  }
  .name_box_blue{
    top: 350px;
  }
  .name_box p{
    top: 430px;
  }
  .name_box_ro-ma_text{
    bottom: 40px;
  }
  .address{
    top: 325px;
    left: 65px
  }
  .address p{
    font-size: 1.2rem;
      }
}
@media screen  and (max-height:668px)
and (max-width:376px){
  .menu{
    right: 20px;
  }
  .job_name{
    top: 60px;
  }
  .name_box_blue{
    top: 340px;
  }
  .name_box p{
    top: 420px;
  }
  .address{
    top: 310px;
    left: 55px;
  }
  .address p{
font-size: 1.2rem;
  }
}
/* works about */
.works_about_skill{
  background-image: url(../img/mountains-1645078_1920.jpg);
  background-attachment: fixed;
  width: 100%;
  overflow-x:hidden;
}
.works_about_inner{
  background-color: rgba(255, 255, 255, 0.3);
}
#works{
  position: relative;
  height: 2000px;
}
.ttl_box{
  background-color: rgba(255, 255, 255, 0.7);
  width: 280px;
  height: 50px;
  border-bottom: solid 4px black;
  text-align: center;
  font-size: 2.3rem;
  line-height: 50px;
}
.ttl_box_content{
padding-top: 120px;
}
.rocket_ttl{
  margin-top: 60px;
  height: 60px;
  width: 700px;
  background-color: white;
  border-radius: 0 30px 30px 0;
}
.rocket_ttl p{
  padding-left: 98px;
  font-size: 1.2rem;
  line-height: 60px;
  font-family: Noto Sans JP;
}
.rocket{
  width: 85vw;
position: absolute;
right: 0;
top: 340px;
}
.rocket img{
width: 85vw;
border-radius: 30px 0 0 30px;
box-shadow: 0 0 50px rgb(51, 132, 255);
}
.rocket_text{
  margin-top: 40px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px 40px;
  border-radius: 30px 0 0 30px;
  font-family: Noto Serif JP;
  font-size: 0.96rem;
  letter-spacing: 0.5px;
}
.mosya_ttl{
  position: absolute;
  top: 1170px;
  height: 60px;
  width: 450px;
  background-color: white;
  border-radius: 0 30px 30px 0;
}
.mosya_ttl p{
  padding-left: 98px;
  font-size: 1.2rem;
  line-height: 60px;
  font-family: Noto Sans JP;
}
.mosya{
  width: 85vw;
  position: absolute;
  right: 0;
  top: 1285px;
}
.mosya img{
  width: 85vw;
  border-radius: 30px 0 0 30px;
  box-shadow: 0 0 50px rgb(51, 132, 255);
}
.mosya_text{
  margin-top: 40px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px 40px;
  border-radius: 30px 0 0 30px;
  font-family: Noto Serif JP;
  font-size: 0.96em;
  letter-spacing: 0.5px;
}
.br_570px{
  display: none;
}
.br_620px{
  display: none;
}
.br_750px{
  display: none;
}
.br_970px{
  display: none;
}
.br_1150px{
  display: none;
}
.br_1250px{
  display: none;
}
.img_link:hover{
  box-shadow: 0 0 50px rgb(220, 255, 66);
  transition: 0.3s;
  border: solid 3px rgb(220, 255, 66);
}
@media screen and (max-width:1250px){
  .br_1250px{
    display: block;
  }
  .br_space_1250px{
    display: block;
  }
}
@media screen and (max-width:1150px){
  .br_1150px{
    display: block;
  }
  .br_space_1150px{
    display: block;
  }
}
@media screen and (max-width:970px){
  .br_970px{
    display: block;
  }
  .br_1150px{
    display: none;
  }
}
@media screen and (max-width:940px){
  #works{
    height: 1550px;
  }
  .rocket_ttl{
    height: 50px;
    width: 500px;
  }
  .mosya_ttl{
    height: 50px;
    width: 290px;
    top: 875px;
  }
  .rocket_ttl p{
    padding-left: 68px;
    font-size: 1.2rem;
    line-height: 50px;
  }
  .mosya_ttl p{
    padding-left: 68px;
    font-size: 1.2rem;
    line-height: 50px;
  }
  .ttl_box_content{
    padding-top: 60px;
    }
  .rocket{
    top: 280px;
  }
  .mosya{
    top: 990px;
  }
}
@media screen and (max-width:750px){
  .br_750px{
    display: block;
  }
  .br_1150px{
    display: none;
  }
  .br_970px{
    display: none;
  }
  .rocket_text,.mosya_text{
    font-size: 1rem;
  }
}
@media screen and (max-width:620px){
.br_620px{
  display: block;
}
.works_about_skill{
  background-image: none;
  /* background-color: rgb(148, 199, 134); */
  background-attachment: scroll;
}
.works_about_skill_cover{
  position: relative;
}
.works_about_skill::before{
content: "";
display: block;
position: fixed;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100vh;
background-repeat: no-repeat;
background-position: 50% 100%;
background-size: cover;
background-image: url(../img/mountains-1645078_1920.jpg);
}
}
@media screen and (max-width:570px){
  #works{
    height: 1300px;
  }
  .ttl_box{
    width: 230px;
    height: 50px;
    border-bottom: solid 3px black;
    font-size: 2rem;
    line-height: 50px;
  }
  .rocket_ttl p{
    padding-left: 38px;
    font-size: 0.9rem;
    line-height: 20px;
    padding-top: 10px;
  }
  .rocket_ttl{
    height: 60px;
    width: 300px;
  }
  .mosya_ttl{
    height: 50px;
    width: 250px;
    top: 875px;
  }
  .mosya_ttl p{
    padding-left: 38px;
    font-size: 1rem;
  }
  .br_570px{
    display: block;
  }
  .mosya_ttl{
    top: 750px;
  }
  .mosya{
    top: 850px;
  }
}
@media screen and (max-width:470px){
  .rocket_text,.mosya_text{
    font-size: 0.8rem;
  }
}
/* about */
#about{
  height: 660px;
}
.about_content{
  display: flex;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 80px 90px;
  padding: 50px;
  border-radius: 30px;
  box-shadow: 0 0 50px rgba(255, 255, 255, 0.4);
}
.img_name_box img{
width: 250px;
}
.img_name_box p{
  margin-top: -5px;
text-align: center;
font-size: 1.4rem;
}
.about_text_university{
  font-size: 1.2rem;
}
.about_text_content{
  margin-top: 20px;
  font-size: 1.2rem;
}
.about_text{
  margin-left: 50px;
}
.about_text_university{
  font-family: Noto Sans JP;
  font-size: 1.2rem;
}
.about_text_content{
  font-family: Noto Serif JP;
  font-size: 1.2rem;
}
.br_space_950px{
  display: none;
}
@media screen and (max-width:1100px){
  .about_text_university{
    font-size: 1.2rem;
  }
  .about_text_content{
    font-size: 1rem;
  }
}
@media screen and (max-width:950px){
  #about{
    height: 560px;
  }
  .about_content{
    margin: 50px 50px;
  }
  .br_space_950px{
    display: block;
  }
  .img_name_box img{
    width: 150px;
    }
    .img_name_box p{
      font-size: 1.1rem;
    }
}
@media screen and (max-width:780px){
  .about_text_university{
    font-size: 1.2rem;
  }
  .about_content{
    position: relative;
    padding-bottom: 100px;
    font-size: 0.9rem;
  }
  .about_text_content2th{
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 0 50px 0 50px;
  }
}
  @media screen and (max-width:720px){
    .about_content{
      padding-bottom: 118.4px;
  }
}
@media screen and (max-width:700px){
  #about{
    height: 900px;
  }
  .about_content{
    display: block;
    padding-bottom: 50px;
  }
  .img_name_box {
    text-align : center;
    }
    .img_name_box img{
      width: 250px;
      height: auto;
    }
    .about_text{
      margin: 20px 0 0 0;
    }

  .about_text_content1th{
    position: relative;
    margin-top: 30px;
  }
  .about_text_content2th{
    position: relative;
    top: 0;
    margin-top: 30px;
    padding: 0;
  }
}
@media screen  and (max-width:413px) and (max-height:915px){
  .img_name_box img{
    width: 200px;
    height: auto;
  }
}
@media screen  and (max-width:415px) and (max-height:897px){
  #about{
    height: 850px;
  }
  .about_content{
    margin: 80px 50px;
    padding: 40px;
  }
  .img_name_box img{
    width: 180px;
    height: auto;
  }
  .img_name_box p{
    font-size: 1.3rem;
  }
  .about_text_university{
    font-size: 1rem;
  }
  .about_text_content{
    font-size: 0.9rem;
  }
}
@media screen  and (max-width:281px) and (max-height:654px){
  #about{
    height: 850px;
  }
  .about_content{
    margin: 60px 30px;
    padding: 30px;
  }
  .img_name_box img{
    width: 120px;
    height: auto;
  }
  .img_name_box p{
    font-size: 1.1rem;
  }
  .about_text_university{
    font-size: 0.8rem;
  }
  .about_text_content{
    font-size: 0.9rem;
  }
}
/* skill */
#skill{
}
.skill_inner{
  background-color:rgba(255, 255, 255, 0.3);
  height: 800px;
}
.skill_main{
  margin: 80px 0;
}
.skill_box1{
  display: flex;
}
.skill_box_lyout{
  width: 1000px;
  background-color: rgba(255, 255, 255, 0.7);
  height: 80px;
  padding: 0px 40px;
  line-height: 80px;
  position: relative;
  display: flex;
}
.box_gray{
  background-color: rgb(54, 54, 54);
  color: white;
}
.skill_box:hover{
  box-shadow: 0 0 50px rgb(200, 255, 250),
  1100px 0 100px rgb(200, 255, 250);
  background-color: rgba(244, 252, 255, 0.7);
  border-top: solid 4px blue;
  border-right: solid 4px blue;
  border-bottom: solid 4px blue;
  border-radius: 0 10px 10px 0;
  transition: 0.3s;
}
.skill_box:nth-child(2),.skill_box_lyout{
  margin-top: 40px;
}
.skill_name_ttl{
  font-family: 'Kaisei HarunoUmi', serif;
  font-size: 2.3rem;
  width: 300px;
}
.skill_text{
  padding-left: 60px;
  font-size: 1rem;
  line-height: 80px;
  font-family: 'Shippori Mincho B1', serif;
}
.skill_box_modal_text{
  display: flex;
  text-decoration: none;
  color: black;
}
.skill_box_modal_none{
  display: none;
}
@media screen  and (max-width:1100px){
  .skill_main{
    width: 100%;
  }
  .skill_box_lyout{
    width:calc(100% - 80px);
  }
  .skill_box:hover{
    box-shadow: 0 0 50px rgb(200, 255, 250);
  }
  .skill_ttl{
    font-size: 2rem;
  }
  .skill_text{
    font-size: 0.9rem;
    padding-left: 10px;
  }
}
@media screen  and (max-width:850px){
  .skill_inner{
    height: 920px;
  }
  .skill_box_lyout{
    display: block;
    height: 120px;
    line-height: 0px;
  }
  .skill_name_ttl{
    padding-top: 40px;
  }
  .skill_text{
    line-height: 10px;
    font-size: 1rem;
    margin-top: 35px;
  }
}
@media screen  and (max-width:413px) and (max-height:916px){
  .skill_inner{
    height: 1080px;
  }
  .skill_box_lyout{
    height: 160px;
  }

  .skill_text{
    line-height: 20px;
    margin-top: 30px;
  }
}
@media screen  and (max-width:415px) and (max-height:897px){
  .skill_inner{
    height: 1080px;
  }
  .skill_box_lyout{
    height: 160px;
  }
  .skill_text{
    line-height: 20px;
    margin-top: 30px;
  }
}
/* POLICY */
#policy{
  background-image: url(../img/wood-2045380_1920.jpg);
}
.policy_inner{
  height: 900px;
}
.policy_main_ttl_div{
  -webkit-perspective: 500px;
  perspective: 500px;
  display: flex;
  justify-content: center;
}
.policy_ttl{
  width: 280px;
  height: 50px;
  line-height: 50px;
  color: white;
  border-bottom: solid 4px white;
  text-align: center;
  font-size: 2.3rem;
}
.policy_main_ttl_sub{
  margin-left: 40px;
  vertical-align: bottom;
  font-weight: 200;
  font-size: 1.2rem;
  line-height: 48px;
}
.policy_main{
  margin: 100px 50px;
  background-color: rgba(255, 255, 255, 0.7);
  height: 500px;
  position: relative;
}
.policy_main_inner{
  padding: 50px 100px 70px 100px;
  position: relative;
  text-align: center;
}
.policy_main_text{
  margin-top: 70px;
  font-size: 1.3rem;
  font-family: Noto Serif JP;
}
.policy_border{
  position: relative;
}
.policy_border span{
  display: inline-block;
  width: 8vw;
  height: 5px;
  background-color: black;
  position: absolute;
  top:100px;
}
.policy_border span:nth-of-type(2){
  right: 0;
}
.rollAnime.roll span {
  transition-property: opacity,transform;
  transform: rotateY(360deg);
  transition: all .8s cubic-bezier(.77,0,.175,1);
  transition-timing-function: cubic-bezier(.77,0,.175,1);
  display: inline-block;
}
.Appearance{
  animation: Appearance 4.75s forwards ;
  }
  @keyframes Appearance {
    0%{
      opacity: 0;
      transform: rotate(45deg);
    }
    80%{
      opacity: 0;
      transform: rotate(45deg);
    }
    100%{
      opacity: 1;
      transform: rotate(0deg);
    }
  }
.top_mover{
  display: inline-block;
  position: absolute;
  bottom: 45px;
  font-size: 1.3rem;
  width: 100%;
  height: 70px;
  background-color:rgb(40, 40, 40);
  text-align: center;
  color: white;
  text-decoration: none;
  transition: 0.5s;
}
.top_mover:hover{
  background-color: rgb(118, 39, 39);
}
.top_mover:hover .mover_mark{
  animation: movermark 0.9s linear infinite;
  display: inline-block;
}
.top_mover:hover .mover_text{
  transform: rotate(720deg);
}
@keyframes movermark {
  0%{
    opacity: 1;
    transform: translateY(0);
  }
  50%{
    opacity: 1;
    transform: translateY(-7px);
  }
  100%{
    opacity: 1;
    transform: translateY(0);
  }
}
.mover_text{
  line-height: 70px;
  margin-left: 0.5rem;
  display: inline-block;
  transition: 0.2s;
}
.border_top{
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
}
.border_under{
  display: inline-block;
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
}
.Appearance_text{
  opacity: 0;
}

@media screen  and (max-width:1180px){
  .policy_main{
    height: 550px;
  }
  .policy_main_ttl_div{
    display: block;
  }
  .policy_main_ttl{
    text-align: start;
  }
  .policy_main_ttl_sub{
    text-align: end;
  }
  .policy_border span:nth-of-type(2){
    top: 145px;
  }
}
@media screen  and (max-width:950px){
  .policy_main{
    height: 580px;
  }
  .policy_main_ttl{
    font-size: 1.5rem;
  }
  .policy_main_ttl_sub{
    font-size: 1.2rem;
  }
}
@media screen  and (max-width:800px){
  .policy_main_ttl{
    text-align: center;
  }
  .policy_main_ttl_sub{
    text-align: center;
  }
  .policy_border span:nth-of-type(1){
    top: 145px;
  }
  .policy_main_inner{
    padding: 50px 50px 70px 50px;
  }
}
@media screen  and (max-width:735px){
  .policy_main{
    height: 600px;
  }
  .rollAnime.roll span {
    transform: none;
    transform: none;
  }
}
@media screen  and (max-width:600x){
  .policy_ttl{
    width: 230px;
  }
}
@media screen  and (max-width:415px) and (max-height:897px){
  .policy_main{
    margin: 100px 0 100px 0;
    height: 750px;
  }
  .policy_border span:nth-of-type(2),.policy_border span:nth-of-type(1){
    top: 170px;
  }
  .policy_main_text{
    margin-top: 50px;
  }
  .policy_inner{
    height: 1070px;
  }
}
@media screen  and (max-width:413px) and (max-height:916px){
  .policy_main{
    margin: 100px 0 100px 0;
    height: 750px;
  }
  .policy_border span:nth-of-type(2),.policy_border span:nth-of-type(1){
    top: 170px;
  }
  .policy_main_text{
    margin-top: 50px;
  }
  .policy_inner{
    height: 1070px;
  }
}
@media screen  and (max-width:391px) and (max-height:844px){
  .policy_main{
    height: 780px;
  }
}
@media screen  and (max-width:376px) and (max-height:668px){
  .policy_main{
    height: 800px;
  }
}
/* nav */
#nav{
position: fixed;
z-index: -1;
top: 0;
background-color: rgba(238, 255, 253, 0.6);
width: 100%;
height: 100vh;
transition:all 0.5s;
opacity: 0;
}
#nav-list{
  padding: 0 auto;
  z-index: 100;
}
#nav-list ul{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
  letter-spacing: 1rem;
}
#nav-list ul a{
  text-decoration: none;
  padding: 1.2rem;
  color: black;
  font-size: 2.3rem;
  font-weight: 800;
  line-height:6.9rem;
  display: flex;
  justify-content: center;
}
#nav.panelactive{
  opacity: 1 ; 
  z-index: 99;
}
#nav-list ul a:hover{
  color: white;
  transform-origin: top;
}
.filter{
  filter: blur(8px);
}
/* 没 */
.nav_bg{
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  transition: ease .2s;
  width: 350px;
}
.nav_bg span{
  z-index: 101;
}
.nav_bg:hover span{
  color: white;
}
.nav_bg:before{
content: "";
position: absolute;
top: 0;
left: 0;
background:linear-gradient(130deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 20%, rgba(255, 255, 255, 0) 40%, rgba(9, 27, 193, 0.6) 100%) ,linear-gradient(to left, rgba(238, 255, 253, 0) 0%, rgba(12, 37, 255, 0.6) 10%, rgba(53, 71, 228, 0.6) 90%, rgba(238, 255, 253, 0));
width: 100%;
height: 100%;
transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
transform: scale(0, 1);
  transform-origin: top;
}
.nav_bg:hover:before{
  transform: scale(1,1);
}
@media screen  and (max-width:600px){
  #nav-list ul a{
    font-size: 1.8rem;
    padding: 0.5rem;
  }
}
/* その他 */
.ecefft{
  opacity: 0;
}
.action{
  opacity: 1;
  animation: img_anime 1.5s forwards;
}
@keyframes img_anime{
  0%{
    transform: translateX(85vw);
  }
  100%{
    transform: translateX(0);
  }
}
/* font */
.ttl_font{
  font-family: 'Kaisei Tokumin', serif;
}
.job_font{
  font-family: 'Kaisei HarunoUmi', serif;
}