@charset "UTF-8";

/*-------旧テンプレート---------*/

.tcd-pb-row {
  background-color: transparent !important;
}

/*-------header_title---------*/

#header_title {
  height: 60vh;
}
@media (max-width: 768px) {
  #header_title_work {
    height: 60vh;
  }
}
.title_inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.title_inner_work {
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {
  .title_inner_inner {
    text-align: center;
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .title_inner_inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.sub_base {
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .sub_base.no_header {
    margin-top: 130px;
  }
}
@media (max-width: 768px) {
  .sub_base.no_header {
    margin-top: 70px;
  }
}
.conent_base {
  background-color: #ffffff;
}
.post-type-archive-work .conent_base {
  background-color: #000000;
  color: #ffffff;
}
.tax-work-cat .conent_base {
  background-color: #000000;
  color: #ffffff;
}
.single-work .conent_base {
  background-color: #000000;
  color: #ffffff;
}
body {
  color: #333;
}
body.single-work {
  background-color: #000000;
  color: #ffffff;
}
.single-work .breadSection .breadcrumb a {
  color: #ffffff;
}
.conent_base_blog {
  background-color: #ffffff;
}
@media (min-width: 769px) {
  .header_img {
    margin-top: 0px;
  }
  .page-id-14943 .header_img {
    margin-top: 84px;
  }
  .page-id-14943 .siteHeader {
    background: #000;
  }
  .header_scrolled.page-id-14943 .siteHeader {
    background: rgba(0, 0, 0, 0.6);
  }
}
@media (max-width: 768px) {
  .header_img,
  .page-id-14943 .header_img {
    margin-top: 70px;
  }
}
.header_img img {
  width: 100%;
}
.header_img .ytube {
  width: 100%;
  position: relative;
  height: 80vh;
}
.header_img .ytube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.header_img video {
  width: 100%;
  height: auto;
}

/*--------works archive----------*/

@media (min-width: 769px) {
  .content_work {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .content_work {
    margin-top: 50px;
  }
}
.works_title {
  padding-top: 1.6em;
  border-top: none;
  border-bottom: none;
  padding-bottom: 0.7em;
}
.works_title span {
  font-size: 1rem;
  font-weight: normal;
}
#arvhive_work_list {
  padding-bottom: 100px;
}
#arvhive_work_list .swiper-wrapper {
  height: 68.3vh;
  box-sizing: border-box;
  margin-top: 2vh;
  margin-right: 0;
}
@media (min-width: 769px) {
  #arvhive_work_list .swiper-wrapper {
    margin-left: calc((100% - 114vh) / 2);
  }
}
@media (max-width: 768px) {
  #arvhive_work_list .swiper-wrapper {
    margin-left: 5%;
  }
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
}
.works_cont {
  padding: 1px;
}
.works_cont a {
  display: block;
  position: relative;
  overflow: hidden;
}
.works_cont a .link_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.3s ease;
  color: #ffffff;
  padding: 10px;
  text-align: center;
}
.works_cont a .link_layer > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.works_cont a:hover {
  opacity: 1;
}
.works_cont a:hover .link_layer {
  opacity: 1;
}
#artcle_work {
  padding-bottom: 30px;
}
#artcle_work video {
  width: 100%;
}
@media (min-width: 769px) {
  #artcle_work {
    margin-right: 60px;
  }
}
@media (max-width: 768px) {
  #artcle_work {
    margin-right: 40px;
  }
}
#artcle_work .swiper-slide img {
  opacity: 0.1;
  transition: all 0.3s ease;
  object-fit: cover;
  /* IE: not support */
}
@media (min-width: 769px) {
  #artcle_work .swiper-slide img {
    height: 100%;
  }
}
#artcle_work .swiper-slide.swiper-slide-active img {
  opacity: 1;
}
#artcle_work .swiper-slide .works_detail_inner {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
#artcle_work .swiper-slide .works_detail_img {
  display: inline-block;
  position: relative;
}
@media (min-width: 1480px) {
  #artcle_work .swiper-slide .works_detail_img {
    height: 65vh;
  }
}
@media (min-width: 1280px) and (max-width: 1479px) {
  #artcle_work .swiper-slide .works_detail_img {
    height: 55vh;
  }
}
@media (min-width: 769px) and (max-width: 1279px) {
  #artcle_work .swiper-slide .works_detail_img {
    height: 48vh;
  }
}
@media (max-width: 768px) {
  #artcle_work .swiper-slide .works_detail_img.vertical_img {
    width: 70%;
  }
}
@media (max-width: 768px) {
  #artcle_work .swiper-wrapper {
    align-items: center;
  }
}
@media (min-width: 1480px) {
  .container.conteiner_works {
    width: 980px;
  }
}
@media (min-width: 1280px) and (max-width: 1479px) {
  .container.conteiner_works {
    width: 835px;
  }
}
@media (min-width: 769px) and (max-width: 1279px) {
  .container.conteiner_works {
    width: 735px;
  }
}
.works_caption_main {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 30px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease;
  color: #ffffff;
}
.works_caption_main:hover {
  opacity: 1;
}
.works_caption_sub {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  padding: 15px;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}
.works_caption_sub p {
  margin-bottom: 0;
}
.swiper-slide.swiper-slide-active:hover .works_caption_sub {
  opacity: 1;
}
.works_caption_l {
  width: 25%;
}
.swiper-container2 {
  position: relative;
}
.swiper-pagination-bullets {
  bottom: -30px !important;
}
.swiper-pagination-bullet {
  width: 3px !important;
  height: 3px !important;
  background: #e6e6e6 !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #bababa !important;
}

/* モーダルCSS Works用*/

.works_title_outer {
  text-align: center;
}
.modalArea2 {
  display: none;
  position: fixed;
  z-index: 9999;
  /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalBg2 {
  width: 100%;
  height: 100%;
}
.modalWrapper2 {
  position: absolute;
  top: 60%;
  left: 50%;
  height: 65vh;
  max-width: 1100px;
  padding: 30px;
  background-color: #ffffff;
  color: #000000;
  transform: translate(-50%, -50%);
}
@media (min-width: 769px) {
  .modalWrapper2 {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .modalWrapper2 {
    width: 95%;
  }
}
.closeModal2 {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}
.modal_title2 {
  border: none;
  font-size: 1.5rem;
  margin-bottom: 0.6em;
}
.modal_title2:after {
  border: none;
}

/* 以下ボタンスタイル */

button {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #282828;
  border-radius: 2px;
  cursor: pointer;
}
#openModalDetailWork {
  padding: 1.7em 0 0.7em 50px;
  cursor: pointer;
}
#openModalDetailWork span {
  border-bottom: #8f8f8f 1px solid;
}
.top_work_list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .top_work_list {
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .work_list_l {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .work_list_l {
    width: 33.3%;
  }
}
.work_list_l a {
  border: 1px solid #000000;
  display: block;
  position: relative;
  overflow: hidden;
}
.work_list_l a .link_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.3s ease;
  color: #ffffff;
  padding: 10px;
  text-align: center;
}
.work_list_l a .link_layer > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.work_list_l a:hover {
  opacity: 1;
}
.work_list_l a:hover .link_layer {
  opacity: 1;
}
.work_list_l img {
  width: 100%;
}
.work-category-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #000;
  color: #fff;
  padding: 6px 12px;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  z-index: 2;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .work-category-tag {
    top: 0;
    left: 0;
    font-size: 0.75rem;
    padding: 4px 8px;
  }
}

#link_area {
  padding-bottom: 100px;
}
.link_sub {
  border: none;
  margin: 0;
  padding-bottom: 15px;
}
.link_sub:after {
  border: none;
}
.link_list {
  list-style: none;
}
.link_list li {
  display: inline-block;
  padding: 0 20px 10px 0;
}
.link_list li a {
  color: #ffffff;
}

/*------------WORKS検索エリア-------------*/

