@charset "UTF-8";
/*================================================================
Chrome/Firefox/Edgeなど、各ブラウザはそれぞれデフォルトで効くCSSを持っています。
何もしないと見え方が微妙に変わるので、デフォルトのCSSをリセットして
ブラウザごとの表示の差異をなくすために書くのが「リセットCSS」です。
================================================================*/
*, ::before, ::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header, footer, nav, section, article, main, aside, figure, figcaption {
  display: block;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

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

a {
  color: inherit;
  text-decoration: none;
}

body {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  color: #333;
}
body.is-fixed {
  overflow: hidden;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 10px 6px 30px;
  width: 160px;
  margin: 0 auto;
}
.button-bg {
  background-color: #fff;
}
.button-bg .button_text {
  color: #4a4a4a;
}
.button_icon {
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button-border {
  border: 1px solid #fff;
}
.button_icon-path {
  fill: #fff;
}
.button_icon-path--contact {
  fill: #4a4a4a;
}
.button_text {
  margin-left: 10px;
  font-size: 16px;
  color: #fff;
}

.header {
  background-color: #4a4a4a;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header_container {
  position: relative;
  width: 100%;
}
.header_logo {
  display: inline-block;
  padding: 14px 24px;
  font-size: 20px;
  color: #fff;
}
.header_menu-button {
  border: none;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 30px;
  height: 36px;
  overflow: hidden;
  color: transparent;
  background: url(../img/bg_menu.png) center center no-repeat;
  background-size: 100% auto;
}
.header_menu-button.is-checked {
  background: url(../img/bg_menu-close.png) center center no-repeat;
  background-size: 100% auto;
}
.header_contents {
  display: none;
  height: calc(100vh - 76px);
  border-top: 1px solid #fff;
  padding-top: 60px;
}
.header_nav-item + .header_nav-item {
  margin-top: 24px;
}

.fv {
  position: relative;
}
.fv_contents {
  position: absolute;
  bottom: 26px;
  left: 0;
  width: 100%;
  height: 209px;
  background: url(../img/sp/bg_fv.png) center center no-repeat;
  background-size: 100% auto;
  padding: 32px;
}
.fv_heading-main {
  display: block;
  font-size: 40px;
  letter-spacing: 0.1em;
}
.fv_heading-sub {
  display: block;
  margin-top: 12px;
  font-size: 14px;
}

.section {
  padding: 42px 0;
}
.section_inner {
  padding: 0 32px;
}
.section_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 32px;
}
.section_head-center {
  text-align: center;
}
.section_head-main {
  font-size: 40px;
  letter-spacing: 0.1em;
}
.section_head-sub {
  font-size: 12px;
}
.section_lead-text {
  font-size: 16px;
  line-height: 1.6;
}
.section_contents {
  margin-top: 40px;
}

.service_item + .service_item {
  margin-top: 40px;
}
.service_item-img {
  text-align: center;
  margin-bottom: 14px;
}
.service_item-name {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.service_item-text {
  font-size: 14px;
  line-height: 1.6;
}

.works {
  background-color: #fafafa;
}
.works_item + .works_item {
  margin-top: 40px;
}
.works_item-img {
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.works_item-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}
.works_item-link {
  text-decoration: underline;
  font-size: 14px;
}

.about_img {
  margin-bottom: 32px;
}
.about_img img {
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.about_text {
  font-size: 16px;
  line-height: 1.6;
}
.about_text + .about_text {
  margin-top: 1em;
}

.flow {
  background-color: #fafafa;
}
.flow_list {
  margin-top: 64px;
}
.flow_item {
  position: relative;
  border: 1px solid #808080;
  padding: 46px 16px 24px;
}
.flow_item + .flow_item {
  margin-top: 46px;
}
.flow_item-num {
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 24px;
  background-color: #4a4a4a;
  color: #fff;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flow_item-img {
  margin-bottom: 24px;
  text-align: center;
}
.flow_item-name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.flow_item-text {
  font-size: 16px;
  line-height: 1.6;
}

.message_img {
  margin-bottom: 32px;
}
.message_img img {
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.message_text {
  font-size: 16px;
  line-height: 1.6;
}

.page-bottom {
  color: #fff;
}
.page-bottom_item {
  padding: 40px;
}
.page-bottom_item-contact {
  background-color: #6f6f6f;
}
.page-bottom_item-twitter {
  background-color: #4a4a4a;
}

.footer {
  text-align: center;
  padding: 10px;
}
.footer_copy {
  font-size: 11px;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
}

/*------------------------------------------
// pc
-----------------------------------------*/
@media screen and (min-width: 768px) {
  .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main {
    -ms-flex-preferred-size: 79.2%;
        flex-basis: 79.2%;
  }
  .header {
    position: relative;
    -ms-flex-preferred-size: 20.8%;
        flex-basis: 20.8%;
    padding: 50px 20px;
  }
  .header_container {
    width: 160px;
    margin: 0 auto;
    position: sticky;
    top: 50px;
  }
  .header_logo {
    font-size: 30px;
    letter-spacing: 0.12em;
    line-height: 1;
  }
  .header_menu-button {
    display: none;
  }
  .header_contents {
    border: none;
    display: block;
  }
  .button {
    -webkit-transition: background 0.3s, color 0.3s, opacity 0.3s;
    transition: background 0.3s, color 0.3s, opacity 0.3s;
  }
  .button:hover {
    background-color: #fff;
  }
  .button:hover .button_icon-path {
    fill: #4a4a4a;
  }
  .button:hover .button_text {
    color: #4a4a4a;
  }
  .button-bg {
    color: #4a4a4a;
  }
  .button-bg:hover {
    opacity: 0.7;
  }
  .section_inner {
    max-width: 944px;
    margin: 0 auto;
  }
  .section_head {
    margin-bottom: 24px;
  }
  .section_head-main {
    font-size: 60px;
  }
  .fv_contents {
    background: url(../img/bg_fv.png) center center no-repeat;
    background-size: 100% auto;
    bottom: 100px;
    left: 0;
    max-width: 627px;
    height: 174px;
    padding-top: 24px;
    padding-left: 96px;
  }
  .service_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8%;
  }
  .service_item + .service_item {
    margin-top: 0;
  }
  .works_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8%;
  }
  .works_item + .works_item {
    margin-top: 0;
  }
  .about_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 40px;
  }
  .flow_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .flow_item + .flow_item {
    margin-top: 0;
  }
  .message_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 40px;
  }
  .page-bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
/*------------------------------------------
// tb
-----------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section_head-main {
    font-size: 54px;
  }
  .fv_contents {
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  .flow_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 16px;
  }
}