/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/

@import url("../bridge/style.css");

/* 全体 */

body {
  /*font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,
    "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  color: #000;
  line-height: 1.6;
  background: #f2f2f2;
  letter-spacing: 0.6px;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; */
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  color: #000;
}

p {
  letter-spacing: 2px;
  font-weight: 500;
}

/* defort */

img {
  vertical-align: bottom;
  image-rendering: auto;
}

.flc-wrapper {
  display: flex !important;
  justify-content: left;
  align-items: center;
  overflow: hidden;
}

.ofi-wrapper {
  height: 100%;
}

.ofi-wrapper img {
  width: 100%;
  height: 200px !important;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center";
  vertical-align: bottom;
}

.fcc-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fce-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.fcc-wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.position-relative-box {
  position: relative;
}

.absolute-center-box {
  position: absolute;
  top: 50%;
  left: 50%;
}

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

.center-02 {
  margin: 0 auto;
}

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

.right-02 {
  margin-left: auto;
}

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

.left-02 {
  margin-right: auto;
}

.page-section .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.page-text-box {
}

.rink-underline-box {
  text-decoration: underline;
}

.right-column-08 {
  float: right;
  width: 65%;
}

.left-column-04 {
  float: left;
  width: 33%;
}

.right-column-06 {
  float: right;
  width: 50%;
}

.left-column-06 {
  float: left;
  width: 48%;
}

.right-column-04 {
  float: right;
  width: 33%;
}

.left-column-08 {
  float: left;
  width: 65%;
}

.content .container .container_inner.page_container_inner,
.full_page_container_inner {
  padding: 0 !important;
}

::selection {
  background: #555 !important;
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .ofi-wrapper img {
    height: 150px !important;
  }
}

@media screen and (max-width: 767px) {
  .right-01 {
    text-align: left;
  }
  .right-02 {
    margin-right: auto;
  }
  .ofi-wrapper img {
    height: 100% !important;
  }
}

a:hover img:not(.q_logo img) {
  opacity: 0.7 !important;
}

h4 a:hover {
  opacity: 0.7;
  color: #3e3a39 !important;
}

a:hover,
p a:hover {
  color: #3e3a39;
  opacity: 0.7;
  text-decoration: none;
}

#back_to_top > span {
  background: #6c549f !important;
  border: 2px solid #ffffff;
}

#back_to_top > span:hover {
  background: #000 !important;
}

#back_to_top span i {
  color: #fff !important;
}

/* #back_to_top span i:hover {
    color: #1a1a1a !important;
} */

#back_to_top.on {
  bottom: 50px;
  right: 20px;
}

#back_to_top img {
  width: 60px;
}

@media screen and (max-width: 1000px) {
  #back_to_top.on {
    /* right: 10px; */
    bottom: 120px;
  }
  #back_to_top img {
    width: 40px;
  }
}

.mt-1 {
  margin-top: 1em;
}

.mt-2 {
  margin-top: 2em;
}

.mt-3 {
  margin-top: 3em;
}

.mt-5 {
  margin-top: 5em;
}

.mt-10 {
  margin-top: 10em;
}

.mb-1 {
  margin-bottom: 1em;
}

.mb-2 {
  margin-bottom: 2em;
}

.mb-3 {
  margin-bottom: 3em;
}

.mb-5 {
  margin-bottom: 5em;
}

.mb-10 {
  margin-bottom: 10em;
}

@media screen and (max-width: 1000px) {
  .mt-0-tab {
    margin-top: 0;
  }
  .mt-1-tab {
    margin-top: 1em;
  }
  .mt-2-tab {
    margin-top: 2em;
  }
  .mt-3-tab {
    margin-top: 3em;
  }
  .mt-5-tab {
    margin-top: 5em;
  }
  .mt-10-tab {
    margin-top: 10em;
  }
  .mb-0-tab {
    margin-bottom: 0;
  }
  .mb-1-tab {
    margin-bottom: 1em;
  }
  .mb-2-tab {
    margin-bottom: 2em;
  }
  .mb-3-tab {
    margin-bottom: 3em;
  }
  .mb-5-tab {
    margin-bottom: 5em;
  }
  .mb-10-tab {
    margin-bottom: 10em;
  }
}

@media screen and (max-width: 767px) {
  .mt-0-re {
    margin-top: 0;
  }
  .mt-1-re {
    margin-top: 1em;
  }
  .mt-2-re {
    margin-top: 2em;
  }
  .mt-3-re {
    margin-top: 3em;
  }
  .mt-5-re {
    margin-top: 5em;
  }
  .mt-10-re {
    margin-top: 10em;
  }
  .mb-0-re {
    margin-bottom: 0;
  }
  .mb-1-re {
    margin-bottom: 1em;
  }
  .mb-2-re {
    margin-bottom: 2em;
  }
  .mb-3-re {
    margin-bottom: 3em;
  }
  .mb-5-re {
    margin-bottom: 5em;
  }
  .mb-10-re {
    margin-bottom: 10em;
  }
}

@media screen and (max-width: 480px) {
  .mt-0-xs {
    margin-top: 0;
  }
  .mt-1-xs {
    margin-top: 1em;
  }
  .mt-2-xs {
    margin-top: 2em;
  }
  .mt-3-xs {
    margin-top: 3em;
  }
  .mt-5-xs {
    margin-top: 5em;
  }
  .mt-10-xs {
    margin-top: 10em;
  }
  .mb-0-xs {
    margin-bottom: 0;
  }
  .mb-1-xs {
    margin-bottom: 1em;
  }
  .mb-2-xs {
    margin-bottom: 2em;
  }
  .mb-3-xs {
    margin-bottom: 3em;
  }
  .mb-5-xs {
    margin-bottom: 5em;
  }
  .mb-10-xs {
    margin-bottom: 10em;
  }
  .mr-15-xs {
    margin-right: 15px;
  }
}

/*header */

.header_top_bottom_holder {
  position: relative;
}

nav.main_menu.left {
  float: none;
  display: inline-block;
  left: 200px !important;
}

.logo_wrapper {
  height: 20px !important;
}

.q_logo a {
  height: 35px !important;
}

.q_logo img {
  top: 0;
}

nav.main_menu > ul > li > a {
  line-height: 40px;
  margin: 5px 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.header_bottom .drop_down .second .inner ul li a {
  line-height: 16px !important;
  text-align: left;
}

header:not(.with_hover_bg_color) nav.main_menu > ul > li:hover > a {
  opacity: 1;
}

.header_bottom {
  padding: 0;
}

.header_bottom .container_inner {
  height: 80px;
}

.header_bottom_right_widget_holder {
  padding: 30px 15px;
}

header.scrolled nav.main_menu ul li a {
  line-height: 40px;
}

header.scrolled .drop_down .second {
  top: 50px;
}

.fb {
  width: 30px;
}

.in {
  width: 30px;
  margin-left: 15px;
}

.nav.main_menu ul.fb a {
  margin: 15px 0 0 15px;
}

#back_to_top {
  bottom: 70px;
}

.fixed-button {
  position: fixed;
  top: 120px;
  right: 0;
  z-index: 10000;
}

.fixed-button img {
  width: 60px;
}

@media screen and (max-width: 1000px) {
  .q_logo {
    display: table-cell;
    position: relative;
    top: auto;
    vertical-align: middle;
  }
  .q_logo img {
    height: 60px !important;
    top: 20px;
  }
  .header-nav:hover {
    border-bottom: none;
  }
  nav.mobile_menu ul li {
    padding-left: 1em;
  }
  nav.mobile_menu ul li.mobile-second-menu {
    padding-left: 2em;
  }
  nav.mobile_menu ul li:last-child {
    margin-bottom: 30px;
    border-bottom: 1px solid #eaeaea !important;
  }
  nav #menu-mobile-menu {
    overflow-y: scroll;
    height: 67vh;
  }
}

@media screen and (max-width: 767px) {
  .fixed-button img {
    width: 30px;
  }
}

/* heading,text*/