.ac_item {
  border-bottom: 1px dotted #999999;
  padding: 50px 10px;
}
.blog_inner .ac_item {
  padding: 10px 10px 50px;
  display: none;
}
.ac_item ul {
  list-style: none;
}
@media (max-width: 768px) {
  .ac_item ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.ac_item li a {
  display: block;
  border: solid 1px #bfbfbf;
  text-align: center;
  font-weight: normal;
  border-radius: 5px;
  cursor: pointer;
  color: inherit;
  padding: 3px 12px;
}
@media (min-width: 769px) {
  .ac_item li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .ac_item li {
    width: 48%;
    margin-bottom: 20px;
  }
}
.title_inner_work .ac_item {
  border-bottom: 0;
}
.title_inner_work .ac_item li a {
  border: #ffffff 1px solid;
  color: #ffffff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}

/*-----------WORKS詳細-------------*/

.works_content_block img {
  width: 100%;
}
.works_flex {
  display: flex;
}
.works_flex_cont {
  width: 100%;
}
.fade_off {
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
.fade_on {
  opacity: 1;
}
.data_block {
  padding: 100px 0;
}
.data_inner {
  padding-bottom: 100px;
}
.data_sub_title {
  border: none;
  margin: 0;
  padding-bottom: 15px;
  font-weight: normal;
}
.data_sub_title:after {
  border: none;
}
.data_table {
  border-top: none;
}
.data_table th {
  vertical-align: top;
  border-bottom: none;
}
.data_table td {
  border-bottom: none;
}
@media (max-width: 768px) {
  #data_jp {
    margin-top: 30px;
  }
}

/*--------------side_title_bar--------------*/

.side_title_bar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 60px;
  background-color: #000000;
  color: #ffffff;
}
@media (min-width: 769px) {
  .side_title_bar {
    width: 60px;
  }
}
@media (max-width: 768px) {
  .side_title_bar {
    width: 40px;
  }
}
.side_title_bar a {
  color: #ffffff;
}
.side_title_bar a:hover {
  color: #ffffff;
}
.side_bar_txt {
  /*position: fixed;*/
  position: absolute;
  /*transform: rotate(90deg);*/
  /*right: -75px;*/
  right: 0%;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.side_bar_flex {
  /*display: flex;*/
  margin-bottom: 0;
  /*line-height: 1;*/
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: sideways;
  text-orientation: sideways;
}
.side_txt01 {
  padding-bottom: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #ffffff;
  line-height: 1;
}
.side_txt02 {
  padding-top: 20px;
  padding-right: 20px;
  line-height: 1;
}
.page_top_btn {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 30px;
  padding: 10px;
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
.page_top_btn.fade_on {
  opacity: 1;
}
@media (min-width: 769px) {
  .works_small {
    padding: 145px 18%;
  }
}
@media (max-width: 768px) {
  .works_small {
    padding: 30px;
  }
}

/*------------旧WORKS検索エリア（あとで消去）-------------*/

.acMenu {
  border-bottom: 2px dotted #999999;
}
.acMenu dt {
  font-size: 1.25rem;
  padding: 20px 10px;
  border-top: 2px dotted #999999;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.acMenu dt.open_menu .ac_icon:after {
  content: "−";
}
.acMenu dt .ac_icon {
  position: relative;
  font-size: 1.5rem;
}
.acMenu dt .ac_icon:after {
  content: "+";
  position: absolute;
  right: 0;
}
.acMenu dd {
  padding: 0px;
  display: none;
  border-left: none;
}
.acMenu dd form {
  border-top: 1px dotted #999999;
}
.acMenu dd .ac_item {
  border-bottom: 1px dotted #999999;
  padding: 20px 10px;
}
.acMenu dd .ac_item ul {
  list-style: none;
}
.acMenu dd .ac_item li {
  display: inline-block;
  min-width: 135px;
  margin-right: 30px;
  margin-bottom: 20px;
}
.acMenu dd .ac_item li input {
  display: none;
}
.acMenu dd .ac_item li input:checked + label {
  background-color: #555555;
}
.acMenu dd .ac_item li label {
  display: block;
  border: solid 1px #bfbfbf;
  text-align: center;
  font-weight: normal;
  border-radius: 5px;
  cursor: pointer;
  color: inherit;
  padding: 3px 12px;
}
.acMenu dd .ac_item li a {
  display: block;
  border: solid 1px #bfbfbf;
  text-align: center;
  font-weight: normal;
  border-radius: 5px;
  cursor: pointer;
  color: inherit;
  padding: 3px 12px;
}
.acMenu dd .ac_item.ac_cat {
  border-top: 1px dotted #999999;
  border-bottom: none;
  padding-top: 30px;
}
.acMenu .submit-btn {
  margin: 55px 0;
}
.acMenu .btn-custom {
  min-width: 212px;
  height: 56px;
  background-color: #ffffff !important;
  color: #000000 !important;
  border-radius: 0;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 55px;
  text-transform: uppercase;
  text-align: center;
  padding: 0 2.5em;
}
.acMenu .btn-clear {
  color: #ffffff;
  text-decoration: underline;
  margin-top: 30px;
}
.btn-primary {
  width: 200px;
}
.site-kikkake span.wpcf7-list-item {
  margin: 0;
  letter-spacing: -0.5px;
  font-size: 13px;
  margin-right: 10px;
}

.submit_center {
  text-align: center;
  padding-bottom: 60px;
}
.line_center {
  text-align: center;
  padding-bottom: 60px;
}
.pagenavi_footer {
  margin-top: 50px;
}
.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi a {
  padding: 5px 10px;
  background-color: #484848;
  color: #ffffff;
  margin: 0 5px;
}
.wp-pagenavi span {
  padding: 5px 10px;
  margin: 0 5px;
}
.wp-pagenavi span.current {
  background-color: #ffffff;
  color: #000000;
  border-color: #ffffff;
}
.wp-pagenavi span.extend {
  border-color: #000000;
  color: #ffffff;
}
.pages {
  display: none;
}

/*------------------blog_list------------------*/

.blog_cont_title{
  font-size: 1.75rem;
  margin-bottom: 30px;
}

.blog_title {
  border: none;
  font-size: 3.125rem;
  font-weight: bold;
}
.blog_title span {
  display: block;
  font-size: 1.125rem;
  font-weight: normal;
  padding-top: 30px;
}

/*-------旧category_list---------*/

@media (min-width: 769px) {
  .blog_category {
    margin-bottom: 98px;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .blog_category {
    margin-bottom: 49px;
  }
}
.blog_category_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 769px) {
  .blog_category_list {
    width: 49%;
  }
}
@media (max-width: 768px) {
  .blog_category_list {
    width: 100%;
  }
  .blog_category_list:first-child {
    margin-bottom: 10px;
  }
}
.blog_category_list span {
  font-weight: bold;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .blog_category_list span {
    width: 35%;
  }
}

/*-------category_list---------*/

@media (min-width: 769px) {
  .category_list_block {
    margin-bottom: 98px;
  }
}
@media (max-width: 768px) {
  .category_list_block {
    margin-bottom: 49px;
  }
}
.category_list {
  display: inline-block;
  min-width: 135px;
  margin-right: 30px;
  margin-bottom: 20px;
}

/*-------blog_list---------*/

@media (min-width: 769px) {
  .blog_list_base {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .blog_list_base {
    padding-top: 25px;
    padding-bottom: 50px;
  }
}
.blog_list_base ul {
  list-style: none;
}
@media (max-width: 992px) {
  .blog_list {
    background-color: #f1f5f6;
  }
}
.blog_list .container {
  background-color: #f1f5f6;
}
@media (min-width: 1200px) {
  .blog_list .container {
    max-width: 1260px;
  }
}
@media (min-width: 769px) {
  .blog_list .container {
    padding: 100px 0 100px;
  }
}
@media (max-width: 768px) {
  .blog_list .container {
    padding: 0px 15px;
  }
}
.blog_list .blog_inner {
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .blog_list .blog_inner {
    max-width: 1110px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog_list .blog_inner {
    max-width: 920px;
  }
}
.blog_article_list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .blog_article_list {
    justify-content: space-between;
  }
}
.blog_article {
  background-color: #ffffff;
}
@media (min-width: 769px) {
  .blog_article {
    width: 32%;
    margin-right: 2%;
  }
  .blog_article:nth-child(3n) {
    margin-right: 0%;
  }
}
@media (max-width: 768px) {
  .blog_article {
    width: 49%;
  }
}
.blog_article_img {
  position: relative;
}
.blog_entry_date {
  background-color: #000000;
  color: #ffffff;
  line-height: 1;
  position: absolute;
  top: 24px;
  left: 0;
}
@media (min-width: 769px) {
  .blog_entry_date {
    padding: 10px 30px;
  }
}
@media (max-width: 768px) {
  .blog_entry_date {
    padding: 5px 15px;
  }
}
.blog_entry_year {
  display: block;
  font-size: 0.9375rem;
}
.blog_entry_day {
  display: block;
  font-weight: bold;
}
@media (min-width: 769px) {
  .blog_entry_day {
    font-size: 1.56rem;
  }
}
@media (max-width: 768px) {
  .blog_entry_day {
    font-size: 1.2rem;
  }
}
.news_entry_title {
  padding: 15px;
}
.blog_list .wp-pagenavi {
  text-align: center;
}
.blog_list .wp-pagenavi a {
  background-color: #ffffff;
  color: #000000;
  padding: 5px 10px;
  margin: 0 5px;
}
.blog_list .wp-pagenavi span {
  padding: 5px 10px;
  margin: 0 5px;
}
.blog_list .wp-pagenavi span.current {
  background-color: #484848;
  color: #ffffff;
  border-color: #ffffff;
}
.blog_list .wp-pagenavi span.extend {
  border-color: #ffffff;
  color: #000000;
  border-color: #f1f5f6;
}

/*------------------blog_single------------------*/

@media (min-width: 769px) {
  .blog_single_base {
    margin: 100px 0 0px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .blog_single_base {
    margin: 80px 0 0px;
    padding-bottom: 50px;
  }
}
h2.blog_cont_title {
  border: none;
  margin: 0 0 30px;
}
h3.side_sub {
  border-bottom: 1px solid #000000;
  font-size: 1.56rem;
}
h3.side_sub:after {
  border-bottom: none;
}
h3.side_sub span {
  display: block;
  font-size: 0.625rem;
  padding: 15px 0;
}
h3.page_sub_h3 {
  background-color: #f2f2f2;
  padding: 15px;
}
h3.page_sub_h3.wh {
  /*background: #fff;*/
  padding-left: 0;
}
.entry_date {
  margin-top: 50px;
}
.blog_cont {
  border-top: 2px solid #000000;
}
@media (min-width: 1200px) {
  .blog_single {
    background: linear-gradient(
      90deg,
      #f1f5f6 0%,
      #f1f5f6 50%,
      #ffffff 50%,
      #ffffff 100%
    );
  }
}
.blog_single .row {
  margin-left: 0px;
  margin-right: 0px;
}
@media (min-width: 1200px) {
  .blog_single .row {
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .blog_single .row {
    padding: 0px 15px;
  }
}
@media (max-width: 768px) {
  .blog_single .container {
    background-color: #f1f5f6;
  }
}
.blog_single .blog_inner {
  background-color: #f1f5f6;
}
@media (min-width: 1200px) {
  .blog_single .blog_inner {
    width: 750px;
    padding: 30px;
  }
}
@media (min-width: 769px) and (max-width: 1359px) {
  .blog_single .blog_inner {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .blog_single .blog_inner {
    padding: 50px 0 50px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .blog_single .blog_side {
    width: 300px;
    margin-right: 5px;
  }
}
@media (max-width: 1199px) {
  .blog_single .blog_side {
    margin-top: 50px;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .back_blogtop {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .back_blogtop {
    margin-top: 50px;
  }
}
.back_blogtop a {
  display: block;
  background-color: #000000;
  padding: 25px 0;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  width: 70%;
}
.go_pickup {
  display: block;
  background-color: #000000;
  padding: 20px 0;
  text-align: center;
  margin: 30px auto 50px;
  width: 100%;
  color: #ffffff;
}
.pickup_cont a {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
.pickup_cont a img {
  width: 100%;
}
.pickup_cont .link_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.pickup_cont .link_layer > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #ffffff;
  text-shadow: 1px 2px 3px #808080;
  text-align: center;
}

/*------------special page（検討中）---------------*/

@media (min-width: 769px) {
  .page_special_base {
    padding: 100px 0 0;
  }
}
@media (max-width: 768px) {
  .page_special_base {
    padding: 50px 0;
  }
}
.page_special_base .container_inner .row {
  margin-left: 0;
  margin-right: 0;
}
.content_bg_left {
  position: relative;
  background: linear-gradient(
    90deg,
    #f1f5f6 0%,
    #f1f5f6 50%,
    #ffffff 50%,
    #ffffff 100%
  );
}
@media (min-width: 769px) {
  .content_bg_left .container .row {
    justify-content: flex-end;
  }
}
.content_bg_right {
  position: relative;
  background: linear-gradient(
    90deg,
    #ffffff 0%,
    #ffffff 50%,
    #f1f5f6 50%,
    #f1f5f6 100%
  );
}
@media (min-width: 769px) {
  .content_bg_right .container .row {
    justify-content: flex-end;
  }
}
#section01 .container_inner {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f1f5f6;
}
#section02 .container_inner {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f1f5f6;
}
#section03 .container_inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
#section04 .container_inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
#section05 .container_inner {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f1f5f6;
  padding: 0;
}
@media (min-width: 769px) {
  .page_img {
    position: absolute;
  }
  #section01 .page_img {
    left: 0;
    bottom: 100px;
    width: 40%;
  }
  #section02 .page_img {
    right: 0;
    bottom: 100px;
    width: 50%;
  }
  #section03 .page_img {
    left: 0;
    bottom: 200px;
    width: 57%;
  }
  #section04 .page_img {
    right: 0;
    bottom: 200px;
    width: 57%;
  }
}
@media (max-width: 768px) {
  .page_img {
    width: 100%;
  }
}
.page_img img {
  width: 100%;
}
@media (min-width: 769px) {
  #section01 .pege_txt {
    padding-right: 65px;
    width: 57%;
  }
  #section02 .pege_txt {
    padding-left: 65px;
    width: 45%;
  }
  #section03 .pege_txt {
    padding-right: 65px;
    width: 40%;
  }
  #section04 .pege_txt {
    padding-right: 65px;
    width: 40%;
  }
}
@media (max-width: 768px) {
  .pege_txt {
    width: 100%;
  }
  #section01 .pege_txt {
    padding: 15px;
  }
  #section02 .pege_txt {
    padding: 15px;
  }
  #section03 .pege_txt {
    padding: 15px;
  }
  #section04 .pege_txt {
    padding: 15px;
  }
}
.pege_txt p:last-child {
  margin-bottom: 0;
}
.page_subtitle {
  border: none;
}
@media (min-width: 769px) {
  #youtube01 {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  #youtube01 {
    padding: 50px 0;
  }
}
@media (min-width: 769px) {
  #youtube01 .container .row {
    justify-content: space-between;
  }
}
.ytube {
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .ytube {
    width: 48%;
    padding-top: 28%;
  }
  .page-id-15056 .ytube {
    width: 100%;
    padding-top: 60%;
  }
  .ytube.w100 {
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 30px;
  }
  .page-id-14943 .ytube.w100 {
    margin-bottom: 0;
  }
  #section04 .ytube {
    width: 100%;
    padding-top: 60%;
  }
  #youtube02 .ytube {
    width: 100%;
    padding-top: 60%;
  }
}
@media (max-width: 768px) {
  .ytube {
    width: 100%;
    padding-top: 60%;
  }
  .ytube.w100 {
    margin-bottom: 15px;
  }
}
.ytube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.ytube_center {
  width: 100%;
}
.ytube_center iframe {
  width: 100%;
  height: 100%;
}
.page-id-1017 .ytube_center iframe {
  height: 45vw;
}
@media (min-width: 769px) {
  #section02 .container .row {
    justify-content: space-between;
  }
}
@media (min-width: 769px) {
  #section02 {
    margin-bottom: 300px;
  }
}
@media (max-width: 768px) {
  #section02 {
    margin-bottom: 50px;
  }
}
.slide_img_outer {
  position: relative;
  display: block;
}
.slide_img_txt {
  position: absolute;
  left: 0;
  bottom: 20px;
}
.slide_img_txt span {
  background-color: #000000;
  color: #ffffff;
  padding: 10px 20px;
  line-height: 1;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .slide_img_txt span {
    font-size: 2.18rem;
  }
}
@media (max-width: 768px) {
  .slide_img_txt span {
    font-size: 2.18rem;
  }
}

