@charset "UTF-8";
/* # =================================================================
#	normalize
# ================================================================= */
/* # =================================================================
#	ベース
# ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
html, body {
  font-family: "Noto Sans JP", sans-serif;
}

body, input, textarea {
  font-family: "Noto Sans JP", sans-serif !important;
  color: #000000;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}

/* basic style ------------------------------ */
.hover {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  a.hover:link,
  a.hover:visited {
    opacity: 1.0;
  }
  a.hover:hover,
  a.hover:active {
    opacity: 0.6;
  }
}

@media only screen and (max-width: 767px) {
  a.hover:link,
  a.hover:visited,
  a.hover:hover {
    opacity: 1.0;
  }
  a.hover:active {
    opacity: 1.0;
  }
}

/* # =================================================================
#	レイアウト
# ================================================================= */
/* # =================================================================
#	見出し
# ================================================================= */
/* # =================================================================
#	ボタン
# ================================================================= */
/* # =================================================================
#	リンク
# ================================================================= */
/* # =================================================================
#	アイコン
# ================================================================= */
/* # =================================================================
#	パンくず
# ================================================================= */
/* # =================================================================
#	ヘッダー
# ================================================================= */
.pc .header_fix {
  padding-top: 120px;
}

.pc .header_fix #header_top {
  height: 60px;
}

.pc .header_fix #header #logo_image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: 0;
  top: 0;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.pc #header_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 120px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pc #header {
  width: auto;
  height: 100%;
  min-width: auto;
}

.pc #header_inner {
  width: auto;
  height: 100%;
  min-width: 194px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.pc #logo_image {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding-left: 45px;
  position: relative;
  left: 0;
  top: 0;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.pc #logo_image img.pc_logo_image {
  width: 194px;
  height: auto;
}

.pc #logo_image .logo a {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.pc #logo_image .logo a:hover {
  opacity: 0.7;
}

.pc #logo_image #tagline {
  margin: 0 0 0 20px;
}

.pc #global_menu_wrap {
  width: auto;
  height: auto;
  min-width: auto;
  padding-right: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.pc #global_menu_wrap #global_menu {
  width: auto;
  height: 60px;
  margin: 0;
}

.pc #global_menu_wrap #global_menu > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.pc #global_menu_wrap #global_menu > ul > li {
  margin: 0 16px;
}

.pc #global_menu_wrap #global_menu > ul > li > a {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.2em;
  height: auto;
  padding: 5px 5px 5px calc(5px + 0.2em);
}

.pc #global_menu_wrap #global_menu > ul > li > a:link, .pc #global_menu_wrap #global_menu > ul > li > a:visited, .pc #global_menu_wrap #global_menu > ul > li > a:hover, .pc #global_menu_wrap #global_menu > ul > li > a:active {
  color: #000000 !important;
}

.pc #global_menu_wrap #global_menu > ul > li > a:hover {
  background-color: #d7ff5c !important;
}

.pc #global_menu_wrap #global_menu > ul > li > a[aria-current] {
  background-color: #d7ff5c !important;
}

.pc #global_menu_wrap #global_menu .sub-menu {
  display: none !important;
}

.pc #slide_menu {
  display: none;
}

.pc #bread_crumb {
  border-top: 1px solid #dddddd;
}

.mobile #logo_image img.mobile_logo_image {
  width: 50vw;
  max-width: 160px;
  height: auto;
}

/* # =================================================================
#	グローバルナビゲーション
# ================================================================= */
/* # =================================================================
#	メイン
# ================================================================= */
body {
  background-color: #cccccc;
}

#container {
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}

@media screen and (min-width: 1700px) {
  #cpt_list_wrap {
    min-width: 100%;
  }
}

@media screen and (min-width: 2000px) {
  #cpt_list_wrap {
    min-width: 100%;
  }
}

body #previous_next_post,
body .page_navi {
  margin-top: 3.0em !important;
}

body.single-works #previous_next_post .prev_post,
body.single-works #previous_next_post .next_post {
  float: right;
}

body.single-works #previous_next_post .next_post a {
  margin-left: 0;
  margin-right: -1px;
  padding: 0 25px 0 60px;
}

body.single-works #previous_next_post .prev_post a {
  margin-left: -1px;
  margin-right: 0;
  padding: 0 60px 0 25px;
}

body.single-works #previous_next_post .prev_post a:before {
  content: '\e910';
  left: auto;
  right: 20px;
}

body.single-works #previous_next_post .next_post a:before {
  content: '\e90f';
  right: auto;
  left: 20px;
}

body #cpt_data {
  margin-top: 1.0em;
}

#main_col {
  width: 820px;
  max-width: 820px;
  min-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

body #left_col {
  float: none;
  width: 100%;
}

body #side_col {
  display: none;
}

#header_video .caption,
#header_video .caption.first_active {
  pointer-events: none;
  top: 50%;
  text-align: left;
}

#header_video .caption .title.rich_font,
#header_video .caption.first_active .title.rich_font {
  margin-top: -30px;
  padding: 20px 70px 90px 0;
  background-image: url(../img/kv_catch_bg.png);
  background-repeat: no-repeat;
  background-position: 300px 0%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 60px !important;
  text-shadow: -3.45px -3.45px 0px #00ff5b, 3.45px 3.45px 0px #f200ff !important;
  line-height: 1.66em;
  letter-spacing: 0.2em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
  -webkit-animation: fadeIn 1.0s ease forwards 0.4s !important;
  animation: fadeIn 1.0s ease forwards 0.4s !important;
}

