@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.8;
  font-size: 16px;
  background: #fff;
  color: #848484;
  font-weight: 300;
  overflow-x: hidden;
  min-height: 100dvh;
 }
  body.kbd-offcanvas {
    overflow: hidden; }

a {
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  a:hover {
    text-decoration: none;
    color: #FFF; }

a.anc-text {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  a.anc-text:link {
    color: #172b81; }
  a.anc-text:hover {
    text-decoration: underline;
    color: #c30008; }
  a.anc-text:visited {
    color: #811742; }

p, ul, ol {
  margin-bottom: 1.5em;
  color: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  color: #5a5a5a;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0; }

figure {
  margin-bottom: 2em; }

b.large-text {
  font-size: 2.7rem;
  font-weight: bold;
  padding-left: 0.5rem; }

::-webkit-selection {
  color: #fcfcfc;
  background: #FBD400; }

::-moz-selection {
  color: #fcfcfc;
  background: #FBD400; }

::selection {
  color: #fcfcfc;
  background: #FBD400; }

#kbd-header {
  position: relative;
  margin-bottom: 0;
  z-index: 9999999;
  background-color: #fff; }

.kbd-cover,
.kbd-hero {
  position: relative;
  text-align: center; }
  .kbd-cover.kbd-hero-2,
  .kbd-hero.kbd-hero-2 {
    height: 600px; }
    .kbd-cover.kbd-hero-2 .kbd-overlay,
    .kbd-hero.kbd-hero-2 .kbd-overlay {
      position: absolute !important;
      width: 100%;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 1;
      background: rgba(66, 64, 64, 0.9); }

.kbd-overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(66, 64, 64, 0.9); }

.kbd-cover {
  background-size: cover;
  position: relative; }
  @media screen and (max-width: 768px) {
    .kbd-cover {
      heifght: inherit;
      padding: 3em 0; } }
  .kbd-cover .btn {
    padding: 1em 5em;
    opacity: .9; }
  .kbd-cover.kbd-cover_2 {
    height: 600px; }
    @media screen and (max-width: 768px) {
      .kbd-cover.kbd-cover_2 {
        heifght: inherit;
        padding: 3em 0; } }
  .kbd-cover .desc {
    top: 50%;
    position: absolute;
    width: 100%;
    margin-top: -80px;
    z-index: 2;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .kbd-cover .desc {
        padding-left: 15px;
        padding-right: 15px; } }
    .kbd-cover .desc h2 {
      color: #fff;
      text-transform: uppercase;
      font-size: 60px;
      margin-bottom: 10px; }
      @media screen and (max-width: 768px) {
        .kbd-cover .desc h2 {
          font-size: 40px; } }
    .kbd-cover .desc span {
      display: block;
      margin-bottom: 30px;
      font-size: 28px;
      letter-spacing: 1px; }
      .kbd-cover .desc span a {
        color: #fff; }
        .kbd-cover .desc span a:hover, .kbd-cover .desc span a:focus {
          color: #fff !important; }
          .kbd-cover .desc span a:hover.btn, .kbd-cover .desc span a:focus.btn {
            border: 2px solid #fff !important;
            background: transparent !important; }
        .kbd-cover .desc span a.kbd-site-name {
          padding-bottom: 2px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.7); }

/* Superfish Override Menu */
.sf-menu {
  margin: 0 !important; }

.sf-menu {
  display: none; }

.sf-menu ul {
  box-shadow: none;
  border: transparent;
  min-width: 12em;
  width: 12em; }

.sf-menu a {
  color: rgba(255, 255, 255, 0.5);
  padding: 0.75em 1em !important;
  font-weight: normal;
  border-left: none;
  border-top: none;
  border-top: none;
  text-decoration: none;
  zoom: 1;
  font-size: 18px;
  border-bottom: none !important; }
  .sf-menu a:hover, .sf-menu a:focus {
    color: #fff !important; }

.sf-menu li.active a:hover, .sf-menu li.active a:focus {
  color: #fff; }

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: transparent; }

.sf-menu ul li a,
.sf-menu ul ul li a {
  text-transform: none;
  padding: 0.25em 1em !important;
  letter-spacing: 1px; }

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a,
.sf-menu li.active a {
  color: #fff; }

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
  background: transparent; }

.sf-menu ul li {
  background: transparent; }

.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  padding-right: 1em; }

.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #ccc; }

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #ccc; }

.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #ccc; }

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #ccc; }

#kbd-header-section {
  padding: 1rem 0;
  top: 0;
  left: 0;
  max-width: 1170px;
  z-index: 2;
  margin: auto; }
  #kbd-header-section-app{
    padding: 0;
  }
header#kbd-header-section.app-head {
  padding: 0 1rem 0; }

.nav-header {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between; }

h1#kbd-logo {
  position: relative;
  z-index: 2;
  margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    h1#kbd-logo {
      width: 100%;
      float: none; } }
  h1#kbd-logo a:hover, h1#kbd-logo a:focus {
    opacity: 0.8; }

#kbd-menu-wrap {
  position: relative;
  z-index: 2;
  display: block; }
  #kbd-menu-wrap .sf-menu a {
    padding: 1em .75em; }

#kbd-primary-menu > li > ul li.active > a {
  color: #FBD400 !important; }

#kbd-primary-menu > li > .sf-with-ul:after {
  border: none !important;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: -5px;
  top: 50%;
  margin-top: -7px;
  content: "\e922";
  color: rgba(255, 255, 255, 0.5); }

#kbd-primary-menu > li > ul li {
  position: relative; }
  #kbd-primary-menu > li > ul li > .sf-with-ul:after {
    border: none !important;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    float: right;
    margin-right: 10px;
    top: 20px;
    font-size: 16px;
    content: "\e924";
    color: rgba(0, 0, 0, 0.5); }