.title-wrap {
  position: relative;
  padding: 1.5em;
  margin: 5em 0 2em;
  background: #6c549f;
  text-align: center;
}

.title-wrap:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translate(-50%, -1px);
  border: 20px solid transparent;
  border-top: 20px solid #6c549f;
  width: 0;
  height: 0;
}

.title-wrap img {
  width: 70px;
}

h1.sec-title {
  font-size: 2.5em;
  font-weight: 600;
  line-height: 2;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 5px;
}

h2.sec-title {
  font-size: 2.2em;
  font-weight: 400;
  line-height: 1.5;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 5px;
  color: #fff;
}

h3.sec-title {
  font-size: 2.5em;
  line-height: 1.5;
  font-weight: 400;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 5px;
  display: inline-block;
}

h4.sec-title {
  font-size: 1.3em;
  line-height: 2;
  font-weight: 600;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 3px;
}

/* h2.sec-title:not(.page-id-19811) {
    font-size: 1.5em;
    line-height: 2;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 1px;
    display: inline-block;
}

h3.sec-title:not(.page-id-19811) {
    font-size: 1.2em;
    line-height: 2;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 1px;
    display: inline-block;
} */

.small-text {
  font-size: 0.8em;
}

.bold-large-text-m {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
}

.bold-large-text {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
}

.bold-large-text-01 {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.5;
}

.bold-large-text-02 {
  font-size: 2.5em;
  font-weight: bold;
  line-height: 2;
}

.bold-font {
  font-weight: bold;
}

