@charset "UTF-8";

/*!
 * ress.css • v3.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-size: 16px;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* ------------------------------------- */
body {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'MS Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 30px;
  letter-spacing: 2px;
  overflow-x: hidden;
  color: #333;
}

#video {
  width: 100%;
  background-attachment: fixed;
}

.visual {
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  animation: fadeIn 2s ease 0s 1 normal;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 800px;
  background-image: url(img/puzzle4.png);
  background-attachment: fixed;
  position: relative;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


.header-wrapper {
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  z-index: 10;
  -webkit-box-shadow: 0.5px 0.5px 5px #eee;
  box-shadow: 0.5px 0.5px 5px #eee;
}

.logo {
  width: 250px;
  padding: 20px 0 0 40px;
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  line-height: 80px;
  padding-right: 2rem;
}

.header-nav a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  padding: 0 0.6rem 0 0.6rem;
  width: 100%;
  height: 80px;
  font-size: 20px;
}

.header-nav a:hover {
  color: #fff;
  text-shadow: #fff 0px 0px 3px;
  background-color: darkcyan;
  -webkit-transition: .2s;
  transition: .2s;
}

#home .header_title {
  text-align: center;
  padding-top: 30px;
  margin: 0 20% 50px 20%;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#home .header_title h1 {
  font-weight: normal;
  padding: 40px 0 40px 0;
  margin: 10px 0 20px 0;
  font-size: 8vw;
  width: 14ch;
  overflow: hidden;
  white-space: nowrap;
  border-right: .2em solid;
  -webkit-animation: typing 3s steps(20), cursor 1s steps(1) infinite;
  animation: typing 3s steps(20), cursor 1s steps(1) infinite;
  color: #fff;
  text-shadow: 2px 2px 4px #333, -2px -2px 4px #333, 2px -2px 4px #333, -2px 2px 4px #333;
  position: absolute;
  top: 45%;
  left: 15%;
}

@-webkit-keyframes typing {
  from {
    width: 0;
  }
}

@keyframes typing {
  from {
    width: 0;
  }
}

@-webkit-keyframes cursor {
  60% {
    border-right-color: transparent;
  }
}

@keyframes cursor {
  60% {
    border-right-color: transparent;
  }
}

.title {
  background-color: white;
  font-weight: bold;
  font-size: 2.5rem;
  border: #333 solid 1px;
  width: 250px;
  margin: 80px auto 50px auto;
  padding: 20px 30px;
  text-align: center;
}

.section {
  margin: 0 auto;
}

.section .container {
  width: 50%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

.section .container img {
  border-radius: 50%;
  width: 40%;
}

.section .container img:hover {
  -webkit-transform: scale(1.2) rotate(-28deg);
  transform: scale(1.2) rotate(-28deg);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.section .container h3 {
  font-weight: bold;
  font-size: 2.5rem;
  margin: 20px auto 20px auto;
  padding-bottom: 10px;
  border-bottom: #000 dotted 1px;
  width: 295px;
}

.section .container p {
  font-size: 1.25rem;
}

.works_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10rem;
}

.works_container a {
  display: inline-block;
  width: 26%;
  margin: 0 20px 40px 20px;
  cursor: pointer;
}

.works_container a img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  border: 1px #ccc solid;
  -webkit-box-shadow: 3px 3px 3px #aaa;
  box-shadow: 3px 3px 3px #aaa;
  cursor: pointer;
}