#kbd-primary-menu .kbd-sub-menu {
  padding: 10px 7px 10px;
  background: #fff;
  left: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15); }
  #kbd-primary-menu .kbd-sub-menu > li > .kbd-sub-menu {
    left: 100%; }

#kbd-primary-menu .kbd-sub-menu:before {
  position: absolute;
  top: -9px;
  left: 20px;
  width: 0;
  height: 0;
  content: ''; }

#kbd-primary-menu .kbd-sub-menu:after {
  position: absolute;
  top: -8px;
  left: 21px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-bottom: 8px solid white;
  border-left: 8px solid transparent;
  content: ''; }

#kbd-primary-menu .kbd-sub-menu .kbd-sub-menu:before {
  top: 6px;
  left: 100%; }

#kbd-primary-menu .kbd-sub-menu .kbd-sub-menu:after {
  top: 7px;
  right: 100%;
  border: none !important; }

.site-header.has-image #primary-menu .sub-menu {
  border-color: #ebebeb;
  -webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09); }
  .site-header.has-image #primary-menu .sub-menu:before {
    display: none; }

#kbd-primary-menu .kbd-sub-menu a {
  letter-spacing: 0;
  padding: 0 15px;
  font-size: 18px;
  line-height: 34px;
  color: #575757 !important;
  text-transform: none;
  background: none; }
  #kbd-primary-menu .kbd-sub-menu a:hover {
    color: #FBD400 !important; }

#kbd-work-section,
#kbd-services-section,
#kbd-content-section,
#kbd-work-section_2,
#kbd-blog-section {
  padding: 7em 0; }
  @media screen and (max-width: 768px) {
    #kbd-work-section,
    #kbd-services-section,
    #kbd-content-section,
    #kbd-work-section_2,
    #kbd-blog-section {
      padding: 4em 0; } }

.kbd-section-gray {
  background: rgba(0, 0, 0, 0.04); }

.heading-section {
  padding-bottom: 1em;
  margin-bottom: 1em; }
  .heading-section h3 {
    background-color: #00a0e9;
    color: #FFF;
    letter-spacing: 1px;
    padding: 1.5rem;
    font-size: 2.2rem;
    border-radius: 3rem;
    padding-left: 2rem;
  }
    .heading-section h3 + div {
      padding: 0 2rem; }
      .heading-section h3 + div p {
        font-size: 1.7rem; }
    /*.heading-section h3::before {
      content: "";
      background-color: #1d2088;
      display: inline-block;
      border-radius: 50%;
      vertical-align: middle;
      transform: translateY(-2px);
      width: 80%;
      height: 100%;
   }*/

.kbd-grid {
  height: 302px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 30px;
  position: relative;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px; }
  @media screen and (max-width: 480px) {
    .kbd-grid {
      height: 400px; } }
  .kbd-grid .image-popup {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px; }
    .kbd-grid .image-popup .prod-title {
      position: absolute;
      top: 50%;
      bottom: 20px;
      left: 20px;
      right: 20px;
      margin-top: -25px; }
      .kbd-grid .image-popup .prod-title h3 {
        margin-bottom: 10px;
        color: #fff;
        font-size: 20px; }
      .kbd-grid .image-popup .prod-title span {
        color: #fff; }
  .kbd-grid:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
    .kbd-grid:hover .image-popup {
      opacity: 1; }

.services {
  margin-bottom: 5em; }
  .services span {
    margin-bottom: 30px;
    display: block;
    width: 100%; }
    .services span i {
      font-size: 50px;
      color: #fbd400; }
  .services h3 {
    font-size: 20px;
    font-weight: 400; }

#kbd-services, #kbd-about, #kbd-contact {
  padding: 7em 0; }
  @media screen and (max-width: 768px) {
    #kbd-services, #kbd-about, #kbd-contact {
      padding: 4em 0; } }

#kbd-services .kbd-number {
  font-size: 30px;
  color: #1fb5f6;
  position: relative;
  padding-top: 10px;
  font-style: italic;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline; }
  #kbd-services .kbd-number:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
    background: #1fb5f6; }

#kbd-services .kbd-icon {
  margin-bottom: 30px;
  margin-top: 50px;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  display: inline; }
  @media screen and (max-width: 768px) {
    #kbd-services .kbd-icon {
      margin-top: 0px;
      float: none; } }
  #kbd-services .kbd-icon i {
    font-size: 200px;
    color: #FBD400; }
    @media screen and (max-width: 768px) {
      #kbd-services .kbd-icon i {
        font-size: 100px; } }

#kbd-contact .contact-info {
  margin: 0;
  padding: 0; }
  #kbd-contact .contact-info li {
    list-style: none;
    margin: 0 0 20px 0;
    position: relative;
    padding-left: 40px; }
    #kbd-contact .contact-info li i {
      position: absolute;
      top: .3em;
      left: 0;
      font-size: 22px;
      color: rgba(0, 0, 0, 0.3); }
    #kbd-contact .contact-info li a {
      font-weight: 400 !important;
      color: rgba(0, 0, 0, 0.3); }

#kbd-contact .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }
  #kbd-contact .form-control:focus, #kbd-contact .form-control:active {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5); }

#kbd-contact input[type="text"] {
  height: 50px; }

#kbd-contact .form-group {
  margin-bottom: 30px; }

