@charset "UTF-8";
.about {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}

.about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-content-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-content-img img {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: auto;
  border-radius: 50%;
}

.about-content-me {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 20px;
}

.about-content-me p {
  line-height: 2;
}

.about-content-me p .brsp {
  display: none;
}

@media (max-width: 768px) {
  .about {
    padding: 40px 0;
  }
  .about-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-content-me {
    text-align: center;
  }
  .about-content-me p {
    line-height: 3;
    text-align: left;
  }
  .about-content-me p .brsp {
    display: block;
  }
  .about-content-me p .sps {
    display: none;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .about-content-me p {
    text-align: left;
  }
}

.main {
  text-align: center;
  background-image: url(img/main.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 800px;
  background-position: 0% 100%;
}

.main-content {
  padding-top: 80px;
}

.main-content h1 {
  font-family: 'Alex Brush', cursive;
  font-size: 120px;
  color: white;
}

.main-content .creative {
  font-size: 36px;
  color: white;
  margin-top: -40px;
}

.main-content .job {
  font-size: 16px;
  color: white;
}

.load-fade {
  opacity: 0;
  -webkit-transition: all 2s;
  transition: all 2s;
}

.done {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media (max-width: 768px) {
  .main {
    background-position: 20% 100%;
    background-size: auto;
  }
  .main h1 {
    font-size: 80px;
  }
}

.header {
  position: fixed;
  z-index: 10;
  opacity: 0.9;
  width: 100%;
  height: 70px;
  background-color: #40b5c1;
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.header-nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-nav .menu-item {
  line-height: 70px;
  padding: 0 13px;
}

.header-nav .menu-item a {
  color: white;
}

.header-nav .sp-menu {
  display: none;
}

@media (max-width: 768px) {
  .header-nav .menu {
    display: none;
  }
  .header-nav .sp-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    line-height: 70px;
    margin-right: 20px;
  }
  .header-nav .sp-menu a .fa-bars {
    font-size: 30px;
    color: white;
  }
}

.media--red {
  color: red;
}

.media {
  padding-bottom: 60px;
}

.media .heading {
  text-align: center;
}

.media .heading h2 {
  padding: 10px;
  margin-bottom: 80px;
  width: 100%;
  background-color: #40b5c1;
  color: white;
  position: relative;
}

.media .heading h2::after {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  border: 25px solid transparent;
  border-top-color: #40b5c1;
  top: 100%;
  left: 50%;
  margin-left: -25px;
}

.media .media-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 70px;
}

.media .media-wrapper .media-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.media .media-wrapper .media-item-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  margin-right: 4%;
}

.media .media-wrapper .media-item-img img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.media .media-wrapper .media-item .write-item-img {
  margin: 0 20px;
}

.media .media-wrapper .media-item .write-item-img img {
  display: block;
  width: 500px;
  height: auto;
}

.media .media-wrapper .media-item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 20px;
}

.media .media-wrapper .media-item-text.right {
  margin: 0 0px;
}

.media .media-wrapper .media-item-text .media-plan {
  font-size: 36px;
  border-bottom: 3px solid #40b5c1;
  color: #40b5c1;
}

.media .media-wrapper .media-item-text .media-plan span {
  color: #fab979;
}

.media .media-wrapper .media-item-text p {
  line-height: 2;
}

@media (max-width: 768px) {
  .media {
    padding-bottom: 20px;
  }
  .media .media-wrapper {
    text-align: center;
  }
  .media .media-wrapper .media-item {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .media .media-wrapper .media-item:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .media .media-wrapper .media-item-img img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    border: 2px solid #f3f3f3;
  }
  .media .media-wrapper .media-item .write-item-img {
    margin: 0px;
  }
  .media .media-wrapper .media-item .write-item-img img {
    width: 100%;
    margin: 0 auto;
  }
  .media .media-wrapper .media-item-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0px;
    margin-top: 50px;
  }
  .media .media-wrapper .media-item-text.right {
    margin: 0 0px;
    text-align: center;
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .media .heading h2 {
    margin-bottom: 60px;
  }
  .media .media-wrapper {
    padding: 0 20px;
  }
  .media .media-wrapper .media-item-img {
    margin: 0;
  }
  .media .media-wrapper .media-item-text {
    margin-top: 50px;
    text-align: left;
  }
  .media .media-wrapper .media-item-text .media-plan {
    font-size: 24px;
  }
}

