@charset "UTF-8";
/* Theme Name: bl */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.4em;
  padding: 0;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.4em;
}

input,
select,
textarea {
  display: block;
  font-size: 16px;
}

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0em;
  padding: 0.53333em;
  -webkit-transition: border-color 150ms ease;
  -o-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%;
}

[type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
  border-color: #b1b1b1;
}

[type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
  border-color: #000;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 0, 0, 0.7);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 0, 0, 0.7);
  outline: none;
}

[type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

[type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 1px solid #ddd;
}

[type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #666666;
}

[type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #666666;
}

[type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #666666;
}

textarea {
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.4em;
}

[type="file"] {
  margin-bottom: 0.8em;
  width: 100%;
}

select {
  margin-bottom: 0.8em;
  width: 100%;
}

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(0, 0, 0, 0.6);
  outline-offset: 2px;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  width: 100%
}

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

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  margin: 0.8em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.8em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.8em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

html {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
}

body {
  font-size: 14px;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
  margin: 0 0 0.8em;
}

@media screen and (max-width: 979px) {
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 18px;
}
}

p {
  margin: 0 0 0.8em;
}

a {
  color: #000;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  -webkit-transition: color 150ms ease;
  -o-transition: color 150ms ease;
  transition: color 150ms ease;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.6em 0;
}