.kbd-testimonial {
  position: relative;
  background: #fff;
  padding: 4em 0;
  border-radius: 5px;
  -webkit-box-shadow: 0px 18px 88px -22px rgba(0, 0, 0, 0.58);
  -moz-box-shadow: 0px 18px 88px -22px rgba(0, 0, 0, 0.58);
  box-shadow: 0px 18px 88px -22px rgba(0, 0, 0, 0.58); }
  @media screen and (max-width: 768px) {
    .kbd-testimonial {
      border-right: 0;
      margin-bottom: 80px; } }
  .kbd-testimonial h2 {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 50px; }
  .kbd-testimonial figure {
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -44px;
    margin-bottom: 20px;
    background-size: cover; }
    .kbd-testimonial figure img {
      width: 88px;
      height: 88px;
      border: 10px solid #fff;
      background-size: cover;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
  .kbd-testimonial blockquote {
    border: none;
    margin-bottom: 20px; }
    .kbd-testimonial blockquote p {
      font-style: italic;
      font-size: 26px;
      line-height: 1.6em;
      color: #555555; }
  .kbd-testimonial span {
    font-style: italic; }

.kbd-blog {
  margin-bottom: 60px; }
  .kbd-blog a img {
    margin-bottom: 30px;
    width: 100%;
    height: 300px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px; }
  @media screen and (max-width: 768px) {
    .kbd-blog {
      width: 100%; } }
  .kbd-blog .image-popup {
    opacity: 1; }
    .kbd-blog .image-popup span {
      display: inline-block;
      margin-bottom: 20px; }
      .kbd-blog .image-popup span.posted_by {
        font-style: italic;
        color: rgba(0, 0, 0, 0.3);
        font-size: 18px; }
      .kbd-blog .image-popup span.comment {
        float: right; }
        .kbd-blog .image-popup span.comment a {
          color: rgba(0, 0, 0, 0.3); }
          .kbd-blog .image-popup span.comment a i {
            color: #FBD400;
            padding-left: 7px; }
    .kbd-blog .image-popup h3 {
      font-size: 26px;
      margin-bottom: 20px; }
      .kbd-blog .image-popup h3 a {
        color: rgba(0, 0, 0, 0.6); }

#kbd-start-project-section {
  padding: 7em 0;
  background: #F64E8B; }
  #kbd-start-project-section h2 {
    color: white;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 300; }
    @media screen and (max-width: 768px) {
      #kbd-start-project-section h2 {
        font-size: 30px; } }
  #kbd-start-project-section a:hover, #kbd-start-project-section a:focus, #kbd-start-project-section a:active {
    color: white !important; }

#map {
  width: 100%;
  height: 500px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #map {
      height: 200px; } }

.kbd-social-icons > a {
  padding: 4px 10px;
  color: #FBD400; }
  .kbd-social-icons > a i {
    font-size: 26px; }
  .kbd-social-icons > a:hover, .kbd-social-icons > a:focus, .kbd-social-icons > a:active {
    text-decoration: none;
    color: #5a5a5a; }

#footer {
  background: #1d2088;
  padding: 20px 0; 
  position: sticky;
  top: 100%;
}
  #footer p {
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: none;
    margin-bottom: 0; }
    #footer p a {
      color: rgba(255, 255, 255, 0.5); }

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn.btn-primary {
    background: #FBD400;
    color: #fff;
    border: none !important;
    border: 2px solid transparent !important; }
    .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
      box-shadow: none;
      background: #FBD400;
      color: #fff !important; }
  .btn:hover, .btn:active, .btn:focus {
    background: #393e46 !important;
    color: #fff;
    outline: none !important; }
  .btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
    border-color: transparent; }

.js .animate-box {
  opacity: 0; }

#kbd-wrapper {
  overflow-x: hidden;
  position: relative; }

.kbd-offcanvas {
  overflow: hidden; }
  .kbd-offcanvas #kbd-wrapper {
    overflow: hidden !important; }

#kbd-page {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .kbd-offcanvas #kbd-page {
    -moz-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    transform: translateX(-240px); }

@media screen and (max-width: 768px) {
  #kbd-menu-wrap {
    display: none; } }

#offcanvas-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 99;
  background: #1d2088;
  right: -240px;
  width: 240px;
  padding: 20px;
  overflow-y: scroll !important; }
  #offcanvas-menu ul {
    padding: 0;
    margin: 0; }
    #offcanvas-menu ul li {
      padding: 0.3rem 0;
      margin: 0;
      list-style: none;
      border-bottom: 1px solid #8dbf9f; }
      #offcanvas-menu ul li a {
        font-size: 18px;
        color: white; }
        #offcanvas-menu ul li a:hover {
          color: #FBD400; }
      #offcanvas-menu ul li > .kbd-sub-menu {
        margin-top: 9px;
        padding-left: 20px; }
      #offcanvas-menu ul li.active > a {
        color: #FBD400; }
    #offcanvas-menu ul .kbd-sub-menu {
      display: block !important; }

.kbd-nav-toggle {
  cursor: pointer;
  text-decoration: none; }
  .kbd-nav-toggle.active i::before, .kbd-nav-toggle.active i::after {
    background: #fff; }
  .kbd-nav-toggle.dark.active i::before, .kbd-nav-toggle.dark.active i::after {
    background: #fff; }
  .kbd-nav-toggle:hover, .kbd-nav-toggle:focus, .kbd-nav-toggle:active {
    outline: none;
    border-bottom: none !important; }
  .kbd-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 30px;
    height: 2px;
    color: #fff;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fff;
    transition: all .2s ease-out; }
    .kbd-nav-toggle i::before, .kbd-nav-toggle i::after {
      content: '';
      width: 30px;
      height: 2px;
      background: #fff;
      position: absolute;
      left: 0;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
  .kbd-nav-toggle.dark i {
    position: relative;
    color: #000;
    background: #000;
    transition: all .2s ease-out; }
    .kbd-nav-toggle.dark i::before, .kbd-nav-toggle.dark i::after {
      background: #000;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }

.kbd-nav-toggle i::before {
  top: -7px; }

.kbd-nav-toggle i::after {
  bottom: -7px; }

.kbd-nav-toggle:hover i::before {
  top: -10px; }

.kbd-nav-toggle:hover i::after {
  bottom: -10px; }

.kbd-nav-toggle.active i {
  background: transparent; }

.kbd-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.kbd-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg); }

.kbd-nav-toggle {
  position: absolute;
  top: 0px;
  right: 10px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  background-color: #1d2088;
  padding: 5px 10px 15px;
  border-radius: 4px;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .kbd-nav-toggle {
      display: block;
      top: 0px; } }

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%; } }

