
@charset "UTF-8";
body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Hiragino Mincho Pro", serif;
}

a {
  color: #000000;
  text-decoration: none;
}

img {
  width: 100%;
  height: 200px;
}

main {
  overflow: hidden;
}

.header .header-fixed {
  position: fixed;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: lightblue;
  width: 100%;
  z-index: 2;
  margin-left: auto;
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .header .header-fixed {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.header .nav-btn {
  width: 52px;
  height: 30px;
  margin-right: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  font: inherit;
  outline: none;
  position: relative;
  right: 30px;
}

@media print, screen and (min-width: 768px) {
  .header .nav-btn {
    display: none;
  }
}

.header .nav-btn.-active span {
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.header .nav-btn.-active span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header .nav-btn.-active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header .nav-btn.-active span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header .nav-btn span {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #fff;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.header .nav-btn span:first-child {
  top: 0;
}

.header .nav-btn span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

.header .nav-btn span:last-child {
  bottom: 0;
}

.header .nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #000000cc;
  padding-top: 100px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

@media print, screen and (min-width: 768px) {
  .header .nav {
    background-color: transparent;
    padding-top: 0;
    margin-top: 0;
    z-index: 3;
    top: 30px;
    opacity: 1;
    visibility: visible;
  }
}

.header .nav.-active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

@media print, screen and (min-width: 768px) {
  .header .nav-wrap {
    width: 100%;
  }
}

.header .nav-list {
  text-align: center;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .header .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
    margin-right: 30px;
  }
}

.header .nav-list .item + .item {
  margin-top: 20px;
}

@media print, screen and (min-width: 768px) {
  .header .nav-list .item + .item {
    padding-left: 30px;
    margin-top: 0;
  }
}

.header .nav-list a {
  color: #fff;
  font-size: 24px;
}

@media print, screen and (min-width: 768px) {
  .header .nav-list a {
    color: #000;
    font-size: 20px;
  }
}

.top {
  background-image: url(../image/top-image.jpg);
  background-position: center;
  background-size: cover;
  height: 100%;
  padding: 200px 0 50px 0;
}

@media print, screen and (min-width: 768px) {
  .top {
    padding: 300px 0 400px 0;
  }
}

.top-title {
  text-align: center;
  font-size: 30px;
  color: #fff;
  padding-bottom: 50px;
}

@media print, screen and (min-width: 768px) {
  .top-title {
    font-size: 6vw;
    padding-bottom: 0;
  }
}

.top-subtitle {
  text-align: center;
  color: #fff;
  font-size: 4vw;
}

@media print, screen and (min-width: 768px) {
  .top-subtitle {
    padding-top: 120px;
    font-size: 6vw;
  }
}

.profile {
  background-image: url(../image/profile.jpg);
  background-position: center;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.479);
  background-blend-mode: lighten;
  height: 100%;
  padding: 100px 0 100px 0;
}

.cmn-title {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
}

.about-me {
  font-size: 24px;
}

@media print, screen and (min-width: 768px) {
  .about-me {
    font-size: 34px;
  }
}

.profile-image {
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  width: 280px;
}

@media print, screen and (min-width: 768px) {
  .profile-image {
    width: 450px;
  }
}

.profile-image img {
  border-radius: 50%;
  height: 250px;
}

@media print, screen and (min-width: 768px) {
  .profile-image img {
    height: 400px;
  }
}

.profile-text {
  text-align: center;
  padding-top: 40px;
}

.profile-text .my-name {
  font-size: 12px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.623);
  border-radius: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 10px;
  margin-left: 10px;
}

@media print, screen and (min-width: 768px) {
  .profile-text .my-name {
    margin-right: 60px;
    margin-left: 60px;
    padding-top: 30px;
    font-size: 30px;
  }
}

.profile-text .greeting {
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.623);
  border-radius: 15px;
  margin-top: 30px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
  line-height: 2;
}

@media print, screen and (min-width: 768px) {
  .profile-text .greeting {
    margin-left: 60px;
    margin-right: 60px;
    padding-top: 40px;
    padding-bottom: 30px;
    font-size: 20px;
  }
}

.profile-text .background-title {
  padding-top: 40px;
  font-weight: bold;
  font-size: 24px;
}

@media print, screen and (min-width: 768px) {
  .profile-text .background-title {
    font-size: 28px;
  }
}

.profile-text .background-desc {
  line-height: 2;
  font-size: 10px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.623);
  border-radius: 15px;
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 10px;
  padding-left: 10px;
  word-break: keep-all;
}

