@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  /* 1 */
  overflow: visible;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
  color: inherit;
  border-radius: 0;
  outline: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  color: inherit;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

.inline_block {
  display: inline-block;
}

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

body {
  color: #000E5C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}

/*===========================================
下層ページのページタイトル
===========================================*/
.page_title {
  padding: 5.2vw 3.4vw;
  background-image: url(../../../img/works/sunflower.jpg);
  background-repeat: no-repeat;
  background-position: 105% 20%;
  background-size: 250px;
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 1920px) {
  .page_title {
    padding: 100px 0 65px;
  }
}
@media screen and (max-width: 1028px) {
  .page_title {
    padding-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .page_title {
    width: 100%;
    padding: 12.5vw 8.5vw;
  }
}
.page_title .title {
  font-family: "Montserrat", sans-serif;
  font-size: 4.5vw;
  font-weight: 600;
}
@media screen and (min-width: 1920px) {
  .page_title .title {
    font-size: 87px;
  }
}
@media screen and (max-width: 1028px) {
  .page_title .title {
    font-size: 6.8vw;
  }
}
@media screen and (max-width: 600px) {
  .page_title .title {
    font-size: 12.5vw;
  }
}
.page_title .subtitle {
  font-size: 1.4vw;
  color: #676B81;
  font-weight: 400;
}
@media screen and (min-width: 1920px) {
  .page_title .subtitle {
    font-size: 26px;
  }
}
@media screen and (max-width: 1028px) {
  .page_title .subtitle {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 600px) {
  .page_title .subtitle {
    font-size: 4.8vw;
    display: block;
    margin-top: 0.3em;
  }
}
/*===========================================
トップページのセクションタイトル
===========================================*/
/*-------共通----------*/
.section_title {
  font-family: "Montserrat", sans-serif;
  font-size: 4.2vw;
  font-weight: 500;
}
@media screen and (min-width: 1920px) {
  .section_title {
    font-size: 80px;
  }
}
@media screen and (max-width: 1028px) {
  .section_title {
    font-size: 6vw;
  }
}
@media screen and (max-width: 600px) {
  .section_title {
    font-size: 9vw;
  }
}
.section_title::first-letter {
  color: #CBC745;
}

/*-------WORKS----------*/
.top_works .section_title {
  text-align: center;
  position: relative;
}
.top_works .section_title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  width: 5vw;
  height: 3px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000E5C;
}
@media screen and (min-width: 1920px) {
  .top_works .section_title::before {
    width: 60px;
  }
}
@media screen and (max-width: 1028px) {
  .top_works .section_title::before {
    height: 2px;
  }
}
@media screen and (max-width: 600px) {
  .top_works .section_title::before {
    width: 9vw;
  }
}
.top_works .section_title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -21px;
  display: inline-block;
  width: 5vw;
  height: 3px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000E5C;
}
@media screen and (min-width: 1920px) {
  .top_works .section_title::after {
    width: 60px;
  }
}
@media screen and (max-width: 1028px) {
  .top_works .section_title::after {
    height: 2px;
  }
}
@media screen and (max-width: 600px) {
  .top_works .section_title::after {
    bottom: -18px;
    width: 9vw;
  }
}

/*-------ABOUT----------*/
.top_about .section_title {
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
  margin-left: 6.3vw;
}
@media screen and (min-width: 1920px) {
  .top_about .section_title {
    margin-left: 120px;
  }
}
.top_about .section_title::before {
  content: "";
  position: absolute;
  right: -80%;
  bottom: 42%;
  display: inline-block;
  width: 60px;
  width: 5vw;
  height: 3px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000E5C;
}
@media screen and (min-width: 1920px) {
  .top_about .section_title::before {
    width: 60px;
  }
}
@media screen and (max-width: 1028px) {
  .top_about .section_title::before {
    height: 2px;
  }
}
@media screen and (max-width: 600px) {
  .top_about .section_title::before {
    right: -60%;
    width: 9vw;
  }
}
.top_about .section_title::after {
  content: "";
  position: absolute;
  right: -80%;
  bottom: 52%;
  display: inline-block;
  width: 60px;
  width: 5vw;
  height: 3px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000E5C;
}
@media screen and (min-width: 1920px) {
  .top_about .section_title::after {
    width: 60px;
  }
}
@media screen and (max-width: 1028px) {
  .top_about .section_title::after {
    height: 2px;
  }
}
@media screen and (max-width: 600px) {
  .top_about .section_title::after {
    right: -60%;
    width: 9vw;
  }
}

/*===========================================
Aboutページのセクションh２タイトル
===========================================*/
.about_section_title {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 1028px) {
  .about_section_title {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .about_section_title {
    margin-bottom: 60px;
  }
}
.about_section_title .title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.9vw;
  font-weight: 600;
  margin-bottom: 6px;
}
@media screen and (min-width: 1920px) {
  .about_section_title .title {
    font-size: 56px;
  }
}
@media screen and (max-width: 1028px) {
  .about_section_title .title {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 600px) {
  .about_section_title .title {
    font-size: 7.5vw;
  }
}
.about_section_title .subtitle {
  font-size: 1.3vw;
  font-weight: 400;
  display: inline-block;
  position: relative;
  padding-bottom: 0.7em;
}
.about_section_title .subtitle::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 28px;
  background: #CBC745;
  height: 2px;
  right: 50%;
  margin-right: -15px;
  bottom: 0;
}
@media screen and (max-width: 600px) {
  .about_section_title .subtitle::after {
    width: 15px;
    margin-right: -7px;
  }
}
@media screen and (min-width: 1920px) {
  .about_section_title .subtitle {
    font-size: 26px;
  }
}
@media screen and (max-width: 1028px) {
  .about_section_title .subtitle {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 600px) {
  .about_section_title .subtitle {
    font-size: 14px;
  }
}
.about_section_title .message {
  margin-top: 34px;
  color: #323752;
}
@media screen and (max-width: 600px) {
  .about_section_title .message {
    font-size: 14px;
  }
}

.works_url_button {
  background-color: #CBC745;
  color: #fff;
  display: inline-block;
  margin-top: 40px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 600px) {
  .works_url_button {
    margin-top: 25px;
  }
}
.works_url_button a {
  display: inline-block;
  padding: 18px 50px;
}
@media screen and (max-width: 600px) {
  .works_url_button a {
    padding: 16px 8vw;
  }
}
.works_url_button a:hover .url {
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .works_url_button .message {
    font-size: 16px;
  }
}
.works_url_button .message::after {
  content: "";
  background-image: url(../../../img/works/icon_tab.png);
  display: inline-block;
  width: 25px;
  height: 20px;
  vertical-align: middle;
  margin-left: 10px;
}
.works_url_button .url {
  display: block;
  color: #000E5C;
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .works_url_button .url {
    font-size: 12px;
    margin-top: 6px;
  }
}

.next_work {
  margin-bottom: 42px;
}

.next_work_button {
  width: 25%;
  margin: 0 auto;
}
@media screen and (max-width: 1028px) {
  .next_work_button {
    width: 40%;
  }
}
@media screen and (max-width: 600px) {
  .next_work_button {
    width: 60%;
  }
}
.next_work_button a:hover .next_work_img {
  background-color: #CBC745;
}
.next_work_button p {
  font-family: "Montserrat", sans-serif;
  color: #CBC745;
  margin-bottom: 6px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .next_work_button p {
    font-size: 4vw;
  }
}
.next_work_button p span {
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 18px;
}
.next_work_button .next_work_img {
  width: 100%;
  border: solid 3px #CBC745;
  padding: 10px;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 600px) {
  .next_work_button .next_work_img {
    border: solid 2px #CBC745;
  }
}
.next_work_button .next_work_img img {
  width: 100%;
}

.slide-items {
  width: 100%;
  height: 100%;
  margin: auto;
}

.slide-items li {
  margin-right: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 600px) {
  .slide-items li {
    margin-right: 0px;
    margin-left: 0px;
  }
}

/* 前への矢印カスタマイズ */
.slide-arrow {
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}

.prev-arrow {
  width: 20px;
  height: 20px;
  border-top: solid 3px #CBC745;
  border-left: solid 3px #CBC745;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -30px;
}

.next-arrow {
  width: 20px;
  height: 20px;
  border-top: solid 3px #CBC745;
  border-right: solid 3px #CBC745;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -30px;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}

.slick-dots {
  bottom: 55px;
}

.slick-dots li {
  margin-right: 0px;
  margin-left: 0px;
}

.fv {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: center;
  width: 60%;
  height: 100vh;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 600px) {
  .fv {
    width: 80%;
  }
}

.fv h1 {
  font-size: 8.7vw;
  font-family: "Montserrat", sans-serif;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 1920px) {
  .fv h1 {
    font-size: 167px;
  }
}
@media screen and (max-width: 600px) {
  .fv h1 {
    font-size: 12vw;
  }
}
.fv h1 span {
  margin-right: 0.5vw;
}
.fv h1 img {
  vertical-align: middle;
  width: 6.88vw;
  margin-bottom: 1.25vw;
  -webkit-animation: 30s linear infinite rotation;
          animation: 30s linear infinite rotation;
}
@media screen and (min-width: 1920px) {
  .fv h1 img {
    width: 132px;
  }
}
@media screen and (max-width: 600px) {
  .fv h1 img {
    width: 10vw;
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

p img {
  width: 47%;
}
@media screen and (max-width: 600px) {
  p img {
    width: 70%;
  }
}

.scroll {
  position: absolute;
  bottom: 2em;
  height: 3em;
}
@media screen and (max-width: 600px) {
  .scroll {
    bottom: 6em;
  }
}
@media screen and (max-width: 600px) {
  .scroll p {
    font-size: 14px;
    font-weight: 400;
  }
}
.scroll span {
  width: 1.6em;
  height: 1.6em;
  position: absolute;
  top: 25%;
  left: 30%;
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
  border-left: 2px solid #000E5C;
  border-bottom: 2px solid #000E5C;
  z-index: 2;
  -webkit-animation: popping-arrow 2s infinite ease-out;
          animation: popping-arrow 2s infinite ease-out;
}
@media screen and (max-width: 600px) {
  .scroll span {
    width: 1.4em;
    height: 1.4em;
    border-left: 1px solid #000E5C;
    border-bottom: 1px solid #000E5C;
  }
}
.scroll:hover span {
  -webkit-transform: translateY(0.5em) rotate(-45deg);
          transform: translateY(0.5em) rotate(-45deg);
  -webkit-animation: paused;
          animation: paused;
}

@-webkit-keyframes popping-arrow {
  0% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
  30% {
    -webkit-transform: translateY(0.5em) rotate(-45deg);
            transform: translateY(0.5em) rotate(-45deg);
  }
  60% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}

@keyframes popping-arrow {
  0% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
  30% {
    -webkit-transform: translateY(0.5em) rotate(-45deg);
            transform: translateY(0.5em) rotate(-45deg);
  }
  60% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
.next-section {
  padding: 3em 1.5em;
  background-color: #78909C;
}
.next-section h2 {
  margin-bottom: 2em;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1em;
}
.next-section h2::after {
  content: "";
  display: block;
  width: 10%;
  height: 2px;
  margin-top: 0.5em;
  margin-left: 45%;
  background: #F5F5F5;
}
.next-section p {
  padding: 1.5em;
}

/*===========================================
制作一覧/WORKS
===========================================*/
.section_wrapper {
  width: 87%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 1028px) {
  .section_wrapper {
    width: 100%;
  }
}

.top_works {
  width: 50vw;
  margin: 0 auto;
  padding-top: 80px;
}
@media screen and (max-width: 1028px) {
  .top_works {
    width: 78vw;
  }
}
.top_works .content {
  margin-top: 6.3vw;
}
@media screen and (min-width: 1920px) {
  .top_works .content {
    margin-top: 120px;
  }
}
.top_works .project_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top_works .project_card {
  width: 42%;
  margin-top: 50px;
}
.top_works .project_card:first-child {
  width: 100%;
}
.top_works .project_card .project_image {
  width: 100%;
}
.top_works .project_card .project_image img {
  width: 100%;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.top_works .project_card .project_image:hover {
  -webkit-animation: bounce 0.7s ease-out;
          animation: bounce 0.7s ease-out;
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  16.6% {
    -webkit-transform: translate(0, -16px);
            transform: translate(0, -16px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  33.3% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  49.8% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  66.4% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  83% {
    -webkit-transform: translate(0, -4px);
            transform: translate(0, -4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  16.6% {
    -webkit-transform: translate(0, -16px);
            transform: translate(0, -16px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  33.3% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  49.8% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  66.4% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  83% {
    -webkit-transform: translate(0, -4px);
            transform: translate(0, -4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media screen and (max-width: 600px) {
  .top_works .project_card {
    width: 100%;
    margin-top: 40px;
  }
}
.top_works .project_card .project_title {
  font-size: 1.5vw;
  height: 30px;
  line-height: 30px;
  margin-top: 1.1vw;
}
@media screen and (min-width: 1920px) {
  .top_works .project_card .project_title {
    margin-top: 27px;
    font-size: 28px;
  }
}
@media screen and (max-width: 1028px) {
  .top_works .project_card .project_title {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 600px) {
  .top_works .project_card .project_title {
    font-size: 4.6vw;
    margin-top: 10px;
  }
}
.top_works .project_card .project_title::before {
  content: "";
  display: inline-block;
  width: 1.5vw;
  height: 1.5vw;
  vertical-align: middle;
  margin-right: 1vw;
  margin-bottom: 0.2em;
  background-color: #CBC745;
}
@media screen and (min-width: 1920px) {
  .top_works .project_card .project_title::before {
    width: 30px;
    height: 30px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1028px) {
  .top_works .project_card .project_title::before {
    width: 2.5vw;
    height: 2.5vw;
  }
}
@media screen and (max-width: 600px) {
  .top_works .project_card .project_title::before {
    width: 4.8vw;
    height: 4.8vw;
    margin-right: 2.6vw;
  }
}
@media screen and (max-width: 350px) {
  .top_works .project_card .project_title::before {
    margin-right: 10px;
  }
}
.top_works .project_card .charge {
  font-size: 16px;
  margin-top: 8px;
  margin-left: 2.6vw;
  color: #676B81;
  font-weight: 400;
  display: block;
}
@media screen and (min-width: 1920px) {
  .top_works .project_card .charge {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1028px) {
  .top_works .project_card .charge {
    font-size: 2vw;
    margin-left: 3.6vw;
  }
}
@media screen and (max-width: 600px) {
  .top_works .project_card .charge {
    font-size: 3.2vw;
    margin-left: 7.6vw;
    margin-top: 4px;
  }
}
@media screen and (max-width: 350px) {
  .top_works .project_card .charge {
    font-size: 12px;
    margin-left: 3.6vw;
  }
}
.top_works .banner {
  width: 88%;
  height: 11vw;
  margin: 0 auto;
  margin-top: 8vw;
  background-image: url(../../../img/top/banners@2x.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 11vw;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.top_works .banner:hover {
  -webkit-box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.1);
}
.top_works .banner:hover .button::after {
  right: -20%;
}
@media screen and (min-width: 1920px) {
  .top_works .banner {
    margin-top: 120px;
    margin-bottom: 180px;
  }
}
@media screen and (max-width: 1028px) {
  .top_works .banner {
    width: 65%;
    height: 15vw;
    line-height: 15vw;
    margin-top: 12vw;
  }
}
@media screen and (max-width: 600px) {
  .top_works .banner {
    width: 85%;
    height: 18vw;
    line-height: 18vw;
    margin-top: 16vw;
  }
}
.top_works .banner .button {
  padding: 0.8vw 80px;
  border: solid 3px #fff;
  text-align: center;
  line-height: 11vw;
  color: #fff;
  font-size: 1.6vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .top_works .banner .button {
    padding: 16px 80px;
    font-size: 30px;
  }
}
@media screen and (max-width: 1028px) {
  .top_works .banner .button {
    padding: 1.5vw 80px;
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 600px) {
  .top_works .banner .button {
    padding: 1.5vw 33px;
    font-size: 4.2vw;
    border: solid 2px #fff;
  }
}
@media screen and (max-width: 350px) {
  .top_works .banner .button {
    font-size: 16px;
  }
}
.top_works .banner .button::after {
  content: "";
  width: 70px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: -15%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 600px) {
  .top_works .banner .button::after {
    height: 2px;
    width: 30px;
  }
}

/*===========================================
ABOUT
===========================================*/
.top_about {
  width: 90%;
  margin-bottom: 150px;
  margin-top: 180px;
}
@media screen and (max-width: 1028px) {
  .top_about {
    width: 100%;
    margin-bottom: 0px;
    margin-top: 140px;
  }
}
@media screen and (max-width: 600px) {
  .top_about {
    margin-top: 100px;
  }
}
.top_about .about_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: 80%;
  z-index: 2;
}
@media screen and (max-width: 1028px) {
  .top_about .about_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top_about .about_inner::before {
  content: "";
  width: 82%;
  height: 100%;
  position: absolute;
  background-color: rgba(203, 199, 69, 0.2);
  z-index: -1;
}
@media screen and (max-width: 1028px) {
  .top_about .about_inner::before {
    width: 100%;
    height: 80%;
    bottom: 0;
  }
}
.top_about .content {
  width: 75%;
  padding: 5vw 6vw 5vw 11vw;
}
@media screen and (min-width: 1920px) {
  .top_about .content {
    padding: 100px 240px;
  }
}
@media screen and (max-width: 1028px) {
  .top_about .content {
    padding: 5vw 7vw;
  }
}
@media screen and (max-width: 600px) {
  .top_about .content {
    padding: 0;
    padding: 20px 0;
    text-align: center;
  }
}
@media screen and (max-width: 1028px) {
  .top_about .content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.top_about .content .name {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1028px) {
  .top_about .content .name {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .top_about .content .name {
    font-size: 20px;
  }
}
@media screen and (max-width: 350px) {
  .top_about .content .name {
    font-size: 18px;
  }
}
.top_about .content .name span {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-left: 25px;
}
@media screen and (max-width: 600px) {
  .top_about .content .name span {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    margin-left: 0px;
  }
}
.top_about .content .description {
  margin: 3vw 0;
  line-height: 1.5;
  text-align: left;
}
.top_about .content .description p {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .top_about .content .description p {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1920px) {
  .top_about .content .description {
    margin: 60px 0px;
  }
}
@media screen and (max-width: 600px) {
  .top_about .content .description {
    font-size: 14px;
    margin: 8.5vw 0;
  }
}
.top_about .photo_me {
  width: 25vw;
}
@media screen and (max-width: 1028px) {
  .top_about .photo_me {
    width: 30vw;
  }
}
@media screen and (max-width: 600px) {
  .top_about .photo_me {
    width: 50vw;
  }
}
@media screen and (max-width: 1028px) {
  .top_about .photo_me {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.top_about .photo_me img {
  width: 350px;
  border-radius: 50%;
}
@media screen and (max-width: 1400px) {
  .top_about .photo_me img {
    width: 300px;
  }
}
@media screen and (max-width: 1028px) {
  .top_about .photo_me img {
    width: 100%;
  }
}
.top_about .button {
  display: inline-block;
  padding: 0.8vw 4vw;
  border: solid 3px #000E5C;
  color: #000E5C;
  font-size: 1vw;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
@media screen and (min-width: 1920px) {
  .top_about .button {
    padding: 16px 80px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1028px) {
  .top_about .button {
    font-size: 2.2vw;
    border: solid 2px #000E5C;
    padding: 1.2vw 5vw;
  }
}
@media screen and (max-width: 600px) {
  .top_about .button {
    font-size: 3.2vw;
    padding: 3.2vw 7vw;
  }
}
@media screen and (max-width: 350px) {
  .top_about .button {
    font-size: 16px;
  }
}
.top_about .button::after {
  content: "";
  width: 3.5vw;
  height: 3px;
  background: #000E5C;
  position: absolute;
  top: 50%;
  right: -13%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 1920px) {
  .top_about .button::after {
    width: 70px;
  }
}
@media screen and (max-width: 1028px) {
  .top_about .button::after {
    font-size: 2.2vw;
    height: 2px;
    width: 5.5vw;
  }
}
@media screen and (max-width: 600px) {
  .top_about .button::after {
    width: 9.5vw;
  }
}
.top_about .button:hover::after {
  right: -20%;
}

.works_kv {
  text-align: center;
  background-image: url(../../../img/works/works_kv_bk.jpg);
  background-repeat: no-repeat;
  background-size: 100% 60%;
  padding-top: 2.6vw;
}
@media screen and (min-width: 1920px) {
  .works_kv {
    padding-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  .works_kv {
    background-size: 100% 65%;
    padding-top: 6.4vw;
  }
}

.works_number {
  font-family: "Montserrat", sans-serif;
  color: #CBC745;
}
.works_number .works_type {
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .works_number .works_type {
    font-size: 12px;
  }
}
.works_number .number {
  font-size: 2.6vw;
  font-weight: 700;
}
@media screen and (min-width: 1920px) {
  .works_number .number {
    font-size: 50px;
  }
}
@media screen and (max-width: 1028px) {
  .works_number .number {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 600px) {
  .works_number .number {
    font-size: 6.7vw;
  }
}
.works_title {
  font-weight: 500;
  font-size: 2.3vw;
  margin-top: 1.3vw;
}
@media screen and (min-width: 1920px) {
  .works_title {
    font-size: 45px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 1028px) {
  .works_title {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 600px) {
  .works_title {
    font-size: 5.9vw;
    margin-top: 5px;
  }
}
.works_summary {
  margin-top: 1.6vw;
  line-height: 24px;
}
.works_summary span {
  display: block;
}
@media screen and (max-width: 600px) {
  .works_summary span {
    display: inline-block;
  }
}
@media screen and (min-width: 1920px) {
  .works_summary {
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .works_summary {
    width: 90%;
    margin: 4vw auto;
    font-size: 14px;
  }
}

.works_kvimage {
  margin-top: 2.6vw;
  width: 100%;
}
@media screen and (min-width: 1920px) {
  .works_kvimage {
    margin-top: 50px;
  }
}
.works_kvimage img {
  width: 40%;
}
@media screen and (max-width: 600px) {
  .works_kvimage img {
    width: 80%;
  }
}

/*===========================================
worksのメインコンテンツ共通レイアウト
===========================================*/
.works_content {
  margin: 0 auto;
  margin-top: 138px;
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1028px) {
  .works_content {
    margin-top: 100px;
  }
}
@media screen and (max-width: 600px) {
  .works_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 80px;
  }
}
.works_content section {
  margin-bottom: 74px;
}

/*===========================================
制作実績説明
===========================================*/
.description_box {
  width: 40%;
}
@media screen and (max-width: 1028px) {
  .description_box {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.description_list {
  margin-top: 40px;
}
.description_list .description_title {
  font-size: 18px;
  font-weight: 500;
  border-left: solid 10px #CBC745;
  padding-left: 16px;
}
@media screen and (min-width: 1920px) {
  .description_list .description_title {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .description_list .description_title {
    font-size: 16px;
    border-left: solid 8px #CBC745;
    padding-left: 8px;
  }
}
.description_list .description {
  margin-top: 20px;
  margin-left: 30px;
  color: #323752;
  line-height: 24px;
}
@media screen and (max-width: 600px) {
  .description_list .description {
    margin-top: 16px;
    margin-left: 18px;
    font-size: 14px;
    line-height: 22px;
  }
}
.description_list .description ul li {
  margin-top: 16px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 600px) {
  .description_list .description ul li {
    margin-top: 12px;
  }
}
.description_list .description ul li span {
  margin-left: 8px;
}

/*===========================================
制作物紹介/h3タイトル共通
===========================================*/
.works_content_title {
  font-size: 25px;
  font-weight: 500;
  padding: 10px 18px;
  border-left: solid 0.6vw #CBC745;
  border-bottom: solid 2px #CBC745;
  margin-bottom: 25px;
}
@media screen and (min-width: 1920px) {
  .works_content_title {
    border-left: solid 10px #CBC745;
  }
}
@media screen and (max-width: 1028px) {
  .works_content_title {
    font-size: 20px;
    padding: 0.6vw 1.5vw;
    border-left: solid 6px #CBC745;
    border-bottom: solid 2px #CBC745;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 600px) {
  .works_content_title {
    padding: 6px 14px;
  }
}

/*===========================================
制作物紹介/PCデザイン
===========================================*/
.pc_design {
  width: 55%;
}
@media screen and (max-width: 1028px) {
  .pc_design {
    width: 65%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 600px) {
  .pc_design {
    width: 100%;
  }
}
.pc_design .image {
  height: 1500px;
  overflow-y: scroll;
}
@media screen and (max-width: 1028px) {
  .pc_design .image {
    height: 350px;
  }
}
@media screen and (max-width: 600px) {
  .pc_design .image {
    width: 96%;
    margin: 0 auto;
    height: 210px;
  }
}
.pc_design .image img {
  width: 100%;
}
.pc_design.work02 .image {
  height: 1100px;
}
@media screen and (max-width: 1028px) {
  .pc_design.work02 .image {
    height: 420px;
  }
}
@media screen and (max-width: 600px) {
  .pc_design.work02 .image {
    height: 210px;
  }
}
@media screen and (max-width: 1028px) {
  .pc_design.work02 {
    width: 100%;
  }
}
.pc_design.work03 .image {
  height: 1000px;
}
@media screen and (max-width: 1440px) {
  .pc_design.work03 .image {
    height: 1000px;
  }
}
@media screen and (max-width: 1028px) {
  .pc_design.work03 .image {
    height: 420px;
  }
}
@media screen and (max-width: 600px) {
  .pc_design.work03 .image {
    height: 210px;
  }
}
@media screen and (max-width: 1028px) {
  .pc_design.work03 {
    width: 100%;
  }
}

/*===========================================
制作物紹介/競合分析
===========================================*/
.memo {
  width: 65%;
}
@media screen and (max-width: 1028px) {
  .memo {
    width: 100%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.memo_body {
  background-color: #F9F8F4;
  padding: 40px 0;
}
@media screen and (max-width: 600px) {
  .memo_body {
    padding: 22px 0;
    width: 96%;
    margin: 0 auto;
  }
}

.memo_content {
  width: 85%;
  margin: 0 auto;
  margin-bottom: 35px;
}
@media screen and (max-width: 600px) {
  .memo_content {
    width: 90%;
    margin-bottom: 20px;
  }
}
.memo_content:last-child {
  margin-bottom: 0px;
}
.memo_content .memo_title::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  background-color: #CBC745;
  vertical-align: middle;
}
@media screen and (max-width: 1028px) {
  .memo_content .memo_title::before {
    width: 18px;
    height: 18px;
    margin-right: 12px;
  }
}
@media screen and (max-width: 600px) {
  .memo_content .memo_title::before {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
}
.memo_content .memo_img {
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .memo_content .memo_img {
    margin-top: 9px;
  }
}
.memo_content .memo_img img {
  width: 100%;
}

/*===========================================
制作物紹介/SPデザイン
===========================================*/
.sp_design {
  width: 30%;
}
@media screen and (max-width: 1028px) {
  .sp_design {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 600px) {
  .sp_design {
    width: 100%;
  }
}
.sp_design .image {
  height: 1100px;
  overflow-y: scroll;
}
@media screen and (max-width: 1028px) {
  .sp_design .image {
    height: 350px;
  }
}
@media screen and (max-width: 600px) {
  .sp_design .image {
    width: 96%;
    margin: 0 auto;
    height: 450px;
    width: 95%;
  }
}
.sp_design .image img {
  width: 100%;
}

/*===========================================
スクロールバーデザイン（共通）
===========================================*/
/* スクロールバーの幅と高さを設定する */
.scrollbar::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 1028px) {
  .scrollbar::-webkit-scrollbar {
    width: 6px;
  }
}

/* スクロールバーの形を設定する */
.scrollbar-thumb-rounded::-webkit-scrollbar-thumb {
  border-radius: 0.4rem;
}

/* スクロールバーの色を設定する */
.scrollbar-thumb-black::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: #CBC745;
}

/*===========================================
制作物紹介/下層ページ一覧
===========================================*/
.pc_design_subpage {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.pc_design_subpage_body {
  background-color: #F9F8F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 4vw 3.6vw;
}
.pc_design_subpage .subpage_img {
  width: 24%;
}
.pc_design_subpage .subpage_img img {
  width: 100%;
}

/*===========================================
WORKS ラストページの場合の下部遷移リンク
===========================================*/
.works_lastpage {
  text-align: center;
  margin: 50px;
}
.works_lastpage p {
  display: inline-block;
}
.works_lastpage p::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 1em 0 1em;
  border: 7px solid transparent;
  border-right: 0 solid transparent;
  border-left: 10px solid #CBC745;
}

.banner_list {
  background-color: #F9F8F4;
  width: 85%;
  margin: 0 auto;
  margin-bottom: 7.3vw;
  padding: 5.2vw 0;
}
@media screen and (min-width: 1920px) {
  .banner_list {
    padding: 100px 0;
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 1028px) {
  .banner_list {
    padding: 8vw 0;
  }
}
@media screen and (max-width: 600px) {
  .banner_list {
    padding: 12vw 0;
    margin-bottom: 9vw;
  }
}

/*===========================================
バナー作品説明共通レイアウト
===========================================*/
.banner_list_card {
  width: 85%;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .banner_list_card {
    margin-bottom: 60px;
  }
}
.banner_list_card:last-child {
  margin-bottom: 0px;
}

.banner_title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner_title .title_name {
  font-size: 1.8vw;
  margin-left: 1vw;
  font-weight: 500;
}
@media screen and (min-width: 1920px) {
  .banner_title .title_name {
    font-size: 36px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1028px) {
  .banner_title .title_name {
    font-size: 2.8vw;
    margin-left: 3vw;
  }
}
@media screen and (max-width: 600px) {
  .banner_title .title_name {
    font-size: 5vw;
    margin-left: 4vw;
  }
}

.works_number {
  text-align: center;
}
.works_number .works_type {
  font-weight: 600;
  font-size: 12px;
}
@media screen and (max-width: 400px) {
  .works_number .works_type {
    font-size: 3.5vw;
  }
}
.works_number .number {
  font-size: 2vw;
  font-weight: 700;
}
@media screen and (min-width: 1920px) {
  .works_number .number {
    font-size: 40px;
  }
}
@media screen and (max-width: 1028px) {
  .works_number .number {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 600px) {
  .works_number .number {
    font-size: 6.7vw;
  }
}
.banner_content {
  margin-top: 1.3vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1920px) {
  .banner_content {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1028px) {
  .banner_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .banner_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 95%;
    margin: 0 auto;
  }
}
.banner_content .banner_img {
  width: 40%;
}
@media screen and (max-width: 1028px) {
  .banner_content .banner_img {
    width: 320px;
    margin: 4vw 0 5vw;
  }
}
@media screen and (max-width: 600px) {
  .banner_content .banner_img {
    width: 100%;
    margin: 4vw 0 7vw;
  }
}
.banner_content .banner_img img {
  width: 100%;
}
.banner_content .banner_description_box {
  width: 53%;
}
@media screen and (max-width: 1028px) {
  .banner_content .banner_description_box {
    width: 100%;
  }
}
.banner_content .banner_description_box .description_list:first-child {
  margin-top: 0px;
}
@media screen and (max-width: 1028px) {
  .banner_content .banner_description_box .description_list {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 600px) {
  .banner_content .banner_description_box .description_list {
    margin-top: 5.5vw;
  }
}
@media screen and (max-width: 1028px) {
  .banner_content .banner_description_box .description_title {
    padding-left: 12px;
    border-left: solid 8px #CBC745;
  }
}
@media screen and (max-width: 600px) {
  .banner_content .banner_description_box .description {
    margin-left: 0px;
  }
}

/*===========================================
ボタン（共通）
===========================================*/
.about_button {
  border-bottom: solid 2px #CBC745;
  font-size: 14px;
  display: inline-block;
}
.about_button::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 1em 0 0;
  border: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid #CBC745;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.about_button:hover::before {
  margin: 0 1.4em 0 0;
}

/*===========================================
自己紹介
===========================================*/
.about_about {
  margin-bottom: 150px;
}
@media screen and (max-width: 600px) {
  .about_about {
    margin-bottom: 110px;
  }
}

.about_about_inner {
  width: 75%;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1028px) {
  .about_about_inner {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .about_about_inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about_about_inner .content {
  width: 63%;
}
@media screen and (max-width: 600px) {
  .about_about_inner .content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.about_about_inner .content .name {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-right: 4em;
}
@media screen and (max-width: 1028px) {
  .about_about_inner .content .name {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .about_about_inner .content .name {
    font-size: 20px;
  }
}
@media screen and (max-width: 350px) {
  .about_about_inner .content .name {
    font-size: 18px;
  }
}
.about_about_inner .content .name span {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .about_about_inner .content .name span {
    font-size: 14px;
  }
}
@media screen and (max-width: 350px) {
  .about_about_inner .content .name span {
    font-size: 12px;
  }
}
.about_about_inner .content .description {
  margin: 3vw 0;
  line-height: 2;
  text-align: left;
  color: #323752;
}
.about_about_inner .content .description p {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .about_about_inner .content .description p {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1920px) {
  .about_about_inner .content .description {
    margin: 60px 0px;
  }
}
@media screen and (max-width: 1028px) {
  .about_about_inner .content .description {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .about_about_inner .content .description {
    width: 85%;
    font-size: 14px;
    margin: 8.5vw auto;
  }
}
.about_about_inner img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 70% 0%;
     object-position: 70% 0%;
  width: 30%;
}
@media screen and (max-width: 600px) {
  .about_about_inner img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.about_about_inner img.pc {
  display: block;
}
@media screen and (max-width: 600px) {
  .about_about_inner img.pc {
    display: none;
  }
}
.about_about_inner img.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .about_about_inner img.sp {
    display: block;
  }
}

/*===========================================
スキル
===========================================*/
.skill {
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 1028px) {
  .skill {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .skill {
    width: 70%;
  }
}

.skill_container {
  overflow: hidden;
}

.skill_list_content {
  width: 30%;
}
@media screen and (max-width: 1028px) {
  .skill_list_content {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}

.skill_title {
  font-size: 1.5vw;
  padding-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 1920px) {
  .skill_title {
    font-size: 28px;
  }
}
@media screen and (max-width: 1028px) {
  .skill_title {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .skill_title {
    font-size: 18px;
  }
}

.skill_explanation {
  border-top: double 10px #CBC745;
  border-bottom: solid 3px #CBC745;
  padding: 1vw 0;
  height: 550px;
}
@media screen and (min-width: 1920px) {
  .skill_explanation {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1028px) {
  .skill_explanation {
    height: 450px;
  }
}
@media screen and (max-width: 600px) {
  .skill_explanation {
    height: 430px;
  }
}

.skill_icon {
  height: 35%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1440px) {
  .skill_icon {
    height: 25%;
  }
}
@media screen and (max-width: 1028px) {
  .skill_icon {
    height: 30%;
  }
}
.skill_icon img {
  width: 45%;
}
@media screen and (max-width: 1028px) {
  .skill_icon img {
    width: 120px;
  }
}
@media screen and (max-width: 600px) {
  .skill_icon img {
    width: 100px;
  }
}

.explanation {
  margin: 2.3vw 0;
  line-height: 1.8em;
  color: #323752;
}
@media screen and (min-width: 1920px) {
  .explanation {
    margin: 45px 0;
  }
}
@media screen and (max-width: 1028px) {
  .explanation {
    margin: 3.3vw 0 2.3vw;
  }
}
@media screen and (max-width: 600px) {
  .explanation {
    margin: 4.3vw 0;
    font-size: 14px;
    line-height: 1.6em;
  }
}

.example {
  font-weight: 600;
  color: #323752;
}
.example span {
  display: block;
  margin-left: 1.52em;
  margin-top: 10px;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  .example {
    font-size: 14px;
  }
}

/*===========================================
制作年表
===========================================*/
.timeline {
  padding: 200px 0;
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 1028px) {
  .timeline {
    width: 85%;
  }
}
@media screen and (max-width: 600px) {
  .timeline {
    width: 87%;
    padding: 110px 0;
  }
}

/*========年表レイアウト==========*/
.timeline_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.timeline_content dt {
  width: 10%;
  position: relative;
}
.timeline_content dt span {
  background-color: #fff;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1028px) {
  .timeline_content dt {
    width: 12%;
  }
}
@media screen and (max-width: 600px) {
  .timeline_content dt {
    width: 15%;
  }
}
.timeline_content dt::after {
  content: "●";
  position: absolute;
  right: 50%;
  margin-right: -8px;
  top: -20px;
  font-size: 16px;
  color: #CBC745;
  z-index: 2;
}
.timeline_content dt::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  right: 50%;
  background-color: #cacedf;
  z-index: 1;
}
.timeline_content dd {
  width: 90%;
  padding-bottom: 54px;
}
.timeline_content dd .about_button {
  display: inline-block;
  margin-left: 1.5em;
  margin-top: 15px;
  padding-bottom: 0.3em;
}
@media screen and (max-width: 1028px) {
  .timeline_content dd {
    width: 88%;
  }
}
@media screen and (max-width: 600px) {
  .timeline_content dd {
    width: 85%;
    padding-left: 5px;
  }
}
.timeline_content dd:last-of-type {
  padding-bottom: 20px;
}

/*========トピックコンテンツレイアウト（h４コンテンツ）======*/
.topic_box {
  background-color: #F9F8F4;
  padding: 30px 40px;
  margin-top: 15px;
}
@media screen and (max-width: 1028px) {
  .topic_box {
    padding: 3.6vw 4vw;
  }
}
@media screen and (max-width: 600px) {
  .topic_box {
    padding: 4.6vw 5vw;
  }
}

.past_work_img::-webkit-scrollbar {
  height: 8px;
}

.past_work_img::-webkit-scrollbar-thumb {
  border-radius: 0.4rem;
}

.past_work_img::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: #CBC745;
}

.past_work_img.vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
}
@media screen and (max-width: 1028px) {
  .past_work_img.vertical {
    overflow-x: scroll;
  }
}
.past_work_img.vertical img {
  width: 23%;
  margin-right: 1em;
}
@media screen and (max-width: 1028px) {
  .past_work_img.vertical img {
    margin-right: 0.5em;
    width: 150px;
  }
}
@media screen and (max-width: 600px) {
  .past_work_img.vertical img {
    width: 162px;
  }
}

.past_work_img.horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1028px) {
  .past_work_img.horizontal {
    overflow: scroll;
  }
}
.past_work_img.horizontal img {
  width: 30%;
  margin-right: 1em;
}
@media screen and (max-width: 1028px) {
  .past_work_img.horizontal img {
    margin-right: 0.5em;
    width: 250px;
  }
}
@media screen and (max-width: 600px) {
  .past_work_img.horizontal img {
    width: 167px;
  }
}

/*=======文字レイアウト=======*/
.year {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 1028px) {
  .year {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .year {
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  .year {
    text-align: left;
  }
}

.period {
  font-size: 18px;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .period {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.period_description {
  font-size: 14px;
  margin-left: 1.5em;
  width: 75%;
  line-height: 1.6em;
  color: #323752;
}
@media screen and (max-width: 600px) {
  .period_description {
    margin-left: 1em;
    width: 93%;
  }
}

.topic_box .topic {
  font-weight: 500;
  margin-bottom: 10px;
}
.topic_box .topic span {
  font-size: 12px;
  margin-right: 0.5em;
}
@media screen and (max-width: 600px) {
  .topic_box .topic {
    font-size: 15px;
  }
}
.topic_box p {
  margin-left: 2em;
  font-size: 14px;
  line-height: 1.5em;
  color: #323752;
}
@media screen and (max-width: 600px) {
  .topic_box p {
    margin-left: 1em;
  }
}
.topic_box .past_work_img {
  margin-left: 2em;
  margin-top: 1.3vw;
}
@media screen and (min-width: 1920px) {
  .topic_box .past_work_img {
    margin-top: 25px;
  }
}
@media screen and (max-width: 600px) {
  .topic_box .past_work_img {
    margin-left: 1em;
    margin-top: 4.5vw;
  }
}

.achievement {
  background-color: #fff;
  border: solid 1px #707070;
  padding: 25px 40px;
  display: inline-block;
  margin-left: 2em;
  margin-top: 10px;
  margin-bottom: 17px;
}
@media screen and (max-width: 1028px) {
  .achievement {
    padding: 16px 20px;
  }
}
@media screen and (max-width: 600px) {
  .achievement {
    margin-left: 1em;
    padding: 12px 6px;
  }
}
.achievement p {
  margin-left: 0;
  margin-bottom: 5px;
}
.achievement ul li {
  font-size: 14px;
  margin-left: 1em;
  color: #323752;
}
@media screen and (max-width: 600px) {
  .achievement ul li {
    font-size: 13px;
  }
}

/*===========================================
好きなこと・関心
===========================================*/
.interest_list {
  width: 860px;
  margin: 0 auto;
}
@media screen and (max-width: 1028px) {
  .interest_list {
    width: 85%;
  }
}

.interest_list_content {
  margin: 0 auto;
  margin-bottom: 120px;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 1028px) {
  .interest_list_content {
    margin-bottom: 7vw;
  }
}
@media screen and (max-width: 600px) {
  .interest_list_content {
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 18vw;
  }
}

.interest_img {
  width: 25vw;
  width: 35%;
}
@media screen and (max-width: 600px) {
  .interest_img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.interest_img img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .interest_img img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
}
.interest_img.one {
  bottom: 0;
  left: -105%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 600px) {
  .interest_img.one {
    margin-bottom: 30px;
  }
}
.interest_img.two {
  bottom: -50%;
  right: -105%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (max-width: 600px) {
  .interest_img.two {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.interest_img.three {
  bottom: -50%;
  left: -105%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.interest_description {
  width: 55%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 600px) {
  .interest_description {
    width: 100%;
  }
}
.interest_description .interested {
  border-bottom: solid 20px rgba(203, 199, 69, 0.3);
  padding-bottom: 10px;
  font-size: 24px;
  padding-left: 0.5em;
}
@media screen and (max-width: 1028px) {
  .interest_description .interested {
    font-size: 21px;
  }
}
@media screen and (max-width: 600px) {
  .interest_description .interested {
    font-size: 18px;
    text-align: center;
  }
}
.interest_description .description {
  margin-top: 20px;
  line-height: 1.8em;
  padding: 0 0.5em;
  color: #323752;
}
@media screen and (max-width: 1028px) {
  .interest_description .description {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .interest_description .description {
    font-size: 14px;
  }
}

.highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(203, 199, 69, 0.3)));
  background: linear-gradient(transparent 60%, rgba(203, 199, 69, 0.3) 60%);
}

.worksnav {
  width: 13%;
  position: fixed;
  top: 45vh;
  right: 0;
  z-index: 100;
}

.gnav {
  background-color: #CBC745;
  width: 13%;
  height: 40vh;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: sticky;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  top: 0;
  z-index: 100;
}
@media screen and (max-width: 1028px) {
  .gnav {
    position: fixed;
  }
}

.gnav_logo img {
  width: 80%;
}

.gnav_list {
  height: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20%;
}
.gnav_list_content {
  color: #fff;
  font-size: 18px;
}

/*===========================================
ハンバーガーナビ
===========================================*/
@media screen and (max-width: 1028px) {
  .gnav {
    width: 100%;
    height: 100vh;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
    -webkit-transform: translate(100%, 0%);
            transform: translate(100%, 0%);
  }
}
@media screen and (max-width: 1028px) {
  .gnav .gnav_logo img {
    width: 40%;
  }
}
@media screen and (max-width: 600px) {
  .gnav .gnav_logo img {
    width: 60%;
  }
}
@media screen and (max-width: 1028px) {
  .gnav .gnav_list {
    padding-bottom: 30vh;
    margin-top: 20vh;
  }
}
.gnav .gnav_list_content {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 1028px) {
  .gnav .gnav_list_content {
    color: #fff;
    font-size: 24px;
  }
}
.gnav .gnav_list_content::after {
  position: absolute;
  bottom: -4px;
  left: 20%;
  content: "";
  width: 60%;
  height: 1px;
  background: #fff;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.gnav .gnav_list_content:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.gnav.isOpen {
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

/*===========================================
ハンバーガーボタン
===========================================*/
.hamburger_button_wrapper {
  display: none;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 1000;
  opacity: 0;
  -webkit-transition: all 0.65s;
  transition: all 0.65s;
}
@media screen and (max-width: 1028px) {
  .hamburger_button_wrapper {
    display: block;
  }
}

.hamburger_button_wrapper.isActive {
  opacity: 1;
  -webkit-transition: all 0.65s;
  transition: all 0.65s;
}

.hamburger_button {
  width: 50px;
  height: 50px;
  background-color: #CBC745;
  position: relative;
}
.hamburger_button span {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  right: 23%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.hamburger_button span:nth-child(1) {
  top: 15px;
}
.hamburger_button span:nth-child(2) {
  top: 24px;
}
.hamburger_button span:nth-child(3) {
  bottom: 15px;
}

/*------ハンバーガーOPEN時の動き-------*/
.isOpen span:nth-child(1) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  top: 25px;
}

.isOpen span:nth-child(2) {
  opacity: 0;
}

.isOpen span:nth-child(3) {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  top: 25px;
}

.worksnav {
  width: 13%;
  height: 30vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  top: 44vh;
  right: 0;
  z-index: 100;
}
@media screen and (max-width: 1028px) {
  .worksnav {
    display: none;
  }
}

.worksnav_inner {
  margin: 0 auto;
}

.worksnav_category {
  color: #CBC745;
  font-size: 18px;
  margin-bottom: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 1440px) {
  .worksnav_category {
    font-size: 16px;
  }
}
.worksnav_category::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0.7em 0 0;
  border: 7px solid transparent;
  border-right: 0 solid transparent;
  border-left: 10px solid #CBC745;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.worksnav_category:hover.worksnav_category {
  color: #676B81;
}
.worksnav_category:hover::before {
  border-left: 10px solid #676B81;
}

.worksnav_list {
  height: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30%;
}
@media screen and (max-width: 1440px) {
  .worksnav_list {
    padding-bottom: 45%;
  }
}
.worksnav_list_content {
  color: #CBC745;
  font-size: 16px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .worksnav_list_content {
    font-size: 14px;
  }
}
.worksnav_list_content::after {
  position: absolute;
  bottom: -4px;
  left: 0%;
  content: "";
  width: 100%;
  height: 1px;
  background: #CBC745;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.worksnav_list_content.now::after {
  background: #676B81;
}
.worksnav_list_content:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.worksnav_list_content.now {
  color: #676B81;
}

body {
  max-width: 1920px;
}

.main_wrapper {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1028px) {
  .main_wrapper {
    width: 100%;
  }
}

.footer {
  background-color: #676B81;
  color: #fff;
  text-align: center;
  padding: 25px 0;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .footer {
    padding: 15px 10px;
  }
}