@charset "utf-8";
/*　北九州市で動画・映像制作なら「動画屋素直」　*/
/*　共通　*/
html {
  font-size: 62.5%;
}
div#site-loader-overlay {
  background-color: #F2F2F2;
}
body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-style: normal;
  color: rgb(26 26 26);
  letter-spacing: 0.05rem;
  position: relative;
  counter-reset: number 0;
  line-height: 2.4;
}
.headline-font-type {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.font-type1 {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a {
  color: #8C8C8C;
  font-weight: 500;
}
address {
  font-style: normal;
}
.header-bar {
  background-color: rgb(255 255 255) !important;
}
.header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  top: 0;
  left: 0;
  background: rgb(255 255 255);
}
.top-slider-content-inner::after {
  display: none;
}
.top-slider-wrapper {
  overflow: hidden;
  position: relative;
  width: calc(100% - 50px);
  height: calc(100vh - 100px);
  margin: 0 auto;
  background: #fff;
}
.top-slider-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(26 26 26 / 50%);
  z-index: 1;
}
.top-slider-wrapper::after {
  content: 'SCROLL';
  position: absolute;
  color: rgb(255 255 255);
  line-height: 1;
  bottom: 5rem;
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
  z-index: 10;
  letter-spacing: 0.3rem;
  font-family: "Montserrat", sans-serif;
}
.top-slider {
  position: relative;
}
.top-slider::after, div#top-slider-content::after, .header-youtube::after {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 3.5rem;
  background: rgb(255 255 255);
  bottom: 0;
  left: 50%;
  z-index: 1;
}
.top-slider-content-inner:hover {
  background: unset;
}
div#content01 {
  position: relative;
}
div#content01::before {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 3.5rem;
  background: rgb(237 47 47);
  top: 0;
  left: 50%;
  z-index: 1;
}
ul#top-slider-nav {
  display: none;
}
.logo-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 18rem;
  height: auto;
  margin-left: 0;
  font-size: 1.6rem;
}
.logo-image img {
  width: 100%;
}
.header-bar-inner {
  width: 100%;
}
.global-nav > ul > li > a {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 9.2rem;
  padding: 0 2rem 0 2rem;
  text-align: center;
  letter-spacing: 0.25rem;
  color: rgb(26 26 26);
  font-family: "Montserrat", sans-serif;
}
.global-nav > ul > li > a::after {
  position: relative;
  text-align: center;
  display: block;
  bottom: 2.8rem;
  line-height: 1;
  font-size: 0.8rem;
  letter-spacing: 0.2rem;
  font-weight: 600;
  color: #8C8C8C;
}
.global-nav > ul > li.global-menu-001 > a::after {
  content: 'ホーム';
}
.global-nav > ul > li.global-menu-002 > a::after {
  content: 'プラン･料金';
}
.global-nav > ul > li.global-menu-003 > a::after {
  content: 'よくある質問';
}
.global-nav > ul > li.global-menu-004 > a::after {
  content: 'ご挨拶';
}
.global-nav > ul > li.global-menu-005 > a::after {
  content: '運営概要';
}
.global-nav > ul > li.global-menu-006 > a::after {
  content: 'お問い合わせ';
}
.global-nav > ul > li.global-menu-instagram > a::after{
	content: "\ea92";
	font-family: 'design_plus';
	font-weight: 500;
}
.global-nav > ul > li.global-menu-line > a::after {
	content: "\e909";
	font-family: 'design_plus';
	font-weight: 500;
}
@media screen and (min-width: 1200px){
	.global-nav > ul > li.global-menu-instagram > a,
	.global-nav > ul > li.global-menu-line > a{
		display: block;
		bottom: 2.8rem;
		line-height: 1rem;
		font-size: 0.8rem;
		letter-spacing: 0.2rem;
		font-weight: 700;
		padding-top: 6.2rem;
		padding-bottom: 2rem;
		color: #8C8C8C;
	}
	.global-nav > ul > li.global-menu-instagram > a::after,
	.global-nav > ul > li.global-menu-line > a::after{
		color: rgb(26 26 26);
		font-size: 1.8rem;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate( -50%, -50%);
	}
}
.global-nav > ul > li > a:hover::after, .global-nav .current-menu-item > a::after {
  color: #8C8C8C;
}
.global-nav .sub-menu a {
  background-color: rgb(26 26 26);
}
.global-nav .sub-menu .current-menu-item > a {
  color: #ffffff;
}
.global-nav .sub-menu .current-menu-item > a::before {
  display: none;
}
.mb_YTPBar {
  display: none !important;
}
.top-slider-content {
  width: auto !important;
  height: 100% !important;
  background: none;
  padding: 0 !important;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0;
  z-index: 10;
}
.top-slider-content-inner {
  background: none;
  box-sizing: border-box;
  border-radius: 0;
  text-align: left;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  height: 100% !important;
  width: 100% !important;
}
.fv-main-content {
  width: 100%;
  height: 100%;
}
.fv-main-content-box {
  width: 50%;
  height: 100%;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  display: -webkit-flex;
  display: flex;
}
.fv-main-content-box img {
  width: 100%;
  height: auto;
}
.flex_lay {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
.flex_lay_box {
  width: calc(50% - 2rem);
  height: auto;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.flex_lay_box:nth-child(even) {}
.footer {
  position: relative;
  margin-top: 0;
}
.footer-map-box {
  width: 100%;
  height: 40rem;
  margin: 0 auto;
}
img.yoyaku_bunner {
  max-width: 30rem;
}
img.yoyaku_bunner:hover {
  opacity: 50%;
  transition: 0.5s;
}
footer#footer_wrapper {
  background: rgb(26 26 26);
  position: relative;
  z-index: 0;
}
.footer_inner_sec {
  width: 86%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 7rem 0 7rem 0;
}
.footer_about_logo img {
  width: 100%;
  max-width: 18rem !important;
  margin-bottom: 1rem;
  display: none;
}
.footer_about_info {
  width: calc(50% - 2rem);
  box-sizing: border-box;
  color: rgb(255 255 255);
}
.footer_menu_box {
  width: calc(50% - 2rem);
  box-sizing: border-box;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  display: -webkit-flex;
  display: flex;
}
.footer_about_info h2 {
  font-size: 2.6rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}
p.address_footer {
  position: relative;
  margin-bottom: 1rem;
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: 400;
}
p.address_footer span {
  margin-right: 0.5rem;
}
address.footer-contact-tel {
  font-size: 2em;
  line-height: 1;
  margin: 0.5rem auto 0.5rem 0;
  font-style: normal;
  letter-spacing: 0.1rem;
  font-weight: 700;
  color: rgb(255 255 255);
}
address.footer-contact-tel span {
  font-size: 0.7em;
}
address.footer-contact-tel a {
  color: rgb(255 255 255);
}
p.footer-contact-time {
  line-height: 1;
  margin-top: 2rem;
  background: #fff;
  width: fit-content;
  color: rgb(237 47 47);
  font-weight: 600;
  font-size: 1.2em;
  padding: 0.5rem 0.75rem 0.75rem;
}
p.footer-contact-time span {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
p.footer-contact-time span:first-of-type {
  margin-left: 0;
}
.footer-bar01, p.copyright {
  background: rgb(255 255 255 / 0%);
  color: rgb(255 255 255);
  font-size: 1.2rem;
  text-align: right;
  margin-top: 1.5rem;
  height: auto;
  line-height: 1.5;
}
p.footer-contact-time-openclosed {
  background: #fff;
  display: inline-block;
  padding: 0 2rem;
  color: rgb(20 159 234);
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.8;
  margin-top: 2rem;
}
a.footer-con_but {
  display: inline-block;
  position: relative;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  border-radius: 5rem;
  text-align: center;
  margin-right: 0.5rem;
  background: #d9bd9c;
  transition: all .8s;
}
.footer-con-sns-but {
  margin-top: 2rem;
}
a.footer-con_but span {
  display: none;
}
a.footer-con_but::before {
  content: '';
  font-family: "design_plus";
  font-size: 2rem;
  color: #fff;
  z-index: 1;
  width: 5rem;
  font-weight: 400;
}
a.footer-con_but.footer-instagram_but::before {
  content: "\ea92";
}
a.footer-con_but.footer-line_but::before {
  content: "\e909";
}
a.footer-con_but.footer-instagram_but {
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
a.footer-con_but.footer-line_but {
  background-color: #18c507;
}
a.footer-con_but:hover {
  opacity: 25%;
}
div#pagetop a {
  line-height: 1.7rem;
  background: rgb(237 47 47);
  border-radius: 100%;
}
div#pagetop a:hover {
  background: rgb(26 26 26);
}
div#pagetop {
  padding-right: 1rem;
  padding-bottom: 1rem;
}
/*　footersitemap　*/
.footer-sitemap.flex_lay {
  gap: 2rem;
}
ul.footer-list {
  width: calc(50% - 1.5rem);
  box-sizing: border-box;
  padding: 0;
}
ul.footer-list li {
  line-height: 2;
  padding-bottom: 1rem;
  font-size: 1.6rem;
}
ul.footer-list li a {
  position: relative;
  font-weight: 600;
  color: rgb(255 255 255);
}
ul.footer-list li a:hover {
  color: rgb(237 47 47);
}
ul.footer-list li a::after {
  position: absolute;
  content: '';
  height: 0.1rem;
  width: 0%;
  left: 0;
  bottom: -0.2rem;
  background: rgb(237 47 47);
}
ul.footer-list li a:hover::after {
  width: 100%;
}
/*　footersitemap___END　*/
/*　footercontact100　*/
.footer_100_contact {
  background: rgb(237 47 47);
  display: flex;
}
.footer_100_contact a {
  width: 100%;
  height: 40rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
  color: #fff;
}
.footer_100_contact a:hover {
  color: rgb(237 47 47);
}
.footer_100_contact p._tittle {
  font-size: 7rem;
  font-weight: 700;
  letter-spacing: 0.5rem;
  line-height: 1.2;
  color: rgb(237 47 47);
  text-shadow: 1px 1px 0 rgb(255 255 255), -1px -1px 0 rgb(255 255 255), -1px 1px 0 rgb(255 255 255), 1px -1px 0 rgb(255 255 255), 0px 1px 0 rgb(255 255 255), 0 -1px 0 rgb(255 255 255), -1px 0 0 rgb(255 255 255), 1px 0 0 rgb(255 255 255);
  font-family: "Montserrat", sans-serif;
}
.footer_100_contact p._text {
  letter-spacing: 0.1rem;
  margin-bottom: 3rem;
}
.footer_100_contact p.all_text {
  font-size: 0.85em;
  line-height: 2;
  text-align: center;
}
.footer_100_contact a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background: #f2f2f2;
  transition: 0.5s;
  z-index: -1;
}
.footer_100_contact a:hover::before {
  width: 100%;
}
/*　footercontact100___END　*/
/*　共通レスポンシブ　*/
.dp-footer-bar-item + .dp-footer-bar-item {
  border-left: 1px solid #ffffff;
}
.dp-footer-bar {
  border-top: 1px solid #ffffff;
}
.dp-footer-bar a {
  color: #ffffff;
  background: rgb(237 47 47);
  line-height: 1.5;
}
.icon-file-text:before {
  content: "\e909";
}
.icon-pencil:before {
  content: "\ea92";
}
@media only screen and (min-width: 1200px) {
  .global-nav .current-menu-item > a::before, .global-nav > ul > li > a::before {
    content: '';
    height: 0.8rem;
    left: calc(50% - 0.4rem);
    width: 0.8rem;
    top: 1.7rem;
    position: absolute;
    background: #dcdcdc;
    transition: 0.5s;
  }
  .global-nav .current-menu-item > a::before, .global-nav > ul > li > a:hover::before {
    background: rgb(255 153 153);
  }
  li#menu-item-44 a {
    background: rgb(237 47 47);
    color: #fff;
    padding: 0 3.5rem;
    margin-left: 2rem;
    font-weight: 700;
    font-size: 1.2em;
  }
  li#menu-item-44 a:hover {
    background: rgb(244 244 244);
    color: rgb(237 47 47);
    padding: 0 3.5rem;
    margin-left: 2rem;
    font-weight: 700;
    font-size: 1.2em;
  }
  li#menu-item-44 a::after {
    color: #fff;
  }
  li#menu-item-44 a:hover::after {
    color: rgb(237 47 47);
  }
  li#menu-item-44 a::before {
    color: #fff;
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  address.footer-contact-tel a, address.footer-contact-fax a {
    pointer-events: none;
    font-weight: 700;
  }
}
@media screen and (max-width: 1200px) {
  .header-bar {
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 0;
  }
  .logo-image {
    width: 15rem;
  }
  .global-nav-button:before {
    color: rgb(237 47 47);
  }
  .top-slider-wrapper {
    width: 100%;
    height: 52vh;
  }
  .top-slider-wrapper::after {
    display: none;
  }
  .header-youtube, .top-slider {
    height: 52vh;
  }
  .global-nav > ul > li > a {
    line-height: 5rem;
    padding: 0 3.5rem 0 3.5rem;
    text-align: left;
    background: rgb(26 26 26);
  }
  .global-nav > ul > li > a::after {
    color: #fff;
    text-align: left;
    left: 17rem;
    bottom: 2.9rem;
    width: 10rem;
  }
  .global-nav a, .global-nav a:hover {
    background: rgb(237 47 47);
  }
  .global-nav > ul > li > a:hover::after, .global-nav .current-menu-item > a::after {
    color: #fff;
  }
  .global-nav .sub-menu a {
    font-size: 1em;
    padding-left: 5rem;
  }
  .footer_100_contact a {
    height: 33rem;
  }
  .footer_about_info {
    width: 100%;
    text-align: center;
  }
  .footer_menu_box {
    width: 100%;
    max-width: 55rem;
    margin: 0 auto;
    padding-left: 0;
  }
  .footer-bar01, p.copyright {
    text-align: center;
  }
  ul.footer-list {
    text-align: center;
  }
  p.footer-contact-time {
    margin: 0 auto;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .logo-image {
    width: 12rem;
  }
  .flex_lay {
    gap: 1.5rem;
  }
  .flex_lay_box {
    width: 100%;
  }
  .flex_lay_box:nth-child(even) {
    margin-bottom: 0;
  }
  .footer_100_contact p._tittle {
    font-size: 5rem;
  }
  .footer_100_contact p._text {
    font-size: 0.9em;
    margin-bottom: 2rem;
  }
  .footer_100_contact a {
    height: 28rem;
  }
  .footer-sitemap-tittle {
    text-align: center;
  }
  .footer_menu_box {
    max-width: 40rem;
  }
}
@media screen and (max-width:430px) {
  .logo-image {
    width: 9rem;
  }
  .header-bar-fixed ~ .top-slider-wrapper, .header-youtube {
    height: 56.3vw;
  }
  .global-nav > ul > li > a {
    font-size: 0.9em;
    padding: 0 2rem 0 2rem;
  }
  .global-nav > ul > li > a::after {
    width: 10rem;
    left: 13rem;
  }
  .global-nav .sub-menu a {
    font-size: 0.9em;
    padding-left: 4rem;
  }
  p.address_footer span {
    display: block;
  }
  .footer-sitemap.flex_lay {
    margin-top: 2rem;
  }
  .fv-main-content-box {
    width: 45%;
  }
  .footer_100_contact p.all_text {
    font-size: 0.7em;
  }
}
@media screen and (max-height:430px) {
  .header-youtube, .top-slider {
    height: 100vh;
  }
  .top-slider-wrapper {
    height: 100vh;
  }
}
/*　共通___END　*/
/*　オリジナル フロント　*/
.original_inner {
  margin: 0 auto;
  max-width: 125rem;
  width: 86%;
}
section.original01 {
  padding: 15rem 0 15rem;
  position: relative;
}
section.original01 .flex_lay_box {}
.original_sub_menu, .ori_topics__title h2 {
  font-size: 3.5rem;
  letter-spacing: 0.45rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  color: rgb(255 255 255);
  text-shadow: 1px 1px 0 rgb(237 47 47), -1px -1px 0 rgb(237 47 47), -1px 1px 0 rgb(237 47 47), 1px -1px 0 rgb(237 47 47), 0px 1px 0 rgb(237 47 47), 0 -1px 0 rgb(237 47 47), -1px 0 0 rgb(237 47 47), 1px 0 0 rgb(237 47 47);
  font-family: "Montserrat", sans-serif;
}
.original01_fast_title {
  position: relative;
}
.original_sub_menu span, .ori_topics__title h2 span {
  display: block;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-shadow: none;
  color: rgb(26 26 26);
  line-height: 1.2;
}
section.original01 h2 {
  font-size: 6rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  color: rgb(26 26 26);
  margin-top: 1.25rem;
}
section.original03 {
  padding: 20rem 0 20rem;
  position: relative;
}
section.original03::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/story_tcd041/img/fp_original03.jpg?20250617);
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  z-index: -10;
}
section.original03::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -10;
  background: rgb(255 153 153 / 50%);
  background: linear-gradient(108deg, rgb(255 153 153) 0%, rgb(237 47 47 / 63%) 100%);
}
.original03-text {
  position: relative;
  color: #ffffff;
  padding-right: 40%;
}
.original03-text h2 {
  font-size: 6rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
  line-height: 1.35;
  position: relative;
  color: rgb(255 255 255);
  padding-bottom: 3.5rem;
}
.original03-text h2::after {
  content: "";
  display: block;
  margin-top: 3.5rem;
  border: solid 0.1rem #ffffff;
}
.original_sub_menu.original04_sub {
  text-align: center;
  margin-top: 10rem;
}
section.original04 {
  padding: 10rem 0 15rem;
  background-color: rgb(254 254 254 / 0%);
  position: relative;
}
section.original04::before {
  content: "";
  position: absolute;
  width: 25%;
  height: 100%;
  top: 0;
  left: 0;
  border: solid 0.2rem rgb(237 47 47);
  border-left: none;
}
.original04__frame {
  position: relative;
  margin-bottom: 8rem;
}
.original04__frame:last-of-type {
  margin-bottom: 0;
}
.original04__inner {
  width: 86%;
  margin: 0 auto;
  position: relative;
  gap: 6rem;
  background: #fff;
  z-index: 0;
}
.original04__inner.second {
  flex-direction: row-reverse;
}
.original04__img {
  width: calc(60% - 3rem);
  height: auto;
}
.original04__img img {
  width: 100%;
}
.original04__text {
  width: calc(40% - 3rem);
  box-sizing: border-box;
  position: relative;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  display: -webkit-flex;
  display: flex;
}
.original04__text h2 {
  font-size: 3.8rem;
  letter-spacing: 0.05rem;
  color: rgb(237 47 47);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.original04__text p {
  font-size: 0.85em;
  line-height: 2;
}
.original04__text::before {
  content: "POINT.1";
  display: block;
  z-index: -1;
  font-size: 9rem;
  line-height: 1;
  font-weight: 600;
  color: rgb(255 255 255);
  text-shadow: 1px 1px 0 rgb(255 153 153), -1px -1px 0 rgb(255 153 153), -1px 1px 0 rgb(255 153 153), 1px -1px 0 rgb(255 153 153), 0px 1px 0 rgb(255 153 153), 0 -1px 0 rgb(255 153 153), -1px 0 0 rgb(255 153 153), 1px 0 0 rgb(255 153 153);
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
}
.original04__frame:nth-of-type(2) .original04__text::before {
  content: "POINT.2";
}
.original04__frame:nth-of-type(3) .original04__text::before {
  content: "POINT.3";
}
section.ori_topics {
  margin: 10rem 0 18rem;
}
.ori_topics_inner {
  max-width: 120rem;
  width: 86%;
  margin: 0 auto;
}
.ori_topics__title h2 {
  margin-bottom: 4.5rem;
}
section.ori_topics .inner {
  width: 100%;
}
h2.headline-primary.headline-font-type {
  display: none;
}
.article03 {
  background: #fbfbfb;
  border: solid 1px rgb(26 26 26);
  box-sizing: border-box;
}
h2.article03-title.headline-font-type {
  color: #8C8C8C;
  font-size: 1.3rem;
}
section.original03.original03a {
  padding: 15rem 0 15rem;
}
section.original03.original03a .original03-text {
  padding: 0;
}
section.original03.original03a .original03-text h2 {
  font-size: 4rem;
}
/*　オリジナル フロント　レスポンシブ　*/
@media screen and (max-width:1200px) {
  section.original01 {
    padding: 10rem 0 10rem;
  }
  section.original01 h2 {
    font-size: 4.5rem;
  }
  section.original03, section.original03.original03a {
    padding: 10rem 0 10rem;
  }
  .original03-text h2 {
    font-size: 5rem;
  }
  .original03-text {
    padding: 0;
  }
  .original_sub_menu.original04_sub {
    margin-top: 10rem;
  }
  section.original04 {
    padding: 5rem 0 10rem;
  }
  .original04__inner {
    width: 86%;
    gap: 2rem;
    padding-bottom: 3rem;
  }
  .original04__frame {
    margin: 0 0 5rem;
  }
  .original04__text br {
    display: none;
  }
  .original04__img {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    display: -webkit-flex;
    display: flex;
  }
  .original04__frame .original04__text {
    width: 100%;
  }
  section.ori_topics {
    margin: 10rem 0 10rem;
  }
  .article03-content {
    padding: 1.5rem 2rem;
  }
  h2.article03-title.headline-font-type {
    font-size: 1.3rem;
    margin-top: 0.5rem;
  }
  .original04__text::before {
    font-size: 8rem;
  }
}
@media screen and (max-width:834px) {
  section.original01 h2, .original03-text h2, h2.content01-title.headline-font-type, h2.headline-primary.headline-font-type, .original01a_title h2 {
    font-size: 4rem;
    text-align: left;
  }
  section.original01 {
    padding: 7rem 0 7rem;
  }
  .original_sub_menu, .ori_topics__title h2 {
    font-size: 3rem;
  }
  section.original01 h2 {
    margin-top: 0.5rem;
  }
  section.original03 {
    padding: 8rem 0 8rem;
  }
  .original03-text h2 {
    padding-bottom: 2rem;
  }
  .original03-text h2 br {
    display: none;
  }
  .original_sub_menu.original04_sub {
    margin-top: 7rem;
  }
  section.original04 {
    padding: 4rem 0 7rem;
  }
  .original04__text h2 {
    font-size: 3.4rem;
  }
  section.ori_topics {
    margin: 5rem 0 8rem;
  }
  .article03-content {
    padding: 1rem 1rem;
  }
  .content02-item_theme001.flex_lay.fade01.fade02 {
    padding-bottom: 5rem;
  }
  .original03-text h2::after {
    margin-top: 2.5rem;
  }
  .original04__text::before {
    font-size: 7rem;
  }
  .ori_topics__title h2 {
    text-align: center;
  }
  section.ori_topics.fade01.fade02 {
    margin: 2rem 0 8rem;
  }
}
@media screen and (max-width:430px) {
  section.original01 h2, .original03-text h2 {
    font-size: 3rem;
  }
  section.original01 h2 {}
  .original03-text h2 {}
  .original04__frame {
    margin: 0 0 2.5rem;
  }
  h2.article03-title.headline-font-type {
    padding: 0 0.5rem;
  }
  p.article03-meta {
    padding: 0 0.5rem;
  }
  .article03 {
    width: 100%;
    margin: 0 auto 2.5rem !important;
  }
  .top-blog {
    margin-bottom: 5%;
  }
  .original04__text::before {
    font-size: 5rem;
  }
  .original_sub_menu span, .ori_topics__title h2 span {
    font-size: 1.2em;
  }
  section.original03.original03a {
    padding: 7rem 0 7rem;
  }
  section.original03.original03a .original03-text h2 {
    font-size: 3rem;
  }
}
@media screen and (max-height: 430px) {}
/*　オリジナル フロント___END　*/
/*　contents02-item-theme001 of css　*/
.content02_theme001 {
  background: none;
  padding: 15rem 0 15rem;
  position: relative;
}
.content02-item_theme001-inner {
  width: 86%;
  max-width: 125rem;
  margin: 0 auto;
}
.content02-item_theme001 {
  width: 100%;
  position: relative;
  margin-bottom: 8rem;
}
.content02-item_theme001:last-of-type {
  margin-bottom: 0;
}
.content02_theme001-img {
  width: calc(50% - 2rem);
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  display: -webkit-flex;
  display: flex;
}
.content02_theme001-img img {
  width: 100%;
}
.content02_theme001_box {
  width: calc(50% - 2rem);
}
.content02_theme001-subtitle {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.8;
  position: relative;
  color: rgb(237 47 47);
  margin-bottom: 2rem;
  border-bottom: solid 0.2rem rgb(237 47 47);
  padding-bottom: 2rem;
  font-family: "Montserrat", sans-serif;
}
.content02_theme001-subtitle span {
  font-size: 1.5em;
  letter-spacing: 0.1em;
  line-height: 1.2;
  display: block;
}
.content02_theme001-title.headline-font-type {
  line-height: 1.5;
  font-size: 3.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: rgb(26 26 26);
}
p.content02_theme001-text {
  line-height: 2;
  font-size: 0.95em;
}
a.content02_theme001-button, a.original03-button {
  display: block;
  width: 100%;
  max-width: 320px;
  background: rgb(236 236 236);
  color: rgb(237 47 47);
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 66px;
  outline: none;
  transition: all .3s;
  position: relative;
  z-index: 1;
  margin-right: 0;
  margin-left: auto;
  margin-top: 3rem;
  letter-spacing: 0.1em;
}
a.content02_theme001-button:hover {
  background: rgb(237 47 47);
  color: rgb(255 255 255) !important;
}
a.content02_theme001-button::after {
  content: "\f061";
  position: absolute;
  width: 60px;
  height: 1px;
  right: 0;
  top: 0;
  font-family: fontawesome;
}
.content02_theme001 .original_sub_menu {
  text-align: center;
  margin-bottom: 6rem;
}
.content02_theme001::before,
.original_career::before {
  content: "";
  position: absolute;
  width: 25%;
  height: 100%;
  top: 0;
  left: 0;
  border: solid 0.2rem rgb(237 47 47);
  border-left: none;
  border-bottom: none;
  border-top: none;
}
/*　レスポンシブ　*/
@media screen and (max-width: 1200px) {
  .content02_theme001 {
    padding: 10rem 0 10rem;
  }
  .content02-item_theme001 {
    margin-bottom: 6rem;
  }
  .content02_theme001-subtitle {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .content02_theme001-title.headline-font-type {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  a.content02_theme001-button {
    max-width: 300px;
    font-size: 1.5rem;
  }
  .content02_theme001-subtitle span {
    font-size: 1.3em;
  }
}
@media screen and (max-width:834px) {
  .content02_theme001 {
    padding: 7rem 0 7rem;
  }
  .content02-item_theme001 {
    gap: 2rem;
    background: #fff;
    margin-bottom: 0;
    padding-bottom: 6rem;
  }
  .content02_theme001-img {
    width: 100%;
    margin: 0 auto;
  }
  .content02_theme001_box {
    width: 100%;
  }
  .content02_theme001 .original_sub_menu {
    margin-bottom: 4rem;
  }
  a.content02_theme001-button {
    margin: 0 auto;
    margin-top: 3rem;
  }
  .content02-item_theme001-inner {
    background: #fff;
  }
}
@media screen and (max-width:430px) {
  .content02_theme001-subtitle {
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
  }
  .content02_theme001-title.headline-font-type {
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
  }
  a.content02_theme001-button {
    margin: 0 auto;
    margin-top: 2rem;
    max-width: 250px;
    font-size: 1.8rem;
  }
  .content02_theme001::before,
	.original_career::before {
    opacity: 0.2;
    width: 15%;
  }
  .content02-item_theme001.flex_lay.fade01.fade02:last-of-type {
    padding-bottom: 1rem;
  }
  section.original04::before {
    width: 15%;
  }
}
/*　contents02-item-theme001 of css___END　*/
/*　投稿ページ　*/
.archive-header {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
body.blog .main, body.archive.category .main, body.archive.date .main {
  margin-top: 6em;
  margin-bottom: 6rem;
}
body.post-template-default .main {
  margin-bottom: 8rem;
}
h2.archive-title.headline-font-type {
  font-size: 3rem !important;
}
h1.post-title.headline-font-type {
  font-size: 3.2rem !important;
  font-weight: 600;
  margin: 10rem 0 0.2rem;
  color: rgb(26 26 26);
}
p.post-meta {
  margin-bottom: 3rem;
}
.page_navi p.back a {
  background: #caa053;
}
div#single_share_bottom {
  margin-top: 5rem;
}
#wp-calendar caption {
  color: rgb(26 26 26);
  font-size: 1.5rem;
  font-weight: 600;
}
h4.headline-bar {
  background-color: rgb(255 255 255 / 0%);
  color: #022601;
  padding: 0;
  padding-left: 1em;
  border-bottom: solid 1px #3e5270;
  border-left: solid 2px #b6e300;
  margin-bottom: 1.5rem !important;
}
span.post-date {
  display: block;
  color: rgb(26 26 26);
}
.single .post-content img {
  width: auto;
}
.secondary.fright a:hover {
  color: rgb(86 85 85);
}
.single_share .twitter a:before {
  content: "\e61b";
  font-family: fontawesome;
}
.post-meta-box-item a:hover {
  color: rgb(81 71 57);
}
.headline-bar {
  background: #fff;
  color: rgb(26 26 26);
  border-left: solid 0.2rem rgb(237 47 47);
  padding: 0.5rem 2rem;
  font-weight: 600;
}
div#recent-posts-2 a {
  color: rgb(26 26 26);
}
div#recent-posts-2 a:hover {
  color: rgb(237 47 47);
}
h1.archive-title.headline-font-type {
  font-weight: 600;
  color: rgb(26 26 26);
}
/*　投稿ページレスポンシブ　*/
@media screen and (max-width:1200px) {
  .archive-header {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width:834px) {
  .post-meta-box {
    background: none;
  }
  body.blog .main, body.archive.category .main, body.archive.date .main {
    margin-top: 6rem;
  }
  h4.headline-bar {
    padding: inherit;
    text-align: left;
    padding-left: 1.5rem;
  }
  h1.post-title.headline-font-type {
    font-size: 3rem !important;
    margin: 7rem 0 0.2rem;
  }
  body.post-template-default .main {
    margin-bottom: 4rem;
  }
  h2.archive-title.headline-font-type {
    font-size: 2.6rem !important;
  }
  p.post-meta {
    margin-bottom: 2rem;
  }
  .headline-bar {
    margin-bottom: 2rem !important;
  }
  #wp-calendar caption {
    font-size: 1.7rem;
  }
}
@media screen and (max-width:480px) {
  .headline-bar {
    text-align: left;
    line-height: 1.5;
    font-size: 1.8rem;
    font-weight: 600;
  }
}
/*　投稿ページ___END　*/
/*　固定ページ　*/
.signage {
  background-image: url(/wp-content/themes/story_tcd041/img/i_catch.jpg) !important;
  background-size: cover;
  height: 30rem;
  z-index: 0;
}
.signage::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(26 26 26 / 70%);
  z-index: -1;
}
.breadcrumb li a, .breadcrumb li {
  color: #fff;
}
h1.signage-title.headline-font-type, .signage-title.headline-font-type {
  font-size: 5rem !important;
  font-weight: 600;
  letter-spacing: 0.3rem;
  text-shadow: none;
  color: #ffffff !important;
  line-height: 1.1;
  position: relative;
  margin-bottom: 0;
  margin-top: 2rem;
  font-family: "Montserrat", sans-serif;
}
p.signage-title-sub {
  font-size: 2rem !important;
  font-weight: 600;
  letter-spacing: 0.2rem;
  text-shadow: none;
  color: #ffffff !important;
}
.kp-content_inner {
  max-width: 115rem;
  width: 86%;
  margin: 0 auto;
}
.post-header {
  margin: 0;
}
section.kp-main-content {
  padding: 10rem 0 10rem;
  position: relative;
}
.kp-content {
  margin-bottom: 8rem;
}
.kp-content:last-of-type {
  margin-bottom: 0;
}
.kp-content_child {
  margin-bottom: 5rem;
}
.kp-content_child:last-child {
  margin-bottom: 0;
}
.wpcf7 {
  width: 100%;
  border: none;
  background: none;
  padding: 0;
  margin: 0 auto !important;
  font-size: 14px;
  padding-top: 1rem;
}
.wpcf7 p {
  margin-bottom: 1rem;
  font-weight: 500;
}
.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
  border: 1px solid rgb(26 26 26);
  line-height: 2;
}
.wpcf7 input.wpcf7-submit {
  font-size: 2rem;
  background-color: rgb(237 47 47);
  color: #ffffff;
  width: 100%;
  max-width: 40rem;
  font-weight: 600;
  letter-spacing: 0;
  transition: 0.5s;
  height: 6rem;
  border-radius: 10rem;
  font-family: "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.wpcf7 input.wpcf7-submit:hover {
  background-color: #0D0D0D;
  color: #fff;
  transform: translatey(0.5rem);
}
table.mail_table th, table.mail_table td {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 0;
}
table.mail_table th {
  margin-bottom: 0.5rem;
}
table.mail_table td {
  margin-bottom: 2.5rem;
}
form.wpcf7-form p {
  padding-bottom: 0;
  line-height: 2.5rem;
}
span.required, span.required_off {
  color: #ffffff;
  font-size: 11px;
  background-color: rgb(237 47 47);
  padding: 0.3rem 0.6rem 0.3rem;
  vertical-align: inherit;
  margin-right: 0.75rem;
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 0.25rem;
}
span.required_off {
  background-color: #848484;
}
.post-content h2 {
  padding: 0;
  color: rgb(26 26 26);
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
  text-align: center;
  position: relative;
  line-height: 1.8;
}
.post-content h2::after {
  content: "";
  display: block;
  width: 3rem;
  height: 0.2rem;
  background: rgb(237 47 47);
  text-align: center;
  margin: 0 auto;
  margin-top: 2.5rem;
}
.post-content h3 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  padding: 0;
  line-height: 1.5;
  color: rgb(237 47 47);
  margin-bottom: 0.5rem;
  margin-top: 2rem;
}
.post-content h3:first-of-type {
  margin-top: 0;
}
.post-content p {
  font-size: 1.6rem;
  margin: 0;
}
.post-content table {
  margin: 0 0 0 0;
}
.post-content tr {
  border-bottom: solid 1px rgb(255 153 153);
}
.post-content td, .post-content th {
  border: none;
  background: #fff;
  vertical-align: middle;
  padding: 1.75rem 2.25rem 1.65rem;
  line-height: 1.8;
}
.post-content th {
  background: #ffffff;
  width: 23%;
  vertical-align: middle;
  color: #0D0D0D;
  font-weight: 500;
  text-align: left;
}
.post-content address {
  margin: 0 0 0 0;
  line-height: 2.2;
  font-style: normal;
}
address.single_page {
  font-weight: 600;
  font-size: 4rem;
  color: rgb(237 47 47);
  letter-spacing: 0.05rem;
  line-height: 1;
  margin-bottom: 2rem;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
address.single_page span {
  font-size: 0.5em;
  font-weight: 400;
}
.triangle {
  width: 0;
  height: 0;
  border-left: 10rem solid transparent;
  border-right: 10rem solid transparent;
  border-top: 3rem solid #dee8e8;
  margin: auto;
  margin-bottom: 10%;
}
section.kp-main-content.faq_00 h2 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 2rem;
  padding-left: 5rem !important;
  text-align: left;
  letter-spacing: 0.1rem;
  position: relative;
  padding-top: 0.2rem;
}
section.kp-main-content.faq_00 h2::before {
  content: "?";
  position: absolute;
  left: 0;
  top: 0;
  width: 4rem;
  height: 4rem;
  line-height: 3.8rem;
  background: rgb(237 47 47);
  border-radius: 100%;
  font-size: 2.5rem;
  color: #ffffff;
  text-align: center;
}
section.kp-main-content.faq_00 h2::after {
  display: none;
}
section.kp-main-content.faq_00 p {
  text-align: left !important;
  padding-left: 5rem;
  border-bottom: solid 1px rgb(255 153 153);
  padding-bottom: 5rem;
  margin-bottom: 5rem;
}
section.kp-main-content.faq_00 p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.flow-box {
  display: block;
  position: relative;
  padding-left: 10rem;
  max-width: 70rem;
  padding-bottom: 6rem;
  margin: 0 auto;
}
.flow-box:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.flow-box::before {
  counter-increment: number 1;
  content: counter(number);
  background: rgb(237 47 47);
  display: block;
  position: absolute;
  width: 6.1rem;
  height: 6.1rem;
  text-align: center;
  line-height: 6.1rem;
  left: 0;
  color: rgb(255 255 255);
  font-size: 3rem;
  font-weight: 700;
  top: 0;
  z-index: 2;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}
