@charset "UTF-8";
* {
  list-style-type: none;
  text-align: center;
  color: #707070;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
  line-height: 1.7em;
  background-color: #fdfdfd;
}

h2 {
  color: #707070;
  border-bottom: #707070 dashed 2px;
  width: 300px;
  margin: 0px auto 10px auto;
  font-size: 30px;
}

@media (max-width: 428px) {
  h2 {
    margin-top: 100px;
  }
}

h3 {
  color: #707070;
  font-weight: normal;
  margin-top: 70px;
  margin-bottom: 20px;
}

.title__desc {
  margin-bottom: 50px;
}

#top {
  background-image: url(img/top-bg.png);
  background-position: bottom;
  height: 900px;
}

@media (max-width: 428px) {
  #top {
    background-image: url(img/top-bg-s.jpg);
    background-position: center;
  }
  #top .imori {
    width: 150px;
    margin-top: 30px;
  }
}

#top h1 {
  text-align: right;
  padding-right: 30px;
}

@media (max-width: 428px) {
  #top h1 img {
    width: 320px;
  }
}

#top nav {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 250px;
}

@media (max-width: 428px) {
  #top nav {
    width: 320px;
    padding-top: 150px;
  }
}

#top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}

@media (max-width: 428px) {
  #top ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 500px;
  }
}

#top ul a {
  text-decoration: none;
}

#top ul .profile {
  background-image: url(img/gakubuti_profile.jpg);
}

#top ul .profile:hover {
  background-image: url(img/gakubuti_profile_h.jpg);
}

#top ul .profile:hover a {
  color: #eee;
}

#top ul .ill {
  background-image: url(img/gakubuti_ill.jpg);
}

#top ul .ill:hover {
  background-image: url(img/gakubuti_ill_h.jpg);
}

#top ul .ill:hover a {
  color: #eee;
}

#top ul .classwork {
  background-image: url(img/gakubuti_web.jpg);
}

#top ul .classwork:hover {
  background-image: url(img/gakubuti_web_h.jpg);
}

#top ul .classwork:hover a {
  color: #eee;
}

#top ul .contact {
  background-image: url(img/gakubuti_contact.jpg);
}

#top ul .contact:hover {
  background-image: url(img/gakubuti_contact_h.jpg);
}

#top ul .contact:hover a {
  color: #eee;
}

#top li {
  height: 150px;
  width: 115px;
  margin-left: 7px;
  line-height: 150px;
  color: #000;
  font-weight: bold;
}

/* #topここまで */
/* #profileここから */
#profile {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

@media (max-width: 428px) {
  #profile {
    width: 320px;
  }
  #profile h2 {
    margin-top: 300px;
  }
}

#profile .face {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 428px) {
  #profile .face {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #profile .face div {
    width: 320px;
  }
}

#profile .face img {
  margin-right: 20px;
  border-radius: 50%;
}

#profile .face p {
  text-align: left;
  padding-top: 5px;
}

#profile .career {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #eee;
  padding: 40px;
}

@media (max-width: 428px) {
  #profile .career {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    font-size: 14px;
  }
  #profile .career img {
    width: 280px;
    height: auto;
  }
}

#profile .career td {
  border-bottom: #00a2a2 dashed 1px;
  width: 300px;
  text-align: left;
  line-height: 2.5em;
}

#profile .career td:nth-child(even) {
  width: 50px;
  text-align: right;
}

#profile .qualification {
  margin-left: auto;
  margin-right: auto;
  width: 750px;
  background-color: #eee;
  padding: 40px;
}

@media (max-width: 428px) {
  #profile .qualification {
    width: 320px;
    padding: 20px;
  }
}

#profile .qualification td {
  line-height: 2em;
  border-bottom: #707070 dashed 1px;
  text-align: left;
}

#profile .qualification td:nth-child(odd) {
  width: 100px;
  text-align: left;
}

#profile .soft__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 428px) {
  #profile .soft__icon {
    width: 320px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#profile .soft__icon div {
  width: 110px;
}

@media (max-width: 428px) {
  #profile .soft__icon div {
    width: 70px;
  }
}

#profile .soft__icon div p {
  font-size: 14px;
  font-weight: bold;
}