@media screen and (max-width: 979px) {
  hr {
    margin: 1.2em 0;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  line-height: 1;
}

.m-t-1 {
  margin-top: 1em!important;
}

.m-t-2 {
  margin-top: 2em!important;
}

.m-t-3 {
  margin-top: 3em!important;
}

.m-b-1 {
  margin-bottom: 1em!important;
}

.m-b-2 {
  margin-bottom: 2em!important;
}

.m-b-3 {
  margin-bottom: 3em!important;
}

@media screen and (max-width: 979px) {
.m-t-1 {
  margin-top: 0.5em!important;
}

.m-t-2 {
  margin-top: 1em!important;
}

.m-t-3 {
  margin-top: 2em!important;
}

.m-b-1 {
  margin-bottom: 0.5em!important;
}

.m-b-2 {
  margin-bottom: 1em!important;
}

.m-b-3 {
  margin-bottom: 2em!important;
}
}

a.button_link {
  background: #000;
  color: #fff;
  padding: 1em 1.5em;
  margin-top: 2em;
  display: inline-block;
}

a.line {
  text-decoration: underline;
}

.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

.clear {
  clear: both;
}

.max {
  width: 100%!important;
}

@media screen and (max-width: 979px) {
  .lower-container p {
    font-size: 14px;
    line-height: 1.7;
  }
}

@media screen and (min-width: 769px) {
.sp_img {
  display: none!important;
}
}

@media screen and (max-width: 768px) {
  .pc_img {
    display: none!important;
  }
}

.line {
  text-decoration: underline;
}

html {
  scroll-behavior: smooth;
}

/*--------------------------------------- 固定 ---------------------------------------*/

/*------------- header -------------*/

.header {
  z-index: 1111;
  height: 100px;
  position: fixed;
  width: 100%;
  padding: 10px 15px;
  top: 0;
  background: #fff;
}

.header_heading {
  position: relative;
  z-index: 1111;
  float: left;
  width: 150px;
}

.header_heading a {
  text-align: left;
  display: block;
  margin-bottom: 11px;
}

.header_heading a h1 {
  margin-bottom: 0;
}

img.header_heading_logo {
  max-width: 120px;
  float: left;
  margin-right: 10px;
}

.header_navi {
  margin: 0;
  float: right;
}

ul.header_navi_list {
  font-size: 14px;
  font-weight: 600;
  margin-top: 25px;
  margin-right: 180px;
}

li.header_navi_list_item {
  display: inline-block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.header_navi_list a:hover {
  color: #ef7f1a;
}

a.header_rsrv {
  font-size: 14px;
  font-weight: 600;
  right: 15px;
  top: 20px;
  position: absolute;
  background: #ef7f1a;
  color: #fff;
  line-height: 1.5;
  padding: 15px 45px;
  border-radius: 30px;
}

a.header_rsrv:hover {
  background: #666;
}

/* 下層header */

.header .lower-navi {
  text-align: right;
  margin: 0;
}

ul.lower-navi_list {
  margin: 15px;
}

.header .lower-navi_list {
  font-size: 1.4rem;
}

.header .lower-navi_list_item {
  display: inline-block;
}

.header .lower-navi_list_item:after {
  content: "";
  display: inline-block;
  margin: 0 10px;
  color: #000;
}

.header .lower-navi_list_item:last-child:after {
  display: none;
}

.header .lower-navi_list_item a {
  color: #fff;
}

@media screen and (max-width: 979px) {
  .header {
    height: 55px;
    padding: 5px;
    background: transparent;
  }
  .header_heading, .header_navi-top {
     display: none;
  }
  .header_navi {
    display: none !important;
  }
  .header .header_navi_list_item:after {
    margin: 0 5px;
  }
  .header .lower-navi {
    display: none;
  }
  .header .lower-navi_list_item:after {
    margin: 0 5px;
  }
  img.header_heading_logo {
    max-width: 90px;
    margin: 2px 5px 7px 5px;
  }
}

/* トグルメニュー */

@media screen and (min-width: 980px) {
  .drawer_logo {
     display: none;
  }
}

.drawer-hamburger {
  display: none;
}

@media screen and (max-width: 979px) {
  .drawer-hamburger {
    display: block;
    width: 25px;
    border-radius: 30px;
    padding: 17px 15px 25px 15px;
    background: #ef7f1a;
    margin: 5px 8px;
  }
  .drawer_logo a h1 {
    margin: 0;
  }
  .drawer_logo a h1 p {
    font-size: 15px;
    line-height: 1.3;
    margin-top: 0;
  }
  .drawer_logo a h1 p span {
    font-size: 8px;
  }
  .drawer_logo a p {
    font-size: 15px;
    line-height: 1.3;
    margin-top: 0px;
    float: left;
    font-weight: 600;
  }
  .drawer_logo a p span {
    font-size: 8px;
  }
  .drawer-hamburger-icon, .drawer-hamburger-icon::after, .drawer-hamburger-icon::before {
    height: 1px;
  }
}

.drawer-hamburger-icon, .drawer-hamburger-icon::before, .drawer-hamburger-icon::after {
  background-color: #fff;
}

.drawer-nav {
  width: 18rem;
}

.drawer--right .drawer-nav {
  right: -18rem;
  font-size: 1.4rem;
  padding: 15px 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 18rem;
}

.drawer-menu-item {
  color: #000;
  font-size: 13px;
}

ul.drawer-menu {
  margin: 10px;
}

ul.drawer-menu li {
  border-bottom: 1px solid #ccc;
  padding: 8px;
  font-size: 14px;
  font-weight: 600;
}

ul.drawer-menu li::before {
  content: '\203A';
  position: relative;
  color: #ef7f1a;
  float: left;
  padding-right: 5px;
  font-weight: 600;
}

ul.drawer-menu li::last-child {
  border: none;
}

/*------------- footer -------------*/

.footer {
  background: #000;
  color: #fff;
}

.footer_container {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0 80px;
}

.footer_container::after {
  clear: both;
  content: "";
  display: block;
}

img.footer_heading_logo {
  width: 100%;
  max-width: 180px;
  margin-bottom: 50px;
}

.footer_txt {
  text-align: center;
  margin-bottom: 15px;
}

.footer_navi_list1, .footer_navi_list2, .footer_navi_list3 {
  width: 33.333333333333333333%;
  float: left;
}

.footer_navi_list3 {
  padding-left: 30px;
  border-left: 1px solid #fff;
}

.footer_navi_list_item {
  margin-bottom: 5px;
}

.footer_navi_list_item a {
  font-size: 13px;
  color: #fff;
}

.footer_navi_list_item a:hover {
  color: #ef7f1a;
}

.footer_navi_list1 ul, .footer_navi_list2 ul {
  margin-bottom: 15px;
}

@media screen and (max-width: 979px) {
  .footer_container {
    padding: 45px 15px 0;
  }
  img.footer_heading_logo {
    max-width: 150px;
    display: block;
    margin: 0 auto 45px;
    width: 100%;
    float: none;
  }
  .footer_navi_list1, .footer_navi_list2, .footer_navi_list3 {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .footer_navi_list1 {
    margin-top: 30px;
  }
  .footer_navi_list3 {
    padding-left: 0;
    border-left: none;
    margin-bottom: 30px;
  }
}

.copy {
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 80px;
}

@media screen and (max-width: 979px) {
  .copy {
    padding-top: 30px;
    padding-bottom: 45px;
  }
}

/*--------------------------------------- 共通 ---------------------------------------*/

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.center {
  text-align: center;
}

.alignright {
  float: right;
}

.right {
  text-align: right;
}

.alignleft {
  float: left;
}

.left {
  text-align: left;
}

@media screen and (min-width: 980px) {
  .pc-none {
    display: none;
  }
}

@media screen and (max-width: 979px) {
  .pc-none {
    display: block;
  }
}

@media screen and (min-width: 980px) {
  .sp-none {
    display: block;
  }
}

@media screen and (max-width: 979px) {
  .sp-none {
    display: none;
  }
}

.btn-ptn-01 {
  line-height: 1.4;
}

.btn-ptn-01 a {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 15px 10px;
  max-width: 200px;
  color: #fff;
  font-size: 14px;
  background: #ef7f1a;
  border-radius: 30px;
  font-weight: 600;
}

.btn-ptn-01 a:hover {
  background: #666;
}

@media screen and (max-width: 979px) {
  .home .btn-ptn-01 {
    margin-top: 30px !important;
  }
}

.btn-ptn-01--left {
  text-align: left;
}

.btn-ptn-01--center {
  text-align: center;
}

.btn-ptn-01--right {
  text-align: right;
}

.btn-ptn-01--white a {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

@media screen and (max-width: 979px) {
  .btn-ptn-01 a {
    font-size: 12px;
    max-width: 180px;
  }
}

.heading-ptn-01 {
  position: relative;
  padding: 0 55px;
  text-align: center;
  margin-bottom: 30px;
  color: #000;
}

@media screen and (max-width: 979px) {
  .heading-ptn-01 {
    margin-bottom: 15px;
  }
}

.heading-ptn-01:before, .heading-ptn-01:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.heading-ptn-01:before {
  left: 0;
}

.heading-ptn-01:after {
  right: 0;
}

.heading-ptn-01_txt {
  position: relative;
  z-index: 2;
  display: inline-block;
  background: #fff;
  padding: 0 60px;
  font-size: 1.3em;
  font-weight: 600;
}

@media screen and (max-width: 979px) {
  .heading-ptn-01_txt {
    padding: 0 15px;
    font-size: 1em;
    background: #fff;
    padding-bottom: 2px;
  }
}

.heading-ptn-02 {
  font-size: 24px;
  border-left: 10px solid #ef7f1a;
  padding: 5px 0 5px 15px;
  margin-bottom: 2em;
  font-weight: 600;
}

.home .heading-ptn-02 {
  margin-bottom: 0;
}

@media screen and (max-width: 979px) {
  .heading-ptn-02, .lower-container p.heading-ptn-02 {
    border-left: 7px solid #ef7f1a;
    font-size: 20px;
    padding: 5px 0 5px 10px;
  }
  .h2_bg .heading-ptn-02 {
    border-left: 0;
  }
}

.heading-ptn-03 {
  color: #ef7f1a;
  font-size: 22px;
  margin-top: 1em;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  background: #EFEFEF;
}

@media screen and (max-width: 979px) {
  .heading-ptn-03 {
    margin-top: 1em;
    padding: 10px 10px;
    font-size: 20px;
  }
}

/*--------------------------------------- トップページ ---------------------------------------*/

.top_container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 5px 120px;
}

.top_container::after {
  clear: both;
  content: "";
  display: block;
}

.top_heading {
  color: #ef7f1a;
  font-size: 50px;
  margin-bottom: 35px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.top_heading span.top_heading_ja {
  font-size: 26px;
  color: #000;
  font-weight: 600;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 979px) {
  .top_heading {
    margin-bottom: 45px;
    font-size: 40px;
    line-height: 0.8;
  }
  .top_heading span.top_heading_ja {
    font-size: 15px;
  }
  .top_container {
    padding: 80px 15px 80px;
  }
}

/*------------- トップ部分 -------------*/

/*
@font-face {
  font-family: "slick";
  src:
    url("./assets/fonts/slick.woff") format("slick"),
}
*/

.top .main-visual {
  height: 700px;
  background-image: url('./assets/img/top-bg.jpg');
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
}

.main-visual-words {
  top: 250px;
  position: absolute;
  text-align: center;
  width: 100%;
}

p.main-visual-words1 {
  color: #ef7f1a;
  font-size: 90px;
  font-weight: 600;
  line-height: 0.7;
  margin-bottom: 50px;
}

p.main-visual-words1 span {
  font-size: 50px;
}

p.main-visual-words2 {
  font-size: 24px;
  font-weight: 600;
}

p.main-visual-words2 span {
  background: #ef7f1a;
  color: #fff;
  border-radius: 30px;
  padding: 5px 5px 7px 25px;
}

.top .main-visual::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 979px) {
  .top .main-visual {
    height: 600px;
    background-position: center;
    background-attachment: inherit;
  }
  .main-visual-words {
    top: 220px;
  }
  p.main-visual-words1 {
    font-size: 55px;
    line-height: 0.7;
    margin-bottom: 30px;
  }
  p.main-visual-words1 span {
    font-size: 30px;
  }
  p.main-visual-words2 {
    font-size: 20px;
  }
  p.main-visual-words2 span {
    padding: 5px 5px 7px 20px;
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  .main-visual-words {
    top: 250px;
  }
  p.main-visual-words1 {
    font-size: 40px;
    line-height: 0.9;
  }
}

/*------------- CONCEPT -------------*/

.top-concept {
  background-image: url('./assets/img/bg1.png'), url('./assets/img/bg2.png');
  background-size: contain, contain;
  background-position: left top, right 90%;
  background-repeat: no-repeat, no-repeat;
  background-size: 420px, 550px;
}

.top-concept::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 979px) {
  .top-concept {
    background-position: left top, right 96%;
    background-size: 160px, 200px;
  }
}

/*------------- WORKS -------------*/

.top-works {
  background: #f2f2f2;
}

.top-works .top_container h2.top_heading {
  float: left;
  width: 25%;
  text-align: left;
}

.top_works-box {
  float: right;
  width: 75%;
  text-align: left;
}

/* 投稿表示 */

.post-archive_item {
  width: 50%;
  float: left;
  padding: 5px;
}

.post-archive_item:nth-child(4n+1) {
  clear: left;
}

.post-archive_item_thumb a img {
  width: 100%;
}

.post-archive_item_box {
  background: #fff;
  padding: 15px 30px;
}

.post-archive_item_info_time {
  padding-right: 10px;
  font-weight: 600;
}

.post-archive_item_info {
  margin-bottom: 5px;
}

.post-archive_item_heading {
  font-size: 16px;
  font-weight: 600;
}

.post-archive_item_info_category a {
  border: 1px solid #000;
  font-size: 12px;
  padding: 3px 10px;
}

.post-archive_item::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 979px) {
  .top-works .top_container h2.top_heading {
    float: none;
    width: 100%;
  }
  .top_works-box {
    float: none;
    width: 100%;
    text-align: left;
    padding: 0;
  }
  .top_works-box m-t-3 {
    margin-top: 0!important;
  }
  .post-archive_item_box {
    padding: 15px 20px 5px;
  }
}

@media screen and (max-width: 500px) {
  .post-archive_item {
    float: none;
    width :100%;
  }
}

/* アーカイブ */

.category .lower-container .post-archive .post-archive_item {
  width: 25%;
  float: left;
  text-align: left;
}

.category .lower-container .post-archive .post-archive_item .post-archive_item_box {
  background: transparent;
  padding: 15px 0 0;
}

@media screen and (max-width: 979px) {
  .category .lower-container .post-archive .post-archive_item {
    width: 100%;
    float: none;
  }
}

/*------------- COMPANY / STAFF -------------*/

.about1-box {
  margin-top: 120px;
}

.about2-box {
  margin-top: 120px;
}

.about-txt1 h2.top_heading, .about-txt2 h2.top_heading {
  text-align: left;
}

img.about-img1 {
  float: left;
  width: 50%;
}

.about-txt1 {
  float: right;
  width: 50%;
  text-align: left;
  padding: 50px;
}

img.about-img2 {
  float: right;
  width: 50%;
}

.about-txt2 {
  float: left;
  width: 50%;
  text-align: left;
  padding: 50px;
}

.top-works::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 979px) {
  .about1-box {
    margin-top: 50px;
  }
  img.about-img1 {
    float: none;
    width: 90%;
  }
  .about-txt1 {
    float: none;
    width: 100%;
    padding: 50px 30px 15px;
  }
  .about2-box {
    margin-top: 50px;
  }
  img.about-img2 {
    float: none;
    width: 90%;
    display: block;
    margin-left: auto;
  }
  .about-txt2 {
    float: none;
    width: 100%;
    padding: 50px 30px 15px;
  }
}

/*------------- TIE -------------*/

.top-tie {
  margin-top: 120px;
  height: 450px;
  background-image: url('./assets/img/tie2.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

@media screen and (max-width: 979px) {
  .top-tie {
    height: 220px;
    margin-top: 80px;
    background-attachment: inherit;
  }
}

/*------------- PROCESS / CONTACT -------------*/

.fa-clipboard {
  position: relative;
  background: #ef7f1a;
  color: #fff;
  padding: 20px 27px;
  border-radius: 50px;
  font-size: 50px;
  left: 40%;
  bottom: 130px;
}

.fa-envelope {
  position: relative;
  background: #ef7f1a;
  color: #fff;
  padding: 20px;
  border-radius: 50px;
  font-size: 50px;
  left: 40%;
  bottom: 130px;
}

.process-box {
  float: left;
  width: 50%;
  border: 1px solid #ef7f1a;
  border-right: 0.5px solid #ef7f1a;
  padding: 80px 50px;
}

.contact-box {
  float: right;
  width: 50%;
  border: 1px solid #ef7f1a;
  border-left: 0.5px solid #ef7f1a;
  padding: 80px 50px;
}

.process-box h2.top_heading, .contact-box h2.top_heading {
  margin-top: -100px;
}

/*
a.mail-contact span.footer-tel::before{
  font-family: "Font Awesome 5 Free";
  content: '\f0e0';
  font-size: 44px;
  font-weight: 400;
  margin-right: 20px;
  color: #fff;
  float: left;
}

a.tel-contact span.footer-tel::before{
  font-family: "Font Awesome 5 Free";
  content: '\f095';
  font-size: 36px;
  font-weight: 600;
  margin-right: 15px;
  color: #fff;
  float: left;
}
*/

@media screen and (max-width: 979px) {
  .fa-clipboard, .fa-envelope {
    margin: 0 auto;
    display: block !important;
    text-align: center;
    width: 90px;
    bottom: 130px;
    left: 0;
  }
  .process-box {
    float: none;
    width: 100%;
    margin-bottom: 60px;
    padding: 80px 30px 50px;
  }
  .contact-box {
    float: none;
    width: 100%;
    padding: 80px 30px 50px;
  }
  .process-box, .contact-box {
    border-right: 1px solid #ef7f1a;
    border-left: 1px solid #ef7f1a;
  }
}

/*------------- xxx -------------*/

@media screen and (max-width: 979px) {
}

/*--------------------------------------- 下層ページ ---------------------------------------*/

.lower-container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}

@media screen and (min-width: 980px) {
  .lower-container {
    margin-top: 50px;
  }
}

.lower-container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 979px) {
  .lower-container {
    padding: 0 15px;
    margin-bottom: 60px;
    margin-top: -30px;
  }
}

#breadcrumb {
  padding: 0 0 20px;
  font-size: 13px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 979px) {
  #breadcrumb {
    padding: 10px 0;
    margin-top: 2em;
    margin-bottom: 2em;
    border-bottom: 1px solid #ccc;
  }
}

