@charset "UTF-8";
/***************************************
 *
 *base CSS
 *
 *2019/XX
 *
 ****************************************** */
/*****************************
 *
 *settings
 *
 ***************************** */
/***********************
 *
 *common
 *
 ********************** */
* {
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: inherit; }

li {
  list-style: none; }

i, em {
  font-style: normal; }

body {
  margin: 0px;
  padding: 0px;
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400; }

html {
  margin: 0px;
  padding: 0px;
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  overflow-x: hidden; }

body {
  overflow-x: hidden;
  color: #202124; }

ul {
  margin: 0;
  padding: 0; }

h2, h3, h4, h5 {
  font-weight: bold; }

.ib {
  width: 1100px;
  margin: 0 auto;
  position: relative; }

table {
  border-collapse: collapse; }

#wpadminbar {
  display: none; }

.pc_content {
  display: block !important; }

.sp_content {
  display: none !important; }

::-webkit-scrollbar {
  width: 10px; }

::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777; }

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  box-shadow: none; }

.btn_border {
  text-align: center;
  display: block;
  margin: 20px auto;
  position: relative;
  max-width: 300px;
  background: #f1f1f1; }
  .btn_border::before {
    right: 0;
    top: 0; }
  .btn_border::after {
    left: 0;
    bottom: 0; }
  .btn_border::before, .btn_border::after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    transition: all 0.2s linear;
    background: #000;
    transition-delay: 0s; }
  .btn_border:hover::before, .btn_border:hover::after {
    width: 100%;
    transition-delay: 0.2s; }
  .btn_border:hover span::before, .btn_border:hover span::after {
    height: 100%;
    transition-delay: 0s; }
  .btn_border span {
    display: block;
    padding: 15px;
    font-size: 16px;
    color: #000;
    position: relative; }
    .btn_border span::before {
      left: 0;
      top: 0; }
    .btn_border span::after {
      right: 0;
      bottom: 0; }
    .btn_border span::before, .btn_border span::after {
      content: "";
      width: 1px;
      height: 0;
      position: absolute;
      transition: all 0.2s linear;
      background: #000;
      transition-delay: 0.2s; }

/*************************************
 *
 *404
 *
 ************************************* */
p.p404 {
  padding: 40px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  background: #f1f1f1;
  margin: 40px 0; }

/***************************************
 *
 *header
 *
 ************************************* */
.dn {
  display: none; }

#loading {
  background: url(../img/loading.gif) 50% 50% no-repeat, #fff;
  background-size: 320px auto, cover;
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999; }