#header_video .caption .title.rich_font,
#header_video .caption .title.desc,
#header_video .caption.first_active .title.rich_font,
#header_video .caption.first_active .title.desc {
  pointer-events: none;
}

#header_video .caption .button,
#header_video .caption.first_active .button {
  pointer-events: all;
  opacity: 1.0 !important;
}

#container {
  overflow: hidden;
}

#main_contents {
  position: relative;
}

#home-contents {
  overflow: hidden !important;
}

body:not(.single-works) #main_col {
  min-width: 0;
  max-width: 800px;
}

.sec-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 40px - 40px);
  max-width: 1200px;
  margin: 0 auto;
}

#bread_crumb ul {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 45px;
  padding-right: 45px;
}

.sec-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "PT Sans", sans-serif;
  font-size: 66px;
  line-height: 1.125em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #000000 !important;
}

.sec-heading:before {
  content: " ";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../img/ic_hdg.png.webp);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  margin-right: 22px;
}

body .post_content {
  font-size: 16px;
}

body .post_content p {
  margin-bottom: 1.0em;
}

body.page #post_title,
body .archive_headline,
body .post_title {
  margin-bottom: 40px;
}

body.page #post_title,
body.archive #post_title,
body .archive_headline,
body .post_title {
  text-align: center;
  font-family: "PT Sans", sans-serif;
  line-height: 1.125em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #000000 !important;
}

body.page #post_title:before,
body.archive #post_title:before,
body .archive_headline:before,
body .post_title:before {
  content: " ";
  display: inline-block;
  vertical-align: text-top;
  width: 50px;
  height: 50px;
  background-image: url(../img/ic_hdg.png.webp);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  margin-right: 22px;
}

body.page #container #post_title {
  font-size: 42px;
}

body.archive #container #post_title {
  font-size: 42px;
}

body #container .archive_headline {
  font-size: 42px !important;
}

body #container .post_title {
  font-size: 42px;
  margin-top: 100px;
}

body #container .post_title:nth-child(1) {
  margin-top: 0;
}

.after_post_title {
  font-size: 1.25em;
  line-height: 1.25em;
  font-weight: normal;
  text-align: center;
  margin-bottom: 2.0em;
}

#post_title + .after_post_title {
  margin-top: -1.2em;
}

@media only screen and (max-width: 767px) {
  body.page #post_title:before,
  body.archive #post_title:before,
  body .archive_headline:before,
  body .post_title:before {
    width: 30px;
    height: 30px;
    margin-right: 16px;
  }
  body.page #container #post_title {
    font-size: 26px;
  }
  body.archive #container #post_title {
    font-size: 26px;
  }
  body #container .archive_headline {
    font-size: 26px !important;
  }
  body #container .post_title {
    font-size: 26px;
  }
  .after_post_title {
    font-size: 1.0em;
  }
}

.sec-heading-s {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "PT Sans", sans-serif;
  font-size: 32px;
  line-height: 1.125em;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.sec-heading-s:before {
  content: " ";
  display: block;
  width: 26px;
  height: 26px;
  background-image: url(../img/ic_hdg.png.webp);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  margin-right: 8px;
}

.sec-heading-s.ex:before {
  background-image: url(../img/ic_hdg_2.png.webp);
}

.more-link {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px;
  overflow: hidden;
  padding: 5px 15px 0px 15px;
  margin-left: -15px;
  position: relative;
}

.more-link:link, .more-link:visited, .more-link:hover, .more-link:active {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  color: #000000;
  text-decoration: none;
}

.more-link:before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #67c9ff;
  background: -webkit-gradient(linear, left top, right top, from(#67c9ff), to(#ff9cff));
  background: -webkit-linear-gradient(left, #67c9ff 0%, #ff9cff 100%);
  background: linear-gradient(90deg, #67c9ff 0%, #ff9cff 100%);
}

.more-link > .inner {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  position: relative;
  padding-bottom: 4px;
  padding-right: 32px;
  border-bottom: 1px solid #000000;
  font-family: "PT Sans", sans-serif;
  font-size: 20px;
  line-height: 1.0em;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.more-link > .inner:before, .more-link > .inner:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  display: block;
  vertical-align: text-bottom;
  margin-bottom: 0.1em;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  position: absolute;
  right: 0px;
  top: -5px;
  bottom: 0;
  margin: auto 0;
}

.more-link > .inner:before {
  opacity: 0;
  background-image: url(../img/ic_arw_fff.png.webp);
}

.more-link > .inner:after {
  opacity: 1.0;
  background-image: url(../img/ic_arw_common.png.webp);
}

.more-link:hover {
  color: #ffffff;
}

.more-link:hover:before {
  width: 100%;
}

.more-link:hover > .inner {
  border-bottom-color: transparent !important;
}

.more-link:hover > .inner:before {
  opacity: 1.0;
}

.more-link:hover > .inner:after {
  opacity: 0;
}

.more-link.about:link, .more-link.about:visited {
  color: #e4007f;
}

.more-link.about:hover, .more-link.about:active {
  color: #ffffff;
}

.more-link.about > .inner {
  border-bottom-color: #e4007f;
}

.more-link.about > .inner:after {
  background-image: url(../img/ic_arw_about.png.webp);
}

.more-link.works:link, .more-link.works:visited {
  color: #2ee25c;
}

.more-link.works:hover, .more-link.works:active {
  color: #ffffff;
}

.more-link.works > .inner {
  border-bottom-color: #2ee25c;
}

.more-link.works > .inner:after {
  background-image: url(../img/ic_arw_works.png.webp);
}

.more-link.service:link, .more-link.service:visited {
  color: #2ea7e0;
}

.more-link.service:hover, .more-link.service:active {
  color: #ffffff;
}

.more-link.service > .inner {
  border-bottom-color: #2ea7e0;
}

.more-link.service > .inner:after {
  background-image: url(../img/ic_arw_service.png.webp);
}

#cpt_slider .item {
  background-color: #ffffff !important;
  background-size: contain !important;
  background-position: 50% 50%;
}

#news-sec {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 135px;
  position: absolute;
  z-index: 100;
  left: 0;
  top: -135px;
}

#news-sec .sec-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  height: 100%;
}

#news-sec .sec-inner > .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#news-sec .sec-inner > .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  margin-left: 20px;
}