.row-bottom-padded-lg {
  padding-bottom: 7em; }
  @media screen and (max-width: 768px) {
    .row-bottom-padded-lg {
      padding-bottom: 2em; } }

.row-top-padded-lg {
  padding-top: 7em; }
  @media screen and (max-width: 768px) {
    .row-top-padded-lg {
      padding-top: 2em; } }

.row-bottom-padded-md {
  padding-bottom: 4em; }
  @media screen and (max-width: 768px) {
    .row-bottom-padded-md {
      padding-bottom: 2em; } }

.row-top-padded-md {
  padding-top: 4em; }
  @media screen and (max-width: 768px) {
    .row-top-padded-md {
      padding-top: 2em; } }

.row-bottom-padded-sm {
  padding-bottom: 2em; }
  @media screen and (max-width: 768px) {
    .row-bottom-padded-sm {
      padding-bottom: 2em; } }

.row-top-padded-sm {
  padding-top: 2em; }
  @media screen and (max-width: 768px) {
    .row-top-padded-sm {
      padding-top: 2em; } }

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06); }

.lead {
  line-height: 1.8; }

.no-js #loader {
  display: none; }

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0; }

.kbd-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/hourglass.svg) center no-repeat #222222; }

.kbd-hero .mainbanner-block img {
  width: 100%;
  height: auto; }

.kbd-hero .maintitle-block {
  margin-bottom: 6rem; }
  .kbd-hero .maintitle-block p {
    margin-bottom: 0;
    background-color: #1d2088;
    color: #fff;
    padding: 1rem;
    font-size: 2.2rem; }
  .kbd-hero .maintitle-block h1 {
    margin: 0 0 3rem 0; }
    .kbd-hero .maintitle-block h1 img {
      max-width: 100vw; }

.container {
  margin-bottom: 4rem; }

section {
  margin-bottom: 3rem; }
  section:after, section:before {
    content: "";
    display: block;
    clear: both; }
  section img {
    max-width: 100%;
    height: auto; }

h1 small, h2 small, h3 small, h4 small, h5 small {
  color: inherit; }

p.bgIn-title {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  font-size: 2rem !important; }
  p.bgIn-title strong {
    display: inline-block;
    color: #fff;
    background-color: #2f8cbf;
    border-radius: 50px;
    padding: 0 3rem;
    margin-right: 1rem; }

p.bgIn-title-square {
  margin: 1rem 0; }
  p.bgIn-title-square strong {
    display: inline-block;
    color: #fff;
    background-color: #2f8cbf;
    padding: 0 3rem;
    margin-right: 1rem;
    font-size: 1.7rem !important;
    text-indent: 0; }

.target-works ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: auto -1rem 2rem;
  padding: 0; }
  .target-works ul li {
    padding: 5px;
    background-color: #b1def5;
    color: #231815;
    text-align: center;
    margin: 1rem; }

@media screen and (min-width: 992px) {
  .target-works ul li {
    width: 31%; } }

@media screen and (max-width: 991px) {
  .target-works ul li {
    width: 44%; } }

