html {
  font-size: 62.5%;
  color: #14171a;
}

body {
  margin: 0;
}

section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0px;
}

.wrapper {
  width: 90%;
  display: block;
  margin: 0px auto;
  max-width: 1024px;
}

h2 {
  font-family: "Sue Ellen Francisco", cursive;
  font-size: 4rem;
  font-weight: 200;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  padding-bottom: 20px;
}

h2 span {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin-left: 20px;
}

h3 {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

p {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 1.5px;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

dl {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

dd {
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
}

ul {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

header {
  font-family: "Sue Ellen Francisco", cursive;
}

header .nav_open_btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  top: 20px;
  right: 20px;
  border-radius: 70px;
  vertical-align: middle;
  position: fixed;
  background: #f2acb1;
}

header .nav_open_btn span {
  color: #fff;
  display: block;
  font-size: 3.2rem;
  text-align: center;
}

header .close {
  display: none;
}

header .nav_drawer {
  background: #f2acb1;
  position: fixed;
  z-index: 100;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

header .nav_drawer .nav_close_btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  top: 20px;
  right: 20px;
  border-radius: 70px;
  vertical-align: middle;
  position: fixed;
  background: #fff;
}

header .nav_drawer .nav_close_btn span {
  color: #f2acb1;
  display: block;
  font-size: 3.2rem;
  text-align: center;
}

header .nav_drawer ul {
  display: block;
  width: 100%;
  text-align: center;
  list-style: none;
  margin: 15% auto 0px;
}

header .nav_drawer ul li {
  margin: 20px auto;
}

header .nav_drawer ul li a {
  display: block;
  color: #fff;
  font-size: 2.8rem;
  text-decoration: none;
}

header .nav_drawer ul li a span {
  font-size: 1rem;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  display: block;
  margin-top: -10px;
}

header .nav_drawer ul li:first-child {
  margin-top: 0px;
}

header .nav_drawer ul li:last-child {
  margin-bottom: 0px;
}

header .nav_drawer .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 30%;
  margin: 15% auto 0;
  vertical-align: top;
}

header .nav_drawer .sns a {
  text-decoration: none;
  color: #fff;
}

header .nav_drawer .sns a img {
  height: 30px;
}

#top {
  background-image: url(/assets/img/index/top_img_sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
  height: 100vh;
}

#top h1 img {
  display: block;
  width: 80%;
  margin: 20vh auto 0;
}

#top p {
  margin-top: 15vh;
  text-align: center;
  margin-bottom: 10px;
}

#top .line {
  width: 1px;
  height: 100px;
  display: block;
  margin: 0 auto;
  background: #14171a;
  border-radius: 10px;
}

@media screen and (min-width: 801px) {
  #top {
    background-image: url(/assets/img/index/top_img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: inherit;
    background-position: center;
  }
  #top h1 img {
    display: block;
    width: 40%;
    min-width: 600px;
  }
}

#news .wrapper .news_box {
  background: #a1dce4;
  border-radius: 10px;
  padding: 30px;
}

#news .wrapper .news_box dl a {
  text-decoration: none;
  display: block;
  color: #14171a;
  padding-bottom: 30px;
}

#news .wrapper .news_box dl a:last-child {
  padding-bottom: 0px;
}

#news .wrapper .news_box dl a:hover {
  color: #fff;
}

#news .wrapper .news_box dl a dt {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 1.5px;
}

#news .wrapper .news_box dl a dd {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 1.5px;
}

#about .wrapper h3 {
  color: #f2acb1;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 30px;
  letter-spacing: 0.2rem;
}

#about .wrapper p.sign {
  color: #a1dce4;
  font-weight: bold;
  margin-top: 30px;
}

@media screen and (min-width: 601px) {
  #about .wrapper h3 {
    font-size: 3rem;
    margin-bottom: 40px;
  }
  #about .wrapper p.sign {
    margin-top: 40px;
  }
}

#works {
  background: #f2acb1;
}

#works .wrapper h2 {
  color: #fff;
}

#works .wrapper .list_works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#works .wrapper .list_works .work {
  width: 320px;
  display: inline-block;
  padding-bottom: 10px;
}

#works .wrapper .list_works .work .thumb img {
  width: 320px;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#works .wrapper .list_works .work .thumb img:hover {
  opacity: 0.3;
  background: #14171a;
}

#works .wrapper .list_works .work .open {
  display: block;
}

#works .wrapper .list_works .work .modal_bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 50;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#works .wrapper .list_works .work .modal_bg .modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  z-index: 1000;
  width: 80%;
  max-width: 700px;
}

#works .wrapper .list_works .work .modal_bg .modal .close {
  position: absolute;
  right: -7px;
  top: -14px;
}

#works .wrapper .list_works .work .modal_bg .modal .close span {
  font-size: 4rem;
  color: #a1dce4;
}

#works .wrapper .list_works .work .modal_bg .modal h3 {
  font-size: 2rem;
}

#works .wrapper .list_works .work .modal_bg .modal p {
  margin: 20px auto;
}

#works .wrapper .list_works .work .modal_bg .modal a {
  background: #a1dce4;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1.6rem;
  text-decoration: none;
  text-align: center;
  margin: 10px auto 0;
  display: block;
  width: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#works .wrapper .list_works .work .modal_bg .modal a:hover {
  background: #f2acb1;
}

@media screen and (min-width: 601px) {
  #works .wrapper .list_works {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #works .wrapper .list_works .work {
    width: 25%;
    min-width: 340px;
  }
}

#member .wrapper .profile {
  margin-bottom: 40px;
}

#member .wrapper .profile:last-child {
  margin-bottom: 0px;
}

#member .wrapper .profile .img img {
  width: 40%;
  max-width: 150px;
  display: block;
  margin: 20px auto;
}

#member .wrapper .profile .text .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#member .wrapper .profile .text .name h3 {
  font-size: 2.4rem;
  font-weight: 400;
  width: 70%;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}

#member .wrapper .profile .text p.position {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

#member .wrapper .profile .text p.position:after {
  content: "";
  display: block;
  width: 25%;
  max-width: 100px;
  background: #14171a;
  height: 2px;
  border-radius: 10px;
  margin: 20px 0px;
}

@media screen and (min-width: 601px) {
  #member .wrapper .profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 60px;
  }
  #member .wrapper .profile .img {
    width: 30%;
  }
  #member .wrapper .profile .img img {
    width: 100%;
    max-width: 130px;
  }
  #member .wrapper .profile .text {
    width: 65%;
  }
}

#contact {
  background: #a1dce4;
}

#contact form ul {
  list-style: none;
  padding-left: 0;
}

#contact form ul li {
  margin-bottom: 30px;
}

#contact form ul li label {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

#contact form ul li input {
  border: none;
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 5px;
}

#contact form ul li textarea {
  border: none;
  display: block;
  width: 100%;
  height: 100px;
  border-radius: 5px;
}

#contact form ul li.btn button {
  width: 100%;
  background: #f2acb1;
  color: #fff;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  font-size: 1.8rem;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
}

#contact a.mail {
  text-decoration: none;
  font-size: 4rem;
  font-family: "Sue Ellen Francisco", cursive;
  display: block;
  color: #14171a;
  margin: 20px auto;
}

footer {
  background: #14171a;
  color: #fff;
  padding: 40px 0px;
}

footer img {
  display: block;
  margin: 0 auto;
}

footer span {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  display: block;
  text-align: center;
  margin-top: 20px;
}
/*# sourceMappingURL=main.css.map */