@media (max-width: 428px) {
  #profile .soft__icon div p {
    display: none;
  }
}

#profile .soft__icon div .star {
  color: #00a2a2;
}

@media (max-width: 428px) {
  #profile .desk {
    display: none;
  }
}

.favorite p {
  margin-bottom: 30px;
}

@media (max-width: 428px) {
  .favorite p {
    text-align: left;
  }
}

.favorite .imori {
  text-align: left;
}

/* #profileここまで */
/* #classworkここから */
#classwork {
  margin-bottom: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#classwork .title__desc {
  text-align: center;
}

#classwork section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 750px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  text-align: left;
}

@media (max-width: 428px) {
  #classwork section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 320px;
  }
  #classwork section div {
    width: 320px;
    margin-top: 10px;
  }
  #classwork section p {
    font-size: 15px;
  }
  #classwork section .imori {
    width: 150px;
  }
}

#classwork .classwork__title {
  color: #00a2a2;
  font-weight: bold;
}

#classwork p {
  text-align: left;
}

#classwork .imori {
  text-align: center;
}

/* #classworkここまで */
/* #illustrationここから */
#illustration {
  margin-bottom: 50px;
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  /*ギャラリー内のイメージは横幅100%にする*/
  /*　横幅900px以下の段組み設定　*/
}

@media (max-width: 428px) {
  #illustration {
    width: 320px;
  }
  #illustration .title__desc {
    text-align: center;
  }
  #illustration p {
    text-align: left;
  }
}

#illustration .gallery {
  -webkit-columns: 4;
          columns: 4;
  /*段組みの数*/
  padding: 0 15px;
  /*ギャラリー左右に余白をつける*/
  margin: 0;
}

#illustration .gallery li {
  margin-bottom: 20px;
  /*各画像下に余白をつける*/
  list-style: none;
}

#illustration .gallery img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  /*画像の下にできる余白を削除*/
}

@media (max-width: 428px) {
  #illustration .gallery img {
    width: 130px;
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 900px) {
  #illustration .gallery {
    -webkit-columns: 4;
            columns: 4;
  }
}

@media only screen and (max-width: 768px) {
  #illustration .gallery {
    -webkit-columns: 2;
            columns: 2;
  }
}

#illustration div {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 750px;
}

@media (max-width: 428px) {
  #illustration div {
    width: 320px;
    text-align: left;
  }
}

#illustration .imori {
  text-align: left;
}

@media (max-width: 428px) {
  #illustration .imori {
    width: 150px;
  }
}

/* #illustrationここまで */
/* #contactここから */
/* #contactここまで */
/* スクロールここから */
.top__link {
  display: none;
}

.top__link.open {
  color: #00a2a2;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 220px;
  background: url(img/imori-top.png);
  background-position: top;
  background-repeat: no-repeat;
  text-align: center;
  vertical-align: text-bottom;
  line-height: 1.3;
  position: fixed;
  right: 100px;
  bottom: 10px;
  z-index: 500px;
}

@media (max-width: 428px) {
  .top__link.open {
    font-size: 12px;
    color: #eee;
    background-color: #00a2a2;
    background-image: none;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    padding-top: 10px;
    right: 20px;
    opacity: 0.4;
  }
}

/* スクロールここまで */
/* #footerここから */
footer {
  background-color: #707070;
  height: 200px;
  padding-top: 30px;
}

@media (max-width: 428px) {
  footer {
    height: 400px;
  }
  footer h1 {
    width: 320px;
  }
}

footer section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 750px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 428px) {
  footer section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 320px;
  }
}

footer div {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 428px) {
  footer div {
    width: 320px;
  }
}

footer div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

@media (max-width: 428px) {
  footer div ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 320px;
    margin-bottom: 20px;
  }
  footer div ul li {
    width: 320px;
  }
}

footer div a {
  text-decoration: none;
  color: #000;
}

footer div a:visited {
  color: #000;
}

footer div li + li {
  margin-left: 20px;
}

@media (max-width: 428px) {
  footer div li + li {
    margin-left: 0;
  }
}

footer div p {
  color: #eee;
}

footer div li {
  width: 120px;
  color: #000;
}

footer .imori {
  margin-bottom: 50px;
}
/*# sourceMappingURL=style.css.map */