/* ====================================
    base
===================================== */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, section, article, figure, ul, ol, li, h1, h2, h3, p, span, a, div {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #3C3C3C;
  background-color: #FFFFFF;
  letter-spacing: 0.06em;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  min-height: 100vh;
}

li {
  list-style: none;
}

a {
  color: #3C3C3C;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  opacity: 0.4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

.footer_fixed {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fadein_animation {
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ====================================
    layout
===================================== */
.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

/* ====================================
  header
===================================== */
.header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  z-index: 100;
  padding: 0 16px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header__inner {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header__logo {
  width: 80px;
  font-size: 0;
}
.header__logo a {
  font-size: 0;
}
.header__scrollcolor {
  background-color: #222222;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/* ====================================
  gnav
===================================== */
.hamburger {
  display: none;
}
.hamburger__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hamburger__item:not(:last-child) {
  margin-right: 32px;
}
.hamburger__item a {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
}

.circle-bg {
  position: fixed;
  right: -100px;
  width: 90px;
  height: 100vh;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.3137254902);
  -webkit-transform: scale(0);
          transform: scale(0);
}
.circle-bg.circleactive {
  -webkit-transform: scale(60);
          transform: scale(60);
}

.footer {
  width: 100%;
  padding: 56px 16px 32px;
  background-color: #4D4D4D;
}
.footer__inner {
  width: 100%;
  max-width: 960px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__logo {
  width: 120px;
  font-size: 0;
  margin-bottom: 32px;
}
.footer__logo a {
  font-size: 0;
}
.footer__name {
  margin-bottom: 8px;
}
.footer__name h2 {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
}
.footer__address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__address span {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1.5em;
}
.footer__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  max-width: 320px;
  gap: 32px;
}
.footer__item a {
  color: #FFFFFF;
}
.footer__copy span {
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
}

/* ====================================
  mv
===================================== */
.mv {
  width: 100%;
  height: 100vh;
  position: relative;
}
.mv__img {
  position: relative;
}
.mv__img img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(28, 28, 28, 0.4862745098);
}
.mv__copy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1170px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 16px;
  color: #FFFFFF;
}
.mv__copy--ttl {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 16px;
}
.mv__copy--sub {
  font-size: 18px;
  font-weight: bold;
}

/* ====================================
  about
===================================== */
.about {
  width: 100%;
  padding-top: 56px;
  padding-bottom: 64px;
  background-color: #FFFFFF;
}
.about__inner {
  width: 100%;
  max-width: 960px;
  z-index: 10;
}
.about__heading {
  position: relative;
  padding: 120px 40px 0;
  padding-bottom: 16px;
  margin-bottom: 40px;
}
.about__heading h2 {
  font-size: 24px;
  font-weight: bold;
  color: #1D1D1D;
}
.about__heading::after {
  content: "ABOUT";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 168px;
  font-weight: bold;
  vertical-align: top;
  z-index: -1;
  color: #DBDBDB;
}
.about__body {
  width: 100%;
  position: relative;
  padding-bottom: 160px;
}
.about__txt {
  width: 100%;
  max-width: 550px;
  padding: 0 8px 0 32px;
  line-height: 2em;
  font-size: 16px;
  color: #424242;
}
.about__txt p:not(:last-child) {
  margin-bottom: 48px;
}
.about__img {
  width: 100%;
}
.about__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6666666667);
}
.about__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ====================================
  service
===================================== */
.service {
  width: 100%;
  padding-top: 56px;
  padding-bottom: 64px;
  background-color: #4D4D4D;
}
.service__inner {
  width: 100%;
  max-width: 960px;
  z-index: 10;
}
.service__heading {
  position: relative;
  padding: 120px 40px 0;
  padding-bottom: 16px;
  margin-bottom: 40px;
  text-align: right;
}
.service__heading h2 {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
}
.service__heading::after {
  content: "SERVICE";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 168px;
  font-weight: bold;
  vertical-align: top;
  z-index: -1;
  color: #6C6C6C;
}
.service__body {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
}
.service__img {
  width: 100%;
  max-width: 460px;
  margin-right: 24px;
  position: relative;
}
.service__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(77, 77, 77, 0.2509803922);
}
.service__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}
.service__txt--item {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 2em;
  padding-left: 12px;
  position: relative;
}
.service__txt--item:not(:last-child) {
  margin-bottom: 8px;
}
.service__txt--item::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FFFFFF;
  position: absolute;
  top: 0.8em;
  left: 0;
}

