@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* CSS Document */
body {
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
}

.row,
.d-flex {
  display: flex;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.full-width {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.wrapinner {
  overflow-x: hidden;
}

.text-center {
  text-align: center;
}

ul,
li {
  list-style: none;
}

.pan {
  max-width: 960px;
  margin: 1em auto;
  padding: 0 30px;
}
#Headerinner {
  width: auto;
}
.header {
  padding: 1.5em 1em 1em;
  font-size: 14px;
}

.header_menu {
  justify-content: space-between;
  align-items: center;
  padding: 1em 0 1.5em;
}
.header_menu a {
  color: #333;
}

.header_menu ul {
  justify-content: flex-end;
  margin-bottom: 0.5em;
}

.header_menu li {
  padding: 0 1em;
}

.gnavi {
  position: fixed;
  width: 180px;
  height: 100%;
  background: #333;
  overflow-y: scroll;
  /* サイドメニュー個別背景色 */
  /* WEBマーケティング */
  /* WEBプロモーション */
  /* WEBデザイン */
  /* CI・BI ロゴマーク */
  /* グラフィックデザイン */
  /* イマージュの仕事 */
}

.gnavi .logo {
  text-align: center;
  padding: 2em 1em;
}

.gnavi a {
  color: #fff;
  display: block;
}

.gnavi .menu {
  margin-top: 1.5vh;
  border-top: 1px solid rgb(255, 255, 255, 0.5);
}

.gnavi .menu-head {
  font-size: 14px;
  color: #fff;
  padding: 1.5em 1em;
  border-top: 1px solid rgb(255, 255, 255, 0.5);
  cursor: pointer;
}

.gnavi .menu-head:hover {
  background: #666666 !important;
}

.gnavi .menu-sub {
  display: none;
  font-size: 13px;
}

.gnavi .menu-sub li:hover {
  background: #666666 !important;
}

.gnavi .menu-sub a {
  display: block;
  text-indent: 0em;
  padding-left: 1.5em;
  line-height: 1.4;
  background: url(/shared/img/arrow_wh.png) no-repeat left 0.5em center;
}

.gnavi .menu-sub li {
  padding: 1.5em 1em;
  border-top: 1px solid #fff;
}

.gnavi .menu-head,
.gnavi .menu-sub {
  transition: background-color 0.3s;
}

.gnavi .menu-head.active,
.gnavi .menu-sub.active {
  background-color: #4d4d4d !important;
}

.gnavi li:nth-of-type(3) .menu-head:hover {
  background-color: #5ebabc !important;
}

.gnavi li:nth-of-type(3) .menu-head.active,
.gnavi li:nth-of-type(3) .menu-sub.active {
  background-color: #5ebabc !important;
}

.gnavi li:nth-of-type(4) .menu-head:hover {
  background-color: #519b46 !important;
}

.gnavi li:nth-of-type(4) .menu-head.active,
.gnavi li:nth-of-type(4) .menu-sub.active {
  background-color: #519b46 !important;
}

.gnavi li:nth-of-type(5) .menu-head:hover {
  background-color: #e0aa2f !important;
}

.gnavi li:nth-of-type(5) .menu-head.active,
.gnavi li:nth-of-type(5) .menu-sub.active {
  background-color: #e0aa2f !important;
}

.gnavi li:nth-of-type(6) .menu-head:hover {
  background-color: #e5785c !important;
}

.gnavi li:nth-of-type(6) .menu-head.active,
.gnavi li:nth-of-type(6) .menu-sub.active {
  background-color: #e5785c !important;
}

.gnavi li:nth-of-type(7) .menu-head:hover {
  background-color: #a079b7 !important;
}

.gnavi li:nth-of-type(7) .menu-head.active,
.gnavi li:nth-of-type(7) .menu-sub.active {
  background-color: #a079b7 !important;
}

.gnavi li:nth-of-type(8) .menu-head:hover {
  background-color: #ea8b8b !important;
}

.gnavi li:nth-of-type(8) .menu-head.active,
.gnavi li:nth-of-type(8) .menu-sub.active {
  background-color: #ea8b8b !important;
}

section {
  margin-top: 80px;
}

.contact {
  margin-top: 62px;
  text-align: center;
}

.contact p {
  font-size: 0.92em;
}

.bluebtn {
  /* float:left; */
  overflow: hidden;
  width: 296px;
  max-width: 100%;
  margin: auto;
}
.bluebtn a {
  display: block;
  background: #89a3cb url(/shared/img/arrow_wh.png) no-repeat right 0.5em center;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  padding-top: 3px;
  padding-left: 12px;
  padding-right: 16px;
  margin-bottom: 14px;
  text-align: center;
}

/* 共通フットリンクエリア */
.common_foot {
  padding: 0 15px;
  padding-bottom: 200px;
}
.common_foot .contact a {
  display: block;
  margin-top: 1em;
}
.common_foot .link_area {
  margin-top: 4.5em;
  text-align: center;
}
.link_area p {
  font-size: 1.1em;
}
.link_area a {
  display: block;
  /* max-width: 216px; */
  max-width: 300px;
  color: #fff;
  font-weight: bold;
  padding: 0.8em 0.4em;
  line-height: 1.5;
  margin: auto;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.5) url(/shared/img/arrow_wh.png) no-repeat right 1em center;
}
.link_area a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.link_area .btn_online {
  margin-top: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #000 url(/shared/img/arrow_wh.png) no-repeat right 1em center;
}

