@charset "UTF-8";
/* CSS Document */

@font-face{
  font-family: 'YakuHanJP_Noto', 'Noto Sans JP', 'Noto Serif JP', sans-serif;
  font-style:normal;
}

html{
  font-size: 62.5%; /* 62.5％ X 16px=10px */
}

body{
  color: #4d5156;
  font-family: 'YakuHanJP_Noto', 'Noto Sans JP', 'Noto Serif JP', sans-serif;
  font-size: 1.6rem;
  font-feature-settings: "palt" 1;
}

a{
  color: #4d5156;
}

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

.inner{
  max-width: 900px;
  margin: 0 auto;
}

.text-center{
  text-align: center;
}  
  
.sp_img{
  display: none;
}

.pc_br{
  display: none;
}

.navToggle{
  display: none;
}



/*------------------ふわっと表示------------------*/
.fadein{
  opacity : 0;
  transform: translateY(80px);
  transition: all 1s;
}



/*------------------ヘッダー------------------*/
.head_area{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px 40px 30px;
}

.navi_area{
  display: flex;
  align-items: flex-end;
}

.head_logo{
  width: 320px;
}
/*------------------ナビメニュー------------------*/
.navi-item{
  display: flex;
}

.navi-item>li{
  margin-right: 30px;
} 
.navi-item>li:last-child{
  margin-right: 0;
} 

.reading{
  font-size: 1.1rem;
}

.navi-item>li>a{
  font-size: 1.7rem;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  transition: 0.3s;
  display: inline-block;
  position: relative;
} 

.small{
  text-transform: lowercase;  
}
/*------------------マウスが乗った時の色------------------*/
.navi-item>li>a:after{ /*--アンダーライン--*/
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background: #9d1d2b;
  position: absolute;
  bottom: -6px;
  transform: scale(0, 1);
  transition: 0.3s;
}
.navi-item>li>a:hover{
  color: #9d1d2b;
}
.navi-item>li>a:hover:after{
  transform: scale(1, 1);
}
/*------------------カレント------------------*/
.navi-item>li.current>a{
  color: #01aad9;
  pointer-events: none;
}
.navi-item>li.current>a:after{
  height: 2px;
  width: 100%;
  background: #01aad9;
  position: absolute;
  bottom: -6px;
  transform: scale(1, 1);
}