@media print, screen and (min-width: 768px) {
  .profile-text .background-desc {
    font-size: 20px;
    margin-right: 60px;
    margin-left: 60px;
  }
}

.concept {
  background-image: url(../image/concept.jpg);
  background-position: center;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.658);
  background-blend-mode: lighten;
  padding: 100px 0 50px 0;
}

@media print, screen and (min-width: 768px) {
  .concept {
    padding: 100px 0 100px 0;
  }
}

.concept-name {
  font-size: 24px;
}

@media print, screen and (min-width: 768px) {
  .concept-name {
    font-size: 34px;
  }
}

.concept-cont {
  margin-right: 30px;
  margin-left: 30px;
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .concept-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.concept-item {
  margin-top: 20px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.623);
  border-radius: 15px;
}

@media print, screen and (min-width: 768px) {
  .concept-item + .concept-item {
    margin-left: 20px;
  }
}

.concept-item .font {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.concept-item .title {
  padding-top: 10px;
  text-align: center;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .concept-item .title {
    font-size: 26px;
  }
}

.concept-item .concept-desc {
  text-align: center;
  font-size: 12px;
  padding-top: 20px;
  font-weight: bold;
  word-break: keep-all;
}

@media print, screen and (min-width: 768px) {
  .concept-item .concept-desc {
    font-size: 14px;
  }
}

.service {
  background-image: url(../image/service.jpg);
  background-position: center;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.658);
  background-blend-mode: lighten;
  padding: 100px 0 50px 0;
}

@media print, screen and (min-width: 768px) {
  .service {
    padding: 100px 50px 100px 50px;
  }
}

.service .service-name {
  font-size: 24px;
}

@media print, screen and (min-width: 768px) {
  .service .service-name {
    font-size: 34px;
  }
}

.service .service-cont {
  padding-top: 40px;
}

@media print, screen and (min-width: 768px) {
  .service .service-cont {
    margin-right: 40px;
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.service .service-cont .service-item {
  background-color: rgba(255, 255, 255, 0.623);
  border-radius: 15px;
  padding: 30px;
  margin: 0 20px 20px 20px;
}

@media print, screen and (min-width: 768px) {
  .service .service-cont .service-item + .service-item {
    margin-left: 20px;
  }
}

.service .service-cont .service-item .service-title {
  text-align: center;
  font-size: 24px;
  padding-top: 20px;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .service .service-cont .service-item .service-title {
    font-size: 2vw;
  }
}

.service .service-cont .service-item .service-desc {
  text-align: center;
  font-size: 12px;
  padding-top: 20px;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .service .service-cont .service-item .service-desc {
    font-size: 1vw;
  }
}

.service .service-cont .service-item .service-price {
  text-align: center;
  font-size: 12px;
  padding-top: 40px;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .service .service-cont .service-item .service-price {
    font-size: 1.2vw;
  }
}

.service .service-cont .service-item .service-image {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.service .service-cont .service-item .service-image img {
  border-radius: 50%;
}

.service .service-explanation {
  text-align: center;
  font-size: 14px;
  padding-top: 30px;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .service .service-explanation {
    font-size: 20px;
  }
}

.portfolio {
  background-image: url(../image/works.jpg);
  background-position: center;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.315);
  background-blend-mode: lighten;
  height: 100%;
  padding: 100px 0 50px 0;
}

@media print, screen and (min-width: 768px) {
  .portfolio {
    padding: 100px 0 100px 0;
  }
}

.portfolio .portfolio-inner {
  padding-bottom: 100px;
}

.portfolio .portfolio-name {
  font-size: 24px;
}

@media print, screen and (min-width: 768px) {
  .portfolio .portfolio-name {
    font-size: 34px;
  }
}

.portfolio .portfolio-cont {
  padding-top: 40px;
}

.portfolio .portfolio-list {
  width: 290px;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 768px) {
  .portfolio .portfolio-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
  }
}

.portfolio .portfolio-item {
  width: 290px;
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
  .portfolio .portfolio-item + .portfolio-item {
    margin-left: 20px;
  }
}

.portfolio .portfolio-item .mask1 {
  left: -100%;
  width: 50%;
  height: 200px;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.76);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.portfolio .portfolio-item .mask2 {
  right: -100%;
  width: 50%;
  height: 200px;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.76);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.portfolio .portfolio-item .portfolio-text {
  visibility: hidden;
  position: absolute;
  top: 25px;
  left: 0;
  font-size: 11px;
  line-height: 2;
  padding-top: 20px;
  -webkit-transition: all 0.4s step-end;
  transition: all 0.4s step-end;
}

.portfolio .portfolio-item p {
  color: #fff;
  opacity: 0;
  /* ホバーが解除された時すぐ消えるように、文字を表示しない */
}

.portfolio .portfolio-item:hover .portfolio-text {
  visibility: visible;
}

.portfolio .portfolio-item:hover .portfolio-text p {
  opacity: 1;
}

.portfolio .portfolio-item:hover .mask1 {
  left: 0px;
}

.portfolio .portfolio-item:hover .mask2 {
  right: 0px;
}

.flow {
  min-height: 100vh;
  margin-right: 30px;
  margin-left: 30px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../image/flow.jpg);
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.658);
  background-blend-mode: lighten;
  height: 100%;
  padding: 100px 0 50px 0;
}

