@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
html {
  color: #333;
  font-size: 62.5%;
  line-height: 1.8; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

*, *::before, *::after {
  box-sizing: border-box; }

body {
  font-size: 1.4em;
  font-family: YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", Meiryo, "メイリオ", sans-serif;
  background: white; }

body.loaded {
  overflow: auto; }

/*body.loaded.menu-open {
    overflow: hidden;
}*/
#wrapper {
  overflow: hidden;
  min-width: 320px; }

.bln {
  width: 40px;
  height: 38px; }

#loading-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff; }

#loading-overlay::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 25px;
  margin: -12px 0 0 -12px;
  border: 3px dotted #ccc;
  border-left-color: transparent;
  border-radius: 50%;
  opacity: .6;
  -webkit-animation: loadingRotation 2s infinite linear;
  animation: loadingRotation 2s infinite linear;
  will-change: animation; }

.no-opacity #loading-overlay::after {
  display: none; }

@-webkit-keyframes loadingRotation {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes loadingRotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* ==========================================================================
   汎用アニメーション
   ========================================================================== */
@-webkit-keyframes poyon {
  20% {
    -webkit-transform: scale(1, 0.9); }
  30% {
    -webkit-transform: scale(0.85, 1.15); }
  50% {
    -webkit-transform: scale(1, 1); }
  70% {
    -webkit-transform: scale(1, 1.05); }
  90% {
    -webkit-transform: scale(1.02, 0.97); }
  100% {
    -webkit-transform: scale(1, 1); } }
@keyframes poyon {
  20% {
    transform: scale(1, 0.9); }
  30% {
    transform: scale(0.85, 1.15); }
  50% {
    transform: scale(1, 1); }
  70% {
    transform: scale(1, 1.05); }
  90% {
    transform: scale(1.02, 0.97); }
  100% {
    transform: scale(1, 1); } }
@-webkit-keyframes btnPoyon {
  0% {
    -webkit-transform: scale(1); }
  10% {
    -webkit-transform: scale(0.8); }
  30% {
    -webkit-transform: scale(1.2); }
  50% {
    -webkit-transform: scale(0.92); }
  70% {
    -webkit-transform: scale(1.05); }
  90% {
    -webkit-transform: scale(0.98); }
  100% {
    -webkit-transform: scale(1); } }
@keyframes btnPoyon {
  0% {
    transform: scale(1); }
  10% {
    transform: scale(0.8); }
  30% {
    transform: scale(1.2); }
  50% {
    transform: scale(0.92); }
  70% {
    transform: scale(1.05); }
  90% {
    transform: scale(0.98); }
  100% {
    transform: scale(1); } }
/* ==========================================================================
   ヘッダー
   ========================================================================== */
#header {
  display: block;
  height: 230px;
  background: #fff; }

.top-navi {
  max-width: 1200px;
  height: 30px;
  margin: 0 auto;
  padding: 0 45px;
  font-size: 1.1rem;
  line-height: 1;
  text-transform: uppercase; }
  .top-navi ul {
    font-size: 0;
    padding-top: 9px; }
    .top-navi ul li {
      display: inline-block;
      font-size: 1.1rem; }
      .top-navi ul li + li {
        margin-left: 0.8em;
        padding-left: 0.8em;
        border-left: 1px solid; }

/* :::::: 下層ではロゴは常に隠す :::::: */
.site-logo {
  -ms-transform: translateY(-300px);
  -webkit-transform: translateY(-300px);
  transform: translateY(-300px); }

@media only screen and (max-width: 767px) {
  #header {
    height: 200px; }

  .top-navi {
    display: none; } }
/* ==========================================================================
   ヘッダービジュアル
   ========================================================================== */
.title-belt {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 150px;
  background: url(../img/main_town.png) center/150vw auto no-repeat, linear-gradient(0deg, #71c7d5, #52c1e1);
  transition: background-position 1s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: background-position; }
  .title-belt .content-title {
    font-size: 4rem;
    font-family: "Rounded Mplus 1c";
    font-weight: bold; }
    .title-belt .content-title span {
      margin-left: 40px; }
    .title-belt .content-title .bln {
      top: -.5em;
      left: 40px;
      transition: left .3s;
      will-change: left; }
  body[data-page="about"] .title-belt {
    background-position: -14vw -28vw, center; }
  body[data-page="support"] .title-belt {
    background-position: -27vw -49vw, center; }
  body[data-page="case"] .title-belt {
    background-position: -20vw -6vw, center; }
  body[data-page="works"] .title-belt {
    background-position: -3vw -42vw, center; }
  body[data-page="company"] .title-belt {
    background-position: -8vw -9vw, center; }
  body[data-page="access"] .title-belt {
    background-position: -42vw -34vw, center; }
  body[data-page="contact"] .title-belt {
    background-position: -8vw -1vw, center; }
  body[data-page="dlform"] .title-belt {
    background-position: -8vw -1vw, center; }

.title-belt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7); }