/*------------------メイン画像------------------*/
.main_img>img{
  width: 100vw;
  height: 100%;  
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.headline{
  padding: 15px 0;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  color: #fff100;
  background: #0081cc;
  border-radius: 30px;
  margin-bottom: 28px;
}

.ann{
  padding-top: 10px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;  
}

.content>li:nth-child(-n+4){ /*--4番目まで--*/
  padding-bottom: 120px;
}



/*------------------紹介動画------------------*/
.movie{
  padding: 90px 0 120px;
  text-align: center;
}
.movie>li:nth-child(1)>h2{
  padding-bottom: 14px;
  font-size: 2.6rem;
  font-weight: 700;
}
.movie>li:nth-child(2)>video{
	aspect-ratio: 16 / 9;
	width: 800px;
	height: auto;  
}



/*------------------自社アプリは------------------*/
.own_area{
  margin-top: -10px;
  padding-bottom: 60px;
  display: flex;
  justify-content: space-between;  
}

.item{
  display: flex;
  flex-direction: column;
  width: 260px;
}

.own_content{
  display: flex;
  flex-direction: column;
  text-align: center;
}

.owner{
  flex-grow: 1;
  font-size: 4rem;
  font-weight: 700;
  line-height: 2.6;
  color: #0081cc; 
}

.customer{
  flex-grow: 1;
  font-size: 4rem;
  font-weight: 700;
  color: #0081cc;
}

.customer>span{
  font-size: 2rem;
  font-weight: 600;
}

.own_text{
  margin-top: -26px;
  margin: -4.5px 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;  
}

.customer_text{
  padding-top: 22px;
  margin: -4.5px 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;  
}

.bold{
  padding-right: 4px;
  font-size: 2rem;
  font-weight: 800;
  color: #e50065;  
}

.function_title{
  padding-bottom: 15px;
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center;  
}



/*------------------の強み------------------*/
.strengths_area{
  display: flex;
  justify-content: space-between; 
  flex-wrap: wrap;
}
.strengths_area>li{
  width: 264px;  
}
.strengths_area>li:nth-child(-n+3){ /*--3番目まで--*/
  padding-bottom: 60px;
}

.stre_title{
  display: flex;
  align-items: center;
}
.stre_title>li:nth-child(1){
  padding-right: 15px;  
}
.stre_title>li:nth-child(2)>h3{
  margin: -3.6px 0;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;  
}

.strengths>li:nth-child(2)>p{
  padding-top: 25px;
  margin: -4px 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph; /*--edge--*/  
}



/*------------------プラン------------------*/
.intro>li:nth-child(2)>p{
  padding: 40px 0 50px;
  margin: -9px 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.6;
}

.intro_bold{
  font-weight: 800;
  color: #f08300;
}

.intro_price{
  font-weight: 800;
  color: #e50065;
}

.plan_area{
  padding: 0 35px;
  display: flex; 
  justify-content: space-between;
}

.plan>li:nth-child(1){
  padding-bottom: 7px;
  font-size: 2rem;
  font-weight: 600;
  color: #0081cc; 
}
.plan>li:nth-child(2){
  margin-bottom: 22px;
  padding-bottom: 8px;
  font-size: 3.5rem;
  font-weight: 800;
  border-bottom: 2px solid #4d5156; 
}
.plan>li:nth-child(3){
  padding-bottom: 30px;  
}
.plan>li:nth-child(5){
  padding-top: 22px;
  margin: -5px 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;  
}

.plan_ann{
  padding-top: 20px;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;  
}



/*------------------デザイナーが------------------*/
.sample{
  display: flex;
  justify-content: space-between;
}



/*------------------周知ツール------------------*/
.tool{
  display: flex;
  justify-content: space-between;
}



/*------------------リンクボタン------------------*/
.btn{
  width: 480px;
  margin: 16px auto;
}
.btn>a{
  display: block;
  padding: 13px 0 13px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #005bab;
  text-align: center;
  border: solid 1.4px #005bab;
  border-radius: 22px;
  transition: 0.5s;
}
.btn>a:hover{
  color: #fff;
  background: #e60012;
  border: solid 1.4px #e60012;  
}



/*------------------ページトップボタン------------------*/
.PageTopBtn{
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: capitalize; 
  position: fixed;
  bottom: 30px;
  right: 30px;
}

.PageTopBtn>a{
  display: block; 
  color: #4d5156;
  background: #fff;
  border: solid 1px #4d5156;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: 0.6s;
}
.PageTopBtn>a:hover{
  color: #fff;
  background: #e60039;
  border: solid 1px #e60039;
}



/*------------------footer------------------*/
.footer_area{
  margin-top: 200px;
  padding: 50px 0 20px;
  background: #000033;
}

.footer_title{
  font-size: 2.4rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 12px;
}
.footer_title>span{
  margin-left: 10px;
  font-weight: 300;  
}

.company_info{
  padding: 40px 0 6px; 
}
.company_info>li{
  font-size: 1.4rem;
  font-weight: 300;
  color: #fff;
  padding-bottom: 8px; 
}
.company_info>li:last-child{
  padding-bottom: 0px; 
}
.company_info>li:nth-child(1){
  font-size: 1.6rem;
}
.company_info>li:nth-child(2){
  font-size: 2.4rem;
  font-weight: 400;   
}
.company_info>li:nth-child(4){
  padding-top: 12px;   
}

.mglr10{
  margin: 0 18px; 
}

.tel{
  font-size: 1.5rem;
  margin-right: 4px;
}

.company_info>li>a{
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  padding-top: 10px;
}

.footer_nav{
  display: flex;
  justify-content: center;
}
.footer_nav>li>a{
  color: #fff;
}
.footer_nav>li:nth-child(1){
  padding-right: 18px;
}

.small{
  text-transform: lowercase;  
}

.copyright{
  padding-top: 10px;  
  font-size: 1.2rem;
  color: #fff;
}





/*------------------タブレット版------------------*/
@media screen and (min-width: 641px) and (max-width: 960px){
  html{
    min-width: 1500px;
  }
 }





/*------------------SP版------------------*/
@media screen and (max-width: 640px){

  .inner{
    padding: 0 20px;
  }
  
  .pc_img{
    display: none;
  }

  .sp_img{
    display: block;
  }
 
  .pc_br{
    display: block;
  }
  
  .sp_br{
    display: none;
  }
  
  
  
  /*------------------黒い半透過のレイヤー------------------*/
  .overlay{
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    transition: opacity .5s;
  }
  .overlay.open{
    position: fixed;
    width: 100%;
    height: 120%;
    opacity: 1;
  }



  /*------------------メニュー幅分スライド------------------*/
  main.open{
    transform: translateX(-250px);
  }
  

	
  /*------------------ヘッダー部分------------------*/
  .navi_area_sp{
    display: flex;
    justify-content: space-between; 
    align-items: center; 
    padding: 20px;
  }
  
  .head_area{
    display: block;
    padding: 0 0 0;
  }  
  
  .logo_sp{
    width: 70vw;
  }



  /*------------------ハンバーガーメニュー------------------*/
  .navToggle{
    display: inline-block;
    width: 36px;
    height: 28px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    top: 0;
    right: 0;
    z-index: 100;
  }

  .navToggle>span{
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #000033;
    transition: all .5s;
  }

  .navToggle.active>span{
    background-color: #fff;
  }

  .navToggle>span:nth-of-type(1){
    top: 0;
  }

  .navToggle.active>span:nth-of-type(1){
    transform: translateY(12px) rotate(-45deg);
  }

  .navToggle>span:nth-of-type(2){
    top: 12px;
  }

  .navToggle.active>span:nth-of-type(2){
    opacity: 0;
  }

  .navToggle>span:nth-of-type(3){
    bottom: 0;
  }

  .navToggle.active>span:nth-of-type(3){
    transform: translateY(-12px) rotate(45deg);
  }



  /*------------------右から左へ------------------*/
  nav.open {
    transform: translateZ(0);
  }
  /*------------------ナビメニュー------------------*/ 
  nav{
    width: 250px; 
    height: 100%;
    padding-top: 20px;
    background-color: rgb(0, 0, 51, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    transform: translate(250px);
    transition: all .5s;
  }

  .navi-item{
    display: block;
    overflow-y: scroll;
    overflow-scrolling: touch;
    max-height: 100vh; 
  }  

  .navi-item>li{
    margin-right: 0;
    font-size: 2.6rem;
    font-weight: 400;
    text-align: center;
    padding: 40px 0;
  }

  .navi-item>li:last-child{
    margin-bottom: 100px;
  } 
  
  .navi-item>li>a{
    color: #fff;
  } 

  

  /*------------------メイン画像------------------*/
  .headline{
    padding: 12px 0;
    margin: -3.8px 0;
    font-size: 1.9rem;
    line-height: 1.4;
    border-radius: 12px;
    margin-bottom: 25px;
  }

  .content>li:nth-child(-n+4){ /*--4番目まで--*/
    padding-bottom: 50px;
  }

  .ann{
    font-size: 1.2rem;
    text-align: justify;
    text-justify: inter-ideograph; /*--edge--*/  
  }  
  
  

  /*------------------紹介動画------------------*/
  .movie{
    padding: 40px 20px 50px;
  }
  .movie>li:nth-child(1)>h2{
    padding-bottom: 10px;
    font-size: 2.2rem;
  }
  .movie>li:nth-child(2)>video{
    width: 100%;
  }



  /*------------------自社アプリは------------------*/
  .own_area{
    padding-bottom: 44px;
    display: block;
  }

  .item{
    display: block;
    width: auto;
  }

  .sp_item{
    padding-bottom: 25px;
  }  
  
  .own_content{
    display: block;
  }

  .owner{
    font-size: 3.4rem;
    line-height: 1.1;
  }

  .customer{
    font-size: 3.4rem;
    line-height: 1.1;
  }

  .customer>span{
    padding-right: 6px;
    font-size: 1.8rem;
  }

  .own_text{
    margin-top: 0;
    padding-top: 10px;
    margin: -3.2px 0;
    font-size: 1.7rem;
    line-height: 1.4; 
    text-align: justify;
    text-justify: inter-ideograph; /*--edge--*/  
  }

  .customer_text{
    padding-top: 10px;
    margin: -3.2px 0;
    font-size: 1.7rem;
    line-height: 1.4;  
    text-align: justify;
    text-justify: inter-ideograph; /*--edge--*/   
  }

  .function_title{
    padding-bottom: 10px;
    font-size: 1.8rem;
  }



  /*------------------の強み------------------*/
  .strengths_area{
    display: block;
  }
  .strengths_area>li{
    width: auto;  
  }
  .strengths_area>li:nth-child(-n+3){ /*--3番目まで--*/
    padding-bottom: 0;
  }
  .strengths_area>li:nth-child(-n+5){ /*--3番目まで--*/
    padding-bottom: 28px;
  }

  .stre_title>li:nth-child(1){
    padding-right: 10px;  
  }
  .stre_title>li:nth-child(1)>img{
    width: 10vw;  
  }  
  .stre_title>li:nth-child(2)>h3{
    margin: 0 0;
    font-size: 2.4rem;
    line-height: 1;  
  }

  .strengths>li:nth-child(2)>p{
    padding-top: 10px;
  }



  /*------------------プラン------------------*/
  .intro>li:nth-child(2)>p{
    padding: 16px 0 36px;
    margin: -2.5px 0;
    font-size: 2rem;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-ideograph; /*--edge--*/  
  }

  .plan_area{
    padding: 0 0;
    display: block; 
  }
  .plan_area>li:nth-child(1){
    padding-bottom: 50px; 
  }
  
  .plan>li:nth-child(3){
    padding-bottom: 15px;  
  }
  .plan>li:nth-child(5){
    padding-top: 12px;
    margin: -3.5px 0;
    font-size: 1.4rem;
    line-height: 1.5;  
    text-align: justify;
    text-justify: inter-ideograph; /*--edge--*/   
  }

  .plan_ann{
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-ideograph; /*--edge--*/  
  }



  /*------------------デザイナーが------------------*/
  .sample>li:nth-child(1){
    padding-right: 12px;
  }
  .sample>li:nth-child(3){
    padding-left: 12px;
  }

  
  
  /*------------------周知ツール------------------*/
  .tool{
    display: block;
    text-align: center;
  }
  .tool>li:nth-child(1){
    padding-bottom: 30px;
  }
  
  
  
  /*------------------リンクボタン------------------*/
  .btn{
    width: auto;
    margin: 20px auto 0;
  }
  .btn>a{
    font-size: 1.8rem;
    line-height: 1.5;
    color: #fff100;
    background: #e60012;
    border-radius: 12px;
    transition: none;
    border: none;   
  }  
  

  
  /*------------------ページトップ------------------*/
  .PageTopBtn{
    font-size: 1.4rem;
    position: fixed;
    bottom: 0;
    right: 0;
  }  

  .PageTopBtn>a{
    color: #fff;
    background: #e60039;
    border: solid 1px #e60039;
  }    

  
  
  /*------------------footer------------------*/
  .footer_area{
    margin-top: 60px;
  }  
  
  .footer_title{
    font-size: 3rem;
    padding-bottom: 14px;
  }

  .icon>a>img{
    width: 65px;
  }

  .company_info{
    padding: 50px 0 6px; 
  }  
  
  .company_info>li{
    line-height: 1.4;
    padding-bottom: 3px; 
  }

  .mglr10{
    margin: 0 0; 
  }

  .company_info>li>a{
    padding-top: 8px;
  } 
  
 }

