#breadcrumb a, #breadcrumb span {
  display: inline-block;
}

#breadcrumb a:after {
  content: "/";
  color: #adadad;
  margin: 0 10px;
}

@media screen and (max-width: 979px) {
  #breadcrumb a:after {
    margin: 0 5px;
  }
}

.h2_bg {
  background-image: url('./assets/img/bg1.png'), url('./assets/img/bg3.png');
  background-size: 500px, 500px;
  background-position: top left, bottom right;
  background-repeat: no-repeat,no-repeat;
}

.h2_bg h1 {
  color: #ef7f1a;
  text-align: center;
  padding-top: 160px;
  padding-bottom: 50px;
  font-size: 36px;
  border-left: none;
}

@media screen and (max-width: 979px) {
  .h2_bg {
    background-size: 150px, 150px;
    margin-top: 65px;
  }
  .h2_bg h1 {
    font-size: 26px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  table {
    font-size: 13px;
  }
}

a {
  word-break: break-all;
}

p.lower-heading {
  font-size: 26px;
  font-weight: 600;
  margin-top: 45px;
  margin-bottom: 45px;
  border-left: solid #ef7f1a 8px;
  padding-left: 20px;
}

@media screen and (max-width: 979px) {
  p.lower-heading {
    font-size: 20px;
    margin-bottom: 35px;
    line-height: 1.5;
  }
}

.lower .top-contact {
  margin-top: 100px;
}

@media screen and (max-width: 979px) {
  .lower .top-contact {
    margin-top: 80px;
  }
}

/*------------- 実績 -------------*/

.archive .post-archive {
  margin-top: 3em;
}

ul.tag-list li.cat-item {
  display: inline-block;
}

ul.tag-list li.cat-item-1 a {
  display: none;
}

ul.tag-list li.current-cat ul.children li a, ul.tag-list li.cat-item-1 ul.children li a {
  display: inline;
  color: #fff;
  background: #ef7f1a;
  border-radius: 30px;
  padding: 5px 15px;
  margin-right: 5px;
  font-weight: 600;
  line-height: 2.5;
}

/* pagination */

.pagination {
  text-align: center;
  font-size: 20px;
  margin-top:30px;
}

.pagination .screen-reader-text {
  display: none;
}

.pagination a, .pagination span {
  display: inline-block;
  padding: 5px;
  margin: 0 5px;
  color: #ef7f1a;
  font-weight: 600;
  font-size: 24px;
}

.pagination a {
  border-bottom: 2px solid #ef7f1a;
}

.pagination a:hover {
  color: #666;
}

/* ページ内 */

.single-post h3 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 5px;
  margin-top: 30px;
}

