@charset "UTF-8";
html {
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
}

body {
  font-family: "Kameron", "Noto Sans JP", sans-serif;
  background-color: #fafafa;
  line-height: 1.5;
  letter-spacing: 0.1em;
  word-break: break-all;
}

b {
  font-weight: bold;
  color: red;
}

#main-content {
  position: relative;
  z-index: 0;
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
}

h2 {
  border-bottom: 2px solid #1645a8;
}

#main-content {
  position: relative;
  z-index: 0;
}
#main-content .main-title {
  font-weight: 600;
  font-size: 2em;
  margin-bottom: 0.5em;
  display: block;
  color: #1645a8;
}
@media (min-width: 1024px) {
  #main-content .main-title {
    font-size: 2.5em;
    margin-bottom: 1em;
  }
}
#main-content .sub-title {
  font-weight: 400;
  font-size: 1.5em;
  margin-bottom: 0.5em;
  display: block;
  color: #535353;
}

.content-width, .header .header-inner, .hero .hero-inner, .first-texts, section.skills, section.works, section.profile .profile-inner, section.vision, section.contact, footer .footer-inner, .thanks, .works-wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 1080px;
}

.sm-sb, .hero, .first-texts, section.skills, section.works, section.profile, section.vision, section.contact {
  margin-bottom: 5em;
}

.side {
  display: none;
  position: fixed;
  top: 70%;
  right: 50px;
  transform: translateY(-50%);
  z-index: 60;
}
.side .side-inner {
  transform-origin: top right;
  transform: rotate(90deg);
}
@media (min-width: 1400px) {
  .side {
    display: block;
  }
}

.scroll-appear {
  position: relative;
  right: -300px;
  transition: all 0.75s ease-in-out;
  opacity: 0;
}
.scroll-appear.show {
  right: 0;
  opacity: 1;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
}
.gallery img {
  max-width: 100%;
  height: auto;
  cursor: pointer;
  border-radius: 8px;
  transition: transform 0.3s;
}
.gallery img:hover {
  transform: scale(1.05);
}

/* モーダル */
.modal {
  display: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 90%;
  height: 88%;
  transform: translateX(-50%);
  background: rgba(234, 235, 230, 0.9);
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  .modal {
    width: 100%;
    height: 100%;
  }
}

.modal-content {
  background: white;
  padding: 20px;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
  animation: fadeIn 0.3s ease;
  overflow: auto;
  box-shadow: 0 8px 40px -10px rgba(0, 0, 0, 0.8);
}

.modal-content img {
  width: 50vw;
  height: auto;
}
@media (max-width: 600px) {
  .modal-content img {
    width: 90vw;
  }
}

.modal-text {
  margin-top: 10px;
  opacity: 0;
  animation: textFadeIn 0.5s ease forwards;
  animation-delay: 0.2s;
}

.close {
  margin-top: 15px;
  padding: 0.5em 1em;
  background: #eaebe6;
  cursor: pointer;
  transition: all 0.3s;
}
.close:hover {
  background: black;
  color: #fafafa;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes textFadeIn {
  to {
    opacity: 1;
  }
}
.animate-title,
.tween-animate-title {
  opacity: 0;
}
.animate-title.inview,
.tween-animate-title.inview {
  opacity: 1;
}
.animate-title.inview .char,
.tween-animate-title.inview .char {
  display: inline-block;
}
.animate-title .char,
.tween-animate-title .char {
  opacity: 0;
}

.animate-title.inview .char {
  animation-name: kf-animate-chars;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.39, 1.57, 0.58, 1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}
