/* レスポンシブ対応CSS */

.mobile{
  display:none;
}

@media (min-width: 1101px) {
  #menu .technology-menu {
    display: none;
  }
}

/* タブレット対応 */
@media(max-width:1100px){
  /* ヘッダー */
  .header-list{
    display:none;
  }
  .header-contact{
    display:none;
  }
  .header-menu{
    display:block;
  }
/* ハンバーガーメニュー */
  #menu .menu-circle{
    max-width:90%;
    height:90%;
  }
  #menu .element{
    width:100px;
  }
  #menu .element img{
    width:100%;
  }
  #menu .link-circle-logo{
    width:200px;
  }
  /* コンテンツの幅 */
  .container{
    max-width: unset;
  }
  /* 木のセクション */
  .top-tree-stem,.top-tree-leaf{
    width:120%;
    left:49%;
    max-width:650px;
  }
  /* メッセージセクション */
  .desktop{
    display: none;
  }
  .mobile{
    display:block;
  }
  .message-section{
    margin-top: 50px;
    width:90%;
  }
  .message-image{
    width:100%;
  }
/* フッター */
  footer{
    height:auto;
    padding: 20px;
  }
  .footer-address{
    flex-direction: column;
  }
  .footer-left-mark{
    display:none;
  }
  .footer-right-mark{
    display:none;
  }
}


/* スマホ対応 */
@media(max-width:650px){
/* ヘッダー */
  header{
    height:50px;
  }
  .header-left-mark{
    height:100%;
  }
  .header-left-mark img{
    height:100%;
  }
  .header-logo{
    left:60px;
  }
  .header-logo img{
    width:100px;
  }
  .header-menu{
    font-size:24px;
  }
  /* ハンバーガーメニュー */
  #hide{
    font-size:30px;
  }
/* ハンバーガーメニュー追加 */
  #menu .technology-menu {
    display: flex;
    align-items: baseline;
    background: #019ee5;
    position: absolute;
    left: 10%;
    width: 80%;
    text-align: center;
    bottom: 115px;
    padding: 10px 15px;
    font-size: 14px;
  }
  #menu .technology-menu ul li a,
  #menu .technology-menu ul li a i {
  font-size: 14px;
}


  /* 木のセクション */
  .top-tree{
    height: 140vw;
    max-height: 750px;
  }
  /* スクロール */
  .scroll p{
    font-size: 12px;
  }
  .scroll-line{
    height:40px;
  }
  /* メッセージセクション */
  .message-section{
    width:95%;
  }
  .message-text{
    letter-spacing: -1px;
    font-size: 16px;
    line-height:30px;
  }
  .message-text i{
    margin-right:-5px;
  }
  .message-text span{
    margin:0 -5px;
  }
  /* リンクサークルセクショn */
  .link-circle-section{
    max-width: 400px;
    height:600px;
  }
  .element{
    width:70px;
  }
  .element img{
    width:100%;
  }
  .link-circle-logo{
    width:130px;
  }
  .link-circle-water{
    top:34%;
    width:65px;
  }
  .link-circle-light{
    top:43%;
    left:78%;
  }
  .link-circle-green{
    top:59%;
    left:78%;
  }
  .link-circle-tree{
    top:68%;
  }
  .link-circle-fire{
    top:58%;
    left:22%;
    width:65px;
  }
  .link-circle-soil{
    top:43%;
    left:22%;
  }

  /* ハンバーガーメニュー */
  #menu .contact-btn a{
    height:40px;
    line-height: 40px;
    font-size:15px;
  }
  #menu .about-btn a{
    height:40px;
    line-height: 40px;
    font-size:15px;
  }
  #menu .menu-circle{
    height:90%;
    max-width: 100%;
  }
  #menu .element{
    width:60px;
  }
  #menu .link-circle-logo{
    width:130px;
  }
  #menu .contact-btn a{
    bottom:15px;
  }
  #menu .about-btn a{
    bottom:65px;
  }
  #menu .link-circle-fire{
    width:55px;
  }
  #menu .link-circle-tree{
    top:73%;
  }
  #menu .link-circle-water{
    width:55px;
    top:29%;
  }

  /* リンクリストセクション */
  .link-list-section{
    max-width: 500px;
    padding:10px;
  }
  .link-list-section a{
    margin:8px;
    width: 130px;
    height: 50px;
  }
  .link-list-section a img{
    width:100%;
    height:100%;
  }
  .link-list h1{
    font-size:30px;
    padding:10px 0;
  }
  .link-list{
    padding-bottom:50px;
  }


  .technology{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top:50px;
  }
  .technology h1{
    font-size:30px;
    padding:10px 0 0;
  }
  .technology-link{
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px 0 50px;
    width:300px;
  }
  .technology-link a{
    margin:8px;
    width: 130px;
    height: 50px;
  }
  .technology-link a img{
    width:100%;
    height:100%;
  }
}

@media (max-width: 340px) {
  #menu .menu-circle{
    height:84%;
    max-width: 100%;
  }
}