.flow-box h2 {
  text-align: left;
  margin-bottom: 0.5rem;
  border: none;
}
.flow-box h2::after {
  display: none;
}
.flow-box::after {
  height: 100%;
  width: 0.1rem;
  content: "";
  top: 0;
  left: 3rem;
  background: rgb(237 47 47);
  display: block;
  position: absolute;
  z-index: 0;
}
.flow-box:last-child::after {
  content: none;
  height: 0;
}
.flow-box:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
table.mail_table tr {
  border: 0;
}
.wpcf7 form {
  margin: 0;
}
section.kp-main-content.information .kp-content_inner, section.kp-main-content.contact .kp-content_inner, section.kp-main-content.faq_00 .kp-content_inner {
  max-width: 85rem;
}
p.kp_center00 {
  text-align: center;
}
p.kp_contact_required {
  font-size: 0.95em;
  margin-bottom: 1rem;
}
a.kp_bunner_btn, a.kp_info_instagram, a.kp_info_line, section.kp-main-content.faq_01 a {
  display: block;
  width: 100%;
  max-width: 35rem;
  border: solid 0.2rem rgb(237 47 47);
  color: rgb(237 47 47);
  background: #fff;
  padding: 1.75rem 0;
  text-align: center;
  margin: 0 auto;
  transition: 0.5s;
  font-size: 1.2em;
  font-weight: 700;
}
a.kp_bunner_btn:hover, a.kp_info_instagram:hover, a.kp_info_line:hover, section.kp-main-content.faq_01 a:hover {
  background-color: rgb(237 47 47);
  border: solid 0.2rem rgb(237 47 47);
  color: rgb(255 255 255);
  transform: translatey(0.5rem);
}
.kp_yoyakuru00 {
  text-align: center;
}
p.kome_mark {
  font-size: 0.9em;
  line-height: 1.5;
  font-weight: 400;
  color: rgb(148 148 148);
  position: relative;
  padding-left: 1.5rem;
}
p.kome_mark::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  color: rgb(239 124 51);
}
ul.kp_kome_mark {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
ul.kp_kome_mark li {
  position: relative;
  line-height: 1.6;
  padding-left: 1.6rem;
  font-size: 0.85em;
  color: rgb(227 113 113);
  margin-bottom: 0.25rem;
}
ul.kp_kome_mark li:last-of-type {
  margin-bottom: 0;
}
ul.kp_kome_mark li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.6;
  color: rgb(227 113 113);
}
::marker {
  display: none !important;
  unicode-bidi: unset !important;
  font-variant-numeric: unset !important;
  text-transform: none;
  text-indent: unset !important;
  text-align: unset !important;
  text-align-last: unset !important;
}
section.kp-main-content.contact ul.kp_kome_mark {
/*   width: 100%;
  max-width: 49rem; */
	display: table;
	margin: 0 auto;
}
a.kp_info_instagram::before {
  content: "\ea92";
  font-family: 'design_plus';
  margin-right: 1rem;
}
a.kp_info_line::before {
	content: "\e909";
	font-family: 'design_plus';
	margin-right: 1rem;
	font-weight: 500;
}
.kp-info-googlemap {
  width: 100%;
  height: 35rem;
}
span.kp_info_timepoint {
  font-size: 1.2em;
  color: rgb(237 47 47);
  font-weight: 700;
}
.service-container {
  border-top: 1px solid rgb(255 153 153);
  border-left: 1px solid rgb(255 153 153);
  box-sizing: border-box;
  gap: 0;
}
.service-box {
  width: 50%;
  box-sizing: border-box;
  border-right: 1px solid rgb(255 153 153);
  border-bottom: 1px solid rgb(255 153 153);
  padding: 3em;
}
.service-box h2 {
  background: none;
  text-align: center;
  margin-top: 2em;
  position: relative;
  padding: 0;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0;
  border: none;
}
.service-box h2::after {
  content: "";
  display: block;
  width: 50px;
  border-radius: 10em;
  height: 2px;
  background: #c42605;
  margin: 0 auto;
  margin-top: 1.5em;
}
.kp-content.kp_greeting_01 h2 {
  font-size: 3em;
  font-weight: 700;
  text-align: left;
  line-height: 1.5;
}
.kp-content.kp_greeting_01 .flex_lay_box {
  width: calc(40% - 2rem);
}
.kp-content.kp_greeting_01 .flex_lay_box:nth-child(even) {
  width: calc(60% - 2rem);
}
.kp-content.kp_greeting_01 h2::after {
  display: none;
}
span.kp_greeting_text01 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4em;
  margin-right: 1rem;
}
span.kp_greeting_text02 {
  display: block;
  font-size: 0.8em;
  color: rgb(136 136 136);
  line-height: 1.2;
}
.service-container.flex_lay h3 {
  margin-bottom: 2rem;
}
.kp-content.kp_greeting_02 h2::after {
  display: none;
}
section.kp-main-content.faq_01 {
  background: rgb(244 244 244);
  text-align: center;
}
section.kp-main-content.faq_01 a {
  margin-top: 2rem;
  font-size: 1em;
  max-width: 30rem;
  padding: 1.2rem 0;
}
section.kp-main-content.drone h2 {
  text-align: left;
}
section.kp-main-content.drone h2::after {
  margin-left: 0;
}
tr.kp_table_place_plan td, tr.kp_table_place_plan th {
  background: rgb(237 47 47);
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: center;
}
.kp_table_sidescroll00 {
  margin-top: 5rem;
  overflow-x: auto;
  display: block;
}
.kp_pricetable_lay01 {
  overflow-x: auto;
  display: block;
}
.kp_table_sidescroll00 table th, .kp_table_sidescroll00 table td {
  white-space: nowrap;
  text-align: center;
  display: table-cell;
  width: 100px;
}
span.kp_plan_text00 {
  font-size: 0.8em;
  color: #7a7a7a;
  display: block;
  line-height: 1.5;
}
section.kp-main-content.movie h2 {
  text-align: left;
}
section.kp-main-content.movie h2::after {
  margin-left: 0;
}
ul.kp_kome_mark li::marker {
  content: "";
}
/*　☆固定ページレスポンシブ　*/
@media screen and (max-width:1200px) {
  section.kp-main-content {
    padding: 7rem 0 7rem;
  }
  .kp-content {
    margin-bottom: 5rem;
  }
  .post-content h2 {
    line-height: 1.5;
  }
  section.kp-main-content.faq_00 p {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width:834px) {
  .signage {
    height: 20rem;
  }
  h1.signage-title.headline-font-type {
    font-size: 3.5rem !important;
    margin-top: 0.5rem;
  }
  p.signage-title-sub {
    font-size: 1.5rem !important;
  }
  .post-content td, .post-content th {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 1.5rem 1.5rem;
    line-height: 2;
  }
  .service-box {
    width: 100%;
  }
  section.kp-main-content.information th {
    padding-bottom: 0;
  }
  section.kp-main-content.information td {
    padding-top: 0;
  }
  .kp-content.kp_greeting_01 .flex_lay_box, .kp-content.kp_greeting_01 .flex_lay_box:nth-child(even) {
    width: 100%;
  }
  .kp-content.kp_greeting_01 h2 {
    font-size: 2.5em;
    margin-bottom: 0;
  }
  .kp_table_sidescroll00::before {
    content: "こちらのテーブルは横にスクロールします";
    color: rgb(237 47 47);
  }
  .kp_table_sidescroll00 {
    margin-top: 2rem;
  }
}
@media screen and (max-width:430px) {
  p.kp_center00 {
    text-align: left;
  }
  .wpcf7 input.wpcf7-submit {
    height: 5rem;
  }
  .flow-box {
    padding-left: 8rem;
  }
  .flow-box h2 span {
    line-height: 1.5;
  }
  address.single_page {
    font-size: 3rem;
    padding-left: 0;
  }
  .service-box {
    padding: 2.5rem 2rem 2.5rem;
  }
  section.kp-main-content.faq_00 h2::before {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.35rem;
    font-size: 2rem;
  }
  section.kp-main-content.faq_00 h2 {
    padding-left: 5rem !important;
    font-size: 2rem;
  }
  section.kp-main-content.faq_00 p {
    padding-left: 5rem;
  }
  section.kp-main-content.faq_01 {
    text-align: left;
  }
}
/*　固定ページ___END　*/

/* 実績ページ 250828 */
.warks_flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -20px;
}
.warks_item{
    width: calc(50% - 40px);
    margin: 0 20px 20px;
}
.warks_item2{
    width: calc((100% / 3) - 40px);
    margin: 0 20px 20px;
}
.ytube_short{
	position: relative;
    height: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 160%;
    padding-top: 30px;
    overflow: hidden;
}
.ytube_short iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
@media screen and (max-width: 834px) {
	.warks_item,
	.warks_item2{
		width: calc(100% - 40px);
	}
}
/* TOP 実績 250828 */
.original_career {
    background: none;
    padding: 0 0 15rem;
    position: relative;
}
/* .original_career::before {
    content: "";
    position: absolute;
    width: 25%;
    height: 100%;
    top: 0;
    left: 0;
    border: solid 0.2rem rgb(237 47 47);
    border-left: none;
    border-bottom: none;
    border-top: none;
	z-index: -1;
} */
.original_career .original_sub_menu {
    text-align: center;
    margin-bottom: 6rem;
}
.original_career h3 {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.8;
	color: rgb(237 47 47);
	text-align: center;
	padding-bottom: 1em;
	margin-bottom: 1em;
    position: relative;
}
.original_career h3::before {
    content: "";
    position: absolute;
	background: rgb(237 47 47);
    width: 80px;
    height: 2px;
    bottom: 0;
    left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.original_career .warks_flex{
	margin-bottom: 5rem;
}
@media screen and (max-width: 1200px) {
	.original_career {
		padding: 0 0 10rem;
	}
	.original_career .warks_flex{
		margin-bottom: 4rem;
	}
}
@media screen and (max-width: 834px) {
	.original_career {
		padding: 0 0 7rem;
	}
	.original_career .warks_flex{
		margin-bottom: 3rem;
	}
}
@media screen and (max-width: 430px) {
	.original_career h3 {
		font-size: 2.4rem;
	}
}
/* ご挨拶ページ */
.kp-main-content.greeting ul, .kp-main-content.greeting ol {
  list-style: square;
  padding-left: 20px;
}