.large-font-02 {
  font-size: 1.5em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.large-font {
  font-size: 1.5em;
}

.purple-font {
  color: #6c549f !important;
}

.white-font {
  color: #fff !important;
}

.red-font {
  color: #d90519;
}

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

@media screen and (max-width: 767px) {
  .bold-text {
    font-size: 1em;
  }
  .title-img-01 {
    width: 50%;
  }
  h1.sec-title {
    font-size: 1.5em;
  }
  h2.sec-title {
    font-size: 1.5em;
  }
  h2.sec-title-ba-01::before {
    content: url(/wp-content/themes/bridge-child/assets/img/home/top-img004-mo.png);
    top: -5px;
  }
  h2.sec-title-ba-01::after {
    content: url(/wp-content/themes/bridge-child/assets/img/home/top-img005-mo.png);
    position: absolute;
    top: -5px;
  }
  h2.sec-title-ba-02::before {
    content: url(/wp-content/themes/bridge-child/assets/img/home/top-img016-mo.png);
    position: absolute;
    left: 10px;
  }
  h2.sec-title-ba-02::after {
    content: url(/wp-content/themes/bridge-child/assets/img/home/top-img017-mo.png);
    position: absolute;
    right: 10px;
  }
  h2.sec-title-ba-03::before {
    content: url(/wp-content/themes/bridge-child/assets/img/home/top-img019-mo.png);
    left: 15px;
  }
  h3.sec-title {
    font-size: 2em;
    letter-spacing: 1px;
  }
}

/* background,button,border*/

.white-bg-01 {
  background: #fff;
  padding: 5px;
  box-shadow: 5px 5px 5px #ccc;
}

.white-bg-02 {
  background: #fff;
  padding: 1.5em 3em;
  border-radius: 20px;
}

.white-bg-03 {
  background: #fff;
  padding: 1em 2em;
  border-radius: 20px;
}

.gray-bg-01 {
  background: #e9ebe5;
  padding: 160px 0;
  width: 80%;
  position: absolute;
  top: 0;
  right: 0;
}

.gray-bg-02 {
  background: #e9ebe5;
  padding: 3em 1em;
}

.gray-bg-03 {
  background: #e9ebe5;
  padding-bottom: 70px;
  border-bottom: 1px solid #1a1a1a;
}

.but-01-wrap {
  display: inline-block;
  border-top: 1px solid #000;
  border-bottom: #000 1px solid;
  padding: 10px 5px;
}

.but-01-wrap a {
  display: flex;
  justify-content: space-between;
}

.but-01 {
  color: #000;
  display: inline-block;
  width: 150px;
  text-align: left;
}

.border-01 {
  border-bottom: #3e3a39 1px solid;
}

@media screen and (max-width: 1000px) {
  .button-01 a {
  }
}

@media screen and (max-width: 767px) {
  /* .white-bg-01 {
        padding: 1em;
    }
    .white-bg-02 {
        padding: 1em;
    }
    .white-bg-03 {
        padding: 1em;
    }
    .button-02 a {
        margin-top: 10px;
    } */
}

@media only screen and (min-width: 1000px) {
  .content .container .container_inner.default_template_holder,
  .content .container .container_inner.page_container_inner {
    padding-top: 0px;
  }
}

/* HOME */

.first-view {
  padding: 90px 0;
}

.first-view-height {
  height: 100vh;
}

.top-01-wrap {
  display: flex;
  align-items: center;
  margin: auto;
  width: 70%;
}

.top-01-img {
  width: 100px;
}

.top-01-img img {
  width: 50px;
}

.top-01-text {
  padding-left: 15px;
}

.top-02-wrap {
  /* width: 50%; */
  margin: 5em auto;
}

.top-02-wrap .wrap-01 {
  display: flex;
  box-sizing: border-box;
}

.top-02-wrap .wrap-01 img {
  /* width: 50%; */
}

/* .top-02-wrap .wrap-01 img:first-child {
    margin-right: 30px;
} */

.top-02-wrap .wrap-01 a img {
  margin-left: 30px;
}

.top-02-wrap .wrap-02 {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}

.top-03-flex-wrap {
  display: flex;
  position: relative;
}

.top-03-flex-01 {
  width: 55%;
  box-sizing: border-box;
  padding-left: 100px;
  margin: 5px 0 0 0;
}

.top-03-flex-01 .text {
  width: 70%;
  padding: 1em 0 2em;
}

.top-03-flex-02 {
  width: 45%;
  box-sizing: border-box;
  display: inline-block;
  margin: 20px 5px 0 0;
}

.top-03-flex-02 img {
  width: 49%;
}

.top-04-flex-wrap {
  display: flex;
}

.top-04-flex {
  width: 33.3%;
  box-sizing: border-box;
  padding-left: 1.5em;
}

.top-04-flex:last-child {
  padding-right: 1.5em;
}

.top-05-wrap {
  display: flex;
  justify-content: center;
}

.top-05-wrap .but-01-wrap:last-child {
  margin-left: 5em;
}

.top-06-wrap {
  display: flex;
}

.top-06-wrap .banner {
  width: 50%;
  box-sizing: border-box;
}

.top-06-wrap .banner:first-child {
  padding-right: 10px;
}

.top-06-wrap .banner:last-child {
  padding-left: 10px;
}

.top-07-wrap {
  text-align: center;
}

.top-07-wrap img {
  width: 70px;
  display: block;
  margin: auto;
}

.top-08-wrap {
  text-align: center;
}

.top-08-wrap img {
  width: 70px;
  display: block;
  margin: auto;
}

.map {
  margin-bottom: -6px;
}

@media screen and (max-width: 1000px) {
  .first-view {
    padding-top: 0;
  }
  .q_logo img {
    height: 40px !important;
    top: 25px;
  }
  .first-view-height {
    height: auto;
  }
  .top-01-wrap {
    margin: -2em auto 0;
  }
  .top-03-flex-01 {
    width: 100%;
    padding-left: 50px;
  }
  .top-03-flex-01 .text {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .first-view-img img {
    right: 2vh;
    width: 30%;
  }
  .top-01-wrap {
    width: 80%;
  }
  .top-02-wrap {
    /* width: 80%; */
    margin: 3em auto;
  }
  .top-02-wrap .wrap-01 {
    flex-direction: column;
  }
  .top-02-wrap .wrap-01 img {
    width: 100%;
  }
  .top-02-wrap .wrap-01 img:first-child {
    margin-right: 0;
  }
  .top-02-wrap .wrap-01 img:last-child {
    margin-left: 0;
    margin-top: 15px;
  }
  .top-02-wrap .wrap-02 {
    flex-direction: column;
  }
  .top-02-wrap .wrap-02 .box-02 {
    width: 50%;
    margin-left: auto;
    margin-top: 15px;
  }
  .top-03-flex-wrap {
    flex-direction: column;
  }
  .top-03-flex-01 {
    width: 100%;
    padding-left: 30px;
  }
  .top-03-flex-01 .text {
    width: 95%;
  }
  .top-03-flex-02 {
    width: 100%;
  }
  .top-04-flex-wrap {
    flex-direction: column;
  }
  .top-04-flex {
    width: 100%;
    padding-left: 0;
    padding: 0 15px;
  }
  .top-04-flex p,
  .top-04-flex .but-01-wrap {
    margin-left: 15px;
  }
  .top-04-flex:last-child {
    padding-right: 1.5em;
  }
  .top-05-wrap .but-01-wrap:last-child {
    margin-left: 1em;
  }
  .top-06-wrap {
    flex-direction: column;
  }
  .top-06-wrap .banner {
    width: 100%;
  }
  .top-06-wrap .banner:first-child {
    padding-right: 0;
  }
  .top-06-wrap .banner:last-child {
    padding-left: 0;
    padding-top: 20px;
  }
  .top-07-wrap img {
    width: 10%;
  }
  .top-08-wrap img {
    width: 10%;
  }
}

/* subpage */

.page-id-19811 .sub-first-view {
  display: none;
}

.sub-first-view {
  padding: 4em 0 0;
}

.page-title-wrap {
  width: 60%;
  padding: 2em;
  margin: -3em auto 5em;
}

.sub-title-wrap {
  position: relative;
  padding: 1em;
  background: #6c549f;
  text-align: center;
}

.sub-title-wrap:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translate(-50%, -1px);
  border: 20px solid transparent;
  border-top: 20px solid #6c549f;
  width: 0;
  height: 0;
}

.sub-title-wrap img {
  width: 5%;
}

h3.sub-title {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 5px;
}

h4.sub-title {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 3px;
  border-bottom: 1px solid #6c549f;
}

@media (max-width: 1000px) {
  .sub-first-view {
    padding: 0;
  }
  h3.sub-title {
    font-size: 1.5em;
  }
}
.br-pc {
  display: none;
}

/* <br class="br-pc"> */
@media (max-width: 767px) {
  /* 改行する(スマホ) */
  .br-pc {
    display: block;
  }
  .sub-title-wrap img {
    width: 10%;
  }
  h3.sub-title {
    font-size: 1.6em;
  }
  h4.sub-title {
    font-size: 1.3em;
  }
  .sub-bg-01-left {
    background: url(/wp-content/themes/bridge-child/assets/img/home/top-img019.png);
    background-size: 20% !important;
    background-position: 2% top !important;
    background-repeat: no-repeat !important;
  }
  .sub-bg-01-right {
    background: url(/wp-content/themes/bridge-child/assets/img/home/top-img017.png);
    background-size: 20% !important;
    background-position: 98% top !important;
    background-repeat: no-repeat !important;
  }
  .page-title-wrap {
    width: 90%;
    padding: 1em;
    margin: -1em auto 0;
  }
}

/* sub content*/

.sub-02-wrap {
  padding: 0 0 5em;
  text-align: center;
}

.sub-02-wrap img {
  width: 15%;
}

.sub-02-wrap p {
  font-size: 1.4em;
  font-weight: 600;
  color: #362b43;
  padding: 10px 0 25px;
}

.sub-02-wrap span {
  font-size: 1.6em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.sub-03-flex-wrap {
  display: flex;
  padding: 5em 0;
}

.sub-03-flex {
  width: 50%;
  box-sizing: border-box;
  padding-left: 30px;
}

.sub-03-flex:last-child {
  padding-right: 30px;
}

.sub-03-flex img {
  width: 70%;
  padding-top: 15px;
  margin-left: auto;
  display: block;
}

.sub-03-flex img.logo {
  width: 30%;
  padding-top: 15px;
  margin: auto;
  display: block;
}

.sub-03-flex p {
  padding-top: 10px;
}

.sub-03-flex .large-font-02 {
  padding-top: 40px;
}

.sub-04-flex-wrap {
  display: flex;
  align-items: center;
}

.sub-04-flex {
  width: 50%;
  box-sizing: border-box;
}

.sub-04-flex img {
  margin-bottom: -1px;
}

.sub-04-flex:last-child {
  padding-left: 30px;
  padding-right: 15px;
}

.sub-04-flex p {
  padding-top: 40px;
}

/* sub-04-flex toyama-butsudan */

.sub-04-flex-wrap-02 {
  display: flex;
  align-items: center;
}

.sub-04-flex-02 {
  width: 50%;
  box-sizing: border-box;
}

.sub-04-flex-02:last-child {
  padding-left: 30px;
  padding-right: 15px;
  padding-top: 15px;
}

.sub-04-flex-02 p {
  padding-top: 40px;
}

/* sub-04-flex toyama-butsudan ここまで */

/* sub-04-flex bg */

/* philosophy */

.sub-04-flex-bg {
  background: url(/wp-content/themes/bridge-child/assets/img/philosophy/philosophy3-001.jpg);
  width: 50%;
  background-size: cover;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center top;
}

.sub-04-flex-bg-02 {
  background: url(/wp-content/themes/bridge-child/assets/img/what-butsudan/what-butsudan4-001.jpg);
  width: 50%;
  background-size: cover;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center top;
}

.sub-04-flex-bg-03 {
  background: url(/wp-content/themes/bridge-child/assets/img/toyama-butsudan/toyama-butsudan2-001.jpg);
  width: 50%;
  background-size: cover;
  height: 700px;
  background-repeat: no-repeat;
  background-position: center top;
}

.sub-04-flex-bg-04 {
  background: url(/wp-content/themes/bridge-child/assets/img/onaoshi-gokuyou/onaoshi-gokuyou3-001.jpg);
  width: 50%;
  background-size: cover;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center top;
}

.sub-04-flex-bg-05 {
  background: url(/wp-content/themes/bridge-child/assets/img/onaoshi-gokuyou/onaoshi-gokuyou4-001.jpg);
  width: 50%;
  background-size: cover;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center top;
}

.sub-04-flex-bg-06 {
  background: url(/wp-content/themes/bridge-child/assets/img/for-temple/for-temple1-001.jpg);
  width: 50%;
  background-size: cover;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center top;
}

.sub-05-wrap {
  background: #e9ebe5;
  padding: 5em 0;
}

.sub-05-flex-wrap {
  display: flex;
  flex-wrap: wrap;
  /* margin: -3em auto 5em; */
  margin: 0 auto 5em;
  width: 90%;
}

.sub-05-flex {
  width: 25%;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}

.sub-05-flex .large-font-02 {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 15px;
  font-size: 1.3em;
}

.sub-05-flex p {
  padding-top: 15px;
  padding-bottom: 10px;
}

.sub-05-flex img {
  padding-bottom: 15px;
}

.sub-06-flex-wrap {
  display: flex;
  align-items: center;
  /* margin: -2em 0 -1px; */
}

.sub-06-flex {
  width: 50%;
  box-sizing: border-box;
}

.sub-06-flex:last-child {
  padding-left: 30px;
  padding-right: 15px;
}

.sub-06-flex p {
  padding-top: 40px;
}

.sub-07-wrap {
  padding: 5em 0;
}

.sub-07-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.sub-07-flex {
  width: 50%;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 50px;
}

.sub-07-flex .large-font-02 {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 0;
}

.sub-07-flex p {
  padding-top: 10px;
}

.sub-07-flex .link a {
  text-decoration: underline;
}

.sub-08-wrap {
  padding: 5em 0;
}

.sub-08-flex-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 5em;
}

.sub-08-flex {
  width: 33.3%;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}

.sub-08-flex .large-font-02 {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 0;
}

.sub-08-flex p {
  padding-top: 10px;
}

.sub-09-flex-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 5em;
}

