@charset "UTF-8";
/*
Theme Name: ""
Description:""
Theme URI: www/
Author: MS
Author URI: www/
Version: 1
*/
@import "reset.css";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400;600;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
a {
  color: #1a0dab;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
a:link, a:visited {
  color: #660099;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: underline;
  outline: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

a:hover img {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

a.non-hover:hover img {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.cf:before,
.cf:after {
  content: "";
  display: block;
  overflow: hidden;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.sp_only {
  display: none;
}

.pc_only {
  display: block;
}

.sp_only_inline {
  display: none;
}

.pc_only_inline {
  display: inline-block;
}

body {
  margin: 0;
  padding: 0px;
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
  color: #000000;
  background-color: #ffffff;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-feature-settings: "pkna";
  letter-spacing: 0.1em;
  position: relative;
  overflow-y: scroll;
}

/*  Loading
--------------------------------------- */
#page-wrap {
  position: relative;
}

#page-loader {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 100000;
}
#page-loader .loader {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  text-indent: -12345px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgb(0, 0, 0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: spinner 700ms infinite linear;
  -moz-animation: spinner 700ms infinite linear;
  -ms-animation: spinner 700ms infinite linear;
  -o-animation: spinner 700ms infinite linear;
  animation: spinner 700ms infinite linear;
  z-index: 100001;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*-------------------------------------------------
	++ HEADER
-------------------------------------------------*/
/*-------------------------------------------------
	++ HEADER
-------------------------------------------------*/
header#site_header {
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 20px;
  z-index: 20;
  font-size: 12px;
  line-height: 100%;
  opacity: 0;
  background: translate;
}
header#site_header .link_home {
  display: inline-block;
}
header#site_header .site_url {
  display: block;
  color: #000000;
  line-height: 100%;
  margin-bottom: 6px;
}
header#site_header #site_name {
  display: block;
  clear: both;
  background: url("../img/logo_kageyama_bk.svg") no-repeat 0% 50%;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 280px;
  height: 46px;
  margin: 0 0 4px 0;
}
header#site_header .site_catchcopy {
  display: none;
  line-height: 160%;
  color: #000000;
  font-size: 10px;
  margin-top: 4px;
  letter-spacing: 0.05em;
}
header#site_header a.link_insta {
  display: block;
  margin: 8px 0 0 2px;
  color: #000000;
}
header#site_header a.link_insta i.fab {
  font-size: 20px;
  vertical-align: middle;
  color: #000000;
}

/*-------------------------------------------------
	++ NAV
-------------------------------------------------*/
.accordion-container {
  width: 60%;
  margin: 0 auto;
  margin-top: 240px;
  letter-spacing: 0.2em;
}
.accordion-container .accordion-title {
  color: #000;
  position: relative;
  padding: 0px 40px 8px 8px;
  cursor: pointer;
  font-size: 28px;
  line-height: 120%;
  border-bottom: 1px solid #000;
  margin-top: 40px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.accordion-container .accordion-title:hover, .accordion-container .accordion-title:focus, .accordion-container .accordion-title:active, .accordion-container .accordion-title.open {
  text-decoration: none;
  outline: none;
  font-weight: 700;
}
.accordion-container .accordion-title::before, .accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto 0;
  /*横線*/
  width: 20px;
  height: 2px;
  background: #000;
  transition: all 0.3s ease-in-out;
}
.accordion-container .accordion-title::after {
  transform: rotate(90deg);
}
.accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
}
.accordion-container .accordion-title.open::after {
  transform: rotate(270deg);
  opacity: 0;
}
.accordion-container .accordion-content {
  padding: 20px 0px 0px 0px;
  display: none;
  cursor: pointer;
  font-size: 20px;
  line-height: 120%;
}
.accordion-container .accordion-content ul li a, .accordion-container .accordion-content ul li a:link,
.accordion-container .accordion-content ul li a:visited {
  display: block;
  padding: 10px 0 10px 32px;
  color: #000;
}
.accordion-container .accordion-content ul li a:hover, .accordion-container .accordion-content ul li a:focus, .accordion-container .accordion-content ul li a:active, .accordion-container .accordion-content ul li a.current, .accordion-container .accordion-content ul li a:link:hover, .accordion-container .accordion-content ul li a:link:focus, .accordion-container .accordion-content ul li a:link:active, .accordion-container .accordion-content ul li a:link.current,
.accordion-container .accordion-content ul li a:visited:hover,
.accordion-container .accordion-content ul li a:visited:focus,
.accordion-container .accordion-content ul li a:visited:active,
.accordion-container .accordion-content ul li a:visited.current {
  text-decoration: none;
  outline: none;
  font-weight: 700;
}
.accordion-container .accordion-content ul li.current_page_item {
  font-weight: 700;
}
.accordion-container .add_page_menu {
  position: relative;
  padding: 0px 40px 8px 8px;
  cursor: pointer;
  font-size: 28px;
  line-height: 120%;
  border-bottom: 1px solid #000;
  margin-top: 80px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.accordion-container .add_page_menu a {
  color: #000;
  display: block;
}
.accordion-container .add_page_menu a:hover, .accordion-container .add_page_menu a:focus, .accordion-container .add_page_menu a:active, .accordion-container .add_page_menu a.open {
  text-decoration: none;
  outline: none;
  font-weight: 700;
}
.accordion-container .add_page_menu ul li.current_page_item {
  font-weight: 700;
}

/*-------------------------------------------------
	++ HOME
-------------------------------------------------*/
#sec_opening {
  width: 100%;
  height: 100vh;
  min-width: 100%;
  min-height: 100vh;
  z-index: 100;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  opacity: 0;
}
#sec_opening .logo_opening {
  width: 540px;
  height: auto;
}

#sec_opening_skip_cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  cursor: pointer;
}

#sec_opening_skip {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 201;
  display: none;
}
#sec_opening_skip #btn_opening_skip {
  display: inline-block;
  width: 120px;
  text-align: center;
  padding: 8px 0;
  cursor: pointer;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#sec_opening_skip #btn_opening_skip:hover, #sec_opening_skip #btn_opening_skip:focus, #sec_opening_skip #btn_opening_skip:active {
  background: rgba(0, 0, 0, 0.1);
}

.video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  z-index: -100;
}
.video-box #over_white {
  position: fixed;
  top: 49%;
  left: 49%;
  min-width: 102%;
  min-height: 102%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
}
.video-box .video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-box #bg_movie_png {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* overlay */
.overlay::after {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}

