body {
  font-size: 14px; }

.sp {
  display: none; }

header {
  position: fixed;
  background: #fff;
  padding: 20px 0 15px;
  width: 100%;
  z-index: 2; }
  header h1 {
    text-align: center; }
    header h1 img {
      width: 150px; }

main {
  letter-spacing: 1px; }
  main section {
    clear: both; }
  main h2 {
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
    text-align: center;
    letter-spacing: 2px;
    padding: 50px 0;
    line-height: 1;
    background: #333;
    color: #fff;
    padding: 200px 0 130px;
    margin-bottom: 50px;
    font-family: 'Playfair Display', serif; }
    main h2 span {
      font-size: 14px; }
  main h3 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: normal; }
  main .warp {
    margin: 0px 8% 50px;
    line-height: 1.8;
    text-align: center;
    text-align: center; }
  main .fLink a {
    display: block;
    background: #333;
    color: #fff;
    padding: 20px 0;
    width: 84%;
    border-radius: 4px;
    margin: 0 auto;
    clear: both;
    text-align: center;
    font-weight: 600; }
  main #service {
    padding-bottom: 50px; }
    main #service .warp {
      margin: 80px 8% 80px; }
    main #service dl {
      overflow: hidden;
      margin-bottom: 50px; }
    main #service dt {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 10px;
      color: #333; }
    main #service dd {
      width: 50%;
      float: left; }
      main #service dd h4 {
        font-size: 18px;
        width: 90%;
        margin-left: 10%;
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
        margin-bottom: 5px; }
      main #service dd table {
        width: 90%;
        margin-left: 10%; }
      main #service dd th {
        text-align: left;
        font-weight: normal;
        padding: 10px; }
      main #service dd td {
        text-align: left; }
      main #service dd p {
        width: 90%;
        margin-left: 10%;
        margin-bottom: 20px; }
  main #works {
    padding-bottom: 50px; }
    main #works ul {
      overflow: hidden; }
    main #works li {
      float: left;
      width: 43%;
      margin: 0 2% 30px; }
  main #company {
    padding-bottom: 50px; }
    main #company dl {
      display: table;
      width: 100%;
      margin: 0 auto 20px; }
    main #company dt {
      font-weight: 700;
      display: table-cell;
      text-align: left;
      width: 20%; }
    main #company dd {
      display: table-cell;
      text-align: left; }
  main #contact {
    padding-bottom: 50px; }
    main #contact p {
      margin-bottom: 20px; }
    main #contact dt span {
      color: #e70003; }
    main #contact p span {
      color: #e70003; }
    main #contact dl {
      margin-bottom: 20px; }
    main #contact dt {
      font-weight: 700;
      margin-bottom: 5px; }
    main #contact .text1 {
      border: 1px solid #ccc;
      border-radius: 2px;
      padding: 10px 10px;
      width: 40%; }
    main #contact .text2 {
      border: 1px solid #ccc;
      border-radius: 2px;
      padding: 10px 10px;
      width: 60%; }
    main #contact .text3 {
      border: 1px solid #ccc;
      border-radius: 2px;
      padding: 10px 10px;
      width: 20%; }
    main #contact .text4 {
      border: 1px solid #ccc;
      border-radius: 2px;
      padding: 10px 10px;
      width: 100%;
      height: 100px; }
    main #contact select {
      height: 20px; }
    main #contact .send input {
      display: block;
      background: #333;
      color: #fff;
      padding: 20px 0;
      width: 84%;
      border-radius: 4px;
      margin: 0 auto;
      clear: both;
      text-align: center;
      font-weight: 600;
      border: 0;
      cursor: pointer; }
  main #privacy {
    padding-bottom: 50px; }
    main #privacy dt {
      font-weight: 700;
      font-size: 16px; }
    main #privacy p {
      margin-bottom: 20px; }
    main #privacy ol {
      margin-bottom: 20px; }
    main #privacy li {
      list-style: disc;
      margin-left: 25px; }

footer {
  background: #fff;
  padding: 20px 0; }
  footer h2 {
    text-align: center;
    margin-bottom: 20px; }
    footer h2 img {
      width: 150px; }
  footer .copy {
    text-align: center;
    font-size: 12px; }

/*menu*/
.menu {
  height: 60px;
  position: fixed;
  right: 0px;
  top: 0px;
  width: 60px;
  z-index: 99; }

.menu__line {
  background: #333;
  display: block;
  height: 3px;
  border-radius: 3px;
  position: absolute;
  transition: transform .3s;
  width: 50%;
  left: 25%; }

.menu__line--top {
  top: 20px; }

.menu__line--center {
  top: 28px; }

.menu__line--bottom {
  bottom: 20px; }

.menu__line--top.active {
  top: 28.5px;
  transform: rotate(45deg); }

.menu__line--center.active {
  transform: scaleX(0); }

.menu__line--bottom.active {
  bottom: 28.5px;
  transform: rotate(135deg); }

/*gnav*/
.gnav {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 98; }

.gnav__wrap {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%; }

.gnav__menu__item {
  margin: 40px 0; }

.gnav__menu__item a {
  font-family: din-2014,sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #333;
  font-size: 20px;
  letter-spacing: 8px;
  text-decoration: none;
  transition: .5s; }
  .gnav__menu__item a span {
    color: #333; }

.gnav__menu__item a:hover {
  color: #333; }