.works_container img:hover {
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.works_container .works7 {
  -o-object-position: 25% 50%;
  object-position: 25% 50%;
}

.skills_container {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 60%;
  margin: 0 auto;
}

.skills_container .item {
  background-color: rgba(255, 255, 255, 0.9);
  width: 200px;
  height: 200px;
  border: solid 1px #333;
  margin: 0 15px 15px 15px;
  padding-top: 60px;
}

.skills_container .item .fab {
  font-size: 50px;
  text-shadow: 3px 3px 3px #aaa;
}

.skills_container .item .ps img {
  width: 50px;
}

.service_container {
  text-align: center;
}

.service_container .item {
  width: 660px;
  height: 160px;
  border: solid 1px #333;
  margin: 0 auto 40px auto;
  padding-top: 20px;
  color: #fff;
  text-shadow: 2px 2px 3px #000, -2px -2px 3px #000, -2px 2px 3px #000, 2px -2px 3px #000;
}

.service_container .item i {
  font-size: 2rem;
}

.service_container .item .b {
  font-weight: bold;
  font-size: 1.25rem;
  padding-bottom: 10px;
}

.service_container .item p {
  line-height: 1.25rem;
  font-size: 1rem;
}

.contact_container {
  width: 660px;
  text-align: center;
  margin: 0 auto;
}

.contact_container .form {
  position: relative;
  width: 100%;
  margin: 40px auto;
}

.contact_container .form input,
.contact_container textarea {
  font: 20px/24px sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 1px;
  color: #333333;
  border: 1px solid #1b2538;
  border-radius: 0px;
  margin-bottom: 20px;
}

.contact_container input[type='text']:focus,
.contact_container textarea:focus {
  border: 1px solid darkcyan;
  outline: none;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 139, 139, 0.5);
  box-shadow: 0 0 5px 2px rgba(0, 139, 139, 0.5);
}

.contact_container input[type='submit'] {
  background-color: #eee;
}

.contact_container input[type='submit']:hover {
  border: 1px solid darkcyan;
  outline: none;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 139, 139, 0.5);
  box-shadow: 0 0 5px 2px rgba(0, 139, 139, 0.5);
}

.contact_container i {
  margin-top: 20px;
  font-size: 100px;
  color: darkcyan;
}

.f1 {
  background-color: #ddd;
  height: 50px;
}

footer {
  background-color: #999;
  color: #fff;
  height: 50px;
  text-align: center;
  line-height: 50px;
}

.f2 {
  background-color: #333;
  height: 50px;
}

header input {
  display: none;
}

#ham {
  display: none;
}

.mb {
  display: none;
}

.pc {
  display: block;
}

