html{
  font-size: 62.5%;
}
body{
  color: #242424;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif ;
  letter-spacing: 0.06em;
}
img{
  max-width: 100%;
}
.wrapper{
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
.heading{
  font-family: 'Lato';
  font-size: 6rem;
  text-align: center;
  letter-spacing: 0.06em;
}
.heading-color{
  color: #008BD4;
}
.bottom{
  text-align: center;
  position: relative;
}
.bottom a,.w-card .bottom.w-bottom div{
  position: relative;
  display: inline-block;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  transition: color 0.3s linear .2s;
}
.w-card .bottom.w-bottom div{
  font-size: 2.4rem;
}
.bottom a:hover,.w-card a:hover .bottom.w-bottom div{
  color: #fff;
}
.bottom a::before,.w-card .bottom.w-bottom div::before{
  content: "";
  position: absolute;
  background-color:  #008BD4;
  border-radius: 50px;
  width: 70px;
  height: 70px;
  top: 55%;
  left: -9%;
  transform: translateY(-50%);
  z-index: -5;
  transition: width 0.25s linear .2s, background-color 0.4s linear .2s;
}
.contact .bottom a::before{
  left: -11%;
}
.w-card .bottom.w-bottom div::before{
  width: 60px;
  height: 60px;
}
.bottom a:hover::before,.w-card a:hover .bottom.w-bottom div::before{
  width: 117%;
  background-color: #008BD4;
}
.contact .bottom a:hover::before{
  width: 123%;
}
.fa-arrow-right{
  margin-right: 46px;
  color: #fff;
}

/* -----ここからJS----- */
/* 要素を下からふわっと表示させる */
.box{
	opacity: 0;
}
.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}
/* 要素をふわっと下から表示させる */

/* その場でふわっと表示させる */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1s;
animation-delay: 0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/* その場でふわっと表示させる */
/* -----ここまでJS----- */

/*----ここからローディング画面----*/
/* ローディング画面 */
#loading {
  width: 100%;
  height: 100%;
  transition: all 1s;
  background-color: #008BD4;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  text-indent: -9999em;
  animation: load5 1.1s infinite ease;
  transform: translateZ(0);
}
.loaded {
  opacity: 0;
  visibility: hidden;
}
/* ローディングアニメーション */
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
/*----ここまでローディング画面----*/
/* -----ここまでJS----- */


/* -----ここからヘッダー----- */
.header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 105px;
}
.icon a{
  display: block;
}
.icon a img{
  height: 90px;
}

.h-nav_pc{
  display: block;
}
.h-nav_sp{
  display: none;
}
.h-nav_list{
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.h-nav_item{
  margin: 0 20px;
  font-size: 2.4rem;
}
.h-nav_item a{
  position: relative;
  display: inline-block;
  text-decoration: none;
  transition: transform .2s;
}
.h-nav_item a:hover{
  color: #008BD4;
}
.h-nav_item a::after{
  position: absolute;
  bottom: -8px;
  left: 13%;
  content: '';
  width: 75%;
  height: 3px;
  background: #008BD4;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .2s;
}
.h-nav_item a:hover::after{
  transform: scale(1, 1);
}
.h-nav_item:last-of-type{
  margin-right: 0;
}
.h-nav_item a{
  padding: 0 15px;
  transition:  all 0.3s;
}
.nav-h_item a:hover{
  color: #008BD4;
}
.h-nav_item.curennt a{
  color: #008BD4;
}
.h-nav_item.curennt a::after{
  content: '';
  transform: none;
}
.h-nav_item .fa-external-link-alt{
  margin-left: 10px;
}
/* -----ここまでヘッダー----- */

/* -----ここからファストビュー----- */
.fas-title{
  font-size: 10rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-family: cuisine, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.5;
  z-index: 50;
}
.fas-section{
  height: 630px;
}
.fas-pos{
  position: relative;
  height: 630px;
}
.fluid {
  position: absolute;
  animation: fluidrotate 30s ease 0s infinite;
}
.no-1{
  background: #32ADF3;
  width: 236px;
  height: 224px;
  left: 2%;
}
.no-2{
  background: #ADDBFF;
  width: 105px;
  height: 105px;
  top: 2%;
  left: 50%;
}
.no-3{
  background: #1B6691;
  width: 145px;
  height: 145px;
  top: 7%;
  right: 5%;
}
.no-4{
  background: #DAF3FF;
  width: 95px;
  height: 95px;;
  top: 48%;
}
.no-5{
  background: #87A1EB;
  width: 165px;
  height: 165px;
  bottom: -2%;
  left: 11%
}
.no-6{
  background: #CAD8E2;
  width: 105px;
  height: 105px;
  bottom: 7%;
  left: 42%;
}
.no-7{
  background: #047EDC;
  width: 230px;
  height: 215px;
  bottom: 0%;
  right: 2%;
}
@keyframes fluidrotate {

0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
}
14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
}
28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
}
42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
}
56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
}
70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
}
84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
}

}
/* -----ここまでファストビュー----- */