.sub-09-flex {
  width: 25%;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}

.sub-09-flex .large-font-02 {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 0;
}

.sub-09-flex p {
  padding-top: 10px;
}

.content-wrap-01 {
  padding: 2em 0;
}

.content-text-01 p {
  margin-top: 10px;
}

.content-text-01 a {
  color: #2c2cd4;
}

@media (max-width: 1000px) {
  .sub-02-wrap img {
    width: 40%;
  }
  .sub-04-flex-wrap {
    /* align-items: flex-start; */
    flex-direction: column;
  }
  .sub-04-flex-bg {
    width: 100%;
    background-position: left top;
  }
  .sub-04-flex-bg-02 {
    width: 100%;
  }
  .sub-04-flex-bg-03 {
    width: 100%;
  }
  .sub-04-flex-bg-04 {
    width: 100%;
  }
  .sub-04-flex-bg-05 {
    width: 100%;
  }
  .sub-04-flex-bg-06 {
    width: 100%;
  }
  .sub-04-flex {
    width: 100%;
  }
  .sub-04-flex p {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sub-04-flex:last-child {
    padding-left: 15px;
    padding-top: 15px;
  }
  .sub-04-flex-wrap-02 {
    flex-direction: column;
    padding-bottom: 0;
  }
  .sub-04-flex-02 {
    width: 100%;
  }
  .sub-04-flex-02:last-child {
    padding-left: 15px;
  }
  .sub-04-flex-02 p {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .sub-05-flex {
    width: 50%;
  }
  .sub-06-flex-wrap {
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .sub-02-wrap {
    padding: 5em 0;
    text-align: center;
  }
  .sub-02-wrap img {
    width: 50%;
  }
  .sub-03-flex-wrap {
    flex-direction: column;
  }
  .sub-03-flex {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .sub-03-flex:last-child {
    padding-right: 15px;
  }
  .sub-03-flex img {
    width: 100%;
    padding-top: 15px;
  }
  .sub-03-flex img.logo {
    width: 50%;
  }
  .sub-03-flex p {
    padding-top: 10px;
  }
  .sub-05-flex-wrap {
    flex-direction: column;
  }
  .sub-05-flex {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  .sub-05-flex p {
    padding-bottom: 30px;
  }
  .sub-06-flex-wrap {
    flex-direction: column;
  }
  .sub-06-flex {
    width: 100%;
  }
  .sub-06-flex:last-child {
    padding-left: 15px;
    padding-top: 15px;
  }
  .sub-06-flex p {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sub-07-flex-wrap {
    flex-direction: column;
  }
  .sub-07-flex {
    width: 100%;
  }
  .sub-07-flex:last-child {
    /* padding-top: 30px; */
  }
  .sub-08-flex-wrap {
    flex-direction: column;
  }
  .sub-08-flex {
    width: 100%;
  }
  .sub-09-flex {
    width: 50%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* anchor */

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

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

@media (max-width: 1000px) {
  .anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
  }
  .anchor-02 {
    display: block;
    padding-top: 50px;
    margin-top: -50px;
  }
}

@media (max-width: 767px) {
  .anchor {
    display: block;
    padding-top: 50px;
    margin-top: -50px;
  }
  .anchor-02 {
    display: block;
    padding-top: 0px;
    margin-top: -0px;
  }
}

/* company */

.name-font {
}

@media (max-width: 1000px) {
}

@media (max-width: 767px) {
}

/* chemistry */

@media (max-width: 1000px) {
}

@media (max-width: 767px) {
}

/* nursingvisit */

@media (max-width: 1000px) {
}

@media (max-width: 767px) {
}

/* recruit */

@media (max-width: 1000px) {
}

@media (max-width: 767px) {
}

/* menu */

@media (max-width: 1000px) {
}

@media (max-width: 767px) {
}

/* table */

/*  table[what-butsudan] お仏壇の大きさの目安 */

table.table-box-01 {
  width: 100%;
}

.table-box-01 th {
  padding: 1em;
  width: 25%;
  line-height: 2;
  font-size: 1.1em;
  font-weight: 600;
  border: 1px solid #ccc;
}

.table-box-01 td {
  text-align: left;
  padding: 1em;
  line-height: 2;
  font-weight: 400;
  border: 1px solid #ccc;
}

/*  table[about-us] */

table.table-box-02 {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.table-box-02 th {
  text-align: left;
  padding: 1em;
  width: 20%;
  line-height: 2;
  font-size: 1.1em;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}

.table-box-02 td {
  text-align: left;
  padding: 1em;
  line-height: 2;
  font-weight: 400;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

/*  table[onishi-ohigashi] */

table.table-box-03 {
  width: 100%;
}

.table-box-03 th {
  text-align: left;
  vertical-align: middle;
  padding: 1em;
  width: 20%;
  line-height: 2;
  font-size: 1.1em;
  font-weight: 600;
  border: 1px solid #ccc;
}

.table-box-03 td {
  text-align: left;
  width: 40%;
  padding: 1em;
  line-height: 2;
  font-weight: 400;
  border: 1px solid #ccc;
}

.table-box-03 td img {
  display: block;
  margin: auto;
}

/*  table[faq-butsudan] */

.faq-wrap {
  padding: 5em 0;
}

.faq-flex-wrap {
  display: flex;
  align-items: center;
}

.faq-flex-01 {
  width: 10%;
  /* padding: 15px 0; */
}

.faq-flex-02 {
  width: 90%;
  padding: 5px 0;
}

.faq-flex-02 p {
  font-size: 1.5em;
}

.faq-first-q {
  color: #6c549f;
  font-weight: bold;
  font-size: 2.4em;
  padding: 5px 30px 5px 0;
  vertical-align: middle;
}

.faq-first-a {
  color: #000;
  font-size: 2.4em;
  padding: 5px 30px 5px 0;
  font-weight: bold;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .faq-flex-02 p {
    font-size: 1.2em;
  }

  .faq-first-q {
    font-size: 1.8em;
    padding: 5px 30px 5px 0;
  }

  .faq-first-a {
    font-size: 1.8em;
    padding: 5px 30px 5px 0;
  }
}
/*  table[faq-butsudan] 寸法 */

.table-box-05 ul {
  display: table;
  width: 100%;
}

.table-box-05 ul li {
  display: table-cell;
  width: 25%;
}

/*  table[what-butsudan] 県内の宗派一覧 */

table.table-box-06 {
  width: 1270px;
}

.table-box-06 th {
  padding: 1em;
  line-height: 2;
  font-size: 1.1em;
  font-weight: 600;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.table-box-06 td {
  text-align: left;
  padding: 1em;
  line-height: 2;
  font-weight: 400;
  border: 1px solid #ccc;
  vertical-align: middle;
  text-align: center;
}

/* .table-box-04 td {
    text-align: left;
    vertical-align: middle;
    width: 90%;
    padding: 1em;
    line-height: 2;
    font-weight: 400;
} */

@media screen and (max-width: 1000px) {
  /* .table-box-01 th,
    .table-box-01 td {
        font-size: 0.8em;
    } */
  .table-scroll {
    overflow-x: scroll;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
}
.sptxt {
  display: none;
}

@media screen and (max-width: 767px) {
  table.table-box-02 {
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
  }
  .table-box-02 th {
    width: auto;
    display: block;
  }
  .table-box-02 td {
    width: auto;
    display: block;
    border-left: none;
  }
  .table-box-02 th,
  .table-box-02 td,
  .table-box-03 th p,
  .table-box-03 td p,
  .table-box-03 th,
  .table-box-03 td,
  .table-box-04 th p,
  .table-box-04 td p,
  .table-box-04 th,
  .table-box-04 td {
    font-size: 1em;
  }
  table.table-box-06 {
    width: 800px;
  }
  .table-scroll .table-box-03 {
    display: block;
    overflow: auto;
  }
  .table-scroll .table-box-03 th,
  .table-scroll .table-box-03 td {
    white-space: nowrap;
  }
  .table-scroll .table-box-03 th {
    width: 200px;
  }
  .sptxt {
    display: block;
    font-size: 0.8em;
  }
}

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

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

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

/* vr */

.rela {
  position: relative;
  height: 100%;
  width: 100%;
}

.abso a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#iframeBlock1 {
  height: 100%;
  margin: 20px 20px;
  padding: 20px;
}

#iframeBlock1 .iframeBody {
  height: 500px;
}

#iframeBlock1 .iframeBody iframe {
  border: none;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.btn-vr-box a {
  padding: 10px 50px;
  border: 1px solid #000;
  text-align: center;
  font-size: 12px;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  #iframeBlock1 {
    margin: 50px 0 !important;
    padding: 0 !important;
  }
}

/* contact */

.contact-tel {
  font-size: 1.5em;
  font-weight: 600;
  padding-bottom: 30px;
}

.contact-box table {
  width: 100%;
  margin: 0 auto;
}

.contact-box table tr {
  margin-bottom: 1em;
}

.contact-box table th {
  width: 20%;
  text-align: left;
  vertical-align: top;
}

.contact-box table td {
  width: 80%;
  text-align: left;
}

.contact-box table td span.wpcf7-list-item {
  display: inline-block;
  margin: 0px 0 10px 5px;
  text-align: left;
}

.form-tel-box {
  font-size: 1.5em;
  text-decoration: underline;
}

.contact-tel-box {
  text-align: center;
}

.contact-tel-box p {
  font-size: 1.5em;
  font-weight: bold;
}

.contact-tel-box img {
  width: 40%;
}

.ct-form .desc {
  padding-left: 1em;
  padding-bottom: 2em;
}

.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit,
.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
  /* background-color: #fff;
    padding: 0.5em 5em;*/
  letter-spacing: 3px;
  font-weight: 600;
}

.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit,
.cf7_custom_style_1
  input.wpcf7-form-control.wpcf7-submit:not([disabled])
  :hover {
  /* background-color: #eee;
    padding: 0.5em 5em;*/
  letter-spacing: 3px;
  font-weight: 600;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,
    "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

div.wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #cfcfcf;
  color: #3e3a39;
}

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

div.wpcf7-validation-errors {
  border: 2px solid #ccc !important;
}

div.wpcf7-response-output.wpcf7-validation-errors {
  background-color: #cfcfcf;
  color: #3e3a39;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #ccc;
}

div.wpcf7-response-output:before {
  display: none !important;
}

@media only screen and (max-width: 1000px) {
  .contact-box table th {
    width: 30%;
  }
  .contact-box table td {
    width: 70%;
  }
}

@media only screen and (max-width: 767px) {
  .contact-box table tr {
    margin-bottom: 0;
  }
  .contact-box table th {
    width: 100%;
    display: block;
    padding: 0;
  }
  .contact-box table td {
    width: 100%;
    display: block;
    padding: 0;
  }
  .contact-tel-box p {
    font-size: 1.4em;
    font-weight: bold;
  }
  .contact-tel-box img {
    width: 100%;
  }
}

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

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

/* footer */

.footer_top {
  padding: 80px 0 60px;
}

.footer_top_holder {
}

.footer-contact-wrap {
  text-align: center;
}

.footer-contact-wrap h3 {
  color: #fff;
  font-weight: normal;
}

.footer-tel-wrap p {
  font-size: 2em;
  font-weight: bold;
  padding: 2em 0;
}

footer .footer_inner {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,
    "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.footer_bottom {
  padding: 0;
  height: 0;
}

.footer-logo img {
  width: 20%;
}

.footer-but-wrap {
  display: inline-block;
  border-top: 1px solid #fff;
  border-bottom: #fff 1px solid;
  padding: 10px 5px;
}

.footer-but-wrap a {
  display: flex;
  justify-content: space-between;
}

.footer-contact-wrap .footer-but {
}

.footer-but {
  color: #fff;
  display: inline-block;
  width: 180px;
  text-align: left;
}

.footer-bottom-wrap {
  display: flex;
  text-align: left;
  padding: 20px 0;
}

.footer-bottom-01 {
}

.footer-bottom-01 img {
  width: 40%;
  padding-bottom: 10px;
}

.footer-bottom-02 {
  width: 100%;
}

.footer-bottom-02 .bold-font {
  background: #2c2cd4;
  color: #fff;
  display: inline-block;
  padding: 0 10px;
}

.footer-bottom-02 a {
  color: #2c2cd4 !important;
  border-bottom: 1px solid #2c2cd4;
  font-weight: 600;
  padding-top: 20px;
}

.footer-bottom-02 .link {
  text-align: right;
  padding-top: 20px;
}

.footer-bottom-01 .footer-sns-wrap {
  display: flex;
  padding-top: 5px;
}

.footer-bottom-01 .footer-sns-wrap img {
  width: 30px;
}

.footer-bottom-01 .footer-sns-wrap img:first-child {
  padding-left: 5px;
}

.footer-copyright p {
  font-weight: 600;
  text-align: center;
  background-color: #f5f4ef;
}

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

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

@media only screen and (max-width: 600px) {
  .footer_top {
    padding: 30px 0 20px;
  }
  .footer_top.footer_top_full {
    padding: 28px;
  }
  .footer-bottom-wrap {
    flex-direction: column;
  }
  .footer-bottom-01 {
    width: 100%;
  }
  .footer-bottom-02 {
    width: 100%;
    padding-top: 30px;
  }
  .footer-logo img {
    width: 30%;
  }
}

@media only screen and (max-width: 480px) {
  .footer_bottom_holder .container .container_inner {
    width: auto;
  }
}

/* widget */

.widget_archive a.year {
  cursor: pointer;
  text-decoration: underline;
}

.widget_archive .years ul {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin: 0;
  margin-bottom: 1em;
}

.widget_archive ul.years li {
  margin-bottom: 0;
}

.widget_archive ul.years .hide {
  margin: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.widget_archive ul.month li {
  padding-left: 1.2em;
}

@media screen and (max-width: 480px) {
  .logo_wrapper {
    left: 55%;
  }
}

/* blog-archive */

.blog_holder.blog_pinterest article .post_info {
  font-size: 16px;
  margin-bottom: 0;
}

.post-categories {
  display: inline-flex;
}

.post-categories li a {
  padding-left: 10px;
}

.blog_holder.blog_pinterest article .post_info a:not(:hover) {
  font-size: 12px;
}

.blog_holder article .post_info a:hover {
  font-size: 12px;
}

/* .blog_holder.blog_pinterest article .post_info a {
    display: none;
} */

.blog_holder.blog_pinterest article h5 a {
  color: #3e3a39;
  font-size: 18px;
  line-height: 30px;
}

.blog_holder.blog_pinterest article .entry_title:hover {
  text-decoration: none;
}

.post-first-view {
  position: relative;
  margin-top: 100px;
}

.blog_holder.blog_large_image h2,
.blog_holder.blog_large_image h2 a,
.blog_holder.blog_single article h2 {
  font-size: 2em;
}

.blog_holder.blog_large_image_with_dividers
  .post_text_holder
  .blog_column2
  > h2 {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,
    "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.blog_holder.blog_large_image_with_dividers
  .post_text_holder
  .blog_column2
  > h2
  a {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,
    "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.blog_holder.blog_large_image_with_dividers
  .post_text_holder
  .blog_column2
  > h2
  a:hover {
  color: #3e3a39;
  opacity: 0.7;
}

.post-first-view-ac .page-title-wrap {
  position: relative;
}

.blog-image-text-box {
  position: relative;
}

.blog-image-box-en {
  position: absolute;
  left: 0;
  top: 80%;
}

.blog_holder.blog_pinterest article .post_image img {
  width: 100%;
  height: 250px !important;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center";
  vertical-align: bottom;
}

/* .post_content_holder .post_image .ofi-wrapper img {
    height: 250px;
    width: 95%;
    background-position: center center;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: cover;
    margin: 0 auto;
} */

.column2 > .column_inner > .sidebar {
  padding: 0 !important;
}

.post-categories {
  list-style-type: none;
}

.back-to-archive-box .btn {
  display: block;
  position: relative;
  padding: 1em;
  line-height: 1;
  font-size: 1.1em;
  width: 20%;
  margin: 5em auto;
  color: #3e3a39;
  text-decoration: none;
  transition: all 0.2s;
  text-align: center;
  border-top: 1px solid #3e3a39;
  border-bottom: 1px solid #3e3a39;
}

.back-to-archive-box .btn:hover {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #777;
  opacity: 1;
}

.blog_holder.blog_pinterest article .post_text .post_text_inner {
  padding: 10px 10px 10px;
}

.filter_holder ul li:hover span {
  color: #3e3a39 !important;
  opacity: 0.7;
}

.column1 .filter_outer {
  display: none;
}

.pagenavi-wrapper {
  margin: 5em;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #999;
  background-color: #fff;
  border: solid 1px #e0e0d2;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #555;
  border-color: #555;
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #211613;
  border-color: #211613;
  font-weight: bold;
}

@media only screen and (max-width: 1000px) {
  .post-first-view {
    margin-top: 0;
  }
  .back-to-archive-box .btn {
    width: 40%;
  }
}

@media only screen and (max-width: 767px) {
  .post-first-view-ac .page-title-wrap {
    margin: -1em auto 3em;
  }
}

@media only screen and (max-width: 480px) {
  .back-to-archive-box .btn {
    width: 30%;
  }
  .blog_holder.blog_pinterest {
    width: 100% !important;
  }
  .back-to-archive-box .btn {
    margin: 3em auto;
  }
}

@media only screen and (max-width: 320px) {
  .two_columns_75_25 .column2 .column_inner,
  .two_columns_75_25.grid2 .column2 .column_inner {
    padding: 0 1em;
  }
}

.post-first-view-ac .page-title-wrap {
  position: relative;
}

/*-----------------------------
ギャラリー
------------------------------*/

.gallery {
  /** ギャラリーを囲むボックス **/
  width: 100%;
  margin-bottom: 20px !important;
  overflow: hidden;
}

.gallery br {
  display: none;
}

/** 自動で挿入される clearfix の余白解除 **/

.gallery-item {
  /** 画像共通のスタイル **/
  float: left;
  margin-bottom: 0 !important;
}

.gallery-icon {
  /** 画像を囲む dt のスタイル **/
  text-align: center;
}

.gallery-icon img {
  width: 100%;
  height: auto;
  margin-bottom: 10px !important;
}

.gallery-caption {
  /** キャプション **/
  color: #222;
  font-size: 12px;
  margin: 0 0 10px;
  text-align: center;
}

.gallery-columns-1 .gallery-item {
  /** カラムなし **/
  width: 100% !important;
  margin-right: 0 !important;
}

.gallery-columns-2 .gallery-item {
  /** 2カラム **/
  width: 48% !important;
  margin: 0 1% !important;
}

.gallery-columns-3 .gallery-item {
  /** 3カラム **/
  width: 31.33333% !important;
  margin: 0 1% !important;
}

.gallery-columns-4 .gallery-item {
  /** 4カラム **/
  width: 23% !important;
  margin: 0 1% !important;
}

.gallery-columns-5 .gallery-item {
  /** 5カラム **/
  width: 18% !important;
  margin: 0 1% !important;
}

@media screen and (max-width: 767px) {
  /* スマホ */
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item {
    width: 48% !important;
    margin: 0 1% !important;
  }
  .gallery-columns-5 .gallery-item {
    width: 31.33333% !important;
    margin: 0 1% !important;
  }
}

/* blog-single */

.single-flex-wrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  border-bottom: 1px solid #3e3a39;
  padding-bottom: 2em;
}

.single-flex-01 {
  width: 33%;
  box-sizing: border-box;
}

.single-flex-02 {
  width: 67%;
  box-sizing: border-box;
  padding-right: 10px;
}

.post_content_holder .single-flex-wrap .single-flex-02 h2 {
  font-size: 1.3em;
  line-height: 2;
}

.post-first-view-single {
  margin-top: 150px;
}

.single-post .blog_single p {
  margin-bottom: 0px;
}

.single-post .blog_single a {
  color: #1a0dab;
}

@media only screen and (max-width: 1000px) {
  .post-first-view-single {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .post_content_holder .single-flex-wrap .single-flex-02 h2 {
    font-size: 1.2em;
    line-height: 1.5;
  }
  .single-flex-wrap {
    flex-direction: column;
    padding-bottom: 0em;
  }
  .single-flex-01 {
    width: 100%;
    padding-bottom: 1em;
  }
  .single-flex-02 {
    width: 100%;
    padding-right: 0;
  }
}

.blog_holder.blog_single article .post_text .post_text_inner {
  padding-top: 50px;
}

/*
.blog_single .post_image {
display: none !important;
}
*/

.post-contact-img {
  width: 200px;
  height: 36px;
  margin: 0 auto;
}

.table-post-box table {
  width: 100%;
}

.table-post-box th {
  width: 25%;
  text-align: left;
  border: 1px solid #000;
}

.table-post-box td {
  width: 75%;
  text-align: left;
  border: 1px solid #000;
}

.blog_holder.blog_single article h2 {
  margin-bottom: 0px;
}

.blog_holder.blog_single article .post_info {
  color: #555;
}

.blog_holder.blog_single article .post_info a {
  color: #555;
  opacity: 0.7;
}

.blog_holder article .post_info {
  margin-top: 0;
  margin-bottom: 0;
}

.blog_holder article .post_info a,
.blog_holder article .post_text h2 .date {
  color: #555;
  font-size: 15px;
}

.blog_holder.blog_single article .post_info a:hover {
  color: #555 !important;
  opacity: 0.7;
}

.blog_holder .post_author,
.post_comments,
.social_share_title,
.dots {
  display: none !important;
}

.blog_like a {
  display: none;
}

.blog_holder article .post_text h2 .date {
  display: none;
}

.blog_holder.blog_large_image h2,
.blog_holder.blog_large_image h2 a,
.blog_holder.blog_single article h2 {
  font-size: 2em;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,
    "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.post_info a:hover {
  color: #bebebe !important;
  opacity: 0.7;
}

.blog_single .blog_holder .post_image {
  height: 70vh;
  margin-top: 2em;
  margin-bottom: 2em;
}

.blog_single .blog_holder .post_image img {
  height: 100%;
  width: auto !important;
  margin: 0 auto;
}

.flex-inline-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
  margin-right: 1em;
  font-size: 1.2em;
  margin-top: 3em;
}

.flex-inline-box a:hover {
  opacity: 0.7 !important;
  color: #000;
}

.previous-style-box {
  width: 33%;
  display: flex;
  align-items: center;
}

.previous-style-box a {
  padding-left: 15px;
}

.next-style-box {
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.next-style-box a {
  padding-right: 15px;
}

.pager-pc {
  display: block;
}

.pager-mo {
  display: none;
}

@media only screen and (max-width: 768px) {
  .previous-style-box {
    font-size: 3vw;
  }
  .next-style-box {
    font-size: 3vw;
  }
}

@media only screen and (max-width: 767px) {
  .pager-pc {
    display: none;
  }
  .pager-mo {
    display: block;
  }
  .previous-style-box {
    width: 40%;
  }
  .next-style-box {
    width: 40%;
  }
}

/* sidebar */

.column2 > .column_inner > .sidebar {
  padding: 2em 0 0 20px;
}

aside .widget h5 {
  font-size: 1.3em;
  font-weight: 500;
  border-bottom: 1px solid #333;
  display: block;
}

.wpb_widgetised_column .widget h5 {
  font-size: 1.3em;
  font-weight: 500;
  border-bottom: 1px solid #333;
  display: inline-block;
}

/* blog-list */

.latest_post_inner .post_infos a {
  margin: 0 0 0 10px;
}

.list-cate {
  font-size: 0.8em;
  margin-left: 1em;
}

.latest_post_holder.image_on_the_left_boxed > ul > li:not(:first-child) {
  padding-top: 0;
}

.latest_post_holder.image_on_the_left_boxed .latest_post {
  background-color: transparent;
  padding: 15px 0 0 0;
}

.latest_post_holder.image_on_the_left_boxed .date_hour_holder {
  background-color: #fe843b;
  font-weight: 400;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
}

.latest_post_holder.boxes > ul > li {
  border-radius: 20px;
  overflow: hidden;
}

.latest_post_holder.boxes > ul > li .latest_post {
  background: #fff !important;
  padding: 10px;
  border-top: 0;
}

.latest_post_inner {
  margin: 0 0 20px !important;
}

.latest_post_inner .post_infos {
  display: block;
  border-bottom: 1px solid #e9ebe5;
  padding-bottom: 15px;
}

.latest_post_inner .post_infos a:hover {
  color: #3e3a39;
}

.blog_holder article .post_text h5 {
  margin: 5px 0 0;
}

.blog_holder article .post_text h5 a {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,
    "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.latest_post_inner .post_infos a {
  font-size: 16px;
  color: #3e3a39;
}

.latest_post_inner .latest_post_text_inner h5 {
  display: inline-flex;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,
    "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 10px;
  line-height: 2;
  display: block;
}

.latest_post_title.entry_title a {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,
    "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
}

.latest_post_title.entry_title a:hover {
  color: #555;
  opacity: 0.7;
}

.fb-title-box a {
  line-height: 1.2;
  letter-spacing: 2px;
  font-weight: 600;
}

.fb-title-box a:hover {
  color: #333;
  opacity: 0.7;
}

.facebook-wrapper {
  max-width: 500px;
  margin: 0 auto;
}

.facebook-wrapper > .fb-page {
  width: 100%;
}

.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
  width: 100% !important;
}

@media only screen and (max-width: 1000px) {
  .latest_post_holder > ul > li {
    width: 100% !important;
  }
}

@media only screen and (max-width: 600px) {
  .latest_post_inner {
    margin: 0 !important;
  }
}

@media only screen and (max-width: 480px) {
  .latest_post_inner .post_infos {
    font-size: 14px;
  }
  .latest_post_title.entry_title a {
    font-size: 14px;
  }
}

/* portfolio-list */

.filter_holder ul li.active span {
  color: #333 !important;
}

/* portfolio-single */

#fancybox-title-over {
  display: none;
}

.portfolio_navigation .portfolio_next a,
.portfolio_navigation .portfolio_prev a {
  color: #555;
  border: 2px solid #ccc;
}

.portfolio_navigation .portfolio_next a:hover,
.portfolio_navigation .portfolio_prev a:hover {
  border: 2px solid #777;
  background: #efefef;
  color: #333;
}

h6.portfolio-content-title {
  display: none;
}

.portfolio_single .two_columns_66_33 > .column1 {
  width: 49%;
}

.portfolio_single .two_columns_66_33 > .column2 {
  width: 49%;
}

@media only screen and (max-width: 999px) {
  .portfolio_single .portfolio_container {
    margin-top: 2em;
  }
}

/* side-menu */

#side-menu {
  position: absolute;
  right: 0;
  top: 25vh;
  z-index: 500;
}

#side-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#side-menu ul li img {
  width: 100%;
}

#side-menu ul li {
  margin-bottom: 3px;
  cursor: pointer;
}

#side-menu ul li img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 60px;
}

#side-menu ul li:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

@media (max-width: 992px) {
  #side-menu ul li {
  }
}

@media (min-width: 768px) {
  #side-menu.fixed {
    position: fixed;
  }
}

@media (max-width: 767px) {
  #side-menu {
    position: fixed;
    right: 0;
  }
  #side-menu ul li img {
    width: 40px;
  }
}