.mark_area {
  margin-top: 7.5em;
}

#Footerwrap {
  position: relative;
  padding: 26px 1em 2.5em;
  width: auto;
}

#Footerwrap .p_mark {
  width: auto;
  position: absolute;
  right: 0;
  top: -135px;
  margin: 0 2em 0 0;
}

#Footer {
  width: auto;
}

#Footer .fnavi{
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .pc-none {
    display: none;
  }
  .header,
  .wrapinner,
  #Footerwrap {
    margin-left: 180px;
  }
  .container {
    max-width: 960px;
    margin: auto;
    padding: 0 30px;
  }
  .container-m {
    max-width: 800px;
    margin: auto;
  }
  .container-s {
    max-width: 720px;
    margin: auto;
  }
  .full-width > .container {
    padding: 0px 12%;
  }
}

@media (max-width: 959px) {
  .row,
  .d-flex {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  html {
    scroll-snap-type: y proximity;
    scroll-padding-top: 70px;
  }
  body {
    font-size: 14px;
  }
  .sp-none {
    display: none;
  }
  .pc-none {
    display: block;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .pan {
    display: none;
  }
  section {
    margin-top: 40px;
  }
  .container {
    padding: 0 15px;
  }
  #page-top {
    display: none;
  }
  /* グローバルナビ */
  .gnavi {
    position: fixed;
    top: 0;
    left: -200px;
    width: 200px;
    height: 100vh;
    transition: left 0.5s;
    z-index: 1000;
  }
  .gnavi .logo {
    text-align: left;
  }
  .gnavi .logo img {
    width: 90px;
  }
  .gnavi .menu {
    margin-top: 0.5em;
  }
  .gnavi.open {
    left: 0;
  }
  /* ヘッダー*/
  .sp_header {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sp_header .wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    position: fixed;
    background: #f4f4f4;
    z-index: 10;
  }
  .sp_header .btn_hamburger_wrap {
    padding: 0 10px;
  }
  .sp_header .btn_hamburger_wrap.nav-open {
    transform: translateX(200px);
    background: #333;
    height: 100%;
    transition: all 0.5s;
  }
  .sp_header .btn_hamburger {
    width: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
  }
  .sp_header .btn_hamburger span {
    display: block;
    width: 30px;
    height: 2px;
    background: #333;
    margin: 5px 0;
    border-radius: 2px;
    transition: all 0.4s ease;
    transform-origin: center;
  }
  .sp_header .btn_hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
    background: #fff;
  }
  .sp_header .btn_hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .sp_header .btn_hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
    background: #fff;
  }
  .sp_header .btn_contact {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #52588a;
    color: #fff;
    padding: 0px 5px;
    text-decoration: none;
    text-align: center;
  }
  .sp_header .btn_contact span {
    font-size: 10px;
    margin-top: 2px;
  }
  #Footerwrap {
    padding-bottom: 120px;
  }

  /* 共通フットリンクエリア */
  .common_foot .link_area a {
    width: auto;
    max-width: 100%;
  }
}
/*# sourceMappingURL=common2025.css.map */