.animate-title.inview .char:nth-child(1) {
  animation-delay: 0.04s;
}
.animate-title.inview .char:nth-child(2) {
  animation-delay: 0.08s;
}
.animate-title.inview .char:nth-child(3) {
  animation-delay: 0.12s;
}
.animate-title.inview .char:nth-child(4) {
  animation-delay: 0.16s;
}
.animate-title.inview .char:nth-child(5) {
  animation-delay: 0.2s;
}
.animate-title.inview .char:nth-child(6) {
  animation-delay: 0.24s;
}
.animate-title.inview .char:nth-child(7) {
  animation-delay: 0.28s;
}
.animate-title.inview .char:nth-child(8) {
  animation-delay: 0.32s;
}
.animate-title.inview .char:nth-child(9) {
  animation-delay: 0.36s;
}
.animate-title.inview .char:nth-child(10) {
  animation-delay: 0.4s;
}
.animate-title.inview .char:nth-child(11) {
  animation-delay: 0.44s;
}
.animate-title.inview .char:nth-child(12) {
  animation-delay: 0.48s;
}
.animate-title.inview .char:nth-child(13) {
  animation-delay: 0.52s;
}
.animate-title.inview .char:nth-child(14) {
  animation-delay: 0.56s;
}
.animate-title.inview .char:nth-child(15) {
  animation-delay: 0.6s;
}
.animate-title.inview .char:nth-child(16) {
  animation-delay: 0.64s;
}
.animate-title.inview .char:nth-child(17) {
  animation-delay: 0.68s;
}
.animate-title.inview .char:nth-child(18) {
  animation-delay: 0.72s;
}
.animate-title.inview .char:nth-child(19) {
  animation-delay: 0.76s;
}
.animate-title.inview .char:nth-child(20) {
  animation-delay: 0.8s;
}
.animate-title.inview .char:nth-child(21) {
  animation-delay: 0.84s;
}
.animate-title.inview .char:nth-child(22) {
  animation-delay: 0.88s;
}
.animate-title.inview .char:nth-child(23) {
  animation-delay: 0.92s;
}
.animate-title.inview .char:nth-child(24) {
  animation-delay: 0.96s;
}
.animate-title.inview .char:nth-child(25) {
  animation-delay: 1s;
}
.animate-title.inview .char:nth-child(26) {
  animation-delay: 1.04s;
}
.animate-title.inview .char:nth-child(27) {
  animation-delay: 1.08s;
}
.animate-title.inview .char:nth-child(28) {
  animation-delay: 1.12s;
}
.animate-title.inview .char:nth-child(29) {
  animation-delay: 1.16s;
}
.animate-title.inview .char:nth-child(30) {
  animation-delay: 1.2s;
}

@keyframes kf-animate-chars {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#container {
  position: relative;
  z-index: 10;
  transition: all 0.5s;
  background: #fafafa;
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 60px;
  width: 300px;
  font-size: 1.25em;
}
.mobile-menu .logo {
  padding-left: 40px;
  width: 4em;
  height: auto;
}
.mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
}
.mobile-menu__btn > span {
  background-color: black;
  width: 35px;
  height: 2px;
  display: block;
  margin-bottom: 9px;
  transition: transform 0.7s;
}
.mobile-menu__btn > span:last-child {
  margin-bottom: 0;
}
.mobile-menu__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s;
  cursor: pointer;
  z-index: 200;
}
.mobile-menu__main {
  padding: 0;
  perspective: 2000px;
  transform-style: preserve-3d;
}
.mobile-menu__item {
  list-style: none;
  display: block;
  transform: translate3d(0, 0, -1000px);
  padding: 0 40px;
  transition: transform 0.3s, opacity 0.2s;
  opacity: 0;
}
.mobile-menu__link {
  display: block;
  margin-top: 30px;
  color: black;
  text-decoration: none !important;
}