/********** foo gallery **********/

@media (min-width: 1001px) and (max-width: 1200px) {
  .foogallery .fg-image-wrap {
    width: 135px;
  }
}

@media (min-width: 481px) and (max-width: 1000px) {
  .foogallery .fg-image-wrap {
    width: 108px;
  }
}

@media (max-width: 480px) {
  .foogallery .fg-image-wrap {
    width: 78px;
  }
}

/********** instagram feed **********/

@media (max-width: 480px) {
  #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
    width: 50%;
    height: auto;
  }
  #sb_instagram .sbi_photo {
    height: 125px !important;
  }
  .top-instagram-pad .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

/********** css hack **********/

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  h1.section-title-box-b {
    width: 50%;
    position: absolute;
    top: -100px;
    left: 30px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  @media screen and (max-width: 1000px) {
    h1.section-title-box-b {
      width: 50%;
      position: absolute;
      top: -80px;
      left: 0px;
    }
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  @media screen and (max-width: 767px) {
    h1.section-title-box-b {
      width: 50%;
      position: absolute;
      top: -50px;
      left: 0px;
    }
  }
}

/* Edge */

@supports (-ms-ime-align: auto) {
  .top-02-text {
    height: 60vh;
    width: 100%;
  }
}

@supports (-ms-ime-align: auto) {
  .content .works-post-box .img-box .ofi-wrapper {
    height: auto;
  }
}

@media screen and (min-width: 1500px) {
  @supports (-ms-ime-align: auto) {
  }
}

/* IE10以降 */

_:-ms-lang(x)::-ms-backdrop,
.top-02-text {
  height: 60vh;
  width: 100%;
}

_:-ms-lang(x)::-ms-backdrop,
input.wpcf7-form-control.wpcf7-submit {
  height: auto;
}

@media screen and (min-width: 1500px) {
  _:-ms-lang(x)::-ms-backdrop,
  .header-tel-box {
    position: absolute;
    top: 50%;
    right: 20%;
    transform: translateY(50%) translateX(0%);
  }
}

/* Firefox */

@-moz-document url-prefix() {
  h1.section-title-box-b {
    width: 50%;
    position: absolute;
    top: 250px;
    left: 100px;
  }
}

@-moz-document url-prefix() {
  .header-tel-box {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(50%) translateX(0%);
  }
}

@media screen and (min-width: 1500px) {
  @-moz-document url-prefix() {
    .header-tel-box {
      position: absolute;
      top: 50%;
      right: 20%;
      transform: translateY(50%) translateX(0%);
    }
  }
}

/* safari */

_::-webkit-full-page-media,
_:future,
:root .content .works-post-box .img-box .ofi-wrapper {
  height: auto;
}

_::-webkit-full-page-media,
_:future,
:root .works-list .cate-box ul li {
  display: initial;
}

@media screen and (max-width: 1000px) {
  _::-webkit-full-page-media,
  _:future,
  :root h1.section-title-box-b {
    width: 50%;
    position: absolute;
    top: -80px;
    left: 0px;
  }
}

@media screen and (max-width: 767px) {
  _::-webkit-full-page-media,
  _:future,
  :root h1.section-title-box-b {
    width: 50%;
    position: absolute;
    top: -50px;
    left: 0px;
  }
}

/* forsightからもってきたcss */

.works-row-sec-wrapper-01 {
  margin: 3em 0;
}

.works-row-sec-01 {
  margin-bottom: 3em;
}

.works-table a {
  color: #1d3994;
  text-decoration: none;
}

.works-table a:hover {
  text-decoration: underline;
}

.works-table dl,
.works-table dt,
.works-table dd,
.works-table dd p {
  box-sizing: border-box;
  font-size: 0.9em;
}

.works-table dl {
}

.works-table dt {
  /* padding: 0 10px 0 0; */
  margin-bottom: 0.5em;
  font-weight: bold;
  /* margin-bottom: 1.2em; */
}

.works-table dd {
  /* padding: 0 10px; */
  padding: 0 0 1.5em;
}

.works-table dt {
  width: 20%;
  float: left;
  text-align: left;
}

.works-table dd {
  margin-left: 25%;
  margin-bottom: 0;
}

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

.works-post-box .title {
  font-size: 1.3em;
  line-height: 1.2;
  padding: 1.5em 0;
  height: auto;
}

.works-post-box .img-box p {
  margin-bottom: 0;
}

.ourworks-row-sec-n01 {
  padding: 0;
}

.ourworks-row-sec-wrapper-01 {
  margin-bottom: 4em !important;
  background: #f0f0f0;
}

.ourworks-row-sec-n01 #cat-btn,
.ourworks-row-sec-n01 #animation-list {
  list-style: none;
  padding-bottom: 5em;
}

