@charset "UTF-8";

/*
 * トップページ
 */

@-webkit-keyframes pathmove {
  0% {
    top: 0;
    height: 0;
    opacity: 0;
  }

  30% {
    height: 60px;
    opacity: 1;
  }

  100% {
    top: 80px;
    height: 0;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    top: 0;
    height: 0;
    opacity: 0;
  }

  30% {
    height: 60px;
    opacity: 1;
  }

  100% {
    top: 80px;
    height: 0;
    opacity: 0;
  }
}

@-webkit-keyframes pathmoveSP {
  0% {
    top: 0;
    height: 0;
    opacity: 0;
  }

  30% {
    height: 40px;
    opacity: 1;
  }

  100% {
    top: 60px;
    height: 0;
    opacity: 0;
  }
}

@keyframes pathmoveSP {
  0% {
    top: 0;
    height: 0;
    opacity: 0;
  }

  30% {
    height: 40px;
    opacity: 1;
  }

  100% {
    top: 60px;
    height: 0;
    opacity: 0;
  }
}

.loader {
  display: grid;
  position: fixed;
  z-index: 2147483647;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 16px solid #fff;
  background: dimgray;
  pointer-events: none;
  place-items: center;
}

.loader-dot {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  pointer-events: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.loader-dot::before {
  position: absolute;
  right: 0;
  bottom: -2.5em;
  left: 0;
  margin: auto;
  color: #eaeaef;
  text-align: center;
  content: "Loading";
}

.loader-dot > span {
  display: block;
  border-radius: 50%;
  background-color: #1e29ff;
  opacity: 0;
}

.frame {
  position: relative;
  border: 16px solid #ffeb3b;
}

.frame::before,
.frame::after {
  position: fixed;
  z-index: 1000;
  left: 0;
  width: 100%;
  height: 16px;
  background-color: #ffeb3b;
  content: "";
}

.frame::before {
  top: 0;
}

.frame::after {
  bottom: 0;
}

.scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 200;
  top: 8px;
  width: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.scroll-icon {
  display: inline-block;
}

.scroll-icon__content {
  display: inline-block;
  position: relative;
}

.scroll-icon__content::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  background: #0f0f0f;
  opacity: 0;
  content: "";
}