/*swiper*/

#section02 .slide_nav {
  position: relative;
  width: 200px;
  margin: 0 auto;
  bottom: -50px;
  text-align: left;
}
#section02 .slide_nav_button {
  position: absolute;
  top: -15px;
  right: 0;
  width: 140px;
}
#section02 .swiper-container {
  padding-bottom: 70px !important;
}
#section02 .swiper-slide {
  width: 80% !important;
}
#section02 .swiper-pagination-fraction {
  width: 50px !important;
  bottom: 0 !important;
}
#section02 .swiper-pagination {
  text-align: left !important;
}
#section02 .swiper-button-next {
  background-image: url("../images/btn_next.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px !important;
  height: 50px !important;
}
#section02 .swiper-button-next:after {
  display: none;
}
#section02 .swiper-button-prev {
  background-image: url("../images/btn_prev.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px !important;
  height: 50px !important;
}
#section02 .swiper-button-prev:after {
  display: none;
}
@media (min-width: 769px) {
  #section03 .container_inner {
    position: relative;
  }
}
@media (min-width: 769px) {
  #section04 .container {
    position: relative;
  }
}
@media (min-width: 769px) {
  #section04 .container .row {
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  #section04 .container .row {
    margin-bottom: 50px;
  }
}
@media (min-width: 769px) {
  #section04 .container_inner {
    position: relative;
  }
}
@media (min-width: 769px) {
  #youtube02 {
    padding: 100px 0 300px;
  }
}
@media (max-width: 768px) {
  #youtube02 {
    padding: 50px 0;
  }
}
@media (min-width: 769px) {
  #youtube02 .container .row {
    justify-content: space-between;
  }
}
.wp-video video {
  width: 100%;
  height: 100%;
}
#section05 .container {
  padding: 0;
  background-color: #f1f5f6;
}
@media (min-width: 1200px) {
  #section05 .container {
    margin-left: calc((100vw - 1114px) / 2);
    max-width: calc(1090px + (100vw - 1090px) / 2);
  }
}
@media (min-width: 769px) {
  #section05 {
    margin: 100px 0;
  }
}
@media (max-width: 768px) {
  #section05 {
    margin: 50px 0;
  }
}
@media (max-width: 1200px) {
  #section05.content_bg_right {
    background: transparent;
  }
}
#footer_youtube {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #footer_youtube {
    flex-wrap: wrap;
  }
}
@media (min-width: 769px) {
  #footer_youtube .ytube {
    width: 25%;
    padding-top: 12.5%;
  }
}
@media (max-width: 768px) {
  #footer_youtube .ytube {
    width: 50%;
    padding-top: 25%;
  }
}