/* .ourworks-row-sec-n01 #cat-btn li a.active span.edgtf-item-outer:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #1a1a1a;
    transform: scale(1, 1);
    transform-origin: left top;
    transition: transform .3s; 
}*/

.ourworks-row-sec-n01 #animation-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.ourworks-row-sec-n01 #animation-list li {
  padding-bottom: 3em;
}

.ul-default li {
  display: inline-block;
}

.ul-default li span.edgtf-item-outer {
  display: block;
  position: relative;
  padding: 4px 0;
}

.ul-default li span.edgtf-item-inner {
  display: inline-block;
  padding: 0 17px;
  border-width: 0px;
  position: relative;
  border-color: transparent;
  background-color: transparent;
  -webkit-transition: border-color 0.2s ease-out, background-color 0.2s ease-out;
  -moz-transition: border-color 0.2s ease-out, background-color 0.2s ease-out;
  transition: border-color 0.2s ease-out, background-color 0.2s ease-out;
}

.ul-default li span.edgtf-item-inner .edgtf-item-text:hover {
  border-bottom: 1px solid #3e3a39;
}

/* .ul-default li span.edgtf-item-inner .edgtf-item-text {
    position: relative;
}

.ul-default li .edgtf-item-outer:after {
    /* position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #1a1a1a; 
    /* transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s; 
}

/*.ul-default li:hover .edgtf-item-outer:after {
     transform: scale(1, 1);
} */

