@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
  min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.clear {
  clear: both;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/*電話番号リンクホバー時のカーソルイベント非表示*/
a[href^="tel:"] {
  cursor: default;
}

.pc1024-only {
  display: none;
}

.pc768-only {
  display: none;
}

.pc415-only {
  display: none;
}

.sp414-only {
  display: none !important;
}

.sp666-only {
  display: none !important;
}

.sp768-only {
  display: none !important;
}

body {
  text-align: justify;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: -apple-system, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; /* プロポーショナルメトリクスを有効に */
}

img {
  max-width: 100%;
}

.container {
  width: 90%;
  max-width: 90rem;
  margin: 0 auto;
}

.wrapper {
  overflow: hidden;
}

.img--big {
  text-align: center;
}
.img--big img {
  width: 50rem;
}

.heading-h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.heading-h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.heading-h3 span {
  font-size: 4.8rem;
  font-weight: normal;
}
.heading-underbar::after {
  content: "";
  display: block;
  width: 5rem;
  height: 0.2rem;
  margin: 0 auto 5rem;
  -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
  background-color: #3b3a3b;
}
.heading-white {
  color: #fff;
}
.heading-right {
  text-align: right;
}
.heading-center {
  text-align: center;
}
.heading-bold {
  font-weight: bold;
}

.btn__contact {
  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;
  color: #fff;
  background-color: #3b3a3b;
  width: 70%;
  max-width: 40rem;
  margin: 20px auto 0;
  text-align: center;
  padding: 2rem 0;
  border-radius: 1rem;
}
.btn__contact--icon {
  width: 2rem;
  margin-right: 1rem;
}
.btn__contact--icon-big {
  width: 2.4rem;
}
.btn__header {
  background-color: #fff !important;
  border: 3px solid #3b3a3b !important;
  color: #000;
}

.challenge {
  background-color: #3b3a3b;
  color: #fff;
  border-radius: 1rem;
  padding: 2rem;
}
.challenge__copy {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.challenge__copy span {
  display: block;
  font-size: 1.6rem;
  padding: 1rem;
}
.challenge__contact {
  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;
  width: 20rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 1rem 2rem;
  border: 1px solid #fff;
  margin: 0 auto;
  border-radius: 1rem;
}
.challenge__contact--icon {
  width: 2.4rem;
  margin-right: 1rem;
}

.bg-gray {
  background-color: #ECECEC;
}

.map-box {
  /*	height: 50%;*/
  padding-bottom: 30%;
  position: relative;
  overflow: hidden;
}

.map-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.invisible {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
}

.visible {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.fadeIn {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.fadeInUp {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.fadeInDown {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
.fadeInLeft {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}
.fadeInright {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}
.fadeInActive {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein.right {
  -webkit-transform: translate(80px, 0);
          transform: translate(80px, 0);
}

.fadein.left {
  -webkit-transform: translate(-80px, 0);
          transform: translate(-80px, 0);
}

.fadein.top {
  -webkit-transform: translate(0, -80px);
          transform: translate(0, -80px);
}

.fadein.scrollin, .fadein.inright.scrollin, .fadein.left.scrollin, .fadein.top.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein.delay1 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.fadein.delay2 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.fadein.delay3 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.header {
  position: relative;
}
.header-nav__logo {
  padding: 2rem 0;
}
.header-nav__logo img {
  width: 21rem;
}
.header-nav__link {
  color: #000;
}
.header__title {
  font-size: 2.8rem;
  line-height: 1.4;
  margin-bottom: 1rem;
  font-weight: bold;
}
.header__title::after {
  -webkit-transform: translateY(0.4rem);
          transform: translateY(0.4rem);
  content: "";
  display: block;
  width: 5rem;
  height: 0.2rem;
  background-color: #3b3a3b;
}
.header__copy {
  font-size: 2rem;
  margin-bottom: 2rem;
  letter-spacing: 0;
}
section {
  padding: 4rem 0;
}

.skew {
  padding: 0;
}
.skew-business {
  background-color: #ECECEC;
  position: relative;
  margin-top: 10rem;
}
.skew-business::before {
  content: "";
  position: absolute;
  top: -10rem;
  border-bottom: 10rem solid #ECECEC;
  border-left: 100vw solid transparent;
}
.skew-business::after {
  content: "";
  position: absolute;
  bottom: -10rem;
  border-top: 10rem solid #ECECEC;
  border-right: 100vw solid transparent;
}
.skew-web {
  background-color: #3b3a3b;
  position: relative;
  margin-top: 10rem;
}
.skew-web::before {
  content: "";
  position: absolute;
  top: -10rem;
  border-bottom: 10rem solid #3b3a3b;
  border-left: 100vw solid transparent;
}

.business h2 {
  -webkit-transform: translateY(-5rem);
          transform: translateY(-5rem);
}
.business__item {
  background-color: #fff;
  margin-bottom: 2rem;
  border: 3px solid #3b3a3b;
}
.business__heading {
  font-size: 2.4rem;
  font-weight: bold;
  background-color: #3b3a3b;
  color: #fff;
  text-align: center;
  padding: 1rem 0 0;
  margin-bottom: 2rem;
  width: 100%;
  position: relative;
}
.business__heading::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-color: #3b3a3b transparent transparent transparent;
  border-width: 2rem 44vw 0 44vw;
  z-index: 1;
}
.business__image {
  text-align: center;
  padding: 2rem 0;
}
.business-description__list {
  text-align: center;
  padding: 2rem 0;
}
.business-description__item {
  margin-bottom: 0.5rem;
}

.web-production {
  padding: 4rem 0;
}
.web-production__image {
  margin-bottom: 4rem;
}
.web-production__item {
  background-color: #fff;
  padding: 2rem;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 1rem;
  margin-bottom: 2rem;
}
.web-support {
  padding: 6rem 0;
  background-color: #ECECEC;
}
.web-support__list {
  background-color: #fff;
  padding: 4rem 2rem;
  margin-bottom: 4rem;
  text-align: center;
  border-radius: 1rem;
}
.web-support__item {
  font-weight: bold;
  font-size: 1.8rem;
}
.web-support__item:not(:last-of-type) {
  margin-bottom: 1rem;
}
.web-support__image {
  margin-bottom: 4rem;
}

.outsourcing__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;
}
.outsourcing__item {
  padding: 2rem 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.outsourcing__image {
  margin-bottom: 1rem;
}
.outsourcing__image img {
  width: 6rem;
}

.human h2 {
  margin-bottom: 4rem;
}
.human__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;
}
.human__item {
  padding: 2rem 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31%;
          flex: 0 0 31%;
  text-align: center;
  background-color: #fff;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.human__title {
  font-weight: bold;
}
.human__image {
  margin-bottom: 1rem;
}
.human__image img {
  width: 4rem;
}

.partner {
  color: #fff;
  background-color: #3b3a3b;
  overflow: hidden;
}
.partner__description {
  margin-bottom: 2rem;
}
.partner__list {
  margin-bottom: 4rem;
}
.partner__item {
  padding-bottom: 0.5rem;
  border-bottom: 2px dotted #fff;
}
.partner__item:not(:last-of-type) {
  margin-bottom: 2rem;
}
.partner__image {
  text-align: center;
  margin-top: -12rem;
  -webkit-transform: translateY(12rem);
          transform: translateY(12rem);
}
.partner__image img {
  width: 80%;
}

.works h2 span {
  font-size: 1.6rem;
  display: block;
}
.works__box {
  text-align: center;
}
.works__link {
  color: #000;
  width: 80%;
  max-width: 30rem;
  margin: 0 auto 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.works__image--logo {
  max-width: 20rem;
  margin-bottom: 0.5rem;
}
.about h2 {
  -webkit-transform: translateY(-6rem);
          transform: translateY(-6rem);
}
.about h2 span {
  font-size: 1.6rem;
  display: block;
}
.about__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.about__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4rem;
}
.about__image--illust {
  border-radius: 50%;
  background-color: #fff;
  margin-bottom: 1rem;
  padding: 2rem;
}
.about__item {
  margin-bottom: 1.6rem;
  border-bottom: 2px dotted #000;
  padding-bottom: 0.5rem;
}
.about__item dt {
  font-weight: bold;
}

.news {
  padding: 6rem 0 4rem;
}
.news h2 {
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
}
.news__item:not(:last-of-type) {
  margin-bottom: 1rem;
}

.privacy-policy .heading-h3 {
  margin-top: 1.6em;
}

.footer {
  text-align: center;
  background-color: #ECECEC;
  padding: 4rem 0 2rem;
}
.footer__contents {
  margin-bottom: 2rem;
}
.footer__logo {
  margin-bottom: 2rem;
}
.footer__logo img {
  width: 20rem;
}
.footer__copyright {
  display: block;
  text-align: center;
  font-size: 1.4rem;
}

.form__item input[type=text],
.form__item textarea {
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
.form__item input[type=text]#postal_code {
  width: 14rem;
}
.form__item input[type=button],
.form__item input[type=submit] {
  padding: 1rem 1.5rem;
  background-color: #cbcbcb;
}
.form__item textarea {
  height: 14rem;
  font-size: 2rem;
}

.page-top {
  display: none;
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  z-index: 3;
  background-color: #3b3a3b;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0.2rem 0.2rem #fff;
          box-shadow: 0 0 0.2rem 0.2rem #fff;
}
.page-top a {
  position: relative;
  color: #fff;
  font-size: 1.4rem;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 2.8rem;
  padding-left: 0.3rem;
}
.page-top a::before, .page-top a::after {
  content: "";
  position: absolute;
  left: 1.8rem;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page-top a::before {
  top: 1.8rem;
}
.page-top a::after {
  top: 2.8rem;
}
.page-top span {
  text-align: center;
}

.display_block {
  display: block !important;
}

/*------------------------------------
humberger-menu
-------------------------------------*/
.humberger__menu {
  display: none !important;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  border: 0.3rem solid #3b3a3b;
  width: 6rem;
  height: 6rem;
}
.humberger__icon {
  display: block;
  width: 4rem;
  height: 0.3rem;
  margin: 0 auto;
  border-radius: 6px;
  background-color: #3b3a3b;
  position: absolute;
  left: 0.7rem;
}
.humberger__icon:nth-of-type(1) {
  top: 1rem;
}
.humberger__icon:nth-of-type(2) {
  top: 2rem;
}
.humberger__icon:nth-of-type(3) {
  top: 3rem;
}
@supports (-ms-ime-align: auto) {
  /* Edge にのみ適用される */
}
@media only screen and (min-width: 1024px) {
  .pc1024-only {
    display: block;
  }
  .challenge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4rem;
  }
  .challenge__copy {
    text-align: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  .challenge__copy span {
    padding: 0;
  }
  .challenge__contact {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
  .business__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .business__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
            flex: 0 0 31%;
  }
  .business__heading::after {
    border-width: 2rem 13.5rem 0 13.5rem;
  }
  .outsourcing__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
  }
  .human__item {
    padding: 6rem 0;
  }
  .partner {
    padding: 4rem 0;
  }
  .partner__item {
    padding-left: 2rem;
  }
  .partner__image img {
    width: 26rem;
  }
}
@media only screen and (min-width: 768px) {
  .pc768-only {
    display: block;
  }
  .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-nav__item {
    padding-left: 2.5rem;
  }
  .header__contents {
    padding: 2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__description {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__title::after {
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  .header__title {
    font-size: 3.2rem;
    margin-bottom: 4rem;
  }
  .header__btn a {
    width: 100%;
  }
  .header__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
  section {
    padding: 6rem 0;
  }
  .web-production {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .web-production__box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  .web-production__item {
    font-size: 1.8rem;
  }
  .web-support__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2rem;
  }
  .web-support__contents {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .web-support__list {
    margin-bottom: 0;
  }
  .web-support__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .human__item {
    padding: 4rem 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28%;
            flex: 0 0 28%;
  }
  .partner {
    padding: 4rem 0;
  }
  .partner__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .partner__contents {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .partner__list {
    margin-bottom: 0;
  }
  .partner__image img {
    width: 22rem;
  }
  .about__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
  .about__list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  .about__item {
    padding: 0 2rem 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about__item dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
  .about__item dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
  .news h2 {
    -webkit-transform: translateY(4rem);
            transform: translateY(4rem);
  }
  .news__list {
    padding-top: 4rem;
  }
  .news__item {
    padding: 0 2rem 0.5rem;
    border-bottom: 1px dotted #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
  .news__description {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
  .footer {
    text-align: left;
  }
  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__contents .btn__contact {
    width: 100%;
  }
  .footer__map {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
  }
  .form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem;
  }
  .form__item dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
  .form__item dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
}
@media only screen and (min-width: 415px) {
  .pc415-only {
    display: block;
  }
}
@media only screen and (max-width: 414px) {
  .sp414-only {
    display: block !important;
  }
}
@media only screen and (max-width: 666px) {
  .sp666-only {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  .sp768-only {
    display: block !important;
  }
}
@media only screen and (min-width: 769px) {
  .btn__header {
    border: 3px solid #3b3a3b !important;
  }
  .btn--hover {
    border: 1.5px solid #fff;
    overflow: hidden;
    position: relative;
  }
  .btn--hover::after {
    content: "";
    width: 40rem;
    height: 25rem;
    border-radius: 100%;
    background-color: #3e1a0a;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .btn--hover::before {
    content: "相談する";
    font-weight: normal;
    display: none;
  }
  .btn--hover:hover {
    border: 1.5px solid #fff !important;
    color: #fff !important;
  }
  .btn--hover:hover::before {
    display: inline;
    position: absolute;
    z-index: 1;
  }
  .btn--hover:hover::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  .header-nav__link {
    position: relative;
    padding-bottom: 0.5rem;
  }
  .header-nav__link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    display: inline-block;
    border-bottom: solid 0.2rem #3e1a0a;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 0;
  }
  .header-nav__link:hover::after {
    left: 0;
    width: 103%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .header__description {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}
@media only screen and (min-width: 667px) {
  .human__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28%;
            flex: 0 0 28%;
    padding: 3rem 0;
  }
  .human__image img {
    width: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer__container {
    width: 100%;
    margin: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .works__image--mockup {
    height: 100%;
  }
}
/*# sourceMappingURL=style.css.map */