.web {
  text-align: center;
  width: 100%;
  min-height: 460px;
  background-attachment: fixed;
  background-color: #fbfbfb;
}

.web-skills {
  min-height: 460px;
}

.web-skills h2 {
  padding-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  color: #40b5c1;
  position: relative;
}

.web-skills .web-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.web-skills .web-flex-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.web-skills .web-flex-item .ws-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

.web-skills .web-flex-item .ws-img img {
  width: auto;
  height: auto;
  margin: 0 auto;
}

.web-skills .web-flex-item p {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .web-skills .web-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .web-skills .web-flex-item {
    margin-bottom: 40px;
  }
  .web-skills .web-flex-item p {
    width: 95%;
  }
}

@media (max-width: 1190px) and (min-width: 768px) {
  .web-skills .web-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .web-skills .web-flex-item {
    margin-bottom: 40px;
  }
  .web-skills .web-flex-item p {
    text-align: center;
  }
}

.other {
  text-align: center;
  background-color: #fbfbfb;
  width: 100%;
  min-height: 360px;
  background-attachment: fixed;
}

.other-skills {
  min-height: 360px;
}

.other-skills h2 {
  padding-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  color: #016687;
  position: relative;
}

.other .web-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.other .web-flex-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.other .web-flex-item .ws-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

.other .web-flex-item .ws-img img {
  width: auto;
  height: auto;
  margin: 0 auto;
}

.other .web-flex-item p {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .other-skills .web-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .other-skills .web-flex-item {
    margin-bottom: 40px;
  }
  .other-skills .web-flex-item p {
    width: 95%;
  }
}

@media (max-width: 1190px) and (min-width: 768px) {
  .other-skills .web-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .other-skills .web-flex-item {
    margin-bottom: 40px;
  }
  .other-skills .web-flex-item p {
    text-align: center;
  }
}

.service {
  padding-bottom: 100px;
}

.service .heading {
  width: 100%;
  background-color: #016687;
  text-align: center;
  position: relative;
}

.service .heading::after {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  border: 25px solid transparent;
  border-top-color: #016687;
  top: 100%;
  left: 50%;
  margin-left: -25px;
}

.service .heading h2 {
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
}

.service .service-wrapper {
  padding: 0 20px;
}

.service .service-wrapper .service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}

.service .service-wrapper .service-item-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.service .service-wrapper .service-item-img img {
  display: block;
  margin-left: auto;
  width: 500px;
  height: auto;
}

.service .service-wrapper .service-item .write-item-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 20px;
}

.service .service-wrapper .service-item .write-item-img img {
  display: block;
  width: 500px;
  height: auto;
}

.service .service-wrapper .service-item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 20px;
}

.service .service-wrapper .service-item-text.right {
  margin: 0 0px;
}

.service .service-wrapper .service-item-text .service-plan {
  font-size: 36px;
  border-bottom: 3px solid #016687;
  color: #016687;
}

.service .service-wrapper .service-item-text .service-plan span {
  color: #fab979;
}

.service .service-wrapper .service-item-text p {
  line-height: 3;
}

@media (max-width: 768px) {
  .service {
    padding-bottom: 20px;
  }
  .service .service-wrapper {
    text-align: center;
  }
  .service .service-wrapper .service-item {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service .service-wrapper .service-item:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .service .service-wrapper .service-item-img img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  .service .service-wrapper .service-item .write-item-img {
    margin: 0px;
  }
  .service .service-wrapper .service-item .write-item-img img {
    width: 100%;
    margin: 0 auto;
  }
  .service .service-wrapper .service-item-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0px;
    margin-top: 50px;
  }
  .service .service-wrapper .service-item-text.right {
    margin: 0 0px;
    text-align: center;
    margin-top: 50px;
  }
}

.works {
  text-align: center;
  width: 100%;
  min-height: 550px;
  position: relative;
  background-color: #fbfbfb;
}

.works .opacity {
  max-width: 1340px;
  margin: 0 auto;
  padding: 40px;
}