/* -----ここからアバウト----- */
.about{
  margin-top: 90px;
  max-width: 1000px;
}
.a-flex{
  display: flex;
  justify-content: space-around;
  align-items:center;
  flex-wrap: wrap;
  margin-top: 70px;
}
.a-icon{
  margin-bottom: 45px;
}
.a-icon img{
  width: 384px;
  height: 384px;
}
.a-box{
  width: 465px;
  padding: 35px;
  line-height: 2.1;
  border: 1px solid #008BD4;
  border-radius: 24px;
  background-color: #fff;
  position: relative;
  margin-bottom: 80px;
}
.a-box::after{
  content: "";
  width: 465px;
  height: 280px;
  border-radius: 24px;
  background-color: #E2ECF0;
  position: absolute;
  z-index: -5;
  top: 20px;
  left: 25px;
}
.a-box p:last-child{
  padding-top: 30px;
}

/* -----ここまでアバウト----- */

/* -----ここからスキル----- */
.skills{
  margin-top: 155px;
}
.s-flex{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 65px;
  text-align: center;
  width: 100%;
}
.s-card{
  padding-bottom: 60px;
}
.s-card_icon img{
  width: 223px;
}
.s-card_heading{
  font-size: 2.4rem;
  margin-top: 37px;
  font-weight: 500;
  border-bottom: solid 13px #E2ECF0;
  display: inline-block;
}
.s-card_text{
  margin-top: 30px;
  line-height: 2.5;
  text-align: left;
  letter-spacing: 0.07em;
  width: 280px;
}
/* -----ここまでスキル----- */

/* -----ここからワークス----- */
.works{
  margin-top: 85px;
}
.w-flex{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 70px;
  text-align: center;
  width: 100%;
}
.w-card{
  width: 330px;
  padding-bottom: 90px;
}
.w-card a{
  display:flex;
  flex-direction: column;
  height: 100%;
}
.w-card_img{
  border-radius: 15px;
  position: relative;
  padding-bottom: 78%;
  border: 2px solid #E2ECF0;
}
.w-card_img img{
  border-radius: 15px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
}
.w-card_heading h3{
  font-size: 2.5rem;
  margin-top: 32px;
  font-weight: 500;
  display: inline-block;
  border-bottom: solid 13px #E2ECF0;
}
.w-card_text{
  margin-top: 25px;
  margin-bottom: 39px;
  line-height: 2.2;
  text-align: left;
  flex-grow: 1;
  display: flex;
}
.w-flex:before,.w-flex:after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
}
.w-card:before{
  order: 1;
}
/* -----ここまでワークス----- */


/* -----ここからコンタクト----- */
.contact{
  margin-top: 40px;
  margin-bottom: 65px;
}
.c-text{
  margin: 45px 0 60px;
  text-align: center;
  line-height: 3.5;
}

/* -----ここまでコンタクト----- */

/* -----ここからフッター----- */
.footer{
  background-color: #E2ECF0;
  text-align: center;
  padding: 35px 0;
}
/* -----ここまでフッター----- */

/* -----ここからアバウトページ----- */
.about-page{
  margin-top: 75px;
}
.about-page_int{
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto 85px;
}

.about-page_int .a-box{
  padding: 30px 35px;
}
.about-page_int .a-box::after{
  top: 40px;
}
.about-page_cre{
  max-width: 825px;
  padding: 0 20px;
  margin: 0 auto;
}
.cre-tl li{
  position: relative;
  list-style: none;
  padding-bottom: 77px;
}
.cre-tl li:last-child{
  padding: 0;
}
.cre-tl dl{
  margin-left: 65px;
}
.cre-tl dt{
  font-size: 2.1rem;
  padding-bottom: 25px;
}
.cre-tl dd{
  line-height: 2.3;
  }
.cre-tl li:first-child p:last-child{
  padding-top: 30px;
  }
.border-line {
  position: absolute;
  left:1.25em;
  top:0;
  width:5px;
  height:0;
  background: #008BD4;
  }
  .cre-tl li::after{
  content:'';
  position: absolute;
  top:-7px;
  left:0;
  width:45px;
  height: 45px;
  background:#008BD4;
  border-radius: 50%;
}
.btn-top {
  font-size: 1rem;
	font-weight: bold;
	background-color:  #008290;
  color: #FFFFFF;
	user-select: none;
	transition: all 0.3s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 3%;
  box-shadow: 0px 3px 7px rgb(0 0 0 / 50%);
}
.btn-top:hover {
  background-color: #006064;
}
.btn-top.appear {
  bottom: 22px;
}
.btn-top-circle {
  width: 70px;
	height: 70px;
	border-radius: 50%;
}
.btn-top > i {
  font-size: 26px;
}
/* -----ここまでアバウトページ----- */