.box-title strong {
  color: #1d2088;
  font-size: 2rem;
  border: #1d2088 solid 2px;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem; }

@media screen and (max-width: 991px) {
  strong {
    display: block; }
    strong + br {
      display: none; } }

.marker {
  background: linear-gradient(transparent 50%, #ff9 50%);
  color: #e60012;
  font-weight: bold; }

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

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

h4.content-title {
  color: #1d2088;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.5rem; }

p.middle-title {
  color: #231815;
  background-color: #b1def5;
  padding: 0.3rem 3rem;
  display: inline-block; }

h4.square-title {
  font-size: 2rem;
  color: #231815;
  line-height: 2.5rem; }
  h4.square-title:before {
    content: "■";
    color: #2f8cbf;
    margin-right: 0.5rem; }

h4.belt-title {
  background-color: #b1def5;
  width: 100%;
  padding: 1rem;
  text-align: center;
  color: #231815;
  ffont-size: 2rem; }

.subsidy {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem; }
  .subsidy-block {
    padding: 1rem 2rem; }
    .subsidy-block > div {
      background-color: #b1def5;
      height: 100%;
      border-radius: 10px;
      position: relative;
      padding-top: 0;
      /*&:before{content:"";width:5em;height:5em;border-radius:50%;position:absolute;top:-2em;background-color:$sub-color;left: 0;right: 0;margin: auto;z-index:1;}*/ }
      .subsidy-block > div h4 {
        line-height: 2.5rem;
        margin-bottom: 1rem;
        font-size: 2.5rem;
        padding-left: 0 !important;
        color: #231815;
        font-weight: 600; }
      .subsidy-block > div span {
        display: block;
        font-size: 3rem;
        background-color: rgba(47, 140, 191, 0.5);
        color: #231815;
        margin-bottom: 1rem;
        width: 100%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px; }

ul.point-list {
  font-size: 2rem;
  list-style: none;
  color: #231815; }
  ul.point-list li:before {
    content: "●";
    color: #2f8cbf;
    margin-right: 0.5rem; }

.application-doc .wrapper {
  justify-content: space-between; }
  .application-doc .wrapper dl {
    width: 24%; }
  .application-doc .wrapper dt, .application-doc .wrapper dd {
    text-align: center;
    padding: 1rem; }
  .application-doc .wrapper dt {
    background-color: #2f8cbf;
    color: #FFF; }
  .application-doc .wrapper dd {
    background-color: #b1def5; }
    .application-doc .wrapper dd a {
      display: block;
      font-weight: 600; }
      .application-doc .wrapper dd a:hover {
        color: #FF0000; }

.faq-section h4 {
  border: 2px solid #1d2088;
  color: #1d2088;
  background-color: #b1def5;
  font-size: 2.2rem;
  padding: 1rem; }

.faq-section p {
  margin-bottom: 0;
  padding-left: 30px; }

.faq-section ul {
  list-style: none; }
  .faq-section ul li {
    padding-left: 0;
    text-indent: -2.5rem; }
    .faq-section ul li:before {
      content: "●";
      font-size: 1.5rem;
      padding-right: 1rem; }

.nobubun {
  width: 4.5rem;
  height: auto;
  margin-right: 3px;
  vertical-align: middle; }

.description {
  margin: 5rem 0 2rem;
  padding: 1rem 4rem;
  border-radius: 20px;
  background-color: #b1def5;
  position: relative; }
  .description:before {
    content: "";
    background: url(../images/description.svg) no-repeat left center;
    position: absolute;
    display: inline-block;
    width: 4rem;
    height: 4rem;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: cover; }
  .description ul {
    margin-left: 4rem;
    margin-bottom: 0; }
  .description strong {
    position: absolute;
    top: -32px;
    background-color: #1d2088;
    color: #FFF;
    padding: 0.2rem 1rem 1rem;
    z-index: -1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }

.otoiawase p {
  margin-bottom: 0; }

.otoiawase-title {
  background-color: #2f8cbf;
  color: #FFF;
  text-align: center;
  border-radius: 50%;
  width: 15rem;
  height: 15rem;
  line-height: 2rem;
  padding-top: 5rem; }

.otoiawase-content {
  margin-left: 4rem; }
  .otoiawase-content p {
    margin-bottom: 0;
    margin-left: 0; }
    .otoiawase-content p:first-child strong {
      color: #1d2088;
      font-size: 2rem; }
    .otoiawase-content p a {
      font-size: 2.5rem; }

form#mailformpro label {
  white-space: pre-wrap; }

.application-doc div.wrapper {
  margin-bottom: 2rem; }
  .application-doc div.wrapper.flex-box {
    align-items: flex-start;
    flex-wrap: nowrap; }
  .application-doc div.wrapper h4 {
    color: #000;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
    .application-doc div.wrapper h4 small {
      color: #000; }
  .application-doc div.wrapper ul {
    padding-left: 4rem; }

.application-doc .document-example {
  background: #d6ecf9;
  border-radius: 6px;
  padding: 1rem 1rem 0; }
  .application-doc .document-example h5 {
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #969696; }

a.hp-app-btn.type-link {
  background-color: #e60012;
  color: #FFF;
  border: none;
  padding: 1.5rem 4rem; }

a.hp-app-btn.type-link:hover {
  background-color: #E84D59;
  color: #FFF; }

footer strong {
  background-color: #FFF;
  padding: 0.2rem 2rem;
  color: #1d2088;
  margin-bottom: 1rem;
  display: inline-block;
  border-radius: 50px; }

p.footer-copyright {
  margin-top: 2rem;
  font-size: 11px !important;
  border-top: 1px solid #FFF;
  padding-top: 1rem; }

.faq-catblock {
  padding: 0 2rem; }

.faq-block {
  padding: 0 3rem;
  margin-bottom: 5rem; }
  .faq-block dt {
    cursor: pointer;
    color: #009944;
    position: relative;
    padding: 1rem 0;
    border-bottom: 1px solid #009944; }
    .faq-block dt:after {
      content: "▼";
      position: absolute;
      right: 1rem;
      top: 30%;
      color: #009944;
      opacity: .4; }
    .faq-block dt:hover:after {
      opacity: 1; }
  .faq-block dd {
    display: none;
    padding: 2rem; }

#contact-form {
  width: 80%;
  margin: auto; }
  #contact-form dt, #contact-form dd {
    font-size: 1.2rem; }
  #contact-form .must {
    color: #FF0000;
    display: inline;
    background-color: #FFF;
    border: 0;
    text-shadow: none;
    padding: 2px 5px;
    font-size: 1.3rem;
    float: none;
    margin: 0px 5px;
    border-radius: 4px;
    box-shadow: none;
    background-image: none;
    background-size: none; }
  #contact-form .mailform.formblock .form-line {
    display: flex;
    justify-content: flex-start; }
    #contact-form .mailform.formblock .form-line p:first-child {
      width: 30%; }
    #contact-form .mailform.formblock .form-line p:last-child {
      width: 70%; }
    #contact-form .mailform.formblock .form-line textarea {
      width: 40rem !important;
      min-height: 15rem; }
  #contact-form form#mailformpro label.mfp_not_checked,
  #contact-form form#mailformpro label.mfp_checked {
    padding: 1rem; }
  #contact-form .mfp_element_submit, #contact-form .mfp_element_reset, #contact-form .mfp_element_button, #contact-form button.mfp_next, #contact-form button.mfp_prev {
    border: 1px solid #b4b4b4;
    text-shadow: none;
    background: #e6e6e6;
    color: #000;
    padding: 0.5rem 4rem; }
    #contact-form .mfp_element_submit:hover, #contact-form .mfp_element_reset:hover, #contact-form .mfp_element_button:hover, #contact-form button.mfp_next:hover, #contact-form button.mfp_prev:hover {
      text-shadow: none;
      background: #b1def5;
      box-shadow: none;
      color: #FFF; }

.howto {
  background-color: #b1def5;
  padding: 2rem 1rem;
  width: 70%; }
  .howto .caution {
    padding: 1rem;
    margin: 2rem 0 0;
    background-color: #FFF;
    border-radius: 7px; }
    .howto .caution a {
      display: inline-block;
      width: 12rem;
      color: #1d2088; }
      .howto .caution a:hover {
        color: #df1515; }
    .howto .caution .attention {
      color: #df1515; }

.flex-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .flex-box.flex-center {
    justify-content: center; }
  .flex-box.list-type-btn {
    list-style: none; }
    .flex-box.list-type-btn li {
      margin: 1rem 0; }
      .flex-box.list-type-btn li a {
        display: block;
        border: 1px solid #b4b4b4;
        padding: 0.5rem 0.5rem 0.5rem 2rem;
        background-color: #f2f2f2;
        border-radius: 4px;
        transition: 0.1s;
        position: relative; }
        .flex-box.list-type-btn li a:hover {
          background-color: #b1def5;
          color: #FF0000; }
        .flex-box.list-type-btn li a:before {
          content: "▶";
          font-size: 1rem;
          position: absolute;
          top: 28%;
          left: 0.5rem; }

.w-full p.bgIn-title {
  width: 100%;
  font-size: 2rem; }

.indentbox {
  padding: 0 4rem; }
  .indentbox p {
    text-indent: -1.7rem;
    padding-left: 1.5rem;
    margin-bottom: 0; }

@media screen and (max-width: 992px) {
  .indentbox p.swipe-box-full {
    padding-left: 0;
    text-indent: 0; } }

.clearfix:after, .clearfix:before {
  content: "";
  display: block;
  clear: both; }

a.type-btn {
  display: inline-block;
  border: 1px solid #b4b4b4;
  padding: 0.5rem 2rem 0.5rem 4rem;
  background-color: #f2f2f2;
  border-radius: 4px;
  text-indent: 0;
  margin: 1rem auto;
  transition: 0.1s;
  position: relative; }
  a.type-btn:hover {
    background-color: #b1def5;
    color: #FFF;
    text-decoration: none; }
  a.type-btn:before {
    content: "▶";
    font-size: 1rem;
    position: absolute;
    top: 28%;
    left: 2.5rem; }

a.type-link {
  display: inline-block;
  border: 1px solid #b4b4b4;
  padding: 0.5rem 2rem;
  background-color: #f2f2f2;
  border-radius: 4px;
  text-indent: 0;
  margin: 1rem auto;
  transition: 0.1s;
  position: relative; }
  a.type-link:hover {
    background-color: #b1def5;
    color: #FFF;
    text-decoration: none; }

a.not-yet {
  pointer-events: none !important;
  opacity: 0.3; }

.m-top03 {
  margin-top: 3rem; }

.m-top04 {
  margin-top: 4rem; }

.m-top05 {
  margin-top: 5rem; }

.text-red {
  color: #EA5514; }

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

p.swipe-box-full {
  padding: 0;
  margin: 0 auto 3rem; }
  p.swipe-box-full img {
    width: 100%;
    height: auto; }

.boshu-youkou {
  width: 30%;
  background-color: #d6ecf9;
  padding: 2rem; }

@media screen and (max-width: 992px) {
  .kbd-hero img {
    width: 100%;
    height: auto; }
  .kbd-hero .maintitle-block p {
    font-size: 1.7rem; }
  .js-kbd-nav-toggle.kbd-nav-toggle {
    position: fixed;
    top: 10px;
    right: 10px; }
  h2, .heading-section h3, .faq-section h4 {
    font-size: 1.7rem;
    line-height: 1.7; }
  section {
    padding: 0 2rem; }
  .cara-wrap {
    display: block; }
    .cara-wrap .cara-block {
      width: 100%; }
    .cara-wrap img.cara {
      display: none; }
  p.bgIn-title {
    border-radius: 10px;
    padding: 0.5rem 1rem; }
    p.bgIn-title strong {
      display: block;
      margin: 1rem auto;
      text-align: center; }
  .flex-box p.bgIn-title {
    width: 100%;
    margin: 0 auto 1rem;
    text-align: center; }
  .subsidy {
    flex-direction: column; }
    .subsidy .subsidy-block {
      padding: 1rem 0;
      margin-bottom: 2rem; }
      .subsidy .subsidy-block > div {
        padding: 0 0 1rem; }
  .heading-section h3 + div.no-pad {
    margin: -5rem 0 0;
    padding: 0; }
  .swipe-box-wrap:before {
    content: "←Scroll→";
    font-size: 1.5rem;
    color: #969696;
    position: relative;
    top: 50px;
    left: 0; }
  .swipe-box-wrap .swipe-box {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 5rem 0;
    position: relative;
    border: 1px solid #b4b4b4;
    box-shadow: 0 -5px 10px #b4b4b4 inset; }
    .swipe-box-wrap .swipe-box img {
      max-width: 800px;
      height: auto;
      mix-blend-mode: multiply; }
  .application-doc div.wrapper h4 {
    line-height: 2.3rem; }
  .application-doc div.wrapper ul {
    padding-left: 4rem; }
    .application-doc div.wrapper ul.list-type-btn {
      padding-left: 0; }
    .application-doc div.wrapper ul li {
      width: 100%; }
  .boshu-youkou {
    width: 100%; }
  #contact-form {
    width: 100%; }
    #contact-form #mailformpro .form-line {
      flex-direction: column; }
      #contact-form #mailformpro .form-line p:first-child, #contact-form #mailformpro .form-line p:last-child {
        width: 100%;
        margin-bottom: 0; }
      #contact-form #mailformpro .form-line .mfp_element_all {
        max-width: 100%; }
  .form-line input[type="text"], .form-line input[type="email"], .form-line input[type="tel"], .form-line textarea {
    width: 100%; }
  .otoiawase-content {
    margin-left: 0; }
  .howto {
    width: 100%; }
  button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0; }
  .pcObj {
    display: none; }
  .indentbox {
    padding: 0; } }

@media screen and (min-width: 993px) {
  .cara-wrap {
    position: relative; }
    .cara-wrap > img {
      width: 13%;
      height: auto;
      position: absolute;
      top: 0;
      z-index: 100; }
    .cara-wrap .cara-block {
      width: 100%; }
    .cara-wrap.left img {
      left: 0; }
    .cara-wrap.left .cara-block .heading-section .cara-adjuster {
      width: 87%;
      margin-left: 12%; }
    .cara-wrap.right img {
      right: 0; }
    .cara-wrap.right .cara-block .heading-section .cara-adjuster {
      width: 87%; }
      .cara-wrap.right .cara-block .heading-section .cara-adjuster.cara03 {
        min-height: 350px; }
  .otoiawase-content p a {
    pointer-events: none; }
  .swipe-box img {
    width: 80%;
    margin: auto auto 2rem;
    display: block; }
  .swipe-box.full img {
    width: 100%; }
  .form-line input[type="text"], .form-line input[type="email"], .form-line input[type="tel"], .form-line textarea {
    width: 40rem; }
  .spObj {
    display: none; } }

@media screen and (max-width: 991px) {
  .kbd-hero .maintitle-block h1 {
    padding: 0; }
  .heading-section h3 + div {
    padding-left: 0;
    padding-right: 0; }
  .faq-section p {
    padding-left: 0; }
  #brochure-dl .container, #faq-file .container, #case-file .container {
    margin-bottom: 0; }
  a.anc-text:link {
    color: #172b81;
    word-break: break-word; }
  #footer {
    padding-left: 2rem;
    padding-right: 2rem; }
  .heading-section h3 {
    padding: 1rem;
    border-left-width: 40px;
    width: calc(100vw - 1rem);
    margin: 0 calc(50% - 49vw) 2rem;
    line-height: 1;
    border-left-width: 35px;
    padding-left: 1.5rem;
   }
    .heading-section h3 small {
      display: block;
      margin-top: 0.5rem; }
  .document-example ul.list-type-btn {
    padding-left: 0; }
    .document-example ul.list-type-btn li {
      width: 50%; }
  .application-doc dd small {
    display: block; } }

#contact-form .mailform.formblock .form-line {
  border-bottom: dotted 1px #666; }
  #contact-form .mailform.formblock .form-line p {
    margin: 2rem 0; }
  #contact-form .mailform.formblock .form-line p:first-child {
    width: 45rem; }