.content-title {
  position: relative;
  top: calc(50% - .3em);
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 45px;
  font-size: 4.8rem;
  line-height: 1;
  font-family: Pacifico, cursive;
  white-space: nowrap;
  text-transform: capitalize; }

.content-title .bln {
  position: absolute;
  top: -.5em;
  transition: left .3s;
  will-change: left; }
  body[data-page="about"] .content-title .bln {
    fill: #b08256; }
  body[data-page="works"] .content-title .bln {
    fill: #8d579c; }
  body[data-page="support"] .content-title .bln {
    fill: #308db4; }
  body[data-page="seminar"] .content-title .bln {
    fill: #e79449; }
  body[data-page="press"] .content-title .bln {
    fill: #4eb26c; }
  body[data-page="bokura"] .content-title .bln {
    fill: #e16a93; }
  body[data-page="blog"] .content-title .bln {
    fill: #f5b919; }
  body[data-page="company"] .content-title .bln {
    fill: #d43a1c; }
  body[data-page="contact"] .content-title .bln {
    fill: #e16a93; }
  body[data-page="dlform"] .content-title .bln {
    fill: #5cc3dd; }
  body[data-page="error"] .content-title .bln {
    fill: #aaa; }

@media only screen and (max-width: 767px) {
  .content-title {
    padding: 0 20px; }

  .title-belt {
    background: url(../img/sp/main_town.png) center/cover no-repeat;
    background-position: center !important; }
    .title-belt .content-title {
      font-size: 3rem;
      padding-left: 60px; }
      .title-belt .content-title span {
        margin-left: 0;
        white-space: normal; }
      .title-belt .content-title .bln {
        left: 10px; } }

@media only screen and (max-width: 414px) {
  body[data-page="dlform"] .title-belt .content-title {
    font-size: 2.6rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1080px) {
  body[data-page="dlform"] .title-belt .content-title span {
    font-size: 3.2552vw;
  }
}

/* ==========================================================================
   パンくず
   ========================================================================== */
.breadcrumb {
  max-width: 1200px;
  height: 50px;
  margin: 0 auto;
  padding: 2em 45px;
  font-size: 1rem;
  line-height: 1; }

.crumb-list {
  font-size: 0; }
  .crumb-list li {
    text-transform: uppercase;
    display: inline;
    line-height: 1.5;
    font-size: 1rem; }

.crumb-list li + li::before {
  content: ">";
  padding: 0 .5em; }

.crumb-list a {
  color: inherit;
  text-decoration: inherit; }

.crumb-list a:hover {
  text-decoration: underline; }

@media only screen and (max-width: 767px) {
  .breadcrumb {
    padding: 2em 20px; } }
/* ==========================================================================
   ロードアニメーション
   ========================================================================== */
.site-title,
.content-title,
.breadcrumb {
  transition: -webkit-transform .6s, padding .3s;
  transition: transform .6s, padding .3s;
  will-change: transform, padding; }

.site-title {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  transition-delay: .2s; }

.content-title {
  -webkit-transform: translateY(-150px);
  transform: translateY(-150px);
  transition-delay: 0s; }

.breadcrumb {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  transition-delay: .1s; }

body.loaded .site-title,
body.loaded .content-title,
body.loaded .breadcrumb {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0s; }

/* ==========================================================================
   ドロワーメニュー
   ========================================================================== */
#menu,
#menu-overlay {
  top: 0;
  right: 0;
  left: 0;
  height: 0; }

#menu {
  position: fixed;
  z-index: 99;
  transition: height 0s 1s;
  will-change: height; }

#menu-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: background 1s;
  will-change: background; }

.menu-list {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  height: 100vh;
  padding-top: 155px;
  background: rgba(255, 255, 255, 0.9);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: -webkit-transform .6s, box-shadow .6s;
  transition: transform .6s, box-shadow .6s;
  will-change: transform, box-shadow; }

body.init .menu-list {
  padding-top: 180px; }

.menu-list::after {
  content: "";
  display: block;
  width: 73px;
  height: 53px;
  margin: 1em 0 0 45px;
  background: url(../img/nav_people_01.png) no-repeat;
  background-size: 73px 53px; }

.menu-list li {
  text-align: right;
  letter-spacing: .1em; }

.menu-list a {
  display: block;
  padding: 1em 45px;
  color: inherit;
  font-size: 1.6rem;
  line-height: 1;
  text-transform: uppercase; }

.menu-list .cur a,
.menu-list a:hover {
  color: #fff;
  text-decoration: inherit; }

.menu-list .top.cur a,
.menu-list .top a:hover {
  background: rgba(212, 58, 28, 0.8); }

.menu-list .about.cur a,
.menu-list .about a:hover {
  background: rgba(176, 130, 86, 0.8); }

.menu-list .support.cur a,
.menu-list .support a:hover {
  background: rgba(48, 141, 180, 0.8); }

.menu-list .works.cur a,
.menu-list .works a:hover {
  background: rgba(141, 87, 156, 0.8); }

.menu-list .seminar.cur a,
.menu-list .seminar a:hover {
  background: rgba(231, 148, 73, 0.8); }

.menu-list .bokura.cur a,
.menu-list .bokura a:hover {
  background: rgba(225, 106, 147, 0.8); }

.menu-list .press.cur a,
.menu-list .press a:hover {
  background: rgba(78, 178, 108, 0.8); }

.menu-list .blog.cur a,
.menu-list .blog a:hover {
  background: rgba(245, 185, 25, 0.8); }

.menu-list .company.cur a,
.menu-list .company a:hover {
  background: rgba(212, 58, 28, 0.8); }

.menu-list .contact.cur a,
.menu-list .contact a:hover {
  background: rgba(225, 106, 147, 0.8); }

.menu-list .dlform.cur a,
.menu-list .dlform a:hover {
  background: rgba(225, 106, 147, 0.8); }

.menu-toggle {
  z-index: 1;
  display: block;
  cursor: pointer;
  position: fixed;
  top: 45px;
  right: 45px;
  width: 74px;
  height: 70px;
  -ms-transform: translateY(-120px);
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  transition: -webkit-transform .6s;
  transition: transform .6s;
  will-change: transform; }

body.loaded .menu-toggle {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }

body.init .menu-toggle {
  -ms-transform: translateY(25px);
  -webkit-transform: translateY(25px);
  transform: translateY(25px); }

.menu-toggle.hovering svg {
  -webkit-animation: poyon .6s;
  animation: poyon .6s;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  will-change: animation; }

.menu-bln {
  width: 74px;
  height: 70px;
  fill: #d43a1c; }

.menu-bar,
.menu-bar::before,
.menu-bar::after {
  display: block;
  position: absolute;
  height: 3px;
  width: 24px;
  background: #fff; }

.menu-bar::before,
.menu-bar::after {
  content: ""; }

.menu-bar {
  z-index: 1;
  top: 27px;
  left: 25px;
  transition: background .6s, -webkit-transform .6s;
  transition: background .6s, transform .6s;
  will-change: background, transform; }

.menu-bar::before {
  top: -8px;
  transition: top .6s, -webkit-transform .6s;
  transition: top .6s, transform .6s;
  will-change: top, transform; }

.menu-bar::after {
  bottom: -8px;
  transition: bottom .6s, -webkit-transform .6s;
  transition: bottom .6s, transform .6s;
  will-change: bottom, transform; }

/* :::::: 展開 :::::: */
.menu-open #menu {
  width: 100vw;
  height: 100vh;
  transition-delay: 0s; }

.menu-open #menu-overlay {
  background: rgba(255, 255, 255, 0.1); }

.menu-open .menu-list {
  box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.3);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.menu-open .menu-bar {
  background: transparent;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.menu-open .menu-bar::before {
  top: 0;
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg); }

.menu-open .menu-bar::after {
  bottom: 0;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

@media only screen and (max-width: 767px) {
  .menu-list,
  body.init .menu-list {
    width: 210px;
    padding-top: 100px; }

  .menu-list a {
    padding: 1em 30px !important; }

  .menu-list::after {
    margin-left: 20px; }

  .menu-toggle {
    top: 20px;
    right: 20px;
    width: 50px;
    height: 48px;
    -ms-transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important; }

  .menu-toggle svg {
    width: 100%;
    height: 100%; }

  .menu-bar,
  .menu-bar::before,
  .menu-bar::after {
    height: 2px;
    width: 20px; }

  .menu-bar {
    top: 18px;
    left: 15px; }

  .menu-bar::before {
    top: -6px; }

  .menu-bar::after {
    bottom: -6px; } }
/* ==========================================================================
   ページトップ
   ========================================================================== */
#pagetop {
  padding: 0 20px;
  text-align: right; }

#pagetop a {
  display: inline-block;
  padding: 1em;
  font-size: 1rem;
  line-height: 1;
  text-decoration: inherit; }
  #pagetop a ::before {
    content: "▲ "; }

body[data-page="top"] #pagetop a::before {
  content: "▲ TOP - "; }

body[data-page="about"] #pagetop a::before {
  content: "▲ BOKURAとは - "; }

body[data-page="support"] #pagetop a::before {
  content: "▲ サービス - "; }

body[data-page="works"] #pagetop a::before {
  content: "▲ 事例 - "; }

body[data-page="company"] #pagetop a::before {
  content: "▲ 会社概要 - "; }

body[data-page="blog"] #pagetop a::before {
  content: "▲ ブログ - "; }

body[data-page="seminar"] #pagetop a::before {
  content: "▲ セミナー - "; }