.single-post h4 {
  margin-top: 30px;
}

.single_content p a {
  border-bottom: 3px dotted #ef7f1a;
}

.single-post .single_content a {
  border-bottom: 3px dotted #ef7f1a;
}

@media screen and (max-width: 979px) {

}

/*------------- ビーズネストリミテッドについて -------------*/

.contents-bg {
  background-image: url('./assets/img/content-bg.png');
  background-size: 400px;
  background-position: bottom right;
  background-repeat: no-repeat;
}

@media screen and (max-width: 979px) {

}

/*------------- ご依頼の流れ -------------*/

.process-heading span {
  background: #ef7f1a;
  color: #fff;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 20px;
}

.process-heading2 span {
  background: #78A000;
  color: #fff;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 20px;
}

.process .lower-container p.process-txt {
  font-size: 16px;
  border-bottom: dotted 3px #ccc;
  padding-bottom: 5px;
}

.dli-caret-down {
  display: inline-block;
  vertical-align: middle;
  color: #ef7f1a;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 20px 15px;
  border-top-color: currentColor;
  border-bottom: 0;
  margin-top: 10px;
  margin-bottom: 15px;
}

.dli-caret-down2 {
  display: inline-block;
  vertical-align: middle;
  color: #78A000;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 20px 15px;
  border-top-color: currentColor;
  border-bottom: 0;
  margin-top: 10px;
  margin-bottom: 15px;
}