#news-sec .sec-inner .more {
  margin-top: 5px;
}

.news-list {
  list-style-type: disc;
  margin: 0 0 0 1.0em;
  padding: 0;
  font-size: 18px;
  line-height: 1.5em;
}

.news-list > li {
  margin: 0.2em 0;
  padding: 0;
}

.news-list > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.news-list > li > a > .date {
  width: 110px;
}

.news-list > li > a > .text.withdate {
  width: calc(100% - 110px);
}

#about-sec {
  position: relative;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 526px;
  background-image: url(../img/about_bg.jpg.webp);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  overflow: visible;
}

#about-sec .sec-inner {
  position: relative;
  z-index: 2;
  padding: 40px 0;
}

#about-sec .sec-inner .sec-heading {
  margin-bottom: 20px;
}

#about-sec .sec-inner .main {
  margin-left: 72px;
}

#about-sec .sec-inner .catch {
  font-size: 44px;
  line-height: 1.25em;
  font-weight: 700;
  margin-bottom: 20px;
}

#about-sec .sec-inner .text {
  font-size: 16px;
  line-height: 1.75em;
}

#about-sec .sec-inner .more {
  margin-top: 15px;
}

#about-sec .eyecatch {
  width: 779px;
  height: 595px;
  background-image: url(../img/about_eyecatch.png.webp);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: auto 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

#works-sec {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f6f6f6;
}

#works-sec .sec-inner {
  position: relative;
  padding: 30px 0 20px;
}

#works-sec .sec-inner:nth-last-child(1) {
  padding: 25px 0 30px;
}

#works-sec .sec-inner .more {
  text-align: right;
}

.works-list1 {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.works-list1 .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.works-list1 .swiper-wrapper.swiper-hover {
  -webkit-transition-duration: 1000ms !important;
  transition-duration: 1000ms !important;
  -webkit-transition-delay: 0ms !important;
  transition-delay: 0ms !important;
}

.works-list1 .swiper-slide {
  margin: 0;
  padding: 0;
  width: 360px;
  height: 254px;
  overflow: hidden;
  position: relative;
}

.works-list1 .swiper-slide > a {
  display: block;
  width: 100%;
  height: 100%;
}

.works-list1 .swiper-slide > a .pr_label {
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  color: #fff;
  font-size: 11px;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
}

.works-list1 .swiper-slide > a .thumb {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eeeeee;
}

.works-list1 .swiper-slide > a .thumb img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.works-list1 .swiper-slide > a .summary {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  height: 4.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.works-list1 .swiper-slide > a .summary .title {
  width: 100%;
  font-size: 16px;
  line-height: 1.25em;
  font-weight: 500;
  overflow: hidden;
}

.works-list1 .swiper-slide > a .summary .english {
  width: 100%;
  font-size: 12px;
  line-height: 1.25em;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 4px;
}

.works-list1 .swiper-slide > a .summary .date {
  width: 100%;
  color: #999999;
  font-size: 12px;
  line-height: 1.25em;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 4px;
}

.works-list1 .swiper-slide > a .summary .category {
  width: 100%;
  margin-top: 8px;
}

.works-list1 .swiper-slide > a .summary .category span {
  display: inline-block;
  background-color: #cccccc;
  color: #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: calc(50% - 5px);
  margin-right: 5px;
  border-radius: 50px;
  padding: 5px 10px;
  font-size: 10px;
  line-height: 1.0em;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.works-list1 .swiper-slide > a:hover .thumb img {
  width: 120%;
  height: 120%;
}

.works-list2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.works-list2:before, .works-list2:after {
  content: " ";
}

.works-list2 ul {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}

.works-list2 ul > li {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% / 4 - 20px);
  background-color: #ffffff;
  border: 1px solid #dddddd;
  padding: 10px;
  margin: 10px;
}

.works-list2 ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.works-list2 ul > li > a .pr_label {
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  color: #fff;
  font-size: 11px;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
}

.works-list2 ul > li > a .thumb {
  position: relative;
  z-index: 1;
  width: 100%;
  position: relative;
  padding-top: 65.625%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eeeeee;
}

.works-list2 ul > li > a .thumb img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.works-list2 ul > li > a .summary {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 0 0 0;
  text-align: center;
}

.works-list2 ul > li > a .summary .title {
  width: 100%;
  font-size: 16.5px;
  line-height: 1.5em;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.works-list2 ul > li > a .summary .date {
  width: 100%;
  color: #999999;
  font-size: 12px;
  line-height: 1.25em;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 6px;
}

.works-list2 ul > li > a .summary .client {
  width: 100%;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 1.25em;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.works-list2 ul > li > a .summary .category {
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
}

.works-list2 ul > li > a .summary .category span {
  display: inline-block;
  background-color: #cccccc;
  color: #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: calc(50% - 5px);
  margin-right: 5px;
  border-radius: 50px;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1.0em;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.works-list2 ul > li > a:hover {
  color: #000000;
}

.works-list2 ul > li > a:hover .thumb img {
  width: 120%;
  height: 120%;
  margin: -10%;
}

#service-sec {
  position: relative;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 750px;
  background-image: url(../img/service_bg.jpg.webp);
  background-repeat: repeat-y;
  background-position: 0% 50%;
  background-size: 100% auto;
  overflow: hidden;
}

#service-sec .sec-inner {
  position: relative;
  z-index: 2;
  padding: 30px 0 120px;
}

#service-sec .sec-inner .sec-heading {
  margin-bottom: 30px;
}

#service-sec .sec-inner .main {
  margin-left: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#service-sec .sec-inner .more {
  margin-top: 35px;
}

#service-sec .eyecatch {
  width: 840px;
  height: 820px;
  background-image: url(../img/service_eyecatch.png.webp);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 1;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.service-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.service-list > li {
  margin: 0;
  padding: 0;
  margin-bottom: 45px;
}

.service-list > li:nth-last-child(1) {
  margin-bottom: 0;
}

.service-list > li > a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: visible;
  position: relative;
  border: 1.5px solid #2ea7e0;
  border-bottom-left-radius: 20px;
}