/*-----tab-------*/

#tab_menu {
  width: 100%;
  list-style: none;
}
@media (min-width: 769px) {
  #tab_menu {
    display: flex;
  }
}
#tab_menu li {
  display: block;
  text-align: center;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
  padding: 20px 0;
  border-left: 1px solid #f1f5f6;
}
#tab_menu li:first-of-type {
  border-left: none;
}
@media (min-width: 769px) {
  #tab_menu li {
    border-left: 1px solid #f1f5f6;
  }
  #tab_menu li:first-of-type {
    border-left: none;
  }
}
@media (max-width: 768px) {
  #tab_menu li {
    border-top: 1px solid #f1f5f6;
  }
  #tab_menu li:first-of-type {
    border-top: none;
  }
  #tab_menu li:last-of-type {
    border-bottom: 1px solid #000000;
  }
}
#tab_menu li.active {
  background-color: #f1f5f6;
  color: #000000;
}
@media (min-width: 769px) {
  #tab_menu li {
    width: 20%;
  }
}
@media (max-width: 768px) {
  #tab_menu li {
    width: 100%;
  }
}
#tab_boxes {
  background-color: #f1f5f6;
}
.tab_box {
  width: 100%;
}
@media (min-width: 769px) {
  .tab_box {
    padding: 100px;
  }
}
@media (max-width: 768px) {
  .tab_box {
    padding: 25px;
  }
}
@media (min-width: 769px) {
  .tab_flex li {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
}
@media (min-width: 769px) {
  .tab_row {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .tab_row {
    width: 100%;
  }
}
.tab_title {
  border: none;
}
.tab_title:after {
  border: none;
}
@media (min-width: 769px) {
  .tab_txt {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .tab_txt {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) {
  .tab_cont {
    width: 48%;
    text-align: right;
  }
}
@media (max-width: 768px) {
  .tab_cont {
    width: 100%;
  }
}
#tab_menu2 {
  width: 100%;
  list-style: none;
  /*background-color: #000000;*/
}
@media (min-width: 769px) {
  #tab_menu2 {
    display: flex;
    flex-wrap: wrap;
  }
}
#tab_menu2 li {
  display: block;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
  padding: 20px 0;
  border-left: 1px solid #f1f5f6;
}
@media (min-width: 769px) {
  #tab_menu2 li {
    border-left: 1px solid #f1f5f6;
    border-bottom: 1px solid #f1f5f6;
  }
  #tab_menu2 li:first-of-type {
    border-left: none;
  }
  #tab_menu2 li:last-of-type {
    border-right: 1px solid #f1f5f6;
  }
}
@media (max-width: 768px) {
  #tab_menu2 li {
    border-top: 1px solid #f1f5f6;
  }
  #tab_menu2 li:first-of-type {
    border-top: none;
  }
  #tab_menu2 li:last-of-type {
    border-bottom: 1px solid #000000;
  }
}
#tab_menu2 li.active {
  background-color: #f1f5f6;
  color: #000000;
}
@media (min-width: 769px) {
  #tab_menu2 li {
    width: 33.3%;
  }
}
@media (max-width: 768px) {
  #tab_menu2 li {
    width: 100%;
  }
}
#tab_boxes2 {
  background-color: #f1f5f6;
}
.tab_box2 {
  width: 100%;
}
@media (min-width: 769px) {
  .tab_box2 {
    padding: 100px;
  }
}
@media (max-width: 768px) {
  .tab_box2 {
    padding: 25px;
  }
}
#tab_menu3 {
  width: 100%;
  list-style: none;
  background-color: #000000;
}
@media (min-width: 769px) {
  #tab_menu3 {
    display: flex;
    flex-wrap: wrap;
  }
}
#tab_menu3 li {
  display: block;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
  padding: 20px 0;
  border-left: 1px solid #f1f5f6;
}
@media (min-width: 769px) {
  #tab_menu3 li {
    border-left: 1px solid #f1f5f6;
    border-bottom: 1px solid #f1f5f6;
  }
  #tab_menu3 li:first-of-type {
    border-left: none;
  }
  #tab_menu3 li:last-of-type {
    border-right: 1px solid #f1f5f6;
  }
}
@media (max-width: 768px) {
  #tab_menu3 li {
    border-top: 1px solid #f1f5f6;
  }
  #tab_menu3 li:first-of-type {
    border-top: none;
  }
  #tab_menu3 li:last-of-type {
    border-bottom: 1px solid #000000;
  }
}
#tab_menu3 li.active {
  background-color: #f1f5f6;
  color: #000000;
}
@media (min-width: 769px) {
  #tab_menu3 li {
    width: 25%;
  }
  .pb_tab #tab_menu3 li {
    width: 20%;
  }
}
@media (max-width: 768px) {
  #tab_menu3 li {
    width: 100%;
  }
}
#tab_boxes3 {
  background-color: #f1f5f6;
}
.tab_box3 {
  width: 100%;
}
@media (min-width: 769px) {
  .tab_box3 {
    padding: 100px;
  }
}
@media (max-width: 768px) {
  .tab_box3 {
    padding: 25px;
  }
}
.q_button {
  display: inline-block;
  padding: 10px;
  color: #ffffff;
  background-color: #000000;
}
a.q_button:hover {
  color: #ffffff;
}

/*------------special page（旧サイト流用分）---------------*/