body[data-page="press"] #pagetop a::before {
  content: "▲ プレスルーム - "; }

body[data-page="contact"] #pagetop a::before {
  content: "▲ お問い合わせ - "; }

body[data-page="dlform"] #pagetop a::before {
  content: "▲ 資料ダウンロードお申し込みフォーム - "; }

body[data-page="dlform"].dlform-thanks #pagetop a::before {
  content: "▲ 資料ダウンロードページ - "; }

@media only screen and (max-width: 767px) {
  #pagetop {
    padding: 0;
    padding: 1em 0; } }
/* ==========================================================================
   フッター
   ========================================================================== */
#footer {
  padding: 30px 0 110px;
  background-color: #9da189;
  text-align: center;
  color: #fff; }
  #footer a {
    color: inherit; }
  #footer ul {
    margin-bottom: 20px;
    text-align: center;
    font-size: 0; }
    #footer ul li {
      display: inline-block;
      margin: 5px 20px;
      font-size: 1.6rem; }
  #footer .copyright {
    margin-top: 25px; }

@media all and (max-width: 767px) {
  #footer {
    padding: 20px 0 80px; }
    #footer ul {
      margin-bottom: 20px; }
      #footer ul li {
        margin: 5px 10px;
        font-size: 1.6rem; }
    #footer .logo {
      max-width: 35%;
      margin: auto; }
    #footer .copyright {
      font-size: 1.2rem;
      margin-top: 20px; } }