/*-------------------------------------------------
	++ CONTENT BASE
-------------------------------------------------*/
#content_wall {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
}
#content_wall #sec_content_left {
  width: 50%;
  opacity: 0;
  overflow-y: auto;
  font-family: "Open Sans", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  position: fixed;
  z-index: 2;
  width: 50vw;
  height: 100%;
}
#content_wall .sec_content_right {
  opacity: 0;
  padding: 60px;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  padding: 0 0 0 50vw;
}
#content_wall .sec_content_right.flex-center {
  align-items: center;
}
#content_wall .sec_content_right .barba-container {
  width: 100%;
  display: flex;
  background-color: white;
  padding: 60px;
}
#content_wall .sec_content_right .box_content_right {
  flex: 0 1 auto;
  width: 100%;
  margin: auto;
  position: relative;
}
#content_wall .sec_content_right .box_content_right.page-featured_works {
  margin: inherit;
}
#content_wall .sec_content_right .box_content_right .page_title {
  font-size: 28px;
  line-height: 100%;
  font-weight: 100;
  letter-spacing: 0.2em;
  margin-bottom: 32px;
  display: inline-block;
}
#content_wall .sec_content_right .box_content_right h1, #content_wall .sec_content_right .box_content_right h2, #content_wall .sec_content_right .box_content_right h3, #content_wall .sec_content_right .box_content_right h4, #content_wall .sec_content_right .box_content_right h5, #content_wall .sec_content_right .box_content_right h6 {
  font-feature-settings: "palt";
}
#content_wall .sec_content_right .box_content_right h2 {
  font-size: 16px;
  line-height: 160%;
  margin-top: 4px;
}
#content_wall .sec_content_right .box_content_right h2.sub_title {
  display: inline-block;
  margin-left: 20px;
}
#content_wall .sec_content_right .box_content_right .box_category {
  font-size: 13px;
  line-height: 120%;
}
#content_wall .sec_content_right .box_content_right p {
  font-size: 15px;
  line-height: 180%;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
#content_wall .sec_content_right .box_content_right a, #content_wall .sec_content_right .box_content_right a:link,
#content_wall .sec_content_right .box_content_right a:visited {
  color: #000;
}
#content_wall .sec_content_right .box_content_right a:hover, #content_wall .sec_content_right .box_content_right a:focus, #content_wall .sec_content_right .box_content_right a:active, #content_wall .sec_content_right .box_content_right a:link:hover, #content_wall .sec_content_right .box_content_right a:link:focus, #content_wall .sec_content_right .box_content_right a:link:active,
#content_wall .sec_content_right .box_content_right a:visited:hover,
#content_wall .sec_content_right .box_content_right a:visited:focus,
#content_wall .sec_content_right .box_content_right a:visited:active {
  text-decoration: none;
  outline: none;
  font-weight: 700;
}
#content_wall .sec_content_right .box_content_right.page-home {
  text-align: center;
  position: initial;
}
#content_wall .sec_content_right .box_content_right.page-home .box_full_post .slider_outer .splide .splide__pagination {
  left: unset;
  padding: 0;
  bottom: unset;
  top: -24px;
}
#content_wall .sec_content_right .box_content_right.page-home .box_full_post .slider_outer .splide .splide__pagination .splide__pagination__page {
  margin: 2px;
}
#content_wall .sec_content_right .box_content_right.page-home .box_full_post .slider_outer .splide .splide__pagination .splide__pagination__page.is-active {
  background: #000;
  transform: scale(1);
}
#content_wall .sec_content_right .box_content_right.page-home .box_full_post .slider_outer .swiper-button-prev, #content_wall .sec_content_right .box_content_right.page-home .box_full_post .slider_outer .swiper-rtl .swiper-button-next {
  top: 10px;
  left: auto;
  right: 56px;
  color: #000;
  margin-top: 0;
  display: none;
}
#content_wall .sec_content_right .box_content_right.page-home .box_full_post .slider_outer .swiper-button-prev:after, #content_wall .sec_content_right .box_content_right.page-home .box_full_post .slider_outer .swiper-rtl .swiper-button-next:after {
  background: url("../img/arraw_set-01.svg") no-repeat 50% 50%;
  background-size: 1000px;
  background-position: -60px -3px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  content: " ";
  margin-top: calc(0px - (var(--swiper-navigation-size)));
  margin-top: 0;
  width: 42px;
  height: 42px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#content_wall .sec_content_right .box_content_right.page-home .box_full_post .slider_outer .swiper-button-prev:hover:after, #content_wall .sec_content_right .box_content_right.page-home .box_full_post .slider_outer .swiper-button-prev:focus:after, #content_wall .sec_content_right .box_content_right.page-home .box_full_post .slider_outer .swiper-button-prev:active:after, #content_wall .sec_content_right .box_content_right.page-home .box_full_post .slider_outer .swiper-rtl .swiper-button-next:hover:after, #content_wall .sec_content_right .box_content_right.page-home .box_full_post .slider_outer .swiper-rtl .swiper-button-next:focus:after, #content_wall .sec_content_right .box_content_right.page-home .box_full_post .slider_outer .swiper-rtl .swiper-button-next:active:after {
  background: url("../img/arraw_set-03.svg") no-repeat 50% 50%;
  background-size: 1000px;
  background-position: -60px -3px;
}
#content_wall .sec_content_right .box_content_right.page-home .box_full_post .slider_outer .swiper-button-next, #content_wall .sec_content_right .box_content_right.page-home .box_full_post .slider_outer .swiper-rtl .swiper-button-prev {
  top: 10px;
  left: auto;
  right: 16px;
  color: #000;
  margin-top: 0;
  display: none;
}
#content_wall .sec_content_right .box_content_right.page-home .box_full_post .slider_outer .swiper-button-next:after, #content_wall .sec_content_right .box_content_right.page-home .box_full_post .slider_outer .swiper-rtl .swiper-button-prev:after {
  background: url("../img/arraw_set-01.svg") no-repeat 50% 50%;
  background-size: 1000px;
  background-position: -10px -3px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  content: " ";
  margin-top: calc(0px - (var(--swiper-navigation-size)));
  margin-top: 0;
  width: 42px;
  height: 42px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#content_wall .sec_content_right .box_content_right.page-home .box_full_post .slider_outer .swiper-button-next:hover:after, #content_wall .sec_content_right .box_content_right.page-home .box_full_post .slider_outer .swiper-button-next:focus:after, #content_wall .sec_content_right .box_content_right.page-home .box_full_post .slider_outer .swiper-button-next:active:after, #content_wall .sec_content_right .box_content_right.page-home .box_full_post .slider_outer .swiper-rtl .swiper-button-prev:hover:after, #content_wall .sec_content_right .box_content_right.page-home .box_full_post .slider_outer .swiper-rtl .swiper-button-prev:focus:after, #content_wall .sec_content_right .box_content_right.page-home .box_full_post .slider_outer .swiper-rtl .swiper-button-prev:active:after {
  background: url("../img/arraw_set-03.svg") no-repeat 50% 50%;
  background-size: 1000px;
  background-position: -10px -3px;
}
#content_wall .sec_content_right .box_content_right.page-home .box_full_post .swiper-container {
  position: relative;
  padding: 0px 0;
}
#content_wall .sec_content_right .box_content_right.page-home .box_full_post .swiper-container img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}
#content_wall .sec_content_right .box_content_right.page-home .box_full_post .swiper-container .swiper-wrapper {
  width: auto;
}
#content_wall .sec_content_right .box_content_right.page-home .box_full_post .swiper-container .swiper-slide {
  width: auto;
  text-align: center;
}
#content_wall .sec_content_right .box_content_right.page-home .box_full_post .swiper-container .swiper-slide img {
  display: inline;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  align-self: center;
}
#content_wall .sec_content_right .box_content_right.page-home .box_full_post .swiper-container .swiper-slide .slider-caption {
  display: block;
  width: 100%;
  z-index: 10;
  position: absolute;
  line-height: 140%;
  font-size: 12px;
  font-weight: 200;
  background-color: rgba(0, 0, 0, 0.2);
  letter-spacing: 0.1em;
  color: #fff;
  padding: 4px 8px;
  text-shadow: 1px 1px 4px #000, 1px -1px 4px rgba(0, 0, 0, 0.2), -1px 1px 4px rgba(0, 0, 0, 0.2), -1px -1px 4px rgba(0, 0, 0, 0.2);
  bottom: 0;
  left: 0;
}
#content_wall .sec_content_right .box_content_right.page-home .box_full_post .swiper-container .swiper-slide .slider-caption.coming_soon {
  display: inline-block;
  width: auto;
  top: 0;
  bottom: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