h3.pb_headline {
  border: none;
  font-weight: bold;
  font-size: 1.25rem;
}
h3.pb_headline:after {
  border: none;
}
h3.widget-title {
  border: none;
  font-weight: bold;
  font-size: 1.25rem;
}
h3.widget-title:after {
  border: none;
}
.pb-widget-image img {
  width: 100%;
}
.tcd-pb-row.row1 .widget2 {
  padding: 0 0 30px;
}
.tcd-pb-row.row1 .widget3 {
  padding: 0 0 30px;
}
.tcd-pb-row.row1 .widget4 {
  padding: 0 0 60px;
}
.tcd-pb-row.row1 .work_list {
  display: flex;
  flex-wrap: wrap;
  background-color: #000000;
}
@media (min-width: 769px) {
  .tcd-pb-row.row1 .work_list .box {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row1 .work_list .box {
    width: 33.3%;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row2 {
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .tcd-pb-row.row2 {
    padding: 0 30px 30px;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row2 .tcd-pb-col {
    width: 33.3%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row2 .tcd-pb-col {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row2 .tcd-pb-col.col_harf {
    width: 50%;
    padding-bottom: 3%;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row2 .tcd-pb-col.col_harf .ytube {
    padding-top: 60%;
  }
}
.tcd-pb-row.row2 .tcd-pb-col .ytube {
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {
  .tcd-pb-row.row2 .tcd-pb-col .ytube {
    padding-top: 70%;
  }
}
.tcd-pb-row.row277 {
  /*padding: 60px 0px;*/
  margin-left: -15px;
  margin-right: -15px;
  background-color: #f2f2f2 !important;
}
@media (min-width: 769px) {
  .tcd-pb-row.row277 {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row277 .col1 {
    width: 36%;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row277 .col1 {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row277 .col2 {
    width: 64%;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row277 .col2 {
    width: 100%;
  }
}
.tcd-pb-row.row277 .tcd-pb-col {
  padding: 0 15px;
}
.tcd-pb-row.row3 {
  padding: 0 0 30px;
}
.tcd-pb-row .well3 {
  margin: 2em 0 2.5em;
  padding: 1em 1.5em;
  line-height: 2;
  border: 1px dashed #cdcdcd;
  background: #fcfcfc;
}
.tcd-pb-row.row4 {
  padding: 0 0 30px;
}
@media (min-width: 769px) {
  .tcd-pb-row.row4 {
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row4 .tcd-pb-col {
    width: 50%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row4 .tcd-pb-col {
    width: 100%;
  }
}
.tcd-pb-row.row5 {
  padding: 0 0px 30px;
}
@media (min-width: 769px) {
  .tcd-pb-row.row5 {
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row5 .tcd-pb-col {
    width: 50%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row5 .tcd-pb-col {
    width: 100%;
  }
}
.tcd-pb-row.row6 {
  padding: 30px 0;
}
.tcd-pb-row.row6.mg20 {
  padding: 40px 0;
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 768px) {
  .tcd-pb-row.row6.mg20 {
    margin: 0;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row6.mg20 .tcd-pb-col {
    padding: 0 20px;
  }
}
.tcd-pb-row.row6.mg25 {
  padding: 50px 0;
  margin-left: -25px;
  margin-right: -25px;
}
@media (max-width: 768px) {
  .tcd-pb-row.row6.mg25 {
    margin: 0;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row6.mg25 .tcd-pb-col {
    padding: 0 25px;
  }
}
.tcd-pb-row.row6.mg30 {
  padding: 60px 0;
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 768px) {
  .tcd-pb-row.row6.mg30 {
    margin: 0;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row6.mg30 .tcd-pb-col {
    padding: 0 30px;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row6 {
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row6 .tcd-pb-col {
    width: 33.3%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row6 .tcd-pb-col {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row6 .tcd-pb-col.col_harf {
    width: 50%;
    padding-bottom: 3%;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row6 .tcd-pb-col.col_harf .ytube {
    padding-top: 60%;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row6 .row_gray {
    margin-bottom: 10px;
  }
}
.tcd-pb-row.row6b {
  padding: 30px 0;
  margin-left: -15px;
  margin-right: -15px;
  background-color: #f2f2f2 !important;
  margin-bottom: 60px;
}
.tcd-pb-row.row7 {
  padding: 30px 0;
  margin-left: -15px;
  margin-right: -15px;
  background-color: #f2f2f2 !important;
  margin-bottom: 60px;
}
.tcd-pb-row.row7.mg20 {
  padding: 40px 0;
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 769px) {
  .tcd-pb-row.row7.mg20 .tcd-pb-col {
    padding: 0 20px;
  }
}
.tcd-pb-row.row7.mg25 {
  padding: 50px 0;
  margin-left: -25px;
  margin-right: -25px;
}
@media (min-width: 769px) {
  .tcd-pb-row.row7.mg25 .tcd-pb-col {
    padding: 0 25px;
  }
}
.tcd-pb-row.row7.mg30 {
  padding: 60px 0;
  margin-left: -30px;
  margin-right: -30px;
}
@media (min-width: 769px) {
  .tcd-pb-row.row7.mg30 .tcd-pb-col {
    padding: 0 30px;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row7 {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row7 .tcd-pb-col {
    width: 33.3%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row7 .tcd-pb-col {
    width: 100%;
  }
}
.tcd-pb-row.row8 {
  padding: 0 0 30px;
}
.tcd-pb-row.row9 {
  padding: 0 0 30px;
}
@media (min-width: 769px) {
  .tcd-pb-row.row9 {
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row9 .col1 {
    width: 50%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row9 .col1 {
    width: 100%;
  }
}
.tcd-pb-row.row9 .col1 .ytube {
  width: 100%;
  height: 100%;
  padding-top: 60%;
}
@media (min-width: 769px) {
  .tcd-pb-row.row9 .col2 {
    width: 50%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row9 .col2 {
    width: 100%;
  }
}
.tcd-pb-row.row9 .col2 .ytube {
  width: 100%;
  height: 100%;
  padding-top: 60%;
}
.tcd-pb-row.row10 {
  padding: 0 0 30px;
}
@media (min-width: 769px) {
  .tcd-pb-row.row10 {
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row10 .col1 {
    width: 50%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row10 .col1 {
    width: 100%;
  }
}
.tcd-pb-row.row10 .col1 .ytube {
  width: 100%;
  height: 100%;
  padding-top: 60%;
}
@media (min-width: 769px) {
  .tcd-pb-row.row10 .col2 {
    width: 50%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row10 .col2 {
    width: 100%;
  }
}
.tcd-pb-row.row10 .col2 .ytube {
  width: 100%;
  height: 100%;
  padding-top: 60%;
}
.tcd-pb-row.row11 {
  padding: 0 0 30px;
}
@media (min-width: 769px) {
  .tcd-pb-row.row11 {
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row11 .col1 {
    width: 50%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row11 .col1 {
    width: 100%;
  }
}
.tcd-pb-row.row11 .col1 .ytube {
  width: 100%;
  height: 100%;
  padding-top: 60%;
}
@media (min-width: 769px) {
  .tcd-pb-row.row11 .col2 {
    width: 50%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row11 .col2 {
    width: 100%;
  }
}
.tcd-pb-row.row11 .col2 .ytube {
  width: 100%;
  height: 100%;
  padding-top: 60%;
}
.tcd-pb-row.row12 {
  padding: 0 0 30px;
}
@media (min-width: 769px) {
  .tcd-pb-row.row12 {
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row12 .col1 {
    width: 50%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row12 .col1 {
    width: 100%;
  }
}
.tcd-pb-row.row12 .col1 .ytube {
  width: 100%;
  height: 100%;
  padding-top: 60%;
}
@media (min-width: 769px) {
  .tcd-pb-row.row12 .col2 {
    width: 50%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row12 .col2 {
    width: 100%;
  }
}
.tcd-pb-row.row12 .col2 .ytube {
  width: 100%;
  height: 100%;
  padding-top: 60%;
}
.tcd-pb-row.row13 {
  padding: 0 0 30px;
}
@media (min-width: 769px) {
  .tcd-pb-row.row13 {
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row13 .col1 {
    width: 50%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row13 .col1 {
    width: 100%;
  }
}
.tcd-pb-row.row13 .col1 .ytube {
  width: 100%;
  height: 100%;
  padding-top: 60%;
}
@media (min-width: 769px) {
  .tcd-pb-row.row13 .col2 {
    width: 50%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row13 .col2 {
    width: 100%;
  }
}
.tcd-pb-row.row13 .col2 .ytube {
  width: 100%;
  height: 100%;
  padding-top: 60%;
}
.tcd-pb-row.row14 {
  padding: 0 0 30px;
}
@media (min-width: 769px) {
  .tcd-pb-row.row14 {
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row14 .col1 {
    width: 50%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row14 .col1 {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row14 .col2 {
    width: 50%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row14 .col2 {
    width: 100%;
  }
}
.tcd-pb-row.row14 .col2 .ytube {
  width: 100%;
  height: 100%;
  padding-top: 60%;
}
.tcd-pb-row.row15 {
  padding: 60px 0 30px;
}
@media (min-width: 769px) {
  .tcd-pb-row.row15 {
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row15 .col1 {
    width: 50%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row15 .col1 {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row15 .col2 {
    width: 50%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row15 .col2 {
    width: 100%;
  }
}
.tcd-pb-row.row15 .col2 .ytube {
  width: 100%;
  height: 100%;
  padding-top: 60%;
}
.tcd-pb-row.row15b {
  padding: 0 0 30px;
}
@media (min-width: 769px) {
  .tcd-pb-row.row15b {
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row15b .col1 {
    width: 25%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row15b .col1 {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row15b .col2 {
    width: 25%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row15b .col2 {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row15b .col3 {
    width: 25%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row15b .col3 {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row15b .col4 {
    width: 25%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row15b .col4 {
    width: 100%;
  }
}
.tcd-pb-row.row16 {
  padding: 60px 0;
  background-color: #f2f2f2 !important;
}
@media (min-width: 769px) {
  .tcd-pb-row.row16 {
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row16 .col1 {
    width: 50%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row16 .col1 {
    width: 100%;
  }
}
.tcd-pb-row.row16 .col1 .ytube {
  width: 100%;
  height: 100%;
  padding-top: 60%;
}
@media (min-width: 769px) {
  .tcd-pb-row.row16 .col2 {
    width: 50%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row16 .col2 {
    width: 100%;
  }
}
.tcd-pb-row.row16 .col2 .ytube {
  width: 100%;
  height: 100%;
  padding-top: 60%;
}
.tcd-pb-row.row16b {
  padding: 30px;
  margin-bottom: 60px;
  background-color: #f2f2f2 !important;
}
@media (min-width: 769px) {
  .tcd-pb-row.row16b {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row16b .col1 {
    width: 30%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row16b .col1 {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row16b .col2 {
    width: 70%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row16b .col2 {
    width: 100%;
  }
}
.tcd-pb-row.row16b .col2 .ytube {
  width: 100%;
  height: 100%;
  padding-top: 60%;
}
.tcd-pb-row.row16c {
  padding: 30px;
  margin-bottom: 60px;
  background-color: #f2f2f2 !important;
}
@media (min-width: 769px) {
  .tcd-pb-row.row16c {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row16c .col1 {
    width: 50%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row16c .col1 {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row16c .col2 {
    width: 50%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row16c .col2 {
    width: 100%;
  }
}
.tcd-pb-row.row16c .col2 .ytube {
  width: 100%;
  height: 100%;
  padding-top: 60%;
}
.tcd-pb-row.row17 {
  padding: 0 0 60px;
}
.tcd-pb-row.row17 .widget1 {
  margin-bottom: 60px;
}
.tcd-pb-row.row17 .widget4 {
  margin-bottom: 60px;
}
.tcd-pb-row.row17 .error {
  text-align: center;
  color: #ff0004;
  margin-bottom: 30px;
}
.tcd-pb-row.row17 .btn_wrap {
  text-align: center;
}
.tcd-pb-row.row17 .calculation_btn {
  width: 300px;
}
.tcd-pb-row.row18 {
  padding: 0 0 60px;
}
@media (min-width: 769px) {
  .tcd-pb-row.row18 {
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row18 .col1 {
    width: 50%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row18 .col1 {
    width: 100%;
  }
}
.tcd-pb-row.row18 .col1 .ytube {
  width: 100%;
  height: 100%;
  padding-top: 60%;
}
@media (min-width: 769px) {
  .tcd-pb-row.row18 .col2 {
    width: 50%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row18 .col2 {
    width: 100%;
  }
}
.tcd-pb-row.row18 .col2 .ytube {
  width: 100%;
  height: 100%;
  padding-top: 60%;
}
.tcd-pb-row.row18 .q_button {
  margin-top: 30px;
}
.tcd-pb-row.row19 {
  padding: 0 0 30px;
}
.tcd-pb-row.row19 .q_button {
  margin-top: 30px;
}
.tcd-pb-row.row20 {
  padding: 30px 0;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 769px) {
  .tcd-pb-row.row20 {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row20 .tcd-pb-col {
    width: 33.3%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row20 .tcd-pb-col {
    width: 100%;
  }
}
.tcd-pb-row.row21 {
  padding: 30px 0;
}
.tcd-pb-row.row22 {
  padding: 30px 0;
}
@media (min-width: 769px) {
  .tcd-pb-row.row22 {
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row22 .col1 {
    width: 50%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row22 .col1 {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row22 .col2 {
    width: 50%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row22 .col2 {
    width: 100%;
  }
}
.tcd-pb-row.row22 .col2 .ytube {
  width: 100%;
  height: 100%;
  padding-top: 60%;
}
.tcd-pb-row.row22 .q_button {
  margin-top: 30px;
}
.tcd-pb-row.row23 {
  padding: 30px 0;
  /*background-color: #f1f5f6 !important;*/
  background-color: #f2f2f2;
}
@media (min-width: 769px) {
  .tcd-pb-row.row23 {
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row23 .col1 {
    width: 50%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row23 .col1 {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row23 .col2 {
    width: 50%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row23 .col2 {
    width: 100%;
  }
}
.tcd-pb-row.row23 .col2 .ytube {
  width: 100%;
  height: 100%;
  padding-top: 60%;
}
.tcd-pb-row.row24 {
  padding: 30px 0;
}
.tcd-pb-row.row24 .q_button {
  margin-top: 30px;
}
.tcd-pb-row.row25 {
  padding: 30px 0;
}
@media (min-width: 769px) {
  .tcd-pb-row.row25 {
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row25 .col1 {
    width: 70%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row25 .col1 {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row25 .col2 {
    width: 30%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row25 .col2 {
    width: 100%;
  }
}
.tcd-pb-row.row25 .col2 .pb-widget-editor {
  padding: 30px;
  background-color: #f1f5f6 !important;
}
.tcd-pb-row.row26 {
  margin: 60px 0 0;
}
.tcd-pb-row.row28 {
  padding: 30px 0;
}
@media (min-width: 769px) {
  .tcd-pb-row.row28 {
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row28 .col1 {
    width: 33.3%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row28 .col1 {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row28 .col2 {
    width: 33.3%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row28 .col2 {
    width: 100%;
  }
}
.tcd-pb-row.row28 .col2 .pb-widget-editor {
  padding: 30px;
}
@media (min-width: 769px) {
  .tcd-pb-row.row28 .col3 {
    width: 33.3%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row28 .col3 {
    width: 100%;
  }
}
.tcd-pb-row.row29 {
  padding: 30px 0;
}
@media (min-width: 769px) {
  .tcd-pb-row.row29 {
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row29 .col1 {
    width: 33.3%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row29 .col1 {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row29 .col2 {
    width: 66.6%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row29 .col2 {
    width: 100%;
  }
}
.tcd-pb-row.row29 .col2 .pb-widget-editor {
  padding: 30px;
}
.tcd-pb-row.row30 {
  padding: 100px 0;
}
@media (min-width: 769px) {
  .tcd-pb-row.row30 {
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 769px) {
  .tcd-pb-row.row30 .col1 {
    padding: 0 15px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .tcd-pb-row.row30 .col1 {
    width: 100%;
  }
}
.row_gray {
  background-color: #f2f2f2 !important;
  /*height: 100%;*/
}
.work_list .box_inner .content {
  position: relative;
}
.work_list .image {
  display: block;
  width: 100%;
  height: 100%;
}
.work_list .image img {
  width: 100%;
}
.work_list .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.3s ease;
  color: #ffffff;
  padding: 10px;
}
.work_list .title a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
}
.work_list .title:hover {
  opacity: 1;
}
.estimate-input {
  margin-bottom: 30px;
}
.estimate-input th {
  background-color: #f2f2f2;
}
.rough-estimate {
  margin-top: 30px;
}
.rough-estimate th {
  background-color: #f2f2f2;
}
.your-calculation .pc_none {
  display: none;
}
.your-calculation .estimate-result {
  display: none;
}
.your-calculation .detail-item-1 {
  background-color: #f5f5f5;
}
.your-calculation .detail-item-2 {
  background-color: #f3ffff;
}
.your-calculation .detail-item-3 {
  background-color: #f5fdf7;
}
.your-calculation .detail-item-4 {
  background-color: #fffdf2;
}
.your-calculation .detail-item-5 {
  background-color: #fff9f6;
}
.detail-title {
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  margin-top: 30px;
}
.hide {
  display: none;
}
.detail-item {
  margin-bottom: 15px;
  border: solid 1px #bbb;
}
.detail-item .text {
  padding: 0 30px 30px;
}
.detail-item em {
  font-style: normal;
}
.detaile-item-title {
  text-align: center;
  font-weight: bold;
  font-size: 1.125rem;
  border-bottom: solid 1px #bbb;
  padding: 5px 0;
}
.detaile-item-subtitle {
  font-weight: bold;
  padding-left: 30px;
}
.price {
  padding-right: 30px;
  text-align: right;
  text-decoration: underline;
  font-weight: bold;
}
.osys a {
  display: block;
  width: 300px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding: 15px 0;
  margin: 0 auto 30px;
}
.osys-inner {
  display: none;
}
.osys-inner .item {
  background-color: #f5f5f5;
  margin-bottom: 15px;
  border: solid 1px #bbb;
}
.osys-inner .item p {
  padding-left: 30px;
  padding-right: 30px;
}
.osys-inner .item p:first-of-type {
  padding-top: 30px;
}
.osys-inner .ptitle {
  text-align: center;
  font-weight: bold;
  font-size: 1.125rem;
  background-color: #e2e2e2;
  padding: 5px 0;
}
.merumaga {
  position: relative;
}
.merumaga iframe {
  position: absolute;
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .merumaga iframe {
    position: relative;
    height: 510px;
  }
}
.ricoh-theta-spherical-image {
  margin: auto;
}
.twin_slider {
  background-color: #f2f2f2 !important;
  padding-top: 40px !important;
}
.twin_slider .swiper-container2 {
  height: 360px;
  overflow: hidden;
  margin-bottom: 15px;
}
.twin_slider .swiper-slide {
  height: 360px;
  overflow: hidden;
}
.twin_slider > img {
  object-fit: cover;
  /* IE: not support */
  width: 100%;
  height: 100%;
}
.pb-widget-googlemap iframe {
  width: 100%;
  height: 350px;
}
#related_post {
  padding: 30px 0;
}
#related_post ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0;
}
#related_post ol li {
  padding: 0 15px;
}
@media (min-width: 769px) {
  #related_post ol li {
    width: 25%;
  }
}
@media (max-width: 768px) {
  #related_post ol li {
    width: 50%;
  }
}
#related_post .title {
  font-size: 0.875rem;
}
.tcd-pb-widget ul.merit_list {
  padding-left: 0;
}
.tcd-pb-widget table {
  margin-bottom: 30px;
}
.tcd-pb-widget table td {
  border: 1px solid #bbb;
  padding: 10px 15px;
  line-height: 2.2;
  background: #fff;
}
.tcd-pb-widget .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.tcd-pb-widget .flex .img {
  width: 120px;
}
.tcd-pb-widget .flex .text {
  flex: 2;
  margin-left: 1.5em;
}
.tcd-pb-widget .flex .img_right {
  order: 2;
}
.tcd-pb-widget .flex .img_right + .text {
  margin-left: 0;
  margin-right: 1.5em;
}
.bt_red {
  background: #c01f0e;
  color: #fff;
}
.style4a {
  font-size: 1.125rem;
  font-weight: bold;
}
.well2 {
  margin: 1em 0 30px;
  padding: 1em 1.5em;
  line-height: 2;
  border: 1px solid #cdcdcd;
  background: #fcfcfc;
}
.well2 h5 {
  font-size: 1.125rem;
}
.alignnone {
  margin: auto;
  display: block;
}
.text-center {
  text-align: center;
}
@media (min-width: 769px) {
  .post_col-2 {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .post_col-2 {
    width: 100%;
  }
}

/*padding調整*/

@media (min-width: 769px) {
  .pb-100 {
    padding-bottom: 100px !important;
  }
  .pb-30 {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .pb-100 {
    padding-bottom: 50px !important;
  }
  .pb-30 {
    padding-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .pt-100 {
    padding-top: 100px !important;
  }
}
@media (max-width: 768px) {
  .pt-100 {
    padding-top: 50px !important;
  }
}
@media (min-width: 769px) {
  .ptb-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
@media (max-width: 768px) {
  .ptb-100 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media (min-width: 769px) {
  .mb-100 {
    margin-bottom: 100px !important;
  }
}
@media (max-width: 768px) {
  .mb-100 {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 769px) {
  .ptpc-15 {
    padding-top: 15px;
  }
}
@media (max-width: 768px) {
  .ptpc-15 {
    padding-top: 0px !important;
  }
}
.ht-100 {
  height: 100%;
}
.pb-widget-image {
  margin-bottom: 10px;
}
.wpcf7-form label {
  width: 100%;
}
.align_center {
  text-align: center;
}
.eizen_list {
  padding-left: 24px;
}
.slideshow_content {
  /*overflow: hidden;
  height: 380px;*/
}
.post-type-archive-work #header_title_work {
  background-color: rgba(0, 0, 0, 0.4);
}
.post-type-archive-work #bg-video {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
.page-template .panel-has-style > .panel-row-style {
  align-items: center;
}
.display-none {
  display: none !important;
}

/*
.page-template-page_siteorigin .row_gray {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.page-template-page_siteorigin .mejs-container .mejs-mediaelement iframe {
  width: 100%;
  height: 320px;
}
*/

#section_merit {
  margin-top: 80px;
}
#section_merit .d-flex {
  flex-wrap: wrap;
}
#section_merit li {
  width: calc(100% / 3);
  text-align: center;
  list-style: none;
}
#section_merit li img {
  max-width: none;
  width: 100%;
}
#section_consultation {
  padding: 80px 0;
  background-color: #f2f2f2 !important;
}
#section_consultation video {
  width: 100%;
  margin: 0 auto 0;
}
#section_consultation .col2 {
  width: 46%;
}
#section_consultation p {
  font-size: 14px;
  line-height: 1.7;
}
#section_consultation h4 {
  margin: 15px 0 0px;
  font-size: 20px;
}
#section_consultation h3 {
  font-size: 22px;
  margin: 20px 0 15px;
}
@media (max-width: 768px) {
  #section_merit li {
    width: calc(100%);
  }
  #section_consultation .col2 {
    width: 100%;
  }
  #section_consultation h4 {
    font-size: 18px;
  }
  #section_consultation h3 {
    font-size: 20px;
  }
}
.page-id-15056 #bg-video {
  position: relative;
  height: auto;
  top: 0;
  left: 0;
  transform: translate(0);
  width: 100%;
}
.page-id-15056 .title_inner {
  position: absolute;
  z-index: 2;
}
.page-id-15056 #header_title {
  height: auto;
  position: relative;
}
.page .youtube_wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.page .youtube_wrap iframe {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page .page_special_base .display_none {
  display: none !important;
}
.page .col-md-6 video {
  width: 100%;
}
.veu_flowBox {
  position: relative;
}
.veu_flowBox dl {
  display: block;
  overflow: hidden;
  padding: 20px 25px;
  border: 1px solid #9d9d9d;
  margin: 0;
  margin-bottom: 100px;
}
.veu_flowBox:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ccc transparent transparent transparent;
  bottom: -60px;
  border-width: 20px 20px 0 20px;
}
.veu_flowBox:last-child:after {
  content: none;
}
.veu_flowBox:last-child dl {
  margin-bottom: 0;
}
.veu_flowBox dd,
.veu_flowBox dt {
  border: none;
}
.page-id-1135 .q_button {
  margin-top: 15px;
}
.page-id-1135 span.wpcf7-list-item {
  display: block;
}
.page-id-1135 .full-wide {
  background-color: #f2f2f2 !important;
}
.page-id-1135 #pg-1135-0 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .veu_flowBox dl {
    display: block;
    overflow: hidden;
    padding: 10px 10px;
    border: 1px solid #9d9d9d;
    margin: 0;
    margin-bottom: 50px;
  }
  .veu_flowBox:after {
    bottom: -30px;
    border-width: 15px 15px 0 15px;
  }
}
.cd-upload-btn {
  padding: 5px 10px;
  background: #797979;
  color: #fff;
}
.tcd-pb-col .col-md-4 video {
  width: 100%;
  margin-top: 20px;
}
.work_list.all {
  display: flex;
  flex-wrap: wrap;
}
.work_list.all .box {
  position: relative;
}
.work_list.all .box a:hover {
  opacity: 1;
}
.work_list.all .box .title {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .work_list.all .box {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .work_list.all .box {
    width: 33.3%;
  }
}
.page_special_base .blog_list {
  margin-bottom: 40px;
  position: relative;
  background-color: #fff;
}
.page_special_base .blog_list h3 {
  margin-bottom: 0;
}
.page_special_base .blog_list li {
  list-style: none;
  padding: 4px 8px;
}
.page_special_base .blog_list li::before {
  display: inline-block;
  vertical-align: middle;
  /*以下白丸つくる*/
  content: "";
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
  margin-right: 8px;
}
.page_special_base .blog_list .text {
  height: 170px;
  overflow: hidden;
}
.page_special_base .blog_list .show_more {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  padding-top: 60px;
  text-align: center;
  line-height: 30px;
  background: linear-gradient(
    180deg,
    rgb(255, 255, 255, 0) 0%,
    rgb(255, 255, 255, 1) 70%
  );
  cursor: pointer;
  transition: bottom 0.2s;
}
.page_special_base .blog_list .active {
  background: none;
  bottom: -30px;
}
.page_special_base .blog_list .show_more span {
  background-color: rgba(0, 0, 0, 1);
  color: #ffffff;
  padding: 10px;
}
.qa_box .accordion > .card,
.blog_list.accordion > .card {
  border-radius: 0;
}
.qa_box .accordion > .card > .card-header,
.blog_list.accordion > .card > .card-header {
  padding: 0;
}
.qa_box .accordion > .card > .card-header a {
  padding: 10px 15px 10px 2rem;
  display: block;
  position: relative;
}
.blog_list.accordion > .card > .card-header a {
  padding: 10px 15px;
  display: block;
  position: relative;
}
.qa_box .accordion > .card > .card-header h4 {
  font-size: 0.9375rem;
  padding-left: 15px;
}
.blog_list.accordion > .card > .card-header h3 {
  font-size: 1rem;
  padding-bottom: 0;
  margin-bottom: 0;
}
.qa_box .accordion > .card > .card-header a:before {
  content: "Q：";
  position: absolute;
  left: 0;
}
.qa_box .accordion > .card > .card-header a:after,
.blog_list.accordion > .card > .card-header a:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 20px;
  right: 18px;
}
.qa_box .card-body,
.blog_list .card-body {
  padding: 15px;
}
.qa_box .card-body p {
  position: relative;
  padding-left: 2rem;
  line-height: 1.5;
}
.qa_box .card-body p::before {
  content: "A：";
  position: absolute;
  left: 0;
}
.qa_box .accordion_wrap {
  margin-bottom: 4em;
}
.qa_box h3 {
  font-size: 1.35rem;
}
@media (max-width: 768px) {
  .qa_box .accordion > .card > .card-header a:after,
  .blog_list.accordion > .card > .card-header a:after {
    width: 7px;
    height: 7px;
    top: 15px;
    right: 12px;
  }
  .qa_box .accordion > .card > .card-header a {
    padding: 10px 16px 10px 2rem;
  }
  .blog_list.accordion > .card > .card-header a {
    padding: 10px 17px 10px 10px;
  }
}
.side_youtube iframe {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.side_youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.bg-gray {
  background-color: #e5e5e5;
}
#calculation-result {
  margin-top: 4em;
}
.btn_wrap {
  margin-top: 36px;
  text-align: center;
}
.quotation1,
.quotation2 {
  margin: 3em 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: none;
}
.quotation2 {
  margin-top: 0;
}
.quotation1 dl,
.quotation2 dl {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
}
.quotation1 dd,
.quotation1 dt,
.quotation2 dd,
.quotation2 dt {
  width: 15%;
  padding: 6px 5px;
  margin: 0;
  border-left: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}
.quotation1 dd {
  width: 12%;
}
.quotation2 dd {
  width: 30%;
}
.quotation2 dd:first-child {
  text-align: right;
}
.quotation2 dd:last-child {
  border-right: none;
  width: 40%;
}
.quotation1 dt {
  padding-left: 5px;
}
.quotation1 dt:first-child,
.quotation2 dt:first-child {
  border: none;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  width: 10%;
}
.quotation2 dt:first-child {
  width: 30%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.quotation1.ttl_head dt:first-child {
  width: 25%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.quotation1.ttl_head dd {
  width: 24%;
}
.quotation1 dd {
  text-align: right;
}
.quotation1 dd:last-child {
  width: 51%;
  text-align: left;
  border-right: none;
}
.quotation1 dt.bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.quotation1 .bg-gray dt:first-child {
  width: 37%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.quotation1.ttl_head .bg-gray dt:first-child {
  width: 25%;
}
.quotation1.ttl_head {
}
.q_button {
  width: 300px;
  border-radius: 0;
}
@media (max-width: 768px) {
  .quotation1 dt:first-child {
    width: 100%;
    background: #333;
    color: #fff;
  }
  .quotation1 .sp-none {
    display: none;
  }
  .quotation1 dt {
    width: 32%;
    padding-left: 5px;
    font-size: 12px;
  }
  .quotation1 dd {
    width: 24%;
  }
  .quotation1 dd:last-child {
    width: 44%;
  }
  .quotation1 dd.w70:last-child {
    width: 68%;
  }
  .quotation1 .bg-gray dt:first-child {
    width: 32%;
  }
  .quotation1 .bg-gray dt:first-child {
    background: #e5e5e5;
    color: #000;
  }
  .quotation1.ttl_head dt:first-child,
  .quotation1.ttl_head .bg-gray dt:first-child,
  .quotation1.ttl_head dd,
  .quotation1.ttl_head dt {
    width: 100%;
    border-right: none;
  }
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mt-80 {
  margin-top: 80px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-100 {
  margin-bottom: 100px;
}
.pd-0 {
  padding: 0;
}
.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .mt-100 {
    margin-top: 60px;
  }
  .mb-100 {
    margin-bottom: 60px;
  }
  .mt-80 {
    margin-top: 40px;
  }
  .mb-80 {
    margin-bottom: 40px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .pb-80 {
    padding-bottom: 40px;
  }
  .mb-60 {
    margin-bottom: 30px;
  }
  .mb-40 {
    margin-bottom: 20px;
  }
}
.page-id-3048 h1.header {
  margin: 0;
  margin-top: 80px;
}
.page-id-3048 .title_inner {
  height: 40vh;
}
.page-id-3048 #header_title {
  height: auto;
}
.page-id-3048 .top_service_list {
  display: flex;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 10px 0 0 10px;
}
.page-id-3048 .top_service_list h3 {
  margin: 0;
  padding: 0 10px 10px 0;
  border: none;
}
.page-id-3048 .top_service_list a {
  width: 20%;
}
.page-id-3048 .container video {
  width: 100%;
}
.page-id-3048 .container .q_button {
  width: auto;
}
@media (max-width: 768px) {
  .page-id-3048 .top_service_list a {
    width: 50%;
  }
}
.service_warp {
  background: #f2f2f2;
  margin-bottom: 6em;
}
.service_warp h3.page_sub_h3 {
  background: none;
  padding-top: 1.5em;
  margin-bottom: 0;
  padding-bottom: 1em;
}

.service_warp h2.page_sub_h3 {
  background: none;
  padding: 15px;
  padding-top: 1.5em;
  margin-bottom: 0;
  padding-bottom: 1em;
}

h2.page_sub_h3 {
  border: none;
  font-weight: bold;
  font-size: 1.25rem;
}

.service_warp .tcd-pb-row.row9 {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 768px) {
  .service_warp .tcd-pb-row.row9 .col2 {
    padding: 10px 15px;
  }
}
#blog_accordion .card-body {
  padding-left: 30px;
}

@media (max-width: 768px) {
  .tcd-pb-row.row20 {
    margin-left: 0;
    margin-right: 0;
  }
}
.siteorigin-widget-tinymce.textwidget video {
  width: 100%;
}
.col-12.col-inner {
  margin-top: 60px;
  border: 1px solid #a4a4a4;
  padding: 20px 15px;
  letter-spacing: -0.01rem;
}
.col-12.col-inner h3.pb_headline {
  margin-bottom: 15px;
  margin-top: 20px;
}
.col-12.col-inner p {
  /*margin-bottom: 5px;*/
}
.page-id-15056 .full-wide {
  margin: 4em calc(50% - 50vw);
  background: #f2f2f2;
  text-align: center;
  padding: 0 0 40px;
}
.page-id-15056 .full-wide h2 {
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
  border: none;
  margin: 100px 0 50px;
}

.page-id-15056 .full-wide h2:before,
.page-id-15056 .full-wide h2:after {
  content: "";
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

.page-id-15056 .full-wide h2:before {
  border-left: solid 2px #000;
  border-top: solid 2px #000;
  top: 0;
  left: 0;
}

.page-id-15056 .full-wide h2:after {
  border-right: solid 2px #000;
  border-bottom: solid 2px #000;
  bottom: 0;
  right: 0;
}
.page-id-15056 .full-wide h3,
.page-id-15056 .full-wide p {
  text-align: left;
}
.page-id-15056 .full-wide .box {
  border-top: 1px solid;
  padding: 40px;
  margin-top: 100px;
}
.page-id-15056 .full-wide h3 {
  font-family: "Segoe UI", Helvetica Neue, "游ゴシック", YuGothic,
    "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  border: none;
}
.page-id-15056 .full-wide h3::after {
  content: none;
}
@media (max-width: 768px) {
  .page-id-15056 .full-wide .box {
    padding: 40px 15px;
    margin-top: 60px;
  }
}
.page-id-15056 .view_link.view_link_tr {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 450px;
  font-size: 22px;
  background: #000;
  color: #fff;
  padding: 15px 0;
  margin: 4em auto 0;
}
.page-id-15056 a.view_link.view_link_tr {
  transition: 0.3s ease-in-out;
  font-weight: 500;
  box-shadow: 0 0 0 1px #fff, 0 0 0 5px #000, 6px 6px 18px #000;
}
.page-id-15056 a.view_link.view_link_tr:hover {
  text-decoration: none;
  background-color: #ccc;
  box-shadow: 0 0 0 1px #fff, 0 0 0 5px #ccc;
  color: #000;
}
@media (max-width: 768px) {
  .page-id-15056 .view_link.view_link_tr {
    font-size: 20px;
  }
}
.col-12.mb-4 video {
  width: 100%;
  height: auto;
}
.display_none {
  display: none;
}