/* -----ここからワークスページ----- */
.works-page{
  max-width: 830px;
  padding: 0 20px;
  margin: 75px auto;
}
.works-exp{
  padding-top: 60px;
}
.grid {
  display: grid;
  justify-content: center;
  grid-template-columns: 46.7% 40.5%;
  gap: 25px 25px;
  grid-template-areas:
    "g-image1 g-image2"
    "g-image1 g-image3"
    "g-image4 g-image4";
  margin-top: 50px;
}
.g-image1 {
  grid-area: g-image1;
}
.g-image2 {
  grid-area: g-image2;
}
.g-image3 {
   grid-area: g-image3;
 }
 .g-image4 {
   grid-area: g-image4;
 }
.works-img{
  border: 2px solid #B8B8B8;
  border-radius: 25px;
  margin-top: 75px;
}
.works-img a{
  display: block;
}
.works-img img{
  border-radius: 25px;
}
.works-fo{
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
  background-color: #008BD4;
  border-radius: 50px;
  padding: 20px 0px 26px;
  text-align: center;
  margin: 44px auto 0px;
  letter-spacing: 0.08em;
}
.fo-blog{
  max-width: 400px;
}
.fo-portforio{
  max-width: 425px;
}
.fo-banner{
  max-width: 530px;
}
.works-fo a{
  display: block;
}
.works-fo .fa-external-link-alt{
  padding-left: 12px;
}
.works-exp_b{
  margin-bottom: 45px;
}
.works-exp_h{
  padding-bottom: 5px;
  border-bottom: 2px solid #008BD4;
  display: inline-block;
}
.works-exp_t{
  padding-top: 10px;
  letter-spacing: 0.08em;
  line-height: 2.3;
}
.works-exp_t:nth-child(n+3){
  padding-top: 30px;
}
.works-scr{
  text-align: center;
  margin-top: 72px;
}
 .works-scr img{
  width: 75%;
  border-radius: 25px;
 }
/* -----ここまでワークスページ----- */
/* ここまでPC */


/* ここからtab */
@media screen and (max-width: 1046px){
  .w-flex{
    justify-content: space-around;
  }
}
/* ここまでtab */