.menu-open #container {
  transform: translate(-300px, 60px);
  box-shadow: 0 8px 40px -10px rgba(0, 0, 0, 0.8);
}
.menu-open .mobile-menu__cover {
  opacity: 1;
  visibility: visible;
}
.menu-open .mobile-menu__item {
  transform: none;
  opacity: 1;
}
.menu-open .mobile-menu__item:nth-child(1) {
  transition-delay: 0.07s;
}
.menu-open .mobile-menu__item:nth-child(2) {
  transition-delay: 0.14s;
}
.menu-open .mobile-menu__item:nth-child(3) {
  transition-delay: 0.21s;
}
.menu-open .mobile-menu__item:nth-child(4) {
  transition-delay: 0.28s;
}
.menu-open .mobile-menu__item:nth-child(5) {
  transition-delay: 0.35s;
}
.menu-open .mobile-menu__btn > span {
  background-color: black;
}
.menu-open .mobile-menu__btn > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(11px) rotate(135deg);
}
.menu-open .mobile-menu__btn > span:nth-child(2) {
  transition-delay: 0s;
  transform: translateX(-18px) scaleX(0);
}
.menu-open .mobile-menu__btn > span:nth-child(3) {
  transition-delay: 140ms;
  transform: translateY(-11px) rotate(-135deg);
}

.header {
  position: fixed;
  width: 100%;
  height: 5em;
  background-color: #fafafa;
  z-index: 200;
  transition: all 0.3s;
}
.header.triggered {
  background-color: rgba(250, 250, 250, 0.8);
  box-shadow: 10px 0 25px -10px rgba(0, 0, 0, 0.5);
}
.header .header-inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-inner .logo {
  width: 3em;
  height: auto;
}
.header .header-inner nav {
  display: none;
}

.hero {
  width: 100%;
  height: 55vh;
  padding-top: 5em;
  background-image: url(../images/hero-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 0 right -300px;
  margin-bottom: 8em;
  position: relative;
  z-index: 1;
  transform: translateY(5em);
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  .hero {
    background-position: top 0 right 0;
  }
}
@media (min-width: 768px) {
  .hero {
    height: 75vh;
    margin-bottom: 10em;
  }
}
.hero::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(238, 238, 238, 0.85);
  z-index: 0;
}
.hero .hero-inner {
  position: relative;
  height: 100%;
}
.hero .hero-inner h1 {
  display: block;
  font-size: 1.5em;
  font-weight: 900;
  color: #1645a8;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 40px));
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .hero .hero-inner h1 {
    font-size: 3em;
  }
}
@media (min-width: 1280px) {
  .hero .hero-inner h1 {
    font-size: 3.5em;
  }
}
.hero .hero-inner .la-font {
  font-size: 1.5em;
}

section.skills .skill-logos {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5em;
}
@media (min-width: 1024px) {
  section.skills .skill-logos {
    margin-bottom: 2.5em;
  }
}
section.skills .skill-logos > p {
  text-align: center;
}
section.skills .skill-logos .logo-items {
  flex-basis: 20%;
  font-size: 0.75em;
}
@media (min-width: 1024px) {
  section.skills .skill-logos .logo-items {
    flex-basis: 13%;
    font-size: 1.5em;
  }
}
section.skills .skill-logos .logo-items .text {
  display: inline-block;
  margin-top: 0.5em;
}

section.works .web {
  margin-bottom: 5em;
}
section.works .text {
  margin-bottom: 1.5em;
}
@media (min-width: 1024px) {
  section.works .flex-container {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  section.works .flex-container .container {
    flex-basis: 47%;
  }
}
section.works .flex-container .container .inner {
  margin-bottom: 1em;
}
section.works .flex-container .container .inner a {
  opacity: 1;
  transition: all 0.3s;
}
section.works .flex-container .container .inner a:hover {
  opacity: 0.5;
}
section.works .flex-container .container .company-name {
  padding-bottom: 3em;
  text-align: right;
}
section.works .graphic {
  margin-bottom: 5em;
}
section.works .graphic .flex-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  section.works .graphic .flex-container {
    display: flex;
  }
}
section.works .graphic .flex-container .container {
  flex-basis: 45%;
}
@media (min-width: 768px) {
  section.works .graphic .flex-container .container {
    flex-basis: 20%;
  }
}
section.works .graphic .flex-container .container .title {
  width: 100%;
  margin-top: 10px;
  padding-bottom: 3em;
  text-align: right;
  font-size: 0.75em;
}
@media (min-width: 1024px) {
  section.works .graphic .flex-container .container .title {
    padding-bottom: 4em;
  }
}

