body {
  font-family: 'Kosugi Maru', sans-serif;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  outline: none;
}

@-webkit-keyframes flashing {
  0% {
    opacity: 0;
  }
}

@keyframes flashing {
  0% {
    opacity: 0;
  }
}

body {
  font-family: 'Kosugi Maru', sans-serif;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  outline: none;
}

@keyframes flashing {
  0% {
    opacity: 0;
  }
}

@media screen and (min-width: 960px) {
  body main {
    padding-top: 80px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    max-width: 1000px;
  }
  body main .wrapper .page__index {
    padding-top: 50px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body main .wrapper .page__index h2 {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    display: inline-block;
    border-bottom: 2px solid rgba(84, 76, 89, 0.3);
  }
  body main .wrapper .page__index p {
    font-size: 0.9rem;
    line-height: 2.3rem;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 25px;
    color: #544C59;
  }
}

@media screen and (max-width: 559px) {
  body main {
    padding-top: 60px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    max-width: 1000px;
  }
  body main .wrapper .page__index {
    padding-top: 50px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body main .wrapper .page__index h2 {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    display: inline-block;
    border-bottom: 2px solid rgba(84, 76, 89, 0.3);
  }
  body main .wrapper .page__index p {
    font-size: 0.9rem;
    line-height: 2.3rem;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 25px;
    color: #544C59;
  }
}

@media screen and (min-width: 960px) {
  main .wrapper section .about__container {
    position: relative;
  }
  main .wrapper section .about__container .about__img {
    height: 700px;
    width: 500px;
    position: absolute;
    left: -250px;
  }
  main .wrapper section .about__container .about__img .bg__img {
    height: 100%;
    width: 100%;
    background-image: url("/images/about_bgimg.jpeg");
    background-position: center;
  }
  main .wrapper section .about__container .about__profile {
    padding-top: 43px;
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 400px;
  }
  main .wrapper section .about__container .about__profile .about__head {
    text-align: center;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
  }
  main .wrapper section .about__container .about__profile .about__head h2 {
    font-size: 2rem;
    color: #544C59;
  }
  main .wrapper section .about__container .about__profile .about__body {
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 30px;
  }
  main .wrapper section .about__container .about__profile .about__body ul li {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }
  main .wrapper section .about__container .about__profile .about__body ul li .li__ttl {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 1.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: gray;
  }
  main .wrapper section .about__container .about__profile .about__body ul li .li__ttl p {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
  }
  main .wrapper section .about__container .about__profile .about__body ul li .li__text {
    color: #544C59;
  }
}

@media screen and (max-width: 559px) {
  main .wrapper section .about__container {
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    position: relative;
  }
  main .wrapper section .about__container .about__img {
    height: 674px;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    opacity: 0.4;
    z-index: -1;
  }
  main .wrapper section .about__container .about__img .bg__img {
    height: 100%;
    width: 100%;
    background-image: url("/images/about_bgimg.jpeg");
    background-position: center;
  }
  main .wrapper section .about__container .about__profile .about__head {
    text-align: center;
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
  }
  main .wrapper section .about__container .about__profile .about__head h2 {
    font-size: 2rem;
    color: #544C59;
  }
  main .wrapper section .about__container .about__profile .about__body {
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
  }
  main .wrapper section .about__container .about__profile .about__body ul li {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }
  main .wrapper section .about__container .about__profile .about__body ul li .li__ttl {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 1.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: gray;
  }
  main .wrapper section .about__container .about__profile .about__body ul li .li__ttl p {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
  }
  main .wrapper section .about__container .about__profile .about__body ul li .li__text {
    color: #544C59;
  }
}
/*# sourceMappingURL=about.css.map */