.sa {
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.sa.show {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.sa--lr {
  -webkit-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
}

.sa--rl {
  -webkit-transform: translate(100px, 0);
  transform: translate(100px, 0);
}

.sa--up {
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.sa--down {
  -webkit-transform: translate(0, -100px);
  transform: translate(0, -100px);
}

.sa--scaleUp {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.sa--rotateL {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sa--rotateR {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.wrapper {
  padding-top: 1px;
  margin-top: 2rem;
  background-color: #fff;
}

.visual .wrapper {
  background-color: rgba(255, 255, 255, 0);
}

@media screen and (max-width: 1100px) {


  #video {
    width: 100%;
    height: auto;
    background-attachment: fixed;
    padding-top: 40px;
  }

  .logo {
    padding: 5px 0;
  }

  #home .header_title h1 {
    font-size: 10vw;
    left: 10%;
  }

  .header-wrapper {
    height: 40px;
  }

  .header-wrapper img {
    height: 40px;
    width: 130px;
    padding-left: 10px;
  }

  .nav {
    visibility: hidden;
  }

  header label {
    position: relative;
    position: absolute;
    top: 10px;
    right: 20px;
    height: 24px;
  }

  header label:hover {
    -webkit-transition: .4s;
    transition: .4s;
    opacity: 0.6;
  }

  span {
    display: inline-block;
    width: 30px;
    height: 5px;
  }

  span i {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #000;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  span i:nth-child(1) {
    top: 0;
  }

  span i:nth-child(2) {
    margin: auto;
    top: 0;
    bottom: 0;
  }

  span i:nth-child(3) {
    bottom: 0;
  }

  input:checked+label span i:nth-child(1) {
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
  }

  input:checked+label span i:nth-child(2) {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    top: 0;
    bottom: 0;
  }

  input:checked+label span i:nth-child(3) {
    margin: auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    right: 0;
    bottom: 0;
  }

  input:checked+label+#ham {
    position: fixed;
    z-index: 99;
    opacity: 1;
  }

  #ham {
    display: block;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.5);
    top: 40px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: opacity .3s ease-in-out, z-index .3s ease-in-out;
    transition: opacity .3s ease-in-out, z-index .3s ease-in-out;
  }

  #ham-wrap {
    width: 300px;
    height: 240px;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    right: -110%;
    top: 40px;
    bottom: 0;
    -webkit-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out;
    overflow-y: scroll;
  }

  input:checked+label+#ham>#ham-wrap {
    position: absolute;
    right: 0;
    top: 0;
  }

  #ham ul {
    margin: 0;
  }

  #ham li {
    border-bottom: 1px solid #fff;
  }

  #ham a {
    text-decoration: none;
    padding: 0 100px;
    color: #fff;
    font-size: 15px;
    height: 47px;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    line-height: 1;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
  }

  #ham a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    text-shadow: 0px 0px 5px;
    -webkit-transition: .5s;
    transition: .5s;
  }

  .section {
    margin: 100px auto;
  }

  .works_container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .works_container img {
    width: 39%;
    height: 400px;
    margin: 10px;
  }

  .skills_container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 80%;
  }

  .skills_container .item {
    width: 160px;
    height: 160px;
    padding-top: 40px;
  }

  .skills_container p {
    line-height: 18px;
  }

  .service_container .item {
    width: 80%;
    height: 130px;
    padding-top: 10px;
  }

  .service_container .item i {
    font-size: 2rem;
  }

  .contact_container {
    width: 80%;
  }

  .mb {
    display: block;
  }

  .pc {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  html {
    font-size: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow-x: hidden;
  }

  .visual {
    background-image: none;
    height: 120px;
    -webkit-animation: fadeIn 0s ease 0s 1 normal;
    animation: fadeIn 0s ease 0s 1 normal;
  }

  .visual::before {
    content: "";
    display: block;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    min-height: 100%;
    background-size: contain;
    z-index: -1;
    background-image: url(img//puzzle4.png);
    background-position: center;
    background-repeat: repeat;
  }

  #video {
    width: 100%;
    height: auto;
    background-attachment: fixed;
  }

  .logo {
    width: 250px;
    padding: 20px 0 0 40px;
  }

  .wrapper {
    padding: 40px 0px 40px 0px;
    margin-top: 5rem;
  }

  .title {
    margin-top: 0px;
  }

  #home .header_title h1 {
    font-weight: normal;
    padding: 15px 0 15px 0;
    margin: 10px 0 20px 0;
    font-size: 10vw;
    width: 13.5ch;
    overflow: hidden;
    white-space: nowrap;
    border-right: .1em solid;
    -webkit-animation: typing 1s steps(12), cursor 1s steps(1) infinite;
    animation: typing 1s steps(12), cursor 1s steps(1) infinite;
    color: #fff;
    text-shadow: 2px 2px 4px #333, -2px -2px 4px #333, 2px -2px 4px #333, -2px 2px 4px #333;
    position: absolute;
    top: 70%;
    left: 9%;
  }

  .section .visual {
    height: 510px;
  }

  .section .container {
    width: 70%;
  }

  .section .container img {
    border-radius: 50%;
    width: 60%;
  }

  .section .container img:hover {
    -webkit-transform: scale(1.1) rotate(-28deg);
    transform: scale(1.1) rotate(-28deg);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }

  .section .container h3 {
    width: 100%;
  }

  .section .container p {
    font-size: 1.4rem;
    line-height: 20px;
  }

  .works_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0px;
  }

  .works_container a {
    display: inline-block;
    width: 40%;
    margin: 0 15px 0 0;
    cursor: pointer;
  }

  .works_container a img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    border: 1px #ccc solid;
    -webkit-box-shadow: 3px 3px 3px #aaa;
    box-shadow: 3px 3px 3px #aaa;
    cursor: pointer;
  }

  .skills_container {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}

  .skills_container .item {
    width: 110px;
    height: 110px;
    padding-top: 20px;
  }

  .skills_container p {
    line-height: 10px;
  }

  .service_container .visual {
    background-image: url(img/puzzle4.png) !important;
    background-size: contain;
    background-repeat: repeat;
  }

  .service_container .visual::before {
    background-image: none;
  }

  .service_container .item {
    height: 120px;
  }

  .service_container .item i {
    font-size: 3rem;
  }

  .service_container .item .b {
    font-size: 1.75rem;
  }

  .service_container .item p {
    font-size: 10px;
    font-weight: bold;
    line-height: 18px;
  }

  .contact_container p {
    font-size: 12px;
  }

  .pc {
    display: none;
  }
}

/*# sourceMappingURL=styles.css.map */