@media print, screen and (min-width: 768px) {
  .flow {
    padding: 100px 0 100px 0;
    background-position: center;
  }
}

.flow .flow-name {
  font-size: 24px;
}

@media print, screen and (min-width: 768px) {
  .flow .flow-name {
    font-size: 34px;
  }
}

.flow .flow-cont {
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .flow .flow-cont {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.flow .flow-list {
  padding: 0;
}

.flow .flow-list > li {
  list-style-type: none;
  position: relative;
}

.flow .flow-list > li:not(:last-child) {
  margin-bottom: 40px;
}

.flow .flow-list > li:not(:last-child) dl::before {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-width: 22px;
  border-top-color: #6b90db;
}

.flow .flow-list > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-width: 20px;
  border-top-color: #fff;
}

.flow .flow-list > li:not(:first-child)::before {
  content: "";
  height: 60px;
  display: block;
  border-left: 4px dotted #e5e5e5;
  position: absolute;
  top: -40px;
  left: calc(10% + 30px - 2px);
  z-index: 10;
}

.flow .flow-list dl {
  width: auto;
  padding: 10px 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #6b90db;
  border-radius: 10px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.623);
}

@media print, screen and (min-width: 768px) {
  .flow .flow-list dl {
    padding: 20px 30px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
  }
}

.flow .flow-list dt {
  font-size: 14px;
  font-weight: 600;
  color: #6b90db;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .flow .flow-list dt {
    font-size: 12px;
    width: 150px;
  }
}

.flow .flow-list dt .icon {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  color: #fff;
  background: #6b90db;
  background: -webkit-gradient(linear, left top, right top, from(#6b90db), to(#66d5e9));
  background: linear-gradient(to right, #6b90db 0%, #66d5e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 5px 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
  border-radius: 20px;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .flow .flow-list dt .icon {
    width: initial;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

.flow .flow-list dd {
  margin-left: 0;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .flow .flow-list dd {
    font-size: 15px;
    text-align: left;
    margin-bottom: 0;
  }
}

.contact {
  background-image: url(../image/contact.jpg);
  background-position: center;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.158);
  background-blend-mode: lighten;
  padding: 50px 0 50px 0;
  height: 100%;
  padding-top: 60px;
}

@media print, screen and (min-width: 768px) {
  .contact {
    padding: 100px 0 200px 0;
  }
}

.contact .contact-text .contact-title {
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .contact .contact-text .contact-title {
    font-size: 40px;
    padding-top: 60px;
  }
}

.contact .contact-text .contact-desc {
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding-top: 40px;
  font-weight: bold;
  line-height: 2;
}

@media print, screen and (min-width: 768px) {
  .contact .contact-text .contact-desc {
    font-size: 30px;
  }
}

.contact .contact-link {
  text-align: center;
  padding-top: 50px;
}

@media print, screen and (min-width: 768px) {
  .contact .contact-link {
    padding-top: 100px;
  }
}

.contact .contact-link a {
  color: #fff;
  background-color: rgba(0, 0, 255, 0.651);
  padding: 20px 30px;
  border-radius: 100vh;
}

@media print, screen and (min-width: 768px) {
  .contact .contact-link a {
    font-size: 30px;
  }
}

.footer {
  padding-top: 20px;
  background-color: lightblue;
}

@media print, screen and (min-width: 768px) {
  .footer {
    padding-top: 40px;
  }
}

.footer .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer .nav-item + .nav-item {
  margin-left: 10px;
}

@media print, screen and (min-width: 768px) {
  .footer .nav-item + .nav-item {
    margin-left: 20px;
  }
}

.footer .nav-item a {
  font-size: 14px;
}

.footer .copyright {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 10px;
}

@media print, screen and (min-width: 768px) {
  .footer .copyright {
    padding-top: 40px;
  }
}
/*# sourceMappingURL=style.css.map */