.service-list > li > a:link, .service-list > li > a:visited, .service-list > li > a:hover, .service-list > li > a:active {
  color: #000000;
}

.service-list > li > a:before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: " ";
  display: block;
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-bottom-left-radius: 19px;
  background-color: #2ea7e0;
  opacity: 0;
}

.service-list > li > a > .inner {
  display: block;
  text-align: right;
  position: relative;
  z-index: 2;
  padding: 0 15px 8px 25px;
}

.service-list > li > a > .inner > .heading {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
  font-size: 28px;
  line-height: 1.0em;
  font-weight: 700;
  margin-bottom: 8px;
  margin-top: -10px;
  background-color: #ffffff;
  padding: 0 0.2em;
}

.service-list > li > a > .inner > .text {
  display: block;
  text-align: right;
  font-size: 15px;
  line-height: 1.25em;
}

.service-list > li > a:hover:before {
  width: 100%;
  opacity: 1.0;
}

.service-list > li > a:hover > .inner > .heading {
  background-color: transparent;
}

#clients-sec {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #c3f71a;
}

#clients-sec .sec-inner {
  position: relative;
  padding: 50px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#clients-sec .sec-inner .sec-heading-s {
  width: 230px;
}

#clients-sec .sec-inner .main {
  width: calc(100% - 230px);
}

#clients-sec .sec-inner .note {
  text-align: right;
  font-size: 15px;
  line-height: 1.25em;
}

.clients-list {
  list-style-type: disc;
  margin: 0 0 0 1.0em;
  padding: 0;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 2.0em;
  -moz-column-gap: 2.0em;
  column-gap: 2.0em;
}

.clients-list > li {
  font-size: 14px;
  line-height: 1.25em;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

.clients-list > li.etc {
  list-style-type: none;
  margin-left: -1.0em;
}

#contact-sec {
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #efe6f0;
}

#contact-sec .sec-inner {
  position: relative;
  padding: 50px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#contact-sec .sec-inner .head {
  width: 55%;
}

#contact-sec .sec-inner .head .sec-heading-s {
  margin-bottom: 20px;
}

#contact-sec .sec-inner .head .lead {
  margin-left: 30px;
  font-size: 15px;
  line-height: 1.75em;
}

#contact-sec .sec-inner .main {
  width: 48%;
  max-width: 380px;
  margin-left: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#contact-sec .sec-inner .main .tel {
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 1.25em;
  font-weight: 700;
  letter-spacing: 0.1em;
}

#contact-sec .sec-inner .main .tel > .inner {
  font-size: 28px;
  line-height: 1.25em;
}

#contact-sec .sec-inner .main .tel a:link,
#contact-sec .sec-inner .main .tel a:visited {
  color: #000000;
}

#contact-sec .sec-inner .main .tel-info {
  margin-top: 8px;
  width: 100%;
  text-align: center;
  font-size: 15px;
  line-height: 1.25em;
  text-indent: 1.0em;
}

#contact-sec .sec-inner .main .contact {
  width: 100%;
  text-align: center;
  margin-top: 24px;
}

#contact-sec .sec-inner .main .contact > .catch {
  font-size: 24px;
  line-height: 1.25em;
  font-weight: 500;
}

#contact-sec .sec-inner .main .contact .button01 {
  max-width: 100%;
}

#contact-sec .sec-inner .main .contact .button01:before {
  font-family: 'Material Icons';
  content: '\e0e1';
  vertical-align: text-bottom;
  font-size: 1.255em;
  line-height: 1.0em;
  margin-right: 0.2em;
}