/* ここからSP */
@media screen and (max-width: 750px){
/* -----ここからヘッダー----- */
  .h-nav_pc{
    display: none;
  }
  .h-nav_sp{
    display: block;
  }
  .icon a img{
    height: 80px;
  }
  .humburger{
    position: absolute;
    top: 33px;
    right: 45px;
    z-index: 200;
  }
  .humburger.active{
    position: fixed;
    top: 33px;
    right: 45px;
  }
  .bar{
    position: absolute;
    display: block;
    width: 35px;
    height: 3px;
    background: #242424;
    left: 50%;
    transform: translateX(-50%);
  }
  .bar_top{
    top: 0px;
  }
  .bar_mid{
    top: 13px;
  }
  .bar_bottom{
    top: 27px;
  }
  .bar_bottom::after{
    content: "MENU";
    position: absolute;
    top: 10px;
    left: -6px;
  }
  .humburger.active .bar_top{
    top : 8px;
    transform: translate(-50%,10px) rotate(45deg);
    transition: transform .3s;
  }
  .humburger.active .bar_mid{
    opacity: 0;
    transition: opacity .3s;
  }
  .humburger.active .bar_bottom{
    top: 26px;
    transform: translate(-50%,-8px) rotate(-45deg);
    transition: transform .3s;
  }
  .humburger.active .bar_bottom::after{
    content: "CLOSE";
    transform: translateY(0) rotate(45deg);
    transition: transform .3s;
    position: absolute;
    left: -39px;
    bottom: -54px;
  }
  .h-menu_wa{
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .h-menu{
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 100;
  }
  .h-menu .h-menu_list{
    height: 100%;
    width: 100%;
    padding-top: 16vh;
    text-align: center;
  }
  .h-menu_item{
    font-size: 2.6rem;
    font-weight: 600;
    padding-bottom: 9vh;
  }
  .h-menu_item:last-child{
    padding-bottom: 0;
  }
  .h-menu_item.curennt a{
    color: #008BD4;
  }
  .h-menu_item .fa-external-link-alt{
    margin-left: 10px;
  }
  /* -----ここまでヘッダー----- */

  /* -----ここからファストビュー----- */
  .fas-section{
    height: 700px;
  }
  .fas-pos{
    height: 700px;
  }
  .fas-title{
    font-size: 9rem;
    top: 46%;
    line-height: 1.6;
  }
  .no-1{
    width: 120px;
    height: 120px;
    top: 4%;
    left: 0%;
  }
  .no-2{
    width: 80px;
    height: 80px;
    top: 14%;
    left: 46%;
  }
  .no-3{
    width: 110px;
    height: 110px;
    top: -1%;
  }
  .no-4{
    display: none;
  }
  .no-5{
    width: 135px;
    height: 135px;
    bottom: 0%;
    left: 2%;
  }
  .no-6{
    width: 80px;
    height: 80px;
    bottom: 19%;
    left: 37%;
  }
  .no-7{
    width: 150px;
    height: 160px;
    bottom: 10%;
  }
  .a-box::after{
    width: 100%;
    height: 100%;
    top: 32px;
    left: 0;
  }
  /* -----ここまでファストビュー----- */
  /* -----ここからスキル----- */
  .s-card {
    max-width: 550px;
    width: 100%;
  }
  .s-card_text{
    width: 100%;
  }
  /* -----ここまでスキル----- */
  /* -----ここからワークス----- */
  .w-card{
    max-width: 500px;
    width: 100%;
  }
  /* -----ここまでワークス----- */

  /* -----ここからアバウトページ----- */
  .about-page_p{
    margin-bottom: 50px;
  }
  .cre-tl li{
    padding-bottom: 70px;
  }
  /* -----ここまでアバウトページ----- */
  /* -----ここからワークスページ----- */
  .works-page{
    margin: 40px auto;
  }
  .grid{
    display: block;
    text-align: center;
  }
  .g-image1,.g-image2{
    margin: 0 auto 40px;
    max-width: 350px;
    width: 100%;
  }
  .g-image3{
    margin-bottom: 40px;
  }
    /* -----ここからワークスページ----- */
}

@media screen and (max-width: 520px){
  body{
    font-size: 1.4rem;
  }
  /* -----ここからファストビュー----- */
  .fas-section{
    height: 630px;
  }
  .fas-pos{
    height: 630px;
  }
  .fas-title{
    font-size: 5.3rem;
    top: 48%;
  }
  .no-1{
    width: 80px;
    height: 80px;
    top: 9%;
    left: 0%;
  }
  .no-2 {
    width: 55px;
    height: 55px;
    top: 20%;
  }
  .no-3 {
    width: 75px;
    height: 75px;
    top: 2%;
  }
  .no-5 {
    width: 90px;
    height: 90px;
    bottom: 3%;
    left: 2%;
  }
  .no-6 {
    width: 60px;
    height: 60px;
    bottom: 23%;
    left: 35%;
  }
  .no-7 {
    width: 100px;
    height: 100px;
    bottom: 15%;
    right: -2%;
  }
  /* -----ここまでファストビュー----- */

/* -----ここからアバウト----- */
  .about{
    margin-top: 35px;
  }
  .a-flex{
    margin-top: 21px;
  }
  .skills{
    margin-top: 112px;
  }
  .bottom a{
    font-size: 2.4rem;
  }
  .bottom a::before{
    width: 60px;
    height: 60px;
  }
  /* -----ここまでアバウト----- */

  /* -----ここからスキル----- */
  .skills {
    margin-top: 112px;
  }
  .s-card_heading{
    font-size: 2rem;
    border-bottom: solid 12px #E2ECF0;
  }

  .s-card {
    width: 100%;
  }
  /* -----ここまでスキル----- */

  /* -----ここからワークス----- */
  .works{
    margin-top: 25px;
  }
  .w-card{
    padding-bottom: 75px;
  }
  /* -----ここまでワークス----- */

  /* -----ここからコンタクト----- */
  .contact{
    margin-top: 37px;
  }
  /* -----ここまでコンタクト----- */

  /* -----ここからアバウトページ----- */
  .about-page_int{
    margin-top: 35px;
  }
  .a-flex {
    margin-top: 47px;
  }
  /* -----ここまでアバウトページ----- */
  /* -----ここからワークスページ----- */
  .works-fo{
    font-size: 1.5rem;
    padding: 17px 0px 19px;
    line-height: 1.5;
  }

  /* -----ここまでワークスページ----- */
}
@media screen and (max-width: 415px){
  /* -----ここからアバウト----- */
  .a-flex {
    margin-top: 0;
  }
  .a-icon {
    margin-bottom: 0;
  }
  /* -----ここまでアバウト----- */
  /* -----ここからワークスページ----- */
  .works-fo{
    font-size: 1.3rem;
  }
  /* -----ここまでワークスページ----- */
}
