@charset "UTF-8";

@media (max-width:600px) {

  .admin-bar .page-header{
    top: 46px;
  }

  .admin-bar .btn-toggle.close{
    top: calc( 46px + 1rem);
  }

  .page-header .logo{
    width: 250px;
  }

  .btn-toggle{
    width: 2rem;
  }

  .btn-pagetop a{
    width: 2.5rem;
    height: 2.5rem;
  }
  .btn-pagetop a::before{
    width: 1.2rem;
    height: 1.2rem;
  }

  .cover .logo-cover{
    width: 75vw;
  }

  .nav-global .nav-inner{
    flex-direction: column;

  }

  .nav-global .nav-inner .menulist{
    min-width: 0;
    align-items: center;
    border-left: 0;
    border-top: 1px solid #fff;
    padding-left: 0;
    padding-top: 3rem;
  }

  .section{
    padding: 3rem 1.5rem;
  }
  .inner{
    padding: 0;
  }

  .section-title{
    text-align: center;
    font-size: 3rem;
  }
  .section-title .ja{
    font-size: 1rem;
  }

  /* ======= トップページ（Homne）：スマホ */

  /* --- お知らせ（Homne） */
  .news .inner{
    /* border: 0; */
    flex-direction: column;
    padding: 3rem 0 0;
    gap: 2rem;
    border-bottom: 0;
  }

  .news .section-content{
    width: 100%;
  }

  .info-item{
    flex-direction: column;
  }

  .info-item dd{
    margin: 0 0 1rem;
    border-left: 0;
    padding: 1rem 0;
    border-bottom: 1px solid #ddd;
  }


  /* --- コンセプト（Homne） */
  .concept .inner{
    flex-direction: column;
    font-size: .85rem;
    gap: 3rem;
  }
  .concept .inner::after{
    width: 120vw;
    height: 120vw;
    top: 80%;
    left: 0;
  }

  .catchcopy{
    width: 90px;
  }

  /* --- プロフィール（Homne） */

  .profile .inner{
    flex-direction: column;
    gap: 3rem;
  }

  .profile .inner::after{
    width: 10vw;
    height: 10vw;
    top: calc(100% + 30px);
    left: 50%;
  }

  .profile .photo{
    position: static;
    width: 100%;
    margin-bottom: 2rem;
  }

  .profile .section-content{
    padding: 1rem;
  }

  .introduction{
    font-size: .8rem;
  }

  .accomplishments{
    font-size: .8rem;
    padding: 1rem;
  }


  /* --- 業務紹介（Homne） */

  .business::before{
    width: 100vw;
    height: 100vw;
    top: 30%;
    left: 0%;
  }
  
  .business::after{
    width: 130vw;
    height: 130vw;
    top: 70%;
    left: 0%;
  }

  .business .inner{
    padding-top: 0;
  }

  .business .inner::before{
    width: 50vw;
    height: 50vw;
    top: 20vw;
    left: 30%;
  }
  
  .business .inner::after{
    width: 50vw;
    height: 50vw;
    top: 100%;
    left: 100%;
  }

  .business .section-title{
    position: static;
    margin: auto;
    margin-bottom: 3rem;
  }

  .business-item{
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 3rem;
  }
  .business-item:last-child{
    margin-bottom: 0;
  }

  .business-item .article-content{
    width: 100%;
    padding: 1.5rem 1rem;
    font-size: .85rem;
  }

  .business-item .article-content .heading{
    font-size: 1.3rem;
  }

  .business-item .thumbnail{
    position: static;
    width: 100%;
  }
  .business-item .thumbnail img{
    object-fit: cover;
    width: 100%;
    height: calc(100vw - 3rem);
    object-position: top center;
  }

  .business-item.talent,
  .business-item.education,
  .business-item.health-beauty
  {
    padding: 0;
  }

  .error404 .container,
  .post .container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem;
    padding-top: 100px;
  }

  .error404 .container{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .post .main{
    margin-bottom: 3rem;
  }

  .post-item{
    font-size: .9rem;
  }

  .post-title{
    font-size: 1.2rem;
  }


  .post .sidebar{
    min-width: 0;
    width: 100%;
    margin-left: 0;
    display: flex;
    gap: 2rem;
  }

  .sidebar-section{
    width: 50%;
    margin-bottom: 0;
  }

}