/* :::::: Google マップ :::::: */
#access-map,
#googlemap {
  width: 100%;
  height: 250px; }

.googlemap .info-title {
  margin: .5em 0 .3em .8em; }

/* ==========================================================================
   イージングまとめ
   ========================================================================== */
#header,
#main-visual,
.menu-list,
.menu-toggle {
  /* easeOutQuint */
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 45px; }

@media all and (max-width: 767px) {
  .inner {
    padding: 0 20px; } }
.clearfix::after {
  content: "";
  display: block;
  clear: both; }

.external_link {
  text-decoration: underline; }
  .external_link:after {
    content: "";
    display: inline-block;
    background: url(../assets/img/common/icn_link_external_01.png);
    width: 16px;
    height: 14px;
    vertical-align: middle;
    margin-left: 0.5em; }

.indent_box {
  margin-left: 1em;
  margin-right: 1em; }

.hover_motion_01 {
  -webkit-transition: all .2s;
  transition: all .2s; }
  .hover_motion_01:hover {
    -webkit-transform: translate(0px, 3px);
    transform: translate(0px, 2px);
    opacity: 0.92; }
  .hover_motion_01 a:hover {
    text-decoration: none; }

@media all and (max-width: 767px) {
  .hide_sp {
    display: none; } }
@media all and (min-width: 768px) {
  .hide_pc {
    display: none; } }
/* ==========================================================================
   Title
   ========================================================================== */