body.home #contact-sec {
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #efe6f0;
}

body.home #contact-sec:before {
  content: "";
  display: block;
  width: 88px;
  height: 123px;
  background-image: url(../img/contact_eyecatch.png.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  position: absolute;
  left: 20px;
  top: -88px;
}

.button01 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 25px 10px;
  border-radius: 30px;
  width: 100%;
  max-width: 330px;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.0em;
  font-weight: 700;
}

.button01:link, .button01:visited, .button01:hover, .button01:active {
  background-color: #00a5ff;
  color: #ffffff;
}

.button01:hover {
  opacity: 0.7;
}

#post_meta_top .category span {
  font-size: 12px;
  background: #cccccc;
  color: #000000;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 35px;
  text-align: center;
  float: left;
}

#post_meta_top .category span {
  display: none;
}

#post_meta_top .category span:first-child, #post_meta_top .category span:only-child {
  display: block;
}

.custom_table tbody tr:nth-child(1) th,
.custom_table tbody tr:nth-child(1) td {
  border-top: none;
}

.custom_table tbody tr:nth-last-child(1) th,
.custom_table tbody tr:nth-last-child(1) td {
  border-bottom: none;
}

.custom_table th,
.custom_table td {
  border-left: 0;
  border-right: 0;
  border-color: #898989 !important;
}

.custom_table a[target="_blank"]:after {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 6px;
  content: " ";
  background-image: url("../img/ic_arw2.svg");
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: auto 100%;
  margin-left: 0.2em;
  margin-top: -0.4em;
}

.wpcf7 p {
  font-size: 16px !important;
}

body .wpcf7 textarea {
  height: 12em;
}

body .post_content .wpcf7 p {
  line-height: 1.75em;
  margin-bottom: 1.75em;
}

.wpcf7-response-output {
  font-size: 16px !important;
}

.captcha-outer {
  display: block;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.captcha-img {
  vertical-align: middle;
  width: 30%;
  height: auto;
  border: 1px solid #cccccc;
  margin-bottom: 4px;
  margin-right: 10px;
}

.captcha-note {
  display: inline-block;
  margin-bottom: 4px;
}

.captcha-input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.wpcf7-spinner {
  display: block;
  margin: 24px auto;
}

.wpcf7-not-valid {
  background-color: #FFF5F5 !important;
}

.wpcf7-not-valid-tip {
  display: inline-block;
}

.wpcf7 label {
  /*font-size: 1.125em;
	line-height: 1.5em;*/
  /*font-weight: 500;*/
}

.wpcf7 .note {
  display: block;
  font-size: 0.75em;
  line-height: 1.25em;
  color: #757575;
  margin-top: 0.8em;
  font-weight: normal;
}

.wpcf7 .required {
  display: inline-block;
  vertical-align: middle;
  padding: 0.4em 0.8em 0.5em;
  background-color: #dc3232;
  color: #ffffff;
  border-radius: 2px;
  font-size: 0.625em;
  line-height: 1.0em;
  margin-left: 0.5em;
  margin-bottom: 0.2em;
}

.wpcf7 .captcha-note + .required {
  margin-left: 0;
  margin-bottom: 4px;
}

.wpcf7 .free {
  display: inline-block;
  vertical-align: middle;
  padding: 0.4em 0.8em 0.5em;
  background-color: #777777;
  color: #ffffff;
  border-radius: 4px;
  font-size: 0.625em;
  line-height: 1.0em;
  margin-left: 0.5em;
  margin-bottom: 0.2em;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #F3FFF3;
  border-color: #46b450;
  border-style: solid;
  border-width: 2px;
  padding: 1em 0.4em;
  border-radius: 8px;
  color: #46b450;
  font-size: 1.25em;
  line-height: 1.5em;
  margin-left: 0;
  margin-right: 0;
}

.wpcf7 form.invalid .wpcf7-response-output {
  background-color: #FFF5F5;
  border-color: #dc3232;
  border-style: solid;
  border-width: 2px;
  padding: 1em 0.4em;
  border-radius: 8px;
  color: #dc3232;
  font-size: 1.25em;
  line-height: 1.5em;
  margin-left: 0;
  margin-right: 0;
}

/* # =================================================================
#	フッター
# ================================================================= */
#footer_top,
#footer_bottom {
  background-color: #000000;
  color: #ffffff;
}

#footer_top a:link,
#footer_top a:visited,
#footer_bottom a:link,
#footer_bottom a:visited {
  color: #ffffff;
  text-decoration: none;
}

#footer_top a:hover,
#footer_top a:active,
#footer_bottom a:hover,
#footer_bottom a:active {
  color: #ffffff;
  text-decoration: underline;
}

#footer_top ul.sub-menu a:link,
#footer_top ul.sub-menu a:visited,
#footer_bottom ul.sub-menu a:link,
#footer_bottom ul.sub-menu a:visited {
  color: #999999;
  text-decoration: none;
}

#footer_top ul.sub-menu a:hover,
#footer_top ul.sub-menu a:active,
#footer_bottom ul.sub-menu a:hover,
#footer_bottom ul.sub-menu a:active {
  color: #999999;
  text-decoration: underline;
}