section.profile {
  background-color: #eee;
  padding: 2em 0;
}
@media (min-width: 1024px) {
  section.profile .profile-inner .container {
    display: flex;
    justify-content: space-between;
  }
}
section.profile .profile-inner .container .img {
  display: inline-block;
  width: 50%;
  height: 200px;
  background-image: url(../images/sk-photo.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 660px) {
  section.profile .profile-inner .container .img {
    width: 35%;
    height: 300px;
  }
}
@media (min-width: 1024px) {
  section.profile .profile-inner .container .img {
    width: 35%;
    height: 200px;
  }
}
section.profile .profile-inner .container .texts {
  padding-top: 1em;
}
@media (min-width: 1024px) {
  section.profile .profile-inner .container .texts {
    padding: 0 0 0 2em;
    align-items: flex-end;
  }
}
section.profile .profile-inner .container .texts .motto {
  padding-top: 2em;
}
section.profile .profile-inner .container .texts .license {
  padding-top: 2em;
}
section.profile .profile-inner .container .texts .license p {
  position: relative;
  padding-bottom: 1em;
}
section.profile .profile-inner .container .texts .license p::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 30%;
  left: 0;
  background-color: #000;
}
section.profile .profile-inner .container .texts .license ul li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
section.profile .profile-inner .container .texts .license ul li::before {
  position: absolute;
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #000;
}

section.vision .container {
  margin-top: 1.5em;
}
section.vision .container:last-child {
  margin-top: 3em;
}
section.vision .container p {
  margin-bottom: 1em;
}
@media (min-width: 1024px) {
  section.vision .container {
    display: flex;
  }
  section.vision .container h3 {
    width: 40%;
    height: 200px;
    position: relative;
    overflow: hidden;
  }
  section.vision .container h3::before {
    position: absolute;
    content: "";
    display: block;
    width: 30%;
    height: 1px;
    top: 8%;
    right: 7%;
    transform: translateY(-50%);
    background-color: #ddd;
  }
  section.vision .container h3::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 10%;
    height: 1px;
    top: 8%;
    right: 7%;
    transform: translateY(-50%);
    background-color: #1645a8;
    animation: toLeft 1.4s ease-in-out infinite;
  }
  @keyframes toLeft {
    0% {
      right: -15%;
      opacity: 0;
    }
    25% {
      right: 7%;
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      right: 27%;
      opacity: 0;
    }
  }
  section.vision .container h3.toRightAnime::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 10%;
    height: 1px;
    top: 8%;
    right: 7%;
    transform: translateY(-50%);
    background-color: #1645a8;
    animation: toRight 1.4s ease-in-out infinite;
  }
  @keyframes toRight {
    0% {
      right: 27%;
      opacity: 0;
    }
    25% {
      right: 27%;
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      right: 7%;
      opacity: 0;
    }
  }
  section.vision .container .texts {
    width: 60%;
  }
}