div.mfp_buttons {
  margin-top: 2rem; }

@media screen and (max-width: 992px) {
  #contact-form #mailformpro .form-line {
    flex-direction: column;
    padding-bottom: 2rem; } }

.etclink {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0 2rem; }
  .etclink ul {
    width: 100%;
    margin: 0;
    padding: 0; }
    .etclink ul li {
      width: 33%;
      padding: 1rem; }

.hozyotaisyo {
  width: 100%;
  margin-bottom: 1rem;
  margin-top: 1rem; }

.Attacheddoc1 small {
  display: block;
  margin-bottom: 1rem; }

.application-doc div.wrapper div.Attacheddoc1 h4 {
  margin-bottom: 2rem;
  line-height: 2.5rem; }

.small-block {
  float: right;
  width: 80%;
  line-height: 1.2;
  clear: both; }

.dl-btn {
  display: block;
  border: 1px solid #b4b4b4;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  background-color: #f2f2f2;
  border-radius: 4px;
  transition: 0.1s;
  position: relative; }
  .dl-btn::before {
    content: "▶";
    font-size: 1rem;
    position: absolute;
    top: 28%;
    left: 0.5rem; }
  .dl-btn:hover {
    color: #FF0000;
    background-color: #b1def5; }

    .heading-section div h4{
      background-color: #00a0e954;
      color: #000;
      padding: 1.5rem;
    }

@media screen and (max-width: 768px) {
  .etclink {
    flex-direction: column;
    padding: 2rem; }
  #brochure-dl, #faq-file, #case-file, #flex-file {
    width: 100%;
    margin: 0;
    padding: 0; }
  .small-block {
    float: none;
    margin: 0 auto; }
  .application-doc .wrapper {
    flex-direction: column; }
    .application-doc .wrapper dl {
      width: 100%; } }