.bubble {
  overflow: hidden;
  position: relative;
  z-index: 100;
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(40%, white), color-stop(70%, #f3f7f9));
  background: linear-gradient(0deg, white 0%, white 40%, #f3f7f9 70%);
}

.bubble::before {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
  content: "";
}

.about {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.about-highlight {
  color: inherit;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(15, 15, 15, .75);
  text-decoration-color: rgba(15, 15, 15, .75);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1.2em;
  text-underline-offset: -.95em;
}

.about-col__right {
  color: #fff;
}

.about-col__right dt {
  font-weight: 400;
}

.about-col__right dd {
  margin-top: 20px;
  text-align: justify;
}

.about-col__icon {
  width: 100%;
  border-radius: 50%;
}

.skill {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.skill-panel {
  background: -webkit-gradient(linear, left top, right top, from(#6190e8), color-stop(60%, #a7bfe8), to(#a7f4e8));
  background: linear-gradient(90deg, #6190e8 0%, #a7bfe8 60%, #a7f4e8 100%);
}

.skill-panel__content {
  width: 100%;
  height: 100%;
}

.skill-panel__wh-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  background-color: white;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.skill-panel-list {
  text-shadow: 0 0 5px rgba(0, 0, 0, .2);
  color: #fff;
}

.skill-panel-list li {
  position: relative;
  padding-left: 1em;
  letter-spacing: .05em;
}

.skill-panel-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: inherit;
  content: "・";
}

.skill-panel-list li.skill-panel-list-etc {
  text-align: right;
}

.skill-panel-list li.skill-panel-list-etc::before {
  content: none;
}

.skill-panel-list li.skill-panel-list-first {
  padding-left: 0;
}

.skill-panel-list li.skill-panel-list-first::before {
  content: none;
}

.skill-section {
  margin-top: 60px;
}

.skill-title {
  font-weight: 300;
  text-align: center;
}

.skill-title__sl {
  display: block;
  position: relative;
  font-weight: 400;
}

.skill-title__sl::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  margin: auto;
  background: #6190e8;
  content: "";
  -webkit-transform: rotateZ(-30deg);
  transform: rotateZ(-30deg);
}

.works-contact {
  overflow: hidden;
  position: relative;
  z-index: 100;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.works-icon {
  width: 64px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.works-icon-link {
  display: inline-block;
}

.works-note {
  margin-top: 20px;
  padding-right: 5vw;
  padding-left: 5vw;
  font-weight: 400;
  text-align: center;
  letter-spacing: .1em;
}

.contact-btn {
  margin-right: auto;
  margin-left: auto;
}

.contact-btn-link {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  letter-spacing: .05em;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .loader-dot {
    gap: 1rem;
  }

  .loader-dot::before {
    font-size: 16px;
  }

  .loader-dot > span {
    width: 14px;
    height: 14px;
  }

  .scroll {
    right: 0;
    left: 0;
    max-width: 1280px;
    height: calc(90vh - 30px);
    margin: auto;
    padding-bottom: 30px;
  }

  .scroll-icon {
    width: 72px;
    height: 102px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .scroll-icon:-webkit-any-link:hover {
    opacity: .7;
  }

  .scroll-icon:-moz-any-link:hover {
    opacity: .7;
  }

  .scroll-icon:any-link:hover {
    opacity: .7;
  }

  .scroll-icon__content::after {
    height: 60px;
    -webkit-animation: pathmove 1.4s ease-in-out infinite;
    animation: pathmove 1.4s ease-in-out infinite;
  }

  .about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 120vh;
    padding-top: 180px;
    padding-bottom: 180px;
    background-image: url("../img/common/bg_about.jpg");
    -webkit-clip-path: polygon(100% 0, 100% 80%, 0% 100%, 0% 20%);
    clip-path: polygon(100% 0, 100% 80%, 0% 100%, 0% 20%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-right: 5%;
    padding-bottom: 20px;
    padding-left: 5%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about-col__left {
    width: 240px;
  }

  .about-col__right {
    max-width: 620px;
    width: calc(100% - 240px);
    padding-left: 30px;
  }

  .about-col__icon {
    height: 240px;
  }

  .skill {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .skill__content {
    max-width: 1030px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .skill-panel {
    width: calc(36% - 20px);
    height: 262px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .skill-panel__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .skill-panel__wh-content {
    margin: 6px;
  }

  .skill-panel-list {
    font-size: 21px;
  }

  .skill-section:not(:first-of-type) {
    margin-top: 20px;
  }

  .skill-section__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
  }

  .skill-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(28% - 20px);
    margin-right: 10px;
    margin-left: 10px;
    font-size: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .skill-title__sl {
    margin-top: 1em;
    padding-top: 1em;
    font-size: 16px;
  }

  .skill-title__sl::after {
    width: 30px;
  }

  .works-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 120vh;
    margin-top: 100px;
    padding-top: 180px;
    padding-bottom: 180px;
    background-image: url("../img/common/bg_works_contact.jpg");
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-clip-path: polygon(100% 0, 100% 80%, 0% 100%, 0% 20%);
    clip-path: polygon(100% 0, 100% 80%, 0% 100%, 0% 20%);
  }

  .works-contact__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .works,
  .contact {
    width: 50%;
  }

  .works-icon-link {
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .works-icon-link:-webkit-any-link:hover {
    opacity: .7;
  }

  .works-icon-link:-moz-any-link:hover {
    opacity: .7;
  }

  .works-icon-link:any-link:hover {
    opacity: .7;
  }

  .contact-btn {
    max-width: 320px;
    margin-top: 40px;
  }

  .contact-btn-link {
    height: 72px;
    font-size: 24px;
  }

  .contact-btn-link:before {
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    width: 3em;
    height: 100%;
    background-color: rgba(255, 255, 255, .5);
    content: "";
    -webkit-transition: none;
    transition: none;
    -webkit-transform: skewX(-45deg) translateX(0);
    transform: skewX(-45deg) translateX(0);
  }

  .contact-btn-link:hover {
    border-color: #0f0f0f;
    border-bottom: 4px solid black;
    background-color: #0f0f0f;
  }

  .contact-btn-link:hover:before {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: skewX(-45deg) translateX(20em);
    transform: skewX(-45deg) translateX(20em);
  }
}

@media screen and (min-width: 1025px) {
  .bubble-pc {
    /*　for PC　*/
    display: block;
    opacity: .7;
  }

  .bubble-sp {
    /*　for PC　*/
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .loader-dot {
    padding-right: .8em;
    padding-left: .6em;
    gap: .75rem;
  }

  .loader-dot::before {
    font-style: 14px;
  }

  .loader-dot > span {
    width: 12px;
    height: 12px;
  }

  .scroll {
    width: 100%;
    height: calc(100vh - 150px);
  }

  .scroll-icon {
    width: 45px;
    margin-right: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .scroll-icon__content::after {
    height: 40px;
    -webkit-animation: pathmoveSP 1.4s ease-in-out infinite;
    animation: pathmoveSP 1.4s ease-in-out infinite;
  }

  .about {
    margin-top: 10%;
    padding-top: 30%;
    padding-bottom: 30%;
    background-image: url("../img/common/bg_about_smp.jpg");
    -webkit-clip-path: polygon(100% 0, 100% 92%, 0% 100%, 0% 8%);
    clip-path: polygon(100% 0, 100% 92%, 0% 100%, 0% 8%);
  }

  .about-col {
    padding-top: 50px;
  }

  .about-col__left {
    width: 160px;
    margin-right: auto;
    margin-left: auto;
  }

  .about-col__right {
    margin-top: 30px;
  }

  .about-col__right dt {
    text-align: center;
    letter-spacing: .15em;
  }

  .about-col__right dd {
    width: calc(100% - 80px);
    margin-right: auto;
    margin-left: auto;
  }

  .about-col__icon {
    height: 160px;
  }

  .skill {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .skill-panel {
    max-width: 300px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .skill-panel__wh-content {
    margin: -14px 6px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .skill-panel-list {
    font-size: 16px;
  }

  .skill-section:not(:first-of-type) {
    margin-top: 40px;
  }

  .skill-title {
    font-size: 21px;
  }

  .skill-title__sl {
    margin-top: .7em;
    padding-top: .7em;
    font-size: 12px;
  }

  .skill-title__sl::after {
    width: 20px;
  }

  .skill [data-js-skill="1"] .skill-panel__content {
    padding-left: 24%;
  }

  .skill [data-js-skill="2"] .skill-panel__content {
    padding-left: 22%;
  }

  .skill [data-js-skill="3"] .skill-panel__content {
    padding-left: 26%;
  }

  .works-contact {
    margin-top: 10%;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url("../img/common/bg_works_contact_smp.jpg");
    -webkit-clip-path: polygon(100% 0, 100% 92%, 0% 100%, 0% 8%);
    clip-path: polygon(100% 0, 100% 92%, 0% 100%, 0% 8%);
  }

  .works,
  .contact {
    min-height: 400px;
  }

  .contact {
    padding-top: 80px;
  }

  .contact-btn {
    max-width: 280px;
    margin-top: 40px;
  }

  .contact-btn-link {
    height: 56px;
    font-size: 21px;
  }
}

@media screen and (max-width: 479px) {
  .bubble-pc {
    /*　for iPhone Landscape　(iPhone 横)　*/
    display: none;
  }

  .bubble-sp {
    /*　for iPhone Landscape　(iPhone 横)　*/
    display: block;
    margin-right: -5%;
    margin-left: -5%;
    opacity: .7;
  }
}

@media screen and (min-width: 480px) and (max-width: 1024px) {
  .bubble-pc {
    /*　for iPad 　*/
    display: none;
  }

  .bubble-sp {
    /*　for iPad 　*/
    display: block;
    margin-right: -5%;
    margin-left: -5%;
    opacity: .7;
  }
}

@media (scripting: none) {
  .loader {
    display: none;
  }
}