@media screen and (max-width: 979px) {
  .lower-container p.process-heading, .lower-container p.process-heading2 {
    padding-bottom: 5px;
    text-align: center;
  }
  .process-heading span {
    font-size: 16px;
    margin-bottom: 0px;
    display: inline-block;
  }
  .process .lower-container p.process-txt {
    font-size: 14px;
    padding-bottom: 15px;
    text-align: center;
  }
  .lower-container p.heading-ptn-03 {
    font-size: 18px;
  }

  .dli-caret-down, .dli-caret-down2 {
    margin: 10px auto 15px;
    display: block;
  }
}

/*------------- 会社情報 -------------*/

table.company-table tr th {
  width: 200px;
}

@media screen and (max-width: 979px) {
  table.company-table tr th {
    width: 90px;
  }
}

/*------------- スタッフ紹介 -------------*/

.staff p.heading-ptn-03 span {
  margin-left: 15px;
}

img.staff-img {
  width: 100%;
  max-width: 300px;
  float: left;
  margin-right: 30px;
}

.staff-txt p {
  font-size: 18px;
  font-weight: 600;
}

ul.staff-list {
  list-style: disc;
  margin-left: 15px;
}

ul.staff-list li::marker{
  color: #ef7f1a;
}

@media screen and (max-width: 979px) {
  img.staff-img {
    max-width: 300px;
    display: block;
    margin: 0 auto 30px;
    float: none;
  }
  .staff-txt p {
    margin-bottom: 30px;
  }
}