.yet {
  display: none !important; }

#contact-form .wpcf7-form .form-line {
  display: flex;
  justify-content: flex-start;
  border-bottom: dotted 1px #666; }
  #contact-form .wpcf7-form .form-line p {
    margin: 2rem 0; }
  #contact-form .wpcf7-form .form-line p:first-child {
    width: 45rem; }
  #contact-form .wpcf7-form .form-line p:last-child {
    width: 70%; }
  #contact-form .wpcf7-form .form-line textarea {
    width: 40rem !important;
    min-height: 15rem; }

#contact-form form#mailformpro label.mfp_not_checked,
#contact-form form#mailformpro label.mfp_checked {
  padding: 1rem; }

#contact-form .mfp_element_submit, #contact-form .mfp_element_reset, #contact-form .mfp_element_button, #contact-form button.mfp_next, #contact-form button.mfp_prev {
  border: 1px solid #b4b4b4;
  text-shadow: none;
  background: #e6e6e6;
  color: #000;
  padding: 0.5rem 4rem; }
  #contact-form .mfp_element_submit:hover, #contact-form .mfp_element_reset:hover, #contact-form .mfp_element_button:hover, #contact-form button.mfp_next:hover, #contact-form button.mfp_prev:hover {
    text-shadow: none;
    background: #b1def5;
    box-shadow: none;
    color: #FFF; }

@media screen and (max-width: 992px) {
  #contact-form .wpcf7-form .form-line {
    flex-direction: column;
    padding-bottom: 2rem; }
    #contact-form .wpcf7-form .form-line p:first-child, #contact-form .wpcf7-form .form-line p:last-child {
      width: 100%;
      margin-bottom: 0; }
    #contact-form .wpcf7-form .form-line .mfp_element_all {
      max-width: 100%; } }

.wpcf7-text {
  border: solid 1px #CCC;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #CCC inset;
  padding: 3px 8px;
  margin: 2px;
  vertical-align: middle; }