.works-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.works-flex .works-item {
  margin-top: 40px;
  width: 31.74603%;
  margin-right: 1.58730%;
  /*
  .card-caption{

    &-title{
      font-size: 12px;
      margin-top: 8px;
    }
    &-info{
      font-size: 10px;
    }
    &-url{
      
      font-size: 10px;
      .url-link{
        color: #1ca9e3 !important;
      }
    }
  }
  */
}

.works-flex .works-item:nth-of-type(3n) {
  margin-right: 0;
}

.works-flex .works-item .my-gallery {
  position: relative;
  overflow: hidden;
  padding-top: 60%;
  /* 比率 */
}

.works-flex .works-item .my-gallery figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}

.works-flex .works-item .my-gallery figure .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.works-flex .works-item .my-gallery figure .mask:hover {
  opacity: 1;
  padding-left: 40px;
}

.works-flex .works-item .my-gallery figure .mask .caption {
  font-size: 130%;
  color: #fff;
  padding-top: 40px;
  padding-left: 0px;
  text-align: left;
}

.works-flex .works-item .my-gallery figure .mask .caption span {
  font-size: 15px;
  border-bottom: 3px solid rgba(218, 227, 218, 0.35);
}

.works-flex .works-item .wt {
  margin-top: 30px;
}

.works-flex .works-item .wt-sp {
  display: none;
}

@media (max-width: 1190px) and (min-width: 768px) {
  .works {
    text-align: center;
    width: 100%;
    min-height: 550px;
    position: relative;
    background-color: #fbfbfb;
  }
  .works .opacity {
    height: 100%;
    padding: 40px 0;
  }
  .works .opacity .heading p {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .works {
    padding: 60px 0;
  }
  .works .opacity {
    padding: 0 20px;
  }
  .works-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .works-flex .works-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin-right: 0;
    margin-top: 40px;
  }
  .works-flex .works-item .mask {
    display: none;
  }
  .works-flex .works-item .wt {
    font-size: 12px;
    margin-top: 20px;
  }
  .works-flex .works-item .wt-sp {
    display: block;
  }
}

.contact {
  text-align: center;
  padding: 30px 0;
}

.contact .form-area {
  max-width: 1200px;
  margin: 0 auto;
}

.contact .form-area .heading h2 {
  margin: 0;
}

.contact .form-area form {
  padding-top: 30px;
}

.contact .form-area form input, .contact .form-area form textarea {
  display: block;
  margin: 20px auto;
  width: 50%;
  border-radius: 5px;
  border: none;
  padding: 0 20px;
  height: 50px;
  font-size: 16px;
  border: 2px solid #d2d2d2;
}

.contact .form-area form textarea {
  height: auto;
  padding: 20px;
}

.contact .form-area form .btn {
  margin-top: 40px;
  width: 20%;
  background-color: #fab979;
  color: white;
  padding: 20px;
  height: auto;
  font-weight: bold;
  background-color: #ff9042;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 5px solid #c37033;
}

.contact .form-area form .btn:active {
  margin-top: 43px;
  border-bottom: 2px solid #c37033;
}

@media (max-width: 768px) {
  .contact {
    text-align: center;
    padding: 30px 0;
  }
  .contact .form-area {
    max-width: 1200px;
    margin: 0 auto;
  }
  .contact .form-area .heading h2 {
    margin: 0;
  }
  .contact .form-area form {
    padding-top: 30px;
  }
  .contact .form-area form input, .contact .form-area form textarea {
    width: 80%;
  }
  .contact .form-area form .btn {
    width: 60%;
  }
}

footer {
  text-align: center;
  padding: 40px 0;
  background-color: #424242;
  color: white;
}

@media (max-width: 768px) {
  footer {
    font-size: 12px;
  }
}

.han {
  position: fixed;
  top: 70px;
  right: 0;
  z-index: 200;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #555;
  padding: 20px 0;
}

.han-item {
  width: 100%;
  height: auto;
  padding: 0.5em 1em;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.han-item a {
  color: white;
}

.han.close {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

a {
  text-decoration: none;
  color: #1ca9e3;
}

h2 {
  color: #40b5c1;
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 600;
}

h3 {
  font-size: 24px;
  font-weight: 600;
}

.right {
  text-align: right;
}
/*# sourceMappingURL=stylesheet.css.map */