@charset "UTF-8";
@import url("https://use.typekit.net/ttw0svl.css");
@import url("https://fonts.cdnfonts.com/css/helvetica-neue-9");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
@keyframes appear1 {
  0% {
    transform: rotate(-5deg) translateY(20px);
    opacity: 0;
  }
  100% {
    transform: rotate(0deg) translateY(0px);
    opacity: 1;
  }
}
@keyframes appear2 {
  0% {
    transform: rotate(-2.5deg) translateY(30px);
    opacity: 0;
  }
  100% {
    transform: rotate(-5deg) translateY(0px);
    opacity: 1;
  }
}
@keyframes appear3 {
  0% {
    transform: rotate(2.5deg) translateY(20px);
    opacity: 0;
  }
  100% {
    transform: rotate(5deg) translateY(0px);
    opacity: 1;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:active, a.active {
  color: #F0F7F7;
}

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

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
header {
  width: 100%;
  min-width: 1080px;
  background-color: #FFF;
  border-bottom: solid 1px #000;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
}
header .inner {
  width: calc(100% - 120px);
  margin: 0 auto;
  height: 60px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header .inner h1 {
  width: 240px;
  height: 60px;
  border-left: solid 1px #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
header .inner h1 span {
  width: 160px;
  height: 22px;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
header .inner h1.hide span {
  opacity: 0;
}
header .inner .hum {
  width: 60px;
  height: 60px;
  border-right: solid 1px #000;
  border-left: solid 1px #000;
  background-color: #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
header .inner .hum:hover {
  background-color: #FFF;
}
header .inner .hum:hover div span {
  background-color: #000;
}
header .inner .hum.on div {
  transform: rotate(270deg);
}
header .inner .hum.on div span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}
header .inner .hum.on div span:nth-child(2) {
  opacity: 0;
}
header .inner .hum.on div span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}
header .inner .hum div {
  width: 30px;
  height: 30px;
  position: relative;
  transition: all 0.25s ease-in 0s;
}
header .inner .hum div span {
  width: 100%;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  transition: all 0.25s ease-in 0s;
}
header .inner .hum div span:nth-child(1) {
  top: 5px;
  left: 0px;
}
header .inner .hum div span:nth-child(2) {
  top: 15px;
  left: 0px;
}
header .inner .hum div span:nth-child(3) {
  top: 25px;
  left: 0px;
}

nav {
  width: calc(100% - 120px);
  height: calc(100% - 120px);
  position: fixed;
  top: 60px;
  left: 60px;
  z-index: 9999;
  clip-path: inset(0 0 100% 0);
  transition: all 0.25s ease-in 0s;
  pointer-events: none;
}
nav.on {
  clip-path: inset(0 0 0 0);
  transition: all 0.25s ease-in 0s;
  pointer-events: auto;
}
nav .inner {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
nav .inner h2 {
  width: 160px;
  margin-bottom: 40px;
}
nav .inner h2 span {
  width: 100%;
  height: 22px;
  background-image: url(../images/logo_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
nav .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
nav .inner ul li:not(:last-child) {
  margin-bottom: 20px;
}
nav .inner ul li a {
  color: #F4F4F4;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  transition: all 0.25s ease-in 0s;
}
nav .inner ul li a:hover {
  color: #666;
  text-decoration: underline;
}

main {
  width: 100%;
  min-width: 1080px;
}
main .inner h3 {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 80px;
}
main .inner .contents {
  width: 100%;
  transition: clip-path 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  clip-path: inset(0 0 100% 0);
}
main .inner.on .contents {
  clip-path: inset(0 0 0 0);
}
main.home .inner {
  width: calc(100% - 120px);
  height: calc(100vh - 60px);
  margin: 0 auto;
  border-right: solid 1px #000;
  border-left: solid 1px #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main.home .inner.on .contents {
  clip-path: inset(0 0 0 0);
}
main.home .inner .contents {
  width: 320px;
  clip-path: inset(0 100% 0 0);
}
main.home .inner .contents h2 {
  width: 100%;
}
main.home .inner .contents h2 span {
  width: 100%;
  height: 44px;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main.service .inner {
  width: calc(100% - 120px);
  min-height: calc(100vh - 60px);
  padding: 100px 40px;
  margin: 0 auto;
  border-right: solid 1px #000;
  border-left: solid 1px #000;
}
main.service .inner .contents h3 {
  background-image: url(../images/title_service.svg);
  width: 214px;
  height: 45px;
}
main.service .inner .contents .detail {
  text-align: center;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main.service .inner .contents .detail .indetail {
  width: calc((100% - 60px) / 3);
  padding: 80px 20px;
  border: solid 5px #F4F4F4;
}
main.service .inner .contents .detail .indetail:nth-child(2) dl::after, main.service .inner .contents .detail .indetail:nth-child(3) dl::after {
  content: "";
  width: 100%;
  height: 30px;
  display: block;
}
main.service .inner .contents .detail dl {
  height: 100%;
  min-height: 240px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
main.service .inner .contents .detail dl:not(:last-child) {
  margin-bottom: 40px;
}
main.service .inner .contents .detail dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main.service .inner .contents .detail dl dt span:nth-child(1) {
  color: #000;
  font-family: ltc-bodoni-175, serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main.service .inner .contents .detail dl dt span:nth-child(1):not(:last-child) {
  margin-bottom: 16px;
}
main.service .inner .contents .detail dl dt span:nth-child(2) {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}
main.service .inner .contents .detail dl dd {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main.service .inner .contents .detail dl dd h4 {
  margin-bottom: 10px;
}
main.service .inner .contents .detail dl dd h4::before {
  width: 20px;
  height: 1px;
  background-color: #000;
  display: block;
}
main.service .inner .contents .detail dl dd h4 span {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.6rem;
  letter-spacing: 0em;
}
main.service .inner .contents .detail dl dd p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
}
main.service .inner .contents .detail dl dd p:not(:last-child) {
  margin-bottom: 40px;
}
main.service .inner .contents .detail dl dd .btn {
  width: 120px;
  height: 30px;
}
main.service .inner .contents .detail dl dd .btn a {
  color: #000;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: solid 1px #000;
  border-radius: 20px;
  transition: all 0.25s ease-in 0s;
}
main.service .inner .contents .detail dl dd .btn a:hover {
  opacity: 0.7;
}
main.service .inner .contents .consulting {
  text-align: left;
  width: 100%;
}
main.service .inner .contents .consulting .lead {
  width: 100%;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px #CCC;
}
main.service .inner .contents .consulting .lead h4 {
  color: #000;
  font-family: ltc-bodoni-175, serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
main.service .inner .contents .consulting .lead p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
}
main.service .inner .contents .consulting .lead p:not(:last-child) {
  margin-bottom: 8px;
}
main.service .inner .contents .consulting .more {
  width: 100%;
}
main.service .inner .contents .consulting .more:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px #CCC;
}
main.service .inner .contents .consulting .more .text {
  width: 100%;
}
main.service .inner .contents .consulting .more .text:not(:last-child) {
  margin-bottom: 40px;
}
main.service .inner .contents .consulting .more .text h4 {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
main.service .inner .contents .consulting .more .text p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
}
main.service .inner .contents .consulting .more .graph {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main.service .inner .contents .consulting .more .graph::before {
  content: "";
  width: 52px;
  height: 26px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  @inclde bgImg();
  order: 2;
}
main.service .inner .contents .consulting .more .graph > div {
  width: calc((100% - 52px - 80px) / 2);
}
main.service .inner .contents .consulting .more .graph > div:nth-child(1) {
  order: 1;
}
main.service .inner .contents .consulting .more .graph > div:nth-child(2) {
  order: 3;
}
main.service .inner .contents .consulting .more .single-graph {
  width: 70%;
  margin: 0 auto;
}
main.service .inner .contents .consulting .more.more1 dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main.service .inner .contents .consulting .more.more1 dl:not(:last-child) {
  margin-bottom: 40px;
}
main.service .inner .contents .consulting .more.more1 dl dt {
  color: #666;
  font-family: ltc-bodoni-175, serif;
  font-size: 6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  width: 10%;
}
main.service .inner .contents .consulting .more.more1 dl dd {
  width: 90%;
}
main.service .inner .contents .consulting .more.more1 dl dd h5 {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  margin-bottom: 8px;
}
main.service .inner .contents .consulting .more.more1 dl dd p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
}
main.service .inner .contents .consulting .casestudy {
  width: 100%;
  padding: 40px;
  background-color: #F0F7F7;
  border-radius: 10px;
}
main.service .inner .contents .consulting .casestudy .text {
  text-align: center;
  width: 100%;
}
main.service .inner .contents .consulting .casestudy .text:not(:last-child) {
  margin-bottom: 40px;
}
main.service .inner .contents .consulting .casestudy .text h4 {
  color: #666;
  font-family: ltc-bodoni-175, serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
main.service .inner .contents .consulting .casestudy .text p {
  color: #666;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
}
main.service .inner .contents .consulting .casestudy .case {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 2px;
}
main.service .inner .contents .consulting .casestudy .case dl {
  width: calc(50% - 1px);
  position: relative;
}
main.service .inner .contents .consulting .casestudy .case dl dt {
  color: #666;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  position: absolute;
  top: 20px;
  left: 20px;
}
main.service .inner .contents .consulting .casestudy .case dl dd {
  width: 100%;
  height: 100%;
  padding: 60px 20px 20px 20px;
  background-color: #FFF;
}
main.biography .inner {
  width: calc(100% - 120px);
  min-height: calc(100vh - 60px);
  padding: 100px 40px;
  margin: 0 auto;
  border-right: solid 1px #000;
  border-left: solid 1px #000;
}
main.biography .inner .contents h3 {
  background-image: url(../images/title_bio.svg);
  width: 279px;
  height: 46px;
}
main.biography .inner .contents .profile {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main.biography .inner .contents .profile .name {
  width: 300px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main.biography .inner .contents .profile .name span:nth-child(1) {
  color: #000;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
main.biography .inner .contents .profile .name span:nth-child(2) {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
main.biography .inner .contents .profile .data {
  text-align: left;
  width: calc(100% - 300px - 80px);
}
main.biography .inner .contents .profile .data dl:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: dotted 1px #CCC;
}
main.biography .inner .contents .profile .data dl dt {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
main.biography .inner .contents .profile .data dl dd {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0em;
}
main.contact .inner {
  width: calc(100% - 120px);
  min-height: calc(100vh - 60px);
  padding: 100px 40px;
  margin: 0 auto;
  border-right: solid 1px #000;
  border-left: solid 1px #000;
}
main.contact .inner .contents h3 {
  background-image: url(../images/title_contact.svg);
  width: 219px;
  height: 45px;
}
main.contact .inner .contents .myform {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
main.contact .inner .contents .myform .lead {
  width: 300px;
}
main.contact .inner .contents .myform .lead p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0em;
  text-align: justify;
}
main.contact .inner .contents .myform .status {
  text-align: left;
  width: calc(100% - 300px - 80px);
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px #000;
}
main.contact .inner .contents .myform .status h4 {
  color: #000;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
main.contact .inner .contents .myform .status h5 {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
main.contact .inner .contents .myform .status p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0em;
}
main.contact .inner .contents .myform form {
  text-align: left;
  width: calc(100% - 300px - 80px);
}
main.contact .inner .contents .myform form dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: dotted 1px #CCC;
}
main.contact .inner .contents .myform form dl dt {
  color: #000;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 0.05em;
  width: 30%;
  padding: 0 40px 0 0;
}
main.contact .inner .contents .myform form dl dd {
  width: 70%;
}
main.contact .inner .contents .myform form dl dd input {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  padding: 10px;
  margin: 0px;
  background-color: #F4F4F4;
  border: none;
  box-sizing: border-box;
}
main.contact .inner .contents .myform form dl dd textarea {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
  letter-spacing: 0em;
  width: 100%;
  min-height: 240px;
  padding: 10px;
  margin: 0px;
  background-color: #F4F4F4;
  border: none;
  box-sizing: border-box;
}
main.contact .inner .contents .myform form dl dd span {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
  letter-spacing: 0em;
}
main.contact .inner .contents .myform form .sendbtn {
  width: 100%;
  background-color: #000;
  transition: all 0.25s ease-in 0s;
}
main.contact .inner .contents .myform form .sendbtn:hover {
  background-color: #666;
}
main.contact .inner .contents .myform form .sendbtn:not(:last-child) {
  margin-bottom: 20px;
}
main.contact .inner .contents .myform form .sendbtn input {
  color: #FFF;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  letter-spacing: normal;
  width: 100%;
  height: 50px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main.contact .inner .contents .myform form .prev a,
main.contact .inner .contents .myform form .gohome a {
  color: #FFF;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  width: 100px;
  height: 50px;
  background-color: #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main.contact .inner .contents .myform form .prev a:hover,
main.contact .inner .contents .myform form .gohome a:hover {
  background-color: #666;
}

footer {
  width: 100%;
  min-width: 1080px;
  background-color: #FFF;
  border-top: solid 1px #000;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 999;
}
footer .inner {
  width: calc(100% - 120px);
  height: 60px;
  margin: 0 auto;
  border-right: solid 1px #000;
  border-left: solid 1px #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
footer .inner .cp p {
  color: #000;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}

/* ----------------------------------------------- Media Queries Smartphone -----------------------------------------------
------------------------------------------------------------------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }

  header {
    min-width: 100%;
  }
  header .inner {
    width: calc(100% - 40px);
    height: 40px;
  }
  header .inner h1 {
    width: 136px;
    height: 40px;
    border-left: solid 1px #000;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  header .inner h1 span {
    width: 116x;
    height: 16px;
  }
  header .inner .hum {
    width: 40px;
    height: 40px;
  }
  header .inner .hum.on div span:nth-child(1) {
    top: 9px;
  }
  header .inner .hum.on div span:nth-child(3) {
    top: 9px;
  }
  header .inner .hum div {
    width: 20px;
    height: 20px;
  }
  header .inner .hum div span {
    width: 100%;
    height: 1px;
  }
  header .inner .hum div span:nth-child(1) {
    top: 3px;
    left: 0px;
  }
  header .inner .hum div span:nth-child(2) {
    top: 9px;
    left: 0px;
  }
  header .inner .hum div span:nth-child(3) {
    top: 15px;
    left: 0px;
  }

  nav {
    width: calc(100% - 40px);
    height: calc(100% - 80px);
    position: fixed;
    top: 40px;
    left: 20px;
    z-index: 9999;
    clip-path: inset(0 0 100% 0);
    transition: all 0.25s ease-in 0s;
    pointer-events: none;
  }
  nav.on {
    clip-path: inset(0 0 0 0);
    transition: all 0.25s ease-in 0s;
    pointer-events: auto;
  }
  nav .inner {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  nav .inner h2 {
    width: 160px;
    margin-bottom: 40px;
  }
  nav .inner h2 span {
    width: 100%;
    height: 22px;
    background-image: url(../images/logo_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  nav .inner ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  nav .inner ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  nav .inner ul li a {
    color: #F4F4F4;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    transition: all 0.25s ease-in 0s;
  }
  nav .inner ul li a:hover {
    color: #666;
    text-decoration: underline;
  }

  main {
    min-width: 100%;
  }
  main .inner h3 {
    margin-bottom: 40px;
  }
  main.home .inner {
    width: calc(100% - 40px);
    height: calc(100vh - 40px);
    margin: 0 auto;
  }
  main.home .inner .contents {
    width: 218px;
  }
  main.home .inner .contents h2 span {
    width: 100%;
    height: 30px;
  }
  main.service .inner {
    width: calc(100% - 40px);
    min-height: calc(100vh - 40px);
    padding: 80px 20px 80px 20px;
  }
  main.service .inner .contents h3 {
    background-image: url(../images/title_service.svg);
    width: 119px;
    height: 25px;
  }
  main.service .inner .contents .detail {
    text-align: center;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px 0;
  }
  main.service .inner .contents .detail .indetail {
    width: 100%;
    padding: 20px 20px;
    border: solid 5px #F4F4F4;
  }
  main.service .inner .contents .detail dl {
    min-height: 200px;
  }
  main.service .inner .contents .detail dl:not(:last-child) {
    margin-bottom: 40px;
  }
  main.service .inner .contents .detail dl dt {
    margin-bottom: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main.service .inner .contents .detail dl dt span:nth-child(1) {
    color: #000;
    font-family: ltc-bodoni-175, serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main.service .inner .contents .detail dl dt span:nth-child(1):not(:last-child) {
    margin-bottom: 16px;
  }
  main.service .inner .contents .detail dl dt span:nth-child(2) {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main.service .inner .contents .detail dl dd {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main.service .inner .contents .detail dl dd h4 {
    margin-bottom: 10px;
  }
  main.service .inner .contents .detail dl dd h4 span {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.6rem;
    letter-spacing: 0em;
  }
  main.service .inner .contents .detail dl dd p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
  main.service .inner .contents .detail dl dd p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.service .inner .contents .detail dl dd .btn {
    width: 120px;
    height: 30px;
  }
  main.service .inner .contents .detail dl dd .btn a {
    color: #000;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    border-radius: 20px;
  }
  main.service .inner .contents .consulting .lead {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  main.service .inner .contents .consulting .lead h4 {
    color: #000;
    font-family: ltc-bodoni-175, serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main.service .inner .contents .consulting .lead p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main.service .inner .contents .consulting .lead p:not(:last-child) {
    margin-bottom: 8px;
  }
  main.service .inner .contents .consulting .more:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  main.service .inner .contents .consulting .more .text {
    width: 100%;
  }
  main.service .inner .contents .consulting .more .text:not(:last-child) {
    margin-bottom: 20px;
  }
  main.service .inner .contents .consulting .more .text h4 {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main.service .inner .contents .consulting .more .text p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main.service .inner .contents .consulting .more .text p br {
    display: none;
  }
  main.service .inner .contents .consulting .more .graph {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main.service .inner .contents .consulting .more .graph::before {
    margin-bottom: 40px;
    position: relative;
    transform: rotate(90deg);
  }
  main.service .inner .contents .consulting .more .graph > div {
    width: 100%;
  }
  main.service .inner .contents .consulting .more .graph > div:not(:last-child) {
    margin-bottom: 40px;
  }
  main.service .inner .contents .consulting .more .graph > div:nth-child(1) {
    order: 1;
  }
  main.service .inner .contents .consulting .more .graph > div:nth-child(2) {
    order: 3;
  }
  main.service .inner .contents .consulting .more .single-graph {
    width: 100%;
    margin: 0 auto;
  }
  main.service .inner .contents .consulting .more.more1 dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main.service .inner .contents .consulting .more.more1 dl:not(:last-child) {
    margin-bottom: 20px;
  }
  main.service .inner .contents .consulting .more.more1 dl dt {
    color: #666;
    font-family: ltc-bodoni-175, serif;
    font-size: 4rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    width: 20%;
  }
  main.service .inner .contents .consulting .more.more1 dl dd {
    width: 80%;
  }
  main.service .inner .contents .consulting .more.more1 dl dd h5 {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    margin-bottom: 8px;
  }
  main.service .inner .contents .consulting .more.more1 dl dd p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main.service .inner .contents .consulting .casestudy {
    width: 100%;
    padding: 20px;
    background-color: #F0F7F7;
    border-radius: 10px;
  }
  main.service .inner .contents .consulting .casestudy .text {
    text-align: center;
    width: 100%;
  }
  main.service .inner .contents .consulting .casestudy .text:not(:last-child) {
    margin-bottom: 20px;
  }
  main.service .inner .contents .consulting .casestudy .text h4 {
    color: #666;
    font-family: ltc-bodoni-175, serif;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main.service .inner .contents .consulting .casestudy .text p {
    color: #666;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main.service .inner .contents .consulting .casestudy .case {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 2px;
  }
  main.service .inner .contents .consulting .casestudy .case dl {
    width: 100%;
  }
  main.service .inner .contents .consulting .casestudy .case dl dt {
    color: #666;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    text-align: center;
    width: calc(100% - 20px);
    position: absolute;
    top: 20px;
    left: 10px;
  }
  main.service .inner .contents .consulting .casestudy .case dl dd {
    width: 100%;
    height: auto;
    padding: 60px 10px 20px 10px;
  }
  main.biography .inner {
    width: calc(100% - 40px);
    min-height: calc(100vh - 40px);
    padding: 80px 20px 80px 20px;
  }
  main.biography .inner .contents h3 {
    background-image: url(../images/title_bio.svg);
    width: 152px;
    height: 25px;
  }
  main.biography .inner .contents .profile {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main.biography .inner .contents .profile .name {
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: solid 1px #000;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main.biography .inner .contents .profile .name span:nth-child(1) {
    color: #000;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 15px;
  }
  main.biography .inner .contents .profile .name span:nth-child(2) {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  main.biography .inner .contents .profile .data {
    width: 100%;
  }
  main.biography .inner .contents .profile .data dl:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  main.biography .inner .contents .profile .data dl dt {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  main.biography .inner .contents .profile .data dl dd {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8rem;
    letter-spacing: 0em;
  }
  main.contact .inner {
    width: calc(100% - 40px);
    min-height: calc(100vh - 40px);
    padding: 80px 20px 80px 20px;
  }
  main.contact .inner .contents h3 {
    background-image: url(../images/title_contact.svg);
    width: 122px;
    height: 25px;
  }
  main.contact .inner .contents .myform {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main.contact .inner .contents .myform .lead {
    display: none;
  }
  main.contact .inner .contents .myform .status {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  main.contact .inner .contents .myform .status h4 {
    color: #000;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main.contact .inner .contents .myform .status h5 {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  main.contact .inner .contents .myform .status p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0em;
  }
  main.contact .inner .contents .myform form {
    text-align: left;
    width: 100%;
  }
  main.contact .inner .contents .myform form dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: dotted 1px #CCC;
  }
  main.contact .inner .contents .myform form dl dt {
    color: #000;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 3rem;
    letter-spacing: 0.05em;
    width: 100%;
    padding: 0 0 10px 0;
  }
  main.contact .inner .contents .myform form dl dd {
    width: 100%;
  }
  main.contact .inner .contents .myform form dl dd input {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main.contact .inner .contents .myform form dl dd textarea {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
  main.contact .inner .contents .myform form .sendbtn {
    width: 100%;
    background-color: #000;
    transition: all 0.25s ease-in 0s;
  }
  main.contact .inner .contents .myform form .sendbtn:hover {
    background-color: #666;
  }
  main.contact .inner .contents .myform form .sendbtn input {
    color: #FFF;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    letter-spacing: normal;
    width: 100%;
    height: 50px;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  footer {
    min-width: 100%;
  }
  footer .inner {
    width: calc(100% - 40px);
    height: 40px;
  }
  footer .inner .cp p {
    color: #000;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

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