.bottom_bnr {
  position: fixed;
  padding: 15px;
  width: 100%;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999; }
  .bottom_bnr a {
    width: 450px;
    padding: 20px;
    background: #d63031;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    border-radius: 6px;
    display: block;
    font-size: 20px;
    letter-spacing: 0.2rem;
    font-weight: bold;
    transition: 0.4s ease; }
    .bottom_bnr a:hover {
      background: #ff7979; }
    .bottom_bnr a span {
      display: table;
      margin: 0 auto;
      text-align: center;
      font-size: 14px;
      position: relative; }
      .bottom_bnr a span:before {
        content: "";
        width: 1px;
        height: 15px;
        background: #fff;
        display: block;
        position: absolute;
        right: -10px;
        top: 3px;
        transform: rotate(12deg); }
      .bottom_bnr a span:after {
        content: "";
        width: 1px;
        height: 15px;
        background: #fff;
        display: block;
        position: absolute;
        left: -10px;
        top: 3px;
        transform: rotate(-12deg); }

header {
  min-height: 65px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  left: 0; }
  header:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    background: #fff;
    height: 0;
    left: 0;
    top: 0;
    transition: 0.4s ease; }
  header.work h1, header.work nav ul li a, header.work .h_tel a {
    color: #202124 !important; }
  header.scrolled h1 {
    color: #202124; }
  header.scrolled nav ul li a {
    color: #202124; }
    header.scrolled nav ul li a:before {
      background: #202124; }
  header.scrolled:before {
    transition: 0.4s ease;
    height: 65px; }
  header.scrolled .h_tel a {
    color: #202124; }
  header .ib {
    padding: 10px 10px;
    width: 100%; }
  header h1 {
    margin: 0;
    padding-left: 12px;
    margin-top: 3px;
    font-size: 32px;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-family: "Montserrat"; }
  header nav {
    position: absolute;
    right: 90px;
    top: 10px;
    width: 700px; }
    header nav ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end; }
      header nav ul li {
        text-align: center;
        padding: 0 15px; }
        header nav ul li a, header nav ul li span {
          cursor: pointer;
          display: inline-block;
          padding: 10px 0;
          font-weight: 700;
          font-size: 15px;
          position: relative;
          transition: 0.3s ease;
          font-family: "Montserrat";
          text-transform: lowercase; }
          header nav ul li a:first-letter, header nav ul li span:first-letter {
            text-transform: uppercase; }
          header nav ul li a:before, header nav ul li span:before {
            content: "";
            height: 1px;
            width: 0;
            position: absolute;
            bottom: 0;
            display: block;
            left: 0;
            background: #d63031;
            transition: 0.3s ease; }
          header nav ul li a:hover, header nav ul li span:hover {
            color: #d63031; }
            header nav ul li a:hover:before, header nav ul li span:hover:before {
              width: 100%;
              transition: 0.3s ease; }
  header .h_tel {
    position: absolute;
    right: 25px;
    top: 10px;
    width: 70px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    header .h_tel a {
      display: block;
      height: 35px;
      width: 35px;
      text-align: center;
      color: #053366;
      font-size: 20px; }
      header .h_tel a:before {
        content: "";
        position: absolute;
        top: 10px;
        font-family: material icons; }
      header .h_tel a:nth-child(2):before {
        content: ""; }

#tubular-container {
  z-index: -2 !important;
  top: 0 !important; }

#tubular-shield {
  z-index: -1 !important; }

.scroll {
  display: block;
  position: absolute;
  width: 4px;
  height: calc(50vh - 300px);
  background: #000;
  bottom: -15px;
  right: calc(50% - 2px);
  z-index: 99;
  opacity: 0;
  transition: 0.4s ease;
  animation: scroll_show 0.6s ease forwards 3.4s; }
  .scroll i {
    position: absolute;
    top: 0;
    left: calc(50% - 33px);
    top: -30px;
    font-size: 16px;
    font-weight: 700; }
@keyframes scroll_show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .scroll:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    animation: dot_move 3s infinite;
    left: -2px; }
@keyframes dot_move {
  0% {
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    transform: translateY(200px); }
  100% {
    opacity: 0; } }
.topimg {
  height: 100vh;
  position: relative;
  z-index: 9;
  background: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url(../img/puzzle_bg.jpg);
  background-size: 100% auto, 500px auto;
  overflow: hidden;
  animation: 20s forwards infinite linear bg_move; }
@keyframes bg_move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -750px 0; } }
@keyframes bg_change {
  0% {
    background: #f1f1f1; }
  33% {
    background: #edf5fb; }
  66% {
    background: #fdfae4; }
  100% {
    background: #f1f1f1; } }
  .topimg .svg_m_1 {
    position: absolute;
    top: 20px;
    left: 20px; }
  .topimg .bulb {
    position: absolute;
    width: 38px;
    top: calc(50% - 358px);
    right: calc(50% - 560px);
    transform: rotate(45deg) translateY(-20px);
    opacity: 0;
    z-index: 4;
    animation: 0.55s ease forwards 6.6s bulb_show; }
@keyframes bulb_show {
  0% {
    opacity: 0;
    transform: rotate(45deg) translateY(-20px); }
  100% {
    transform: rotate(45deg) translateY(0px);
    opacity: 100%; } }
  .topimg .puzzle1 {
    position: absolute;
    width: 690px;
    bottom: -200px;
    left: -160px;
    transform: translateY(0) rotate(-45deg);
    animation: 4s ease-in infinite alternate forwards 1s flufy_puzzle; }
  .topimg .puzzle2 {
    position: absolute;
    width: 880px;
    top: -200px;
    right: -200px;
    transform: translateY(0) rotate(-45deg);
    animation: 4s ease-in infinite alternate-reverse forwards 1s flufy_puzzle; }
@keyframes flufy_puzzle {
  0% {
    transform: translateY(0) rotate(-45deg); }
  100% {
    transform: translateY(60px) rotate(-45deg); } }
  .topimg .illust {
    width: 500px;
    position: absolute;
    top: calc(50% - 340px);
    height: 300px;
    transform: scale(0.88);
    display: flex;
    right: calc(50% - 600px);
    transform-origin: left center;
    opacity: 0;
    z-index: 2;
    animation: 0.55s ease forwards 6s illust_show; }
@keyframes illust_show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    .topimg .illust img {
      height: 210px; }
      .topimg .illust img:nth-of-type(2) {
        height: 169px;
        position: relative;
        top: 40px;
        animation: 1s ease forwards 6.4s puzzle; }
@keyframes puzzle {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-61px); } }
  .topimg .shape {
    position: absolute;
    display: block;
    display: none; }
    .topimg .shape.s1 {
      width: 1200px;
      top: -200px;
      right: -600px;
      height: auto;
      animation: flufy 3s ease-in-out infinite alternate forwards; }
    .topimg .shape.s2#shape2 {
      width: 600px;
      height: auto;
      top: 200px;
      right: -200px;
      animation: flufy_horizonal 2s ease-in-out infinite alternate forwards; }
      .topimg .shape.s2#shape2 * {
        transition: 1.3s ease; }
      .topimg .shape.s2#shape2.color_txt * {
        fill: #ccc; }
    .topimg .shape.cr {
      border-radius: 50%; }
    .topimg .shape.s3 {
      width: 550px;
      height: 550px;
      background: none;
      border: 3px solid #d63031;
      bottom: -200px;
      left: -200px;
      z-index: 2; }
    .topimg .shape.bar {
      height: 4px; }
    .topimg .shape.sq {
      background: #d63031; }
    .topimg .shape.s4 {
      top: -100px;
      left: calc(50% - 630px);
      width: 210px;
      height: 210px;
      animation: rotate 10s linear infinite forwards; }
    .topimg .shape.s5 {
      top: 120px;
      height: 1px;
      left: calc(50% - 700px);
      width: 300px;
      background: #202124;
      animation: 4s ease-in 1s infinite alternate forwards running move_left_right; }
    .topimg .shape.s6 {
      bottom: 260px;
      height: 1px;
      left: calc(50% + 500px);
      width: 220px;
      background: #202124;
      animation: 4.6s ease-in 1.5s infinite alternate forwards running move_left_right2; }
    .topimg .shape.s6.s7 {
      bottom: 255px; }
    .topimg .shape.s8 {
      bottom: 50px;
      left: 0;
      height: 220px;
      width: 400px;
      background: #202124; }
@keyframes flufy {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(60px); } }
@keyframes flufy_horizonal {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(80px); } }
@keyframes rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
@keyframes move_left_right {
  0% {
    transform: translateX(0px); }
  100% {
    transform: translateX(800px); } }
@keyframes move_left_right2 {
  0% {
    transform: translateX(0px); }
  100% {
    transform: translateX(-600px); } }
  .topimg .overlay1 {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: block;
    animation: ovl_fadeout 1s ease forwards 1s; }
@keyframes ovl_fadeout {
  0% {
    opacity: 100%; }
  100% {
    opacity: 0; } }
  .topimg .overlay2 {
    background: rgba(255, 255, 255, 0.66);
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    z-index: 999;
    display: block;
    animation: ovl_fadein 0.6s ease alternate forwards 2s; }
    .topimg .overlay2.fadeout {
      right: auto;
      left: 0;
      animation: ovl_fadeout_left 0.6s ease forwards; }
@keyframes ovl_fadein {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@keyframes ovl_fadeout_left {
  0% {
    width: 100%; }
  100% {
    width: 0%; } }
  .topimg .mask_txt {
    width: 1200px;
    position: absolute;
    text-align: center;
    height: 300px;
    left: calc(50% - 600px);
    top: calc(50% - 150px);
    animation: mov_move 0.3s ease forwards 3.5s; }
@keyframes mov_move {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(70px); } }
    .topimg .mask_txt video {
      display: block;
      width: 100%; }
  .topimg .mask {
    -webkit-clip-path: url(#svgPath);
    clip-path: url(#svgPath); }
    .topimg .mask:before {
      content: "";
      width: 100%;
      height: 100%;
      background: rgba(5, 51, 102, 0.4);
      display: block; }
  .topimg #top_mov {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1 !important;
    position: absolute !important;
    top: 0 !important;
    left: 0; }
  .topimg:after {
    width: calc(50% - 90px);
    content: "";
    background: #fff;
    height: 2px;
    position: absolute;
    right: 0;
    top: 510px;
    z-index: 9;
    display: none; }
  .topimg .ib {
    z-index: 2;
    height: 100%;
    padding: 100px 0; }
    .topimg .ib .img2 {
      width: 140px;
      height: 140px;
      border-radius: 50%;
      background: #f6e58d;
      position: absolute;
      left: calc(50% - 500px);
      top: calc(50% - 300px);
      padding: 20px; }
    .topimg .ib .img {
      width: 140px;
      height: 140px;
      border-radius: 50%;
      background: #f6e58d;
      position: absolute;
      left: calc(50% - 500px);
      top: calc(50% - 100px);
      padding: 20px; }
      .topimg .ib .img #sq g {
        fill: url(img/lady01.jpg); }
      .topimg .ib .img .cls-1 {
        fill: none;
        stroke: #000;
        stroke-miterlimit: 10; }
  .topimg h1 {
    font-family: neue-haas-grotesk-display, "Yu Gothic", sans-serif;
    font-size: 50px;
    text-align: left;
    z-index: 9999;
    line-height: 1.1;
    position: absolute;
    width: 1200px;
    left: calc(50% - 600px);
    top: calc(50% - 330px);
    margin: 0;
    display: none; }
    .topimg h1 span {
      font-size: 30px;
      letter-spacing: 1px;
      opacity: 0;
      font-family: "Comic Neue";
      transition: 0.6s ease;
      color: #053366; }
      .topimg h1 span.show {
        opacity: 1; }
    .topimg h1 i {
      font-size: 51px;
      display: block;
      letter-spacing: 1px;
      margin-top: 18px;
      font-family: "游ゴシック", "Yu Gothic", sans-serif;
      transition: 0.3s ease;
      line-height: 1.4;
      transform: translateY(-25px); }
      .topimg h1 i.move {
        transform: translateY(0px); }
      .topimg h1 i em {
        opacity: 0;
        display: inline-block;
        transition: 0.3s ease;
        transform: translateY(5px); }
        .topimg h1 i em.show {
          opacity: 1;
          transform: translateY(0px); }

@keyframes info_fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes Gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
.top_information {
  position: fixed;
  width: 480px;
  bottom: 30px;
  right: 30px;
  background: #f5f5f5;
  z-index: 9999;
  overflow: hidden;
  box-shadow: 6px 6px 13px rgba(0, 0, 0, 0.13); }
  .top_information:hover {
    background: #d63031; }
    .top_information:hover .txt {
      color: #fff; }
  .top_information .row {
    display: flex;
    font-family: neue-haas-grotesk-display, "Yu Gothic", sans-serif; }
  .top_information .img {
    width: 100px; }
    .top_information .img img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .top_information .txt {
    width: 100%;
    top: 0;
    right: 0;
    padding: 25px 25px;
    font-size: 16px;
    font-weight: bold; }
    .top_information .txt p {
      margin: 0; }
      .top_information .txt p i {
        display: block;
        font-size: 14px; }

article h2, article h3, article h4, #content h2, #content h3, #content h4 {
  letter-spacing: 0.05em; }

article {
  position: relative;
  z-index: 9;
  background: #fff; }
  article h2 {
    font-size: 74px;
    letter-spacing: 0.05em;
    width: 1100px;
    max-width: 100%;
    margin: 65px auto 75px;
    text-align: left;
    line-height: 1.4;
    font-family: "Montserrat";
    font-weight: 700;
    position: relative;
    left: -30px; }
    article h2 span {
      font-size: 15px;
      padding-left: 30px;
      display: block;
      font-family: "Noto Sans JP"; }

.top_news {
  min-height: 450px; }
  .top_news .ib {
    padding: 60px 0 30px;
    width: 1100px;
    max-width: 100%; }

.content_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .content_list .box {
    width: 100%;
    position: relative;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: 0.4s ease;
    padding-left: 15px;
    border-bottom: 1px solid #eee;
    opacity: 0; }
    .content_list .box:hover {
      background: #eee;
      transition: 0.4s ease; }
    .content_list .box .img {
      height: 70px;
      position: relative;
      display: block;
      overflow: hidden;
      width: 70px; }
      .content_list .box .img:hover:before {
        opacity: 1; }
      .content_list .box .img a {
        display: block;
        height: 100%; }
      .content_list .box .img img {
        object-fit: cover;
        height: 100%;
        width: 100%; }
    .content_list .box .detail {
      padding: 10px 0 0 30px;
      width: calc(100% - 85px); }
      .content_list .box .detail h3 {
        font-size: 16px;
        margin: 13px 0;
        border: none !important;
        line-height: 1.3;
        margin-bottom: 0; }
      .content_list .box .detail .meta {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.2; }
        .content_list .box .detail .meta .date {
          padding-right: 10px;
          font-size: 17px;
          font-weight: bold; }
      .content_list .box .detail .tax {
        position: absolute;
        right: 0;
        bottom: 40px; }
        .content_list .box .detail .tax a {
          display: inline-block;
          font-size: 11px;
          font-weight: 500;
          padding: 5px 14px 5px;
          background: #f1f1f1;
          position: relative;
          top: -2px;
          line-height: 1.3;
          border-radius: 20px;
          margin-right: 10px;
          width: 90px;
          text-align: center; }

article .top_business .ib {
  width: 100%; }
  article .top_business .ib .biz {
    margin-bottom: 180px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    article .top_business .ib .biz.text_bottom_up div:nth-of-type(2n) .illust {
      animation: 0.5s forwards ease 1.2s il_fadein; }
@keyframes il_fadein {
  0% {
    opacity: 0;
    transform: scale(0.9); }
  100% {
    opacity: 1;
    transform: scale(1.05); } }
    article .top_business .ib .biz.text_bottom_up div:nth-of-type(2n):after {
      animation: 0.6s forwards ease 0.75s width_open; }
@keyframes width_open {
  0% {
    width: 0; }
  100% {
    width: calc(100% + 120px); } }
    article .top_business .ib .biz.biz01 div:nth-of-type(1) {
      background: url(../img/lady01.jpg) 50% 50%;
      background-size: cover; }
    article .top_business .ib .biz.biz02 div:nth-of-type(1) {
      background: url(../img/biz_2.jpg) 50% 50%;
      background-size: cover; }
    article .top_business .ib .biz.biz03 div:nth-of-type(1) {
      background: url(../img/biz3.jpg) 50% 50%;
      background-size: cover; }
    article .top_business .ib .biz.biz04 div:nth-of-type(1) {
      background: url(../img/web_blur.jpg);
      background-size: cover; }
    article .top_business .ib .biz.biz02 a.more, article .top_business .ib .biz.biz04 a.more {
      float: right; }
    article .top_business .ib .biz:nth-of-type(2n) {
      flex-direction: row-reverse; }
      article .top_business .ib .biz:nth-of-type(2n) div:nth-of-type(2n) {
        padding-right: 100px;
        padding-left: 170px;
        text-align: right; }
        article .top_business .ib .biz:nth-of-type(2n) div:nth-of-type(2n):after {
          right: auto;
          left: 0;
          background: #fdfae4;
          background-size: cover; }
    article .top_business .ib .biz div {
      width: 50%;
      padding: 170px 100px 100px; }
      article .top_business .ib .biz div:nth-of-type(1) {
        width: calc(50% - 100px);
        z-index: 999;
        position: relative; }
      article .top_business .ib .biz div:nth-of-type(2n) {
        will-change: transform;
        width: calc(50% + 100px);
        position: relative;
        padding-right: 200px; }
        article .top_business .ib .biz div:nth-of-type(2n) .illust {
          position: absolute;
          width: 440px;
          left: 400px;
          bottom: 30px;
          opacity: 0;
          transition: 0.4s ease; }
          article .top_business .ib .biz div:nth-of-type(2n) .illust.n2 {
            left: auto;
            right: 400px; }
        article .top_business .ib .biz div:nth-of-type(2n) .num {
          width: 66px;
          position: absolute;
          left: 100px;
          top: -20px;
          animation: 2s ease-out alternate forwards infinite flufy_num; }
          article .top_business .ib .biz div:nth-of-type(2n) .num.n2 {
            animation-delay: 1s; }
          article .top_business .ib .biz div:nth-of-type(2n) .num.n3 {
            animation-delay: 1.5s; }
@keyframes flufy_num {
  0% {
    transform: translateY(-15px); }
  100% {
    transform: translateY(0px); } }
          article .top_business .ib .biz div:nth-of-type(2n) .num.n2 {
            width: 130px;
            left: auto;
            right: 100px; }
          article .top_business .ib .biz div:nth-of-type(2n) .num.n3 {
            width: 120px; }
        article .top_business .ib .biz div:nth-of-type(2n):after {
          position: absolute;
          width: 0;
          height: 100%;
          display: block;
          top: 60px;
          right: 0;
          content: "";
          background: #edf5fb;
          background-size: cover;
          z-index: -1; }
    article .top_business .ib .biz h3 {
      font-size: 30px;
      mix-blend-mode: normal;
      position: relative;
      letter-spacing: 0.1em;
      z-index: 2; }
    article .top_business .ib .biz p {
      font-weight: 400;
      mix-blend-mode: normal;
      line-height: 1.9;
      position: relative;
      z-index: 2; }
    article .top_business .ib .biz a.more {
      margin-top: 60px;
      margin: 60px 0 0; }

.top_portfolio .ib {
  padding: 30px 0 60px;
  width: calc(100% - 80px); }

#works_list {
  margin-top: 20px; }
  #works_list .sp-mask {
    overflow: visible; }
  #works_list .sp-slide {
    box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.2); }
  #works_list .img {
    height: 240px;
    position: relative;
    display: block;
    overflow: hidden;
    transition: 0.3s ease;
    transition: 0.3s ease;
    /*&:before {
     *    content: 'このサイトを見る';
     *    color: #fff;
     *    font-weight: bold;
     *    text-align: center;
     *    padding: 105px 0;
     *    position: absolute;
     *    display: block;
     *    z-index: 2;
     *    top: 0;
     *    font-size: 20px;
     *    left: 0;
     *    width: 100%;
     *    height: 100%;
     *    background: rgba(0, 0, 0, .4);
     *    opacity: 0;
     *    transition: 0.3s ease;
     *} */ }
    #works_list .img:hover i {
      opacity: 1;
      transition: 0.3s ease; }
    #works_list .img i {
      position: absolute;
      height: 100%;
      display: block;
      width: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.4);
      z-index: 2;
      opacity: 0;
      padding: 40px 50px; }
      #works_list .img i a {
        display: block;
        padding: 10px;
        color: #fff;
        border-radius: 4px;
        margin-bottom: 10px;
        background: rgba(0, 0, 0, 0.5);
        font-size: 13px;
        border: 1px solid #fff;
        text-align: center;
        transition: 0.3s ease; }
        #works_list .img i a:hover {
          background: #fff;
          color: #111;
          transition: 0.3s ease; }
    #works_list .img img {
      object-fit: cover;
      height: 100%;
      width: 100%;
      position: relative; }
    #works_list .img:hover:before {
      opacity: 1; }
  #works_list .detail {
    background: #fff;
    padding: 15px; }
    #works_list .detail h3 {
      font-size: 16px;
      margin: 20px 0 10px; }
      #works_list .detail h3 span {
        font-size: 13px;
        font-weight: normal;
        display: block; }