/*------------- お問合せ -------------*/

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

dl.cf dd.name {
  float: left;
  width: auto;
}

dl.cf dd.know {
  margin-top: 0.5em;
}

dl.cf dd.know span.wpcf7-list-item {
  display: block;
}

dl.cf dt {
  font-size: 1em;
  padding-top: 1em;
  margin-bottom: 0.5em;
}

form.wpcf7-form input.wpcf7-submit, form.wpcf7-form input.wpcf7-confirm, form.wpcf7-form input.wpcf7-back {
  background: #ef7f1a;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  padding: 15px;
  margin-top: 30px;
  width: 200px;
}

input, select, textarea {
    font-family: 'Noto Sans JP', sans-serif;
}

form.wpcf7-form input.wpcf7-submit:hover {
  background: #ccc;
}

form.wpcf7-form .required {
  color: #fff;
  background: #ef7f1a;
  font-size: 0.8em;
  padding: 2px 5px;
  margin-right: 8px;
}

.wpcf7-mail-sent-ok {
  border: 2px solid #999!important;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #999!important;
}

.ui-widget {
  font-size: 1.1em;
  font-family: 'Noto Sans JP', sans-serif;}

.ui-widget-header {
  border: 0!important;
  background: none!important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: none!important;
}

.wpcf7-response-output {
  display: none;
}