section.contact .texts {
  margin-bottom: 2em;
}
section.contact table {
  width: 100%;
}
section.contact table tr {
  padding-bottom: 50px;
}
section.contact table tr th {
  width: 100%;
  display: block;
  padding-bottom: 0.25em;
}
section.contact table tr th .required {
  color: red;
}
section.contact table tr td {
  width: 100%;
  display: block;
  background-color: #eaebe6;
  margin-bottom: 1.5em;
}
section.contact table tr input,
section.contact table tr textarea {
  padding: 1em;
  width: 100%;
}
section.contact .text-require {
  color: red;
}
section.contact button.send-btn {
  display: block;
  color: white;
  width: 100%;
  text-align: center;
  padding: 1em 0;
  background-image: linear-gradient(90deg, #1645a8, #3a7bb6);
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
section.contact button.send-btn:hover {
  opacity: 0.75;
  background-image: linear-gradient(180deg, rgba(22, 69, 168, 0.9), rgba(58, 123, 182, 0.9));
}
@media (min-width: 480px) {
  section.contact button.send-btn {
    width: 320px;
  }
}

footer {
  background-color: #eee;
}
footer .footer-inner {
  text-align: center;
  padding: 2em 0;
}
@media (min-width: 768px) {
  footer .footer-inner {
    text-align: left;
  }
}
footer .footer-inner nav ul {
  transition: all 0.3s;
}
@media (min-width: 768px) {
  footer .footer-inner nav ul {
    display: flex;
    margin-right: 1em;
  }
}
footer .footer-inner nav ul li {
  margin-top: 1em;
  color: gray;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  footer .footer-inner nav ul li {
    margin-right: 1em;
  }
}
footer .footer-inner nav ul li a {
  transition: all 0.3s;
}
footer .footer-inner nav ul li a:hover {
  color: black;
}
footer .copy {
  margin: 1.5em 0 1em 0;
}
@media (min-width: 768px) {
  footer .copy {
    margin-top: 5em;
    text-align: right;
  }
}

.thanks {
  margin-top: 5em;
  padding: 5em 0;
  text-align: center;
}
.thanks p {
  margin-bottom: 3em;
}
.thanks p.mailaddress {
  font-size: 1.5em;
  font-weight: bold;
}
.thanks button {
  display: block;
  color: white;
  width: 100%;
  text-align: center;
  padding: 1em 0;
  background-image: linear-gradient(90deg, #1645a8, #3a7bb6);
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.thanks button:hover {
  opacity: 0.75;
  background-image: linear-gradient(180deg, rgba(22, 69, 168, 0.9), rgba(58, 123, 182, 0.9));
}
@media (min-width: 480px) {
  .thanks button {
    width: 320px;
  }
}

.works-wrapper {
  margin-top: 5em;
}
.works-wrapper a.bread {
  display: inline-block;
  padding-top: 2em;
  text-decoration: underline;
  transition: all 0.1s ease-in-out;
  color: gray;
}
.works-wrapper a.bread:hover {
  opacity: 0.75;
}
.works-wrapper span.gt {
  margin-left: 0.25em;
}
.works-wrapper h3 {
  font-size: 1.75em;
  font-weight: 900;
  margin-top: 1.5em;
}
@media (min-width: 768px) {
  .works-wrapper h3 .br {
    display: none;
  }
}
.works-wrapper .content-wrapper {
  margin-bottom: 3em;
}
@media (min-width: 800px) {
  .works-wrapper .content-wrapper {
    display: flex;
    margin-bottom: 3em;
  }
}
@media (min-width: 800px) {
  .works-wrapper .content-wrapper .container.left {
    width: 45%;
  }
  .works-wrapper .content-wrapper .container.right {
    width: 55%;
  }
}
.works-wrapper h4 {
  font-size: 1.25em;
  font-weight: 700;
  margin-top: 1.5em;
  position: relative;
  padding: 0.5em 2em;
  display: inline-block;
}
.works-wrapper h4:before, .works-wrapper h4:after {
  content: "";
  width: 16px;
  height: 24px;
  position: absolute;
  display: inline-block;
}
.works-wrapper h4:before {
  border-left: solid 3px #1645a8;
  border-top: solid 3px #1645a8;
  top: 0;
  left: 0;
}
.works-wrapper h4:after {
  border-right: solid 3px #1645a8;
  border-bottom: solid 3px #1645a8;
  bottom: 0;
  right: 0;
}
.works-wrapper .content-list {
  margin-top: 1em;
  color: #535353;
}
.works-wrapper .content-list li {
  margin-bottom: 0.5em;
}
.works-wrapper .content-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background-color: #eee;
  margin-right: 1em;
}
.works-wrapper h5 {
  margin-top: 1.5em;
  font-size: 1.25em;
  color: gray;
  position: relative;
  padding-left: 1em;
}
.works-wrapper h5::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  top: 50%;
  left: 0;
  background-color: gray;
  transform: translateY(-50%);
}
.works-wrapper .texts {
  margin-top: 0.75em;
}
.works-wrapper .project-screen {
  background: #f0f0f0 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSI0NS4zcHgiIGhlaWdodD0iMTEuM3B4IiB2aWV3Qm94PSIwIDAgNDUuMyAxMS4zIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NS4zIDExLjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkY2QzczO30KCS5zdDF7ZmlsbDojRkZDODczO30KCS5zdDJ7ZmlsbDojNzZDQTkwO30KPC9zdHlsZT4KPGNpcmNsZSBpZD0iWE1MSURfNDFfIiBjbGFzcz0ic3QwIiBjeD0iNS43IiBjeT0iNS43IiByPSI1LjciLz4KPGNpcmNsZSBpZD0iWE1MSURfMjQ0XyIgY2xhc3M9InN0MSIgY3g9IjIyLjciIGN5PSI1LjciIHI9IjUuNyIvPgo8Y2lyY2xlIGlkPSJYTUxJRF8yNDVfIiBjbGFzcz0ic3QyIiBjeD0iMzkuNyIgY3k9IjUuNyIgcj0iNS43Ii8+Cjwvc3ZnPgo=) no-repeat 10px 12px;
  border-radius: 8px 8px 5px 5px;
  padding: 35px 5px 5px;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .works-wrapper .project-screen {
    margin-bottom: 5em;
  }
}
.works-wrapper .sp-img-area {
  margin-top: 2em;
  margin-bottom: 4em;
}
@media (min-width: 768px) {
  .works-wrapper .sp-img-area {
    margin-top: 3em;
    margin-bottom: 6em;
  }
}
.works-wrapper .other-projects .flex-container {
  display: flex;
  justify-content: space-between;
}
.works-wrapper .other-projects .flex-container:first-of-type {
  margin-top: 3em;
}
.works-wrapper .other-projects .flex-container:last-of-type {
  margin-bottom: 3em;
}
.works-wrapper .other-projects .flex-container .container {
  flex-basis: 47%;
}
.works-wrapper .other-projects .flex-container .container .inner {
  margin-bottom: 1em;
}
.works-wrapper .other-projects .flex-container .container .inner a {
  opacity: 1;
  transition: all 0.3s;
}
.works-wrapper .other-projects .flex-container .container .inner a:hover {
  opacity: 0.5;
}
.works-wrapper .other-projects .flex-container .container .company-name {
  padding-bottom: 2em;
  text-align: right;
  font-size: 0.5em;
}
@media (min-width: 1024px) {
  .works-wrapper .other-projects .flex-container .container .company-name {
    padding-bottom: 3em;
    font-size: 1em;
  }
}
.works-wrapper a.btn {
  position: relative;
  display: block;
  color: white;
  width: 100%;
  text-align: center;
  padding: 1em 0;
  background-image: linear-gradient(90deg, #1645a8, #3a7bb6);
  margin-top: 2em;
  margin-bottom: 3em;
  transition: all 0.3s ease-in-out;
}
.works-wrapper a.btn.target::before {
  position: absolute;
  width: 1.25em;
  height: 1.25em;
  content: "";
  top: 50%;
  right: 20%;
  background-image: url(../images/target-blank-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: translateY(-50%);
}
.works-wrapper a.btn:hover {
  opacity: 0.75;
  background-image: linear-gradient(180deg, rgba(22, 69, 168, 0.9), rgba(58, 123, 182, 0.9));
}
@media (min-width: 480px) {
  .works-wrapper a.btn {
    width: 320px;
    margin-right: auto;
  }
  .works-wrapper a.btn.back {
    width: 40%;
    margin: 0 auto;
    margin-bottom: 4em;
  }
}/*# sourceMappingURL=style.css.map */