@media all and (min-width: 768px) and (max-width: 1280px) {
  #footer_top #footer_top_inner {
    width: calc(100% - 40px - 40px);
    max-width: 1200px;
  }
}

#footer_bottom {
  border-top: none;
  height: auto;
  padding: 95px 0 30px;
}

#footer_bottom #copyright {
  font-family: "PT Sans", sans-serif;
  font-size: 13px;
  line-height: 1.25em;
  letter-spacing: 0.05em;
}

#footer_top #footer_top_inner {
  padding: 30px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.foot-info .logo {
  margin-bottom: 15px;
}

.foot-info .logo img {
  width: 143px;
  height: auto;
}

.foot-info .address {
  font-size: 16px;
  line-height: 1.75em;
}

.foot-nav {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.foot-nav .footer_menu_wrap {
  margin-left: 3.0em;
}

.foot-nav ul.menu {
  font-size: 16px;
  line-height: 1.25em;
}

.foot-nav ul.menu > li {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  position: relative;
}

.foot-nav ul.menu > li:before {
  position: absolute;
  left: 0;
  top: 0;
}

.foot-nav ul.sub-menu {
  margin-left: 1.5em;
  overflow: hidden;
}

.foot-nav ul.sub-menu li {
  margin-top: 0.5em;
}

/* # =================================================================
#	レスポンシブ
# ================================================================= */
@media all and (min-width: 768px) and (max-width: 1280px) {
  .foot-nav .footer_menu_wrap {
    margin-left: 1.0em;
  }
  #header_video .caption .title.rich_font {
    margin-top: 0;
    padding: 2.60756vw 9.12647vw 11.73403vw 0;
    background-image: url(../img/kv_catch_bg.png);
    background-repeat: no-repeat;
    background-position: 20.8605vw 0%;
    background-size: 20.8605vw auto;
    font-size: 4.1721vw !important;
    text-shadow: -0.22947vw -0.22947vw 0px #00ff5b, 0.22947vw 0.22947vw 0px #f200ff !important;
  }
  #about-sec .sec-inner .catch {
    font-size: 3.4375vw;
  }
  #about-sec .eyecatch {
    width: 70.3125vw;
    height: 52.8125vw;
    right: -23.4375vw;
  }
  #service-sec .eyecatch {
    width: 70.3125vw;
    height: 68.67188vw;
    left: -15.625vw;
  }
  .works-list2 {
    padding: 0 45px;
  }
  .works-list2 ul > li {
    width: calc(100% / 3 - 20px);
    background-color: #ffffff;
    border: 1px solid #dddddd;
    padding: 10px;
    margin: 10px;
  }
}

@media only screen and (max-width: 767px) {
  #header_video {
    height: 52.15124vw !important;
  }
  #header_video video {
    -webkit-transform: scale(2) !important;
    transform: scale(2) !important;
    top: 0 !important;
    left: 0 !important;
  }
  #header_video .caption .title.rich_font {
    margin-top: 0;
    padding: 2.60756vw 9.12647vw 11.73403vw 0;
    background-image: url(../img/kv_catch_bg.png);
    background-repeat: no-repeat;
    background-position: 20.8605vw 0%;
    background-size: 20.8605vw auto;
    font-size: 5.73664vw !important;
    text-shadow: -0.33638vw -0.33638vw 0px #00ff5b, 0.33638vw 0.33638vw 0px #f200ff !important;
  }
  #header_video .caption,
  #header_video .caption.first_active {
    top: 45%;
  }
  .button01 {
    padding: 2.34681vw 4.1721vw 2.34681vw;
    border-radius: 5.21512vw;
    width: 100%;
    max-width: 100%;
    font-size: 4.95437vw;
    line-height: 1.0em;
  }
  .sec-inner {
    max-width: 100%;
    width: 100%;
    padding: 5.21512vw;
    margin: 0 auto;
  }
  .sec-heading {
    font-size: 7.30117vw;
  }
  .sec-heading:before {
    content: " ";
    display: block;
    width: 5.21512vw;
    height: 5.21512vw;
    margin-right: 1.56454vw;
  }
  .more-link {
    border-radius: 6.5189vw;
    overflow: visible;
    padding: 2.08605vw 4.1721vw 0vw 4.1721vw;
    margin-left: 0;
    font-size: 3.38983vw;
    line-height: 1.0em;
  }
  .more-link > .inner {
    padding-bottom: 1.56454vw;
    padding-right: 5.21512vw;
    border-bottom: none;
    font-family: "PT Sans", sans-serif;
    font-size: 4.1721vw;
    line-height: 1.0em;
    font-weight: 500;
  }
  .more-link > .inner:before, .more-link > .inner:after {
    width: 4.1721vw;
    height: 4.1721vw;
    top: -1.56454vw;
  }
  .more-link:before {
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 6.5189vw;
    border: 0.39113vw solid #000000;
  }
  .more-link:hover {
    color: #ffffff;
  }
  .more-link:hover:before {
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#67c9ff), to(#ff9cff));
    background: -webkit-linear-gradient(left, #67c9ff 0%, #ff9cff 100%);
    background: linear-gradient(90deg, #67c9ff 0%, #ff9cff 100%);
    border: 0px solid transparent;
  }
  .more-link:hover > .inner {
    border-bottom-color: transparent !important;
  }
  .more-link:hover > .inner:before {
    opacity: 1.0;
  }
  .more-link:hover > .inner:after {
    opacity: 0;
  }
  .more-link.about:before {
    border-color: #e4007f;
  }
  .more-link.about:link, .more-link.about:visited {
    color: #e4007f;
  }
  .more-link.about:hover, .more-link.about:active {
    color: #ffffff;
  }
  .more-link.about > .inner {
    border-bottom-color: #e4007f;
  }
  .more-link.about > .inner:after {
    background-image: url(../img/ic_arw_about.png.webp);
  }
  .more-link.works:before {
    border-color: #2ee25c;
  }
  .more-link.works:link, .more-link.works:visited {
    color: #2ee25c;
  }
  .more-link.works:hover, .more-link.works:active {
    color: #ffffff;
  }
  .more-link.works > .inner {
    border-bottom-color: #2ee25c;
  }
  .more-link.works > .inner:after {
    background-image: url(../img/ic_arw_works.png.webp);
  }
  .more-link.service:before {
    border-color: #2ea7e0;
  }
  .more-link.service:link, .more-link.service:visited {
    color: #2ea7e0;
  }
  .more-link.service:hover, .more-link.service:active {
    color: #ffffff;
  }
  .more-link.service > .inner {
    border-bottom-color: #2ea7e0;
  }
  .more-link.service > .inner:after {
    background-image: url(../img/ic_arw_service.png.webp);
  }
  #news-sec {
    height: 19.55671vw;
    top: -19.55671vw;
  }
  #news-sec .sec-inner {
    padding: 0 5.21512vw;
  }
  #news-sec .sec-inner > .main {
    margin-left: 2.60756vw;
  }
  #news-sec .sec-inner .more {
    margin-top: 0.65189vw;
  }
  .news-list {
    font-size: 2.86832vw;
    line-height: 1.5em;
  }
  .news-list > li > a > .date {
    width: 14.34159vw;
  }
  .news-list > li > a > .text.withdate {
    width: calc(100% - 14.34159vw);
  }
  #about-sec {
    background-size: auto 220%;
    min-height: 68.57888vw;
  }
  #about-sec .sec-inner {
    padding: 5.21512vw;
  }
  #about-sec .sec-inner .main {
    margin-left: 0;
  }
  #about-sec .sec-inner .catch {
    font-size: 4.69361vw;
  }
  #about-sec .sec-inner .text {
    font-size: 2.60756vw;
    line-height: 1.75em;
  }
  #about-sec .sec-inner .text > span {
    display: inline;
    padding: 0.65189vw;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, rgba(215, 255, 92, 0.65)));
    background: -webkit-linear-gradient(transparent 0%, rgba(215, 255, 92, 0.65) 0%);
    background: linear-gradient(transparent 0%, rgba(215, 255, 92, 0.65) 0%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
  #about-sec .eyecatch {
    width: 117.34029vw;
    height: 88.13559vw;
    right: -44.32855vw;
  }
  #works-sec .sec-inner {
    position: relative;
    padding: 7.82269vw 5.21512vw 5.21512vw;
  }
  #works-sec .sec-inner:nth-last-child(1) {
    padding: 5.21512vw 5.21512vw 7.82269vw;
  }
  .works-list1 .swiper-slide {
    width: 52.15124vw;
    height: 36.76662vw;
  }
  .works-list1 .swiper-slide > a .pr_label {
    font-size: 1.43416vw;
    height: 3.25945vw;
    line-height: 3.25945vw;
    padding: 0 1.30378vw;
  }
  .works-list1 .swiper-slide > a .summary {
    padding: 2.08605vw;
  }
  .works-list1 .swiper-slide > a .summary .title {
    font-size: 2.86832vw;
  }
  .works-list1 .swiper-slide > a .summary .english {
    font-size: 2.34681vw;
    line-height: 1.25em;
    margin-top: 1.30378vw;
  }
  .works-list1 .swiper-slide > a .summary .date {
    font-size: 2.34681vw;
    line-height: 1.25em;
    margin-top: 1.30378vw;
  }
  .works-list1 .swiper-slide > a .summary .category {
    margin-top: 1.82529vw;
  }
  .works-list1 .swiper-slide > a .summary .category span {
    max-width: calc(50% - 1.30378vw);
    margin-right: 1.30378vw;
    border-radius: 7.82269vw;
    padding: 1.30378vw 2.08605vw;
    font-size: 2.08605vw;
  }
  #service-sec {
    min-height: 97.78357vw;
  }
  #service-sec .sec-inner {
    padding: 7.82269vw 5.21512vw;
  }
  #service-sec .sec-inner .sec-heading {
    margin-bottom: 3.91134vw;
  }
  #service-sec .sec-inner .main {
    margin-left: auto;
  }
  #service-sec .sec-inner .more {
    margin-top: 3.91134vw;
  }
  #service-sec .eyecatch {
    width: 104.30248vw;
    height: 101.82529vw;
    left: -46.93611vw;
  }
  .service-list > li {
    margin-bottom: 5.86701vw;
  }
  .service-list > li > a {
    background-color: rgba(255, 255, 255, 0.75);
  }
  .service-list > li > a > .inner {
    padding: 0 2.60756vw 1.82529vw 3.91134vw;
  }
  .service-list > li > a > .inner > .heading {
    font-size: 4.43286vw;
    line-height: 1.0em;
    margin-bottom: 1.82529vw;
    margin-top: -2.08605vw;
  }
  .service-list > li > a > .inner > .text {
    font-size: 2.60756vw;
    line-height: 1.25em;
  }
  #clients-sec {
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #c3f71a;
  }
  #clients-sec .sec-inner {
    display: block;
    padding: 7.82269vw 5.21512vw;
  }
  #clients-sec .sec-inner .sec-heading-s {
    width: 100%;
    margin-bottom: 3.91134vw;
  }
  #clients-sec .sec-inner .main {
    width: 100%;
  }
  #clients-sec .sec-inner .note {
    font-size: 2.34681vw;
    line-height: 1.25em;
  }
  .clients-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 3.0em;
    -moz-column-gap: 3.0em;
    column-gap: 3.0em;
  }
  .clients-list > li {
    font-size: 2.34681vw;
    line-height: 1.25em;
  }
  #contact-sec .sec-inner {
    display: block;
    padding: 7.82269vw 5.21512vw;
  }
  #contact-sec .sec-inner .head {
    width: 100%;
    margin-bottom: 5.21512vw;
  }
  #contact-sec .sec-inner .head .sec-heading-s {
    margin-bottom: 2.60756vw;
  }
  #contact-sec .sec-inner .head .lead {
    margin-left: 0;
    font-size: 3.12907vw;
    line-height: 1.75em;
  }
  #contact-sec .sec-inner .main {
    width: 100%;
    max-width: none;
    margin-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #contact-sec .sec-inner .main .tel {
    width: 100%;
    text-align: center;
    font-size: 3.12907vw;
    line-height: 1.25em;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  #contact-sec .sec-inner .main .tel > .inner {
    font-size: 4.69361vw;
    line-height: 1.25em;
  }
  #contact-sec .sec-inner .main .tel a:link,
  #contact-sec .sec-inner .main .tel a:visited {
    color: #000000;
  }
  #contact-sec .sec-inner .main .tel-info {
    margin-top: 1.04302vw;
    width: 100%;
    text-align: center;
    font-size: 2.86832vw;
    line-height: 1.25em;
    text-indent: 1.0em;
  }
  #contact-sec .sec-inner .main .contact {
    width: 100%;
    text-align: center;
    margin-top: 3.12907vw;
  }
  #contact-sec .sec-inner .main .contact > .catch {
    font-size: 4.69361vw;
    line-height: 1.25em;
    font-weight: 500;
  }
  #contact-sec .sec-inner .main .contact .button01 {
    max-width: 100%;
  }
  #footer_bottom {
    padding: 7.82269vw 0 7.82269vw;
  }
  #footer_bottom #copyright {
    font-size: 2.08605vw;
  }
  #footer_top #footer_top_inner {
    max-width: calc(100% - 2.60756vw - 2.60756vw);
    margin: 0 auto;
    padding: 7.82269vw 0 0;
    display: block;
  }
  .foot-info {
    text-align: center;
  }
  .foot-info .logo {
    margin: 0 auto;
    margin-bottom: 2.60756vw;
  }
  .foot-info .logo img {
    width: 23.46806vw;
    height: auto;
  }
  .foot-info .address {
    text-align: center;
    font-size: 2.86832vw;
    line-height: 1.75em;
  }
  .foot-nav {
    margin-top: 5.21512vw;
    margin-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .foot-nav .footer_menu_wrap {
    margin-left: 2.0em;
    margin-right: 2.0em;
  }
  .foot-nav ul.menu {
    font-size: 2.86832vw;
    line-height: 1.25em;
  }
  .foot-nav ul.menu > li {
    margin-bottom: 2.60756vw;
  }
  .works-list2 {
    padding: 0 5.21512vw;
  }
  .works-list2 ul > li {
    width: calc(100% / 2 - 5.21512vw);
    background-color: #ffffff;
    border: 1px solid #dddddd;
    padding: 2.60756vw;
    margin: 2.60756vw;
  }
  .works-list2 ul > li > a .pr_label {
    font-size: 1.43416vw;
    height: 3.25945vw;
    line-height: 3.25945vw;
    padding: 0 1.30378vw;
  }
  .works-list2 ul > li > a .summary {
    padding: 2.60756vw 0 0 0;
    text-align: center;
  }
  .works-list2 ul > li > a .summary .title {
    font-size: 2.86832vw;
    line-height: 1.25em;
  }
  .works-list2 ul > li > a .summary .date {
    font-size: 2.34681vw;
    line-height: 1.25em;
    margin-top: 1.56454vw;
  }
  .works-list2 ul > li > a .summary .client {
    width: 100%;
    margin-bottom: 1.30378vw;
    font-size: 2.34681vw;
    line-height: 1.25em;
  }
  .works-list2 ul > li > a .summary .category {
    margin-bottom: 2.08605vw;
  }
  .works-list2 ul > li > a .summary .category span {
    max-width: calc(100% - 1.30378vw);
    margin-right: 1.30378vw;
    border-radius: 7.82269vw;
    padding: 1.30378vw 3.25945vw;
    font-size: 2.34681vw;
    line-height: 1.0em;
  }
  body #bread_crumb ul {
    width: 100%;
    white-space: nowrap;
    overflow: auto;
  }
  body #cpt_single_title_area #post_title {
    width: 100%;
  }
}

/*# sourceMappingURL=common.css.map */