.ourworks-row-sec-n01 .performance-box {
  margin-bottom: 1.5em;
}

.ourworks-row-sec-n01 .performance-box .ofi-wrapper {
  overflow: hidden;
  width: 67%;
}

.ourworks-row-sec-n01 .performance-box .title {
  font-size: 0.9em;
  padding: 1em 0 2em;
  height: auto;
}

.ourworks-row-sec-n01 .performance-box .cat {
  margin-bottom: 0;
  font-size: 0.8em;
}

/* gallery iki */

.gal-wrap .two_columns_66_33 > .column1 {
  width: 75%;
}

.gal-wrap .two_columns_66_33 > .column2 {
  width: 25%;
}

.term-title {
  font-size: 1.5em;
  line-height: 2;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 1px;
  display: inline-block;
  border-bottom: 1px solid #3e3a39;
  margin-bottom: 50px;
}

.he-wrapper a:hover img {
  transform: scale(1.05);
  transition: all 0.3s ease !important;
}

.he-wrapper a img {
  transition: all 0.3s ease !important;
  opacity: 1 !important;
}

.works-list-wrap a:hover img {
  transform: scale(1.05);
  transition: all 0.3s ease !important;
}

.works-list-wrap a img {
  transition: all 0.3s ease !important;
  opacity: 1 !important;
}