/* ====================================
  RECRUIT
===================================== */
.recruit {
  width: 100%;
  padding-top: 56px;
  padding-bottom: 64px;
  background-color: #FFFFFF;
}
.recruit__inner {
  width: 100%;
  max-width: 960px;
  z-index: 10;
}
.recruit__heading {
  position: relative;
  padding: 120px 40px 0;
  padding-bottom: 16px;
  margin-bottom: 40px;
}
.recruit__heading h2 {
  font-size: 24px;
  font-weight: bold;
  color: #1D1D1D;
}
.recruit__heading::after {
  content: "RECRUIT";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 168px;
  font-weight: bold;
  vertical-align: top;
  z-index: -1;
  color: #DBDBDB;
}
.recruit__body {
  width: 100%;
  max-width: 960px;
  padding: 0 40px;
}
.recruit__txt {
  line-height: 2em;
  font-size: 16px;
  color: #424242;
  margin-bottom: 40px;
}
.recruit__txt p:not(:last-child) {
  margin-bottom: 48px;
}
.recruit__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruit__btn a {
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #1D1D1D;
  background-color: #FFFFFF;
  border: 1px solid #1D1D1D;
  padding: 12px 25px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.recruit__btn a:hover {
  opacity: 1;
  color: #FFFFFF;
  background-color: #1C1C1C;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* ====================================
  COMPANY
===================================== */
.company {
  width: 100%;
  padding-top: 56px;
  padding-bottom: 64px;
  background-color: #4D4D4D;
}
.company__inner {
  width: 100%;
  max-width: 960px;
  z-index: 10;
}
.company__heading {
  position: relative;
  padding: 120px 40px 0;
  padding-bottom: 16px;
  margin-bottom: 40px;
  text-align: right;
}
.company__heading h2 {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
}
.company__heading::after {
  content: "COMPANY";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 168px;
  font-weight: bold;
  vertical-align: top;
  z-index: -1;
  color: #6C6C6C;
}
.company__body {
  width: 100%;
  max-width: 960px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.company__list {
  width: 100%;
  max-width: 720px;
}
.company__item {
  width: 100%;
  font-size: 16px;
  color: #FFFFFF;
  padding: 20px 16px;
  line-height: 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.company__item::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #969696;
  position: absolute;
  top: 0;
  left: 0;
}
.company__item:last-child::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #969696;
  position: absolute;
  bottom: 0;
  right: 0;
}
.company__item--ttl {
  display: block;
  width: 160px;
}
.company__item--txt {
  width: calc(100% - 160px);
}
.company__item--br {
  margin-right: 16px;
}

/* ====================================
  CONTACT
===================================== */
.contact {
  width: 100%;
  padding-top: 56px;
  padding-bottom: 64px;
  background-color: #FFFFFF;
}
.contact__inner {
  width: 100%;
  max-width: 960px;
  z-index: 10;
}
.contact__heading {
  position: relative;
  padding: 120px 40px 0;
  padding-bottom: 16px;
  margin-bottom: 40px;
}
.contact__heading h2 {
  font-size: 24px;
  font-weight: bold;
  color: #1D1D1D;
}
.contact__heading::after {
  content: "CONTACT";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 168px;
  font-weight: bold;
  vertical-align: top;
  z-index: -1;
  color: #DBDBDB;
}
.contact__body {
  width: 100%;
  max-width: 740px;
  padding: 0 10px;
  margin: 0 auto;
}
.contact__txt {
  font-size: 16px;
  color: #424242;
  line-height: 1.5em;
  margin-bottom: 56px;
}
.contact__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 720px;
}
.contact__form .wpcf7 {
  width: 100%;
}
.contact__form .wpcf7 input[type=submit] {
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #1D1D1D;
  background-color: #FFFFFF;
  border: 1px solid #1D1D1D;
  padding: 12px 25px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.contact__form .wpcf7 input[type=submit]:hover {
  opacity: 1;
  color: #FFFFFF;
  background-color: #1C1C1C;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.contact__form .wpcf7-form-control-wrap {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% - 260px);
}
.contact__form .wpcf7-text {
  width: 100%;
  height: 40px;
}
.contact__form .wpcf7-text::-webkit-input-placeholder {
  font-size: 14px;
  color: #DBDBDB;
}
.contact__form .wpcf7-text::-moz-placeholder {
  font-size: 14px;
  color: #DBDBDB;
}
.contact__form .wpcf7-text:-ms-input-placeholder {
  font-size: 14px;
  color: #DBDBDB;
}
.contact__form .wpcf7-text::-ms-input-placeholder {
  font-size: 14px;
  color: #DBDBDB;
}
.contact__form .wpcf7-text::placeholder {
  font-size: 14px;
  color: #DBDBDB;
}
.contact__form .wpcf7-textarea {
  width: 100%;
  height: 200px;
}
.contact__form label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact__form .required-item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 210px;
  height: 40px;
  font-size: 16px;
  color: #424242;
  line-height: 1.5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__form .required-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50px;
  height: 40px;
  font-size: 16px;
  color: #EB2020;
  line-height: 1.5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__form .any-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50px;
  height: 40px;
  font-size: 16px;
  color: #656565;
  line-height: 1.5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 520px) {
  body {
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 600px) {
  .header {
    height: 60px;
    padding: 0 8px;
  }
  .header__inner {
    height: 60px;
  }
  .header__logo {
    width: 60px;
  }
  .footer {
    padding: 48px 8px 32px;
  }
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__left {
    margin-bottom: 40px;
  }
  .footer__right {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__logo {
    width: 112px;
    margin-bottom: 24px;
  }
  .footer__name h2 {
    font-size: 18px;
  }
  .footer__address span {
    font-size: 12px;
  }
  .footer__list {
    max-width: 100%;
    gap: 24px 32px;
    margin-bottom: 32px;
  }
  .mv__copy {
    padding: 0 8px;
  }
  .mv__copy--ttl {
    font-size: 32px;
    margin-bottom: 8px;
  }
  .mv__copy--sub {
    font-size: 14px;
  }
  .about__txt p:not(:last-child) {
    margin-bottom: 24px;
  }
  .service__txt--item:not(:last-child) {
    margin-bottom: 16px;
  }
  .recruit__txt p:not(:last-child) {
    margin-bottom: 24px;
  }
  .recruit__btn a {
    font-size: 14px;
    padding: 12px 16px;
  }
  .company__item {
    font-size: 14px;
  }
  .company__item--ttl {
    width: 112px;
  }
  .company__item--txt {
    width: calc(100% - 112px);
  }
  .company__item--br {
    margin-right: 0;
    display: block;
  }
  .contact__body {
    padding: 0 8px;
  }
  .contact__txt {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .contact__form .wpcf7 input[type=submit] {
    font-size: 14px;
    padding: 12px 16px;
  }
  .contact__form .wpcf7-form-control-wrap {
    width: 100%;
  }
  .contact__form label {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .contact__form .required-item {
    width: auto;
    font-size: 14px;
    margin-right: 16px;
  }
  .contact__form .required-btn {
    width: auto;
    font-size: 14px;
  }
  .contact__form .any-btn {
    width: auto;
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .hamburger {
    display: block;
    z-index: 9999;
    cursor: pointer;
    width: 30px;
    height: 20px;
    position: relative;
  }
  .hamburger__line {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    right: 0;
    height: 3px;
    border-radius: 2px;
    background-color: #FFFFFF;
    width: 30px;
  }
  .hamburger__line--1 {
    top: 0;
  }
  .hamburger__line--2 {
    top: 10px;
  }
  .hamburger__line--3 {
    top: 20px;
  }
  .hamburger.active .hamburger__line {
    background-color: #FFFFFF;
  }
  .hamburger.active .hamburger__line--1 {
    top: 3px;
    -webkit-transform: translateY(6px) rotate(-40deg);
            transform: translateY(6px) rotate(-40deg);
  }
  .hamburger.active .hamburger__line--2 {
    opacity: 0;
  }
  .hamburger.active .hamburger__line--3 {
    top: 16px;
    -webkit-transform: translateY(-6px) rotate(40deg);
            transform: translateY(-6px) rotate(40deg);
  }
  .hamburger__nav {
    display: none;
  }
  .hamburger__nav.panelactive {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    overflow: auto;
  }
  .hamburger__nav.panelactive .hamburger__list {
    -webkit-animation-name: gnaviAnime;
            animation-name: gnaviAnime;
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    opacity: 0;
  }
  @-webkit-keyframes gnaviAnime {
    from {
      opacity: 0;
      -webkit-transform: translateX(20px);
              transform: translateX(20px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @keyframes gnaviAnime {
    from {
      opacity: 0;
      -webkit-transform: translateX(20px);
              transform: translateX(20px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  .hamburger__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 400px;
    height: 100vh;
    background-color: #222222;
    padding-top: 80px;
    padding-left: 32px;
  }
  .hamburger__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 32px;
  }
  .hamburger__item a {
    font-size: 20px;
  }
  .about {
    padding-bottom: 0;
  }
  .about__heading {
    padding: 64px 16px 0;
  }
  .about__heading h2 {
    font-size: 20px;
  }
  .about__heading::after {
    font-size: 96px;
  }
  .about__body {
    padding-bottom: 0;
  }
  .about__txt {
    max-width: 700px;
    padding: 0 16px;
    margin-bottom: 40px;
    line-height: 2.4em;
  }
  .about__img {
    max-width: 768px;
    position: relative;
    margin-left: auto;
  }
  .service {
    padding-bottom: 0;
  }
  .service__heading {
    padding: 64px 16px 0;
  }
  .service__heading h2 {
    font-size: 20px;
  }
  .service__heading::after {
    font-size: 96px;
  }
  .service__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
  }
  .service__img {
    max-width: 768px;
    margin-right: 0;
  }
  .service__txt {
    padding: 0 16px;
    margin-left: auto;
    margin-bottom: 40px;
  }
  .service__txt--item {
    line-height: 2.4em;
  }
  .service__txt--item::before {
    width: 6px;
    height: 6px;
    top: 1.1em;
  }
  .recruit__heading {
    padding: 64px 16px 0;
  }
  .recruit__heading h2 {
    font-size: 20px;
  }
  .recruit__heading::after {
    font-size: 96px;
  }
  .recruit__body {
    padding: 0 16px;
  }
  .recruit__txt {
    line-height: 2.4em;
  }
  .company__heading {
    padding: 64px 16px 0;
  }
  .company__heading h2 {
    font-size: 20px;
  }
  .company__heading::after {
    font-size: 96px;
  }
  .company__body {
    padding: 0 16px;
  }
  .contact__heading {
    padding: 64px 16px 0;
  }
  .contact__heading h2 {
    font-size: 20px;
  }
  .contact__heading::after {
    font-size: 96px;
  }
}
@media screen and (max-width: 960px) and (max-width: 600px) {
  .hamburger {
    width: 24px;
    height: 14px;
  }
  .hamburger__line {
    width: 24px;
    height: 2px;
  }
  .hamburger__line--2 {
    top: 7px;
  }
  .hamburger__line--3 {
    top: 14px;
  }
  .hamburger__nav.panelactive {
    max-width: 290px;
  }
  .hamburger__list {
    width: 290px;
    padding-top: 60px;
  }
  .hamburger__item a {
    font-size: 16px;
  }
  .about {
    padding-top: 48px;
  }
  .about__heading {
    padding: 28px 8px 0;
  }
  .about__heading h2 {
    font-size: 18px;
  }
  .about__heading::after {
    font-size: 56px;
  }
  .about__txt {
    padding: 0 8px;
    font-size: 14px;
  }
  .service {
    padding-top: 48px;
  }
  .service__heading {
    padding: 28px 8px 0;
  }
  .service__heading h2 {
    font-size: 18px;
  }
  .service__heading::after {
    font-size: 56px;
  }
  .service__img {
    max-width: auto;
    width: 70%;
    margin-left: auto;
  }
  .service__txt {
    padding: 0 8px;
    margin-bottom: 16px;
  }
  .service__txt--item {
    font-size: 14px;
  }
  .service__txt--item::before {
    top: 1em;
  }
  .recruit {
    padding-top: 48px;
  }
  .recruit__heading {
    padding: 28px 8px 0;
  }
  .recruit__heading h2 {
    font-size: 18px;
  }
  .recruit__heading::after {
    font-size: 56px;
  }
  .recruit__body {
    padding: 0 8px;
  }
  .recruit__txt {
    font-size: 14px;
  }
  .company {
    padding-top: 48px;
  }
  .company__heading {
    padding: 28px 8px 0;
  }
  .company__heading h2 {
    font-size: 18px;
  }
  .company__heading::after {
    font-size: 56px;
  }
  .company__body {
    padding: 0 8px;
  }
  .contact {
    padding-top: 48px;
  }
  .contact__heading {
    padding: 28px 8px 0;
  }
  .contact__heading h2 {
    font-size: 18px;
  }
  .contact__heading::after {
    font-size: 56px;
  }
}
@media screen and (max-width: 960px) and (max-width: 520px) {
  .hamburger.active .hamburger__line--1 {
    -webkit-transform: translateY(4px) rotate(-40deg);
            transform: translateY(4px) rotate(-40deg);
  }
  .hamburger.active .hamburger__line--3 {
    -webkit-transform: translateY(-8px) rotate(40deg);
            transform: translateY(-8px) rotate(40deg);
  }
}
@media screen and (min-width: 961px) {
  .about__img {
    max-width: 640px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}
/*# sourceMappingURL=front-page.css.map */
/*# sourceMappingURL=front-page.css.map */