#content_wall .sec_content_right .box_content_right.page-home .box_full_post .box_pic {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#content_wall .sec_content_right .box_content_right.page-home .box_full_post .box_pic img.size_full {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#content_wall .sec_content_right .box_content_right.page-home .box_full_post .box_text {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding: 8px 0;
}
#content_wall .sec_content_right .box_content_right.page-home .box_full_post .box_text h2 {
  font-size: 16px;
  margin-top: 0;
  line-height: 140%;
}
#content_wall .sec_content_right .box_content_right.page-home .box_full_post .box_text .box_category {
  font-size: 12px;
  line-height: 120%;
  margin-top: 2px;
}
#content_wall .sec_content_right .box_content_right.page-philosophy h2 {
  font-size: 32px;
  font-size: 1.6vw;
  line-height: 200%;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#content_wall .sec_content_right .box_content_right.page-philosophy p {
  font-size: 16px;
  line-height: 240%;
  letter-spacing: 0.1em;
  margin-top: 40px;
}
#content_wall .sec_content_right .box_content_right.page-philosophy .box_service {
  margin-top: 80px;
}
#content_wall .sec_content_right .box_content_right.page-philosophy .box_service .block_service {
  border-top: solid 1px #000;
  padding-top: 80px;
  padding-bottom: 80px;
}
#content_wall .sec_content_right .box_content_right.page-philosophy .box_service .block_service p.lbl {
  margin-top: 0;
}
#content_wall .sec_content_right .box_content_right.page-philosophy .box_service .block_service p.lbl strong {
  font-size: 2vw;
  line-height: 120%;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: block;
}
#content_wall .sec_content_right .box_content_right.page-philosophy .box_service .block_service h3 {
  font-size: 32px;
  font-size: 1vw;
  line-height: 120%;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 8px;
  display: block;
}
#content_wall .sec_content_right .box_content_right.page-philosophy .box_service .block_service p.txt_s {
  margin-top: 28px;
  font-size: 15px;
}
#content_wall .sec_content_right .box_content_right.page-philosophy .box_service .block_service:last-child {
  padding-bottom: 0;
}
#content_wall .sec_content_right .box_content_right.page-message h2 {
  font-size: 18px;
  font-size: 1.5vw;
  line-height: 200%;
  letter-spacing: 0.1em;
  font-weight: 600;
}
#content_wall .sec_content_right .box_content_right.page-message p {
  font-size: 17px;
  line-height: 240%;
}
#content_wall .sec_content_right .box_content_right.page-company .tbl_company table {
  width: 100%;
  border-top: solid 1px #cccccc;
  font-size: 16px;
  line-height: 180%;
  margin-top: 20px;
}
#content_wall .sec_content_right .box_content_right.page-company .tbl_company table tr th, #content_wall .sec_content_right .box_content_right.page-company .tbl_company table tr td {
  text-align: left;
  padding: 16px 8px;
  border: none;
  border-bottom: solid 1px #cccccc;
}
#content_wall .sec_content_right .box_content_right.page-company .tbl_company table tr th {
  white-space: nowrap;
  width: 1%;
  padding-right: 40px;
}
#content_wall .sec_content_right .box_content_right.page-company dl {
  width: 100%;
  border-top: solid 1px #cccccc;
  font-size: 17px;
  line-height: 180%;
  margin-top: 20px;
}
#content_wall .sec_content_right .box_content_right.page-company dl dt {
  clear: left;
  float: left;
  width: 10em;
  text-align: left;
  padding-left: 8px;
  padding-bottom: 19px;
  padding-top: 20px;
}
#content_wall .sec_content_right .box_content_right.page-company dl dd {
  text-align: left;
  padding-bottom: 19px;
  padding-top: 20px;
  padding-left: 11em;
  clear: none;
  border-bottom: solid 1px #cccccc;
}
#content_wall .sec_content_right .box_content_right.page-access h2 {
  font-size: 18px;
  line-height: 200%;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#content_wall .sec_content_right .box_content_right.page-access p {
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 20px;
}
#content_wall .sec_content_right .box_content_right.page-contact .contact_tel_fax, #content_wall .sec_content_right .box_content_right.page-confirm .contact_tel_fax {
  font-size: 18px;
  line-height: 240%;
  letter-spacing: 0.1em;
  font-weight: 600;
}
#content_wall .sec_content_right .box_content_right.page-contact .contact_tel_fax span, #content_wall .sec_content_right .box_content_right.page-confirm .contact_tel_fax span {
  display: block;
}
#content_wall .sec_content_right .box_content_right.page-contact .tbl_form table, #content_wall .sec_content_right .box_content_right.page-confirm .tbl_form table {
  width: 100%;
  border-top: solid 1px #cccccc;
  font-size: 15px;
  line-height: 180%;
  margin-top: 20px;
}
#content_wall .sec_content_right .box_content_right.page-contact .tbl_form table tr th, #content_wall .sec_content_right .box_content_right.page-contact .tbl_form table tr td, #content_wall .sec_content_right .box_content_right.page-confirm .tbl_form table tr th, #content_wall .sec_content_right .box_content_right.page-confirm .tbl_form table tr td {
  text-align: left;
  padding: 16px 8px;
  border: none;
  border-bottom: solid 1px #cccccc;
}
#content_wall .sec_content_right .box_content_right.page-contact .tbl_form table tr th, #content_wall .sec_content_right .box_content_right.page-confirm .tbl_form table tr th {
  white-space: nowrap;
  width: 1%;
  padding-right: 40px;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_category {
  display: flex;
  font-size: 13px;
  line-height: 100%;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_category .lbl_works_category {
  padding: 4px 4px 8px 0;
  display: inline-block;
  white-space: nowrap;
  width: 80px;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_category ul {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_category ul li {
  display: inline-block;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_category ul li a {
  display: inline-block;
  padding: 4px 12px;
  border: solid 1px #000;
  background-color: #fff;
  letter-spacing: 0.1em;
  margin: 0 4px 4px 0;
  vertical-align: middle;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_category ul li a:hover, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_category ul li a:focus, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_category ul li a:active, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_category ul li a.current {
  background-color: #000;
  color: white;
  font-weight: 400;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_category ul li.current a {
  background-color: #000;
  color: white;
  font-weight: 400;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post_list {
  width: 100%;
  margin: 40px auto 0;
  letter-spacing: 0.05em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post_list::before, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post_list::after {
  content: "";
  display: block;
  width: 30%;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post_list::before {
  order: 1;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post_list a.block_works_post_list {
  width: 30%;
  display: block;
  text-align: left;
  color: #555555;
  margin: 0 0px 40px;
  padding: 0px;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post_list a.block_works_post_list:hover, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post_list a.block_works_post_list:focus, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post_list a.block_works_post_list:active {
  text-decoration: none;
  outline: none;
  font-weight: 400;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post_list a.block_works_post_list .pic_works {
  background-color: rgba(65, 86, 82, 0.1);
  display: block;
  position: relative;
  text-align: center;
  height: 100px;
  height: calc((50vw - 120px) * 0.3 * 2 / 3);
  overflow: hidden;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post_list a.block_works_post_list .pic_works img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post_list a.block_works_post_list .pic_works .no_image {
  white-space: nowrap;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 100;
  line-height: 100%;
  letter-spacing: 0.4em;
  padding-left: 0.4em;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post_list a.block_works_post_list .ttl_works_post {
  font-size: 15px;
  line-height: 130%;
  margin: 0;
  margin-top: 6px;
  text-align: left;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post_list a.block_works_post_list .works_post_category {
  font-size: 10px;
  line-height: 140%;
  margin-top: 4px;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post_list a.block_works_post_list .works_post_category .lbl {
  display: inline-block;
  width: 54px;
  white-space: nowrap;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post_list a.block_works_post_list .works_post_category .val {
  width: calc(100% - 54px);
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post_list a.block_works_post_list .works_post_category .val span {
  display: inline-block;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .page_nav {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .page_nav a, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav span {
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  border: 1px solid #000;
  padding: 8px 12px;
  margin: 4px;
  line-height: 100%;
  color: #000;
  display: inline-block;
  vertical-align: bottom;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .page_nav a.pages, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav span.pages {
  display: none;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .page_nav a.current, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav span.current {
  background-color: #000;
  color: #fff;
  font-weight: 400;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .page_nav a.extend, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav span.extend {
  border: none;
  padding: 8px 0px;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .page_nav a.previouspostslink, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav a.nextpostslink, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav a.first, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav a.last, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav span.previouspostslink, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav span.nextpostslink, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav span.first, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav span.last {
  width: 36px;
  display: inline-block;
  text-indent: 400%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/arraw_set-01.svg") no-repeat 50% 50%;
  background-size: 580px;
  background-position: -27px 3px;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .page_nav a.previouspostslink:hover, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav a.previouspostslink:focus, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav a.previouspostslink:active, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav a.nextpostslink:hover, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav a.nextpostslink:focus, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav a.nextpostslink:active, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav a.first:hover, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav a.first:focus, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav a.first:active, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav a.last:hover, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav a.last:focus, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav a.last:active, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav span.previouspostslink:hover, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav span.previouspostslink:focus, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav span.previouspostslink:active, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav span.nextpostslink:hover, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav span.nextpostslink:focus, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav span.nextpostslink:active, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav span.first:hover, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav span.first:focus, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav span.first:active, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav span.last:hover, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav span.last:focus, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav span.last:active {
  background: url("../img/arraw_set-02.svg") no-repeat 50% 50%;
  background-size: 580px;
  background-position: -27px 3px;
  background-color: #000;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .page_nav a.nextpostslink, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav span.nextpostslink {
  background: url("../img/arraw_set-01.svg") no-repeat 50% 50%;
  background-size: 580px;
  background-position: 4px 3px;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .page_nav a.nextpostslink:hover, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav a.nextpostslink:focus, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav a.nextpostslink:active, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav span.nextpostslink:hover, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav span.nextpostslink:focus, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav span.nextpostslink:active {
  background: url("../img/arraw_set-02.svg") no-repeat 50% 50%;
  background-size: 580px;
  background-position: 4px 3px;
  background-color: #000;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .page_nav a.first, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav span.first {
  background: url("../img/arraw_set-01.svg") no-repeat 50% 50%;
  background-size: 580px;
  background-position: -170px 3px;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .page_nav a.first:hover, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav a.first:focus, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav a.first:active, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav span.first:hover, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav span.first:focus, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav span.first:active {
  background: url("../img/arraw_set-02.svg") no-repeat 50% 50%;
  background-size: 580px;
  background-position: -170px 3px;
  background-color: #000;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .page_nav a.last, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav span.last {
  background: url("../img/arraw_set-01.svg") no-repeat 50% 50%;
  background-size: 580px;
  background-position: -142px 3px;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .page_nav a.last:hover, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav a.last:focus, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav a.last:active, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav span.last:hover, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav span.last:focus, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav span.last:active {
  background: url("../img/arraw_set-02.svg") no-repeat 50% 50%;
  background-size: 580px;
  background-position: -142px 3px;
  background-color: #000;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .page_nav a:hover, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav a:focus, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav a:active {
  background-color: #000;
  color: #fff;
  font-weight: 400;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .box_link_menu {
  position: absolute;
  top: 0;
  right: 0;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .box_link_menu .link_prev, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .box_link_menu .link_list,
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .box_link_menu .link_next {
  width: 36px;
  height: 36px;
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/arraw_set-01.svg") no-repeat 50% 50%;
  background-size: 780px;
  background-position: -42px -2px;
  font-weight: 400;
  margin-right: 8px;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .box_link_menu .link_prev.empty, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .box_link_menu .link_list.empty,
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .box_link_menu .link_next.empty {
  opacity: 0.2;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .box_link_menu .link_list {
  background-position: -158px -2px;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .box_link_menu .link_next {
  background-position: -2px -2px;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .box_link_menu a.link_prev:hover, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .box_link_menu a.link_prev:focus, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .box_link_menu a.link_prev:active {
  background: url("../img/arraw_set-03.svg") no-repeat 50% 50%;
  background-size: 780px;
  background-position: -42px -2px;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .box_link_menu a.link_list:hover, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .box_link_menu a.link_list:focus, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .box_link_menu a.link_list:active {
  background: url("../img/arraw_set-03.svg") no-repeat 50% 50%;
  background-size: 780px;
  background-position: -158px -2px;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .box_link_menu a.link_next:hover, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .box_link_menu a.link_next:focus, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .box_link_menu a.link_next:active {
  background: url("../img/arraw_set-03.svg") no-repeat 50% 50%;
  background-size: 780px;
  background-position: -2px -2px;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .ttl_works_post {
  font-size: 26px;
  line-height: 130%;
  margin: 4px 0 0 0;
  text-align: left;
  letter-spacing: 0.1em;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .works_post_category, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .works_post_area {
  font-size: 14px;
  line-height: 140%;
  display: block;
  margin-top: 8px;
  letter-spacing: 0.1em;
  display: flex;
  flex-wrap: wrap;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .works_post_category .lbl, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .works_post_area .lbl {
  display: inline-block;
  width: 90px;
  white-space: nowrap;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .works_post_category .val, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .works_post_area .val {
  width: calc(100% - 90px);
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .works_post_category .val span, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .works_post_area .val span {
  display: inline-block;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .works_post_area {
  margin-top: 2px;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer {
  position: relative;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-button-prev, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-rtl .swiper-button-next {
  left: -36px;
  color: #000;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-button-prev:after, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-rtl .swiper-button-next:after {
  background: url("../img/arraw_set-01.svg") no-repeat 50% 50%;
  background-size: 1000px;
  background-position: -60px -3px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  content: " ";
  width: 42px;
  height: 42px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-button-prev:hover:after, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-button-prev:focus:after, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-button-prev:active:after, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-rtl .swiper-button-next:hover:after, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-rtl .swiper-button-next:focus:after, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-rtl .swiper-button-next:active:after {
  background: url("../img/arraw_set-03.svg") no-repeat 50% 50%;
  background-size: 1000px;
  background-position: -60px -3px;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-button-prev.swiper-button-disabled, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-rtl .swiper-button-next.swiper-button-disabled {
  opacity: 0.2;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-button-prev.swiper-button-disabled:after, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-rtl .swiper-button-next.swiper-button-disabled:after {
  background: url("../img/arraw_set-01.svg") no-repeat 50% 50%;
  background-size: 1000px;
  background-position: -60px -3px;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-button-next, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-rtl .swiper-button-prev {
  right: -32px;
  color: #000;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-button-next:after, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-rtl .swiper-button-prev:after {
  background: url("../img/arraw_set-01.svg") no-repeat 50% 50%;
  background-size: 1000px;
  background-position: -10px -3px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  content: " ";
  width: 42px;
  height: 42px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-button-next:hover:after, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-button-next:focus:after, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-button-next:active:after, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-rtl .swiper-button-prev:hover:after, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-rtl .swiper-button-prev:focus:after, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-rtl .swiper-button-prev:active:after {
  background: url("../img/arraw_set-03.svg") no-repeat 50% 50%;
  background-size: 1000px;
  background-position: -10px -3px;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-button-next.swiper-button-disabled, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-rtl .swiper-button-prev.swiper-button-disabled {
  opacity: 0.2;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-button-next.swiper-button-disabled:after, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-rtl .swiper-button-prev.swiper-button-disabled:after {
  background: url("../img/arraw_set-01.svg") no-repeat 50% 50%;
  background-size: 1000px;
  background-position: -10px -3px;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .swiper-container {
  width: 100%;
  position: relative;
  position: relative;
  padding: 0px 0;
  height: auto;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .swiper-container img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .swiper-container.slider {
  height: 70vh;
  max-height: 560px;
  max-height: calc((50vw - 120px) * 9 / 16);
  max-height: calc((50vw - 120px) * 2 / 3);
  overflow: hidden;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .swiper-container .swiper-wrapper.slider_none {
  background-color: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .swiper-container .swiper-wrapper.slider_none::after {
  content: "NO IMAGE";
  font-size: 16px;
  line-height: 100%;
  font-weight: 100;
  letter-spacing: 0.8em;
  padding-left: 0.8em;
  color: rgba(0, 0, 0, 0.5);
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .swiper-container .swiper-slide {
  text-align: center;
  background-color: #eee;
  display: flex;
  flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center; /* 子要素をflexboxにより中央に配置する */
  align-items: center; /* 子要素をflexboxにより中央に配置する */
  cursor: zoom-in;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .swiper-container .swiper-slide.icon_youtube:before, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .swiper-container .swiper-slide.icon_movie:before {
  content: " ";
  background: url("../img/arraw_set-02.svg") no-repeat 50% 50%;
  background-size: 1500px;
  background-position: 17px 12px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .swiper-container .swiper-slide img {
  display: inline;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  align-self: center;
  cursor: zoom-in;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .swiper-container .swiper-slide .slider-caption {
  display: block;
  width: 100%;
  z-index: 10;
  position: absolute;
  line-height: 140%;
  font-size: 12px;
  font-weight: 200;
  background-color: rgba(0, 0, 0, 0.2);
  letter-spacing: 0.1em;
  color: #fff;
  padding: 4px 8px;
  text-shadow: 1px 1px 4px #000, 1px -1px 4px rgba(0, 0, 0, 0.2), -1px 1px 4px rgba(0, 0, 0, 0.2), -1px -1px 4px rgba(0, 0, 0, 0.2);
  bottom: 0;
  left: 0;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .swiper-container .swiper-slide .slider-caption.coming_soon {
  display: inline-block;
  width: auto;
  top: 0;
  bottom: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .swiper-container.slider-thumbnail .swiper-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  width: auto;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
  width: 10%;
  width: calc(12.5% - 8px) !important;
  height: 65px;
  margin-top: 8px;
  margin-right: 8px;
  opacity: 1;
  overflow: hidden;
  padding: 1px;
  border: solid 1px #ccc;
  display: flex;
  flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center; /* 子要素をflexboxにより中央に配置する */
  align-items: center; /* 子要素をflexboxにより中央に配置する */
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide:hover, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide:focus, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide:active {
  opacity: 1;
  border: solid 1px #E00;
  cursor: auto;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .swiper-container.slider-thumbnail .swiper-wrapper .thumb:nth-of-type(8n) {
  margin-right: 0px !important;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .swiper-container.slider-thumbnail .swiper-wrapper .thumb.icon_youtube:before, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .swiper-container.slider-thumbnail .swiper-wrapper .thumb.icon_movie:before {
  content: " ";
  background: url("../img/arraw_set-02.svg") no-repeat 50% 50%;
  background-size: 500px;
  background-position: 5px 4px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 100%;
  width: 32px;
  height: 32px;
  position: absolute;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide_empty {
  width: 10%;
  width: calc(12.5% - 8px) !important;
  margin-top: 8px;
  margin-right: 8px;
  visibility: hidden;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .pic_works {
  margin-top: 20px;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .pic_works img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .pic_works .box_works_pic_thumb li {
  float: left;
  margin: 8px 8px 0 0;
  width: calc(16.6666666667% - 8px);
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .pic_works .box_works_pic_thumb li:nth-of-type(6n) {
  margin-right: 0;
}
#content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .pic_works .box_works_pic_thumb li img {
  cursor: pointer;
}
#content_wall .sec_content_right .box_content_right.page-list_of_works .box_list_works {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#content_wall .sec_content_right .box_content_right.page-list_of_works .box_list_works .block_list_works {
  width: 48%;
  margin: 0 0 8px 0;
  font-size: 13px;
  letter-spacing: 0;
}
#content_wall .sec_content_right .box_content_right.page-list_of_works .block_list_works {
  margin-bottom: 12px br;
  margin-bottom-display: block;
  margin-bottom-content: "";
  margin-bottom-margin: 0 0 8px 0;
}
#content_wall .sec_content_right .box_content_right.page-list_of_works .block_list_works p {
  margin: 0 0 4px 0;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0;
}
#content_wall .sec_content_right .box_content_right.page-healthcare-architectire p.pic_list img {
  height: 6.4vw;
  width: auto;
  margin: 0 4px 4px 0;
  vertical-align: top;
}
#content_wall .sec_content_right .box_content_right.page-404 .box_btn_home {
  margin-top: 40px;
}
#content_wall .sec_content_right .box_content_right.page-404 .box_btn_home a {
  display: inline-block;
  text-align: center;
}

#contener #contents {
  margin: 0 auto;
  text-align: center;
  padding: 40px 0 100px 0;
  width: 1200px;
  position: relative;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 160%;
}
#contener #contents #main {
  float: left;
  width: 900px;
  text-align: left;
}
#contener #contents #main .pankuzu {
  font-size: 13px;
  line-height: 120%;
  margin-bottom: 30px;
}
#contener #contents #main .pankuzu a {
  color: #000000;
}
#contener #contents #sub {
  float: right;
  width: 240px;
  text-align: left;
}
#contener #contents #sub h1, #contener #contents #sub h2, #contener #contents #sub h3, #contener #contents #sub h4, #contener #contents #sub h5, #contener #contents #sub h6 {
  margin-top: 0px;
}
#contener #contents #sub .widget {
  margin-bottom: 30px;
}
#contener #contents #sub p {
  margin-top: 10px;
  line-height: 160%;
}
.home #sub {
  margin-top: 50px;
}

#contener h1, #contener h2, #contener h3, #contener h4, #contener h5, #contener h6 {
  margin-top: 50px;
  line-height: 140%;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#contener h1 {
  font-size: 30px;
}
#contener .page_title {
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-bottom: 4px;
  border-bottom: solid 1px #cccccc;
}
#contener h2 {
  font-size: 24px;
}
#contener h3 {
  font-size: 22px;
}
#contener h4 {
  font-size: 20px;
}
#contener h5 {
  font-size: 18px;
}
#contener h6 {
  font-size: 16px;
}
#contener p {
  margin-top: 20px;
  line-height: 200%;
  text-align: justify;
  text-justify: inter-ideograph;
}

/*-------------------------------------------------
	++ COMMON
-------------------------------------------------*/
.wp-block-columns.is-layout-flex {
  gap: 0.5em;
}

/*  Forms
--------------------------------------- */
input,
textarea,
select {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  background-color: #ffffff;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
textarea,
select {
  padding: 8px;
  border: 1px solid #999;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=week],
input[type=month],
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
input[type=number],
input[type=image],
textarea {
  border-radius: 0px;
  webkit-border-radius: 0px;
  -webkit-appearance: none;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]:focus {
  outline-offset: -2px;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

textarea {
  vertical-align: top;
  font-size: 100%;
  resize: none;
}

fieldset {
  border: 0 none;
}

legend {
  display: none;
}

label {
  cursor: pointer;
}

select {
  line-height: normal;
}

.ipt_size_full {
  width: 100%;
}

.ipt_size_harf {
  width: 45%;
  width: calc(50% - 10px);
}

.ipt_size_l {
  width: 400px;
}

.ipt_size_m {
  width: 200px;
}

.ipt_size_s {
  width: 100px;
}

.ipt_size_ss {
  width: 50px;
}

.ipt_row_l {
  height: 300px;
}

.ipt_row_m {
  height: 200px;
}

.ipt_row_s {
  height: 80px;
}

.wpcf7c-conf {
  background-color: #eeeeee;
  border: solid 1px #999999;
}

.mark_hissu {
  background-color: #900;
  color: #fff;
  padding: 2px 4px 3px;
  font-size: 11px;
  font-weight: 100;
  line-height: 100%;
  display: inline-block;
  margin-left: 8px;
  margin-top: -1px;
  vertical-align: middle;
}

.box_btn {
  text-align: center;
  margin-top: 40px;
}

*.btn_l {
  font-size: 16px;
  min-width: 200px;
  background-color: #000;
  border: solid 1px #000;
  color: #fff !important;
  padding: 8px 20px;
}
*.btn_l:hover, *.btn_l:focus, *.btn_l:active {
  border: solid 1px #000;
  background-color: #fff;
  color: #000 !important;
  font-weight: 400 !important;
}

/*-------------------------------------------------
	++ CONTENTS
-------------------------------------------------*/
/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
footer {
  width: 100%;
  background-color: #666666;
  color: #fff;
  font-size: 13px;
}
footer .footer_inner {
  margin: 0 auto;
  text-align: center;
  margin-top: 1px;
  width: 1200px;
  padding: 10px;
  position: relative;
}

#page_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.grecaptcha-badge {
  z-index: 1000;
}

#wpadminbar {
  position: fixed;
}

@media (max-width: 767px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
  .sp_only_inline {
    display: inline-block;
  }
  .pc_only_inline {
    display: none;
  }
  header#site_header {
    position: relative;
    z-index: 10;
    padding: 0px;
    width: 100%;
  }
  header#site_header #site_name {
    width: 200px;
    height: 36px;
    margin-top: 18px;
    margin-left: 18px;
    margin-bottom: 16px;
  }
  header#site_header .site_catchcopy {
    display: none;
  }
  header#site_header a.link_insta {
    display: inline-block;
    position: absolute;
    right: 64px;
    top: 18px;
  }
  header#site_header a.link_insta i.fab {
    font-size: 24px;
  }
  #sec_opening .logo_opening {
    width: 70%;
  }
  .video-box {
    height: 100%;
  }
  #nav-toggle {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: 990;
    display: block;
    position: absolute;
    cursor: pointer;
    width: 64px;
    top: 20px;
    right: 0;
    opacity: 0;
  }
  #nav-toggle > div.menu_bar {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    padding: 8px;
  }
  #nav-toggle span {
    width: 24px;
    height: 1px;
    display: block;
    background: #000;
    position: absolute;
    transition: transform 0.6s ease-in-out, top 0.5s ease;
  }
  #nav-toggle span:nth-child(1) {
    top: 10px;
  }
  #nav-toggle span:nth-child(2) {
    top: 18px;
    width: 18px;
  }
  #nav-toggle span:nth-child(3) {
    top: 26px;
    width: 12px;
  }
  #nav-toggle div.txt_menu {
    position: absolute;
    display: block;
    display: none;
    width: 100%;
    bottom: 8px;
    font-size: 8px;
    line-height: 100%;
    text-align: center;
    color: #fff;
  }
  .open #nav-toggle {
    top: 20px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 18px;
    width: 24px;
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 20px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 18px;
    width: 24px;
    transform: rotate(-45deg);
  }
  #sp-menu {
    background-color: white;
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    padding: 20px 0px 10px 0;
    height: calc(100vh - 70px);
    z-index: 980;
    text-align: left;
    display: none;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    overflow: hidden;
  }
  #sp-menu nav#main_menu_sp {
    width: 100%;
    margin-top: 12px;
  }
  #sp-menu nav#main_menu_sp .nav_inner {
    width: 80%;
    margin: 0 auto;
    margin-top: 0px;
  }
  #sp-menu nav#main_menu_sp .nav-title {
    display: block;
    text-align: left;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 160%;
    padding-bottom: 4px;
    padding-left: 4px;
    border-bottom: solid 1px #000;
  }
  #sp-menu nav#main_menu_sp .nav-title.menu-home {
    margin-bottom: 30px;
  }
  #sp-menu nav#main_menu_sp .nav-content {
    margin-bottom: 20px;
  }
  #sp-menu nav#main_menu_sp .nav-content ul {
    border-left: none;
  }
  #sp-menu nav#main_menu_sp .nav-content ul li {
    text-align: left;
    width: 100%;
    border: none;
  }
  #sp-menu nav#main_menu_sp .nav-content ul li a, #sp-menu nav#main_menu_sp .nav-content ul li a:link,
  #sp-menu nav#main_menu_sp .nav-content ul li a:visited {
    padding: 0;
    margin: 0 0 12px 20px;
    font-size: 16px;
    line-height: 160%;
  }
  #sp-menu nav#main_menu_sp ul li {
    width: auto;
    width: 100%;
  }
  #sp-menu nav#main_menu_sp a, #sp-menu nav#main_menu_sp a:link,
  #sp-menu nav#main_menu_sp a:visited {
    display: block;
    color: #000000;
  }
  #sp-menu nav#main_menu_sp a:hover, #sp-menu nav#main_menu_sp a.current, #sp-menu nav#main_menu_sp a:link:hover, #sp-menu nav#main_menu_sp a:link.current,
  #sp-menu nav#main_menu_sp a:visited:hover,
  #sp-menu nav#main_menu_sp a:visited.current {
    text-decoration: none;
  }
  /* open */
  .open #sp-menu {
    visibility: visible;
    opacity: 1;
    overflow: scroll;
    display: block;
  }
  #content_wall {
    height: auto;
    display: block;
    min-height: calc(100vh - 71px);
    min-height: calc(100dvh - 71px);
    position: relative;
  }
  #content_wall #sec_content_left {
    width: 100%;
    height: auto;
    display: none;
  }
  #content_wall .sec_content_right {
    background-color: #fff;
    padding: 0 0 0 0vw;
    overflow: unset;
    height: auto;
    display: block;
  }
  #content_wall .sec_content_right .barba-container {
    padding: 0px 0px;
    min-height: 50vh;
    display: block;
  }
  #content_wall .sec_content_right .box_content_right {
    padding: 40px 20px;
    flex: none;
  }
  #content_wall .sec_content_right .box_content_right.page-home {
    padding: 40px 20px 20px;
  }
  #content_wall .sec_content_right .box_content_right.page-home .box_full_post {
    margin-top: 20px;
  }
  #content_wall .sec_content_right .box_content_right.page-home .box_full_post .box_text {
    padding: 8px 0px;
  }
  #content_wall .sec_content_right .box_content_right.page-home .box_full_post .box_text h2 {
    font-size: 12px;
  }
  #content_wall .sec_content_right .box_content_right.page-home .box_full_post .box_text .box_category {
    font-size: 8px;
  }
  #content_wall .sec_content_right .box_content_right.page-philosophy h2 {
    font-size: 20px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  #content_wall .sec_content_right .box_content_right.page-philosophy h2 br {
    display: none;
  }
  #content_wall .sec_content_right .box_content_right.page-philosophy p {
    font-size: 15px;
    line-height: 200%;
  }
  #content_wall .sec_content_right .box_content_right.page-philosophy p br {
    display: none;
  }
  #content_wall .sec_content_right .box_content_right.page-philosophy .box_service {
    margin-top: 60px;
  }
  #content_wall .sec_content_right .box_content_right.page-philosophy .box_service .block_service {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #content_wall .sec_content_right .box_content_right.page-philosophy .box_service .block_service p.lbl strong {
    font-size: 24px;
  }
  #content_wall .sec_content_right .box_content_right.page-philosophy .box_service .block_service h3 {
    font-size: 14px;
  }
  #content_wall .sec_content_right .box_content_right.page-message h2 {
    font-size: 16px;
    line-height: 160%;
  }
  #content_wall .sec_content_right .box_content_right.page-message p {
    font-size: 14px;
  }
  #content_wall .sec_content_right .box_content_right.page-message p br {
    display: none;
  }
  #content_wall .sec_content_right .box_content_right.page-company .tbl_company table {
    font-size: 15px;
    line-height: 160%;
  }
  #content_wall .sec_content_right .box_content_right.page-company .tbl_company table tr th {
    float: left;
    width: 100%;
    padding: 12px 0px 0px 0;
    border-bottom: none;
    font-weight: 700;
  }
  #content_wall .sec_content_right .box_content_right.page-company .tbl_company table tr td {
    clear: both;
    float: left;
    width: 100%;
    padding: 0px 0px 12px 0;
  }
  #content_wall .sec_content_right .box_content_right.page-access h2 {
    font-size: 16px;
  }
  #content_wall .sec_content_right .box_content_right.page-access p {
    font-size: 15px;
    line-height: 160%;
  }
  #content_wall .sec_content_right .box_content_right.page-contact .contact_tel_fax {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  #content_wall .sec_content_right .box_content_right.page-contact .contact_tel_fax p {
    text-align: left;
    text-justify: auto;
    word-break: break-word;
  }
  #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_category {
    flex-flow: column;
  }
  #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_category ul li {
    float: left;
  }
  #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post_list {
    margin-top: 20px;
  }
  #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post_list a.block_works_post_list {
    width: 44%;
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post_list a.block_works_post_list .pic_works {
    height: calc((100vw - 20px) * 0.44 * 2 / 3);
  }
  #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post_list a.block_works_post_list .ttl_works_post {
    margin-top: 4px;
    line-height: 120%;
  }
  #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post_list a.block_works_post_list .works_post_category {
    margin-top: 2px;
  }
  #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav a, #content_wall .sec_content_right .box_content_right.page-featured_works .page_nav span {
    font-size: 15px;
    padding: 4px 6px 6px 6px;
  }
  #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .ttl_works_post {
    font-size: 24px;
    margin-top: 20px;
  }
  #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .works_post_category, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .works_post_area {
    font-size: 12px;
  }
  #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .box_link_menu {
    text-align: left;
    top: auto;
    right: auto;
    position: static;
    margin-bottom: 12px;
  }
  #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .swiper-container.slider {
    height: calc((100vw - 40px) * 2 / 3);
    max-height: calc((100vw - 40px) * 2 / 3);
    min-height: 160px;
  }
  #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
    width: calc(25% - 8px) !important;
    margin-right: 0;
  }
  #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide_empty {
    width: calc(25% - 8px) !important;
    margin-right: 0;
  }
  #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .swiper-container.slider-thumbnail .swiper-wrapper .thumb:nth-of-type(4n) {
    margin-right: 0px !important;
  }
  #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-button-prev.swiper-button-disabled:after, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-button-prev:after, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-button-next.swiper-button-disabled:after, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-button-next:after {
    width: 36px;
    height: 36px;
    background-position: -63px -7px;
  }
  #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-button-prev:hover, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-button-prev:focus, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-button-prev:active, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-button-next:hover, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-button-next:focus, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-button-next:active {
    border: none;
  }
  #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-button-prev:hover:after, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-button-prev:focus:after, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-button-prev:active:after, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-button-next:hover:after, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-button-next:focus:after, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-button-next:active:after {
    background: url("../img/arraw_set-03.svg") no-repeat 50% 50%;
    background-size: 1000px;
    background-position: -63px -7px;
    border: none;
  }
  #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-button-next.swiper-button-disabled:after, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-button-next:after {
    background-position: -12px -7px;
  }
  #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-button-next:hover:after, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-button-next:focus:after, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-button-next:active:after {
    background: url("../img/arraw_set-03.svg") no-repeat 50% 50%;
    background-size: 1000px;
    background-position: -12px -7px;
  }
  #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-button-next, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-rtl .swiper-button-prev {
    right: -16px;
  }
  #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-button-prev, #content_wall .sec_content_right .box_content_right.page-featured_works .box_works_post .slider_outer .swiper-rtl .swiper-button-next {
    left: -16px;
  }
  #content_wall .sec_content_right .box_content_right.page-healthcare-architectire p.pic_list img {
    height: auto;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #content_wall .sec_content_right .box_content_right .page_title {
    font-size: 24px;
  }
}
@media print {
  #pageTop {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */
