@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* font */
/* body, */
.bp-section #content,
.bp-section .entry-content,
.bp-section .post-content,
.bp-section .page-content,
.bp-section .post-excerpt,
.bp-section .entry-summary,
.bp-section .entry-excerpt,
.bp-section .widget-area,
.bp-section .widget,
.bp-section .sidebar,
.bp-section #sidebar,
.bp-section footer,
.bp-section .footer,
.bp-section #footer,
.bp-section .site-footer {
  font-family: "Noto Sans JP";
}

.bp-section #site-title,
.bp-section .site-title,
.bp-section #site-title a,
.bp-section .site-title a,
.bp-section .entry-title,
.bp-section .entry-title a,
.bp-section h1,
.bp-section h2,
.bp-section h3,
.bp-section h4,
.bp-section h5,
.bp-section h6,
.bp-section .widget-title,
.bp-section .elementor-heading-title {
  font-family: "Noto Sans JP";
}

.bp-section button,
.bp-section .button,
.bp-section input,
.bp-section select,
.bp-section textarea,
.bp-section .wp-block-button,
.bp-section .wp-block-button__link {
  font-family: "Noto Sans JP";
}

/* businesspress*/

/* Root
   This values are used for adjusting headings size (not for body size) */
.bp-section {
  font-size: 85%;
  /* overflow-x: hidden; */
}
.bp-section:lang(ja) {
  font-size: 68%;
}
@media screen and (min-width: 782px) {
  .bp-section {
    font-size: 92.5%;
  }
  .bp-section:lang(ja) {
    font-size: 74%;
  }
}
@media screen and (min-width: 980px) {
  .bp-section {
    font-size: 100%;
  }
  .bp-section:lang(ja) {
    font-size: 80%;
  }
}

/* Base */
.bp-section {
  color: #444;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  word-wrap: break-word;
}
.bp-section:lang(ja) {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}
::selection {
  background-color: #def;
}
@media screen and (min-width: 782px) {
  .bp-section {
    font-size: 19px;
  }
  .bp-section:lang(ja) {
    font-size: 16px;
  }
}
@media screen and (min-width: 980px) {
  .bp-section {
    font-size: 20px;
  }
  .bp-section:lang(ja) {
    font-size: 17px;
  }
}

/* Heading */
.bp-section h1,
.bp-section h2,
.bp-section h3,
.bp-section h4,
.bp-section h5,
.bp-section h6,
.bp-section .site-title {
  clear: both;
  color: #111;
  font-weight: 700;
  line-height: 1.5;
}
.bp-section h1 {
  font-size: 2.5rem;
  margin-bottom: 1em;
  margin-top: 2em;
}
.bp-section h2 {
  font-size: 1.75rem;
  margin-bottom: 1.5em;
  margin-top: 3em;
}
.bp-section h3 {
  font-size: 1.5rem;
  margin-bottom: 1em;
  margin-top: 2.5em;
}
.bp-section h4 {
  font-size: 1.25rem;
  margin-bottom: 1em;
  margin-top: 2em;
}
.bp-section h5 {
  font-size: 1.125rem;
  margin-bottom: 0.5em;
  margin-top: 1.5em;
}
.bp-section h6 {
  font-size: 1rem;
  margin-bottom: 0.5em;
  margin-top: 1em;
}

/* Link */
.bp-section a {
  color: #4693f5;
  text-decoration: underline;
  transition: all 0.15s ease-in-out;
}
.bp-section a:hover {
  color: #639af6;
}
.bp-section cite a,
.bp-section cite a {
  text-decoration: none;
}

/* Text */
.bp-section p {
  margin: 0 0 1.8em;
}
.bp-section b,
.bp-section strong {
  font-weight: 700;
}
.bp-section dfn,
.bp-section em,
.bp-section i {
  font-style: italic;
}
.bp-section q {
  quotes: "" "";
}
.bp-section cite {
  border-bottom: dotted 1px #999;
  font-style: normal;
}
.bp-section code,
.bp-section kbd,
.bp-section tt,
.bp-section var {
  background-color: #f4f5f6;
  color: #666;
  font-family: Consolas, "Courier New", monospace;
  font-size: 90%;
}
.bp-section abbr,
.bp-section acronym {
  border-bottom: 1px dotted #999;
  cursor: help;
}
.bp-section mark,
.bp-section ins {
  background: linear-gradient(transparent 70%, #ffff66 70%);
  text-decoration: none;
}
.bp-section ins.adsbygoogle {
  background-color: transparent;
}

/* List */
.bp-section ul,
.bp-section ol {
  margin: 0 0 1.8em 1.5em;
  padding: 0;
}
.bp-section li > ul,
.bp-section li > ol {
  margin-bottom: 0;
}
.bp-section dl {
  margin: 0;
}
.bp-section dt {
  font-weight: 600;
  margin-bottom: 0.5em;
}
.bp-section dd {
  margin: 0 0 1.8em 1.5em;
}

/* Table */
.bp-section table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 90%;
  margin: 0 0 1.8em;
  width: 100%;
}
.bp-section caption {
  margin-bottom: 0.6em;
}
.bp-section table th,
.bp-section table td {
  border: solid 1px #eee;
  padding: 1em 1.2em;
}
.bp-section th {
  background-color: #f4f5f6;
  font-weight: 600;
  text-align: left;
}

/* Elements */
.bp-section blockquote {
  color: #666;
  margin: 0 0 2em;
  padding: 12px 0 0 44px !important;
  position: relative;
}
.bp-section blockquote:before {
  color: #ddd;
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 84px;
  left: -5px;
  line-height: 1;
  position: absolute;
  top: -5px;
}
.bp-section blockquote p {
  margin-bottom: 0.8em;
}
.bp-section blockquote cite {
  font-size: 90%;
}
.bp-section address {
  margin: 0 0 1.8em;
  font-style: normal;
}
.bp-section pre {
  background-color: #f4f5f6;
  color: #666;
  font-family: Consolas, "Courier New", monospace;
  font-size: 90%;
  line-height: 1.4;
  margin: 0 0 1.7em;
  max-width: 100%;
  overflow: auto;
  padding: 1.5em;
  word-wrap: normal;
}
.bp-section hr {
  background-color: #eee;
  border: 0;
  height: 2px;
  margin: 1.8em auto;
}
.bp-section .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}

/* Media */
.bp-section img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.bp-section figure {
  margin: 0;
}
.bp-section embed,
.bp-section iframe,
.bp-section object {
  max-width: 100%;
}

/* Form */
.bp-section button,
.bp-section input,
.bp-section input[type="search"],
.bp-section select,
.bp-section textarea {
  background-color: #fff;
  box-sizing: border-box;
  line-height: 1.6;
  max-width: 100%;
}
.bp-section button,
.bp-section input[type="button"],
.bp-section input[type="reset"],
.bp-section input[type="submit"] {
  background-color: #333;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 90%;
  line-height: 1;
  padding: 1.1em 1.5em;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}
.bp-section button:hover,
.bp-section button:focus,
.bp-section input[type="button"]:hover,
.bp-section input[type="button"]:focus,
.bp-section input[type="reset"]:hover,
.bp-section input[type="reset"]:focus,
.bp-section input[type="submit"]:hover,
.bp-section input[type="submit"]:focus {
  background-color: #555;
}
.bp-section input[type="text"],
.bp-section input[type="email"],
.bp-section input[type="url"],
.bp-section input[type="password"],
.bp-section input[type="search"],
.bp-section textarea {
  border: solid 1px #e6e6e6;
  color: #777;
  margin-top: 0.6em;
  padding: 0.6em;
}
.bp-section input[type="text"]:focus,
.bp-section input[type="email"]:focus,
.bp-section input[type="url"]:focus,
.bp-section input[type="password"]:focus,
.bp-section input[type="search"]:focus,
.bp-section textarea:focus {
  color: #444;
}
.bp-section input[type="file"] {
  margin-top: 0.6em;
}
.bp-section select {
  border: solid 1px #e6e6e6;
  margin-top: 0.6em;
  padding: 0.6em;
}
.bp-section textarea {
  max-width: 720px;
  width: 100%;
}

/* Repeatable Patterns
  ------------------------------------------------------------ */

/* Alignments */
.bp-section .aligncenter,
.bp-section .alignleft,
.bp-section .alignright {
  margin-bottom: 1.8em;
}
.bp-section .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.bp-section .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.bp-section .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Caption */
.bp-section .wp-caption {
  color: #999;
  font-size: 90%;
  margin-bottom: 1.8em;
  max-width: 100%;
}
.bp-section .wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0.4em auto 0;
}
.bp-section .wp-caption-text {
  text-align: center;
}
.bp-section .wp-caption .wp-caption-text {
  margin: 0.8em 0;
}

/* WP Smiley */
.bp-section .page-content img.wp-smiley,
.bp-section .entry-content img.wp-smiley,
.bp-section .comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Text meant only for screen readers */
.bp-section .hide-blogname .site-title,
.bp-section .hide-blogdescription .site-description,
.bp-section .hide-date .posted-on,
.bp-section .hide-author .byline,
.bp-section .hide-comments-number .comments-link,
.bp-section .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.bp-section .screen-reader-text:hover,
.bp-section .screen-reader-text:active,
.bp-section .screen-reader-text:focus {
  background-color: #eee;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  clip: auto !important;
  color: #06c;
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.bp-section .clear:before,
.bp-section .clear:after,
.bp-section .top-bar-content:before,
.bp-section .top-bar-content:after,
.bp-section .entry-content:before,
.bp-section .entry-content:after,
.bp-section .comment-content:before,
.bp-section .comment-content:after,
.bp-section .nav-links:before,
.bp-section .nav-links:after,
.bp-section .widget:before,
.bp-section .widget:after,
.bp-section .sticky-sidebar:before,
.bp-section .sticky-sidebar:after,
.bp-section .site-bottom-content:before,
.bp-section .site-bottom-content:after {
  content: "";
  display: table;
}
.bp-section .clear:after,
.bp-section .top-bar-content:after,
.bp-section .entry-content:after,
.bp-section .comment-content:after,
.bp-section .nav-links:after,
.bp-section .widget:after,
.bp-section .sticky-sidebar:after,
.bp-section .site-bottom-content:after {
  clear: both;
}

/* Layout
  ------------------------------------------------------------ */

/* Base */

.bp-section .top-bar-content,
.bp-section .main-header-content,
.bp-section .featured-entry-content,
.bp-section .home-header-content,
.bp-section .jumbotron-content,
.bp-section .site-content,
.bp-section .container-content,
.bp-section .footer-widget-content,
.bp-section .site-bottom-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  padding-left: 20px;
  padding-right: 20px;
}
.bp-section .container-content {
  padding-left: 30px;
  padding-right: 30px;
}
.bp-section .site-header {
  border-bottom: solid 1px #eee;
  margin-bottom: 5rem;
}
.bp-section .main-header {
  padding-bottom: 15px;
  padding-top: 15px;
}
.bp-section .main-header-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.bp-section .content-area {
  margin-bottom: 6rem;
}
.bp-section .sidebar-area {
  border-top: solid 1px #eee;
  padding-bottom: 1rem;
  padding-top: 6rem;
}
.bp-section .page-header {
  margin-bottom: 5rem;
}
.bp-section .hentry {
  margin-bottom: 7rem;
}
.bp-section .single .hentry {
  margin-bottom: 5rem;
}
.bp-section .page .hentry {
  margin-bottom: 0;
}
.bp-section .widget {
  margin-bottom: 4rem;
}
.bp-section .footer-widget-area {
  border-top: solid 1px #eee;
  padding-bottom: 2rem;
  padding-top: 6rem;
}
.bp-section .site-bottom {
  border-top: solid 1px #eee;
  padding-bottom: 2rem;
  padding-top: 3rem;
}
@media screen and (min-width: 782px) {
  .bp-section .top-bar-content,
  .bp-section .main-header-content,
  .bp-section .home-header-content,
  .bp-section .jumbotron-content,
  .bp-section .featured-entry-content,
  .bp-section .site-content,
  .bp-section .footer-widget-content,
  .bp-section .site-bottom-content {
    padding-left: 40px;
    padding-right: 40px;
  }
  .bp-section .container-content {
    padding-left: 50px;
    padding-right: 50px;
  }
  .bp-section .top-bar-content,
  .bp-section .main-header-content,
  .bp-section .home-header-content,
  .bp-section .site-bottom-content {
    max-width: 1120px;
  }
  .bp-section .main-header {
    padding-bottom: 35px;
    padding-top: 30px;
  }
  .bp-section .top-bar-main,
  .bp-section .footer-social-link {
    float: left;
  }
  .bp-section .header-social-link,
  .bp-section .footer-navigation {
    float: right;
  }
}
@media screen and (min-width: 980px) {
  .bp-section .jumbotron-content,
  .bp-section .three-column .site-content,
  .bp-section .has-sidebar .site-content,
  .bp-section .footer-widget-content {
    max-width: 1120px;
  }
  .bp-section .main-header-content {
    flex-wrap: wrap;
  }
  .bp-section .has-sidebar .site-content {
    display: flex;
    justify-content: space-between;
  }
  .bp-section .has-sidebar .content-area {
    width: 64.28%;
  }
  .bp-section .has-sidebar .sidebar-area {
    border-top: none;
    padding-top: 0;
    width: 26.78%;
  }
  .bp-section .sticky-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
  }
  .bp-section .sticky-sidebar .widget:last-child {
    margin-bottom: 0;
    padding-bottom: 90px;
  }
  .bp-section .footer-widget-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }
  .bp-section .footer-widget-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .bp-section .footer-widget {
    box-sizing: border-box;
    width: 25%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 980px) {
  .bp-section .footer-widget-1 {
    width: 49.98%;
  }
  .bp-section .footer-widget-2 {
    width: 24.99%;
  }
  .bp-section .footer-widget-3 {
    width: 24.99%;
  }
  .bp-section .footer-widget-4 {
    width: 0%;
  }
  .bp-section .footer-widget-5 {
    width: 0%;
  }
  .bp-section .footer-widget-6 {
    width: 0%;
  }
}

/* Header
------------------------------------------------------------ */

/* Top Bar */
.bp-section .top-bar {
  background-color: #f4f5f6;
  border-bottom: solid 1px #eee;
  line-height: 32px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.bp-section .top-bar-main {
  color: #888;
  font-size: 80%;
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
}
.bp-section .top-bar-main a {
  color: inherit;
  text-decoration: none;
}
.bp-section .top-bar-main a:hover {
  color: #111;
}
.bp-section .top-bar-main li {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 16px;
  vertical-align: middle;
}
.bp-section .top-bar-main li:last-child {
  margin-right: 0;
}
.bp-section .top-bar-main li:before {
  color: #999;
  display: inline-block;
  font: normal 16px/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
  position: relative;
  top: 1px;
  vertical-align: middle;
}
.bp-section .top-bar-main li.top-bar-main-phone:before {
  content: "\f10b";
  font-size: 170%;
}
.bp-section .top-bar-main li.top-bar-main-contact:before {
  content: "\f003";
  font-size: 110%;
}
.bp-section .top-bar-main li.top-bar-main-access:before {
  content: "\f041";
  font-size: 135%;
}
.bp-section .top-bar .header-social-link {
  display: none;
}
@media screen and (min-width: 782px) {
  .bp-section .top-bar {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .bp-section .top-bar-main li {
    margin-right: 24px;
  }
  .bp-section .top-bar-main li:before {
    margin-right: 8px;
    top: -2px;
  }
  .bp-section .top-bar .header-social-link {
    display: block;
  }
}

/* Main Header */
.bp-section .site-branding {
  padding-right: 10px;
}
.bp-section .site-logo a:hover {
  opacity: 0.8;
}
.bp-section .site-logo img {
  transform: scale(0.85, 0.85);
  transform-origin: center left;
}
.bp-section .site-title {
  font-size: 1.75rem;
  margin-bottom: 0;
  margin-top: 0;
}
.bp-section .site-title a,
.bp-section .site-title a:hover {
  color: #111;
  text-decoration: none;
}
.bp-section .site-title a:hover {
  opacity: 0.8;
}
.bp-section .site-description {
  color: #777;
  font-size: 95%;
  margin-bottom: 2px;
  margin-top: 2px;
}
@media screen and (min-width: 782px) {
  .bp-section .site-branding {
    padding-right: 30px;
  }
  .bp-section .site-logo img {
    transform: scale(0.925, 0.925);
  }
  .bp-section .site-description {
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 980px) {
  .bp-section .site-logo img {
    transform: scale(1, 1);
  }
}

/* Menus
------------------------------------------------------------ */

/* Base */
.bp-section .main-header-content .main-navigation {
  display: none;
}
/* Main Header Clone */
.bp-section .main-header-clone {
  background-color: #fff;
  left: 0;
  padding-bottom: 12px;
  padding-top: 12px;
  position: fixed;
  top: 0;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(-100%);
  width: 100%;
  z-index: 100;
}
.bp-section .main-header-clone-show {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
}
.bp-section .main-header-clone .site-title {
  font-size: 1.5rem;
}
.bp-section .main-header-clone .main-header-content {
  align-items: center;
}
.bp-section .main-header-clone .site-logo {
  transform: scale(0.9, 0.9);
  transform-origin: center left;
}
.bp-section .main-header-clone .site-description {
  display: none;
}
.bp-section .admin-bar .main-header-original .drawer-navigation {
  top: 46px;
}
@media screen and (min-width: 601px) {
  .bp-section .admin-bar .main-header-clone-show {
    transform: translateY(46px);
  }
}
@media screen and (min-width: 782px) {
  .bp-section .admin-bar .main-header-original .drawer-navigation {
    top: 32px;
  }
  .bp-section .admin-bar .main-header-clone-show {
    transform: translateY(32px);
  }
}
@media screen and (min-width: 980px) {
  .bp-section .main-header-clone {
    padding-bottom: 16px;
    padding-top: 14px;
  }
}

/* Drawer Button */
.bp-section .drawer-hamburger {
  background-color: transparent;
  box-sizing: content-box;
  display: block;
  margin-right: -5px;
  outline: 0;
  padding: 12px 5px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  width: 21px;
  min-width: 21px;
  z-index: 102;
}
.bp-section .drawer-hamburger:hover,
.bp-section .drawer-hamburger:focus {
  background-color: transparent;
}
.bp-section .drawer-hamburger-icon {
  position: relative;
  display: block;
}
.bp-section .drawer-hamburger-icon,
.bp-section .drawer-hamburger-icon:before,
.bp-section .drawer-hamburger-icon:after {
  background-color: #111;
  height: 2px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
}
.bp-section .drawer-hamburger-icon:before,
.bp-section .drawer-hamburger-icon:after {
  position: absolute;
  left: 0;
  content: " ";
}
.bp-section .drawer-hamburger-icon:before {
  top: -6px;
}
.bp-section .drawer-hamburger-icon:after {
  top: 6px;
}
.bp-section .drawer-opened .drawer-hamburger-icon {
  background-color: transparent;
}
.bp-section .drawer-opened .drawer-hamburger-icon:before,
.bp-section .drawer-opened .drawer-hamburger-icon:after {
  top: 0;
}
.bp-section .drawer-opened .drawer-hamburger-icon:before {
  transform: rotate(45deg);
}
.bp-section .drawer-opened .drawer-hamburger-icon:after {
  transform: rotate(-45deg);
}
@media screen and (min-width: 782px) {
  .bp-section .drawer-hamburger {
    padding: 15px 5px;
  }
  .bp-section .drawer-hamburger-icon:before {
    top: -7px;
  }
  .bp-section .drawer-hamburger-icon:after {
    top: 7px;
  }
}

/* Drawer Navigation */
.bp-section .drawer-overlay {
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.bp-section .drawer-navigation {
  background: #fff;
  height: 100vh;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  width: 90%;
  z-index: 101;
  -webkit-overflow-scrolling: touch;
}
.bp-section .drawer-navigation-content {
  box-sizing: border-box;
  height: 100%;
  overflow-y: auto;
  padding: 60px 75px 60px 40px;
  width: 100%;
}
.bp-section .drawer-opened .drawer-overlay {
  display: block;
}
.bp-section .drawer-opened .drawer-navigation {
  box-shadow: 0 0 90px rgba(0, 0, 0, 0.2);
  transform: translateX(0);
}
@media screen and (min-width: 540px) {
  .bp-section .drawer-navigation {
    width: 70%;
  }
  .bp-section .drawer-navigation-content {
    padding: 75px 90px 75px 50px;
  }
}
@media screen and (min-width: 782px) {
  .bp-section .drawer-navigation {
    width: 55%;
  }
  .bp-section .drawer-navigation-content {
    padding: 90px 105px 90px 60px;
  }
}

/* Drawer Content */
.bp-section .drawer-navigation ul {
  list-style: none;
  margin-bottom: 45px;
  margin-left: 0;
}
.bp-section .drawer-navigation ul li {
  padding-bottom: 12px;
  padding-top: 14px;
  position: relative;
}
.bp-section .drawer-navigation ul ul {
  margin-bottom: 0;
  margin-left: 1em;
  margin-top: 12px;
}
.bp-section .drawer-navigation ul li li {
  padding-bottom: 10px;
  padding-top: 12px;
}
.bp-section .drawer-navigation ul li li:last-child {
  padding-bottom: 0;
}
.bp-section .drawer-navigation a {
  color: inherit;
  text-decoration: none;
}
.bp-section .drawer-navigation a:hover {
  color: #111;
}
.bp-section .drawer-navigation .page_item_has_children > a,
.bp-section .drawer-navigation .menu-item-has-children > a {
  display: inline-block;
  padding-right: 20px;
}
.bp-section .drawer-navigation .dropdown-toggle {
  background-color: transparent;
  outline: 0;
  padding: 10px;
  position: absolute;
  right: -10px;
  top: 7px;
}
.bp-section .drawer-navigation .dropdown-toggle:after {
  content: "\f107";
  color: #333;
  display: inline-block;
  font: normal 18px/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
.bp-section .drawer-navigation .dropdown-toggle.toggled-on:after {
  content: "\f106";
}
.bp-section .drawer-navigation .sub-menu {
  display: none;
}
.bp-section .drawer-navigation .sub-menu.toggled-on {
  display: block;
}
.bp-section .drawer-navigation .current_page_item > a,
.bp-section .drawer-navigation .current-menu-item > a {
  color: #111;
  font-weight: 700;
}
@media screen and (min-width: 782px) {
  .bp-section .drawer-navigation .header-social-link {
    display: none;
  }
}

/* Main Navigation (Desktop) */
@media screen and (min-width: 980px) {
  .bp-section .drawer-hamburger,
  .bp-section .drawer-overlay,
  .bp-section .drawer-navigation {
    display: none;
  }
  .bp-section .main-header-content .main-navigation {
    display: block;
  }
  .bp-section .main-navigation {
    font-size: 90%;
    line-height: 52px;
  }
  .bp-section .main-navigation ul {
    list-style: none;
    margin: 0;
  }
  .bp-section .main-navigation a {
    color: inherit;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
  }
  .bp-section .main-navigation a:hover {
    color: #111;
  }
  .bp-section .main-navigation li {
    position: relative;
  }
  .bp-section .main-navigation div.menu > ul,
  .bp-section .main-navigation ul.menu {
    letter-spacing: -0.4em;
  }
  .bp-section .main-navigation div.menu > ul > li,
  .bp-section .main-navigation ul.menu > li {
    display: inline-block;
    letter-spacing: normal;
    white-space: nowrap;
  }
  .bp-section .main-navigation div.menu > ul > li:first-child > a,
  .bp-section .main-navigation ul.menu > li:first-child > a {
    padding-left: 0;
  }
  .bp-section .main-navigation div.menu > ul > li:last-child > a,
  .bp-section .main-navigation ul.menu > li:last-child > a {
    padding-right: 0;
  }
  .bp-section
    .main-navigation
    div.menu
    > ul
    > li.page_item_has_children
    > a:after,
  .bp-section .main-navigation ul.menu > li.page_item_has_children > a:after,
  .bp-section
    .main-navigation
    div.menu
    > ul
    > li.menu-item-has-children
    > a:after,
  .bp-section .main-navigation ul.menu > li.menu-item-has-children > a:after {
    content: "\f107";
    display: inline-block;
    font: normal 18px/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
    margin-left: 8px;
  }
  .bp-section .main-navigation ul ul {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    left: -9999px;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: opacity 0.3s ease-in-out;
    white-space: normal;
    width: 225px;
    z-index: 10;
  }
  .bp-section .main-navigation ul ul ul {
    top: 0;
  }
  .bp-section .main-navigation ul li:hover > ul {
    left: 0;
    opacity: 1;
  }
  .bp-section .main-navigation div.menu > ul > li:first-child:hover > ul,
  .bp-section .main-navigation ul.menu > li:first-child:hover > ul {
    left: -18px;
  }
  .bp-section .main-navigation div.menu > ul > li:last-child:hover > ul,
  .bp-section .main-navigation ul.menu > li:last-child:hover > ul {
    left: auto;
    right: -18px;
  }
  .bp-section .main-navigation ul ul li:hover > ul {
    left: 100%;
    opacity: 1;
  }
  .bp-section .main-navigation ul ul li a {
    border-top: 1px solid #eee;
    line-height: 1.6;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .bp-section .main-navigation ul ul li.page_item_has_children > a,
  .bp-section .main-navigation ul ul li.menu-item-has-children > a {
    padding-right: 30px;
  }
  .bp-section .main-navigation ul ul li.page_item_has_children > a:after,
  .bp-section .main-navigation ul ul li.menu-item-has-children > a:after {
    content: "\f105";
    font: normal 18px/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 15px;
    top: 18px;
  }
  .bp-section .main-navigation .current_page_item > a,
  .bp-section .main-navigation .current-menu-item > a {
    color: #111;
    font-weight: 700;
  }
}

/* Home Header */
.bp-section .home-header {
  background-color: #333;
  background-position: center;
  background-size: cover;
}
.bp-section .home-header-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}
.bp-section .home-header-content {
  padding-bottom: 75px;
  padding-top: 75px;
  text-align: left;
}
.bp-section .home-header-title {
  color: #fff;
  font-size: 2.5rem;
  letter-spacing: -0.03em;
  margin-bottom: 0;
  margin-top: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.bp-section .home-header-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 105%;
  margin-top: 28px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.bp-section .home-header-button {
  font-size: 95%;
}
.bp-section .home-header-button a {
  border-radius: 25px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  margin-top: 30px;
  text-decoration: none;
}
.bp-section a.home-header-button-main {
  background-color: #4693f5;
  margin-right: 16px;
  padding: 12px 25px;
}
.bp-section a.home-header-button-main:hover {
  color: #fff;
}
.bp-section a.home-header-button-sub {
  border: solid 2px #fff;
  padding: 10px 23px;
}
.bp-section a.home-header-button-sub:hover {
  background-color: #fff;
  color: #111;
}
@media screen and (min-width: 782px) {
  .bp-section .home-header-content {
    padding-bottom: 105px;
    padding-top: 105px;
  }
}
@media screen and (min-width: 980px) {
  .bp-section .home-header-content {
    padding-bottom: 135px;
    padding-top: 135px;
  }
  .bp-section .home-header-title {
    font-size: 3rem;
  }
}

/* Widgets
------------------------------------------------------------ */

/* Base */
.bp-section .widget {
  color: #666;
  font-size: 90%;
}

/* Heading */
.bp-section .widget-title {
  color: #333;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
  margin-top: 0;
  text-transform: uppercase;
}

/* Link */
.bp-section .widget a {
  color: inherit;
  text-decoration: underline;
}
.bp-section .widget li a {
  text-decoration: none;
}
.bp-section .widget a:hover {
  color: #111;
}

/* List */
.bp-section .widget ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
}
.bp-section .widget li {
  margin-bottom: 1em;
}
.bp-section .widget ul ul {
  margin-left: 1em;
  margin-top: 1em;
}

/* Menu */
.bp-section .widget_nav_menu li a {
  border-bottom: none;
}
.bp-section .widget_nav_menu .current_page_item > a,
.bp-section .widget_nav_menu .current-menu-item > a {
  color: #111;
  font-weight: 700;
}

/* Footer
------------------------------------------------------------ */

/* Footer */
.bp-section .site-bottom {
  background-color: #f4f5f6;
  color: #aaa;
  text-align: center;
}
.bp-section .site-bottom a {
  color: #888;
  text-decoration: none;
}
.bp-section .site-bottom a:hover,
.bp-section .site-bottom .current-menu-item > a {
  color: #111;
}
.bp-section .footer-menu {
  line-height: 32px;
}
.bp-section .footer-navigation ul {
  font-size: 85%;
  list-style: none;
  margin: 0 0 30px 0;
}
.bp-section .footer-navigation li {
  display: inline-block;
  margin-right: 18px;
}
.bp-section .footer-navigation li:last-child {
  margin-right: 0;
}
.bp-section .footer-social-link {
  margin-bottom: 2rem;
}
.bp-section .site-info {
  font-size: 85%;
}
.bp-section .site-copyright,
.bp-section .site-credit {
  margin-bottom: 1rem;
}
.bp-section .site-credit a {
  display: block;
}
.bp-section .site-credit a:first-child {
  margin-bottom: 6px;
}
.bp-section .site-credit-sep {
  color: #ccc;
  display: none;
}
@media screen and (min-width: 601px) {
  .bp-section .site-credit a,
  .bp-section .site-credit-sep {
    display: inline-block;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 782px) {
  .bp-section .site-info {
    clear: right;
    float: right;
    margin-top: 3px;
    text-align: right;
  }
}

/* Back to Top */
.bp-section .back-to-top {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  bottom: 20px;
  cursor: pointer;
  display: none;
  height: 45px;
  position: fixed;
  right: 20px;
  width: 45px;
  z-index: 2;
  transition: 0.15s ease-in-out;
}
.bp-section .back-to-top:hover {
  background: #111;
}
.bp-section .back-to-top:before {
  color: #999;
  content: "\f106";
  display: block;
  font: normal 22px/42px FontAwesome;
  text-align: center;
}

/* -----------------------------------businesspress-child -------------------------*/
/* メインナビメニュー */
.bp-section .main-header {
  padding-top: 14px;
  padding-bottom: 16px;
}
.bp-section .main-navigation .menu-item > a {
  font-family: "Noto Sans JP";
  font-weight: 500;
  color: #111;
}
.bp-section .main-navigation .menu-item > a:hover {
  color: #0068b7;
}

/* 固定ページヘッダ */
.bp-section .pageHeadName {
  margin: 0;
}
.bp-section .pageHeadNameEng {
  margin: 0;
}

/*右サイドお問い合わせボタン*/
.bp-section .fixed_btn {
  position: fixed;
  top: 270px;
  right: -7px;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 14px;
  padding-right: 37px;
  width: 2em;
  font-size: 1em;
  border-radius: 10px;
  background-color: #0068b7;
  z-index: 20000;
}
.bp-section .fixed_btn:hover {
  background-color: #0068b7;
  transition: all 0.5s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 85%;
}

@media screen and (max-width: 979px) {
  .bp-section .fixed_btn {
    display: none;
  }
}

/* メニューボタン(お問い合わせ) */
.bp-section .button-contact {
  margin-right: 1.3vw;
  margin-left: 0;
}
.bp-section .button-contact-design a {
  text-decoration: none;
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 90%;
  line-height: 52px;
  letter-spacing: 0.05em;
  border-radius: 30px;
  background-color: #fff;
  padding: 13px 25px;
}
.bp-section .button-contact-design a:hover {
  background-color: #f0f0f0;
}
/*モバイルメニュー*/
@media screen and (max-width: 979px) {
  .bp-section .pc-only {
    display: none;
  }
  .bp-section .button-contact-design a {
    border: 2px solid #e5e5e5;
  }
  .bp-section .button-contact-design {
    margin-bottom: 1em;
  }
}

.bp-section .drawer-btn-blc .button-contact,
.bp-section .drawer-btn-blc .button-resources {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* ■フッター */
/* フッターウィジェットエリア（会社情報〜サイトマップ） */
.bp-section .footer-widget-area {
  border-top: none;
  background-color: #f4f5f6;
  margin-bottom: 0;
  font-size: 15px;
}
.bp-section .footer-widget-content {
  max-width: 1120px;
}
.bp-section .footer-widget-content a {
  text-decoration: none;
}
.bp-section .widget {
  margin-bottom: 0rem;
}
.bp-section .widget a:hover {
  color: #0068b7;
}
.bp-section .footer_cate {
  font-weight: 700;
}
.bp-section .footer_cate:nth-child(n + 2) {
  margin-top: 20px;
}
/* #block-2 →　#block-13 */
/* #block-3 →　#block-14 */
/* #block-5 →　#block-12 */
/* #block-6 →　#block-11 */

/* #block-2  */
.bp-section #block-13 {
  margin: 0;
}
/* #block-2 .wp-block-image { */
.bp-section #block-13 .wp-block-image {
  width: 280px;
}
/* #block-3 { */
.bp-section #block-14 {
  margin-bottom: 1.8em;
}
/* #block-5 div, #block-6 div { */
.bp-section #block-12 div,
#block-11 div {
  margin-bottom: 10px;
}
/* サイトボトム（情報セキュリティ〜コピーライト） */
.bp-section .site-bottom {
  border-top: none;
  padding-top: 0;
}
.bp-section .site-bottom a:hover {
  color: #0068b7;
}
.bp-section .site-bottom-content {
  font-size: 15px;
  font-weight: 400;
}
.bp-section .footer-navigation ul {
  margin: 0 0 1rem 0;
}
.bp-section .footer-navigation {
  float: none;
}
.bp-section .site-info {
  float: none;
  text-align: center;
}
.bp-section .site-copyright {
  font-size: 0;
}
.bp-section .site-copyright:before {
  font-size: 12px;
  content: "©ACEL Corporation. All Rights Reserved.";
}
.bp-section .site-credit {
  display: none;
}
/* PC表示 */
@media screen and (min-width: 980px) {
  .bp-section .footer-widget-1 {
    width: 50% !important;
  }
  .bp-section .footer-widget-2,
  .footer-widget-3 {
    width: 25% !important;
  }
  .bp-section #block-5 {
    margin-bottom: 1.8em;
  }
}
/* モバイル表示 */
/* #block-2 →　#block-13 */
/* #block-3 →　#block-14 */
/* #block-5 →　#block-12 */
/* #block-6 →　#block-11 */

@media screen and (max-width: 979px) {
  .bp-section #block-14 {
    margin-bottom: 1.5em;
  }
  .bp-section #block-12 {
    margin-bottom: 0.8em;
  }
  .bp-section #block-11 {
    margin-bottom: 0;
  }
  .bp-section .footer-widget-1 {
    border-bottom: solid 1px #d2d2d2;
  }
  .bp-section .footer-widget-2 {
    padding-top: 1.4em;
  }
  .bp-section .footer-widget-3 {
    border-bottom: solid 1px #d2d2d2;
  }
  .bp-section .footer-widget-area {
    padding-bottom: 0;
  }
  .bp-section #menu-footer {
    text-align: left;
    padding-top: 1.4em;
  }
  .bp-section .footer-navigation li {
    display: list-item;
    margin-right: 0;
  }
  .bp-section .site-copyright {
    text-align: left;
  }
}

/* ----------------------------------------------------微調整 */

/* サイトタイトル不要 */
/* Text meant only for screen readers */
.bp-section.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.site-title,
.site-description {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.bp-section i {
  font-style: normal;
}

.bp-section .site-header {
  background-color: white;
  margin-bottom: 0;
}

.bp-section.bptop {
  /* overflow-y: hidden; */
  min-width: 960px;
}

.bp-section.bpfooter {
  /* overflow-y: hidden; */
  min-width: 960px;
}

body {
  overflow-x: auto;
}