.gal-wrap-single .content {
  min-height: auto !important;
}

@media screen and (max-width: 1000px) {
  .gal-wrap .two_columns_66_33 > .column1 {
    width: 100%;
  }
  .gal-wrap .two_columns_66_33 > .column2 {
    width: 100%;
  }
  .ourworks-row-sec-n01 .performance-box .ofi-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .works-table dt {
    width: 100%;
    float: none;
  }
  .works-table dd {
    margin-left: 0;
  }
}

/* navbar-toggle */

/* .navbar-toggle,
.navbar-toggle span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.navbar-toggle {
    position: relative;
    width: 30px;
    height: 24px;
    margin-top: 30px;
    margin-left: 10px;
}

.navbar-toggle span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 2px;
}

.navbar-toggle span:nth-of-type(1) {
    top: 0;
}

.navbar-toggle span:nth-of-type(2) {
    top: 10px;
}

.navbar-toggle span:nth-of-type(3) {
    bottom: 0;
}

.navbar-toggle.active {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.navbar-toggle.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
}

.navbar-toggle.active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

.navbar-toggle.active span:nth-of-type(3) {
    opacity: 0;
} */

/* mingle */

.works-list {
  width: 100%;
}

.works-list .cate-box {
  margin-left: 5%;
  margin-bottom: 50px;
}

.works-list .cate-box ul {
  list-style: none;
  font-size: 1.2em;
  font-weight: bold;
}

.works-list .cate-box ul li {
  display: inline-block;
  margin-left: 20px;
}

.works-list-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.5%;
  margin-bottom: 3em;
}

.works-list-wrap a {
  width: 30%;
  margin: 0.5%;
}

.works-list-wrap .sizer-elem {
  /* width: 33%; */
  margin: 0.5%;
}

.works-list-wrap a .works-list-box {
  overflow: hidden;
}

.works-list-wrap .works-list-box img {
  transition: transform 0.5s linear;
}

.works-list-wrap .works-list-box img:hover {
  /* transform: scale(1.06); */
}

.works-list-box .title {
  margin: 0.5em 0 1em;
  height: 80px;
}

.works-list-box .cat {
  margin-bottom: 3em;
}

@media screen and (max-width: 1000px) {
  .works-list {
    /* margin-top: 100px; */
  }
  .works-list-box .title {
    padding: 0 !important;
  }
  .works-list .cate-box ul {
    font-size: 0.9em;
  }
  .works-list-wrap a {
    /* width: 23.75%; */
  }
  .works-list .cate-box ul li {
    vertical-align: middle;
  }
  .works-list .cate-box {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .works-list {
    /* margin-top: 72px; */
  }
  .works-list-box .title {
    font-size: 10px;
  }
  .works-list-box .cat {
    font-size: 10px;
  }
  .works-list .cate-box {
    /* position: fixed;
        top: 100px;
        left: 0;
        right: 0;
        height: 42px; */
    background: #fff;
    margin-left: 0;
    margin-bottom: 0;
  }
  .works-list .cate-box .cate-box-view {
    overflow-x: scroll;
    /* white-space: nowrap; */
    -webkit-overflow-scrolling: touch;
    padding: 8px 0;
  }
  .works-list-wrap {
    margin-top: 42px;
  }
  .works-list-wrap a {
    width: 43%;
    box-sizing: border-box;
    margin-left: 1em;
  }
}

/* カスタム投稿 object fit */

.works-list-box .ofi-wrapper {
  height: 100%;
}

.works-list-box .ofi-wrapper img {
  width: 67%;
  height: 130px !important;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center";
  vertical-align: bottom;
}

.works-post-box .img-box .ofi-wrapper {
  height: 100%;
}

.works-post-box .img-box .ofi-wrapper img {
  width: 100%;
  height: auto !important;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center";
  vertical-align: bottom;
}

.he-wrapper .he-wrapper .ofi-wrapper {
  height: 100%;
}

.he-wrapper .ofi-wrapper img {
  width: 100%;
  height: 100px !important;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center";
  vertical-align: bottom;
}

@media screen and (max-width: 1000px) {
  .works-list-box .ofi-wrapper img {
    width: 90%;
    height: 120px !important;
  }
}

@media screen and (max-width: 767px) {
  .works-list-box .ofi-wrapper img {
    width: 100%;
    height: 80px !important;
  }
  .he-wrapper .ofi-wrapper img {
    height: 80px !important;
  }
}

/* ページャー iki*/

.news-pager .pager {
}

.blog-pager .pager {
  margin-top: 0;
  margin-bottom: 30px;
}

.pager .nth-box {
  text-align: center;
}

.pager .nth-box span,
.pager .nth-box a {
  font-size: 1.2em;
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px 13px 5px 15px;
  display: inline-block;
  margin-top: 5px;
}

.pager .nth-box span:not(:last-child),
.pager .nth-box a:not(:last-child) {
  margin-right: 10px;
}