.media .ib {
  padding: 0 0 100px;
  max-width: 100%;
  width: 1100px; }
  .media .ib .media_con {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .media .ib .media_con .box {
      width: 23%;
      margin-bottom: 15px; }
      .media .ib .media_con .box img {
        display: block;
        max-width: 100%;
        max-height: 100px;
        display: block;
        margin: 0 auto; }

/*************************************
 *
 *subpage
 *
 *************************************** */
.panlist {
  background: #fff;
  border-bottom: 1px solid #ddd; }
  .panlist .ib {
    padding: 13px 0px;
    font-size: 12px; }
    .panlist .ib br {
      display: none; }

.bread {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  color: #fff;
  top: 150px;
  left: 0;
  z-index: 9; }
  .bread a {
    display: inline-block; }
    .bread a:after {
      content: "";
      font-family: material icons;
      padding-left: 5px;
      position: relative;
      top: 1px; }
    .bread a.home:before {
      content: "";
      font-family: material icons;
      padding-right: 5px; }

.head_tit {
  height: 400px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background: rgba(0, 0, 0, 0.3); }
  .head_tit h1 {
    position: absolute;
    width: 880px;
    left: calc(50% - 440px);
    top: 160px;
    text-align: center;
    font-size: 36px;
    color: #fff;
    z-index: 2; }
  .head_tit a.back {
    display: block;
    width: 380px;
    max-width: 100%;
    padding: 3px 10px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin: 10px auto;
    border: 1px solid #fff;
    position: absolute;
    top: 245px;
    left: calc(50% - 190px);
    border-radius: 30px; }

.content.message {
  background: #f4f4f4; }
  .content.message .profile {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.8; }
    .content.message .profile div:nth-child(1) {
      width: 70%; }
    .content.message .profile div:nth-child(2) {
      width: 30%; }
    .content.message .profile div img {
      object-fit: cover;
      height: 100%;
      width: 100%; }
    .content.message .profile div span {
      display: block;
      padding-left: 30px; }
  .content.message p {
    font-size: 15px;
    padding: 40px 50px;
    border: 1px solid #333;
    border-radius: 4px;
    margin: 40px 0;
    position: relative; }
    .content.message p span.sign {
      font-family: serif;
      font-size: 24px;
      font-weight: bold;
      position: absolute;
      bottom: 30px;
      right: 100px; }

.tax_link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .tax_link li {
    width: 16%; }
    .tax_link li a {
      padding: 0 20px;
      font-size: 14px;
      font-weight: bold; }
      .tax_link li a:before {
        content: "-"; }

.work_con {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 70px;
  margin-bottom: 10px; }
  .work_con .work_box {
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.16);
    width: 48%;
    margin-bottom: 45px;
    position: relative; }
  .work_con.print .work_box {
    width: 32%; }
    .work_con.print .work_box .img {
      height: 470px; }
  .work_con .img {
    height: 310px;
    position: relative;
    display: block;
    overflow: hidden;
    transition: 0.3s ease;
    /*&:before {
     *    content: 'このサイトを見る';
     *    color: #fff;
     *    font-weight: bold;
     *    text-align: center;
     *    padding: 135px 0;
     *    position: absolute;
     *    display: block;
     *    z-index: 2;
     *    top: 0;
     *    font-size: 20px;
     *    left: 0;
     *    width: 100%;
     *    height: 100%;
     *    background: rgba(0, 0, 0, .4);
     *    opacity: 0;
     *    transition: 0.3s ease;
     *} */ }
    .work_con .img:hover i {
      opacity: 1;
      transition: 0.3s ease; }
    .work_con .img i {
      position: absolute;
      height: 100%;
      display: block;
      width: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.4);
      z-index: 2;
      opacity: 0;
      padding: 70px 50px; }
      .work_con .img i a {
        display: block;
        padding: 10px;
        color: #fff;
        border-radius: 4px;
        margin-bottom: 10px;
        background: rgba(0, 0, 0, 0.5);
        font-size: 13px;
        border: 1px solid #fff;
        text-align: center;
        transition: 0.3s ease; }
        .work_con .img i a:hover {
          background: #fff;
          color: #111;
          transition: 0.3s ease; }
    .work_con .img img {
      object-fit: cover;
      height: 100%;
      width: 100%;
      position: relative;
      object-position: top; }
    .work_con .img:hover:before {
      opacity: 1; }
  .work_con .detail {
    background: #fff;
    padding: 30px; }
    .work_con .detail h3 {
      font-size: 16px;
      margin: 20px 0 10px;
      margin: 0 !important;
      padding-bottom: 0 !important;
      border: none !important; }
      .work_con .detail h3 a {
        display: block;
        position: relative;
        overflow: hidden;
        transition: 0.3s ease; }
      .work_con .detail h3 span {
        font-size: 13px;
        font-weight: normal;
        display: inline-block; }
      .work_con .detail h3 i {
        display: block;
        margin-bottom: 5px; }
      .work_con .detail h3 .tax {
        position: relative;
        top: -2px; }
        .work_con .detail h3 .tax a {
          display: inline-block;
          font-size: 10px;
          padding: 2px 12px;
          border-radius: 20px;
          color: #fff;
          background: #333;
          margin-left: 7px;
          overflow: inherit; }
          .work_con .detail h3 .tax a:after, .work_con .detail h3 .tax a:before {
            display: none; }
    .work_con .detail a.link {
      display: none;
      bottom: 0;
      width: 120px;
      content: "詳細を見る";
      border: 1px solid #333;
      padding: 5px;
      text-align: center;
      right: 30px;
      position: absolute;
      font-size: 12px;
      border-bottom: none;
      border-radius: 3px 3px 0 0;
      transition: 0.3s ease; }
      .work_con .detail a.link:hover {
        transition: 0.3s ease;
        background: #333;
        color: #fff; }

.content.business iframe {
  width: 700px;
  height: 400px;
  display: block;
  margin: 50px auto; }
.content.business .logo {
  display: block;
  width: 510px;
  max-width: 100%;
  margin: 80px auto; }
.content.business .capimg {
  width: 600px;
  display: block;
  margin: 50px auto;
  max-width: 100%; }
.content.business p a {
  text-decoration: underline;
  font-weight: bold; }

.arc_con {
  margin: 60px 0;
  max-width: 100%; }
  .arc_con .box {
    margin-bottom: 15px;
    border: 1px solid #50c6c6;
    border-radius: 4px;
    overflow: hidden;
    transition: 0.3s ease; }
    .arc_con .box.open {
      border-color: #212736;
      transition: 0.3s ease; }
      .arc_con .box.open p {
        background: #212736; }
        .arc_con .box.open p:after {
          content: ""; }
    .arc_con .box p {
      margin: 0;
      padding: 20px;
      font-size: 20px;
      font-weight: normal;
      color: #fff;
      background: #50c6c6;
      cursor: pointer;
      position: relative; }
      .arc_con .box p ion-icon {
        font-size: 24px;
        line-height: 1;
        position: relative;
        top: 5px;
        padding-right: 5px; }
      .arc_con .box p:after {
        font-family: material icons;
        content: "";
        position: absolute;
        right: 10px;
        font-size: 32px;
        top: 8px; }
    .arc_con .box a.more {
      width: 100%;
      margin-bottom: 0; }
    .arc_con .box .detail {
      padding: 30px;
      display: none;
      background: #fff; }

.content.works {
  margin-top: -50px; }

/*************************************
 *
 *content
 *
 ************************************** */
.page_mov {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 400px; }
  .page_mov video {
    width: 100%;
    display: block;
    position: absolute;
    top: -30%; }

.content {
  min-height: 500px;
  background: #fff; }
  .content.single h2 {
    left: 0;
    margin-bottom: 60px; }
  .content .ib {
    padding: 60px 0; }
    .content .ib h2:nth-of-type(1) {
      margin-top: 10px; }
  .content h2 {
    font-size: 74px;
    letter-spacing: 0.05em;
    width: 1100px;
    max-width: 100%;
    margin: 75px auto 90px;
    text-align: left;
    line-height: 1.4;
    font-family: "Montserrat", "Noto Sans JP";
    font-weight: 700;
    position: relative;
    text-transform: lowercase;
    left: -30px; }
    .content h2:first-letter {
      text-transform: uppercase; }
    .content h2 span {
      font-size: 15px;
      padding-left: 30px;
      display: block;
      font-family: "Noto Sans JP"; }
    .content h2 i {
      font-size: 17px;
      font-weight: bold;
      display: block;
      margin-bottom: 10px; }
    .content h2.hizume {
      position: relative;
      margin-top: 30px !important; }
      .content h2.hizume img {
        position: absolute;
        width: 115px;
        right: 0;
        bottom: 0; }
    .content h2 a.back {
      display: block;
      padding-bottom: 10px;
      font-size: 14px;
      font-weight: bold;
      border-bottom: 1px solid #111;
      width: 195px;
      margin: 0 auto 22px; }
      .content h2 a.back:before {
        content: "";
        font-family: material icons;
        position: relative;
        padding-right: 5px;
        top: 2px; }
  .content h3 {
    font-size: 32px;
    letter-spacing: 0.05em;
    margin: 60px 0;
    padding-bottom: 13px;
    border-bottom: 1px solid #333;
    position: relative; }
    .content h3.emp {
      height: 150px;
      font-size: 32px;
      padding-top: 0px;
      z-index: 2;
      margin-top: 130px;
      border-bottom: none; }
      .content h3.emp span {
        font-size: 14px; }
      .content h3.emp i {
        position: relative;
        z-index: 2; }
      .content h3.emp em {
        font-family: Yu mincho, "游明朝", serif;
        display: block;
        font-size: 72px;
        line-height: 1;
        margin-top: -10px;
        font-style: italic; }
    .content h3 img.lady {
      position: absolute;
      width: 560px;
      object-fit: cover;
      height: 220px;
      right: 0px;
      bottom: 0px;
      z-index: -1; }
    .content h3 img.web {
      position: absolute;
      width: 560px;
      object-fit: cover;
      height: 200px;
      right: 0px;
      bottom: 0px;
      z-index: 1; }
  .content .s_con {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin: 70px 0; }
    .content .s_con .l, .content .s_con .r {
      width: 48%; }
    .content .s_con .l img {
      display: block;
      width: 50%;
      margin: 50px auto; }
    .content .s_con .l p {
      display: block;
      font-weight: bold;
      text-align: center; }
    .content .s_con .l a {
      display: block;
      text-align: center;
      font-weight: bold; }
  .content a.btn {
    background: linear-gradient(#ed1e79, #d4145a);
    padding: 20px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    border-radius: 50px;
    font-weight: bold;
    display: block;
    display: block;
    margin: 40px auto;
    max-width: 440px; }
  .content h4 {
    font-size: 20px;
    margin: 30px 0; }
  .content p {
    font-size: 15px;
    margin: 20px 0;
    line-height: 2;
    font-weight: 500; }
    .content p a {
      text-decoration: underline;
      font-weight: bold; }
  .content iframe {
    width: 100%;
    margin: 40px 0;
    max-resolution: 100%; }
  .content img {
    max-width: 100%;
    height: auto; }
  .content table {
    border-collapse: collapse;
    width: 100%;
    font-size: 15px;
    margin: 40px 0; }
    .content table th {
      width: 25%;
      padding: 20px;
      text-align: left;
      border-bottom: 1px solid #ccc; }
      .content table th.req:before {
        content: "必須";
        color: #d70045;
        font-size: 12px;
        display: inline-block;
        margin-right: 5px;
        position: relative;
        top: -1px;
        padding: 2px 7px;
        line-height: 1.2;
        border: 1px solid #d70045; }
    .content table td {
      width: 75%;
      padding: 20px 0 20px 20px;
      font-weight: 500;
      border-bottom: 1px solid #ccc; }
  .content input[type="text"], .content input[type="email"], .content input[type="tel"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #bbb;
    border-radius: 4px; }
  .content textarea {
    min-height: 200px;
    width: 100%;
    border: 1px solid #bbb;
    border-radius: 4px; }
  .content input[type="submit"] {
    display: block;
    width: 600px;
    margin: 50px auto;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #212736;
    border: none;
    box-shadow: none; }
  .content a.more {
    width: 600px;
    margin: 70px auto;
    border-radius: 3px; }
    .content a.more span {
      font-size: 15px;
      font-weight: 500; }

span.red {
  color: #d70045; }

.pager {
  margin: 30px 0;
  align-items: center; }

.wp-pagenavi {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: none !important;
    width: 27px;
    background: #f1f1f1;
    height: 27px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px !important;
    font-weight: lighter;
    padding: 4px 3px !important;
    margin: 4px 7px !important; }
  .wp-pagenavi a.pages, .wp-pagenavi span.pages {
    border-radius: 0;
    width: auto;
    position: relative;
    padding: 4px 10px !important;
    background: #fff;
    border: 1px solid #ccc !important; }
  .wp-pagenavi a:hover, .wp-pagenavi span.current {
    font-weight: normal !important;
    background: #333;
    color: #fff; }

.content.page .ib {
  padding-left: 20px; }
  .content.page .ib h2, .content.page .ib h3 {
    margin-left: -20px; }
.content.archive .ib {
  padding-left: 0; }
  .content.archive .ib h2 {
    margin-left: 0; }
  .content.archive .ib .content_list .box {
    width: 31%;
    margin-bottom: 40px;
    flex-wrap: wrap;
    padding-left: 0;
    border: none; }
    .content.archive .ib .content_list .box:hover {
      border: none; }
    .content.archive .ib .content_list .box .img {
      height: 220px;
      width: 100%; }
    .content.archive .ib .content_list .box .detail {
      width: 100%;
      padding-left: 0;
      padding-top: 15px; }
    .content.archive .ib .content_list .box h3 {
      margin-left: 0 !important; }
.content.single .ib {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .content.single .ib h2 {
    font-size: 36px; }
  .content.single .ib .tax a {
    display: inline-block;
    font-size: 10.4px;
    padding: 2px 13px;
    border-radius: 30px;
    background: #333;
    color: #fff;
    position: relative;
    top: -3px;
    margin-left: 10px; }
  .content.single .ib .main {
    width: 800px; }
    .content.single .ib .main .single_text {
      min-height: 550px; }
  .content.single .ib .sidebar {
    width: 260px; }
    .content.single .ib .sidebar h3 {
      margin-bottom: 30px;
      padding-bottom: 10px;
      margin-top: 30px; }
    .content.single .ib .sidebar .side_list a {
      display: block;
      font-size: 14px;
      font-weight: bold;
      padding: 13px 0;
      padding-left: 7px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .content.single .ib .sidebar .side_list a span {
        font-size: 12px;
        font-weight: normal;
        display: block; }
      .content.single .ib .sidebar .side_list a:nth-child(odd) {
        background: #f1f1f1; }

.page-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0; }
  .page-nav a {
    width: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0;
    border-top: 1px solid #111;
    font-size: 14px;
    border-bottom: 1px solid #111; }
    .page-nav a:first-child {
      border-right: 1px solid #111; }
    .page-nav a:nth-child(2) {
      padding-left: 15px; }
    .page-nav a img {
      width: 120px;
      height: 100px;
      object-fit: cover; }
    .page-nav a span {
      display: block;
      padding: 5px;
      margin-bottom: 10px;
      text-align: center;
      position: relative;
      border-bottom: 1px solid #111; }
    .page-nav a:first-child span:before {
      font-family: ionicons;
      content: "";
      position: absolute;
      left: 0;
      top: 4px;
      font-size: 18px; }
    .page-nav a:nth-child(2) span:before {
      font-family: ionicons;
      content: "";
      position: absolute;
      right: 0;
      top: 4px;
      font-size: 18px; }
    .page-nav a div {
      width: calc(100% - 120px);
      padding: 0 15px; }

#content .content_list .box {
  opacity: 1; }
  #content .content_list .box .detail .tax {
    bottom: 0; }
    #content .content_list .box .detail .tax a {
      padding: 5px 8px 5px;
      margin-right: 5px; }

#content.single.sitemap {
  counter-reset: number 0; }
  #content.single.sitemap .ib .sitemap {
    width: 100%; }
  #content.single.sitemap .ib .parent {
    padding: 20px;
    padding-top: 10px;
    border: 3px solid #78e08f;
    border-radius: 8px;
    margin-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative; }
    #content.single.sitemap .ib .parent:before {
      counter-increment: number 1;
      content: counter(number) " ";
      width: 20px;
      position: absolute;
      color: #fff;
      height: 26px;
      left: -3px;
      top: -3px;
      border-radius: 8px 0 8px 0;
      font-weight: bold;
      padding: 3px;
      font-size: 18px;
      text-align: center;
      background: #78e08f; }
    #content.single.sitemap .ib .parent p {
      margin: 0;
      font-weight: bold;
      width: 100%; }
      #content.single.sitemap .ib .parent p:before {
        content: "";
        margin-right: 10px;
        font-family: material icons;
        font-weight: normal;
        font-size: 140%;
        color: #ccc;
        position: relative;
        top: 4px;
        line-height: 1.5;
        color: #38ada9; }
    #content.single.sitemap .ib .parent span {
      font-size: 14px;
      color: #666;
      margin: 10px 0;
      display: block; }
  #content.single.sitemap .ib .child {
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 8px;
    background: #eee;
    margin-top: 10px;
    position: relative;
    margin-left: 15px; }
    #content.single.sitemap .ib .child.box {
      width: 22%;
      margin-right: 10px;
      display: inline-block;
      margin-left: 0; }
    #content.single.sitemap .ib .child:before {
      content: "";
      transform: scale(-1, 1);
      font-family: material icons;
      position: absolute;
      left: -10px;
      font-size: 130%;
      font-weight: bold;
      top: calc(50% - 10px);
      color: #aaa; }
    #content.single.sitemap .ib .child p {
      margin: 0; }
      #content.single.sitemap .ib .child p:before {
        content: ""; }

#content.single.siteimage .site_box .img {
  height: 600px;
  position: relative;
  border: 1px solid #eee;
  transition: 0.3s ease;
  overflow: hidden; }
  #content.single.siteimage .site_box .img.open {
    height: max-content; }
  #content.single.siteimage .site_box .img span {
    position: absolute;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: bold;
    background: #38ada9;
    color: #fff;
    top: 20px;
    left: 20px;
    z-index: 2;
    cursor: pointer;
    border-radius: 24px; }
    #content.single.siteimage .site_box .img span:after {
      content: "展開"; }
    #content.single.siteimage .site_box .img span.open:after {
      content: "縮小"; }
    #content.single.siteimage .site_box .img span.open:before {
      content: ""; }
    #content.single.siteimage .site_box .img span:before {
      content: "";
      line-height: 1.2;
      font-family: material icons;
      margin-right: 10px;
      position: relative;
      top: 3px;
      font-size: 130%;
      font-weight: normal; }

/*************************************
 *
 *footer
 *
 ************************************** */
#pagetop {
  width: 52px;
  height: 52px;
  background: #fff;
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  cursor: pointer;
  right: 0px;
  color: #333;
  border-right: none;
  border-radius: 40px 0 0 40px; }
  #pagetop:before {
    content: "";
    font-size: 30px;
    position: absolute;
    top: 5px;
    left: 12px;
    font-family: material icons; }
  #pagetop i {
    font-size: 10px;
    position: absolute;
    bottom: 5px;
    left: 0;
    padding-left: 3px;
    text-align: center;
    width: 100%;
    display: block; }

footer {
  background: #fff;
  position: relative;
  z-index: 9; }
  footer .ib {
    padding: 60px 0 30px;
    min-height: 100px; }
    footer .ib nav {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex; }
      footer .ib nav a {
        font-size: 14px;
        font-weight: bold;
        padding: 0 20px 0 0; }
    footer .ib p {
      margin-top: 30px;
      color: #000;
      font-size: 12px; }
      footer .ib p span {
        display: block;
        font-size: 14px;
        font-weight: bold; }
      footer .ib p.copy {
        position: absolute;
        text-align: right;
        bottom: 30px;
        right: 0; }

/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
