@charset "utf-8";

/* デスクトップ版-------------------------------------------------------------- */

@media (min-width: 800px) {
  /* 共通 */
  .hamburger {
    height: 80px;
    margin-right: -500px;
    position: relative;
    right: -100px;
  }

  .hamburgers {
    right: 215px;
  }

  .hamburger2 {
    height: 80px;
    margin-right: -500px;
    position: relative;
    right: -100px;
  }

  .nav {
    width: 75%;
    top: 0;
    right: -620px;
    background-size: 50%;
    height: 1000px;
    padding-top: 100px;
    padding-left: 165px;
    transition: all -0.5s;
  }

  .nav__list a {
    font-size: 35px;
  }

  .homecver {
    background-size: 60%;
    height: 580px; 
    margin-top: 0;
    background-color: #e6f4f1;
    background: url(../images/dog5.jpg) no-repeat center bottom;
  }

  .homecver {
    width: 100%;
    background-color: #e6f4f1;
  }

  .homecver2 {
    background-size: 70%;
    width: 630px;
    bottom: 60px;
    top: 0;
  }
  
  .homecver2 h1 {
    font-size: 72px;
  }

  .homecver2 p {
    font-size: 12px;
    margin: -15px 0 0 260px;
  }

  /*index.html------------------------------------------------------------------------*/
  .ribbon {
    display: none;
  }

  .topiconcat {
    display: block;
    position: relative;
    top: 100px;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    margin: 0 30%;
    font-weight: 1000;
  }

  .topiconcat1 {
    position: relative;
    width: 100px;
    margin: 0 20px;
  }

  .topiconcat2 {
    position: relative;
    width: 100px;
    margin: 0 20px;
  }

  .topiconcat3 {
    position: relative;
    width: 100px;
    margin: 0 20px;
  }

  .topcontent {
    margin: auto 150px;
    width: 400px;
    background-size: 40px;
  }

  .topcontent a {
    font-size: 28px;
  }

  .home-self-introductions {
    margin: 135px 50px;
  }

  .topcontent-title {
    margin-left: 250px;
  }

  .topcontent-title-right {
    margin-right: 250px;
  }

  .self-introductions {
    justify-content: center;
    align-items: center;
    background-image: url(../images/circlelace.png);
    background-size: 4%;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 90px;
  }

  .self-introductions p {
    width: 495px;
    font-size: 17px;
  }

  .self-introductions img {
    width: 240px;
  }

  .self-introductions-left img {
    margin-top: 20px;
  }

  .self-introductions-left p {
    text-align: center;
  }
 
  /*my.html------------------------------------------------------------------------*/
  .my-self-introductions {
    margin-top: 110px;
  }

  .my-self-introductions img {
    margin-left: auto;
    margin-right: 0;
  }

  .my-self-introductions2 {
    font-size: 28px;
    margin-top: 20px;
    margin-right: 50px;
    margin-bottom: 30px;
  }

  table {
    width: 60%;
    margin: 0 auto 0 50px;
  }

  th, td {
    font-size: 17px;
  }

  .profile-items {
    margin-bottom: 130px;
  }

  .profileh2 {
    font-size: 40px;
    margin: 50px auto 30px;
  }

  .profile-item {
    margin: 10px auto;
    width: 800px;
  }

  .profile-item1 {
    font-size: 20px;
  }

  .profile-item3 {
    font-size: 17px;
  }

  .Qualifications {
    width: 70%;
    margin: auto;
  }

  .Qualification {
    margin: 10px 0;
    padding: 50px;
  }

  .Qualification .profile-item1 {
    font-size: 25px;
  }

  .Qualification4-none {
    padding: 10px 60px 10px;
  }
  
  /*work.html------------------------------------------------------------------------*/
  .worksentence {
    margin: 0 auto;
    width: 50%;
  }

  .ribbon-work {
    margin-top: 175px;
    width: 25%;
  }

  .work-item {
    display: flex;
    justify-content: center;
    gap: 70px;
  }

  .work-item2 {
    margin-top: 0;
  }

  .work-item3 {
    margin-top: 0;
  }

  .work-item-img {
    height: 460px;
  }

  .work-item-img-banners {
    width: 60%;
  }

  .work-item-img-banner {
    width: 90%;
    margin-top: 10%;
  }

  .work-item-write {
    padding: 40px;
    margin-top: 0;
    margin-left: 0;
    width: 50%;
    height: 480px;
  }

  .ribbon-work2 {
    margin-top: 0;
  }

  .ribbon-work3 {
    margin-top: 0;
  }

  .footer-work {
    margin-top: 700px;
  }

  /*contact.html------------------------------------------------------------------------*/
  .contact-homecver2 {
    top: 670px;
  }

  .section-contact {
    margin-top: -180px;
  }

  .contact-intro a {
    font-size: 23px;
  }

  .contactsentence2 {
    margin: 0 auto;
    width: 190px;
    background-size: 25px;
  }

}