.page-template-page-contact .company ul {
  margin-left: 0!important;
}

/* フォーム外 */

.tel-link a {
  background: #ef7f1a;
  color: #fff;
  padding: 5px 10px;
  border-radius: 8px;
  margin-left: 5px;
}

.tel-link {
  line-height: 3!important;
}

/*------------- リンク集 -------------*/

.links-heading {
  font-size: 18px;
  font-weight: 600;
}

p.links-heading::before {
  content: '■';
  color: #ef7f1a;
  padding-right: 5px;
}

a.links-a {
  border-bottom: dotted 3px #ccc;
  padding-bottom: 5px;
}

a.links-a:hover {
  color: #ef7f1a;
}

@media screen and (max-width: 979px) {
  .lower-container p.links-heading {
    font-size: 16px;
    line-height: 1;
    padding-top: 30px;
    padding-bottom: 0;
  }
}

/*------------- サイトマップ -------------*/

ul.sitemap-1st {
  list-style: disc;
  margin-left: 15px;
}

ul.sitemap-1st li::marker {
  color: #ef7f1a;
}

.sitemap-1st li a:hover {
  color: #ef7f1a;
}

ul.sitemap-2nd {
  margin-left: 15px;
}

ul.sitemap-2nd li::before {
  content: '-';
  padding-right: 5px;
  color: #ef7f1a;
}

@media screen and (max-width: 979px) {

}

/*------------- 実績記事内 -------------*/

.single_content h2.wp-block-heading {
  color: #ef7f1a;
  font-size: 22px;
  margin-top: 2em;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  background: #EFEFEF;
}

.wp-block-table table {
  border: none;
}

.wp-block-table table tr th {
  width: 200px;
  border: none;
  border-bottom: 1px solid #a6a6a6;
  padding: 0.8em 0;
}

.wp-block-table table tr td {
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 0.8em 0;
}

.wp-block-image {
  width: 100%;
  max-width: 33.3333333333%;
  float: left;
}

.wp-block-image:nth-child(3n+1) img {
  clear: left;
}

.wp-block-image img {
  width: 100%;
  padding: 1%;
}

@media screen and (max-width: 979px) {
  .single_content h2.wp-block-heading {
    font-size: 18px;
  }
  .wp-block-table table tr th {
    width: 90px;
  }
  .wp-block-image {
    max-width: 100%;
  }
}
