/* 
Theme Name: capworks
Author: Author
Description: capworks
Version: 1.0
*/

@charset "utf-8";

*{margin:0;padding:0;}
body{
    color: #221815;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight:500;
    font-feature-settings: "pkna";
	font-size: 16px;
	line-height: 1.8;
	letter-spacing:0.1rem;
	
}

a{color:#221815;text-decoration:none;transition: all 300ms ease-out 0s;will-change: transform;}
a:hover{color:#999;}
a:active, a:focus {outline: 0;}
img{border:0; vertical-align:bottom;}
.clear{clear:both;}
.center{text-align:center;}
.right{text-align:right;}
li{ list-style:none;}
.object_fit_img {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
.none_pc{ display: none;}
@media screen and (max-width:768px) { 
body{
	font-size:3.8vw;
	line-height: 1.8;
	letter-spacing:0.1rem;
}
.none_pc{ display: block;}
.none_sp{ display:none !important;}
a{ transition: none;will-change:none ;}
a[href^="tel:"] {
        pointer-events: auto;
}
}

/* ---------- カスタマイズ追加cssここからkokara!! ----------- */

/* MVテキスト調整 */
:root{
	--mvsp-height:120vw;
}
.main_video video{
	height:102%;
	background: #222;
}

.main_img_in .main-copy{
	margin-top: 40px;
	filter:drop-shadow(1px 1px 2px rgba(0,0,0,.6));
}
.mv_sub-copy{
	margin-top:1rem;
	padding-left:10%;
	padding-right:10%;
	color:#fff;
	text-shadow:1px 1px 2px rgba(0,0,0,.6);
}
.mv_sub-copy p:last-of-type{
	border-top: 1px solid #fff;
	padding-top: 8px ;
	margin-top: 8px ;
}
@media screen and (min-width:768.1px){
	.main_video,.main_img,.main_img_in{
	  min-height: 500px;
  }
	.main_img_in img{
		padding-left:0;
	}
	.main_img_in .main-copy{
		padding-left: 10%;
	}
}
@media screen and (max-width: 768px){
	.main_img{
		height: var(--mvsp-height);

	}
	.main_video{
		height:var(--mvsp-height);
    height: 100%;
	}
	.main_img_in{
	  height:var(--mvsp-height);
		justify-content: flex-end;
  }
	.mv_sub-copy{
  	padding-left:5%;
  	padding-right:5%;
  }
}

/* インラインブロック */
.ib{
	display:inline-block;
}
/*Q&A用*/
.qa__items {
/*   width: 1000px; */
/*   max-width: width 100%; */
	max-width:1000px;
	width:100%;
  margin: 80px auto 0;
}

.qa__item:nth-child(n+2) {
  margin-top: 24px;
}

.qa-box {
  /*border: 1px solid #3F51B5;*/
	border: 1px solid #221815;
}

.qa-box__q {
  color: #FFFFFF;
  /*background: #3F51B5;*/
	background:#221815;
  font-weight: 700px;
  padding: 12px 56px;
  position: relative;
}

.qa-box__q::before {
  content: "Q";
  position: absolute;
  top: 12px;
  left: 20px;
}

.qa-box__icon {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.qa-box__icon.is-open .qa-box__bar2{
  transform: rotate(90deg);
}

.qa-box__bar1 {
  width: 14px;
  height: 2px;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.qa-box__bar2 {
  width: 2px;
  height: 14px;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  transition: all 0.3s ease 0s;
}

.qa-box__a {
  background: #fff;
  font-weight: 700;
  /*color: #3F51B5;*/
	color:#FA514B;
	/*color:#221815;*/
  line-height: 1.5;
  padding: 16px 30px 16px 20px;
  display: none;
}

.qa-box__content {
  position: relative;
  padding-left: 35px;
}

.qa-box__content::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width:768px) {
	.qa__items {
		width: auto;
	}
}

/*ブログ箇条書き蘭のWidthを大きくする*/
.works_in_spec ul li span{ font-weight:bold; display:inline-block; width:100%; padding-bottom:5px;}
/*ブログ箇条書きに黒丸追加*/
.blog_text_in ul li{list-style:disc;}


/*テーブルの横スクロールのためのCSSはここから*/
 table{ 
    width:100%;
}
.scroll{
    overflow: auto;
    white-space:nowrap;
}
.scroll::-webkit-scrollbar{
    height: 15px;
}
.scroll::-webkit-scrollbar-track{
    background: #f1f1f1;
}
.scroll::-webkit-scrollbar-thumb{
    background: #bbb;
}
 /*テーブルの横スクロールのためのCSSはここまで*/
 /*参照先：https://lifeport-gurigura.jp/entry/wordpress-table-scroll-smartphone*/

/* お問い合わせ中央寄せ*/
.ft_contact_in{ width:100%; text-align:center; padding:40px 0;}

/*お問い合わせ、「依頼・お見積り・ご相談」赤色に変更*/
.ft_contact_in h3 span{
		color: #d0111b;
}

/*お問い合わせh3*/
.contact-top{ text-align:center;}
.contact-top h3{ font-size:1.5rem; padding-bottom:10px;}
.contact-top h3 span{
	color: #d0111b;
}
@media screen and (max-width:768px) {
	.contact-top h3{ font-size:1.0rem; padding:0 20px;}
}
/*top お問い合わせボタン追加*/
.top-contact-button{
    font-weight: bold;
    /*color: #fff;*/
    display: flex;
    /* justify-content: center; */
    align-items: center;
/*     position: absolute; */
    bottom: 80px;
/*     padding-bottom: 50px; */
    font-size: .8rem;
    /*width: 100%;*/
    padding-left: 10%;
	margin-top: 2rem;
}
.top-contact-button a {
    background: rgba(236,108,0,.6);
	background: linear-gradient(180deg, #eb6c00 0%, #db5c00  100%);
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,.2);
}
.top-contact-button i{
	background:#fff;
}
.top-contact-button i:before{
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
}
.top-contact-button .c-button:hover>i{
	right:5px;
}

.top-contact-button span{
	letter-spacing:-.01em;
}
@media screen and (max-width: 768px){
.top-contact-button {
    /*position: relative;*/
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70vw;
    height: 50px;
    color: #221815;
    font-size: .8rem;
    letter-spacing: .1em;
    text-decoration: none;
    transition: all .4s cubic-bezier(.78,.07,0,1) .2s;
	 bottom: 20px;
    padding-bottom: 50px;
    cursor: pointer;
	padding-left: 5%;
	
}
	.top-contact-button a {
		height:42px;
	}
}


/*ulボックス色変更*/
.blog_text_in ul:not(.mokuji_ul) {
    background: #f8f9ff;
    box-shadow: 0px 0px 0px 10px #f8f9ff;
    border: dashed 2px #4865b2;
    border-radius: 9px;
    margin: 10px 10px 20px;
    padding: 20px 30px; 
	box-sizing:border-box;
    font-weight: 700;
	list-style-type: disc;
}

/*olタグデザイン*/
.blog_text_in ol {
    background: #f7f7f7;
    box-shadow: 0px 0px 0px 10px #f7f7f7;
    border: dashed 2px #221815;
    border-radius: 9px;
    margin: 10px 10px 20px;
    padding: 20px 40px; 
	box-sizing:border-box;
    font-weight: 700;
}
.blog_text_in ol li{}
.blog_text_in ol li::before
.blog_text_in ol li:nth-of-type(n+2) {
    padding-top: 10px;
}

/*リンクの色を青に変更*/
.works_in_spec a {
    color: #337ab7;
    font-weight: bold;
}

/*top price下文*/
.price{ text-align:center; padding-bottom:10px;}
.price p{ font-size:1.5rem;}
@media screen and (max-width:768px) {
	.price{ text-align:center;}
	.price p{font-size:1.0rem; text-align:left;}
}

/*topのflow下文*/
.flow-below{ text-align:center; padding-bottom:30px;}
.flow-below p{ font-size:1.5rem;}
@media screen and (max-width:768px) {
	.flow-below{ text-align:center;}
	.flow-below p{font-size:1.0rem; text-align:left;}
}

/*topへ戻るボタンの実装*/
.page_top {
	  display: none;
    position:fixed;
    bottom:10px;
    right:10px;
    padding: 5px 15px;
    color:#fff;
    font-size:20px;
    text-decoration:none;
    background:#26ADD6;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    z-index: 100;
}
.page_top:hover {
    background:#26ADD6;
    opacity: 0.7;
}


/*パンクズリスト装飾*/
.breadcrumbs{
	margin-bottom:15px;
}

.breadcrumbs a{
	color:#337ab7;
}
.breadcrumbs a:hover{
	opacity:0.7;
}
/* ---------- カスタマイズ追加cssここまで ----------- */
#loader {
    opacity: 1;
    position: fixed;
    z-index: 100000;
    width: 100%;
    height: 100%;
    background: #221815;
    top: 0;
    left: 0;
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px
}

.spinner>div {
    background-color: #fff;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.spinner .rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.spinner .rect5 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.loading,
.loading-bg {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
.loading {
    z-index: 100;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed
}
.loading-bg {
    position: absolute;
    background: #fff;
    -webkit-transform-origin: right;
    transform-origin: right;
    transition: transform 0.6s cubic-bezier(0.165, .84, 0.44, 1), opacity .8s linear;
    transition: transform 0.6s cubic-bezier(0.165, .84, 0.44, 1), opacity .8s linear, -webkit-transform 0.6s cubic-bezier(0.165, .84, 0.44, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}
@media (max-width:768px){
  .loading-bg {
    transition: transform 0.2s cubic-bezier(0.165, .84, 0.44, 1), opacity .2s linear, -webkit-transform 0.2s cubic-bezier(0.165, .84, 0.44, 1);
  }
}
.loading-bg.is-active {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1)
}
.loading-inner {
    position: relative;
    width: 200px;
    height: 128px
}
.loading-img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    opacity: 0
}

/*******************************
/* ヘッダー
*******************************/
header{
	height:100px;
	position:fixed;
	width:100%;
	padding:0 5%;
	box-sizing:border-box;
	display: flex;
	justify-content:space-between;
	z-index:9999;
	transition: .4s;
}
header .logo{ padding-top:20px;}
header .logo img{ height:60px; width:auto; }
nav.hd_menu{ width:auto;}
nav.hd_menu ul{display: flex;justify-content: center;align-items: center; height:100px;}
nav.hd_menu ul li{ padding-left:25px;}
nav.hd_menu ul li a{ display:block; color:#fff; font-weight:bold; overflow:hidden;}
nav.hd_menu ul li a:hover{ color:#EC6C00;}
nav.hd_menu ul li a::after {-webkit-transition: width .4s cubic-bezier(0.29, 0.18, 0.26, 0.83);transition: width .4s cubic-bezier(0.29, 0.18, 0.26, 0.83); background: #fff;overflow:hidden;}
nav.hd_menu ul li a::after{content: '';position: absolute;top: calc(100% + -15px);width: 0;right: 0;height: 2px;}
nav.hd_menu ul li a:hover::after{width: 100%;left: 0;}

.fixed_nav{ background:#221815;}
_:-ms-lang(x), nav.hd_menu ul li a::after {
	display:none;
}
@media screen and (max-width:768px) {
header{
	height:50px;
	position:fixed;
	width:100%;
	padding:0 5%;
	box-sizing:border-box;
	display: flex;
	justify-content:space-between;
	z-index:9999;
	transition: .4s;
}
header .logo{ padding-top:10px;}
header .logo img{ height:30px; width:auto;}

nav.hd_menu ul li a:hover{ color:#EC6C00;}
nav.hd_menu ul li a::after { display:none;-webkit-transition: width .4s cubic-bezier(0.29, 0.18, 0.26, 0.83);transition: width .4s cubic-bezier(0.29, 0.18, 0.26, 0.83); background: #fff;overflow:hidden;}
nav.hd_menu ul li a::after{content: '';position: absolute;top: calc(100% + -15px);width: 0;right: 0;height: 2px;}
nav.hd_menu ul li a:hover::after{width: 100%;left: 0;}

.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
nav.hd_menu{ position: fixed;
    top: 0px;
    right: 0;
    width: 100vw;
    height: 100%;
    text-align: left;
    background:#221815;
	padding-top:60px;
    z-index: -1;
	opacity:0;
    transform: translateX(100vw);
    transition: .4s all;}
nav.hd_menu.open{transform: translateX(0);opacity:1;z-index: 1; }

nav.hd_menu ul{display: flex;justify-content:flex-start;align-items: center;flex-wrap: wrap; height:auto; padding:0 25px; box-sizing:border-box;}
nav.hd_menu ul li{ padding-left:0px; width:100%; font-size:4.5vw;}
nav.hd_menu ul li:nth-of-type(n+2){ margin-top:10px;}
.hd_tel{ padding-top:20px; color:#fff; padding-left:25px; padding-right:25px; box-sizing:border-box;}
.hd_tel span{ font-size:3vw;}
.hd_tel a{ font-weight:bold; display:block; color:#fff; font-size:5vw; padding-top:10px;}
.hd_tel a .fa-phone{ padding-right:10px;}
.hd_sns{ padding-top:20px; padding-left:25px;}
.hd_sns a{ color:#fff; font-size:6vw;}

.menu-trigger_oya{ position:absolute; right:5%; top:16px; z-index:2; }
.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.menu-trigger {
    position: relative;
    width: 25px;
  height: 20px;
}
.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}


/*click後のスタイル*/
.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
    100% {
        height: 0;
    }
}
@keyframes active-menu-bar02 {
    100% {
        height: 0;
    }
}
.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
}
}
/*******************************
/* メイン画像
*******************************/
.main_img{ width:100%; height:44vw; position:relative;}
.main_video{ position:relative;z-index: -100; overflow: hidden; height:44vw; width:100% !important; }
.main_video::before {
    content: "";
    position: absolute;
    background-color: rgba(51,51,51,0.6);
    width: 100%;
    height: 100%;
    z-index:1;
	top:0;
	left:0;
}
.main_video video{ width:100% !important; height:auto ;min-width: 100% !important ;min-height: auto; position:relative; z-index:0; top:0;}
_::-webkit-full-page-media, _:future, :root .main_video video {
   
   top:0;
   width:auto !important;
}
/* .main_img_in{position:absolute; top:0; width:100%; height:100%; left:0;display: flex;justify-content: left;align-items: center;} */
.main_img_in {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
/* .main_img_in img{ width:40%; padding-left:10%;} */
.main_img_in img{ width:40%; }
.main_img_in h2{color:#fff; font-size:6rem;font-family: 'Quicksand', sans-serif;letter-spacing:0.3rem; line-height:100%;animation: 5s forwards;animation-delay:1s;    animation-fill-mode: both; padding-left:10%;}
.top_scroll{font-family: 'Quicksand', sans-serif; font-weight:bold; color:#fff; display: flex;justify-content:center;align-items: center; position:absolute; bottom:20px; padding-bottom:35px; font-size:.8rem; width:100%;}
.top_scroll:after {
    content: '';
    width: 1px;
    height: 0;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    animation: top_scroll 2.5s ease infinite;
}
@keyframes top_scroll{0%{height:0;top:50%}40%{height:50%;top:50%}80%{height:0;top:100%}100%{height:0;top:100%}}
.main_img_in h2 .jp{color:#fff; font-size:2.5rem;}
@keyframes h2_1{
	0%{opacity: 0;}
	100%{opacity: 1;}
}

.sub_img{ height:400px;background: #221815;display: flex;justify-content:center;align-items: center;}
.sub_img_in{ text-align:center;}
.sub_img h2{ color:#fff; font-size:3rem;}
.sub_img span{ color:#fff; font-size:1rem; font-weight:bold;  display:inline-block;}

.sub_img_2{ height:auto;background: #221815;display: flex;justify-content:center;align-items: center; padding:150px 0 100px 0; }
.sub_img_in_2{ text-align:center;}
.sub_img_2 img{ width: 100%; object-fit: cover; height: 400px; padding: 50px 0;}
.sub_img_2 h2{ color:#fff; font-size:3rem;}
.sub_img_2 span{ color:#fff; font-size:1rem; font-weight:bold;  display:inline-block;}
.sub_img_2 p{ color: #fff;}

@media screen and (max-width:768px) {
.main_img{ width:100%; height:80vw; position:relative;}
.main_video{ position:relative;z-index: -100; overflow: hidden; height:80vw; width:100% !important; }

.main_img_in img{ width:60%; padding-left:5%;}

.slider_css {
  height: 100%;
  width:100%;
  margin-left:0%;
  position: relative;
  overflow: hidden;
}
.slider_css::before {
	position:absolute;
	content:"";
	
	z-index:1;
}
.slider_css ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider_css ul li {
  position: absolute;
  height:100%;
  width:100%;
  background-position:center !important;
  background-size: cover !important;
  top: 0;
  left: 0;
  animation-iteration-count: infinite;
  animation-duration: 24s;
}
.preload .slider_css ul li:nth-child(1){
  background:url(images/reason-01-pre.webp) no-repeat ;
}
.slider_css ul li:nth-child(1) {
/*  background:url(images/reason-01.jpg) no-repeat ;*/
  animation-name: slider-zoomin;
  animation-delay: 0s;
}
.slider_css ul li:nth-child(2) {
/*   background:url(images/reason-02.jpg) no-repeat ;*/
  animation-name: slider-zoomout;
  opacity: 0;
  animation-delay: 8s;
}
.slider_css ul li:nth-child(3) {
/*   background:url(images/reason-03.jpg) no-repeat ;*/
  animation-name: slider-zoomin;
  opacity: 0;
  animation-delay: 16s;
}

@keyframes slider-zoomin {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  6.5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes slider-zoomout {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  6.5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.sub_img{ height:60vw;background: #221815;display: flex;justify-content:center;align-items: center;}
.sub_img_in{ text-align:center;}
.sub_img h2{ color:#fff; font-size:6vw;}
.sub_img span{ color:#fff; font-size:1rem; font-weight:bold;  display:inline-block;}
	
.sub_img_2{ height:auto;background: #221815;display: flex;justify-content:center;align-items: center; padding:30vw 0 30vw 0; }
.sub_img_in_2{ text-align:center;}
.sub_img_2 img{ width: 100%; object-fit: cover; height: 60vw; padding: 50px 0;}
.sub_img_2 h2{ color:#fff; font-size:8vw;}
.sub_img_2 span{ color:#fff; font-size:1rem; font-weight:bold;  display:inline-block;}
.sub_img_2 p{ color: #fff;}

}
/*******************************
アニメーション
*******************************/
.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 300ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
/* scroll animation
----------------------------------------- */
.scrollAnim { }
.scrollAnim.scrollAnimShape { position: relative; overflow: hidden; }
.scrollAnim.scrollAnimShape img { display: block; position: relative; opacity: 0; width:100%; transition-delay: .5s; }
.scrollAnim.scrollAnimShape::before { content: ""; position: absolute; z-index: 10; top: 0; left: -50%; width: 0; height: 100%; background-color: #221815; transform: skewX(19deg); transform-origin: 0 50% 0; }
.storeInfo__imgWrap a:hover img { transition-delay: 0s; }
.scrollAnim.scrollAnimShape.show img { opacity: 1; }
.scrollAnim.scrollAnimShape.show::before {
	transition: width .7s cubic-bezier(.21, 1.06, .93, .96), left .7s cubic-bezier(.18, .85, .85, .94) .5s;
	left: 130%;
	width: 200%;
}
.scrollAnim2.scrollAnimShape.show::before { transition: width .7s cubic-bezier(.21, 1.06, .93, .96), left .7s cubic-bezier(.18, .85, .85, .94) .5s; }
.scrollAnim3.scrollAnimShape.show::before { transition: width .6s cubic-bezier(.21, 1.06, .93, .96), left .6s cubic-bezier(.18, .85, .85, .94) .5s; }
.js-grad::after { width: 0; transition: width .3s cubic-bezier(.21, 1.06, .93, .96), left 1.3s cubic-bezier(.21, 1.06, .93, .96) .6s; transform-origin: left; }
.js-grad.show::after { width: 100%; }

.fadeIn{
	opacity:.2;
    transform : translate(0, 30px);
    transition: all 1s ease-out;
}
.fadeIn.fadeInUp {
	transform : translate(0, 0);
    opacity: 1;
}

.btn{ text-align:center; margin-top:60px;}
.btn_mt_0{ margin-top:0px !important;}
.c-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 340px;
    height: 60px;
    color: #221815;
    background: #fff;
    font-family: 'Quicksand', sans-serif;
    font-size: .8rem;
    letter-spacing: .1em;
    text-decoration: none;
    transition: all .4s cubic-bezier(.78,.07,0,1) .2s;
    border: 1px solid #ccc;
    cursor: pointer;
}
.c-button:before{content:'';display:block;position:absolute;left:auto;right:-1px;top:-1px;width:0;height:calc(100% + 2px);background-color:#221815;transition:inherit}
.c-button:hover{color:#fff}
.c-button:hover:before{left:-1px;right:auto;width:calc(100% + 2px)}
.c-button>span{position:relative}
.c-button>i{position:absolute;top:calc(50% - 1px);right:-30px;width:50px;height:1px;background:#221815;transition:inherit;pointer-events:none}
.c-button>i:before{content:'';position:absolute;right:0;bottom:0;border-top:4px solid transparent;border-left:4px solid #221815;border-right:4px solid transparent;border-bottom:4px solid #221815;transition:inherit}
.c-button:hover>i{right:30px;background:#fff}
.c-button:hover>i:before{border-left-color:#fff;border-bottom-color:#fff}

a .imgbox{ width:100%; display:block; overflow:hidden; position:relative;}
/*a .imgbox::before{
	content:"";
	position:absolute;
	background:rgb(0,0,0,0);
	width:100%;
	height:100%;
	z-index:1;
	transition: all .3s ease-out 0s;
}
a:hover .imgbox::before{
	background:rgb(0,0,0,0.30);
}
*/
a .imgbox img{transition: all .6s ease-out 0s !important;}
a:hover .imgbox img{ transform: scale(1.06);}
@media screen and (max-width:768px) {
.btn{ text-align:center; margin-top:40px;}
.btn_mt_0{ margin-top:0px !important;}
.c-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70vw;
    height: 50px;
    color: #221815;
    background: #fff;
    font-family: 'Quicksand', sans-serif;
    font-size: .8rem;
    letter-spacing: .1em;
    text-decoration: none;
    transition: all .4s cubic-bezier(.78,.07,0,1) .2s;
    border: 1px solid #ccc;
    cursor: pointer;
}

.c-button:before{content:'';display:block;position:absolute;left:auto;right:-1px;top:-1px;width:0;height:calc(100% + 2px);background-color:#221815;transition:inherit}
.c-button:hover{color:#fff}
.c-button:hover:before{left:-1px;right:auto;width:calc(100% + 2px)}
.c-button>span{position:relative}
.c-button>i{position:absolute;top:calc(50% - 1px);right:-30px;width:50px;height:1px;background:#221815;transition:inherit;pointer-events:none}
.c-button>i:before{content:'';position:absolute;right:0;bottom:0;border-top:4px solid transparent;border-left:4px solid #221815;border-right:4px solid transparent;border-bottom:4px solid #221815;transition:inherit}
.c-button:hover>i{right:30px;background:#fff}
.c-button:hover>i:before{border-left-color:#fff;border-bottom-color:#fff}
}
/*******************************
セクション
*******************************/
.contents{ padding:80px 0; }
.p_t_160{ padding-top:160px;}
.p_t_0{ padding-top:0px !important;}
.bg_gry{background: #F7F7F7;}
.inner{ margin:0 auto; width:80vw; box-sizing:border-box;min-width:1100px; }
@media screen and (max-width:768px) {
.contents{ padding:50px 0; }
.inner{ margin:0 auto; width:100%; box-sizing:border-box;min-width:100%; padding:0 5%; box-sizing:border-box; }
}
/*******************************
/* 見出し「
*******************************/
h2.contents_title{ text-align:center; font-size:2.5rem; margin-bottom:60px;}
.jp{ display:block; font-size:.8rem; margin-top:-10px;}
.en{}

.shadow{box-shadow: 0px 20px 80px 0px rgba(0, 0, 20, 0.27);}
@media screen and (max-width:768px) {
h2.contents_title{ text-align:center; font-size:6.5vw; margin-bottom:35px;}
.jp{ display:block; font-size:3vw; margin-top:0px;}
}
/*******************************
/* TOP
*******************************/
.reason{display: flex;justify-content: space-between;}
.reason_box{width : calc(100%/3) ; border-top:5px solid #221815;}
.reason_box img{ width:100%;object-fit:cover; height:200px; }
.reason_box_text{display: flex;justify-content: center;align-items: center; width:100%; text-align:center; padding-top:20px;}
.reason_box_text_in{ padding:10px; box-sizing:border-box;}
.no{ display:inline-block; height:60px; width:60px; color:#fff;background: #221815; border-radius:50%;display: flex;justify-content: center;align-items: center;  font-size:1.6rem; margin:0 auto;}
.reason_box_text h3{ padding:15px 0 10px;}
.reason_box_text h4{
position: relative;
display: inline-block;
padding: 0 55px;
color:#EC6C00;
}

.reason_box_text h4:before, .reason_box_text h4:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 45px;
height: 1px;
background-color: black;
}
.reason_box_text h4:before {left:0;}
.reason_box_text h4:after {right: 0;}
.reason_box_text_in p{ margin-top:10px; font-size:.95rem; padding:0 15px; box-sizing:border-box;}

.top_about{display: flex;justify-content: space-between; padding:0px 0; position:relative;}
.top_about::before {
    content: "";
    position: absolute;
    background-color: #F7F7F7;
    width: 80%;
    height: 100%;
    z-index:-100;
	bottom:-15%;
	right:0;
}
.top_about_in{ width:40%;display: flex;justify-content: center;align-items: center;}
.top_about_in:nth-of-type(2){ width:60%;}
.top_about_in img{object-fit:cover; width:100%; max-height:600px;}
.top_about_in h2{ font-size:4rem; margin-bottom:40px;}
.top_about_in_text{ padding-left:15%; padding-right:5%; box-sizing:border-box;}
.top_about_in_text p:nth-of-type(n+2){ padding-top:20px;}
.cap{ position:absolute; left:0; z-index:3; bottom:-10%; display:none;}
.cap img{ width:60%;}

.display_flex{display: flex;justify-content: space-between; }
.left_60{ width:60%;}
.right_40{ width:40%; position:relative;display: flex;justify-content:left;align-items: center;}
.right_40_text{ position:absolute;  left:0%; text-align:left; padding-left:10%; width:100%;}
.right_40_text h2{ margin-bottom:40px; font-size:3.5rem;}
.right_40_text h2 .jp{ display:block; font-size:1rem; margin-top:-20px;}

.members{margin-top:50px}
/* .top_members_in.top_works_in{width: 30%; margin: 0 auto;}
.top_members_in.top_works_in img{display: block; width: 80%; height: 280px; margin: 0 auto;} */
.top_members_in h3{margin-left: 10%;}
.top_members_in:nth-of-type(n+4){ margin-top:40px;}

.top_works{display: flex;justify-content: space-between;flex-wrap: wrap;}
.top_works::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
.top_works::after{
  content:"";
  display: block;
  width:23%;
}
.top_works_in{ width:23%; position:relative;}
/* .top_works_in:nth-of-type(n+5){ margin-top:40px;} */
/* .top_works_in img{ width:100%;object-fit:cover; height:230px; } */
.top_works_in .date{font-family: 'Quicksand', sans-serif; display:block; font-size:.8rem; color:#888; padding-bottom:3px; margin-top:20px; }
_::-webkit-full-page-media, _:future, :root .icon {
    position: static;
	 margin-top:5px;
}
_::-webkit-full-page-media, _:future, :root .date {
    margin-top:10px;
}
.top_works_in h2{ font-size:1rem;}
.icon{ position:absolute; color:#fff; right:-15px; padding:3px 15px; font-weight:bold;top: 210px; z-index:3; font-size:.8rem;}
.company_pv{ background:#221815;}

.works_logo{padding-top:30px; width:100%}

.top_service.lazyloaded{background: url(images/top_service.jpg) no-repeat center; padding:120px 0; position:relative; color:#fff; }
.top_service::before {
    content: "";
    position: absolute;
    background-color: rgba(51,51,51,0.85);
    width: 100%;
    height: 100%;
    
	top:0;
	left:0;
}
.top_service_box{  position:relative;z-index:1;}
.top_service_box h2{ text-align:center; font-size:2.6rem; margin-bottom:10px;}
.top_service_box h3{ text-align:center; font-size:1rem; margin-bottom:40px;}
.top_service_box ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.top_service_box ul li{ width:31%;}
.top_service_box ul li:nth-of-type(n+4){ margin-top:20px;}
.top_service_box ul li a{
position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    color: #221815;
    background: ;
    font-size: .8rem;
    letter-spacing: .1em;
    text-decoration: none;
    transition: all .4s cubic-bezier(.78,.07,0,1) .2s;
    border: 1px solid #ccc;
    cursor: pointer;
	color:#fff;
}
.top_service_box ul li a:before{content:'';display:block;position:absolute;left:auto;right:-1px;top:-1px;width:0;height:calc(100% + 2px);background-color:#fff;transition:inherit}
.top_service_box ul li a:hover{ color:#221815;}
.top_service_box ul li a:hover:before{left:-1px;right:auto;width:calc(100% + 2px)}
.top_service_box ul li a>span{position:relative}

.top_news{display: flex;justify-content: space-between;}
.top_news_box{ width:25%;}
.top_news_box:nth-of-type(2){ width:75%;}
.top_news_box h2 .en{ font-size:2.5rem;}
.top_news_box ul{ width:100%;}
.top_news_box ul li:nth-of-type(n+2){ padding-top:20px;}
.top_news_box ul li .date{ display:inline-block; padding-right:40px; font-weight:bold;}
.top_news_box ul li a{ }
.top_news_box ul li a:hover{ text-decoration:underline;color: #EC6C00;}

.mission{ text-align:center;}
.mission h3{ font-size:2rem; padding-bottom:40px;}
@media screen and (max-width:768px) {
.reason{display: flex;justify-content: space-between;flex-wrap: wrap;}
.reason_box{width : 100% ; border-top:5px solid #221815;}
.reason_box:nth-of-type(n+2){ margin-top:20px;}
.reason_box img{ width:100%;object-fit:cover; height:30vw; }
.reason_box_text{display: flex;justify-content: center;align-items: center; width:100%; text-align:center; padding-top:0px; margin-top:-12vw; position:relative; z-index:1;}
.reason_box_text_in{ padding:10px; box-sizing:border-box;}
.no{ display:inline-block; height:15vw; width:15vw; color:#fff;background: #221815; border-radius:50%;display: flex;justify-content: center;align-items: center;  font-size:5vw; margin:0 auto;}
.reason_box_text h3{ padding:15px 0 10px; font-size:5vw;}
.reason_box_text h4{
position: relative;
display: inline-block;
padding: 0 55px;
color:#EC6C00;
 font-size:4.5vw;
}
.works_logo{
	display:none;
	width: 100%;
}
.reason_box_text h4:before, .reason_box_text h4:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 45px;
height: 1px;
background-color: black;
}
.reason_box_text h4:before {left:0;}
.reason_box_text h4:after {right: 0;}
.reason_box_text_in p{ margin-top:10px; font-size:3.8vw; padding:0 0px; box-sizing:border-box;}

.top_about{display: flex;justify-content: space-between;flex-wrap: wrap; padding:0px 0; position:relative; margin-bottom:18vw;}
.top_about::before {
    content: "";
    position: absolute;
    background-color: #F7F7F7;
    width: 80%;
    height: 115%;
    z-index:-100;
	top:-5%;
	right:0;
}
.top_about_in{ width:100%;display: flex;justify-content: center;align-items: center;}
.top_about_in:nth-of-type(2){ width:100%; padding-top:20px;}
.top_about_in img{object-fit:cover; width:100%; max-height:600px;}
.top_about_in h2{ font-size:6.5vw; margin-bottom:35px;}
.top_about_in_text{ padding-left:10%; padding-right:5%; box-sizing:border-box;}
.top_about_in_text p:nth-of-type(n+2){ padding-top:20px;}
.cap{ position:absolute; left:0; z-index:3; bottom:-10%; display:none;}
.cap img{ width:60%;}

.top_members_in.top_works_in{width: 100%;}
.top_members_in.top_works_in img{width: 100%; height: 230px;}
.top_members h3{margin: 0;}

.top_works{display: flex;justify-content: space-between;flex-wrap: wrap;}
.top_works_in{ width:100%; position:relative;}
.top_works_in:nth-of-type(n+2){ margin-top:20px;}
.top_works_in img{ width:100%;object-fit:cover; height:50vw; }
.top_works_in .date{font-family: 'Quicksand', sans-serif; display:block; font-size:3.2vw; color:#888; padding-bottom:0px; margin-top:10px; }
_::-webkit-full-page-media, _:future, :root .icon {
    position: static;
	 margin-top:5px;
}
_::-webkit-full-page-media, _:future, :root .date {
    margin-top:10px;
}
.top_works_in h2{ font-size:4vw;}
.icon{ position:absolute !important; color:#fff; right:0; padding:3px 15px; font-weight:bold;top: 0px; z-index:3; font-size:.8rem;}
.company_pv{ background:#221815;}

.top_service.lazyloaded{background: url(images/top_service-sp.jpg) no-repeat center; padding:60px 0; position:relative; color:#fff; }
.top_service::before {
    content: "";
    position: absolute;
    background-color: rgba(51,51,51,0.85);
    width: 100%;
    height: 100%;
	top:0;
	left:0;
}
.top_service_box{  position:relative;z-index:1;}
.top_service_box h2{ text-align:center; font-size:6vw; margin-bottom:10px;}
.top_service_box h3{ text-align:center; font-size:3.2vw; margin-bottom:40px;}
.top_service_box ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.top_service_box ul li{ width:48%;}
.top_service_box ul li:nth-of-type(n+3){ margin-top:20px;}
.top_service_box ul li:nth-of-type(n+4){ margin-top:20px;}
.top_service_box ul li a{
position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    color: #221815;
    background: ;
    font-size: 2.5vw;
    letter-spacing: .1em;
    text-decoration: none;
    transition: all .4s cubic-bezier(.78,.07,0,1) .2s;
    border: 1px solid #ccc;
    cursor: pointer;
	color:#fff;
}
.top_service_box ul li a:before{content:'';display:block;position:absolute;left:auto;right:-1px;top:-1px;width:0;height:calc(100% + 2px);background-color:#fff;transition:inherit}
.top_service_box ul li a:hover{ color:#221815;}
.top_service_box ul li a:hover:before{left:-1px;right:auto;width:calc(100% + 2px)}
.top_service_box ul li a>span{position:relative}

.top_news{display: flex;justify-content: space-between;flex-wrap: wrap;}
.top_news_box{ width:100%;}
.top_news_box:nth-of-type(2){ width:100%; padding-top:30px;}
.top_news_box h2 .en{ font-size:6.5vw;}
.top_news_box ul{ width:100%; font-size:3.6vw;}
.top_news_box ul li:nth-of-type(n+2){ padding-top:20px;}
.top_news_box ul li .date{ display:inline-block; padding-right:0px; font-weight:bold; display:block; font-size:3vw;}
.top_news_box ul li a{ }
.top_news_box ul li a:hover{ text-decoration:underline;color: #EC6C00;}

.mission{ text-align:center;}
.mission h3{ font-size:5.0vw; padding-bottom:40px;}
.mission p{ text-align:left;}
}
/*******************************
/* 下層
*******************************/
.service{}
.service_main{ padding-bottom:60px;}
.service_main img{ width:100%;object-fit:cover; height:500px; }
.service_flow{display: flex;justify-content: space-between;flex-wrap: wrap;margin-bottom:40px;}
.service_flow_box{ width:18%; text-align:center; font-size:.9rem; position:relative; margin-bottom:40px;}
.service_flow_box img{ border-radius:50%; width:80%; display:block; margin:0 auto; padding-bottom:10px;}
.service_flow_box .fa-caret-right{ position: absolute;
    font-size: 3rem;
    right: -10.5%;
    top: 35%;
}
.service h3{ padding:60px 0 40px 0; font-size:2rem; position:relative;}
.service_movie{display: flex;justify-content: space-between;flex-wrap: wrap; padding:40px 0;}
.service_movie_box{ width:31%;}
.service_movie_box iframe{ width:100%; height:270px; }
.service_movie_box .case{ display:block; font-weight:bold; padding-bottom:10px;}
.service_movie_box .client_name{ display:block; font-size:1.2rem; font-weight:bold; padding:10px 0;}
.service_movie_box .details{ display:block; padding-top:5px;}

.cinema_graph_main{display: flex;align-items: center;}
.cinema_graph_main img{ vertical-align:middle;}
.cinema_graph_text{ padding-top:20px;}

.service_price{ box-sizing:border-box; margin-top:40px;}
.service_price_in{display: flex;justify-content: space-between;flex-wrap: wrap;}
.service_price_in:nth-of-type(n+2){ border-top:1px solid #fff;}
.service_price_in:nth-of-type(4){ margin-bottom:20px;}
.service_price_in_li{ padding:20px; box-sizing:border-box;display: flex;
  justify-content: center;
  align-items: center;}
.service_price_in_li:nth-of-type(1){ width:35%; font-weight:bold; background:#221815; color:#fff;}
.service_price_in_li:nth-of-type(2){ width:15%;font-weight:bold; text-align:center;background:#f1f1f1 ; }
.service_price_in_li:nth-of-type(3){ width:50%; background:#f7f7f7; justify-content: flex-start;}

h2.works_title{ text-align:center; margin-bottom:40px; font-size: 2.5rem;}
h2.works_title .sma{ display:inline-block; font-size:1.2rem; font-weight:normal; padding-left:10px;}
h2.works_title .sub_title{ display:block; padding-top:5px; font-weight:normal;font-size: 1.3rem;}
.works_in{}
.works_in .douga{ text-align:center; padding-bottom:40px; width:70%; max-width:100%; min-width:1000px; margin:0 auto;}
.works_in .douga_in {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.works_in .douga_in iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.works_in_spec{width:70%; width:100%; margin:0 auto;}
.works_in_spec ul{ padding-bottom:40px;}
/*.works_in_spec ul li{display: flex;}*/
.works_in_spec ul li div{ width:150px;}
.works_in_spec ul li div:nth-of-type(n+2){ width:100%;}
.works_in_spec ul li:nth-of-type(n+2){ padding-top:15px;}
.works_in_spec ul li span{ font-weight:bold; display:inline-block; /*width:150px;*/}
.works_in_text{width:70%; max-width:100%;min-width:1000px; margin:0 auto;}
.works_in_spec ul li p{ padding-bottom:20px; line-height:2;}
.works_in_spec a{ color:#EC6C00; font-weight:bold;}

.works_cat{display: flex;justify-content: space-between;flex-wrap: wrap; padding-bottom:40px;}
.works_cat::after{
  content:"";
  display: block;
  width:31%;
}
.works_cat li{ width: 31%; text-align:center;}
.works_cat li:nth-of-type(n+4){ margin-top:20px;}
.works_cat li a{ display:block; background:#f7f7f7;padding:15px 0;}
.works_cat li a:hover{background: #221815; color:#fff; }

.profile p{ text-align:center; padding-bottom:40px;}
.profile table {
    width: 100%;
    border-collapse: collapse;
}
.profile th {
    padding: 20px 0px;
    background: #f7f7f7;
    color: #000;
    border: 1px solid #f1f1f1;
    text-align: center;
    width: 25%;
}
.profile td {
    border: 1px solid #f1f1f1;
    background: #fff;
    padding: 20px 40px;
    text-align: left;
}
.philosophy p{ text-align:center; line-height:3; font-size:1.2rem;}
.map iframe{ width:100%;}

.blog_in{display: flex;justify-content: space-between;}
.blog_in_box{ padding-left: 5px; width:75%;}

.blog_in_box img{ width:auto; height:auto; max-width:70%;}
.blog_in_sidebox{ margin-left: 1.5em; width:20%;}
.blog_in_sidebox_item img{ width: 120px; }
.blog_in_sidebox_item img:hover{ width: 120px; opacity: 0.6; filter: brightness(110%); }
.blog_in_sidebox_item{display: flex;width: 300px;}

h2.blog_title{ font-size:2rem;padding-bottom:40px;}
.date_blog{ display:block; }
.blog_text{ padding-top:40px;}
.blog_text p{ line-height:2; padding-bottom:20px;}
.blog_text img{ margin-bottom:40px;width:auto; max-width:100%;}
.blog_text_in h2{
    background: #221815;
    padding: 10px 0 10px 15px;
	color:#fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
	border-radius:2px;
}
.blog_text_in h3{    margin-bottom: 10px;
border-left:5px solid #221815;
    border-radius:2px;
    margin-top: 40px;
    background-color: #f8f8f8;
    padding: 5px 15px;
}

.blog_text_in ul li{}
.blog_text_in ul li::before
.blog_text_in ul li:nth-of-type(n+2) {
    padding-top: 10px;
}
/*olタグデザイン*/
.blog_text_in ol {
  background: #f7f7f7;
  box-shadow: 0px 0px 0px 10px #f7f7f7;
  border: dashed 2px #221815;
  border-radius: 9px;
  margin: 10px 10px 20px;
  padding: 20px 40px; 
box-sizing:border-box;
  font-weight: 700;
}
.blog_text_in ol li{}
.blog_text_in ol li::before
.blog_text_in ol li:nth-of-type(n+2) {
  padding-top: 10px;
}

.contact_text p{ text-align:center; line-height:2;}
.contact_tel{ border:1px solid #ccc; text-align:center; padding:30px 40px; box-sizing:border-box; margin-top:40px;}
.contact_tel h3{ padding-bottom:20px;}

.table_form{ padding-top:100px;}
.table_form table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
}
.table_form th {
    border-bottom: 1px solid #e5eaeb;
    padding: 15px 20px;
    background: #fff;
    text-align: left;
    width: 30%;
}
.table_form td {
    border-bottom: 1px solid #e5eaeb;
    padding: 15px 20px;
}
.zipcode input{ width:40% !important; margin-bottom:10px;}
.address1 input{ width:20% !important; float:left; margin-right:2%;}
.address2 input{ width:78% !important;}
.w_10 input{ width:15% !important; margin-right:10px;}
.required{ display:inline-block; background:#221815; color:#fff; padding:2px 10px 0 10px; margin-left:10px; border-radius: 3px; font-weight:normal;}
.table_form input, .table_form select, .table_form textarea {
    box-sizing:border-box;
	background:#f7f7f7;
    border: 1px solid #CCC;
    border-radius: 3px;
    padding: 20px 20px;
    width: 100%;
}
input[type="checkbox"] {
	width:auto;
}
.wpcf7-text{
	
}
.wpcf7-textarea{
	
}
.wpcf7-date{box-sizing:border-box;
	background:#f5f5f5;
    border: 1px solid #CCC;
    border-radius: 3px;
    padding: 20px 20px;
    width: 40%;}
.wpcf7-select{
	box-sizing:border-box;
	 background:#f5f5f5;
    border: 1px solid #CCC;
    border-radius: 3px;
    
    padding: 20px 20px;
    width: 40%;
}
.wpcf7-checkbox{}
.wpcf7-submit {
   background:#221815;
	
	 color:#FFF;
    border: none;
    height: 50px;
    width: 250px;
	cursor:pointer;
}
.wpcf7-not-valid-tip {
	margin-top:10px;
}
.wpcf7-list-item-label{
	padding-right:10px;
}
.submit{
	text-align:center;
}
div.wpcf7 .ajax-loader {
	display:none !important;
}

.flow{ padding-top: 40px;}
.flow_box{ display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; padding-top: 40px; margin-top: 40px; border-top: 1px solid #ccc;}
.flow_box_in:nth-of-type(1){ width: 10%; color: #EC6C00; text-align: center; font-weight: bold;}
.flow_box_in:nth-of-type(1) span{ display: block;}
.flow_box_in:nth-of-type(1) .fa-chevron-down{ font-size: 2rem;}
.flow_box_in:nth-of-type(2){ width: 60%; padding-right:3%; box-sizing: border-box;}
.flow_box_in:nth-of-type(2) h4{ font-size: 2rem; padding-bottom: 10px;}
.flow_box_in:nth-of-type(3){ width: 30%;}
.flow_box_in:nth-of-type(3) img{ width: 100%;}
.point{ display: block; border: 2px solid #221815; padding: 15px; box-sizing: border-box; margin-top: 15px; font-weight: bold;}
.point strong{ display: block;}

.service_all{}
.service_list{ display: flex; justify-content: space-between; flex-wrap: wrap;padding-top: 40px; margin-top: 40px; border-top: 1px solid #ccc;}
.service_list_box{ width: 32%;}
.service_list_box:nth-of-type(2){ width: 65%;}
.service_list_box img{ width: 100% !important; object-fit: cover !important; height: 260px !important;}
.service_list_box h4{font-size: 2rem; padding-bottom: 10px;}
.service_list_box .service_list_btn{ display: flex; justify-content: flex-end; padding-top: 15px;}
.service_list_box .service_list_btn a{ background:#221815; color: #fff; font-size: .9rem; padding: 0 10px; display: inline-block;}
.service_list_box .service_list_btn a:nth-of-type(2){ margin-left: 20px;}
.service_list_box .service_list_btn a .fa-caret-right{ padding-right: 5px;}

.service_in_text{ text-align: center;}
.service_3{ padding-top: 80px;}
.service_3 h3{ font-size: 1.5rem; padding-bottom: 20px;}
.service_3 h3:nth-of-type(n+2){ padding-top: 80px;}
.service_3 p{ padding-bottom: 20px;}
.service_3 ul{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.service_3 ul::after{
  content:"";
  display: block;
  width:31%;
}
.service_3 ul li{ width: 31%;}
.service_3 ul li img{ width: 100%; object-fit: cover; height: 250px;}

@media screen and (max-width:768px) {
.service{}
.service_main{ padding-bottom:60px;}
.service_main img{ width:100%;object-fit:cover; height:35vw; }
.service_flow{display: flex;justify-content: space-between;flex-wrap: wrap; padding-bottom:20px;}
.service_flow::after{
  content:"";
  display: block;
  width:31%;
}
.service_flow_box{ width:31%; text-align:center; font-size:3vw; position:relative; margin-bottom:40px;}
.service_flow_box:nth-of-type(n+4){ margin-bottom:20px;}
.service_flow_box img{ border-radius:50%; width:80%; display:block; margin:0 auto; padding-bottom:10px;}
.service_flow_box .fa-caret-right{ position: absolute;
    font-size: 8vw;
    right: -10.5%;
    top: 28%;
}
.service_flow_box:nth-of-type(3) .fa-caret-right{ display:none;}

.service h3{ padding:60px 0 40px 0; font-size:6vw; position:relative;}
.service_movie{display: flex;justify-content: space-between;flex-wrap: wrap; padding:40px 0;}
.service_movie_box{ width:100%; font-size:3.3vw;}
.service_movie_box:nth-of-type(n+2){ margin-top:40px;}
.service_movie_box iframe{ width:100%; height:50vw; }
.service_movie_box .case{ display:block; font-weight:bold; padding-bottom:10px;}
.service_movie_box .client_name{ display:block; font-size:4.5vw; font-weight:bold; padding:10px 0;}
.service_movie_box .details{ display:block; padding-top:5px;}

.service_price{ box-sizing:border-box; margin-top:0px;}
.service_price_in{display: flex;justify-content: space-between;flex-wrap: wrap; font-size:3.5vw;}
.service_price_in:nth-of-type(n+2){ border-top:1px solid #fff;}
.service_price_in:nth-of-type(4){ margin-bottom:20px;}
.service_price_in_li{ padding:20px; box-sizing:border-box;display: flex;
  justify-content: center;
  align-items: center;}
.service_price_in_li:nth-of-type(1){ width:100%; font-weight:bold; background:#221815; color:#fff;}
.service_price_in_li:nth-of-type(2){ width:100%;font-weight:bold; text-align:center;background:#f1f1f1 ; }
.service_price_in_li:nth-of-type(3){ width:100%; background:#f7f7f7; justify-content: flex-start;}

.service_price_in:nth-of-type(1) .service_price_in_li:nth-of-type(3){ display:none;}

h2.works_title{ text-align:center; margin-bottom:40px; font-size: 6.5vw;}
h2.works_title .sma{ display:inline-block;font-size: 3vw; font-weight:normal; padding-left:10px;}
h2.works_title .sub_title{ display:block; padding-top:5px; font-weight:normal;font-size: 3vw;}
.works_in{}
.works_in .douga{ text-align:center; padding-bottom:40px; width:70%; max-width:100%; min-width:100%; margin:0 auto;}
.works_in .douga_in {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.works_in .douga_in iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.works_in_spec{width:70%; max-width:100%;min-width:100%; margin:0 auto;}
.works_in_spec ul{ padding-bottom:40px;}
/*.works_in_spec ul li{display: flex;flex-wrap: wrap;}*/
.works_in_spec ul li div{ width:100%;}
.works_in_spec ul li div:nth-of-type(n+2){ width:100%; padding-left:5vw; box-sizing:border-box;}
.works_in_spec ul li:nth-of-type(n+2){ padding-top:30px;}
.works_in_spec ul li span{ font-weight:bold; display:inline-block; width:100%; font-size:4.5vw; padding-bottom:5px;}
.works_in_text{width:70%; max-width:100%;min-width:1000px; margin:0 auto;}
.works_in_spec ul li p{ padding-bottom:20px; line-height:2;}

.works_cat{display: flex;justify-content: space-between;flex-wrap: wrap; padding-bottom:40px;}
.works_cat li{ width: 33.333333%; text-align:center; font-size:2.6vw;}
.works_cat li:nth-of-type(n+2){ border-left:1px solid #fff; box-sizing:border-box;}
.works_cat li a{ display:block; background:#f7f7f7;padding:15px 0;}
.works_cat li a:hover{background: #221815; color:#fff; }

.profile p{ text-align:center; padding-bottom:40px;}
.profile table {
    width: 100%;
    border-collapse: collapse;
}
.profile th {
    padding: 0px 0px 5px 0px;
    background: none;
	display:block;
	width:100%;
    color: #000;
    border: none;
    text-align:left;
}
.profile td {
    border: none;
	display:block;
	width:100%;
    padding: 0px 5px 20px 5px;
    text-align: left;
}
.philosophy p{ text-align:center; line-height:2; font-size:4vw;}
.map iframe{ width:100%; height:50vw;}

.blog_in{display: flex;justify-content: space-between;flex-wrap: wrap;}
.blog_in_box{ width:100%;}
.blog_in_box:nth-of-type(2){ width:100%;}
.blog_in_box img{ width:auto; max-width:100%; margin-bottom:40px;}
h2.blog_title{ font-size:6vw;padding-bottom:40px;}
.date_blog{ display:block; }
.blog_text{ }
.blog_text p{ line-height:2; padding-bottom:20px;}
.blog_text img{ margin-bottom:40px;width:auto; max-width:100%;}

.blog_text_in{ padding-bottom:40px;}
.blog_text_in h2{
    background: #221815;
    padding: 10px 0 10px 15px;
	color:#fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
	border-radius:2px;
}
.blog_text_in h3{    margin-bottom: 10px;
border-left:5px solid #221815;
    border-radius:2px;
    margin-top: 40px;
    background-color: #f8f8f8;
    padding: 5px 15px;
}

.blog_text_in ul {
    /* background: #f7f7f7;
    box-shadow: 0px 0px 0px 10px #f7f7f7;
    border: dashed 2px #221815;
    border-radius: 9px;
    margin: 10px 10px 20px;
    padding: 20px 30px; 
	box-sizing:border-box;
    font-weight: 700;
	list-style-type: disc; */
}
.blog_text_in ul li{}
.blog_text_in ul li:nth-of-type(n+2) {
    padding-top: 15px;
}

.contact_text p{ text-align:left; line-height:2;}
.contact_tel{ border:1px solid #ccc; text-align:center; padding:20px 20px; box-sizing:border-box; margin-top:40px;}
.contact_tel h3{ padding-bottom:20px;}
.contact_tel .ft_contact_tel {
    font-size: 7vw;
}

.table_form table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
}
.table_form th {
	display:block;
    border-bottom: none;
    padding:0;
	padding-bottom:8px;
    background: #fff;
    text-align: left;
    width: 100%;
	box-sizing:border-box;
}
.table_form td {
	display:block;
	width:100%;
    border-bottom: 1px solid #e5eaeb;
    padding: 0;
	box-sizing:border-box;
	padding-bottom:20px;
	margin-bottom:20px;
}
.zipcode input{ width:40% !important; margin-bottom:10px;}
.address1 input{ width:20% !important; float:left; margin-right:2%;}
.address2 input{ width:78% !important;}
.w_10 input{ width:15% !important; margin-right:10px;}
.required{ display:inline-block; background:#221815; color:#fff; padding:2px 10px 0 10px; margin-left:10px; border-radius: 3px; font-weight:normal; font-size:4vw;}
.table_form input, .table_form select, .table_form textarea {
    box-sizing:border-box;
	background:#f7f7f7;
    border: 1px solid #CCC;
    border-radius: 3px;
    padding: 10px 20px;
    width: 100%;
	font-size:16px;
}
input[type="checkbox"] {
	width:auto;
}
.wpcf7-text{
	
}
.wpcf7-textarea{
	
}
.wpcf7-date{box-sizing:border-box;
	background:#f5f5f5;
    border: 1px solid #CCC;
    border-radius: 3px;
    padding: 20px 20px;
    width: 40%;}
.wpcf7-select{
	box-sizing:border-box;
	 background:#f5f5f5;
    border: 1px solid #CCC;
    border-radius: 3px;
    
    padding: 20px 20px;
    width: 40%;
}
.wpcf7-checkbox{}
.wpcf7-submit {
   background: #221815;
	 color:#FFF;
    border: none;
    height: 50px;
    width: 250px;
}
.wpcf7-not-valid-tip {
	margin-top:10px;
}
.wpcf7-list-item-label{
	padding-right:10px;
}
.submit{
	text-align:center;
}
div.wpcf7 .ajax-loader {
	display:none !important;
}
input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
}
	
.flow{ padding-top: 40px;}
.flow_box{ display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; padding-top: 40px; margin-top: 40px; border-top: 1px solid #ccc;}
.flow_box_in:nth-of-type(1){ width: 100%; color: #EC6C00; text-align: center; font-weight: bold;}
.flow_box_in:nth-of-type(1) span{ display: block;}
.flow_box_in:nth-of-type(1) .fa-chevron-down{ font-size: 2rem;}
.flow_box_in:nth-of-type(2){ width: 100%; padding-right:0%; box-sizing: border-box;}
.flow_box_in:nth-of-type(2) h4{ font-size: 7vw; padding-bottom: 10px; text-align: center;}
.flow_box_in:nth-of-type(3){ width: 100%; padding-top: 15px;}
.flow_box_in:nth-of-type(3) img{ width: 100%;}
.point{ display: block; border: 2px solid #221815; padding: 15px; box-sizing: border-box; margin-top: 15px; font-weight: bold;}
.point strong{ display: block;}
	
.service_all{}
.service_list{ display: flex; justify-content: space-between; flex-wrap: wrap;padding-top: 40px; margin-top: 40px; border-top: 1px solid #ccc;}
.service_list_box{ width: 100%;}
.service_list_box:nth-of-type(2){ width:100%;}
.service_list_box img{ width: 100% !important; height: 50vw !important;}
.service_list_box h4{ font-size: 6vw; padding-bottom: 10px; text-align: center; padding-top: 15px;}
.service_list_box .service_list_btn{ display: flex; justify-content: flex-end; padding-top: 15px;}
.service_list_box .service_list_btn a{ background:#221815; color: #fff; font-size: .9rem; padding: 0 10px; display: inline-block;}
.service_list_box .service_list_btn a:nth-of-type(2){ margin-left: 20px;}
.service_list_box .service_list_btn a .fa-caret-right{ padding-right: 5px;}
	
.service_in_text{ text-align: center;}
.service_3{ padding-top: 80px;}
.service_3 h3{ font-size: 5vw; padding-bottom: 20px;}
.service_3 h3:nth-of-type(n+2){ padding-top: 80px;}
.service_3 p{ padding-bottom: 20px;}
.service_3 ul{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.service_3 ul::after{
  content:"";
  display: block;
  width:31%;
}
.service_3 ul li{ width: 100%;}
	.service_3 ul li:nth-of-type(n+2){ margin-top: 15px;}
.service_3 ul li img{ width: 100%; object-fit: cover; height: 50vw;}
	
}
/*******************************
/* 共通
*******************************/
.contact_area{ padding:100px 0;}
/*******************************
/* フッター
*******************************/
.ft_contact_box{position:relative; margin-top:100px;}
.ft_contact_box:after {
    content: '';
    width: 1px;
    height:90px;
    background:#221815;
    position: absolute;
    left: 50%;
    top: -40px;
}
.ft_contact{ display: flex; position:relative; }
.ft_contact::before {
    content: "";
    position: absolute;
    background:#f7f7f7;
    width: 100%;
    height: 155%;
    z-index:-100;
	top:-45%;
	right:0;
	box-shadow: 0px 20px 80px 0px rgba(0, 0, 20, 0.27);
}
.ft_contact_in{ width:50%; text-align:center; padding:40px 0;}
.ft_contact_in:nth-of-type(2){ border-left:1px solid #fff;}
.ft_contact_in h3{ font-size:1rem; padding-bottom:10px;}
.ft_contact_in .hosoku{ display:block; font-size: .8rem; padding-bottom:30px;}
.ft_contact_tel{ font-size:2rem;}
.ft_contact_tel .fa-phone{ padding-right:10px;}

.insta{display: flex;justify-content: center;align-items: center; position:relative;}
.insta_icon{ position:absolute; display:block; z-index:10; font-size:2.5rem;text-align:center;}
.insta_icon a{ color:#fff;}
.insta_icon a:hover{ color:#221815;}
.insta_icon_text{ display:block; font-size:.8rem; margin-top:-15px;}


#slide-div{ overflow:hidden; height:auto; position:relative;}
#slide-div img{ width:640px; height:auto;object-fit: cover;}
#slide-div::before{ position:absolute; content:"";
background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(34,24,21, 0.85));
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(34,24,21, 0.85));
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(34,24,21, 0.85));
 width:100%; height:100%; z-index:1;bottom:0;}
 
.p_top{ text-align:center; background:#fff; margin-bottom:0;}
.p_top a{ display:block; padding:25px 0; font-size:1.6rem;}

footer{
	background:#221815;
	padding:80px 0;
	
	color:#fff;
}
.ft_box{display: flex;justify-content: space-between;}
.ft_box_in{ width:30%;}
.ft_box_in:nth-of-type(2){ width:70%;}
.ft_logo img{ width:250px; margin-bottom:20px;}
ul.ft_address{ font-weight:bold;}
ul.ft_address li:nth-of-type(1){ font-size:.95rem; padding-bottom:5px;}
ul.ft_address li{font-size:.7rem;}

.ft_box_in nav.ft_menu{ width:auto;}
.ft_box_in nav.ft_menu ul{display: flex;justify-content:flex-end !important;align-items:center; height:auto; font-size:.8rem; margin-bottom:30px;}
.ft_box_in nav.ft_menu ul li{ padding-left:25px;}
.ft_box_in nav.ft_menu ul li a{ display:block; color:#fff; font-weight:bold;}
.ft_box_in nav.ft_menu ul li a:hover{ color:#EC6C00;}
.ft_box_in nav.ft_menu ul li a::after {-webkit-transition: width .4s cubic-bezier(0.29, 0.18, 0.26, 0.83);transition: width .4s cubic-bezier(0.29, 0.18, 0.26, 0.83); background: #fff;}
.ft_box_in nav.ft_menu ul li a::after{content: '';position: absolute;top: calc(100% + -13px);width: 0;right: 0;height: 2px;}
.ft_box_in nav.ft_menu ul li a:hover::after{width: 100%;left: 0;}

ul.sns{display: flex;justify-content:flex-end; padding-bottom:5px;}
ul.sns li{ color:#fff; font-size:1.3rem; margin-left:20px;}
ul.sns li a{ color:#fff;}

.copyright{ text-align:right; font-size:.6rem; font-weight:bold;}
@media screen and (max-width:768px) {
.ft_contact_box{position:relative; margin:50px 5% 0 5%; }
.ft_contact_box:after {
    content: '';
    width: 1px;
    height:25vw;
    background:#221815;
    position: absolute;
    left: 50%;
    top: -18vw;
}
.ft_contact{ display: flex;flex-wrap: wrap; position:relative;padding:0 20px; box-sizing:border-box; }
.ft_contact_in{ width:100%; text-align:center; padding:0px 0 20px 0;}
.ft_contact_in:nth-of-type(2){ border-left: none; padding-top:20px;}
.ft_contact_in h3{ font-size:1rem; padding-bottom:10px;}
.ft_contact_in .hosoku{ display:block; font-size: .8rem; padding-bottom:10px;}
.ft_contact_tel{ font-size:5vw;}
.ft_contact_tel .fa-phone{ padding-right:10px;}

.insta{display: flex;justify-content: center;align-items: center; position:relative; margin-top:50px;}
.insta_icon{ position:absolute; display:block; z-index:10; font-size:2.5rem;text-align:center;}
.insta_icon a{ color:#fff;}
.insta_icon a:hover{ color:#221815;}
.insta_icon_text{ display:block; font-size:.8rem; margin-top:-15px;}

.p_top{ text-align:center; background:#fff; margin-bottom:0;}
.p_top a{ display:block; padding:15px 0; font-size:1.6rem;}

footer{
	background:#221815;
	padding:80px 0;
	
	color:#fff;
}
.ft_box{display: flex;justify-content: space-between;flex-wrap: wrap;}
.ft_box a{ color:#fff;}
.ft_box_in{ width:100%;}
.ft_box_in:nth-of-type(1){ text-align:center;}
.ft_box_in:nth-of-type(2){ width:100%;}
.ft_logo img{ width:35vw; margin-bottom:20px;}
ul.ft_address{ font-weight:bold;}
ul.ft_address li:nth-of-type(1){ font-size:3.6vw; padding-bottom:5px;}
ul.ft_address li{font-size:2.5vw;}

.ft_box_in nav.ft_menu{ width:auto; display:none;}
.ft_box_in nav.ft_menu ul{display: flex;justify-content:flex-end !important;align-items:center; height:auto; font-size:.8rem; margin-bottom:30px;}
.ft_box_in nav.ft_menu ul li{ padding-left:25px;}
.ft_box_in nav.ft_menu ul li a{ display:block; color:#fff; font-weight:bold;}
.ft_box_in nav.ft_menu ul li a:hover{ color:#EC6C00;}
.ft_box_in nav.ft_menu ul li a::after {-webkit-transition: width .4s cubic-bezier(0.29, 0.18, 0.26, 0.83);transition: width .4s cubic-bezier(0.29, 0.18, 0.26, 0.83); background: #fff;}
.ft_box_in nav.ft_menu ul li a::after{content: '';position: absolute;top: calc(100% + -13px);width: 0;right: 0;height: 2px;}
.ft_box_in nav.ft_menu ul li a:hover::after{width: 100%;left: 0;}

ul.sns{display: flex;justify-content:center; padding-bottom:5px; text-align:center; padding:20px 0;}
ul.sns li{ color:#fff; font-size:1.3rem; margin-left:0px;}
ul.sns li a{ color:#fff;}

.copyright{ text-align:right; font-size:2vw; text-align:center; font-weight:bold;}
}
/*******************************
/* ページネーション
*******************************/
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
	padding-top:40px;
    margin: 40px 0;
    position: relative;
    font-size: 13px;
}
.pagination span, .pagination a {
    display: block;
    width: auto;
    margin: 4px;
    padding:6px 10px;
    border: none;
    background-color:#f7f7f7;
    text-decoration: none;
    text-align: center;
    border-radius:4px;
}
.pagination span, .pagination a {
   display: block;
    width: auto;
    margin: 4px;
    padding:6px 10px;
    border: none;
    background-color:#f7f7f7;
    text-decoration: none;
    text-align: center;
    border-radius:4px;
}

/* ページ番号 */
.pagination .pager{
    width: 32px;
}

/* ホバー時 & 現在のページ */
.pagination a:hover{ background:#221815; color:#fff;} 
.pagination .current  {
    color: #fff;
    background-color:#221815;
}

/* 前へ */
.pagination a.before {
    margin-right: 16px;
}
/* 次へ */
.pagination a.next {
    margin-left: 16px;
}
/* 最初へ */
.pagination a.first {}
/* 最後へ */
.pagination a.last {}

/* Page x / y */
.pagination span.page_num {
    display: none;
}
@media screen and (max-width:768px) {

}

/*******************************
/* プロフィール一覧
*******************************/
.member-title{
	padding-top: 80px;
	margin-bottom: 0 !important;
}
.member-prof{
	padding-top: 150px;
	border-bottom: 1px solid #aaa;
}
.member-prof img{
	display: block;
	margin: 0 auto;
	width: 400px;
	height: 400px;
	object-fit: cover;
}
.member-prof h1{
	text-align: center;
	font-size: 2em;
	margin: 10px auto;
}
.member-prof ul{
	display: table;
	margin: 20px auto;
	min-width: 45%;
}
.member-prof li{
	display: flex;
	margin-bottom: 20px;
	font-size: 18px;
	white-space: nowrap;
}
.member-prof dt{
	margin-right: 10%;
	min-width: 45%;
	max-width: 45%;
	font-weight: bold;
}
.member-prof dd{
	min-width: 45%;
	max-width: 45%;
}
.member-prof a{
	text-decoration: underline;
	color: #00f;
}
@media screen and (max-width:768px) {
	.member-prof{
		padding-top: 75px;
	}
	.member-prof img{
		width: 100%;
		height: 230px;
	}
	.member-prof ul{
		display: block;
	}
	.member-prof li{
		font-size: 12px;
	}
	.member-prof dt{
		margin-right: 6%;
		min-width: 47%;
		max-width: 47%;
	}
	.member-prof dd{
		min-width: 47%;
		max-width: 47%;
		white-space: normal;
		word-break: break-all
	}
}


/********** トップページ メンバースライド**********/
section.members .inner{
	padding: 0;
}
.members__slider {
  position: relative;
  width: 100%;
}
.members__slider-item{
  color: #221815;
  text-decoration: none;
}
.members__slider-container {
  background-image: linear-gradient(90deg, #eee, #fff, #eee);
  border: 2px solid #221815;
  height: 28em;
  position: relative;
  overflow: hidden;
  width: 90%;
}
.members__slider-wrap {
  display: flex;
  align-items: center;
  margin: 0 auto 0;
  max-height: 100%;
  max-width: 1200px;
}
.members__slider-thumbnail {
  flex-shrink: 0;
  padding: 0 2.5em;
  max-height: 500px;
}
.members__slider-thumbnail-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: .5em 0;
  filter: grayscale(1);
  cursor: pointer;
  position: relative;
  height: 60px !important;
}
.members__slider-name {
  margin: 1rem 0 !important;
  font-size: 28px;
  clear: both;
  line-height: 1.4;
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: 600;
}
p.members__slider-en {
  line-height: 1;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 1000px) {
  .swiper-pagination {
    display: none;
  }
  .members__slider-wrap {
    padding: 0 0 3rem;
  }

  .members__slider-thumbnail-item.swiper-slide-thumb-active {
    filter: grayscale(0);
    color: #ec6c00;
  }
  .members__slider-thumbnail-img {
    width: 2.5em;
    height: 2.5em;
    background-position: center;
    background-size: cover;
    border-radius: 2.5em;
    border: 1px solid #d5edfb;
    margin: 0 0 0 1em;
  }
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.members__slider-item {
  display: flex;
  align-items: center;
  height: auto;
	transition: .3s !important;
}
.members__slider-inner {
  height: 100%;
  width: 100%;
}
.members__slider-contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, .7);
  padding: 0 0 0 4em;
  height: 100%;
  max-width: calc(100% - 380px);
  z-index: 1;
  letter-spacing: 1.2px;
  text-align: justify;
  font-feature-settings: 'palt';
}
.members__slider-item .members__slider-img {
  position: absolute;
  right: 4em;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  max-height: 188px;
  width: auto;
  padding: 0;
  border: 4px solid #eee;
  box-shadow: 0 0 0 4px #221815;
}
.members__slider-controller-next,
.members__slider-controller-prev {
  margin: 0 1em;
  width: 2em;
  height: 1.8em;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: -2em;
  z-index: 10;
  cursor: pointer;
}
.members__slider-controller-next {
  top: auto;
  bottom: -2em;
}
.members__slider-controller-next::before,
.members__slider-controller-prev::before {
  content: '';
  width: 1em;
  height: 1em;
  border-top: solid .08em #ec6c00;
  border-left: solid .08em #ec6c00;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.members__slider-controller-next::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.members__slider-bio li{
  display: flex;
  margin-bottom: 2%;
}
.members__slider-bio li dt{
  width: 45%;
  margin-right: 10%;
  font-weight: bold;
}
.members__slider-bio li dd{
  width: 45%;
}

@media (max-width: 1199px) {
  .members__slider-wrap {
    flex-direction: column;
    margin: 0 auto 0;
  }
  .members__slider-thumbnail {
    width: 100%;
    padding: 0;
    margin-bottom: 1em;
  }
  .members__slider-thumbnail-wrapper {
    justify-content: center;
    flex-wrap: wrap;
  }
  .members__slider-thumbnail-item {
    justify-content: center;
    border: 1px solid #aaa;
    color:#aaa;
    margin: .5rem;
    padding: 0 .5rem;
    width: calc(20% - 3rem) !important;
    min-width: 80px;
  }
  .members__slider-thumbnail-item.swiper-slide-thumb-active {
    border: 1px solid #221815;
    color: #221815;
    filter: grayscale(0);
  }
  .members__slider-controller-next,
  .members__slider-controller-prev {
    width: 1em;
    height: 2em;
    right: 99%;
    transform: translateY(-50%);
    top: 50%;
  }
  .members__slider-controller-next {
    right: auto;
    left: 99%;
    bottom: auto;
    top: 50%;
  }
  .members__slider-controller-prev::before {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .members__slider-controller-next::before {
    transform: translate(-50%, -50%) rotate(135deg);
  }
}

@media screen and (max-width:999px) {
  .members__slider {
    padding-bottom: 2rem;
  }
  .members__slider-container {
    background-image: inherit;
    border: 0;
    height: auto;
	 width: 100%;
    padding-bottom: .5rem;
  }
  .members__slider-inner {
    height: 100%;
    width: 100%;
  }
  .members__slider-contents {
    background-image: linear-gradient(90deg, #eee, #fff, #eee);
    border: 2px solid #221815;
    padding: 0 7.5%;
    height: 100%;
    min-height: 680px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .members__slider-item .members__slider-img {
    position: static;
    height: 170px;
    width: 170px;
    transform: translate(0px, 0px);
    margin: 2rem auto 0;
  }
  .members__slider-controller-next,
  .members__slider-controller-prev {
    display: none;
  }
  ul.members__slider-bio {
    margin-bottom: 2em !important;
    margin-top: 3%;
  }
}

@media screen and (max-width:500px) {
  ul.members__slider-bio {
    font-size: 12.8px;
    letter-spacing: .7px;
    margin-top: 3%;
  }
}

/* pagination */
.swiper-pagination-bullet {
  background-color: #aaa;
}
.swiper-pagination-bullet-active {
  background-color: #b9e5e5;
}
/********** トップページ メンバースライド**********/
/********** 修正 20221026 **********/
.inner{
  min-width: 1000px;
}
.service{
  background: #f7f7f7;
  padding: 4rem 0;
  margin-bottom: 4rem;
}
.service_flow{
  flex-wrap: nowrap;
  column-gap: 1rem;
  margin-bottom: 0;
  justify-content: center;
  align-items: center;
}
.service_flow_box{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 15%;
  margin: 0;
}
.service_flow_box .imgbox{
  border-radius: 50%;
  background: #fff;
  width: 48%;
  width: 135px;
  height: 135px;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow( 0 10px 20px rgba(0,0,0, .1));
}
.service_flow_box p{
  margin-top: 1rem;
}
.service_flow_box .imgbox img{
  width: 40%;
  height: auto;
  display: inline;
  border-radius: 0;
  padding: 0%;
}
.service_flow_box .fa-caret-right{
  right: -20%;
}
.service_flow .svg-inline--fa{
  height: 2em;
}
.service_flow .svg-inline--fa.fa-w-6{
  width: 1.6em;
}
@media screen and (max-width:768px)  {
  .sp_none{
    display: none;
  }
  .service_flow{
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 1.5em 0.2em;
  }
  .service_flow .svg-inline--fa{
    margin-top: 7%;
  }
  .service_flow .svg-inline--fa.fa-w-6{
    width: .6em;
  }

  .service_flow_box{
    width: 24%;
  }
  .service_flow_box .imgbox{
    width: 80px;
    height: 80px;
  }

}
.qa-box{
  cursor: pointer;
}
.qa-box__a{
  color: #000;
  font-weight: 400;
}
.price p,.flow-below p{
  font-size: 1rem;
}
.ft_contact_box .contents_title{
  margin-bottom: 40px;
}
.ft_contact{
  justify-content: center;
}
.ft_contact::before{
  content: none;
}
.contact-top-outcontainer{
  background: #fff;
  padding: 45px;
  padding-bottom: 0;
  filter: drop-shadow( 0 5px 20px rgba(0 ,0 ,0 , .2));
}
.ft_contact_in{
  padding-top: 20px;
  width: 45%;
}
.ft_contact_box::after{
  top: -9px;
}
.ft_contact_tel{
  display: flex;
  align-items: center;
  justify-content: center;
}

/* works */
.top_works{
  gap: 30px 25px;
  justify-content: flex-start;

}

.top_works_in{
  flex-basis: calc((100% - 50px) / 3);
}
.top_works_in .txt p{
  text-align: left;
  font-weight: 400;
  font-size: 14px;
}
.top_works_in .txt span{
  color: #777;
  flex-basis: 18%;
  text-align: left;
  min-width: 65px;
  font-size: 14px;
}
.top_works_in .cate{
  color: #333;
  font-size: 12px;
  display: flex;
  gap: .5em;
  margin-top: .8em;
}
.top_works_in .cate p{
  border: 1px solid #777;
    padding: 2px 1em;
    border-radius: 23px;
}
.works_cat_ttl{
  margin: 2em 0;
}

@media screen and (max-width:768px) {
  .inner{ min-width:100%; }
}
/* top service修正 */
.top_service_2{
  gap: 30px 0;
  justify-content: space-between;
}
.top_service_2 .top_works_in{
  flex-basis: calc((100% - 90px)/4);
  width: 23%;
}
.top_service_2 .top_works_in h3{
  margin-top: .5rem;
}
.top_service_2 .top_works_in img{
  width: 100%;
    object-fit: cover;
    height: 230px;
}
/* リクルートページ */
.recruit_txt{
  width: 80%;
  margin: 1rem auto;
}
.recruit_txt_in{
  font-size: 14px;
}
/* 下層ページのタイトル */
.sub_img{
  background: url(images/sub_img_bg.png) no-repeat;
  background-size: cover;
  background-color: rgba(0,0,0, 0.1);
  background-blend-mode: lighten;
  /* background-attachment: fixed; */
  position: relative;
  width: 100%;
  z-index: -2;
  background-position: center;
}
.sub_img::before{
  content: '';
  background-color: rgba(0,0,0,.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
/* 下層 Works修正 */
.page_works{
  /* background: #000; */
  /* color: #fff; */
  color: #221815;
}
.top_works .top_works_in .imgbox{
  aspect-ratio: 16 / 9;
  margin-bottom: 1em;
  
}
.top_works .imgbox img{
  object-fit: cover;
  height: 100%;
}
.page_works .top_works{
  gap: 25px 7px;
  justify-content: space-between;
}
.page_works .top_works .top_works_in{
  width: 30%;
}
.top_works_in .txt{
  display: flex;
}
.page_works .txt p{
  /* color: #fff; */
  color: #221815;

  text-align: left;
  font-weight: 400;
  font-size: 14px;
}

.page_works .top_works .top_works_in .txt span{
  /* color: #bbb; */
  flex-basis: 18%;
  text-align: left;
  min-width: 65px;
  font-size: 14px;
}
.page_works .cate{
  /* color: #fff; */
  color: #221815;
  font-size: 12px;
  display: flex;
  gap: .5em;
  margin-top: .8em;
}
.page_works .cate p{
  /* border: 1px solid #f7f7f7; */
  border: 1px solid #221815;
    padding: 2px 1em;
    border-radius: 23px;
}
.works_cat_ttl{
  margin: 2em 0;
}
.works_cat{
  display: grid;
  grid-template-columns: repeat(auto-fit, 220px);
  justify-content: center;
  grid-gap: 1.2em 1.6em;
  max-width: 966px;
  margin: 0 auto;
}
.works_cat li{
  flex-basis: 23%;
  width: 23%;
  border-radius: 30px;
  min-width: 230px;
}
.works_cat li:nth-of-type(n+4){
  margin-top: 0;
}
.works_cat li a {
  border-radius: 30px;
  padding: 10px 0;
  border: 1px solid #fff;
  background: transparent;
  position: relative;
  background: #221815;
  color: #fff;
  /* color: #221815; */
}
.works_cat li a::after{
  content: '▶︎';
  font-size: 5px;
  position: absolute;
  top: 50%;
  transform: translateY( -50%);
  right: 3em;
  transition: .2s;
}
.works_cat li a:hover{
  /* background: #f8f9ff; */
  background: #D6D6D6;
  color: #000;
}
.works_cat li a:hover::after{
  right: 4em;
}
.single_work{
  /* background: #000; */
  /* color: #fff; */
}
.single_work .contents{
  padding-bottom: 0;
}
.single_work h2,.single_work li,.single_work {
  /* color: #fff; */
  color: #221815;

}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-slide{
  margin-right: 15px;
  transition: none;
}

@media screen and (max-width:768px) {
  .top_service_2 .top_works_in{
    width: 100%;
  }
  .service{
    padding: 1rem 0;
  }
  .service_flow {
    padding-bottom: 0;
  }
  .top_service_2 .top_works_in{
    padding-bottom: 0;
  }
  .service_flow_box:nth-of-type(n+4) {
    margin-bottom: 0;
}
.service_flow{
  gap: 1.5em 0.8em;
}
  .top_works{ 
    flex-direction: column;
  }
  .slick-slide{
    margin-right: 10px;
  }
  .slick-slide img {
    display: block;
    width: 100%;
}

  .page_works .top_works .top_works_in{
    width: 100%;
  }
  .works_cat{
    display: flex;
    justify-content: flex-start;
    grid-gap: 1.2em 1.2em;
  }
  .works_cat li{
    flex-basis: 47%;
    min-width: auto;
  }
  .ft_contact_in{
    width: 100%;
  }
  .ft_contact_in .c-button {
    width: 100%;
  }
  .contact-top-outcontainer{
    padding: 30px 20px;
  }
  .ft_contact_box:after{
    height: 14vw;
  }
}
.pages_blog .top_works{display: flex;justify-content: space-between;flex-wrap: wrap;}
.pages_blog .top_works::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
.pages_blog .top_works::after{
  content:"";
  display: block;
  width:23%;
}
.pages_blog .top_works_in{ width:23%; position:relative; flex-basis: auto;}
/* .top_works_in:nth-of-type(n+5){ margin-top:40px;} */
/* .top_works_in img{ width:100%;object-fit:cover; height:230px; } */
.pages_blog .top_works_in .imgbox{
  margin-bottom: 0;
}
.pages_blog .top_works_in h2{ font-size:1rem;}
.members{
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .pages_blog .top_works_in{ 
    width: 100%;
  }
  /* トップページの読み込み */
  .main_img{
    height: 80vh;

  }
  .main_video{
    /* position: static; */
    height: 100%;

  }
  .slider_css li{
    height: 100%;
  }
  .main_img_in{
    top: 70px;
    justify-content: flex-start;
  }
  .top-contact-button{
    padding-bottom: 0;
  }
}
.bg_gry_pages{
  background: #f7f7f7;
  padding: 80px 0;
}
.page_members .container{
  display: flex;
  justify-content: space-evenly;
  /* margin-top: 80px; */
}

.inner2 {
  height: 450px;
  background-color: #fff;
  background: linear-gradient(180deg, #f7f7f7 0%, #f7f7f7 20%, #fff 20%, #fff 100%);
  margin-top: 40px;
}
.inner2.left{
  margin-left: 10%;
}
.inner2.right{
  margin-right: 10%;
}

.inner3{
  margin-left: 0;
}
.mem_box{
  flex-basis: calc( (100% - 50px) / 3);
  position: relative;
  /* max-width: 315px; */
  max-width: 280px;
}
.page_members .mem_box a{
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;

}
.mem_box .en{
  position: absolute;
  color: #eb6c00;
  text-orientation: mixed;
  writing-mode: vertical-rl;
  right: 0;
  top: 20px;
} 
.mem_box img{
  padding: 20px;
  height: 350px;
  object-fit: contain;
  filter: drop-shadow( 0 6px 6px rgba(0,0,0,.4));
}
.mem_box .img{
  filter: grayscale(100%);
  transition: .3s;
}
.page_members .mem_box a:hover .img{
  filter: none;
}
.mem_box ul{
  /* margin: -30px 0 0 auto;
  width: fit-content; */
  position: absolute;
  right: -3%;
  bottom: 15%;
}
.mem_box li{
  line-height: 1.4;
}
.mem_box .position,.mem_box .item{
  font-size: 12px;
  text-align: left;
}
.mem_box h4{
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}
@media screen and (max-width: 765px) {
  .page_members .container{
    flex-direction: column;
    row-gap: 20px;
  }
  .mem_box{
    /* max-width: ; */
  }
  .mem_box img{
    width: 80%;
  }
  .inner2{
    height: auto;
  }
  .inner2.left{
    margin-left: 5%;
  }
  .inner2.right{
    margin-right: 5%;
  }
}
/* メンバー詳細ページ */
.single_members .bg_gry_single{
  width: 95%;
  margin: 3% auto;
  background: #f7f7f7;
  padding: 5rem 0;
}
.single_members .inner{
  max-width: 1100px;
}
.single_mem_01{
  /* display: flex; */
  /* column-gap: 50px; */
  /* justify-content: space-between; */
}

.main_mem_img{
  position: absolute;
  width: 30%;
  max-width: 440px;
}
@media screen and (min-width:1450px ) {
  .main_mem_img{
    width: 25%;
  }
}
.main_mem_img img{
  width: 100%;
  min-width: 370px;
  height: auto;
}
.single_mem_inn{
  /* flex-basis: 60% */

}
.ccp{
  /* margin-left: 6%; */
  width: 55%;
  margin: 0 0 0 auto;
}
.ccp .name{
  color: #eb6c00;
  font-size: 12px;

}
.ccp h3{
  font-size: 23px;
  font-weight: 600;
  letter-spacing: .05em;
}
.single_inner_wh{
  background-color: #fff;
  padding: 54px;
  width: 85%;
  margin: 50px auto 0;
}
.single_inner_wh .inner-box{
  width: 55%;
  margin: 0 15px 0 auto;
  height: 356px;
}
@media screen and (min-width: 1700px ) {
  .single_inner_wh .inner-box{
    width: 52%;
  }
}
.single_inner_wh .inner-box ul{
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 22px;
}
.single_inner_wh .inner-box .position{
  font-size: 12px;
}
.single_inner_wh .inner-box .item{
  font-size: 14px;
  line-height: 1.3;
}
.single_inner_wh .txt{
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .08em;
  padding-bottom: 22px;
}
.single_inner_wh .txt p{
  margin: 20px 0;
}
.single_inner_wh .single_box{
  margin-top: 40px;
}
.single_inner_wh .single_box td{
  padding-left: 10px;
  font-size: 14px;
  vertical-align: top;
  padding-bottom: 15px;
}
.single_inner_wh .single_box th{
  text-align: left;
  font-size: 14px;
}
.single_inner_wh .inner_box_02{
  display: flex;
  align-items: flex-end;
  margin-top: 6vw;
}
.single_inner_wh .inner_box_02 .inner_item{
  flex-basis: 65%;
}
.single_inner_wh .sub_mem_img{
  flex-basis: 45%;
}
.single_inner_wh .sub_mem_img img{
  width: 100%;
  height: auto;
}
.inner_box_txt{
  padding-bottom: 30px;
  width: 85%;
  padding-right: 10%;
  border-bottom: 1px solid #D6D6D6;

}
.inner_box_txt p{
  font-size: 14px;
  margin-top: 30px;
  font-weight: 600;
}
.single_mem_02{
  margin-top: 80px;
}
.single_mem_02 .top_works{
  margin-top: 40px;
}
.single_mem_02 .btn{
  margin-top: 20px;
}
.pc{
  display: block;
}
.sp{
  display: none;
}
@media screen and (max-width:768px) {
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  .single_mem_01{
    flex-direction: column;
  }
  .main_mem_img{
    position: static;
    width: 85%;
    margin: 30px auto 0;
  }
  .main_mem_img img{
    height: 300px;
    min-width: auto;
    object-fit: cover;
    object-position: top;
  }
  .single_mem_01 .img img{
    height: 300px;
    object-fit: cover;
    object-position: top;
  }
  .single_mem_01 .img {
    margin-top: 28px;
  }
  .ccp{
    margin-left: 0;
    width: 100%;
  }
  .ccp h3{
    font-size: 18px;
  }
  .single_inner_wh{
    padding: 50px 20px 40px;
    /* margin-left: 0; */
    /* margin-top: -110px; */
    margin: -30px auto 0;
  }
  .single_inner_wh .inner-box ul {
    /* width: 44%; */
    /* margin: 0 0 0 auto; */
  }
  .single_inner_wh .inner_box_02 .inner_item{
    width: 100%;
  }
  .single_inner_wh .inner-box{
    width: 100%;
    min-height: 300px;
    height: auto;
  }
  .single_inner_wh .single_box tr{
    vertical-align: top;
  }
  .single_inner_wh .single_box td{
    padding-left: 0;
    font-size: 12px;
    padding-bottom: 10px;
    width: 50%;
  }
  .single_inner_wh .single_box th{
    font-size: 10px;
    width: 50%;
  }
  .single_inner_wh .inner_box_02{
    flex-direction: column-reverse;
    margin-top: 2vw;

  }
  .inner_box_txt {
    width: 100%;
    padding-right: 0;
    margin-top: 40px;
  }
  
}

/* さらに追加20221214ブログ用 */
.blog_in_box .imgbox>img{
  object-fit: cover;
  height: 100%;
  max-width: 100%;
  margin-bottom: 0;
}
.blog_text_in ul:not(.mokuji_ul) {
  background: #f8f9ff;
  box-shadow: 0px 0px 0px 10px #f8f9ff;
  border: dashed 2px #4865b2;
  border-radius: 9px;
  margin: 10px 10px 20px;
  padding: 20px 30px;
  box-sizing: border-box;
  font-weight: 700;
  list-style-type: disc;
}
.blog_text_in table {
  margin-bottom: 2em;
  background: #f8f9ff;
  border-spacing: 0;
  width: 100%;
}
.blog_text_in table td, .blog_text_in table th {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 0.4em;
}
.blog_text_in table td:last-child, .blog_text_in table th:last-child {
  border-right: 1px solid #ccc;
  /* border-bottom: 1px solid #ccc; */
}
.blog_text_in table tr:last-child td, .blog_text_in table tr:last-child th {
  border-bottom: 1px solid #ccc;
}
@media (min-width: 600px){
.blog_in_box .imgbox {
    height: 440px;
  }
}
.blog_text_in p>:where(img,iframe) {
    margin: 1em auto;
    display: block;
}
.works_in_spec a {
  color: #337ab7;
  font-weight: 700;
  text-decoration: underline;
}
/* -=================================================== */
/*                                                      */
/*               20230531KVとコンセプトの修正              */
/*                                                      */ 
/* -=================================================== */
body{
  /* cursor: default;
  overflow-y: auto;
   */
  background: #fff !important;
}
.main_img_in img{
  width: 44%;
  padding-left: 9%;
}
.main_img{
  height: 100vh;
}
.main_video{
  height: 100vh;
}
#video-area{
  background: transparent;
  /* padding: 0 120px; */
  /* padding: 120px 0; */
  height: calc(var(--vh, 1vh) * 100);
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
#video-area{
    position: fixed;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}
#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}
.bg-white{
  background:#fff;
}
.service{
  margin-bottom: 0;
}
.top_service{
  position: relative;
}
.top_about{
  padding: 4rem 0;
}
.members{
  margin-top: 0;
}
.qa__items{
  padding-bottom: 100px;
  /* margin-bottom: -100px; */
}
.top_concept{
  position: relative;
  overflow: hidden;
}

.svg_wrapper {
  display: block;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.svg_wrapper picture{
  flex-basis: 90%;
  width: 93%;
}

.svg_wrapper::before,
.svg_wrapper::after {
  content: "";
  display: block;
  background: #fff;
  flex: 1;
}
.svg_wrapper img{
  width: 100%;
  height: auto;
  display: block;
}

.top_concept svg{
  display: block;
  /* position: absolute; */
  width: 100%;
  height: 100%;
}
.top_concept .text{
  /* position: absolute; */
  width: 62%;
  margin-left: 10%;
  position: relative;
  /* top: 50%; */
  z-index: 1;
}
.concept_lead{
  font-weight: 600;
  font-size: 1.4vw;
  line-height: 1.6;
  font-family: 'Noto Sans JP', sans-serif;
}
.concept_txt{
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 20px;
  font-family: 'Noto Sans JP', sans-serif;

}
.concept_txt.first{
  margin-top: 10px;
}
.top_concept::after{
  content: 'CapWorks inc.';
    font-size: 15vw;
    color: #f4f6f8;
    position: absolute;
    bottom: 25px;
    left: 11vw;
    z-index: 0;
    display: inline;
    width: 110%;
    line-height: 1;
    font-weight: 800;
    font-family: 'Noto Sans JP', sans-serif;

}
.top_concept::before{
  /* content: ''; */
  width: 1.4vw;
  height: 75%;
  background: url(images/concept_stripe.png) repeat-y;
  position: absolute;
  left: 3vw;
  top: 18%;
  background-size: contain;
}
.inner_concept_01{
  padding: 30px 0;
  background: #fff;
}

.inner_concept{
  padding-bottom: 110px;
  padding-top: 40px;
}
.inner_concept_01.top02{
  padding: 60px 0;
    
}
.conceept_contents{
  padding-top: 120px;
}
@media screen and (min-width: 1450px) {
  .top_concept .text{
    /* top: 53%; */
    margin-left: 10%;
  }
  .inner_concept_01{
  padding: 40px 0 60px;
}

  .concept_lead{
  font-size: 20px;
}

.svg_wrapper img{
  /* width: 93%; */

}
.concept_txt{
  font-size: 20px;
}
.top_concept::before{
  height: 68%;
  top: 26%;
  left: 6vw;
}
.top_concept::after{
  left: 10vw;
}


}


@media screen and (max-width:1024px){
  .top_concept .text{
    padding-top: 40px;
    width: 64%;
  }
  .inner_concept_01{
    padding: 40px;
  }
  .inner_concept_01.top02{
    padding: 60px 0 60px;
      
  }
  .inner_concept{
    padding-top: 20px;
  }
  .inner_concept.top02{
    padding-top: 0;
  }
}
@media screen and (max-width:768px){
  #video-area{
    /* display: none; */
    padding: 0;
  }
  .main_img_in{
    bottom: 0;
    top: auto;
    justify-content: center;
  }
  .main_img_in img{
    width: 83%;
    padding-left: 5%;
  }
  .top_concept{
    overflow-x: hidden;
    /* height: 40vh; */
  }
  .top_concept .text{
    position: relative;
    width: 90%;
    /* top: 45%; */
    padding-top: 50px;
    margin-left: 5vw;
  }
  .top_concept:before{
    height: 84%;
    top: 13%;
    width: 2.8vw;
  }
  .top_concept::after{
    bottom: 40px;
    left: 6vw;
    width: 150%;
    font-size: 13vw;
  }
  .svg_wrapper{
    display: block;
  }
  .inner_concept{
    padding: 0 0 60px;
  }
  .inner_concept_01{
    padding: 45px 0;
  }
  .concept_lead{
    font-size: 20px;
  }
  .concept_txt{
    font-size: 14px;
  }
  .top_about{
    margin-bottom: 0;
    padding-bottom: 50px;
  }
  .insta{
    margin: 0;
    padding-top: 10px;
  }
  .ft_contact_box{
    padding: 70px 5% 50px;
    margin: 0;
  }
  .ft_contact_box:after {
    top: 17px;
}
}
@media screen and (max-width:472px){
  .inner_concept_01{
    padding: 35px 0;
  }
  .top_concept .text{
    padding-top: 40px;
  }
}
/* -=================================================== */
/*                                                      */
/*               20230810 制作事例の修正                  */
/*                                                      */ 
/* -=================================================== */
.works_in .fv_img{
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width:768px){
  .works_in .fv_img{
    width: 100%;
  }
}
.fv_img img{
  width: 100%;
  object-fit: contain;
}
.top_works_in .cate.short_mv p{
  color: #EC6C00;
  border: 1px solid #EC6C00;
}
.top_works_in .cate.web p{
  color: #337ab7;
  border: 1px solid #337ab7;
}


.single_work .short_outer{
  width: 31.5%;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media screen and (max-width:768px){
  .single_work .short_outer{
    width: 72%;
  }
}

.single_work .short{
  position: relative;
  width: 100%;
  padding-top: 177.7777%;
}
.single_work .short .short_in{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single_work .short .short_in iframe{
  width: 100%;
  height: 100%;
}
/* z-indexを100にして一番上に黒がくるようにする */
/* .scrollAnim.scrollAnimShape::before { content: ""; position: absolute; z-index: 100; top: 0; left: -50%; width: 0; height: 100%; background-color: #221815; transform: skewX(19deg); transform-origin: 0 50% 0; } */

/* -=================================================== */
/*                                                      */
/*               20230920 トップページのメッセージ修正       */
/*                                                      */ 
/* -=================================================== */
.top_concept:after {
  content: '';
  position: absolute;
  background: url(images/message_inc.svg) no-repeat;
  background-size: contain;
  height: 210px;
  bottom: 25px;
  left: 11vw;
  z-index: 0;
  display: inline;
  width: 110%;
  line-height: 1;
  font-weight: 800;
  font-family: 'Noto Sans JP',sans-serif;
  }
@media screen and (max-width:768px) {
  .top_concept:after {
    height: 100px;
  }
}
@media screen and (max-width:420px) {
  .top_concept:after {
    height: 50px;
  }
}

/* -=================================================== */
/*                                                      */
/*        20240206  キービジュアルの修正      */
/*                                                      */ 
/* -=================================================== */
.main_img_in .main_catchcopy{
  font-size: 3.5vw;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  padding-left: 8%;
  
  font-family: "Noto Sans JP", system-ui;
  span{
    letter-spacing: -.18em;
  }
}
.main_img_in .main_catchcopy_02{
  font-size: 1.4vw;
  font-weight: 600;
  line-height: 1.7;
  color: #fff;
  padding-left: 8%;
  margin-top: 1rem;
  font-family: "Noto Sans JP", system-ui;
}
.main_img_in .mv_sub-copy{
  font-family: "Noto Sans JP", system-ui;
  padding-left: 8%;
  text-shadow: none;
  p:last-of-type{
    border-top: none;
  }
}
.main_sp{
  display: none;
}
@media screen and (max-width: 1080px) {
  .main_img_in .main_catchcopy{
    font-size: 5vw;
    margin-top: 1rem;
    
  }
  .main_img_in .main_catchcopy.second{
    margin-top: 0;
  }
  .main_img_in .main_catchcopy_02{
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .main_sp{
    display: block;
  }
  .main_img_in .main_catchcopy{
    font-size: 8vw;
  }
  .main_img_in .main_catchcopy.second{
    margin-top: 0;
  }
  .main_img_in .main_catchcopy_02{
    font-size: 4vw;
  }
  .main_img_in .mv_sub-copy{
    font-size: 13px;
  }
}

/* -=================================================== */
/*                                                      */
/*        20240216  料金表      */
/*                                                      */ 
/* -=================================================== */
html{
  scroll-behavior: smooth;
}
#movie_sample,#web_price,#other_price,#movie_price{
  padding-top: 160px;
  margin-top: -80px;
}
#movie_price{
  padding-top: 110px;
}
.price_contents{
  .works_cat{
    display: flex;
    margin-top: 20px;
  }
  p{
    padding-bottom: 20px;
  }
  .price_lead{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
  }
  .price_table_head{
    font-size: 20px;
    font-weight: 600;
    margin-top: 40px;
  }
  .price_link{
    text-decoration: underline;
    color: #FA514B;
    padding: 10px 0;
    font-size: 14px;
  }
  .price_txt{
    text-align: left;
    padding: 20px 0;
    p{
      text-align: left;
      padding-bottom: 0;
    }
  }
  table{
    font-size: 15px;
    margin-top: 20px;
    thead{
      th{
        background: #000;
        color: #fff;
        padding: 10px;
        font-size: 14px;
      }
      th:first-child{
        width: 24%;
      }
      th:nth-child(2){
        width: 60%;
      }
      th:nth-child(3){
        width: 16%;
        padding-right: 30px;
      }
    }
    tbody{
      tr{
        background: #fff;
      }
      th,td{
        background-color:#fff;
        border-color: #ddd;
      }
      th:first-child{
        width: 24%;
        text-align: left;
        padding: 20px 30px;
      }
      td:nth-child(2){
        width: 60%;
        line-height: 1.6;
        padding: 20px 30px;
      }
      td:nth-child(3){
        width: 16%;
        text-align: right;
        padding-right: 30px;
      }
      tr:nth-child(even){
        th{
          background: #f5f5f5;
        }
        td{
          background: #f5f5f5;
        }
      }
    }
  }
  .ft_contact_box{
    margin-top: 0;
    position: static;
  }
  .contact_lead{
    margin: 5rem auto 3rem;
  }
  .price_head{
    text-align: left;
    font-weight: 600;
    font-size: 24px;
    margin-top: 80px;
  }
  .pc{
    display: none; 
  }

}
@media screen and (max-width: 768px) {
  .price_contents{
    .recruit_txt{
      width: 90%;
    }
    .price_lead,.price_table_head{
      font-size: 18px;
      
    }
    .price_head{
      font-size: 20px;
      margin-top: 40px;
    }
    .table_sp{
      thead{
        display: none;
      }
      tbody{
        tr{
          th,td{
            display: block;
            box-sizing: border-box;
            width: 100%;
            border: 1px solid #ddd;
          }
          th{
            background: #000;
            color: #fff;
            padding: 10px 10px 10px 20px;
          }
          td:nth-child(2){
            line-height: 1.6;
            padding: 20px 10px 20px 20px;
          }
          td:nth-child(3){
            text-align: right;
            padding-right: 10px;
            padding-top: 20px;
            &::before{
              content: '金額';
              margin-right: 10px;
              color: #999;
            }
          }
        }
        tr:nth-child(even){
          th{
            background: #000;
            color: #fff;
          }
          td{
            background: initial;
          }
        }
        .sp_total{
          display: flex;
          border-top: 2px solid #ccc;
          th{
            background: transparent;
          }
          td:nth-child(2){
            color: #777;
          }
          td:nth-child(3){
            font-weight: 600;
            padding: 20px 10px 20px 20px;
            &::before{
              content: none;
            }
          }
        }
        .sp_total{
          display: flex;
          th{
            display: none;
          }
        }
      }
    }
    .ft_contact_box{
      padding: 40px 5% 10px;
    }
    .contact_lead{
      margin: 4rem auto 2rem;
    }
  }
}

/* -=================================================== */
/*                                                      */
/*        20240517営業用問い合わせ
/*                                                      */ 
/* -=================================================== */
.to_business2{
  margin-top: 60px;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
}
.to_business3{
  font-weight: 600;
  text-align: center;
}
.to_buss_a{
  font-weight: 600;
  font-size: 20px;
  padding-top: 11px;
  
  text-decoration: underline;
  color: #EC6C00;
}
.table_form{
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .to_business2{
    margin-top: 40px;
    font-size: 16px;
  }
  .to_buss_a{
    font-size: 18px;
    padding-top: 11px;
    
    text-decoration: underline;
    color: #EC6C00;
  }
  .table_form{
    padding-top: 40px;
  }
}
/* 20240530メンバー追加 */
.mem_box ul{
  position: absolute;
  right: -5%;
  bottom: 6%;
  width: 42%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  
}
.mem_box img{
  padding-left: 0;
  
}
@media screen and (max-width: 768px) {
  .mem_box img{
    padding-left: 20px;
    
  }
  .mem_box .img-l img{
    padding-left: 0;
  }
  .mem_box ul{
    right: -7%;
  }
}

/* -=================================================== */
/*                                                      */
/*        20240710サイト改修用
/*                                                      */ 
/* -=================================================== */
@media screen and (max-width: 768px){
  nav.hd_menu.open{
    overflow: scroll;
  }
  .works_logo{
    display:block;
    /* width: 100%; */
  }
  .inner_concept_01.top02{
    padding-top: 0;
  }
}
header{
  padding-right: 0;
  align-items: center;
  height: 90px;
  @media screen and (max-width: 768px){
    height: 50px;
  }
  .logo{
    padding-top: 0;
  }
  nav.hd_menu{
    ul{
      height: 90px;
      @media screen and (max-width: 768px){
        height: 100%;
      }
      li{
        padding: 0;
        a{
          font-size: 15px;
          padding-left: 1.5vw;
        }
      }
      .doc_btn{
        background: #CECECE;
        padding: 2vw;
        line-height: 1.4;
        background: #cecece;
        padding: 35px 2vw 34px;
        margin-left: 2vw;
        max-height: 90px;
       
        @media screen and (max-width: 768px){
          margin-left: 0;
          padding: 15px 2vw;
        }
        &:hover::after{
          content: none;
        }
      }
      .con_btn{
        max-height: 91px;
        background: #D0111B;
        padding: 35px 1vw;
        margin-left: 0;
        
        @media screen and (max-width: 768px){
          margin-left: 0;
          padding: 15px 2vw;
        }
      }
    }
  }
}
@media screen and (max-width: 1220px){
  .fixed_nav .hd_menu .doc_btn{
    padding: 24px .5vw;
    @media screen and (max-width: 768px){
      margin-left: 0;
      padding: 15px 2vw;
    }
  }

  .fixed_nav .hd_menu .con_btn{
    @media screen and (max-width: 768px){
      margin-left: 0;
      padding: 15px 2vw;
    }
  }
}
.kv_check{
 margin-right: 10px;
 animation-name: fadeInAnime;
  animation-fill-mode:backwards;/*2で解説*/
  animation-duration: 1s;/*3で解説*/
  /* animation-iteration-count:infinite;4で解説 */
  animation-timing-function:ease;/*5で解説*/
  animation-delay: 0.8s;/*6で解説*/
  animation-direction:normal;/*7で解説*/
 .kv_check_inner{
  width: 22px;
  height: 21px;
  object-fit: contain;
  vertical-align: middle;
  padding: 0;
 }
}
nav.hd_menu ul li a:hover:after{
  width: 90%;
  left: 2vw;
}
.top_concept{
  &::after{
    content: none;
  }
  .contents_title{
    font-size: 20px;
    position: relative;
    padding-bottom: 17px;
    margin-bottom: 0;
    &::after{
      content: '';
      width: 40px;
      height: 5px;
      border-radius: 10px;
      background: #eb6c00;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
    }
  }
  .text{
    width: 95%;
    max-width: 1150px;
    margin: 0 auto;
  }
  .inner_concept{
    padding: 0;
  }
}
.concept_contents{
  .reason{
    flex-direction: column;
    row-gap: 40px;
  }
  .reason_box{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    column-gap: 30px;
    border: none;
    @media screen and (max-width: 768px){
      flex-direction: column;
      width: 90%;
    }
    .storeInfo__scrapbook__imgInner{
      flex-basis: 50%;
    }
    .reason_box_text{
      flex-basis: 50%;
      padding-top: 0;
      @media screen and (max-width: 768px){
        margin-top: -6vw;
      }
      .reason_box_text_in{
        padding: 0;
        h3{
          display: flex;
          align-items: center;
          font-size: 18px;
          padding: 0;
          @media screen and (max-width: 768px){
            flex-direction: column;
          }
          .no{
            width: 45px;
            height: 45px;
            font-size: 19px;
            margin: 0 10px 0 0;
          }
        }
        h4{
          text-align: left;
          width: 100%;
          margin-top: 18px;
          padding: 0;
          @media screen and (max-width: 768px){
            margin-top: 0;
            text-align: center;
          }
          &::before,&::after{
            content: none;
          }
        }
        p{
          padding: 0;
          margin-top: 18px;
          text-align: left;
        }
      }
    }
  }
  .reason-reverse{
    flex-direction: row-reverse;
    @media screen and (max-width: 768px){
      flex-direction: column;
    }
  }
}
.mission_text{
  margin-top: 20px;
}
.ft_box_in{
  nav.ft_menu{
    display: flex;
    column-gap: 5vw;
    justify-content: flex-end;
    @media screen and (max-width: 768px){
      justify-content: center;
      flex-direction: column;
      margin-top: 24px;
      
    }
    .ft_inner_nav{
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      height: 180px;
      gap: 4px 5vw;
      @media screen and (max-width: 768px){
        flex-direction: row;
      }
    }
  }
  nav.ft_menu ul li {
    padding: 0;
    .ft_inner{
      flex-direction: column;
      .ft_inner_link{
        color: #C5C5C5;
        padding-left: 5px;
      }
    }
  }
}
  .ft_box_in nav.ft_menu ul{
  justify-content: flex-start !important;
  align-items: flex-start;
  column-gap: 5vw;
  @media screen and (max-width: 768px){
    column-gap: 1vw;
    margin-bottom: 10px;
    li{
      flex-basis: 35%;
    }
    .ft_inner02{
      flex-basis: 50%;

    }
    .ft_inner{
      /* flex-basis: 60%; */
      display: none;
      li{
        /* width: 50%; */
      }
    }
    .ft_inner_nav{
      flex-direction: column;
      
    }
  }
}
.breadcrumb{
  display: flex;
  column-gap: 1rem;
  margin-top: 20px;
  li,a{
    font-size: 12px;
  }
}
.bg_gry .breadcrumb{
  margin-top: 0;
  padding-top: 20px;
}
.cta_container{
  flex-direction: column;
  row-gap: 30px;
  margin: 40px auto 0;
  padding-bottom: 35px;
  @media screen and (max-width: 768px){
    row-gap: 20px;
    margin-top: 28px;
    padding: 0;
  }
  .ft_contact_in{
    display: flex;
    width: 70%;
    margin: 0 auto 0;
    justify-content: center;
    padding: 0;
    .hosoku{
      padding-bottom: 0;
    }
    .cta_ttl{
      flex-basis: 50%;
      text-align: left;
    }
    .btn{
      flex-basis: 50%;
      .c-button{
        box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.31);
      }
      span{
        color: #fff;
      }
      i{
        right: 30px;
        width: auto;
        top: auto;
        height: auto;
        background: transparent;
        &::before{
          content: none;
          height: auto;
        }
      }
    }
    .mail-btn{
      .c-button{
        background: #D0111B;
      }
      
    }
    .doc-btn{
      .c-button{
        background: #221815;
      }
      .c-button::before{
        background: #d0111b;
      }
    }
    .ft_contact_tel{
      font-weight: 700;
      flex-basis: 50%;
    }
    @media screen and (max-width: 768px){
      width: 100%;
      flex-direction: column;
      row-gap: 8px;
      .cta_ttl{
        text-align: center;
        h3{
          padding-bottom: 5px;
        }
      }
      .btn{
        margin-top: 20px;
      }
      .ft_contact_tel {
        font-size: 8vw;
        width: 100%;
    }
    }
    @media screen and (max-width: 420px){
      .ft_contact_tel {
        font-size: 6vw;
        width: 100%;
    }
    }
  }
}
.ft_contact_box.footer{
  padding-top: 100px;
  margin-top: 0;
}
.works_cat.price li a{
  background: #fff;
  color: #000;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.31);
  &::after{
    font-size: 8px;
  }
}
.works_cat.price li a:hover{
  transform: scale(.97);
}
.contents_title.plan{
  font-size: 28px;
  text-align: center;
  span{
    font-size: 16px;
    font-weight: 400;
  }
}
.price_plan{
.price_lead_txt{
  margin-top: 36px;
  margin: 36px auto;
  text-align: center;
}
.hukidashi{
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 5px 50px;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  &::after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
    width: 30px;
    height: 18px;
    background: #000;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
  strong{
    font-weight: 700;
  }
}
}
.price_plan_container{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 10px;
  margin-top: 40px;
  @media screen and (max-width: 768px){
    grid-template-columns: repeat( 1,1fr);
    gap: 20px 0 ;
    
  }
  .plan_box{
    border-top: 18px solid #FCE9D8;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFF;
    box-shadow: 0px 6.887px 37.88px 0px rgba(0, 0, 0, 0.16);
    @media screen and (max-width: 768px){
      padding: 30px 15px;
    }
    .plan_lead{
      font-size: 18px;
      color: #db5c00;
      font-weight: 400;
      margin-top: 30px;
      padding-bottom: 0;
      strong{
        font-weight: 700;
      }
    }
    .border{
      width: 80%;
      display: inline-block;
      height: 1px;
      background: #E5E5E5;
    }
    .plan_name{
      font-weight: 700;
      font-size: 36px;
      @media screen and (max-width: 768px){
        font-size: 28px;
      }
      span{
        margin-left: 8px;
        font-size: 16px;
        font-weight: 500;
      }
    }
    .plan_ex{
      font-size: 16px;
      text-align: left;
    }
    .itemlist{
      flex-grow: 1;
      margin-top: 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      li{
        position: relative;
        line-height: 2.2;
        &::before{
          content: '';
          width: 13px;
          height: 2px;
          background: #db5c00;
          position: absolute;
          border-radius: 5px;
          top: 50%;
          transform: translateY(-50%);
          left : -25px;
        }
      }
    }
    .price{
      strong{
        font-size: 44px;
        font-weight: 700;
        
        @media screen and (max-width: 768px){
          font-size: 34px;
        }
      }
      font-size: 18px;
      font-weight: 400;
    }
  }
  .box02{
    border-top: 18px solid #F7C499;
  }
  .box03{
    border-top: 18px solid #db5c00;
    position: relative;
    &::after{
      content: '';
      width: 87px;
      height: 87px;
      background: url(images/recomend.png) 0 / contain no-repeat;
      position: absolute;
      top: -54px;
      right: 10px;
    }
  }
}
#movie_sample, #web_price, #other_price, #movie_price{
  padding-top: 130px;
  margin-top: -80px;
}
.price_jirei{
  margin-top: 40px;
  .jirei_box{
    margin-top: 40px;
    .jirei_container{
      column-gap: 30px;
      @media screen and (max-width: 768px){
        flex-direction: column;

      }
      .textbox{
        flex-basis: 46%;
      }
      .jirei_ttl{
        border-bottom: 1px solid #000;
        padding-bottom: 10px;
        p{
          text-align: left;
          padding-bottom: 0;
          color: #db5c00;
        }
      }
      .jirei_txt{
        padding-top: 20px;
        p{
          text-align: left;
        }
        .price{
          text-align: right;
          font-size: 18px;
          font-weight: 700;
          span{
            font-size: 16px;
            margin-right: 20px;
          }
        }
      }
      display: flex;
      .img{
        flex-basis: 52%;
        img{
          width: 100%;
        }
      }
      &.reverse{
        flex-direction: row-reverse;
        @media screen and (max-width: 768px){
          flex-direction: column;

        }
      }
    }
    .qa-box__q{
      background: #F5F5F5;
      color: #000;
      margin-top: 10px;
      span{
        color: #db5c00;
      }
      &::before{
        content: none;
      }
      .qa-box__icon{
        right: 60px;
        .qa-box__bar1,.qa-box__bar2{
          background: #000;
        }
      }
    }
    @media screen and (max-width: 768px){
      .qa-box__a{
        padding: 16px 0;
      }

    }
    .qa-box__content{
      @media screen and (max-width: 768px){
        padding-left: 0;
  
      }
      &::before{
        content: none;
      }
      table{
        tbody{
          th,td{
            border: none;
            border-bottom: 1px solid #ddd;
          }
        }
        tr{
          th:first-child {
            width: 26%;
            @media screen and (max-width: 768px){
              width: 100%;
            }
          }
        }
        & tr:nth-child(2n) {
          td {
              background: #fff;
              @media screen and (max-width: 768px){
                /* background: #000; */
              }
          }
        }
        & tr:nth-child(2n) {
          th {
              background: #fff;
              @media screen and (max-width: 768px){
                background: #000;
              }
          }
      }
      }
    }
  }
}
.line_link_btn{
  width: 90px;
  height: 96px;
  position: fixed;
  right: 0;
  bottom: 7vw;
  transition: .3s;
  z-index: 999;
  .line_inner{
    border-radius: 10px 0 0 10px;
    width: 100%;
    background: #06C755;
    text-align: center;
    color: #fff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 1.2;
    row-gap: 5px;
    img{
      width: 39px;
      height: 27px;
      object-fit: contain;
      display: inline-block;
    }
  }
  @media screen and (max-width: 768px){
    width: 50%;
    height: 57px;
    bottom: 0;
    .line_inner{
      border-radius: 0;
      font-size: 13px;
      flex-direction: row;
      column-gap: 10px;
    }
  }
}
.line_link_btn:hover{
  opacity: .6;
}
@media screen and (max-width: 768px){
  .line_link_btn.phone_btn{
    left: 0;
    right: auto;
    .line_inner{
      background: #221815;
      color: #fff;
    }
  }
}
.document_ttl{
  text-align: center;
  margin-top: 40px;
}
.line_link_btn{
  animation-name: fadeInAnime;/*1で解説*/
  animation-fill-mode:backwards;/*2で解説*/
  animation-duration: 1s;/*3で解説*/
  /* animation-iteration-count:infinite;4で解説 */
  animation-timing-function:ease;/*5で解説*/
  animation-delay: 0.8s;/*6で解説*/
  animation-direction:normal;/*7で解説*/
}
@keyframes fadeInAnime{
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.bosyu_lead{
  margin-top: 100px;
  text-align: center;
  @media screen and (max-width: 768px){
    margin-top: 60px;
    width: 90%;
  }
}
.bosyu{
  margin-top: 100px;
  @media screen and (max-width: 768px){
    margin-top: 60px;

  }
  h3{
    font-size: 20px;
    text-align: center;
  }
  ul{
    border: 1px solid #ccc;
    padding: 2.8rem 1rem;
    width: 72%;
    margin: 30px auto 0;
    @media screen and (max-width: 768px){
      width: 95%;
    }
    li{
      width: 330px;
      margin: 0 auto;
      font-weight: 700;
      @media screen and (max-width: 768px){
        width: 100%;
      }

      span{
        margin-right: 10px;
        font-weight: 600;
        line-height: 2.3;
        @media screen and (max-width: 768px){
          font-size: 14px;
        }
        img{
          width: 17px;
          height: 12px;
          object-fit: contain;
          vertical-align: middle;
          @media screen and (max-width: 768px){
            width: 11px;
            height: 9px;
          }
        }
      }
    }
  }
  .bosyu_container{
    display: flex;
    justify-content: center;
    /* grid-template-columns: repeat(3,1fr); */
    column-gap: 88px;
    margin-top: 38px;
    @media screen and (max-width: 768px){
      flex-direction: column;
      row-gap: 30px;
    }
    .bosyu_box{
      display: flex;
      flex-direction: column;
      row-gap: 15px;
      align-items: center;
      position: relative;
      .img{
        img{
          width: 130px;
          height: 130px;
          object-fit: contain;
          @media screen and (max-width: 768px){
            width: 90px;
            height: 90px;
          }
        }
      }
      &::after{
        content: '';
        width: 11px;
        height: 19px;
        background: url(images/bosyu_triangle.png) 0 / contain no-repeat;
        position: absolute;
        right: -36%;
        top: 30%;
      }
      @media screen and (max-width: 768px){
        &::after{
          right: 50%;
          transform: translateX(50%) rotate(90deg);
          bottom: -20px;
          top: auto;
        }
      }
      &:last-child::after{
        content: none;
      }
      p{
        font-size: 14px;
        line-height: 1.8;
      }

    }
  }
}
.bosyu_line{
  margin: 76px auto 80px;
  width: 63%;
  border: 1px solid #06C755;
  padding: 40px 30px;
  background: #fff;
  box-shadow: 0px 4px 11px 0px rgba(75, 157, 90, 0.29);
  @media screen and (max-width: 768px){
    margin: 50px auto 60px;
    width: 85%;
    box-shadow: 0px 0px 10px 0px rgba(75, 157, 90, 0.29);
    padding: 30px 15px;
  }
  .bosyu_line_container{
    display: flex;
    justify-content: center;
    column-gap: 40px;
    @media screen and (max-width: 768px){
      flex-direction: column;
      row-gap: 20px;
      align-items: center;
    }
    .btn{
      .c-button{
        background: #06C755;
        box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.31);
        border: none;
        span{
          font-size: 13px;
          font-weight: 700;
          color: #fff;
        }
      }
      i{
        right: 30px;
        width: auto;
        top: auto;
        height: auto;
        background: transparent;
        &::before{
          content: none;
          height: auto;
        }
      }
    }
    .line_box{
      .line_ttl{
        color: #06C755;
        font-weight: 700;
        text-align: center;
        padding-bottom: 10px;
        letter-spacing: 4px;
      }
      .line_ttl.gry{
        color: #555;
      }
      .line_ttl02{
        font-weight: 700;
        @media screen and (max-width: 768px){
          text-align: center;
        }
      }
      p{
        margin-top: 10px;
        @media screen and (max-width: 768px){
          text-align: center;
        }
      }
    }
  }
  .boryu_line_article{
    color: #db5c00;
    text-decoration: underline;
    font-weight: 600;
    margin-top: 20px;
    @media screen and (max-width: 768px){
      text-align: center;
      display: inline-block;
      width: 100%;
    }
  }
  .for_bussiness{
    color: #06C755;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.web_price_contents{
  margin-top: 80px;
}

.voice{
  .voice_container{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    @media screen and (max-width: 768px){
      flex-direction: column;
      row-gap: 40px;
    } 
    .img{
      flex-basis: 47%;
      img{
        width: 100%;
        height: auto;
        object-fit: contain;
      }
    }
    .textbox{
      flex-basis: 50%;
      
    }
  }
  .voice_ttl{
    background: #FDF2E8;
    font-size: 20px;
    font-weight: 600;
    padding: 5px 20px;
    @media screen and (max-width: 768px){
      font-size: 4.8vw;
    }
  }
  .voice_lead{
    font-size: 15px;
    font-weight: 600;
    margin-top: 20px;
    @media screen and (max-width: 768px){
      font-size: 4.5vw;
    }
  }
  .inner_text{
    background: #F7F7F7;
    padding: 16px;
    margin-top: 20px;
    dt{
      color: #db5c00;
      font-size: 18px;
      font-weight: 600;
      @media screen and (max-width: 768px){
        font-size: 4.5vw;
      }
    }
    dd{
      font-size: 14px;
      @media screen and (max-width: 768px){
        font-size: 4vw;
      }
    }
  }
  .voice_interview{
    margin-top: 50px;
    width: 70%;
    max-width: 730%;
    margin: 50px auto 80px;
    @media screen and (max-width: 768px){
      width: 90%;
    }
    .voice_ttl{
      margin-top: 20px;
    }
    .inner_interview{
      margin-top: 20px;
      .cw_name{
        font-weight: 600;
        font-size: 16px;
        color: #777;
        padding-bottom: 7px;
        border-bottom: 1px solid #ccc;
        @media screen and (max-width: 768px){
          font-size: 4.5vw;
        }
      }
      .client_name{
        font-size: 18px;
        color: #000;
        border-bottom: 1px solid #db5c00;
        @media screen and (max-width: 768px){
          font-size: 4.5vw;
        }
      }
      .txt{
        font-size: 15px;
        margin-top: 18px;
        @media screen and (max-width: 768px){
          font-size: 4.5vw;
        }
      }
    }
  }
}

.partner_container{
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
  margin: 60px auto 80px;
  @media screen and (max-width: 768px){
    flex-direction: column;
  }
  .logo_box{
    max-width: 200px;
    img{
      max-width: 200px;
      max-height: 40px;
    } 
    &:hover{
      opacity: .5;
    }
  }
}
.flow_txt{
  margin-top: 20px;
}