.wpcf7-file {
  font-size: 12px;
  display: inline-block;
  padding: 10px 10px;
  vertical-align: middle;
  border: solid 1px #CCC;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #CCC inset;
  background: #EEE; }

.mfp_buttons {
  text-align: center; }

/* 2024/05/31追加　お知らせ */
  .news .row{background-color:#db9d02;}
	.top-info {font-size:1.5rem;margin: 1.5rem;color: #fff;padding: 2rem 3rem;font-weight: bold;background-color:#db9d02;border: 1px solid #fff;position:relative;}
	.top-info ul{list-style:none;max-width:980px;margin: 1rem auto;}
	.top-info ul li{text-align:left;}
	.top-info ul li a{color:#FFF;}
	.top-info ul li a:before{content:"▶";margin-right:0.5rem;}
	.top-info ul li a:hover:before{color:#FF0000;}
  .top-info h3{text-align:center;color: #fff;position: absolute;top: -15px;right: 50%;padding: 0.5rem 1rem;transform: translateX(50%);background-color:#db9d02;font-size: 20px;}
	.top-info p{margin-bottom: 0;color: #fff;}
  .top-info-box{border-bottom: 1px dotted #fff;padding-bottom: 1rem;display: flex;padding-top: 1rem;}
  .top-info-box:last-of-type{border-bottom:none;padding-bottom: 0;}
  .top-info-box>div:first-of-type{width: 15%;font-size: 1.3rem;}
  .top-info-box>div:nth-of-type(2){width: 85%;}
  .top-info-box a{text-decoration: underline;}
  .top-info-box a:visited{color: #ffffa9;}

  @media screen and (max-width: 768px) {
    .top-info {margin: 1.5rem;padding: 1rem 2rem;}
    .top-info-box{flex-direction: column;}
    .top-info-box>div:first-of-type {width: 100%;}
    .top-info-box>div:nth-of-type(2){width: 100%;}
  }

	.hp-app-btn.type-link.over {background-color: #b9b9b9;pointer-events: none;}
	.kbd-hero .maintitle-block {margin-bottom: 0rem;}
	.indent-block{padding:0 2rem;color:initial;}
	.saitakusha{max-width:800px;margin:2rem auto;}
	.saitakusha th,.saitakusha td{text-align:center;padding:1rem 2rem; border-collapse: collapse;border:1px solid #333;white-space:nowrap;}
	.saitakusha a.type-btn{color:#FFF;background-color:#5674ae;}
	.saitakusha a.type-btn:hover{background-color:#364e7d;}
	.not-ready{opacity: 0.3;pointer-events: none;background-color: #b5b5b5 !important;}

  /* 起業支援事業2024で追加↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */
   #menu02 dl{
    color: #333333;
   }
   #menu02 dl > div{
    display: grid;
    grid-template-columns: 20% 80%;
    margin-bottom: 1rem;
   }
   #menu02 dl > div dt{
    background-color: #00a0e954;
    padding: 1rem;
   }
   #menu02 dl > div dd{
    padding: 1rem;
   }
   section ol{
    list-style: none;
   }
   section ol li{
    margin-bottom: 1rem;
   }
   .shinseisaki{
    display: block;
    /* column-gap: 2rem; */
    margin: 2rem 0;
    align-items: center;
   }
   .shinseisaki p{
    text-indent: 0;
     padding-left: 0;
   }
   .shinseisaki p:nth-of-type(2){
    color: #1d2088;
    border:#1d2088 1px solid ;
    display: inline-block;
    padding: 0.5rem;
    margin: 1rem 0;
    text-align: center;
   }
  .shinseisaki.shinsei-box{
    border:#1d2088 3px solid ;
    padding: 2rem;
    display: inline-block;
    margin: 1rem 2rem 5rem;
    text-align: left;
  }
   #menu05 p {
    margin-bottom: 0.5rem;
}
   @media screen and (max-width: 768px) {
   #menu02 dl > div{
    grid-template-columns: 100%;
   }
   section ol {
    padding-inline-start: 0;
   }
   .shinseisaki{
    flex-direction: column;
    align-items: flex-start;
   }
   .shinseisaki p:first-of-type{
    width: 100%;
   }
  }

/* 2024/11/25追加 */
.saitakusya_span{
  margin-left: 1rem;
}
@media screen and (max-width: 480px) {
.etclink ul li {
  width: 100%;
  padding: 0 1rem; }
  .saitakusya_span{
    margin-left: 0;
  }
}

/* 2025/05/21追加 */
#menu02 dl .koubo_sub{
margin-left: 1rem;
display: flex;
flex-wrap: wrap;
margin-top: 1rem;
margin-bottom: 0;
margin-right: 1rem;
}
#menu02 dl .koubo_sub dt{
width: 30%;
margin-bottom: 1rem;
border: #00a0e9 solid 2px;
border-radius: 5px;
background-color: #fff;
}
#menu02 dl .koubo_sub dd{
width: 70%;
}
.mail-btn-box{
  margin-bottom: 2rem;
}
#kbd-header-section {
  padding: 0 1rem 0;
}
#footer p{
  font-size: 16px;
}
.kasen{
 text-decoration:underline;
    text-decoration-color: #00a0e9;
}
.shinsei-box{
    margin: 2rem 2rem 4rem;
}
.shinsei-box-yuso{
    margin: 2rem 2rem 2rem;
}
.shinsei-box p{
    margin: 0;
}
section.saitakusya .etclink ul.flex-box li a{
  background-color: #fcb1a0;
}
section.saitakusya h3{
background-color:#f85d3a;
}
section.saitakusya h4{
  display: inline-block;
  color: #000;
  width: 100%;
  font-weight: bold;
  margin: 30px 0 0 0;
}
@media screen and (max-width: 480px) {
  #menu02 dl .koubo_sub{
    flex-direction: column;
    }
    #menu02 dl .koubo_sub dt{
      width: 100%;
      margin-bottom: 0;
      }
      #menu02 dl .koubo_sub dd{
      width: 100%;
      }
}

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