/* variable */
/* font */
/* breakpoint */
/* media query */
/* basic */
body {
  margin: 0;
  background: url(../images/bg1.jpg) repeat top left;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #282828;
}

a {
  color: #FA7C9C;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* layout */
.ly-header {
  width: 100%;
  background-color: #FBC95C;
  position: relative;
}
.ly-header-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.ly-main {
  width: 100%;
}

.ly-footer {
  width: 100%;
  position: relative;
}

.bl-gnav-inner {
  margin: auto 0 auto auto;
  padding: 0;
}
.bl-gnav-item-link {
  padding: 0.5em;
  height: 40px;
}
.bl-gnav-item-img {
  display: inline-block;
  height: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .bl-gnav-inner {
    padding: 5px;
  }
  .bl-gnav-item {
    display: none;
  }
  .bl-gnav-item-link {
    display: block;
  }
}
@media (min-width: 768px) {
  .bl-gnav {
    display: flex;
    padding: 20px 0;
  }
  .bl-gnav-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .bl-gnav-item {
    border-right: 1px solid #6E4929;
  }
  .bl-gnav-item:last-child {
    border-right-width: 0;
  }
  .bl-gnav-item-link {
    padding: 0 20px;
  }
  .bl-gnav-item-img {
    height: auto;
    margin: 0;
  }
}

.bl-gnavBtn {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  margin: 5px 15px;
  background-color: transparent;
  border: 1px solid #6E4929;
  border-radius: 5px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  position: relative;
}
.bl-gnavBtn-line {
  display: inline-block;
  width: 36px;
  height: 2px;
  background-color: #6E4929;
  border-radius: 1px;
  position: absolute;
  left: 6px;
}
.bl-gnavBtn-line__top {
  top: 8px;
}
.bl-gnavBtn-line__middle {
  top: 16px;
}
.bl-gnavBtn-line__bottom {
  top: 24px;
}
.bl-gnavBtn-txt {
  padding-top: 32px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 4px;
}
@media (min-width: 768px) {
  .bl-gnavBtn {
    display: none;
  }
}

.bl-footer-contactBnr-inner {
  width: 92%;
  max-width: 1280px;
  margin: 0 auto 80px;
  background-color: #FA7C9C;
}
.bl-footer-contactBnr-link {
  transition: opacity 0.3s;
}
.bl-footer-contactBnr-link:hover {
  opacity: 0.8;
}
.bl-footer-contactBnr-link.is_unlinked {
  pointer-events: none;
  position: relative;
}
.bl-footer-contactBnr-link.is_unlinked::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #666;
  opacity: 0.4;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.bl-footer-contactBnr-img {
  width: 100%;
}
.bl-footer-contactBnr-img-wrap {
  display: block;
  width: 100%;
  position: relative;
  line-height: 0;
  overflow: hidden;
}
.bl-footer-contactBnr-img-wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FA7C9C;
  opacity: 0.38;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.bl-footer-contactBnr-txt {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bl-footer-contactBnr-ttl {
  display: inline-block;
  width: 132px;
  height: 26px;
  margin: 16px auto;
  background-color: transparent;
  background-image: url(../images/footer_contact_title.svg);
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .bl-footer-contactBnr-link {
    position: relative;
  }
  .bl-footer-contactBnr-txt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .bl-footer-contactBnr-inner {
    margin-bottom: 180px;
  }
  .bl-footer-contactBnr-link {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    transition: opacity 0.3s;
  }
  .bl-footer-contactBnr-link:hover {
    opacity: 0.8;
  }
  .bl-footer-contactBnr-link.is_unlinked {
    pointer-events: none;
    position: relative;
  }
  .bl-footer-contactBnr-link.is_unlinked::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: #666;
    opacity: 0.4;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .bl-footer-contactBnr-img-wrap {
    display: block;
    width: 50%;
    position: relative;
    line-height: 0;
  }
  .bl-footer-contactBnr-img-wrap::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FA7C9C;
    opacity: 0.38;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .bl-footer-contactBnr-txt {
    width: 50%;
  }
  .bl-footer-contactBnr-ttl {
    display: inline-block;
    width: 132px;
    height: 26px;
  }
}

.bl-pagetop {
  width: 48px;
  height: 48px;
  padding: 0;
  margin: 5px 15px;
  background-color: rgba(251, 201, 92, 0.05);
  border: 1px solid #6E4929;
  border-radius: 50%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  position: absolute;
}
.bl-pagetop-link {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.75rem;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.bl-pagetop-link::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-width: 2px 2px 0 0;
  border-color: #6E4929;
  border-style: solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .bl-pagetop {
    right: 0.5rem;
    bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .bl-pagetop {
    right: 1rem;
    bottom: 3.5rem;
  }
}

.bl-copyright {
  width: 100%;
  padding: 0.75rem 1rem;
  margin: 0;
  background-color: #FA7C9C;
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
}

.bl-sect {
  margin: 120px auto;
}
.bl-sect-inner {
  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
}
.bl-sect-heading {
  text-align: center;
  font-size: 32px;
  color: #6E4929;
}
.bl-sect-heading.bl-sect-heading__img {
  height: 40px;
  background-color: transparent;
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .bl-sect {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.bl-cardUnit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bl-cardUnit__col2 > .bl-card {
  width: 100%;
  margin: 40px auto 0;
}
@media (min-width: 768px) {
  .bl-cardUnit__col2 {
    margin: 0 -30px;
  }
  .bl-cardUnit__col2 > .bl-card {
    width: calc(50% - 60px);
    max-width: 500px;
    margin: 60px 30px 0;
  }
}

.bl-card {
  padding: 30px 20px;
  border-radius: 10px;
  background-color: #fff;
}
.bl-card-title {
  margin-top: 0;
  margin-bottom: 24px;
}

.el-headingLv3 {
  color: #FA7C9C;
  font-size: 1.5rem;
  text-align: center;
}
.el-headingLv3.el-headingLv3__line {
  padding-bottom: 10px;
  background-image: url(../images/bg_line_title.svg);
  background-position: center bottom;
  background-size: auto 26px;
  background-repeat: no-repeat;
}

.el-headingLv4 {
  color: #FA7C9C;
}

.el-text {
  line-height: 2;
}
.el-text.el-text__lead {
  text-align: center;
}

.un-keyvis {
  display: flex;
  flex-direction: row;
}
.un-keyvis-slider {
  display: block;
  width: 50%;
  height: 100%;
}
.un-keyvis-slider-item {
  line-height: 0;
}
.un-keyvis-slider-item-img {
  width: 100%;
}
.un-keyvis-logo {
  display: flex;
  margin: 0;
  width: 50%;
  background: #FAE3D9;
  align-items: center;
}
.un-keyvis-logo-img {
  width: 68.085106383%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .un-keyvis {
    display: block;
    position: relative;
  }
  .un-keyvis-slider {
    display: block;
    width: 100%;
  }
  .un-keyvis-slider-item {
    line-height: 0;
  }
  .un-keyvis-slider-item-img {
    width: 100%;
  }
  .un-keyvis-logo {
    width: 100%;
    height: 100%;
    background: rgba(250, 227, 217, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
  }
  .un-keyvis-logo-img {
    width: 68.085106383%;
    height: auto;
  }
}

.un-skill .un-skillList {
  padding: 0;
  margin: 0;
}
.un-skill .un-skillList-item {
  margin: 0;
  padding: 10px 0;
  background-image: linear-gradient(to right, #6E4929 0, #6E4929 2px, transparent 2.0001px, transparent 4px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
.un-skill .un-skillList-item:first-child {
  background-image: none;
}
.un-skill .un-skillList-item:last-child {
  padding-bottom: 0;
}
.un-skill .un-skillList-item .el-headingLv4 {
  margin-top: 0;
  margin-bottom: 0.25em;
}
.un-skill .un-skillList-item > p {
  margin-top: 0;
  margin-bottom: 0;
}

.un-work {
  padding: 80px 0;
  margin-bottom: 0;
  background-image: url(../images/bg3.jpg);
}

.un-profile {
  padding: 80px 0;
  margin-top: 0;
  background-image: url(../images/bg2.jpg);
}
.un-profile .un-profile-card {
  width: 100%;
  max-width: 1064px;
  margin: 0 auto;
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
}
.un-profile .un-profile-card-heading {
  height: 40px;
  background-color: transparent;
  background-image: url(../images/nav_profile.svg);
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.un-profile .un-profile-card-txt {
  margin: 1.5em auto;
  line-height: 2;
}

/* unique *//*# sourceMappingURL=style.css.map */