.title_style_01 {
  position: relative;
  margin-bottom: 50px;
  padding-right: 40px;
  padding-bottom: 25px;
  line-height: 1.2;
  font-family: "Rounded Mplus 1c";
  font-size: 4rem;
  text-align: center;
  color: #000; }
  .title_style_01:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -90px;
    width: 180px;
    height: 1px;
    background-color: #000; }
  .title_style_01 svg {
    position: relative;
    top: -15px;
    vertical-align: super; }
  #works .title_style_01:after {
    background-color: #8d579c; }
  #works .title_style_01 svg {
    fill: #8d579c; }
  #support .title_style_01:after {
    background-color: #308db4; }
  #support .title_style_01 svg {
    fill: #308db4; }
  #seminar .title_style_01:after {
    background-color: #e79449; }
  #seminar .title_style_01 svg {
    fill: #e79449; }
  #press .title_style_01:after {
    background-color: #4eb26c; }
  #press .title_style_01 svg {
    fill: #4eb26c; }
  #bokura .title_style_01:after {
    background-color: #e16a93; }
  #bokura .title_style_01 svg {
    fill: #e16a93; }
  #blog .title_style_01:after {
    background-color: #f5b919; }
  #blog .title_style_01 svg {
    fill: #f5b919; }

.title_style_02 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: normal; }
  #works .title_style_02 {
    color: #8d579c; }
  #support .title_style_02 {
    color: #308db4; }

.title_style_03 {
  margin: 0 0 1.5em;
  padding: 5px;
  border-radius: 20px;
  line-height: 1.66667;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff; }
  .title_style_03 ~ .title_style_03 {
    margin-top: 3em; }
  body[data-page="about"] .title_style_03 {
    background-color: #b08256; }
  body[data-page="works"] .title_style_03 {
    background-color: #8d579c; }
  body[data-page="support"] .title_style_03 {
    background-color: #308db4; }
  body[data-page="seminar"] .title_style_03 {
    background-color: #e79449; }
  body[data-page="press"] .title_style_03 {
    background-color: #4eb26c; }
  body[data-page="blog"] .title_style_03 {
    background-color: #f5b919; }
  body[data-page="company"] .title_style_03 {
    background-color: #d43a1c; }
  body[data-page="contact"] .title_style_03 {
    background-color: #e16a93; }
  body[data-page="dlform"] .title_style_03 {
    background-color: #e16a93; }

@media all and (max-width: 767px) {
  .title_style_01 {
    margin-bottom: 1.5em;
    padding-bottom: 0.5em;
    font-size: 2.7rem; }

  .title_style_02 {
    margin-bottom: 1.5em;
    font-size: 2rem; }

  .title_style_03 {
    margin: 0 0 1.5em;
    padding: 3px;
    border-radius: 15px;
    line-height: 1.5;
    font-size: 1.6rem; }
    .title_style_03 ~ .title_style_03 {
      margin-top: 3em; } }
/* ==========================================================================
   Button
   ========================================================================== */
.button_style_01 {
  text-align: center;
  font-size: 1.6rem; }
  .button_style_01 a {
    display: inline-block;
    padding: 5px 25px;
    min-width: 260px;
    border: 1px solid;
    color: #000; }

.c-button-radius-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-button-radius {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 280px;
  padding: 12px 30px;
  margin: 0 30px;
  border-radius: 50px;
  font-size: 1.8rem;
  background-color: #5cc3dd;
  color: #fff;
  transition: opacity .3s;
}

.c-button-radius:hover {
  text-decoration: none;
  opacity: 0.92;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  a, a:visited {
    text-decoration: underline; }

  thead {
    display: table-header-group; }

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

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  section {
    page-break-after: avoid; }

  pre, blockquote, tr, img {
    page-break-inside: avoid; } }

/* ==========================================================================
   toolbar
   ========================================================================== */
.toolbar-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 80px;
  background-color: rgba(0,0,0, .5);
}

.toolbar {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.toolbar-link {
  background-color: #fff;
  color: #333;
  transition: background-color .3s, color .3s;
}

.toolbar-link.m-contact:hover {
  background-color: #e16a93;
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

.toolbar-link.m-dlform:hover {
  background-color: #5cc3dd;
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

@media all and (max-width: 767px) {
  .toolbar-wrap {
    height: 60px;
  }

  .toolbar {
    padding: 0 10px;
  }

  .toolbar-link {
    min-width: 140px;
    max-width: 240px;
    width: 100%;
    padding: 8px 10px;
    margin: 0 10px;
    font-size: 1.4rem;
  }

  .toolbar-link.m-contact:active {
    background-color: #e16a93;
    color: #fff;
    text-decoration: none;
    opacity: 1;
  }

  .toolbar-link.m-dlform:active {
    background-color: #5cc3dd;
    color: #fff;
    text-decoration: none;
    opacity: 1;
  }
}

@media all and (max-width: 320px) {

  .toolbar {
    padding: 0 5px;
  }

  .toolbar-link {
    margin: 0 5px;
  }
}
