@charset "utf-8";
/*
Theme Name:SOURCE
Theme URI:
Description:WordPressテーマ「SOURCE」
Author:Design Plus
Author URI:http://design-plus1.com/tcd-w/
Version:1.7
Text Domain:tcd-w
*/


/* ------------------------------------------------------------------------------------
 web fonts　ウェブフォントファイルを変更した場合はv=1.0の数字を変更（キャッシュ対策）
------------------------------------------------------------------------------------ */
@font-face {
  font-family: 'design_plus';
  src: url('fonts/design_plus.eot?v=1.4');
  src: url('fonts/design_plus.eot?v=1.4#iefix') format('embedded-opentype'),
       url('fonts/design_plus.woff?v=1.4') format('woff'),
       url('fonts/design_plus.ttf?v=1.4') format('truetype'),
       url('fonts/design_plus.svg?v=1.4#design_plus') format('svg');
  font-weight: normal;
  font-style: normal;
}




/* ----------------------------------------------------------------------
 reset css
---------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
 { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
audio, canvas, video { display:inline-block; max-width:100%; }
html { overflow-y: scroll; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }
ul, ol { list-style:none; }
blockquote , q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content: none; }
a:focus { outline:none; }
ins { text-decoration:none; }
mark { font-style:italic; font-weight:bold; }
del { text-decoration:line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; width:100%; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
button, input, select, textarea { outline:0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; font-size:100%; }
input, textarea { background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); -webkit-appearance: none; border-radius:0; /* Removing the inner shadow, rounded corners on iOS inputs */ }
input[type="checkbox"]{ -webkit-appearance: checkbox; }
input[type="radio"]{ -webkit-appearance: radio; }
button::-moz-focus-inner, input::-moz-focus-inner { border:0; padding:0; }
img { -ms-interpolation-mode:bicubic; }
*,
*::before,
*::after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* clearfix */
.clearfix:after { content: "."; display:block; clear:both; height:0; font-size:0.1em; line-height:0; visibility:hidden; overflow:hidden; }
.clearfix { display:inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height:1% }
.clearfix { display:block;}
/* end MacIE5 */




/* ----------------------------------------------------------------------
 基本設定
---------------------------------------------------------------------- */
body { font-size: 16px; font-family:Arial,sans-serif; color:#333; line-height:1; width:100%; overflow-x:hidden; }
.pc .admin-bar { padding-top:33px; }
a { color:#333; text-decoration:none; }
a, a:before, a:after, input {
  -webkit-transition-property:background-color, color; -webkit-transition-duration:0.2s; -webkit-transition-timing-function:ease;
  -moz-transition-property:background-color, color; -moz-transition-duration:0.2s; -moz-transition-timing-function:ease;
  -o-transition-property:background-color, color; -o-transition-duration:0.2s; -o-transition-timing-function:ease;
  transition-property:background-color, color; transition-duration:0.2s; transition-timing-function:ease;
}
a:hover { text-decoration:underline; }
.clear { clear:both; }
.hide { display:none; }


/* レイアウト */
#main_contents { background:#fff; width:100%; position:relative; z-index:10; /*overflow-x: hidden;*/ }
#main_col { width:calc(100% * 1150 / 1280); max-width:1150px; margin:40px auto 100px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; }
#left_col { width:calc(100% * 800 / 1150); float:left; }
#side_col { width:calc(100% * 300 / 1150); float:right; }
.pc .layout2 #left_col { float:right; }
.pc .layout2 #side_col { float:left; }
.pc .no_side_content #left_col { width:auto; float:none; }

.page-id-23 #main_col,
.page-id-25 #main_col {
  margin-top: 0;
}



/* ----------------------------------------------------------------------
 トップページ
---------------------------------------------------------------------- */
.home #top { width:100%; height:90vh; position:relative; margin:90px 0; overflow:hidden; }
@media only screen and (max-width: 767px) {
.home #top { height: 720px !important; }
}

/* スライダー */
#header_slider { width:100%; height:100% !important; position:relative; }
#header_slider.no_slider_nav { padding-bottom:0; }
#header_slider .item { width:100%; height:100% !important; }
#header_slider .item img { width:95%; height:auto; display:block; }
#header_slider .item .overlay { display:block; width:100%; height:100%; z-index:2; position:absolute; left:0px; top:0px; background: rgba(0,0,0,0.8) !important; }
#header_slider .slick-dots { display:block; position:absolute; z-index:2; bottom:180px; left:0; right:0; margin:auto; text-align:center; }
#header_slider .slick-dots li {
  display:inline-block; width:13px; height:13px; margin:0 6px; position:relative;
}
#header_slider .slick-dots button {
  cursor:pointer; border:none; color:transparent; width:13px; height:13px; display:block; font-size:0; background:none;
}
#header_slider .slick-dots button::before {
  content:''; display:block; width:13px; height:13px; line-height:13px; background:#ddd; border-radius:20px; position: absolute; top:0; left:0;
}
#header_slider .slick-dots button:hover::before, #header_slider .slick-dots .slick-active button::before {
  background:#000;
}
.pc #header_slider .slick-dots { display:none !important; }

/* スライダーナビゲーションリンク */
#header_slider_nav {
  bottom:0px; left:0px; border-bottom:1px solid #ddd; position:relative;
  width:100%; width:-webkit-calc(100% + 1px); width:-moz-calc(100% + 1px); width:calc(100% + 1px);
}
/* ここから */
#header_slider_nav .slick-track {
	display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex; 
	 -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  -ms-grid-row-align: stretch;
  align-items: stretch;
}
/* ここまで */
#header_slider_nav .item {
  background:#fff; padding:38px; border-right:1px solid #ddd; cursor:pointer; position:relative;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
	display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex; 
	-webkit-box-align: center; -ms-flex-align: center; -ms-grid-row-align: center; align-items: center;
	height: inherit;
}
#header_slider_nav .item:last-child { border:none; }
#header_slider_nav .label { width:60px; height:60px; text-align:center; color:#fff; border-radius:50%; font-size:11px; margin:0 20px 0 0; position:relative; flex:none; display:table; }
#header_slider_nav .label span {
	line-height:1.3; display:table-cell; vertical-align:middle;
}
#header_slider_nav .catch {
  font-size:16px; line-height:2;
}
#header_slider_nav .slick-current, #header_slider_nav .item:hover { background:#f7f7f7; }


/* スライダーのキャッチコピー */
#header_slider .caption, #header_video .caption, #header_youtube .caption {
  position:absolute; text-align:left; z-index:5; width:calc(100% * 1150 / 1280); max-width:1150px; margin:auto; left:0; right:0; top:50%;
  -webkit-transform: translate3d(0,-50%,0); transform: translate3d(0,-50%,0);
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#header_slider .caption .title, #header_video .caption .title, #header_youtube .caption .title { font-size:42px; font-weight: bold; line-height:1.5; font-feature-settings: "palt"; letter-spacing: .1rem; }
#header_video .caption .desc, #header_youtube .caption .desc { margin:20px 0; line-height: 2; }
#header_slider .caption .button, #header_video .caption .button, #header_youtube .caption .button {
  font-size:16px; font-weight: bold; text-decoration:none; padding:0; height:45px; line-height:45px; display:block; margin:25px auto 0; text-align:center;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; border-radius: 50px; font-feature-settings: "palt"; letter-spacing: .05rem; width: 80%;
}


/* スライダーのキャッチコピーのアニメーション */
.pc #header_slider .caption .title, .pc #header_video .caption .title, .pc #header_youtube .caption .title,
  .pc #header_slider .caption .button, .pc #header_video .caption .button, .pc #header_youtube .caption .button {
    opacity:0;
}
.pc #header_youtube .caption .title, .pc #header_video .caption .title {
	-webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.pc #header_youtube .caption .button, .pc #header_video .caption .button {
	-webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.pc #header_slider .slick-active .caption .title, .pc #header_slider .caption .button {
  -webkit-animation: opacityAnimation 1.0s ease forwards 1.0s;
  animation: opacityAnimation 1.0s ease forwards 1.0s;
}
.pc #header_slider .first_active .caption .title, .pc #header_youtube .caption.first_active .title, .pc #header_video .caption.first_active .title, .pc #header_slider .first_active .caption .button, .pc #header_youtube .caption.first_active .button, .pc #header_video .caption.first_active .button {
      -webkit-animation: opacityAnimation 1.0s ease forwards 0s !important;
      animation: opacityAnimation 1.0s ease forwards 0s !important;
}
.pc #header_youtube .caption.first_active .title, .pc #header_video .caption.first_active .title {
  -webkit-animation: moveUp 1.0s ease forwards 0s !important;
  animation: moveUp 1.0s ease forwards 0s !important;
}
.pc #header_youtube .caption.first_active .button, .pc #header_video .caption.first_active .button {
  -webkit-animation: moveUp 1.0s ease forwards 2.1s !important;
  animation: moveUp 1.0s ease forwards 2.1s !important;
}


/* 動画 */
#header_video { width:100%;
  /*height:600px;*/
  height: 100% !important;
  position:relative; background:#000; }
#header_video .overlay { display:block; width:100%; height:100%; z-index:2; position:absolute; left:0px; top:0px; background: rgba(0,0,0,0.7); }


/* Youtube 動画 */
#header_youtube { width:100%;
  /*height:600px;*/
  height: 100% !important;
  position:relative; background:#000; }
#header_youtube .overlay { display:block; width:100%; height:100%; z-index:2; position:absolute; left:0px; top:0px; background: rgba(0,0,0,0.7); }
.mb_YTPBar {display: none !important;}

/* ３点ボックスコンテンツ */
#index_3box { width:calc(100% * 1150 / 1280); max-width:1150px; margin:0 auto 100px; }
#index_3box_header .headline { margin:0 0 40px 0; font-size:42px; line-height:1.4; text-align:center; }
#index_3box_header .desc { margin:0 0 50px 0; font-size:16px; line-height:2; text-align:center; }
#index_3box_list { display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex; justify-content: space-between; margin:0 auto; width:100%;}
#index_3box_list .box {
  width:calc((100% - 70px) / 3); position:relative; padding:40px 40px 80px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; border:1px solid #333333; border-radius: 20px; background-color:#fff}
#index_3box_list .icon { width:170px; height:170px; border-radius:50%; margin:0 auto 35px; position:relative; overflow:hidden; }
#index_3box_list .icon span { text-indent:-200px; display:block; }
#index_3box_list .icon span:before { font-family:"design_plus"; font-size:40px; width:40px; text-align:center; display:block; position:absolute; top:70px; left:164px; }

#index_3box_list .three_box_icon1 { background: url(https://mvsk.jp/wp-content/uploads/2022/05/icon01.png) no-repeat center center; background-size: cover; }
#index_3box_list .three_box_icon2 { background: url(https://mvsk.jp/wp-content/uploads/2022/05/icon02.png) no-repeat center center; background-size: cover; }
#index_3box_list .three_box_icon3 { background: url(https://mvsk.jp/wp-content/uploads/2022/05/icon03.png) no-repeat center center; background-size: cover; }

#index_3box_list .three_box_icon {
}

/*#index_3box_list .three_box_icon1 span:before { content:"\e91b"; }
#index_3box_list .three_box_icon2 span:before { content:"\e149"; }
#index_3box_list .three_box_icon3 span:before { content:"\e91e"; }
#index_3box_list .three_box_icon4 span:before { content:"\e91f"; }

#index_3box_list .three_box_icon5 span:before { content:"\e953"; }
#index_3box_list .three_box_icon6 span:before { content:"\e320"; }
#index_3box_list .three_box_icon7 span:before { content:"\e924"; }
#index_3box_list .three_box_icon8 span:before { content:"\e920"; }

#index_3box_list .three_box_icon9 span:before { content:"\e921"; }
#index_3box_list .three_box_icon10 span:before { content:"\e5c4"; }
#index_3box_list .three_box_icon11 span:before { content:"\e147"; }
#index_3box_list .three_box_icon12 span:before { content:"\f012"; }

#index_3box_list .three_box_icon13 span:before { content:"\f080"; }
#index_3box_list .three_box_icon14 span:before { content:"\f201"; }
#index_3box_list .three_box_icon15 span:before { content:"\e0c6"; }
#index_3box_list .three_box_icon16 span:before { content:"\eb3f"; }

#index_3box_list .three_box_icon17 span:before { content:"\e0b7"; }
#index_3box_list .three_box_icon18 span:before { content:"\e87d"; }
#index_3box_list .three_box_icon19 span:before { content:"\f0ac"; }
#index_3box_list .three_box_icon20 span:before { content:"\f0ae"; }

#index_3box_list .three_box_icon21 span:before { content:"\f0eb"; }
#index_3box_list .three_box_icon22 span:before { content:"\e7f4"; }
#index_3box_list .three_box_icon23 span:before { content:"\e838"; }
#index_3box_list .three_box_icon24 span:before { content:"\f110"; }

#index_3box_list .three_box_icon25 span:before { content:"\e88a"; }
#index_3box_list .three_box_icon26 span:before { content:"\f135"; }
#index_3box_list .three_box_icon27 span:before { content:"\f1b2"; }
#index_3box_list .three_box_icon28 span:before { content:"\e2c0"; }

#index_3box_list .three_box_icon29 span:before { content:"\f013"; }
#index_3box_list .three_box_icon30 span:before { content:"\e869"; }
#index_3box_list .three_box_icon31 span:before { content:"\e0c6"; }
#index_3box_list .three_box_icon32 span:before { content:"\e7f4"; }
#index_3box_list .three_box_icon33 span:before { content:"\e91e"; }
*/

#index_3box_list .catch { font-size:24px; font-weight: bold; line-height:1.5; margin:0 0 20px 0; text-align:center; font-feature-settings:"palt"; letter-spacing:.05rem }
#index_3box_list .desc { font-size:16px; line-height:2; margin:0 0 30px 0; overflow:hidden; }
#index_3box_list .link { position:absolute; bottom:40px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); }
#index_3box_list .link a { background:#333333; display:inline-block; height:45px; line-height:45px; color:#fff; padding:0; text-decoration:none; border-radius: 50px; width:180px ;text-align:center; font-feature-settings: "palt"; letter-spacing:.05rem; font-size:16px; box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.5); }
#index_3box_list .link a:hover { background:#F7E900; color:#333; }

/* アニメーション
.use_animation #index_3box_header.animation_element .headline { opacity:0; }
.use_animation #index_3box_header.animation_element .desc { opacity:0; }
.use_animation #index_3box_header.animation_element.animated .headline {
  -webkit-animation: opacityAnimation 0.5s ease forwards 0s;
  animation: opacityAnimation 0.5s ease forwards 0s;
}
.use_animation #index_3box_header.animation_element.animated .desc {
  -webkit-animation: opacityAnimation 1.0s ease forwards 1.0s;
  animation: opacityAnimation 1.0s ease forwards 1.0s;
}
.use_animation #index_3box_list.animation_element .box { opacity:0; }
.use_animation #index_3box_list.animation_element .box.active {
  -webkit-transform: translateY(120px); transform: translateY(120px);
  -webkit-animation: moveUp 0.65s ease forwards 1.5s;
  animation: moveUp 0.65s ease forwards 1.5s;
}
 */

/* ３点ボックスコンテンツの下の画像　詳細は.wide_image部分に記載 */
#index_center_image { margin:0 0 100px 0; }

/* アニメーション
.use_animation #index_center_image .title { opacity:0; }
.use_animation #index_center_image .desc { opacity:0; }
.use_animation #index_center_image .button { opacity:0; }
.use_animation #index_center_image.animated .title {
  -webkit-animation: opacityAnimation 1.0s ease forwards 0s;
  animation: opacityAnimation 1.0s ease forwards 0s;
}
.use_animation #index_center_image.animated .desc {
  -webkit-animation: opacityAnimation 1.0s ease forwards 0.5s;
  animation: opacityAnimation 1.0s ease forwards 0.5s;
}
.use_animation #index_center_image.animated .button {
  -webkit-animation: opacityAnimation 1.0s ease forwards 1.0s;
  animation: opacityAnimation 1.0s ease forwards 1.0s;
}
 */

/* ４点ボックスコンテンツ */
#index_4box { width:calc(100% * 1150 / 1280); max-width:1150px; margin:0 auto 100px; overflow:hidden; }
#index_4box_list {
	display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex;
	-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
}
#index_4box_list .box {
  width:50%; background:#f7f7f7; border:1px solid #ddd; margin:0 0 -1px 0; position:relative;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#index_4box_list .box.num1, #index_4box_list .box.num3 { border-right:none; }
#index_4box_list .box.num3, #index_4box_list .box.num4 { margin-bottom:0; }
#index_4box_list .box .link {
  display:block; text-decoration:none; width:100%; height:100%; padding:50px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#index_4box_list .box a.link:hover { background:#eee; }
#index_4box_list .box .image { width:160px; height:160px; display:block; position:relative; float:left; margin:0 35px 0 0; }
#index_4box_list .box .image img { display:block; width:100%; height:100%; border-radius:100%; }
#index_4box_list .box.num3 .image, #index_4box_list .box.num4 .image { float:right; margin:0 0 0 35px; }
#index_4box_list .box .catch { font-size:18px; line-height:1.6; margin:0 0 20px 0; }
#index_4box_list .box .desc { font-size:14px; line-height:2.1; margin:0; overflow:hidden; }

/* アニメーション
.use_animation #index_4box_list .box { opacity:0; }
.use_animation #index_4box_list .box.num1.active, .use_animation #index_4box_list .box.num2.active {
  -webkit-transform: translateX(120px); transform: translateX(120px);
  -webkit-animation: moveRight 0.65s ease forwards 0.5s;
  animation: moveRight 0.65s ease forwards 0.5s;
}
.use_animation #index_4box_list .box.num3.active, .use_animation #index_4box_list .box.num4.active {
  -webkit-transform: translateX(-120px); transform: translateX(-120px);
  -webkit-animation: moveRight 0.65s ease forwards 1.0s;
  animation: moveRight 0.65s ease forwards 1.0s;
}
 */

/* 一覧の見出し */
.index_list_header { margin:0 auto 40px; position:relative; }
.index_list_header .headline { margin: 0 0 15px; font-size:42px; line-height:1.4; text-align: center; }
.index_list_header .desc { margin: 0 0 0 0; font-size: 16px; line-height: 2.2; text-align: center;}
.index_archive_link { font-size:16px; display:block; background:#333; color:#fff; text-decoration:none; height:45px; line-height:45px; margin: 0 auto; padding:0 ; width: 90%; max-width:300px; box-sizing:border-box; text-align:center; border-radius: 50px; }
.index_archive_link:hover { background:#f7e900 !important; color:#333 !important; text-decoration:none; }
.mobile_archive_link .index_archive_link { display:none; }


/* お知らせ一覧 */
#index_news_list { width:calc(100% * 1150 / 1280); max-width:1150px; margin:100px auto 0 !important; }
.news_list { margin-bottom: 40px; }
.news_list li { border:1px solid #ddd; margin:0 0 -1px 0; padding:0 25px; box-sizing:border-box; width:100%; overflow:hidden; background-color:#fff }
.news_list li:hover { background:#fafafa; }
.news_list li:last-child { margin-bottom:0; }
.news_list .date { float:left; line-height:58px; font-weight:bold; margin:0 22px 0 0; font-size:12px; }
.news_list .category { float:left; margin:0 20px 0 0; line-height:58px; }
.news_list .category a { display:inline-block; height:20px; line-height:20px; color:#333; font-size:12px; min-width:70px; text-align:center; padding:0 20px; border-radius:30px; text-decoration:none; }
.news_list .category a:hover { text-decoration:none; color:initial; }
.news_list .title { float:left; font-size:16px; font-weight:normal; width:800px; margin-top:0 !important }
.news_list .title a { display:block; line-height: 58px; height:58px; color:#333 }
.news_list .title a:hover { text-decoration:none; color:initial; }

/* アニメーション
.use_animation #index_news_list .index_list_header .headline { opacity:0; }
.use_animation #index_news_list.animated .index_list_header .headline {
  -webkit-animation: opacityAnimation 1.0s ease forwards 0.5s;
  animation: opacityAnimation 1.0s ease forwards 0.5s;
}
.use_animation #index_news_list .index_archive_link { opacity:0; }
.use_animation #index_news_list.animated .index_list_header .index_archive_link {
  -webkit-animation: opacityAnimation 1.0s ease forwards 1.0s;
  animation: opacityAnimation 1.0s ease forwards 1.0s;
}
.use_animation #index_news_list li { opacity:0; }
.use_animation #index_news_list li.active {
  -webkit-transform: translateX(120px); transform: translateX(120px);
  -webkit-animation: moveLeft 0.65s ease forwards 0.5s;
  animation: moveLeft 0.65s ease forwards 0.5s;
}
*/

/* 制作実績は制作実績項目にまとめて記述 */


/* ブログ一覧 */
#index_blog_list { margin:0 auto; width:calc(100% * 1150 / 1280); max-width:1150px;  }
#index_blog_list .blog_list { margin-bottom:70px; }

.blog_list { margin:0 auto 120px; 
	display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex; 
	-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
}
.blog_list .box {
  width:calc(100% * 360 / 1150); border:1px solid #ddd; margin:0 calc(100% * 35 / 1150) 30px 0; background:#fff;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.blog_list .box:nth-child(3n) { margin-right:0; }
.blog_list .box .title { font-size:14px; line-height:1.8; padding:20px 0; }
.blog_list .box .title a { padding:0 20px; display:block; overflow:hidden; }
.blog_list .box .title a:hover { text-decoration:none; }
.blog_list .box .image { width:calc(100% + 2px); display:block; margin:-1px auto 20px -1px; overflow:hidden; position:relative; z-index:2; }
.blog_list .box .image img {
  width:100%; height:auto; 
  -webkit-backface-visibility:hidden; backface-visibility:hidden; max-width:none;
}
.blog_list .box .meta { padding:0 20px; line-height:30px; }
.blog_list .box .meta li { float:left; }
.blog_list .box .category { text-align:center; margin:0; }
.blog_list .box .category a { background:#000; color:#fff; text-decoration:none; font-size:12px; text-align:center; height:30px; line-height:30px; display:inline-block; padding:0 20px; border-radius:30px; }
.blog_list .box .category a:last-child { display:none; }
.blog_list .box .category a:only-child { display:inline-block; }
.blog_list .box .date { font-size:14px; color:#888; margin:0 15px 0; }
.blog_list .box .meta li:first-child.date { margin:0; }

/* アニメーション
.use_animation #index_blog_list .index_list_header .headline { opacity:0; }
.use_animation #index_blog_list .index_archive_link { opacity:0; }
.use_animation #index_blog_list.animated .index_list_header .headline {
  -webkit-animation: opacityAnimation 1.0s ease forwards 0.5s;
  animation: opacityAnimation 1.0s ease forwards 0.5s;
}
.use_animation #index_blog_list.animated .index_list_header .index_archive_link {
  -webkit-animation: opacityAnimation 1.0s ease forwards 1.0s;
  animation: opacityAnimation 1.0s ease forwards 1.0s;
}
.use_animation #index_blog_list .box { opacity:0; }
.use_animation #index_blog_list .box.active {
  -webkit-transform: translateY(50px); transform: translateY(50px);
  -webkit-animation: moveUp 0.65s ease forwards 1.5s;
  animation: moveUp 0.65s ease forwards 1.5s;
}
 */

/* 料金システム表/機能比較表 */
#index_price_function { width:calc(100% * 1150 / 1280); max-width:1150px; margin:0 auto 150px; }
.index_price_function + .index_price_function { margin-top:30px; }
#index_price_function td, #index_price_function  th { line-height:2.2; }
#index_price_function table.pb_price_table td.pb_price_table_price { line-height:0.8; }

/* アニメーション
.use_animation #index_price_function .index_price_function { opacity:0; }
.use_animation #index_price_function.animated .index_price_function {
  -webkit-animation: opacityAnimation 1.0s ease forwards 1.0s;
  animation: opacityAnimation 1.0s ease forwards 1.0s;
}
 */

/* フリースペース */
.index_free_content { max-width:1150px; width: calc(100% * 1150 / 1280); margin:0 auto; }
/*.index_free_content > :last-child  { margin-bottom:0; }*/
#index_free_content1 {
  margin-bottom: 100px;
}
#index_free_content4 {
  margin: 60px auto 100px;
}
#index_free_content4 > .faq {
  margin-bottom: 40px;
}
#index_free_content1_header .headline,
#index_free_content2_header .headline,
.index_free_content_header .headline {
  margin: 0 0 40px 0;
  padding: 0;
  font-size: 42px;
  line-height: 1.4;
  text-align: center;
}
#index_free_content1_header .desc,
#index_free_content2_header .desc {
  margin: 0 0 40px 0;
  font-size: 16px;
  line-height: 2.2;
  text-align: center;
}
.index_free_content_header .desc {
  margin: 0 0 40px 0;
  font-size: 16px;
  line-height: 2.2;
  text-align: center;
}
.index_free_content_bg_gray {
  background-color: #F3F3F3;
  margin-bottom: 100px;
  padding: 100px 0;
}
.index_free_content3_bg {
  background-color: #FFF9D7;
  padding: 100px 0;
}
#index_free_content6 {
  max-width: none;
  width: 100%;
}
#index_free_content6 .caption {
  padding: 0;
}
#index_free_content7 {
  padding-bottom: 100px;
}
.footer_column {
  height: 600px;
  display: flex;
  align-items: center;
  position: relative;
}
.footer_column_box {
  width: 48%;
}
.footer_column_box > .title,
.footer_column_box > .desc {
  text-align: left;
}
.footer_column_box .tel_button {
  width: 100%;
}
.bg_gray,
.bg_ylw,
.bg_ylw50 {
  margin-bottom: 100px !important;
  padding: 100px 0 !important;
  position: relative;
  z-index: 1;
}
.page-id-19 .bg_ylw {
  padding-top: 40px;
}
.bg_gray:after,
.bg_ylw:after {
  content: "";
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
}
.bg_ylw50:after {
  background-color: #fffadf;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -2%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
}
.bg_gray:after {
  background-color: #F3F3F3;
}
.bg_ylw:after {
  background-color: #fffadf;
}

@media only screen and (max-width:991px){
}

@media only screen and (max-width: 767px) {
  #index_free_content1 {
    margin-bottom: 40px;
  }
  #index_free_content1_header .headline,
  #index_free_content2_header .headline,
  .index_free_content_header .headline {
    font-size: 26px
  }
  #index_free_content1_header .desc,
  #index_free_content2_header .desc,
  .index_free_content_header .desc {
    text-align: left;
    font-size: 14px!important;
  }
  .index_free_content_bg_gray {
    margin-bottom: 40px;
    padding: 40px 0;
  }
  .index_free_content3_bg {
    padding: 40px 0;
  }
  #index_free_content6 {
    padding: 0;
  }
  #index_free_content7 {
    /*padding-bottom: 40px;*/
  }
  .footer_column {
    height: auto;
    display: block;
  }
  .footer_column_box {
    width: 100%;
  }
  .footer_column_box > .title {
    text-align: center;
  }
  .bg_gray,
  .bg_ylw,
  .bg_ylw50 {
    margin-bottom: 40px !important;
    padding: 40px 0 !important;
  }
  .bg_ylw50:after {
    width: 200%;
    left: 50%;
  }
  .page-id-19 .bg_ylw {
    padding-top: 0;
  }
}

/* アニメーション
.use_animation .index_free_content { opacity:0; }
.use_animation .index_free_content.animated {
  -webkit-animation: opacityAnimation 1.0s ease forwards 1.0s;
  animation: opacityAnimation 1.0s ease forwards 1.0s;
}*/

/* トップページのみフッターの画像をアニメーションさせる
.home.use_animation #footer_image .title { opacity:0; }
.home.use_animation #footer_image .desc { opacity:0; }
.home.use_animation #footer_image .footer_contact { opacity:0; }
.home.use_animation #footer_image.animated .title {
  -webkit-animation: opacityAnimation 1.0s ease forwards 0s;
  animation: opacityAnimation 1.0s ease forwards 0s;
}
.home.use_animation #footer_image.animated .desc {
  -webkit-animation: opacityAnimation 1.0s ease forwards 0.5s;
  animation: opacityAnimation 1.0s ease forwards 0.5s;
}
.home.use_animation #footer_image.animated .footer_contact {
  -webkit-animation: opacityAnimation 1.0s ease forwards 1.0s;
  animation: opacityAnimation 1.0s ease forwards 1.0s;
}
 */






/* ----------------------------------------------------------------------
 アニメーションの動作設定
---------------------------------------------------------------------- */
/* 透過 */
@-webkit-keyframes opacityAnimation {
  0% { }
  100% { opacity: 1; }
}
@keyframes opacityAnimation {
  0% { }
  100% { opacity: 1; }
}


/* 左から右へ */
@-webkit-keyframes moveLeft {
	0% { }
	100% { -webkit-transform: translateX(0); opacity: 1; }
}
@keyframes moveLeft {
	0% { }
	100% { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; }
}


/* 右から左へ */
@-webkit-keyframes moveRight {
	0% { }
	100% { -webkit-transform: translateX(0); opacity: 1; }
}
@keyframes moveRight {
	0% { }
	100% { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; }
}


/* 下から上へ */
@-webkit-keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); opacity: 1; }
}
@keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}




/* ----------------------------------------------------------------------
 大きな画像　トップページの中央画像、フッター画像、アーカイブページ上部など
---------------------------------------------------------------------- */
.wide_image { width:100%; min-height:300px; position:relative; display: flex; justify-content: center; align-items: center; }
.wide_image a.link { display:block; width:100%; height:100%; text-decoration:none; }
.wide_image .caption {
  width:calc(100% * 1150 / 1280); max-width:1150px; margin:auto; text-align:center; padding: 60px 0; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; }
.wide_image .caption .title { font-size:42px; line-height:1.4; margin:0 0 0 0; color:#fff; }
.wide_image .caption .desc { font-size:16px; line-height:2; margin-top: 15px; }
.wide_image .button { font-size:24px; font-weight: bold; text-decoration:none; padding:20px; display:flex; justify-content:center; align-items:center ; margin:0 0 0 0; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; font-feature-settings: "palt"; letter-spacing: .05rem; line-height: 1.5; }




/* ----------------------------------------------------------------------
 制作実績一覧
---------------------------------------------------------------------- */
#work_header_image { /*height:400px;*/ }
#index_work_list { width:calc(100% * 1150 / 1280); max-width:1150px; margin: 0 auto 100px; }
#index_work_list #work_list_wrap { width:100%; margin-bottom:40px; }
#work_list_wrap { width:calc(100% * 1150 / 1280); max-width:1150px; margin:0 auto; }
.work_list { position:relative; display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.work_list .box {
width:calc(100% * 360 / 1150 - 1px); border:1px solid #333; margin:0 calc(100% * 35 / 1150) 0 0; background:#FFF; position:relative;
-moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; border-radius: 20px; overflow: hidden; padding-bottom: 70px;}
.work_list .box:nth-child(3n) { margin-right:0; }
.work_list .box:nth-child(n+4) { margin-top:30px; }
.work_list .box .title {
width:calc(100% + 2px); font-size:16px; height:50px; line-height:1.3; text-align:center; margin:0 0 20px 0; font-weight:normal; position:absolute; top:-1px; left:-1px; background:#F7E900; display: flex; justify-content: center; align-items: center;padding: 0 1rem; }
.work_list .box .title a { color:#333; display:block; text-decoration:none; }
.work_list .box .image { border-radius:20px; width:calc(100% - 80px); height:auto; aspect-ratio: 16 / 9; display:block; margin:80px auto 20px; overflow:hidden; position:relative; z-index:2; border: 1px solid #333; line-height: 0; }
.work_list .box .image img { width:100%; height:100%; -webkit-backface-visibility:hidden; backface-visibility:hidden; max-width:none; }
.work_list .box .category { text-align:left; margin:20px 0 0 38px; }
.work_list .box .category a { background:#888 !important; color:#fff; text-decoration:none; font-size:80%; text-align:center; height:20px; line-height:20px; display:inline-block; padding:0 10px; border-radius:30px; font-feature-settings: "palt"; letter-spacing: .01rem; }
.work_list .box .category a:hover { background:#333 !important; }
.work_list .box .category a:last-child { display:none; }
.work_list .box .category a:only-child { display:inline-block; }
.work_list .box .catch { font-size: 16px; margin:0 40px; line-height:1.8; font-feature-settings: "palt"; letter-spacing: .03rem; }
.work_list .box .date { font-size:14px; color:#888; margin:0 30px 27px; }
.work_list .box .btn_detail {
  font-size: 120%;
  font-weight: bold;
  color: #50BE98;
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.dli-plus {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 20px;
  height: 2px;
  margin-right: 10px;
  background: #50BE98;
  border-radius: 1rem;
  position: relative;
}
.dli-plus::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.arrow {
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.arrow::before,
.arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: auto;
  content: "";
  vertical-align: middle;
}
.arrow-design::before {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #e64b5b;
  box-shadow: 0 6px 15px 0 rgb(0 0 0 / 20%);
}
.arrow-design::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 10px;
  height: 18px;
  margin-left: 8px;
  border: 10px solid transparent;
  border-left: 18px solid #fff;
}
.tag_works {
  margin: 0 36px;
}
.tag_works li {
  display: inline-block;
  height: 20px;
  margin: 4px 2px 0 ;
  line-height: 20px;
}
.tag_works li a {
  color: #fff;
  background-color: #888;
  text-decoration: none;
  font-size: 80%;
  text-align: center;
  height: 100%;
  padding: 0 10px;
  border-radius: 30px;
  font-feature-settings: "palt";
  letter-spacing: .01rem;
  display: block;
}
.tag_works li a:hover {
  background-color: #333;
}
.work_length,
.work_time,
.work_performance,
.work_industry
{
  margin-top: 4px !important;
}
@media only screen and (max-width:767px){
.tag_works {
  margin: 0 18px;
}
}


/* アニメーション
.use_animation #index_work_list .index_list_header .headline { opacity:0; }
.use_animation #index_work_list .index_archive_link { opacity:0; }
.use_animation #index_work_list.animated .index_list_header .headline {
  -webkit-animation: opacityAnimation 1.0s ease forwards 0.5s;
  animation: opacityAnimation 1.0s ease forwards 0.5s;
}
.use_animation #index_work_list.animated .index_list_header .index_archive_link {
  -webkit-animation: opacityAnimation 1.0s ease forwards 0.5s;
  animation: opacityAnimation 1.0s ease forwards 0.5s;
}
.use_animation #index_work_list .box { opacity:0; }
.use_animation #index_work_list .box.active {
  -webkit-transform: translateY(50px); transform: translateY(50px);
  -webkit-animation: moveUp 0.5s ease forwards 0.5s;
  animation: moveUp 0.5s ease forwards 0.5s;
}
 */

/* カテゴリ―ボタン */
#work_category_list { width:calc(100% * 1150 / 1280); max-width:1150px; margin:80px auto; }
#work_category_list li { float:left; width:25%; height:80px; margin:0 -1px -1px 0; }
#work_category_list li a {
  display:flex; border:1px solid #ddd; width:100%; height:100%; position:relative;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; justify-content: center;
  align-items: center; text-decoration: none; }
#work_category_list li a:hover { background:#eee; }
#work_category_list li .image { display:block; float:left; margin:10px 15px 0 15px; }
#work_category_list li .image img { width:60px; height:60px; display:block; border-radius:60px; }
#work_category_list li .name { color: initial !important; display:block; position:absolute; top:50%;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
  -webkit-transform: translate3d(0,-50%,0); transform: translate3d(0,-50%,0); }


/* カテゴリ・タグ検索 */
#search {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}
#search_area {
  background: #f4f4f4;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto 40px;
  overflow: clip;
  max-height: 0;
  opacity: 0;
  transition: max-height .35s ease, opacity .25s ease;
  border-radius: 0 0 20px 20px;
}
#search_area.is-open {
  padding: 40px;
  opacity: 1;
}
#search_area > form {
  padding-bottom: 40px;
}
#search_toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
  padding: 30px;
  background: #f4f4f4;
  border: none;
  border-radius: 20px 20px 0 0;
  cursor: pointer;
  font-weight: bold;
  position: relative;
}
#search_toggle .ttl {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: .05rem;
  line-height: 1.4;
}
#search_toggle::before,
#search_toggle::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 14px;
  height: 2px;
  background-color: currentColor;
  transition: transform .25s ease;
}
#search_toggle::before {
  transform: translateY(-50%) rotate(0deg);
}
#search_toggle::after {
  transform: translateY(-50%) rotate(90deg);
}
#search_toggle.is-open::after {
  transform: translateY(-50%) rotate(0deg);
}

#search_area .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#search_area .box:not(:first-of-type) {
  margin-top: 25px;
}
#search_area > .headline02 {
  font-size: 24px;
  font-weight: bold;
}
#search_area .ttl {
  font-weight: bold;
  background-color: #fff;
  width: 100px;
  padding: 5px;
  text-align: center;
  border-radius: 50px;
}
#search_area .list {
  width: calc(100% - 120px);
  display: flex;
  flex-flow: row wrap;
  line-height: 1.3;
}
#search_area .list li {
  width: calc((100% - 30px) / 4);
  margin-right: 10px;
  font-feature-settings: "palt";
  display: flex;
  align-items: center;
}
#search_area .list li:nth-of-type(4n) {
  margin-right: 0;
}
#search_area .list li:nth-of-type(n+5) {
  margin-top: 10px;
}
#search_area .list li input,
#search_area .list li label {
  cursor: pointer;
}
#search_area .list li label {
  width: calc(100% - 30px);
}
#search_area .checkBox1,
#search_area .checkBox2,
#search_area .checkBox3,
#search_area .checkBox4,
#search_area .checkBox5,
#search_area .checkBox6{
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
}
#search_area .btn {
  width: 80%;
  max-width: 400px;
  margin: 25px auto 0;
  display: flex;
  justify-content: space-between;
}
#search_area .btn #submit,
#search_area .btn #reset {
  width: 48%;
  height: 40px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  font-feature-settings: "palt";
  letter-spacing: .15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#search_area .btn #submit {
  color: #fff;
  font-size: 110%;
  font-weight: bold;
  background-color: #50BE98;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.5);
}
#search_area .btn #reset {
  color: #333;
  border: 1px solid #999;
}
@media only screen and (max-width:991px){
  #search_area {
    margin: 20px 0;
  }
  #search_area .box {
    display: block;
  }
  #search_area .ttl {
    width: 100%;
    margin-bottom: 20px;
  }
  #search_area .list {
    width: auto;
  }
}
@media only screen and (max-width:767px){
  #search_area .list {
    justify-content: space-between;
  }
  #search_area .list li {
    width: 48%;
    margin-right: 0;
  }
  #search_area .list li:nth-of-type(n+3) {
    margin-top: 10px;
  }
}
@media only screen and (max-width:600px){
  #search_area {
    padding: 20px;
  }
  #search_area .list {
    font-size: 13px;
  }
  #search_area .btn {
    margin-top: 20px;
    flex-direction: column-reverse;
    align-items: center;
  }
  #search_area .btn #submit {
    width: 100%;
  }
  #search_area .btn #reset {
    width: 60%;
    height: 30px !important;
    margin-top: 20px;
  }
}



/* ----------------------------------------------------------------------
 製作実績ページ
---------------------------------------------------------------------- */
/* 見出し */
#work_header { background:#222; width:100%; height:80px; }
#work_header_inner { width:calc(100% * 1150 / 1280); max-width:1150px; height: 100%; margin:0 auto;display: flex; flex-flow: row; align-items: center; }
#work_header .category { float:left; margin:25px 30px 0 0; }
#work_header .category a { background:#000; color:#333; text-decoration:none; font-size:12px; font-weight: bold; text-align:center; height:30px; line-height:30px; display:inline-block; padding:0 20px; border-radius:30px; }
#work_header .title { float:left; font-size:24px; font-weight:normal; line-height:1.5; color:#fff; margin:0; }
#work_header .number { float:left; margin:0 20px 0 0; background: #fff; font-size: 12px; font-weight: bold; text-align:center; line-height:1; display:inline-block; padding:5px 20px; border-radius:30px; text-transform: uppercase; font-feature-settings: "palt"; letter-spacing: .03rem; }
@media only screen and (max-width:767px){
  #work_header .title {
    font-size: initial;
  }
  #work_header .number {
    float: none;
    margin: 0 0 5px;
    padding: 5px 10px;
  }
}



/* 詳細ページ　下部 */
#work_footer_data { position:relative; background:initial; padding:0; margin:0 0 3em 0; min-height: 160px; }
#work_footer_data .image {
  width:160px; height:160px;
  display:block; position:absolute; top:50%; left:35px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
  -webkit-transform: translate3d(0,-50%,0); transform: translate3d(0,-50%,0);
}
#work_footer_data .image img { display:block; width:100%; height:auto; border-radius:100%; }
#work_footer_data .data { margin:0 auto; max-width:800px }
#work_footer_data .title { font-size:32px; font-weight:bold; margin:0 0 30px 0; line-height:1.6; font-feature-settings: "palt"; letter-spacing: .15rem; }
#work_footer_data .title:after {
  content: "";
  background-color: ;
}
#work_footer_data .link { color: #50BE98 !important; margin:0 0 20px 0; display:inline-block; }
#work_footer_data .post_content { line-height: 1.6; }

/* ボタン */
#work_footer_data .link_button { margin:0 0 20px 0; }
#work_footer_data .link_button a { font-size:12px; text-decoration:none; display:inline-block; padding:0 20px; height:35px; line-height:35px; text-align:center; }


/* 詳細ページ　ナビゲーション */
#work_navigation { text-align:center; font-size:0; }
#work_navigation a { padding:0 60px; height:50px; line-height:50px; color:#fff; font-size:14px; display:inline-block; background:#bbbbbb; vertical-align:top; text-decoration:none; position:relative; }
#work_navigation a:hover { background:#000; }
#work_navigation a.prev { margin:0 8px; float: left; }
#work_navigation a.next { margin:0 8px; float: right; }
#work_navigation a.prev:hover, #work_navigation a.next:hover, .work_navigation_home:hover { color: #333 !important; }
#work_navigation a.prev:before {
  content:''; width:15px; height:20px;
  font-family:'design_plus'; color:#fff; font-size:16px; display:block;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  content:'\e90f'; position:absolute; top:2px; left:15px;
}
#work_navigation a.next:before {
  content:''; width:15px; height:20px;
  font-family:'design_plus'; color:#fff; font-size:16px; display:block;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  content:'\e910'; position:absolute; top:2px; right:15px;
}
@media only screen and (max-width:767px){
  #work_navigation a {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .work_navigation_home {
    width: 100%;
  }
}



/* コンテンツ */
.work_content {
  margin-bottom: 40px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.work_content > .title {
  width: 100%;
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 30px 0;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: .15rem;
}
.work_content > .title > br {
  display: none;
}
.company_name {
  font-weight: normal;
  width: 100%;
  margin: 0 0 32px 0;
}
.work_eyecatch,
.interview_eyecatch {
  width: 60%;
  position: relative;
  border: 1px solid #333;
  border-radius: 20px;
  overflow: hidden;
  line-height: 0;
}
.work_eyecatch img,
.interview_eyecatch img {
  width: 100%;
  height: auto;
}
.work_data {
  width: calc(40% - 60px);
}
.work_data .inner {
  background-color: #F3F3F3;
  padding: 30px;
  border-radius: 20px;
}
.work_data .ttl {
  font-size: 80%;
  font-weight: bold;
  background-color: #fff;
  margin-bottom: 15px;
  padding: 5px 0;
  border-radius: 50px;
  text-align: center;
}
.work_data .ttl:not(:first-of-type) {
  margin-top: 30px;
}
.work_data p {
  font-size: 90%;
  line-height: 1.75;
}
.work_data .category {
  font-size: 90%;
  text-align: center;
}
.work_data .category:last-of-type {
  margin-bottom: 0;
}
.work_data .link_btn {
  width: 100%;
  margin: 20px auto 0;
  font-feature-settings: "palt";
  letter-spacing: .05rem;
  display: block;
}
.work_data .category,
.tag_list li {
  line-height: 1.5;
}
.tag_list {
  line-height: 1.5;
  width: 100%;
  display: flex;
  gap: 5px 20px;
  flex-flow: row wrap;
}
.tag_list li {
  font-size: 80%;
  display: block;
}
.tag_list li:not(:first-of-type) {
}
.tag_list li a {
  font-feature-settings: "palt";
}
#work_footer_data .box {
  margin-bottom: 60px;
}

@media only screen and (max-width:991px){
  .work_content {
  }
  .work_content > .title {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: left;
  }
  .work_content > .title br {
    display: none;
  }
  .company_name {
    margin-bottom: 20px;
    text-align: left;
  }
  .work_eyecatch,
  .interview_eyecatch {
    width: 100%;
    margin-bottom: 20px;
  }
  .work_data {
    width: 100%;
  }
  .work_data .inner {
    padding: 20px;
  }
  .work_data .category {
  }
  .work_data .link_btn {
  }
  .work_data .ttl,
  .work_data .category {
    font-size: 100%;
  }
  .work_data .ttl:not(:first-of-type) {
    margin-top: 20px;
  }
  #work_footer_data .box {
    margin-bottom: 40px;
  }
  .tag_list {
    line-height: 1.75;
  }
}



/* ----------------------------------------------------------------------
 動画カテゴリページ
---------------------------------------------------------------------- */

#category .merit_area .box .img {
  min-height: 300px;
}
#category .merit_area .box .img .ttl {
  margin-bottom: 0;
}
.merit_num,
.point_num,
.scene_num,
.step_num {
  font-size: 50px;
  color: #fff;
  background-color: #F7E900;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 20px;
  top: -20px;
}
.merit_num:before,
.point_num:before,
.scene_num:before,
.step_num:before {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: block;
  letter-spacing: .1rem;
}
.merit_num:before {
  content: "MERIT";
}
.point_num:before {
  content: "POINT";
}
.scene_num:before {
  content: "SCENE";
}
.step_num:before {
  content: "STEP";
}
#category .box_col3 li img {
  width: 160px;
  height: 160px;
}
@media only screen and (max-width: 767px) {
  .single-category #main_col{
    margin-top: 0;
  }
  .single-category #work_header_inner {
    display: flex;
  }
  #category .merit_area .box .img {
    min-height: 120px;
    margin-bottom: 20px;
  }
  #category .merit_area .box .ttl {
    margin-top: 10px;
    padding: 0 20px;
  }
  .merit_num,
  .point_num,
  .scene_num,
  .step_num {
    font-size: 160%;
    font-weight: bold;
    width: 50px;
    height: 50px;
    left: 5px;
    top: -25px;
  }
  .merit_num:before,
  .point_num:before,
  .scene_num:before,
  .step_num:before {
    font-size: 10px;
    letter-spacing: 0;
  }
}

.bg_ylw_fv {
  margin-bottom: 60px !important;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
.bg_ylw_fv:after {
  content: "";
  background-color: #fffadf;
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
}
.category_fv {
  display: flex;
  justify-content: space-between;
}
.category_fv > .box {
  width: 48%;
}
.category_fv > .box > .ttl,
.column_cta_area > .ttl {
  width: 100%;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.5;
}
.category_fv > .box > .list,
.column_cta_area > .list {
  background-color: #fff;
  margin: 10px 0 0;
  padding: 15px 15px 15px 35px;
  border-radius: 10px;
}
.category_fv > .box > .list > li,
.column_cta_area > .list > li {
  list-style: disc;
  line-height: 1.3;
}
.category_fv > .box > .list > li:not(:first-of-type),
.column_cta_area > .list > li:not(:first-of-type) {
  margin-top: 10px;
}
.category_fv > .box_img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.category_fv > .box > .cate_icon {
  width: 60%;
  height: auto;
  margin: 0;
  border-radius: 0;
}
.category_fv .btn_area,
.column_cta_area .btn_area {
  margin-top: 20px;
}
.btn_area > .text {
  margin-bottom: 10px;
}
.column_cta_area {
  background-color: #fffadf;
  margin-bottom: 1rem;
  padding: 20px;
  border-radius: 20px;
}
.category_fv_icon {
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
.bg_ylw_fv {
  margin-bottom: 40px !important;
  padding: 40px 0;
}
.category_fv > .box {
  width: 100%;
}
.category_fv > .box_img {
  display: none;
}
.category_fv > .box > .ttl {
  text-align: center;
}
.category_fv > .box > .list {
  font-size: 90%;
}
.column_cta_area {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.column_cta_area::after {
  content: "";
  background-color: #fffadf;
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
}
}



/* ----------------------------------------------------------------------
 アーカイブページ
---------------------------------------------------------------------- */
#page_header { margin:74px 0 70px 0; }
#page_header .headline { line-height:1.25; text-align:center; margin:0 0 10px 0; }
#page_header .desc { line-height:2.2; text-align:center; margin:0; }

/* ページング */
.page_navi { margin:40px 0 100px 0; }
.page_navi ul { margin:0; text-align:center; font-size:0; }
.page_navi li { display:inline; margin:0 -1px -1px 0; }
.page_navi a, .page_navi a:hover, .page_navi span { font-size:12px; padding:14px 16px; line-height:1; margin:0; background:#fff; display:inline-block; border:1px solid #ccc; }
.page_navi a:hover { color:#333 !important; background:#222; text-decoration:none; }
.page_navi span.dots { background:none; }
.page_navi span.current { color:#fff; background:#333; border-color:#333; }
.page_navi p.back { margin:0; text-align:center; }
.page_navi p.back a { background:#bbb; color:#fff; text-decoration:none; display:inline-block; width:200px; height:50px; line-height:50px; text-align:center; font-size:12px; position:relative; padding:0; }
.page_navi p.back a:hover { color:#fff; }
.page_navi p.back a:hover:before { color:#fff; }




/* ----------------------------------------------------------------------
 お知らせ
---------------------------------------------------------------------- */
#archive_news_list .news_list { margin:0; }
#single_news { background:#f7f7f7; padding:65px; margin:0 auto 50px; max-width: 800px; }
#single_news #post_title { margin-bottom:20px; }
#single_news_list { margin:80px 0 0 0; }
#single_news .post_content {line-height: 2;}




/* ----------------------------------------------------------------------
 記事
---------------------------------------------------------------------- */
#article { position:relative; }
.post_content a:hover { text-decoration:underline; }


/* アイキャッチ画像 */
#post_image { padding:0; margin:0 0 50px 0; position:relative; }
#post_image img { width:100%; height:auto; display:block; margin:0; z-index:1; }


/* カテゴリー */
#post_meta_top { margin-bottom:20px; }
#post_meta_top li { float:left; margin:0; }
#post_meta_top .category { text-align:center; margin:0; }
#post_meta_top .category a { background:#F7E900; color:#333; text-decoration:none; font-size:12px; text-align:center; height:30px; line-height:30px; display:inline-block; padding:0 20px; border-radius:30px; margin-right: 10px; }
#post_meta_top .category a:last-child { display:none; }
#post_meta_top .category a:only-child { display:inline-block; }
#post_meta_top .date { font-size:14px; color:#888; margin:0 15px 0 0; line-height:30px; }


/* 記事タイトル */
#post_title { color: initial !important; padding:0; margin:0 0 40px; font-size:32px; line-height:1.6; }
.pc .no_side_content #post_title { text-align:center; }


/* 記事本文 */
.post_content { font-size: 16px; }
.post_content p { line-height: 2; }
.post_content p:not(:first-of-type) { margin-top: 20px; }


/* 微調整 */
.fs140 {font-size: 140%; line-height: 1.75 !important;}
.fs160 {font-size: 240%; line-height: 1;letter-spacing: -0.25rem;margin-right: 5px;}
.mt20 {margin-top: 20px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb40 {margin-bottom: 40px !important;}
.mt40 {margin-top: 40px !important;}
.text-align-right {text-align: right;}
.text-align-center {text-align: center;}
.text-align-center_pc {text-align: center;}
.txt_grn {color: #00a56c;}
@media only screen and (max-width:767px){
  .text-align-center_pc {text-align: left;}
}


/* ボタン */
.link_btn {
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
  line-height: 1.5;
  margin: 0 auto;
  padding: 15px 20px;
  width: 80%;
  max-width: 360px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 50px;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.5);
  font-feature-settings: "palt";
  letter-spacing: .05rem;
  position: relative;
}
.link_btn:not(:first-of-type) {
  margin-left: 10px;
}
.link_btn:hover {
  text-decoration: none !important;
}
.link_btn_index_fv {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  line-height: 1.5;
  box-sizing: border-box;
  text-align: center;
  border-radius: 50px;
  box-shadow: 0 0 16px -6px rgb(0 0 0);
  font-feature-settings: "palt";
  letter-spacing: .1rem;
  position: relative;
}
.link_btn_index_fv:hover {
  text-decoration: none;
}
.link_btn_index_fv::after,
.btn_arrow::after {
  font-family: design_plus;
  content: '\e910';
  display: flex;
  align-items: center;
  font-size: 100%;
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  bottom: 0;
  right: 40px;
  animation: slideBlink 1s linear infinite;
}
@keyframes slideBlink {
  from {
    opacity: 1;
    right: 40px;
  }
  to {
    opacity: 0;
    right: 10px;
  }
}
@media only screen and (max-width:767px){
  .link_btn_index_fv {
    font-size: 20px;
  }
  .link_btn_index_fv::after {
    right: 20px;
  }
  @keyframes slideBlink {
    from {
      opacity: 1;
      right: 20px;
    }
    to {
      opacity: 0;
      right: 7px;
    }
  }
}

.index_fv_btn_area > li {
  list-style: none;
}
.index_fv_btn_area > li:first-of-type {
  width: 48%;
}
.index_fv_btn_area > li:not(:first-of-type) {
  width: 24%;
}
.index_fv_btn_area > li > a {
  width: 100%;
  padding: 20px;
  border: 2px solid #50BE98;
  position: relative;
}
.index_fv_btn_area > li > a:hover {
  color: #333;
  background-color: #F7E900;
  border-color: #F7E900;
}
.index_fv_btn_area .gray,
.index_fv_btn_area .white {
  max-width: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.index_fv_btn_area .white .sub {
  position: absolute;
  top: -25px;
  color: #fff !important;
  font-size: 80%;
}
.white {
  background-color: #fff;
  color: #50BE98;
  font-weight: bold;
}
.gray {
  background-color: #333;
  color: #fff !important;
}
.black {
  background-color: #000 !important;
  color: #fff !important;
}
.maincolor {
  background-color: #50BE98 !important;
  color: #fff !important;
}
.gray:hover,
.black:hover,
.maincolor:hover {
  background-color: #F7E900 !important;
  color: #333 !important;
}
.btn_area {
  text-align: center;
}
@media only screen and (max-width:1150px){
  .index_fv_btn_area .white .sub {
    font-size: 1vw;
  }
}
@media only screen and (max-width:767px){
  .link_btn:not(:first-of-type) {
    margin-left: auto;
  }
  .link_btn {
    font-size: initial;
    width: 100%;
    display: block;
    margin: 10px auto 0;
  }
  .index_fv_btn_area .white .sub {
    font-size: 80%;
  }
}


.index_fv_btn_area {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:767px){
.index_fv_btn_area {
  display: block;
  margin-top: 1rem;
}
.index_fv_btn_area > li:not(:first-of-type) {
  margin-top: 30px;
}
.index_fv_btn_area > li:first-of-type,
.index_fv_btn_area > li:not(:first-of-type),
.link_btn_index_fv,
.index_fv_btn_area .gray {
  width: 100%;
}
}


/* SNSボタン */
#single_share_top { margin:-10px 0 15px; }
#single_share_top #share_top1 { padding-top:0; }


/* ページ分割 */
#post_pagination { margin:0 0 50px 0; clear:both; font-size:0; text-align:center; }
#post_pagination h5 { margin:0 0 10px 0; font-size:12px; }
#post_pagination a, #post_pagination p { font-size:12px; display:inline-block; background:#fff; margin:0 -1px 0 0; width:40px; height:40px; line-height:40px; text-align:center; text-decoration:none; color:#333; border:1px solid #ccc; }
#post_pagination p { background:#000; color:#fff; }
#post_pagination a:hover { color:#fff; }


/* メタ情報 */
#post_meta_bottom { margin:0 0 50px; background:#fafafa; padding:25px; }
#post_meta_bottom li { display:inline; margin:0 10px 0 0; padding:0 15px 0 20px; border-right:1px solid #ddd; font-size:12px; line-height:1.8; position:relative; }
#post_meta_bottom li:last-child { border:none; margin:0; }
#post_meta_bottom li:before { font-family:'design_plus'; color:#aaa; font-size:13px; display:block; position:absolute; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
#post_meta_bottom li.post_category:before { content:'\e92f'; top:-2px; left:0px; }
#post_meta_bottom li.post_tag:before { content:'\e935'; top:-1px; left:0px; }
#post_meta_bottom li.post_author:before { content:'\e90d'; top:-2px; left:0px; }
#post_meta_bottom li.post_comment:before { content:'\e916'; font-size:16px; top:-2px; left:0px; }


/* 次の記事、前の記事 */
#previous_next_post { margin:0 0 50px 0; }
#previous_next_post .prev_post, #previous_next_post .next_post { float:left; width:50%; }
#previous_next_post .prev_post { margin-right:-1px; }
#previous_next_post .next_post { }
#previous_next_post a { width:100%;
  display:block; border:1px solid #ddd; padding:0 25px 0 60px; color:#333; font-size:14px; line-height:1.8; height:97px; color:#333; text-decoration:none; position:relative; display:table;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#previous_next_post a span { display:table-cell; vertical-align:middle; ; height:50px; overflow:hidden; }
#previous_next_post span.nav { display:none; }
#previous_next_post .next_post a { padding:0 60px 0 25px; }
#previous_next_post a:hover { background:#f7f7f7; color:#333; }
#previous_next_post .prev_post a:before {
  content:''; width:15px; height:20px;
  font-family:'design_plus'; color:#aaa; font-size:16px; display:block;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  content:'\e90f'; position:absolute; top:0px; bottom:0px; left:20px; margin:auto; 
}
#previous_next_post .next_post a:before {
  content:''; width:15px; height:20px;
  font-family:'design_plus'; color:#aaa; font-size:16px; display:block;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  content:'\e910'; position:absolute; top:0px; bottom:0px; right:20px; margin:auto;
}


/* 広告 */
#single_banner_area { margin:0 0 50px; text-align:center; }
#single_banner_area .single_banner_left { display:inline-block; margin:0 10px 0 0; }
#single_banner_area .single_banner_right { display:inline-block; margin:0 0 0 10px; }
#single_banner_area img { max-width:100%; height:auto; display:block; }
#single_banner_area.one_banner .single_banner_left { float:none; margin:0 auto; }
#single_banner_area.one_banner img { margin:0 auto; }


/* 広告（ページ下部） */
#single_banner_area_bottom { margin:0 0 50px; text-align:center; }
#single_banner_area_bottom .single_banner_left { display:inline-block; margin:0 10px 0 0; }
#single_banner_area_bottom .single_banner_right { display:inline-block; margin:0 0 0 10px; }
#single_banner_area_bottom img { max-width:100%; height:auto; display:block; }
#single_banner_area_bottom.one_banner .single_banner_left { float:none; margin:0 auto; }
#single_banner_area_bottom.one_banner img { margin:0 auto; }


/* 広告（ショートコードver） */
#single_banner_area2 { margin:0 0 30px 0; text-align:center; }
#single_banner_area2 .single_banner_left { display:inline-block; margin:0 10px 0 0; }
#single_banner_area2 .single_banner_right { display:inline-block; margin:0 0 0 10px; }
#single_banner_area2 img { max-width:100%; height:auto; display:block; }
#single_banner_area2.one_banner .single_banner_left { float:none; margin:0 auto; }
#single_banner_area2.one_banner img { margin:0 auto; }


/* 関連記事 */
#related_post { margin:0 0 20px 0; }
#related_post .headline { height:50px; line-height:50px; font-size:14px; margin:0 0 35px 0; padding:0 25px; background:#000; color:#fff; }
#related_post ol { margin:0; position:relative; font-size:0; }
#related_post li { width:calc(100% * 240 / 800); margin:0 calc(100% * 40 / 800) 25px 0; display:inline-block; vertical-align:top; }
#related_post li:nth-child(3n) { margin-right:0; }
#related_post li .image { margin:0 0 15px 0; display:block; width:100%; /*height:150px;*/ overflow:hidden; }
#related_post li a.image img {
  width:100%; height:auto;
  -webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1);
}
#related_post li .image:hover img {
  -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2);
}
#related_post li .title { font-size:14px; line-height:1.8; font-weight:400; }
#related_post li .title a { display:block; }
#related_post li .title a:hover { text-decoration:none; }






/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */
#header { width:100%; height:90px; position:relative; z-index:20; background: url(https://mvsk.jp/wp-content/themes/source_tcd045/img/common/header_bg.svg) no-repeat left bottom #fff !important; background-size: contain; }
#header_inner { height:90px; width:100%; margin:0 auto; position:relative; }
.home #header { position:absolute; background:none; top: 0; }


/* 固定ヘッダー */
.pc .header_fix #header {
  position:fixed; top:0px; left:0px; z-index:200; box-shadow:0 0 5px 0 rgba(0,0,0,0.4);
  animation: slideDown 0.5s ease; -ms-animation: slideDown 0.5s ease; -webkit-animation: slideDown 0.5s ease; -moz-animation: slideDown 0.5s ease;
}
@-webkit-keyframes slideDown {
  0% { top:-50px; }
  100% { top:0px; }
}
@keyframes slideDown {
  0% { top:-50px; }
  100% { top:0px; }
}


/* ロゴ */
.pc #logo_text, .pc #logo_image { width: 120px; position:absolute; top:50%; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); left: 20px; }
#logo_image img { width: 120px; }
.pc #header_logo .logo { font-size:20px; margin:0; }
.pc #header_logo .logo a { text-decoration:none; }
.pc #logo_image img.pc_logo_image { display:block; }
.pc #logo_image img.mobile_logo_image { display:none; }

/* ロゴ上コピー */
.logo_copy {
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  top: 2px;
  left: 5px;
  font-feature-settings: "palt";
  letter-spacing: .05rem;
  line-height: 1.3;
}
@media only screen and (max-width:1023px){
  .logo_copy {
    left: 130px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
@media only screen and (max-width:350px){
  .logo_copy {
    display: none;
  }
}

/* グローバルメニュー */
.pc #global_menu { float:right; }
.pc #global_menu > ul { height:90px; font-size:0; position:relative; margin-right: 20px; }
.pc #global_menu > ul > li { font-size:1%; position:relative; display:inline-block; }

.pc #global_menu > ul > li > a {
  font-size:16px; text-decoration:none; height:90px; line-height:90px; display:block; padding:0 20px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; font-feature-settings: "palt"; letter-spacing: .03rem;}
.pc #global_menu > ul > li > a:hover { color: #50BE98 !important; }

.pc #global_menu ul ul { display:none; width:230px; position:absolute; top:90px; left:10px; margin:0; padding:0; }
.pc #global_menu ul ul ul {
  left:100%;
  top:0;
  margin:0;
  border:none;
}
.gnavi_category ul {
  width: 600px !important;
  column-count: 3;
  background-color: #eee;
}
.pc #global_menu ul ul li { line-height:1.5; padding:0; margin:0; text-align:left; position:relative; display:block; }
.pc #global_menu ul ul ul li {
}
.pc #global_menu ul ul a {
  display:block;
  font-size:14px;
  border:none;
  position:relative;
  padding:15px 20px 14px 20px;
  height:auto; line-height:1.6;
  margin:0;
  text-align:left;
  box-shadow:none;
  background-color: #ccc !important;
  color: #222 !important;
  font-feature-settings: "palt";
  letter-spacing: .05rem;
}
.pc #global_menu ul ul ul a {
  padding: 10px 20px;
  font-size: 12px;
  line-height: 1.5;
  background-color: #eee !important;
}
.pc #global_menu ul ul a:hover { text-decoration:none; border:none; color: #333 !important; background-color: #F7E900 !important; }

.pc #global_menu ul ul li.menu-item-has-children > a:before { margin:0; display:block; top:20px; right:10px; position:absolute; content:""; width:0; height:0; border-style:solid; border-width:4px 0px 4px 4px; border-color:transparent transparent transparent #333 !important; }
.pc #global_menu li li.current-menu-item > a {  }
.pc #global_menu ul li.menu-item-has-children a:after {
  content: "";
  margin-left: 5px;
  margin-bottom: -3px;
  border: 5px solid transparent;
  border-top: 8px solid #333;
  display: inline-block;
}
.pc #global_menu ul li.menu-item-has-children .sub-menu li a:after {
display: none;}

/* ヘッダーボタン */
.header_contact {
  height: 100%;
  float: right;
  display: flex;
}
.header_contact li {
  width: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: .03rem;
}
.header_contact li:first-of-type {
  background-color: #F3F3F3;
}
.header_contact li .tel_num {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  vertical-align: middle;
}
.header_contact li .tel_num:before {
  content: "";
  display: inline-block;
  background: url(https://mvsk.jp/wp-content/themes/source_tcd045/img/common/tel_gry.svg);
  background-size: 16px;
  width: 16px;
  height: 16px;
  margin-right: 3px;
}
.header_contact li .tel_data {
  font-size: 10px;
}
.header_contact li:nth-of-type(2) a {
  color: #fff !important;
  font-size: 20px;
  font-weight: bold;
  background-color: #50BE98;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.header_contact li:nth-of-type(2) a:hover {
  color: #333 !important;
  background-color: #F7E900;
  text-decoration: none;
}


/* パンくずリンク */
#bread_crumb {
  margin:0 0 0 0;
  padding: 10px 0;
  /*height:80px;
  line-height:80px;*/
  overflow:hidden;
  border-bottom:1px solid #ddd;
  border-top:1px solid #ddd;
}
#bread_crumb ul { width:calc(100% * 1150 / 1280); max-width:1150px; margin:0 auto; }
#bread_crumb li.home { padding:0; }
#bread_crumb li.home a {
  float:left; height:15px; width:13px; line-height:15px; display:block; position:relative;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#bread_crumb li.home a span { text-indent:100%; white-space:nowrap; overflow:hidden; display:block; }
#bread_crumb li.home a:before {
  font-family:'design_plus'; color:#aaa; font-size:14px; display:block; position:absolute; top:32px; left:0px; width:17px; height:17px; line-height:17px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#bread_crumb li.home:after { display:none; }
#bread_crumb li.home a:before { content:'\e90c'; }
#bread_crumb li.home a:hover:before { color:#fff; }
#bread_crumb li { color:#999; font-size:12px; display:inline; padding:0 15px 0 0; margin:0 0 0 15px; line-height:1.6; position:relative; }
#bread_crumb li:after {
  font-family:'design_plus'; content:'\e910'; color:#999; font-size:9px; display:block; position:absolute; left:-20px; top:0;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#bread_crumb li a { color:#aaa; }

#bread_crumb { font-size: 12px; }
.bread_crumb_inner { width:calc(100% * 1150 / 1280); max-width:1150px; margin:0 auto; }
#bread_crumb span a {
  color:#50BE98;
  font-weight: bold;
  text-decoration: underline;
  display:inline;
  padding:0 10px 0 0;
  margin:0;
  line-height:1.6;
  position:relative;
}
#bread_crumb span a:after {
  font-family:'design_plus'; content:'\e910'; color:#999; font-size:9px; display:inline-block; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; margin-left: 10px;}
#bread_crumb span a:hover {
  text-decoration: none;
}

/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */

/* 動画制作をご検討中の方へ */
.footer_contact {
  width: 100%;
  max-width: 835px;
  margin: 25px auto 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.footer_contact > p {
  font-size: 110%;
  font-weight: bold;
  width: 100%;
  margin-bottom: 1rem;
  text-align: center;
}
.slash {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  line-height: 1.5 !important;
}
.slash::before,
.slash::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #333;
  margin: 0px 20px;
}
.slash::before {
  transform: rotate(-20deg);
  left: 0;
  bottom: 0;
}
.slash::after {
  transform: rotate(20deg);
  right: 0;
  bottom: 0;
}

@media only screen and (max-width:767px){
  .footer_contact > p {
    font-size: 100%;
  }
}
.tel_button {
  font-size: 14px;
  background: url(https://mvsk.jp/wp-content/themes/source_tcd045/img/common/tel_ylw.svg) no-repeat 20px center #fff;
  background-size: 60px;
  width: calc((100% - 35px) / 2);
  height: 120px;
  line-height: 1;
  font-feature-settings: "palt";
  letter-spacing: .03rem;
  box-sizing: border-box;
  text-align: left;
  border: 1px solid #ccc;
}
.tel_button a {
  color: #333 !important;
  width: 100%;
  height: 100%;
  padding: 20px 0 0 40px;
  display: block;
  text-decoration: none;
  box-sizing: border-box;
  cursor: default;
  text-align: center;
}
.tel_button a:hover {
  color: #333;
  text-decoration: none;
}
.tel_button .tel_num {
  font-size: 30px;
  font-weight: bold;
  margin: 10px 0;
  display: block;
}
.footer_contact .button {
  color: #fff;
  background-color: #50BE98;
  width: calc((100% - 35px) / 2);
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 0;
  font-feature-settings: "palt";
  letter-spacing: .05rem;
  line-height: 1.5;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.5);
  position: relative;
}
.footer_contact .button:hover {
  color: #333;
  background-color: #F7E900;
  text-decoration: none;
}
@media only screen and (max-width:767px){
.tel_button,
.wide_image .button,
.footer_contact .button {
  width: 100%;
  height: 80px;
}
.tel_button {
  font-size: 12px;
  background: url(https://mvsk.jp/wp-content/themes/source_tcd045/img/common/tel_ylw.svg) no-repeat 10px center #fff;
  background-size: 30px;
  margin: 0 0 20px;
}
.tel_button a {
  padding: 10px 0 0 0;
}
.tel_button .tel_num {
  font-size: 24px;
  margin: 5px 0;
}
.tel_button .tel_data {
  font-size: 10px;
}
.wide_image .button,
.footer_contact .button {
  font-size: 18px;
}
}


/* ウィジェット */
#footer_widget {
  display: none;
}


/* フッター上部 */
#footer_top { background:#222 !important; }
#footer_top_inner { width:calc(100% * 1150 / 1280); max-width:1150px; margin:0 auto; padding:80px 0 80px; color:#fff; }
#footer_top a { color:#fff; }


/* メニュー */
#footer_menu {
  margin: 0;
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 100px;
}
#footer_menu ul {
  vertical-align: top;
  margin: 0;
  text-align: left;
}
#footer_menu ul:last-child {
  margin: 0;
}
#footer_menu li {
  margin: 0 0 10px 0;
  padding-left: 10px;
  font-size: 13px;
  line-height: 1.5;
}
#footer_menu li a {
  color: #ccc !important;
}
#footer_menu li:first-of-type {
  margin-top: 0 !important;
}
#footer_menu li.ttl {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  padding-left: 0;
}
#footer_menu li.ttl a {
  color: #fff !important;
}
#footer_menu li a:hover,
#footer_menu li.ttl a:hover {
  color: #F7E900 !important;
}
#footer_menu li:first-of-type a:hover {
}
#footer_menu li:last-child {
}
#footer_menu a {
  display: block;
}
#footer_menu a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #footer_menu li {
    font-size: 12px;
  }
  #footer_menu li:first-of-type {
    font-size: 14px;
  }
}

#menu-footer_logo_area {
}
#menu-footer_logo_area > li {
}
#menu-footer_logo_area .logo {
  margin-bottom: 40px;
}
#menu-footer_logo_area .logo img {
  width: 100%;
  height: auto;
}
#menu-footer_logo_area .tel a {
  color: #333 !important;
  font-size: 18px;
  font-weight: bold;
  background: url(https://mvsk.jp/wp-content/themes/source_tcd045/img/common/tel_gry.svg) no-repeat left 10px center #F3F3F3;
  background-size: 20px;
  width: 100%;
  height: 50px;
  padding: 0 0 0 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  pointer-events: none;
}
#menu-footer_logo_area .tel span {
  font-weight: normal;
  font-size: 10px;
  margin-top: 3px;
}
#menu-footer_logo_area .btn a {
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  background-color: #50BE98;
  width: 100%;
  height: 50px;
  display: block;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#menu-footer_logo_area .btn a:hover {
  color: #333 !important;
  background-color: #F7E900;
}
@media only screen and (max-width:991px){
  #menu-footer_logo_area .tel,
  #menu-footer_logo_area .btn {
    display: none;
  }
  #menu-footer_logo_area .logo {
    margin-bottom: 0;
  }
}





/* 住所 */
#footer_address { margin:0; text-align:center; }
#footer_address .logo { margin:0 0 20px 0; }
#footer_address .logo a { display:inline-block; }
#footer_address .logo img { display:block; margin:0 auto; }
#footer_address .info { line-height:180%; font-size:0; }
#footer_address li { font-size:12px; display:inline; margin:0 0.5em; }


/* フッター下部 */
#footer_bottom { width:100%; height:60px; padding-bottom:180px }
#footer_bottom_inner { width:calc(100% * 1150 / 1280); max-width:1150px; margin:0 auto; height:60px; position:relative; }
#footer_bottom a { color: initial !important; }


/* 画面最下部追従ボタン */
#btn_sp {
  width: 100%;
  background-color: rgba(0,0,0,0.8);
  padding: 13px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  z-index: 99;
}
#btn_sp > p {
  color: #fff;
  font-weight: bold;
  width: 100%;
  margin: 0 0 10px;
  text-align: center;
}
.tel_sp,
.register {
  width: 320px;
  height: 40px;
  margin: 0 5px;
}
.tel_sp a {
  color: #333;
  background-color: #F3F3F3;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  pointer-events: none;
  border-radius: 100px;
}
.tel_sp a img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  text-decoration: none;
}
.tel_sp a p {
  color: #777;
  font-size: 10px;
  font-weight: 400;
  margin: 0 0 0 5px;
  text-align: center;
  letter-spacing: 0.05rem;
  font-feature-settings: "palt";
  line-height: 1;
  text-decoration: none;
}
.register a {
  color: #fff;
  font-weight: 700;
  background-color: #50BE98;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.05rem;
  font-feature-settings: "palt";
  text-decoration: none;
  position: relative;
  border-radius: 100px;
}
.register a::after {
  font-family: design_plus;
  content: '\e910';
  font-weight: 700;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.register a:hover {
  color: #333 !important;
  background-color: #F7E900;
}
@media only screen and (max-width:1190px) {
  #btn_sp {
    max-width: none;
    width: 100%;
    height: 60px;
    padding: 0;
  }
  #btn_sp > p {
    display: none;
  }
  .tel_sp,
  .register {
    width: 50%;
    height: 100%;
    margin: 0;
  }
  .tel_sp a {
    font-size: 16px;
    flex-direction: column;
    pointer-events: auto;
    border-radius: 0;
  }
  .tel_sp a p {
    font-size: 8px;
    margin: 5px 0 0 0;
  }
  .register a {
    font-size: 14px;
    border-radius: 0;
  }
  .register a::after {
    display: none;
  }
}


/* SNSボタン */
#footer_social_link { position:absolute; left:0px; top:14px; }
#footer_social_link li { float:left; margin:0 5px 0 0; position:relative; }
#footer_social_link li a {
  display:block; text-indent:-200px; overflow:hidden; width:30px; height:30px; position:relative; 
  -webkit-transition-property:none; -moz-transition-property:none; -o-transition-property:none; 
}
#footer_social_link li:before {
  font-family:'design_plus'; color:#333; font-size:17px; display:block; position:absolute; top:10px; left:9px; width:17px; height:17px; line-height:17px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#footer_social_link li.twitter:before { content:'\e904'; }
#footer_social_link li.facebook:before { content:'\e902'; }
#footer_social_link li.insta:before { content:'\ea92'; top:11px; }
#footer_social_link li.rss:before { content:'\e90b'; }
#footer_social_link li.youtube:before { content: ""; background: url(https://mvsk.jp/wp-content/themes/source_tcd045/img/common/youtube.svg); }
#footer_social_link li.twitter:hover:before { color:#16b9dc; }
#footer_social_link li.facebook:hover:before { color:#3B5998; }
#footer_social_link li.insta:hover:before { color:#8a3ab9; }
#footer_social_link li.rss:hover:before { color:#ffcc00; }
#footer_social_link li.youtube:hover:before { background: url(https://mvsk.jp/wp-content/themes/source_tcd045/img/common/youtube_on.svg); }


/* コピーライト */
#copyright { color: initial;font-size: 80%; text-align:center; height:60px; line-height:60px; }


/* ページ上部へ戻るボタン */
#return_top {
  position:fixed; right:20px; bottom:90px; z-index:999;
  -webkit-transform: translate3d(0,120%,0); transform: translate3d(0,120%,0);
  -webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s;
}
#return_top.active { -webkit-transform: translate3d(0px,-20px,0); transform: translate3d(0px,-20px,0); }
#return_top a { display:block; height:60px; width:60px; text-decoration:none; background:#333; border-radius:60px; z-index:100; }
#return_top span { text-indent:100%; white-space:nowrap; overflow:hidden; display:block; }
#return_top a:before {
  font-family:'design_plus'; color:#fff; font-size:18px; display:block; position:absolute; width:23px; height:23px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#return_top a:before { content:'\e911'; top:23px; left:21px; }

/* ローディングアイコン */
#site_loader_overlay {
  position: fixed; background:#fff; background:rgba(255,255,255,1); top:0px; left:0px; bottom:0px; right:0px; z-index: 99999; opacity:1;
}
#site_loader_spinner {
  width:60px; height:60px; border-radius:100%; margin-top:-30px; margin-left:-30px; border:4px solid #ccc; border-top-color:#666; box-sizing:border-box; position:absolute; top:50%; left:50%;
  animation:loading 1.2s linear infinite; -webkit-animation:loading 1.2s linear infinite;
}
@keyframes loading{
  0% { transform:rotate(0deg); }
  100% { transform:rotate(360deg); }
}
@-webkit-keyframes loading{
  0% { -webkit-transform:rotate(0deg); }
  100% { -webkit-transform:rotate(360deg); }
}




/* ----------------------------------------------------------------------
 サイドコンテンツ
---------------------------------------------------------------------- */
/* 基本設定 */
.side_widget { margin:0 0 1rem 0; padding: 20px; position:relative; background-color: #F3F3F3; border-radius: 20px; }
.side_widget:last-child, .side_widget:only-child  { margin:0; }
.side_headline { margin:0 0 20px 0; padding: 5px 0; background-color: #fff; border-radius: 50px; text-align: center;}
/*.side_headline { height:50px; line-height:50px; font-size:14px; margin:0 0 20px 0; background:#333; color:#fff; padding:0 20px; }*/
.side_widget ul { margin:0; }
.side_widget li ul { margin:10px 0 0 0; }
.side_widget li {line-height: 1.5; padding:2px 0; }
.side_widget li:not(:first-of-type) { margin: 10px 0 0; }
.side_widget a { }
.side_widget a:hover { }
.side_widget img { height:auto; max-width:100%; }
.post-type-archive-column .side_widget.widget_recent_entries a,
.single-column .side_widget.widget_recent_entries a {
  font-size: 80%;
}

/* 広告 */
.ml_ad_widget { margin:0 0 1rem 0; border:none; padding:0; background:none; }
.ml_ad_widget img { height:auto; max-width:none; margin:0 auto; display:block; }


/* カレンダー */
.widget_calendar { border:1px solid #ddd; padding:15px; }
.widget_calendar .side_headline { margin:-16px -16px 20px; position:relative; }
#wp-calendar { margin:0 auto; width:100%; font-size:11px; border-collapse:separate; table-layout:fixed; }
#wp-calendar th, #wp-calendar td { color:#333; padding:2px; line-height:3.4; text-align:center; }
#wp-calendar td a { display:block; margin:0; padding:0; text-decoration:none; color:#333; background-color:#eee; }
#wp-calendar td a:hover { text-decoration:none; color:#fff; background:#ccc; }
#wp-calendar caption { padding:7px 0; }
#wp-calendar thead th, #wp-calendar tfoot td { border:none; padding:0; line-height:2; }
#wp-calendar #prev, #wp-calendar #next { line-height:3; }
#wp-calendar #prev a, #wp-calendar #next a { text-decoration:none; background:none; color:#333; }
#wp-calendar #prev a:hover, #wp-calendar #next a:hover { color:#fff; background:#ccc; }
#wp-calendar td#today { font-weight:bold; }


/* デザインされた記事一覧１ */
.styled_post_list1_widget { }
.styled_post_list1 { margin:0; padding:0; }
.styled_post_list1 li { margin:0 0 20px 0; padding:0; background:none; }
.styled_post_list1 li:last-child { border:none; padding:0; margin:0; }
.styled_post_list1 .image { float:left; display:block; margin:0 20px 0 0; overflow:hidden; width:100px; height:100px; position:relative; z-index:2; }
.styled_post_list1 .image img {
  width:100px; height:100px; -webkit-backface-visibility:hidden; backface-visibility:hidden; max-width:none;
  -webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1);
}
.styled_post_list1 .image:hover img {
  -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2);
}
.styled_post_list1 .info { }
.styled_post_list1 .title { font-size:14px; margin:0; padding:0; display:block; font-weight:400; line-height:1.6; }
.styled_post_list1 .title:hover { text-decoration:none; }
.styled_post_list1 .date { margin:0 0 10px 0; position:relative; display:block; line-height:1; color:#888; }


/* タブ記事 */
.tab_post_list_widget .styled_post_list1 li { padding:20px 20px 20px; margin:0; }
.widget_tab_post_list_button a {
  display:inline-block; padding:15px 0; width:50%; text-align:center; border:1px solid #ddd; float:left; margin-bottom:-1px; position:relative; background:#f7f7f7; text-decoration:none;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.widget_tab_post_list_button a.tab1 { border-right:0; }
.widget_tab_post_list_button a.active { background:#fff; border-bottom:1px solid #fff;}
.widget_tab_post_list { border:1px solid #ddd; }
.widget_tab_post_list2 { display:none; }


/* 開閉式カテゴリー一覧 */
.tcdw_category_list_widget { border-bottom:none; }
.tcdw_category_list_widget .side_headline { margin:0; }
.collapse_category_list ul { margin:0; padding:0; }
.collapse_category_list li ul { margin:0; padding:0; }
.collapse_category_list li { margin:0; padding:0; }
.collapse_category_list li li { margin:0; padding:0; }
.collapse_category_list li a {
  border-bottom:1px solid #ddd; display:block; padding:12px 20px; margin:0; text-decoration:none; position:relative; color:#333; overflow:hidden;
  -webkit-transition-property:none; -moz-transition-property:none; -o-transition-property:none; 
}
.collapse_category_list li a .count { float:right; top:0px; position:relative; background:#f2f2f2; padding:0 10px; min-width:15px; text-align:center; font-size:11px; border-radius:2px; }
.collapse_category_list li li a .count { background:#ccc; color:#fff; }
.collapse_category_list li li li a .count { }
.collapse_category_list .parent_category a.active { margin:0; }
.collapse_category_list .children { display:none; margin-top:-4px; }
.collapse_category_list .children a { padding-left:22px; margin:0; background:#f6f6f6; }
.collapse_category_list ul .children a { padding-left:33px; }
.collapse_category_list li a:hover { background:#e2e2e2; }
.collapse_category_list li a:hover .count { background:#000; color:#fff; }


/* 検索 */
.widget_search label { display:none; }
.widget_search #search-box, .widget_search #s, .side_widget.google_search #s { width:calc(100% - 40px); height:40px; margin:0; border:none; background:#fff; padding:0 10px; box-sizing:border-box; }
.widget_search #search-btn input, .widget_search #searchsubmit { border:none; width:40px; height:40px; background:#000 url(img/common/icon_search.png) no-repeat center; cursor:pointer; display:block; float:right; text-indent:-300%; overflow:hidden; }
.side_widget.google_search #searchsubmit { font-family: 'design_plus'; color:#ddd; font-size:18px; border:none; width:40px; height:40px; background:#222; cursor:pointer; display:block; float:right; overflow:hidden; }
.widget_search #search-btn input:hover, .widget_search #searchsubmit:hover, .side_widget.google_search #searchsubmit:hover { background-color:#666; }
.pc .three_column .widget_search #search-box, .pc .three_column .widget_search #s, .pc .three_column .side_widget.google_search #s { width:176px; }


/* アーカイブ、カテゴリードロップダウンメニュー */
/*.widget_archive, .widget_categories, .tcdw_archive_list_widget { background:#fff; padding:17px 17px 15px; }*/
.widget_archive { border:1px solid #ddd; border-bottom:none; padding:17px 0 0; }
.widget_archive ul { margin:0; padding:0; }
.widget_archive ul li { border-bottom:1px solid #ddd; margin:-17px 0 15px; display:block; padding:12px 17px; margin:0; text-decoration:none; position:relative; color:#333; overflow:hidden; -webkit-transition-property:none; -moz-transition-property:none; -o-transition-property:none; }
/*.widget_archive .side_headline, .widget_categories .side_headline, .tcdw_archive_list_widget .side_headline { margin:-17px -17px 15px; position:relative; }*/
.widget_archive .side_headline { margin:-17px 0 0; }
.widget_archive select, .widget_categories select, .tcd_archive_dropdown select { border:1px solid #ddd; padding:12px 10px; width:100%; margin:0; font-size:14px; }
.widget_archive select { border:none; border-bottom:1px solid #ddd; padding:12px; }
.widget_archive label, .widget_categories label { display:none; }
.widget_archive select option, .widget_categories select option, .tcd_archive_dropdown option { background:#fff; color:#333; }
/*.widget_categories li { font-size:14px; }*/

/* デフォルトの最近の記事 */
/*.widget_recent_entries li { border-bottom:1px dotted #ccc; padding:0 0 15px 0; }
.widget_recent_entries li:last-child { border:none; padding:0; }*/


/*ランキング順位表示*/
ul.wpp-list li {
  border-bottom: 1px dashed #77776E;
  position: relative;
  list-style: none;
  margin-bottom: 0;
  padding: 0 0 10px;
}
ul.wpp-list li:last-of-type {
  border-bottom: none;
}
/*記事タイトル*/
ul.wpp-list li a.wpp-post-title {
  display: block;
  text-decoration: none;
  font-size: 80%;
  color: #333;
  margin: 0;
}
ul.wpp-list li a.wpp-post-title:hover {
  color: #50BE98;
  text-decoration: underline;
}
/*アイキャッチ*/
ul.wpp-list li img {
  margin: 0 10px;
}
/*ランキングカウンター*/
ul.wpp-list li:before {
  content: counter(wpp-count);
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background-color: #555;
  border-radius:50%;
  z-index: 1;
}
/*カウント数*/
ul.wpp-list li {
  counter-increment: wpp-count;
}
/*ランキング1〜3の色変更*/
ul.wpp-list li:nth-child(1):before{
  background-color: #EFAF00;
}
ul.wpp-list li:nth-child(2):before{
  background-color: #9EACB4;
}
ul.wpp-list li:nth-child(3):before{
  background-color: #BA6E40;
}

/*最新コラム*/
#npcatch figure {
  margin: 0;
  padding: 0 !important;
}
#npcatch img {
  max-width: none;
  width: 90px;
  height: 60px;
  margin: 0 10px;
}
#npcatch li a {
  display: flex;
}
#npcatch li a:hover {
  color: #50BE98;
  transition-duration: 0.2s;
}
#npcatch li .detail {
  font-size: 80%;
}

/* 制作実績 */
.work_list_widget { overflow:hidden; }
.work_list_widget .side_headline { margin-bottom:5px; }
.work_list_widget ol { position:relative; }
.work_list_widget li { float:left; margin:0 2% 2% 0; padding:0; width:32%; height:32%; overflow:hidden; }
.work_list_widget li:nth-child(3n) { margin-right:0; }
.work_list_widget .image { display:block; }
.work_list_widget .image img { display:block; max-width:initial; width:100%; height:auto; }


/* 制作実績カテゴリ― */
.tcd_work_category .side_headline { margin:0; }
.work_category_list_widget li { height:80px; margin:0 0 -1px 0; padding:0; }
.work_category_list_widget li a {
  display:block; border:1px solid #ddd; width:100%; height:100%; position:relative; padding:10px 10px 10px 15px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.work_category_list_widget li a:first-child { border-top:none; }
.work_category_list_widget li a:hover { background:#eee; }
.work_category_list_widget li .image { display:block; float:left; margin:0 15px 0 0; }
.work_category_list_widget li .image img { width:60px; height:60px; display:block; border-radius:60px; }
.work_category_list_widget li .name {
  display:block; position:absolute; top:50%; left:88px; 
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
  -webkit-transform: translate3d(0,-50%,0); transform: translate3d(0,-50%,0); font-size:14px;
}




/* ----------------------------------------------------------------------
 コメント
---------------------------------------------------------------------- */
/* 基本設定 */
#comments { font-size:12px; margin:0; }
#comment_headline { height:50px; line-height:50px; font-size:14px; margin:0 0 25px 0; padding:0 25px; background:#000; color:#fff; }
#comment_area, #trackback_area { margin:15px 0 20px; padding:0 0 5px 0; }
#trackback_area { display:none; }


/* コメント・トラックバックのタブ */
#comment_header { position:relative; margin:0 0 25px; }
#comment_header ul { margin:0; }
#comment_header ul li { float:left; text-align:center; margin:0; width:50%; }
#comment_header ul li a, #comment_header ul li p { font-size:11px; padding:15px 15px; line-height:1.8; display:block; color:#333; text-decoration:none; border:1px solid #ccc; }
#comment_header ul li a:hover { color:#fff !important; background:#333; }
#comment_header ul li.comment_switch_active a, #comment_header #comment_closed p { color:#fff; position:relative; background:#333; }
#comment_header ul li.comment_switch_active a:after, #comment_header #comment_closed p:after { position:absolute; bottom:-17px; left:195px; content:""; width:0; height:0; border-width:10px; border-style:solid; border-color:#333 transparent transparent transparent; }


/*  コメントの基本部分 */
.commentlist { list-style-type:none; margin:0; padding:0; }
.comment { border:1px solid #ccc; color:#777; margin:0 0 15px; padding:15px 20px 0; background:#fff; }
#comments .post_content { margin:20px 0 0; padding:0; background:none; }
.admin-comment { }


/* コメントの情報部分 */
.comment-meta { position:relative; margin:0 0 10px 0; }

.comment-meta-left { float:left; width:400px; }
#comments .avatar { float:left; margin:0 10px 0 0; background:#fff; width:40px; height:40px; }
.comment-name-date { padding:3px 0 0 0; height:37px; }

a.admin-url { text-decoration:underline; }
a.guest-url { text-decoration:underline; }

.comment-name-date { margin:0; }
.comment-date { font-size:11px; color:#757676; margin:10px 0 0 0; }

.comment-act { background:url(img/common/arrow3.gif) no-repeat left; font-size:11px; position:absolute; right:0px; padding:0 0 0 10px; margin:5px 0 0 0; }
.comment-act li { display:inline; margin:0; }
.comment-reply a, .comment-reply a:visited { border-right:1px solid #aaa; padding:0 10px 0 0; margin:0 6px 0 0; }
.comment-edit a, .comment-edit a:visited { border-left:1px solid #aaa; padding:0 0 0 10px; margin:0 0 0 6px; }


/* コメント本文 */
#comments .post_content p { margin:0 0 15px 0; }
#comments .post_content blockquote span { margin:0 0 -1em 0; display:block; }


/* メッセージ、警告文 */
.comment-note { display:block; font-size:11px; margin:0 0 1em 0; color:#33a8e5; border:1px solid #94ddd4; padding:10px 15px; background:#d6f4f0; }
.comment_closed { border:1px solid #ccc; text-align:center; margin:0 35px 15px 0; padding:15px; background:#fefefe; }
.no_comment { padding-bottom:15px; }


/* トラックバック */
.trackback_time { font-size:11px; color:#757676; margin:0 0 7px 0px; }
.trackback_title { margin:2px 0 8px 0; margin:0 0 10px 0px; line-height:1.6; }

#trackback_url_area { margin:0; }
#trackback_url_area label { display:block; margin:0 0 10px 0; font-size:11px; }
#trackback_url_area input { border:1px solid #ccc; background:#fafafa; padding:10px; width:100%; font-size:11px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }


/* ページナビ */
#comment_pager { margin:0 0 10px; height:24px; }
#comment_pager a, #comment_pager span { display:inline; float:left; margin:0 10px 0 0; }
#comment_pager .current { text-decoration:underline; }


/* コメントフォーム */
.comment_form_wrapper { border:1px solid #ccc; margin:0 0 0px; padding:15px; background:#fff; }
.comment .comment_form_wrapper { margin:0 0 20px; }

#cancel_comment_reply  { background:url(img/common/arrow3.gif) no-repeat left center; margin:0 0 1em 0; padding:0 0 0 10px; }

#comment_user_login p { padding:0 0 0 1px; margin:0; line-height:1; }
#comment_user_login span { margin:0 0 0 40px; }

#comment_login { margin:0; padding:3px 30px 10px 30px; }
#comment_login p { margin:0; padding:12px 0 11px 36px; line-height:1; }
#comment_login a { margin:0 0 0 20px; padding:0 0 0 20px; background:url(img/common/arrow3.gif) no-repeat 10px 3px; }

#guest_info { padding:0; width:100%; }
#guest_info div { margin:0 0 12px 0; text-align:left; }
#guest_info input { margin:0; padding:5px 0; border:1px solid #ccc; width:100%; background:#fff; color:#777; }
#guest_info input:focus { border:1px solid #e48898; }
#guest_info label { display:block; margin:0 0 5px 0; padding:0 0 0 0; font-size:11px; color:#888;}
#guest_info span { color:#666; margin:0 10px 0 0; }

#comment_textarea textarea { margin:15px 0 0; width:100%; height:150px; border:1px solid #ccc;
                             background:#fff; color:#777; font-size:11px; overflow:auto; }
#comment_textarea textarea:focus { border:1px solid #e48898; }

#submit_comment_wrapper { text-align:center; }
#submit_comment { 
  background:#aaa; border:none; cursor:pointer; color:#fff; font-size:14px; width:200px; height:50px; margin:15px auto 0; display:block;
  -webkit-transition: background-color 200ms ease-in-out; -moz-transition: background-color 200ms ease-in-out; -o-transition: background-color 200ms ease-in-out; -ms-transition: background-color 200ms ease-in-out; transition: background-color 200ms ease-in-out;
}
#submit_comment:hover { background:#e48898; }

#input_hidden_field { display:none; }


/* パスワード保護 */
.password_protected { text-align:center; margin:0 38px 30px; padding:10px 20px; color:#fff; background:#3db4b2; border-radius:5px; }
.password_protected p { font-size:12px; margin:0; line-height:1.6; }




/* ----------------------------------------------------------------------
 WordPress プリセットスタイル
---------------------------------------------------------------------- */
/* alignment */
.post_content .alignright { float:right; }
.post_content .alignleft { float:left; }
.post_content .aligncenter { display:block; margin-left:auto; margin-right:auto; margin-bottom:7px; }
.post_content blockquote.alignleft, .post_content img.alignleft { margin:7px 24px 7px 0; }
.post_content .wp-caption.alignleft { margin:7px 14px 7px 0; }
.post_content blockquote.alignright, .post_content img.alignright { margin:7px 0 7px 24px; }
.post_content .wp-caption.alignright { margin:7px 0 7px 14px; }
.post_content blockquote.aligncenter, .post_content img.aligncenter, .post_content .wp-caption.aligncenter { margin-top:7px; margin-bottom:7px; }


/* text and headline
.post_content p { line-height:2; margin:0 0 2em 0; }
.post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6 { clear:both; line-height:1.4; font-weight:400; margin:0 0 10px 0; padding:10px 0 0 0; }
.post_content h1 { font-size:150%; }
.post_content h2 { font-size:140%; }
.post_content h3 { font-size:130%; }
.post_content h4 { font-size:120%; }
.post_content h5 { font-size:110%; }
.post_content h6 { font-size:100%; } */


/* image */
.post_content img[class*="align"], .post_content img[class*="wp-image-"], .post_content img[class*="attachment-"], .post_content img.size-full, .post_content img.size-large, .post_content .wp-post-image, .post_content img
 { height:auto; max-width:100%; }


/* list */
/*.post_content li, .post_content dt, .post_content dd { line-height:2; }
.post_content ul, .post_content ol, .post_content dl { margin-bottom:24px; }
.post_content ol { list-style:decimal outside none; margin-left:1.5em; }
.post_content ul { list-style:circle outside none; margin-left:1.3em; }
.post_content li > ul, .post_content li > ol { margin-bottom:0; }
.post_content dt { font-weight:bold; }
.post_content dd { margin-bottom:1em; }*/


/* table */
.post_content table { margin:0 0 24px 0; width:100%; }
.post_content td, .post_content th { border:1px solid #bbb; padding:15px; line-height:1.6; background:#fff; }
.post_content th { background:#eee; font-weight:normal; }
/* table style */
.post_content table.table_no_border th, .post_content table.table_no_border td { border:none; padding-left:0; }
.post_content table.table_border_horizontal th, .post_content table.table_border_horizontal td { border-left:none; border-right:none; padding-left:0; }

@media only screen and (max-width: 767px) {
.post_content td, .post_content th { padding:10px; }
}

/* block quote */
.post_content blockquote { margin:0 0 25px 0; padding:27px 30px 0; border:1px solid #ccc; box-shadow:0px 4px 0px 0px #f2f2f2; position:relative; }
.post_content blockquote:before { content: '"'; font-style:italic; font-size:30px; font-weight:normal; line-height:40px; width:30px; height:30px; position:absolute; top:5px; left:10px; color:#5cbcd7; }
.post_content blockquote:after { content: '"'; font-style:italic; font-size:30px; font-weight:normal; text-align:left; line-height:60px; width:30px; height:30px; position:absolute; bottom:7px; right:-2px; color:#5cbcd7; }
.post_content blockquote cite { border-top:1px dotted #aaa; display:block; padding:20px 0 0 0; font-style:italic; text-align:right; font-size:90%; }


/* captions */
.post_content .wp-caption { margin-bottom:24px; background:#fff; border:1px solid #ccc; padding:5px; max-width:100%; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.post_content .wp-caption-text { text-align:center; font-size:12px; font-style:italic; line-height:1.5; margin:9px auto; }
.post_content .wp-caption img[class*="wp-image-"] { display:block; margin:0 auto; }


/* gallery */
.gallery { margin-bottom:20px; }
.gallery a img { border: 0 !important; }
.gallery-item { float:left; margin:0 4px 4px 0; overflow:hidden; position:relative; }
.gallery-columns-1 .gallery-item { max-width:100%; }
.gallery-columns-2 .gallery-item { max-width:48%; max-width:-webkit-calc(50% - 4px); max-width:calc(50% - 4px); }
.gallery-columns-3 .gallery-item { max-width:32%; max-width:-webkit-calc(33.3% - 4px); max-width:calc(33.3% - 4px); }
.gallery-columns-4 .gallery-item { max-width:23%; max-width:-webkit-calc(25% - 4px); max-width:calc(25% - 4px); }
.gallery-columns-5 .gallery-item { max-width:19%; max-width:-webkit-calc(20% - 4px); max-width:calc(20% - 4px); }
.gallery-columns-6 .gallery-item { max-width:15%; max-width:-webkit-calc(16.7% - 4px); max-width:calc(16.7% - 4px); }
.gallery-columns-7 .gallery-item { max-width:13%; max-width:-webkit-calc(14.28% - 4px);	max-width:calc(14.28% - 4px); }
.gallery-columns-8 .gallery-item { max-width:11%; max-width:-webkit-calc(12.5% - 4px); max-width:calc(12.5% - 4px); }
.gallery-columns-9 .gallery-item { max-width: 9%; max-width:-webkit-calc(11.1% - 4px); max-width:calc(11.1% - 4px); }
.gallery-columns-10 .gallery-item { max-width: 7%; max-width:-webkit-calc(9.4% - 0px); max-width:calc(9.4% - 0px); }
.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n), .gallery-columns-10 .gallery-item:nth-of-type(10n) { margin-right:0; }
.gallery-caption { background-color:rgba(0, 0, 0, 0.7);	-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; color:#fff; font-size:12px; line-height:1.5; margin:0; max-height:50%; opacity:0; padding:6px 8px; position:absolute; bottom:0; left:0; text-align:left; width:100%; }
.gallery-caption:before { content: ""; height:100%; min-height:49px; position:absolute; top:0; left:0; width:100%; }
.gallery-item:hover .gallery-caption { opacity: 1; }
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption, .gallery-columns-10 .gallery-caption { display: none; }


/* etc */
.post_content .wp-smiley { border:0; margin-bottom:0; margin-top:0; padding:0; }
.post_content address { margin:0 0 24px 0; line-height:2.2; }
.post_content pre { border-left:5px solid #7fc120; font-size:12px; margin:0 0 27px 0; line-height:25px; background:url(img/common/pre.gif) repeat left top; padding:0 17px; overflow:auto; }
.post_content .sticky { }
.post_content .mejs-container { margin: 12px 0 25px; }


/* ----------------------------------------------------------------------
 アニメーション動画制作・映像制作のムビサクとは？
---------------------------------------------------------------------- */
#foot_area {
  width: 100%;
  max-width: 1150px;
  display: flex;
  flex-flow: row wrap;
}
#foot_area .image {
  width: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#foot_area .image img {
  border-radius: 50%;
}
#foot_area .text {
  width: calc(100% - 270px);
}
#foot_area .text p {
  font-size: 13px;
  margin: 0;
  line-height: 1.75;
}
#foot_area .catch {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 10px 0;
  padding: 0;
}
@media only screen and (max-width:767px){
#foot_area .image {
  width: 100%;
  margin-bottom: 20px;
}
#foot_area .image img {
  width: 46%;
  max-width: 160px;
}
#foot_area .text {
  width: 100%;
}
}

/* ----------------------------------------------------------------------
 デスクトップ・スマホ表示切り替え
---------------------------------------------------------------------- */
.is--pc {
  display: block;
}
.is--sp {
  display: none;
}

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

/* ----------------------------------------------------------------------
 パーツ
---------------------------------------------------------------------- */

.case_list {
  margin: 0 auto !important;
  display: flex;
  flex-flow: row wrap;
  list-style: none !important;
}
.case_list li {
  width: calc(100% / 5 - 30px);
  /*max-width: 160px;*/
  margin-top: 50px;
  margin-right: 15px;
  margin-left: 15px;
}
.case_list li:nth-of-type(n+7) {
/*  margin-top: 50px;*/
}
.case_list li a {
  color: #333;
  text-decoration: none;
}
.case_list li a:hover {
  text-decoration: none;
}
.case_list li a img {
  border: 1px solid #ddd;
  box-shadow: 0px 0px 16px -10px rgb(0 0 0 / 50%);
}
.case_list li a img:hover {
  border: 1px solid #50BE98;
}
.case_list li img {
  margin: 0 auto 20px;
  border-radius: 50%;
  display: block;
}
.case_list_ttl {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  font-feature-settings: "palt";
}

@media only screen and (max-width:767px){
  .case_list {
    justify-content: space-between;
  }
  .case_list li {
    width: 46%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .case_list li:nth-of-type(n+3),
  .case_list li:nth-of-type(n+6) {
    margin-top: 35px;
  }
  .case_list_ttl {
  }
}

.case_list02 {
  margin: 0 auto !important;
  display: flex;
  flex-flow: row wrap;
  list-style: none !important;
}
.case_list02 li {
  width: calc(100% / 5 - 10px);
  margin-right: 5px;
  margin-left: 5px;
}
.case_list02 li:nth-of-type(n+6) {
  margin-top: 15px;
}
.case_list02 li a {
  color: #333;
  text-decoration: none;
  background-color: #fff;
  padding: 5px 15px 5px 0px;
  border-radius: 100px;
  display: block;
  overflow: hidden;
  border: 1px solid #ccc;
}
.case_list02 li a .type-category {
  display: flex;
  align-items: center;
}
.case_list02 li a:hover {
  color: #50BE98;
  text-decoration: none;
  border-color: #50BE98;
}
.case_list02 li a img {
  width: 50px;
  height: 50px;
  margin-right: 5px;
}
.case_list_ttl {
  text-align: center;
}
.case_list02 .case_list_ttl {
  text-align: left;
}
@media only screen and (max-width:767px){
  .case_list02 {
    justify-content: space-between;
  }
  .case_list02 li {
    width: 49%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .case_list02 li:nth-of-type(n+3),
  .case_list02 li:nth-of-type(n+6) {
    margin-top: 10px;
  }
  .case_list02 li a {
    padding-right: 10px;
  }
  .case_list02 li a img {
    width: 40px;
    height: 40px;
  }
  .case_list02 .case_list_ttl {
    font-size: 12px;
  }
}


.content_inner {
  margin: 0 auto 100px;
}
section:last-of-type .content_inner {
  margin-bottom: 0 !important;
}
.single-interview section:last-of-type .content_inner,
.single-works section:last-of-type .content_inner {
  margin-bottom: 100px;
}
.link_anchor {
  width: 100%;
  margin-top: 100px;
  display: flex;
  justify-content: space-around;
  list-style: none;
}
.link_anchor li {
  width: 20%;
  text-align: center;
  margin-right: 5px;
  margin-left: 5px;
}
.link_anchor li a {
  color: #fff;
  background-color: #333;
  width: 100%;
  height: 100%;
  padding: 10px;
  border-radius: 50px;
  display: block;
}
.link_anchor li a:hover {
  color: #333;
  background-color: #F7E900;
  text-decoration: none;
}
.headline02,
.titleBar {
  margin: 0 0 40px 0;
  padding: 0;
  font-size: 42px;
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: .05rem;
}
.titleBar {
  font-size: 36px;
  margin-bottom: 20px;
  text-align: left;
  display: flex;
}
.titleBar:not(:first-of-type) {
  margin-top: 2rem;
}
.titleBar > span {
  margin-right: 10px;
}
.headline03 {
  margin: 30px 0;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: .05rem;
}
.headline04 {
  margin: 20px 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: .05rem;
}
.headline05 {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin: 40px 0 20px;
  padding: 5px 20px 5px;
  line-height: 1.5;
  border-left: 2px solid #000;
}
@media only screen and (max-width: 767px) {
  .content_inner {
    margin: 0 auto 40px;
  }
  section:last-of-type .content_inner {
    margin-bottom: 0;
  }
  .single-interview section:last-of-type .content_inner,
  .single-works section:last-of-type .content_inner {
    margin-bottom: 40px;
  }
  .link_anchor {
    margin-top: 40px;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .link_anchor li {
    width: 49%;
    margin-right: 0;
    margin-left: 0;
  }
  .link_anchor li:nth-of-type(n+3) {
    margin-top: 8px;
  }
  .headline02 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .titleBar {
    font-size: 20px;
  }
  .headline03 {
    font-size: 20px;
  }
  .headline05 {
    font-size: 18px;
    padding: 5px 10px;
  }
}

.tbl_col2 th {
  width: 30%;
}
.tbl_col2 td {
  width: 70%;
}
.tbl_col4 th {
}
.tbl_col4 td {
}
.flexarea {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.flexarea .box {
  width: 48%;
}
.access_map {
  width: 100%;
  height: 360px;
  border: 1px solid #333333;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .flexarea .box {
    width: 100%;
  }
  .access_map {
    height: 160px;
    margin-bottom: 20px;
  }
}

.staff {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.staff li {
  width: calc((100% - 70px) /3);
  padding: 40px;
  border: 1px solid #333333;
  border-radius: 20px;
}
.staff li .img {
  width: 100%;
  max-width: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.staff li .img img {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  border-radius: 50%;
  overflow: hidden;
}
.staff li .name {
  width: calc(100% - 120px);
  line-height: 1;
  text-align: center;
}
.staff li .name span {
  font-size: 80%;
  margin-top: 10px;
  display: block;
}
.staff li .text p {
  font-size: 14px;
  line-height: 1.75;
}
@media only screen and (max-width:991px){
  .staff li {
    width: 100%;
  }
  .staff li:not(:first-of-type) {
    margin-top: 20px;
  }
}
@media only screen and (max-width:767px){
  .staff li {
    padding: 28px 20px;
  }
}

#main_col #work_list_wrap {
  width: 100%;
}
#main_col .work_list {
  margin-left: 0;
  margin-bottom: 40px;
}
@media only screen and (max-width:767px){
  #main_col #work_list_wrap {
    padding: 0;
  }
}

.flow,
.flow_creator {
  display: flex;
  flex-wrap: wrap;
}
.flow li,
.flow_creator > li {
  background-color: #fff;
  width: calc((100% - 105px) /4);
  margin-right: 35px;
  padding: 20px;
  position: relative;
  border-radius: 20px;
}
.flow_creator > li {
  width: calc((100% - 70px) /3);
  padding: 40px;
}
.flow li > a {
  color: inherit;
}
.flow li:after,
.flow_creator > li:after {
  border-left: 28px solid #fff;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  content: "";
  position: absolute;
  right: -28px;
  top: 50%;
  margin-top: -28px;
}
.flow li:last-of-type,
.flow li:nth-of-type(4) {
  margin-right: 0;
}
.flow_creator > i:last-of-type,
.flow_creator > li:nth-of-type(3) {
  margin-right: 0;
}
.flow li:last-of-type:after,
.flow li:nth-of-type(4):after {
  border: none;
}
.flow_creator > li:last-of-type:after,
.flow_creator > li:nth-of-type(3):after {
  border: none;
}
.flow li:nth-of-type(n+5),
.flow_creator > li:nth-of-type(n+4) {
  margin-top: 35px;
}
.flow li img,
.flow_creator > li img {
  margin: 0 auto;
  display: block;
}
.flow li .ttl,
.flow_creator > li .ttl {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 15px;
  text-align: center;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: .05rem;
}
.flow li p,
.flow_creator > li p {
  line-height: 1.75;
}
.flow_num {
  color: #fff;
  font-size: 140%;
  font-weight: 700;
  background-color: #f7e900;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: -1rem;
  left: 50%;
  margin-left: -20px;
}
@media only screen and (max-width:767px){
  .flow li,
  .flow_creator > li {
    width: 100%;
    margin-right: 0;
  }
  .flow_creator > li {
    padding: 20px;
  }
  .flow li:not(:first-of-type),
  .flow_creator > li:not(:first-of-type) {
    margin-top: 60px;
  }
  .flow li:after,
  .flow li:nth-of-type(4):after,
  .flow_creator > li:after,
  .flow_creator > li:nth-of-type(3):after {
    border-top: 28px solid #fff;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-bottom: none;
    content: "";
    position: absolute;
    top: auto;
    bottom: -28px;
    left: 50%;
    right: auto;
    margin-top: 0;
    margin-left: -28px;
  }
  .flow li .ttl,
  .flow_creator > li .ttl {
    font-size: 20px;
    margin: 0 0 10px;
  }
}

.box_col2,
.box_col3 {
  display: flex;
  flex-flow: row wrap;
}
.box_col4 {
  width: 100%;
  display: grid;
  display: -ms-grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-template-rows:auto auto;
  -ms-grid-columns: repeat(auto-fit, minmax(250px, 1fr));
  -ms-grid-rows: auto auto;
}
.box_col1 > li {
  background-color: #fff;
  padding: 40px;
  border: 1px solid #333333;
  border-radius: 20px;
  display: flex;
  flex-flow: row wrap;
}
.box_col1 > li:not(:first-of-type) {
  margin-top: 20px;
}
.box_col1 > li > .box:first-of-type {
  width: 40%;
  padding-right: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.box_col1 > li > .box:nth-of-type(2) {
  width: 60%;
}
.box_col1 > li > .box > .headline03 {
  font-size: 32px;
  line-height: 1.6;
}
.box100 {
  width: 100%;
}
.box_col2 {
  justify-content: space-between;
}
.box_col3 {
  justify-content: center;
}
.box_col2 li {
  background-color: #fff;
  width: calc((100% - 35px) /2);
  padding: 40px;
  border: 1px solid #333333;
  border-radius: 20px;
}
.box_col2 li:nth-of-type(n+3) {
  margin-top: 35px;
}
.box_col2 li img {
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width:767px){
  .box_col1 > li,
  .box_col2 li {
    width: 100%;
    padding: 20px;
  }
  .box_col1 > li > .box,
  .box_col1 > li > .box:first-of-type,
  .box_col1 > li > .box:nth-of-type(2) {
    width: 100%;
  }
  .box_col1 > li > .box:first-of-type {
    padding: 0;
  }
  .box_col1 > li > .box > .headline03 {
    font-size: 20px;
  }
  .box_col2 li:not(:first-of-type),
  .box_col2 li:nth-of-type(n+3) {
    margin-top: 20px;
  }
}
.box_col3 li {
  background-color: #fff;
  width: calc((100% - 35px * 2) /3);
  margin-right: 35px;
  padding: 40px;
  border: 1px solid #333333;
  border-radius: 20px;
  position: relative;
}
.box_col4 li {
  background-color: #F3F3F3;
  padding: 30px 20px 20px;
  border-radius: 20px;
}
#category .box_col4 li {
  padding: 0;
}
#category .box_col4 li a {
  color: #333;
  width: 100%;
  height: 100%;
  padding: 30px 20px 80px;
  text-decoration: none;
  display: block;
  border-radius: 20px;
  position: relative;
}
#category .box_col4 li a:hover {
  background-color: #F7E900;
  text-decoration: none;
}
#category .box_col4 li a .read_more {
  color: #fff;
  background-color: #333;
  width: 160px;
  padding: 10px 0;
  text-align: center;
  border-radius: 50px;
  box-shadow: 0px 0px 16px -6px rgb(0 0 0 / 50%);
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#category .box_col4 li a:hover .read_more {
  color: #333;
  background-color: #F7E900;
  border: 1px solid #333;
  box-shadow: none;
}
#recruitment .box_col4 li {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #333333;
}
.box_col3 li:nth-of-type(3n),
.box_col3 li:last-of-type {
  margin-right: 0;
}
.box_col3 li:nth-of-type(n+4) {
  margin-top: 35px;
}
.box_col3 li img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: block;
}
#problem .box_col3 li img {
  max-width: 100%;
  height: auto;
  overflow: auto;
  border-radius: 0;
}
.box_col4 li img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}
.box_col3 li p,
.box_col4 li p {
  line-height: 1.75;
}
#problem .box_col3 li .headline03 {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 0;
  padding: 0;
  text-align: center;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: .05rem;
}
#problem .box_col3 li p {
  margin-top: 20px;
}
@media only screen and (max-width:991px){
  .box_col3 li {
    width: 100%;
    margin-right: 0;
    padding: 28px 20px 20px;
  }
  .box_col3 li:not(:first-of-type) {
    margin-top: 20px;
  }
  .box_col3 li .headline03 {
    margin: 20px 0;
  }
  .box_col3 li img {
    width: 140px;
    height: 140px;
  }
  #recruitment .box_col4 li {
    padding: 0;
  }
}

.merit_area {
}
.merit_area .box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.merit_area .box:nth-of-type(even) {
  flex-direction: row-reverse;
}
.merit_area .box:not(:first-of-type) {
  margin-top: 80px;
}
.merit_area .box .img,
.merit_area .box .text {
  width: 48%;
}
.merit_area .box .img {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 360px;
  border: 1px solid #333;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.img_overflow > .box > .img {
  overflow: hidden;
}
.merit_img01 {
  background-image: url(https://mvsk.jp/wp-content/uploads/2022/06/img01.jpg) ;
}
.merit_img02 {
  background-image: url(https://mvsk.jp/wp-content/uploads/2022/06/img02.jpg);
}
.merit_img03 {
  background-image: url(https://mvsk.jp/wp-content/uploads/2022/06/img03.jpg);
}
.merit_img04 {
  background-image: url(https://mvsk.jp/wp-content/uploads/2022/07/img04.jpg);
}
.merit_img05 {
  background-image: url(https://mvsk.jp/wp-content/uploads/2022/07/img05.jpg);
}
.merit_img06 {
  background-image: url(https://mvsk.jp/wp-content/uploads/2022/07/img06.jpg);
}
.merit_img07 {
  background-image: url(https://mvsk.jp/wp-content/uploads/2024/01/img11.jpg);
}
.merit_img08 {
  background-image: url(https://mvsk.jp/wp-content/uploads/2024/01/img12.jpg);
}
.merit_img09 {
  background-image: url(https://mvsk.jp/wp-content/uploads/2024/01/img13.jpg);
}
.merit_area .box .text {
}
.merit_area .box .ttl {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 20px;
  text-align: center;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: .15rem;
}
@media only screen and (max-width:767px){
  .merit_area {
    margin-bottom: 40px;
  }
  .merit_area .box .img,
  .merit_area .box .text {
    width: 100%;
    padding: 0;
  }
  .merit_area .box:not(:first-of-type) {
    margin-top: 60px;
  }
  .merit_area .box .img {
    min-height: 160px;
  }
  .merit_area .box .ttl {
    font-size: 20px;
    margin: 20px 10px 10px;
  }
}

.message {
  font-size: 34px;
  font-weight: bold;
  line-height: 2;
  font-feature-settings: "palt";
  letter-spacing: .1rem;
  display: inline-block;
}
.message span {
  font-size: 14px;
  margin-top: 35px;
  padding: 3px 0;
  display: block;
  border-top: 1px solid #888;
}
@media only screen and (max-width:991px){
  .message {
    font-size: 24px;
    margin-bottom: 20px;
    display: block;
  }
  .message span {
    font-size: 12px;
    margin-top: 20px;
  }
}
@media only screen and (max-width:374px){
  .message br {
    display: none;
  }
}

a.anchor {
  display: block;
  padding-top: 200px;
  margin-top: -200px;
}
@media only screen and (max-width:767px){
a.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
}

.price_ttl {
  font-size: 34px;
  margin-bottom: 35px;
  font-feature-settings: "palt";
  letter-spacing: .05rem;
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.price_ttl span {
  font-size: 12px;
  background-color: #fff;
  width: fit-content;
  margin-right: 20px;
  padding: 5px 10px;
  border-radius: 50px;
  border: 1px solid #333;
  text-align: center;
  font-feature-settings: "palt";
}
.price_plan {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.price_plan li {
  background-color: #fff;
  width: calc((100% - 35px) / 3);
  border: 1px solid #333333;
  border-radius: 20px;
  overflow: hidden;
}
.price_plan .trial {
  background-color: #F7E900;
  width: 100%;
  max-width: 920px;
  margin: 35px auto 0;
  padding: 40px;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 300px;
}
.price_plan .trial .box {
  width: 70%;
}
.price_plan .trial img {
  width: 240px;
  border-radius: 50%;
  margin: 0 auto;
}
.price_plan .trial p {
  font-weight: bold;
  padding-bottom: 0;
  text-align: center;
}
.price_plan li .ttl {
  font-size: 130%;
  font-weight: bold;
  background-color: #F7E900;
  width: 100%;
  padding: 10px 0;
  line-height: 1.5;
  text-align: center;
}
.price_plan .trial .ttl {
  font-size: 180%;
  padding: 0;
}
.price_plan li .price {
  font-size: 28px;
  font-weight: bold;
  padding: 35px 0 0;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: .05rem;
  vertical-align: baseline;
}
.price_plan_no_img li .price {
  min-height: 120px;
  padding-bottom: 35px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.price_plan .trial .price {
  font-size: 42px;
  padding: 40px 0;
}
.price_plan li .price span {
  color: #00a56c;
  font-size: 160%;
}
.price_plan li p {
  padding: 0 40px 40px;
}
.price_plan li img {
  display: block;
  margin: 0 auto;
}
.tbl_price {
  margin-bottom: 10px !important;
}
.tbl_price th {
  font-weight: bold;
  background-color: #F7E900;
  table-layout: fixed;
  vertical-align: middle !important;
  text-align: center;
}
.tbl_price td {
  text-align: center;
  vertical-align: middle !important;
}
@media only screen and (max-width:767px){
  .price_ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .price_ttl span {
    font-size: 10px;
    margin-right: 10px;
  }
  .price_plan li {
    width: 100%;
  }
  .price_plan li:not(:first-of-type) {
    margin-top: 20px;
  }
  .price_plan li .price {
    font-size: 20px;
    padding: 20px 0 0;
  }
  .price_plan_no_img li .price {
    min-height: auto;
    padding-bottom: 20px;
    display: block;
  }
  .price_plan li p {
    padding: 0 20px 20px;
  }
  .tbl_price th {
    font-size: 100%;
  }
  .scroll-box {
  overflow-x: auto;
  padding-bottom: 1rem;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  }
  .price_plan li .box,
  .price_plan li:last-of-type p {
    width: 100%;
    margin: 0;
  }
  .price_plan .trial {
    width: 100%;
    margin-top: 60px !important;
    padding: 20px;
    border-radius: 20px;
    flex-flow: row wrap;
    position: relative;
    overflow: visible;
  }
  .price_plan .trial .box {
    width: 100%;
  }
  .price_plan .trial img {
    width: 160px;
    margin: -60px auto 20px;
    position: relative;
    border: 10px solid #F7E900;
  }
  .price_plan .trial .ttl {
    font-size: 130%;
  }
  .price_plan .trial .price {
    font-size: 30px;
    padding: 20px 0;
  }
  .price_plan .trial p {
    padding: 0;
    text-align: left;
  }
}

#faq {
  width: 100%;
  max-width: 800px;
  margin: 60px auto 0;
}

.faq {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.single-column .faq {
  margin-top: 40px;
}
.faq dt {
  font-size: 110%;
  font-weight: bold;
  background-color: #fffadf;
  padding: 20px;
  line-height: 1.5;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  display: flex;
}
.faq dt:before {
  content: "Q";
  display: block;
  font-size: 140%;
  margin-right: 10px;
  line-height: 1;
}
.faq dt:not(:first-of-type) {
  margin-top: 20px;
}
.faq dd {
  background-color: #fff;
  padding: 20px;
  line-height: 2;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
  border-radius: 0 0 20px 20px;
}

.link_text {
  color: #3bcf93;
  font-weight: bold;
  margin-top: 20px;
  display: flex;
  line-height: 1.5;
}
.link_text:before {
  font-family: 'design_plus';
  content: '\e910';
  display: inline-block;
  font-size: 90%;
  font-weight: bold;
  padding-right: 2px;
  padding-top: 1px;
}

.cate_icon {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border-radius: 50%;
  float: left;
  display: inline-block;
  overflow: hidden;
}
.page #work_header .cate_icon {
  display: none;
}
.cate_icon img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width:767px){
  .cate_icon {
  }
}

.logo_list,
.logo_list_form {
  display: grid;
}
.logo_list {
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
}
.logo_list_form {
  margin-top: 10px;
  grid-template-columns: repeat(4, 1fr);
}
.logo_list > li {
  background-color: #fff;
  height: 60px;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo_list_form > li {
  background-color: #fff;
  height: 50px;
  padding: 10px 30px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo_list > li > img,
.logo_list_form > li > img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
@media only screen and (max-width:767px){
  .logo_list,
  .logo_list_form {
    grid-template-columns: repeat(3, 1fr);
  }
  .logo_list {
    gap: 5px;
  }
  .logo_list > li {
    height: 60px;
    padding: 10px 15px;
  }
  .logo_list_form > li {
    height: 40px;
    padding: 10px 20px; 
  }
}

/*.home .logo_slider {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
}
.home .logo_list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: nowrap;
  animation-duration: 50s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.home .logo_list li {
  width: 140px;
  flex: 0 0 auto;
}
.home .logo_list img {
  vertical-align: middle;
}
.home .logo_list.rightward {
  animation-name: scroll-right;
}
.home .logo_list.leftward {
  animation-name: scroll-left;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(50%);
  }
}
@media only screen and (max-width:767px){
  .home .logo_list {
    animation-duration: 15s;
  }
}
*/


/* ----------------------------------------------------------------------
 コラム
---------------------------------------------------------------------- */
#column_area {
  display: flex;
  flex-flow: row wrap;
}
#column_area > .post-wrap {
  width: calc((100% - 40px) / 2);
}
#column_area > .post-wrap:not(:nth-of-type(2n)) {
  margin-right: 40px;
}
#column_area > .post-wrap:nth-of-type(n+3) {
  margin-top: 40px;
}
#column_area > .post-wrap .rela_thumb {
  border-radius: 20px;
  border: 1px solid #333;
  overflow: hidden;
  line-height: 0;
}
#column_area > .post-wrap .rela_thumb > img {
  width: 100%;
}
#column_area > .post-wrap > .link_box {
  cursor: pointer;
}
#column_area > .post-wrap > .link_box > .rela_thumb > img {
  transition: all 0.35s ease-in-out;
}
#column_area > .post-wrap > .link_box:hover > .rela_thumb > img {
  transform: scale(1.2);
}
.column-title {
  font-size: 120%;
  margin-top: 1rem;
  line-height: 1.5;
}
#column_area .rela_text {
  position: relative;
}
#column_area .rela_text .post-date {
  font-size: 80%;
  margin-top: 1rem;
}
#column_area .rela_text .post-date > span:not(:last-of-type) {
  margin-right: 10px;
}
#column_area .rela_text .post-date > .post-date-write:before,
#column_area .rela_text .post-date > .post-date-modified:before {
  font-size: 90%;
  display: inline-block;
  margin-right: 5px;
}
#column_area .rela_text .post-date > .post-date-write:before {
  /*content: "公開";*/
}
#column_area .rela_text .post-date > .post-date-modified:before {
  /*content: "最終更新";*/
}
#column_area .rela_text .post-date > .post-date-write > time,
#column_area .rela_text .post-date > .post-date-modified > time {
  margin-left: 5px;
}
.column-excerpt {
  margin-top: 10px;
  line-height: 1.75;
}
.column_cate {
  margin-top: 10px;
}
.column_cate > a {
  font-size: 80%;
  background-color: #fff;
  padding: 5px;
  border-radius: 50px;
  border: 1px solid #333;
  display: inline-block;
}
.column_cate > a:hover {
  background-color: #F7E900;
  text-decoration: none;
}
.column_cate > a:not(:first-of-type) {
  margin-left: 5px;
}
@media only screen and (max-width:767px){
  #column_area > .post-wrap {
    width: 100%;
    margin-top: 40px;
  }
  #column_area > .post-wrap:first-of-type {
    margin-top: 0;
  }
  #column_area > .post-wrap:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  #column_area > .post-wrap:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
}

.single-column #column_area {
  display: block;
}
.column_header {
}
.column_header > .title {
  font-size: 32px;
  margin-bottom: 1rem;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: .15rem;
}
.column_eyecatch {
  margin: 1rem 0;
  padding: 0;
  border-radius: 20px;
  border: 1px solid #333;
  overflow: hidden;
  line-height: 0;
}
.column_eyecatch > img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width:767px){
  .column_header > .title {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: .05rem;
  }
}
.style2a {
}
.style3a {
}
.column_btn_area {
  margin: 30px 0;
  text-align: center;
}
.text_link {
}
.column_ul {
  margin-top: 20px;
  padding: 20px;
  border:1px solid #bbb;
  border-radius: 5px;
  list-style: disc;
}
.column_ul > li {
  margin-left: 20px;
  line-height: 1.5;
}
.column_ul > li:not(:first-of-type) {
  padding: 10px 0 0;
}
.column_ul_cont {
  padding-top: 50px;
  position: relative;
  overflow: hidden;
}
.column_ul_cont::before {
  font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif, design_plus;
  content: '\e940' " この記事でわかること";
  font-size: 90%;
  font-weight: 700;
  background-color: #fffadf;
  padding: 10px 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-weight: bold;
  text-align: center;
}
.column_tbl {
  margin: 20px 0 !important;
  table-layout: fixed;
  word-break: break-all;
}
.column_tbl_video {
  width: 100%;
}
.column_tbl_video > iframe {
  width: 100%;
  height: auto;
}
.marker {
  background:linear-gradient(transparent 40%, #fff4b7 40%);
}
.internal {
  width: 80%;
  margin: 20px auto 0;
}
.internal > a {
  padding: 20px;
  border:1px solid #333;
  border-radius: 5px;
  display: flex;
}
.internal > a:hover {
  background-color: #F7E900;
  border:1px solid #F7E900;
  text-decoration: none;
}
.internal_thumb {
  width: 20%;
  line-height: 0;
  border: 1px solid #333;
}
.internal_title {
  color: #333;
  width: 80%;
  padding-left: 20px;
  line-height: 1.6;
}
@media only screen and (max-width:767px){
  .internal {
    width: 100%;
  }
  .internal > a {
    padding: 10px;
  }
  .internal_thumb {
    width: 30%;
  }
  .internal_title {
    width: 70%;
  }
}
.column_video,
.column_platform_vimeo {
  max-width: 560px;
  width: 100%;
  margin: 40px auto;
}
.column_video > iframe,
.column_platform_vimeo > iframe {
  width: 100% !important;
}
.column_video_tate {
  height: 400px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.column_video_tate > iframe {
  height: 100%;
}
.column_video_tiktok {
}
.column_video_tiktok > blockquote {
  margin: 25px auto !important;
}
@media only screen and (max-width:767px){
  .column_video,
  .column_platform_vimeo {
    padding-top: 56.25%;
    position: relative;
  }
  .column_video > iframe,
  .column_platform_vimeo > iframe {
    height: 100% !important;
    position: absolute;
    top: 0;
    right: 0;
  }
  .column_video_tate {
    position: relative;
    height: 0;
    padding: 30px 0 170%;
    overflow: hidden;
  }
  .column_video_tate > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.column_ol {
  margin-top: 20px;
  padding: 10px 20px;
  border: 1px solid #bbb;
  border-radius: 5px;
  counter-reset:num;
  list-style-type: none!important;
}
.column_ol > li {
  padding: 10px 0 10px 30px;
  line-height: 1.5;
  position: relative;
}
.column_ol > li:before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display:inline-block;
  background: #555;
  color: #FFF;
  font-size: 14px;
  border-radius: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  top: 10px;
}

.column_twitter > .twitter-tweet {
  margin-right: auto;
  margin-left: auto;
}

.adviser {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
}
.adviser > img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.adviser > .author {
}
.author > .ttl {
  color: #999999;
  font-size: 60%;
  margin-bottom: 5px;
}
.author > .name {
  font-size: 90%;
  font-weight: bold;
  display: inline-block;
}
.author > .title {
  font-size: 70%;
  margin-left: 5px;
  display: inline-block;
}
.adviser_footer > .inner {
  display: flex;
  align-items: center;
}
.adviser_footer > .inner > img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.adviser_footer > .inner > .data {
  padding-left: 2rem;
}
.adviser_footer > .inner > .data > p {
  margin-top: 0;
}
.adviser_footer > .inner > .data > .name {
}
.adviser_footer > .inner > .data > .title {
  color: #999;
  font-size: 80%;
}
.adviser_footer > .text {
  margin-top: 1rem;
}
.adviser_social_link {
  margin-top: 1rem;
  display: flex;
}
.adviser_social_link > li {
  background-color: #F7E900;
  margin-right: 10px;
  position: relative;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.adviser_social_link > li:before {
  font-family: 'design_plus';
  color: #333;
  font-size: 17px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  line-height: 17px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.adviser_social_link > li.youtube:before {
  content: "";
  background: url(https://mvsk.jp/wp-content/themes/source_tcd045/img/common/youtube.svg);
}
.adviser_social_link > li.twitter:before {
  content: '\e904';
}
.adviser_social_link > li.facebook:before {
  content: '\e902';
}
.adviser_social_link > li.insta:before {
  content: '\ea92';
}
.adviser_social_link > li > a {
  display: block;
  text-indent: -200px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
}
@media only screen and (max-width:767px){
  .adviser {
    margin-top: 10px;
    position: static;
  }
  .author > .title {
    font-size: 60%;
  }
  .adviser_footer > .inner > img {
    width: 80px;
    height: 80px;
  }
  .adviser_footer > .inner > .data {
    padding-left: 1rem;
  }
}

/* 目次 */
#toc_container {
  width: 100% !important;
  margin: 1em 0 !important;
  padding: 20px !important;
  border: none !important;
  border-radius: 20px;
}
#toc_container a {
  color: #333;
  line-height: 1.5;
}
#toc_container.no_bullets ul {
  margin-top: 10px !important;
}
#toc_container.no_bullets ul li:not(:first-of-type) {
  margin-top: 10px !important;
}
.toc_list a {
  display: flex;
  align-items: flex-start;
}
.toc_number {
  color: #fff;
  background-color: #888;
  margin: 2px 5px 0 0;
  padding: 0 10px;
  border-radius: 50px;
  text-align: center;
  line-height: 1.2;
}
.toc_list > li > ul > li .toc_number {
  font-size: 90%;
  padding: 0 5px !important;
}
.toc_list a:hover > .toc_number {
  color: #333;
  background-color: #F7E900;
  text-decoration: none !important;
}

/* コラム記事フッター */
.column_widget_footer .widgettitle {
  margin: 3em 0 1.5em;
  padding: 1.1em 0.2em 1em;
  font-size: 22px;
  font-weight: bold;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  line-height: 1.6;
  border-radius: 0;
  text-align: left;
}
.column_widget_footer ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.column_widget_footer ul > li {
  background-color: #fff;
  width: 31%;
  border: 1px solid #bbb;
  border-radius: 20px;
  overflow: visible;
}
.column_widget_footer ul > li:hover {
  background-color: #F7E900;
}
.column_widget_footer > .npcatch > li > a {
  display: block !important;
}
.column_widget_footer ul.wpp-list li:last-of-type {
  border-bottom: 1px solid #bbb;
}
.column_widget_footer ul > li a:hover {
  color: initial !important;
  text-decoration: none !important;
}
.column_widget_footer ul > li img {
  width: 100% !important;
  height: 160px !important;
  margin: 0 0 20px !important;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}
.column_widget_footer ul > li .detail {
  padding: 0 20px 20px;
}
.column_widget_footer ul > li .detail > .title,
.column_widget_footer ul > li > .wpp-post-title {
  color: #333;
  font-size: initial !important;
  font-weight: bold !important;
  line-height: 1.6 !important;
  font-feature-settings: "palt";
  letter-spacing: normal !important;
}
.column_widget_footer ul > li > .wpp-post-title {
  padding: 20px;
}
.column_widget_footer > ul > .cat-item:nth-of-type(n+4) {
  margin-top: 10px;
}
.column_widget_footer > ul > .cat-item {
  line-height: 1.3;
}
.column_widget_footer > ul > .cat-item > a {
  padding: 10px;
  text-align: center;
  border-radius: 50px;
  display: block;
}
.column_widget_footer > ul > .cat-item > a:hover {
  background-color: #F7E900;
}
.column_widget_footer ul.wpp-list li {
  padding-bottom: 0;
}
.column_widget_footer ul.wpp-list li:before {
  top: -10px;
  left: -10px;
}
@media only screen and (max-width:767px){
  .column_widget_footer ul > li {
    width: 48%;
  }
  .column_widget_footer ul > li:nth-of-type(n+3) {
    margin-top: 1rem;
  }
  .column_widget_footer ul > li img {
    height: 105px;
    margin-bottom: 10px !important;
  }
  .column_widget_footer ul > li .detail > .title,
  .column_widget_footer ul > li > .wpp-post-title {
    font-size: 14px !important;
  }
  .column_widget_footer ul > li > .wpp-post-title {
    padding: 10px;
  }
  .column_widget_footer ul > li .detail {
    padding: 0 10px 10px;
  }
  .column_widget_footer > ul > .cat-item {
    font-size: 12px;
    width: 48%;
  }
  .column_widget_footer > ul > .cat-item:nth-of-type(n+3) {
    margin-top: 10px;
  }
}

.column_advice {
  background-color: #fffceb;
  margin-top: 30px;
  padding: 30px 20px 20px !important;
  position: relative;
  border: 1px solid #F7E900;
  border-radius: 5px;
}
.column_advice > span {
  font-size: 80%;
  font-weight: bold;
  background-color: #fff;
  padding: 5px 10px;
  display: block;
  position: absolute;
  top: -10px;
  left: 10px;
  width: fit-content;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #F7E900;
}
.column_advice > span::before {
  font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif, design_plus;
  content: '\f040';
  font-weight: 900;
  padding-right: 5px;
}
.column_advice .marker {
  background:linear-gradient(transparent 40%, #ffe96f 40%);
}
.column_advice .column_ul {
  margin-top: 0;
  padding-bottom: 0;
  border: none !important;
}





.logo_security {
  width: 80px;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}
#security {
  display: flex;
  flex-flow: row wrap;
}
#security > .image {
  width: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#security > .image img {
  border-radius: 50%;
  border: 1px solid #ccc;
  padding: 10px;
}
#security > .text {
  width: calc(100% - 270px);
}
@media only screen and (max-width:767px){
  #security > .image {
    width: 100%;
    margin-bottom: 20px;
  }
  #security > .image > img {
    width: 40%;
    max-width: 160px;
  }
  #security > .text {
    width: 100%;
  }
}

.flow_vertical {
  margin-top: 40px;
  position: relative;
}
.flow_vertical::after {
  content: "";
  display: block;
  background-color: #f7e900;
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 90px;
  z-index: -1;
}
.flow_vertical > li {
  background-color: #fff;
  padding: 40px;
  border: 1px solid #333;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.flow_vertical > li:not(first-of-type) {
  margin-top: 40px;
}
.flow_vertical > li > img {
  width: 160px;
  height: 160px;
}
.flow_vertical > li > .box {
  width: calc(100% - 200px);
}
.flow_vertical > li > .box > .ttl {
  margin: 0 0 20px;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: .05rem;
}
.step_no {
  font-weight: bold;
  background-color: #fff;
  padding: 5px 20px;
  border: 1px solid #333;
  border-radius: 50px;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media only screen and (max-width:767px){
  .flow_vertical::after {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .flow_vertical > li {
    padding: 20px;
    display: block;
  }
  .flow_vertical > li > .box {
    width: 100%;
  }
  .flow_vertical > li > img {
    margin: 0 auto;
    display: block;
  }
  .flow_vertical > li > .box > .ttl {
    text-align: center;
  }
}

.service_list,
.service_list02 {
  display: flex;
  flex-flow: row wrap;
}
.home .service_list {
  justify-content: center;
}
.service_list > li {
  width: calc(25% - 26.25px);
  /*width: calc((100% - 60px) / 4);*/
}
.service_list02 > li {
  width: calc((100% - 70px) / 3);
}
.home .service_list > li:last-of-type {
  margin-right: 0
}
.service_list > li:not(:nth-of-type(4n)) {
  margin-right: 35px;
}
.service_list02 > li:not(:nth-of-type(3n)) {
  margin-right: 35px;
}
.service_list > li:nth-of-type(n+5),
.service_list02 > li:nth-of-type(n+4) {
  margin-top: 35px;
}
.service_list > li > a,
.service_list02 > li > a,
.merit_area02 > .box > .img > a {
  color: #333;
  background-color: #fff;
  height: 100%;
  border: 1px solid #333333;
  border-radius: 20px;
  overflow: hidden;
  display: block;
  }
.service_list > li > a:hover,
.service_list02 > li > a:hover,
.merit_area02 > .box > .img > a:hover {
  color: #333;
  background-color: #F7E900;
  border: 1px solid #F7E900;
  text-decoration: none;
}
.service_list > li > a > span,
.service_list02 > li > a > span,
.merit_area02 > .box > .img > a > span {
  font-weight: bold;
  padding: 20px;
  display: flex;
  line-height: 1.5;
}
.service_list > li > a > span::before,
.service_list02 > li > a > span::before,
.merit_area02 > .box > .img > a > span::before {
  font-family: 'design_plus';
  content: '\e910';
  display: inline-block;
  font-size: 90%;
  font-weight: bold;
  padding-right: 5px;
}
.service_list > li > a > p {
  padding: 0 20px 20px;
  line-height: 1.6;
}
.page-id-19 .service_list_btn {
  display: none;
}
.service_list02.col4 {
  display: flex;
  justify-content: space-between;
}
.service_list02.col4 > li {
  width: calc((100% - 105px) / 4);
  margin-top: 35px;
}
.service_list02.col4 > li:not(:nth-of-type(3n)) {
  margin-right: 0;
}

@media only screen and (max-width:767px){
.service_list {
  justify-content: space-between;
}
.service_list > li,
.service_list02 > li,
.service_list02.col4 > li {
  width: 100%;
}
.service_list02 > li > a {
  border-radius: 10px;
}
.service_list > li > a > span {
  font-size: 110%;
}
.service_list > li > a > p {
  line-height: 1.75;
}
.service_list > li:not(:nth-of-type(4n)),
.service_list02 > li:not(:nth-of-type(3n)) {
  margin-right: 0;
}
.service_list > li:nth-of-type(n+3),
.service_list > li:not(:first-of-type),
.service_list02 > li:nth-of-type(n+4),
.service_list02 > li:not(:first-of-type),
.service_list02.col4 > li {
  margin-top: 20px;
}
}

.tbl_style {
  font-size: 80%;
  width: 100%;
  margin: 20px 0 0 0 !important;
  border-spacing: 0;
  border-collapse: collapse;
}
.tbl_style tr:nth-of-type(even) {
  background-color: #f4f4f4;
}
.tbl_style tr:first-of-type,
.tbl_style tr:nth-of-type(2) {
  background-color: #F7E900;
  font-weight: bold;
}
.tbl_style td {
  background-color: transparent;
  width: calc(100% / 9);
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.3;
}
@media only screen and (max-width:767px){
  .tbl_style {
    width: 800px !important;
  }
}

#price_plan .content_inner {
  margin-bottom: 0;
}
#price_plan .bg_ylw {
  padding-bottom: 60px;
}
.trial .ttl {
  font-size: 130%;
  font-weight: bold;
  background-color: #F7E900;
  width: 100%;
  padding: 10px 0;
  line-height: 1.5;
  text-align: center;
}
.price_plan .trial .ttl {
  font-size: 130%;
  background-color: transparent;
  padding: 0;
}
.trial .price {
  font-size: 200%;
  font-weight: bold;
  width: 60%;
  margin-top: -1rem;
  padding: 0;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: .05rem;
  vertical-align: baseline;
}
.trial .price span {
  color: #00a56c;
  font-size: 160%;
}
.trial p {
  padding: 0 1.5rem 1.5rem;
}
#trial_area {
  max-width: 800px;
  margin: 0 auto 100px;
  padding: 60px 0 100px;
  position: relative;
  z-index: 1;
}
#trial_area::after {
  content: "";
  width: 1000%;
  height: 100%;
  background-color: #FCF24D;
  background-size: 80%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
}
.page-id-23 #trial_area {
  padding-bottom: 60px;
}
.trial {
  background-color: #fff;
  padding: 40px 40px 0;
  border-radius: 20px 20px 0 0;
  position: relative;
}
.page-id-23 .trial {
  padding: 40px;
  border-radius: 20px;
}
.trial .box {
  display: flex;
  align-items: center;
  position: relative;
}
.trial .ttl {
  width: 40%;
  margin: 0;
  border: 1px solid #333;
  border-radius: 100px;
}
.trial p {
  padding: 40px 0 0;
}
.trial_icon {
  width: 30%;
  max-width: 240px !important;
  position: absolute;
  right: -10%;
  bottom: 0;
}
.fs260 {
    font-size: 340% !important;
}
#trial_area02 {
}
.trial_area02 {
  margin-bottom: 100px;
}
@media only screen and (max-width:767px){
.trial_area02 {
  margin-bottom: 40px;
}
}
#trial_area02 > .trial,
.trial_area02 > .trial {
  margin-top: 40px;
  padding: 40px;
  border: 1px solid #333333;
  border-radius: 20px;
}
.page-id-23 #trial_area02 > .trial {
  margin-top: 0;
}
#trial_area02 > .trial .ttl,
.trial_area02 > .trial .ttl {
  width: 30%;
}
#trial_area02 > .trial .price,
.trial_area02 > .trial .price {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#trial_area02 > .trial > .trial_icon,
.trial_area02 > .trial > .trial_icon {
  right: 40px;
}
@media only screen and (max-width:767px){
#price_plan .bg_ylw {
  padding-bottom: 20px;
}
#trial_area {
    background: url(https://mvsk.jp/wp-content/themes/source_tcd045/img/common/price_trial_bg.svg) no-repeat right bottom #FCF24D;
    background-size: contain;
    margin-bottom: 40px;
    padding: 20px 0 40px;
}
.page-id-23 #trial_area {
  padding-bottom: 20px;
}
.trial,
.page-id-23 .trial {
    padding: 20px;
}
.trial .box {
    display: block;
}
.trial .ttl {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}
.trial .price {
  font-size: 24px;
  width: auto;
  padding: 35px 0 0;
}
.trial p {
  padding: 20px 0 0;
}
.trial_icon {
  display: none;
}
#trial_area02 > .trial,
.trial_area02 > .trial {
  margin-top: 20px;
  padding: 20px;
}
.page-id-19 #trial_area02 > .trial,
.page-id-23 #trial_area02 > .trial {
  margin-top: 0;
}
#trial_area02 > .trial .ttl,
.trial_area02 > .trial .ttl {
  width: 100%;
}
#trial_area02 > .trial .price,
.trial_area02 > .trial .price {
  position: static;
}
}

.trial_form_area {
  background-color: #fff;
  padding: 40px;
  border-radius: 0 0 20px 20px;
  position: relative;
}
.trial_form_area > .ttl {
  font-size: 130%;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (max-width:767px){
.trial_form_area {
  padding: 20px;
}
}

.rich_cta_area {
  background-color: #F3F3F3;
  margin-top: 40px;
  padding: 40px;
  border-radius: 20px;
}
.rich_cta_area > .title {
  font-size: 42px;
  margin-bottom: 20px;
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: .05rem;
}
.rich_cta_area > .title > .sub {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
  display: block;
}
.rich_cta_area > p {
  text-align: center;
}
.flex_area {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rich_cta_area > .flex_area > .ttl {
  font-size: 110%;
  font-weight: bold;
  background-color: #F7E900;
  margin-right: 1rem;
  padding: 10px 60px;
  line-height: 1.5;
  text-align: center;
  border: 1px solid #333;
  border-radius: 100px;
}
@media only screen and (max-width:767px){
.rich_cta_area {
  padding: 40px 20px 20px;
  position: relative;
}
.rich_cta_area > .title {
  font-size: 26px;
  margin-bottom: 10px;
}
.rich_cta_area > .flex_area > .ttl {
  font-size: inherit;
  width: 80%;
  margin: 0;
  padding: 5px 0;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.rich_cta_area > p {
  text-align: left;
}
.rich_cta_area .tel_button {
  display: none;
}
.rich_cta_area .footer_contact .button {
  height: auto;
  padding: 15px 20px;
  border-radius: 50px;
}
.flex_area {
  display: block;
}
}

.box_ul {
  margin: 0;
  padding: 15px 0 15px 20px;
  border-radius: 10px;
}
.box_ul > li {
  width: 100%;
  font-weight: bold;
  padding: 0;
  list-style: disc;
  line-height: 1.3;
  border: 0;
}
.box_ul > li:not(:first-of-type) {
  margin-top: 10px;
}

.related_article {
  display: flex;
  flex-flow: row wrap;
}
.related_article > .internal {
  width: calc((100% - 105px) /4);
  margin-top: 0;
  margin-right: 35px;
  margin-left: 0;
  display: flex;
}
.related_article > .internal:nth-of-type(4n) {
  margin-right: 0;
}
.related_article > .internal:nth-of-type(n+5) {
  margin-top: 35px;
}
.related_article > .internal > a {
  background-color: #fff;
  padding: 0;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.related_article > .internal > a:hover {
  background-color: #f7e900;
}
.related_article > .internal > a > .internal_thumb {
  width: 100%;
  border: none;
}
.related_article > .internal > a > .internal_title {
  width: 100%;
  padding: 20px;
}
@media only screen and (max-width:767px){
.related_article {
  justify-content: space-between;
}
.related_article > .internal {
  width: 48%;
  margin-right: 0;
}
.related_article > .internal > a {
  border-radius: 10px;
}
.related_article > .internal > a > .internal_title {
  font-size: 80%;
  padding: 10px;
}
.related_article > .internal:nth-of-type(n+3),
.related_article > .internal:nth-of-type(n+5) {
  margin-top: 10px;
}
}

.box_ttl {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  border-bottom: 1px solid;
}
.grecaptcha-badge{
  z-index: 1000;
  top: 37em;
}

.work_list_detail {
}
.work_list_detail > li {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 40px;
  border: 1px solid #ccc;
  border-radius: 20px;
}
.work_list_detail > li:only-of-type,
.work_list_detail > li:last-of-type {
  margin-bottom: 100px;
}
.work_list_detail .work_data a {
  color: inherit;
}
.work_list_detail > li > #work_footer_data {
  margin: 0;
}
.work_list_detail > li > .btn_detail {
  font-size: 120%;
  font-weight: bold;
  margin-top: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width:767px){
.work_list_detail > li {
  padding: 20px;
}
.work_list_detail > li:only-of-type,
.work_list_detail > li:last-of-type {
  margin-bottom: 60px;
}
.work_list_detail > li > .btn_detail {
  margin-top: 30px;
}
}

.single-works #main_col .work_list {
  margin-bottom: 100px;
}
@media only screen and (max-width:767px){
.single-works #main_col .work_list {
  margin-bottom: 40px;
}
}

.popular-posts h2{
  margin: 0 0 20px 0;
  padding: 5px 0;
  background-color: #fff;
  border-radius: 50px;
  text-align: center;
}

.pdca_p,
.pdca_d,
.pdca_c,
.pdca_a {
  position: relative;
  z-index: 1;
}
.pdca_p::after,
.pdca_d::after,
.pdca_c::after,
.pdca_a::after {
  color: #fff;
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
  line-height: 1;
}
.pdca_p::after {
  content: "Plan";
}
.pdca_d::after {
  content: "Do";
}
.pdca_c::after {
  content: "Check";
}
.pdca_a::after {
  content: "Action";
}

.img_consul {
  max-height: 280px;
}

/* トップページ FV */
.caption_flex {
  display: flex;
}
.caption_flex > .box {
  width: 65%;
  margin-top: 1rem;
}
.caption_flex > .box_img {
  width: 35%;
}
#top .caption .ttl {
  color: #FFFFFF;
  font-size: calc(2.5vw) !important;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 0px 0px 0px #333333;
}
#top .caption .sub_ttl {
  color: #fff;
  font-size: calc(1.25vw);
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.5;
}
#top .caption_flex .desc {
  color: #fff;
  font-size: calc(1vw);
  font-weight: bold;
  margin-top: 1rem;
  line-height: 1.5;
}
.index_fv_point {
  width: 80%;
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}
.index_fv_point > li {
  color: #fff;
  font-size: calc(1.25vw);
  font-weight: bold;
  background: rgba(0, 0, 0, 0.5);
  width: 30%;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}
@media only screen and (max-width:767px){
.caption_flex > .box_img {
  display: none;
}
#top .caption .ttl {
  font-size: 36px !important;
}
#top .caption .sub_ttl {
  font-size: 20px;
}
#header_slider .caption .title br,
#header_video .caption .title br,
#header_youtube .caption .title br {
  display: none;
}
.caption_flex > .box {
  width: 100%;
}
.index_fv_point {
  width: 100%;
}
.index_fv_point > li {
  font-size: inherit;
}
}

.work_logo_list {
  margin-bottom: 100px;
}
@media only screen and (max-width:767px){
.work_logo_list {
  margin-bottom: 40px;
}
}

/* ----------------------------------------------------------------------
 FV CTAあり
---------------------------------------------------------------------- */
.single-category #main_col,
.page-template-page-title #main_col,
.post-type-archive-works #main_col,
.post-type-archive-category #main_col,
.post-type-archive-interview #main_col {
  margin-top: 0;
}

.widget_categories > ul > li {
  font-size: 14px;
}
.widget_categories > ul > li:not(:first-of-type) {
  margin-top: 5px;
}
.toc_widget_list li {
  font-size: 12px;
  line-height: 1.3;
}
.toc_widget_list li:not(:first-of-type) {
  margin-top: 5px;
}
.toc_widget_list li a {
  display: flex;
  align-items: flex-start;
}

.toc_widget {
  overflow-y: scroll;
  max-height: calc(100vh - 500px);
}

.interview_img {
  margin: 0 auto 30px;
  display: block;
}
.interview_name {
  font-size: 110%;
  font-weight: bold;
  padding: 0.3em 0 0.3em 0.8em;
  border-left: 2px solid #222;
}
.interview_name:not(:first-of-type) {
  margin-top: 40px !important;
}
.circle_col02 {
  margin-top: 40px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.circle_col02 > .ttl {
  font-size: 120%;
  background-color: #F7E900;
  width: 100px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle_col02 > ul,
.circle_col02 > p {
  width: calc(100% - (100px + 20px));
}
.circle_col02 > ul {
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (max-width:767px){
  .circle_col02 {
    margin-top: 20px;
  }
  .circle_col02 > .ttl {
    font-size: inherit;
    width: 60px;
  }
  .circle_col02 > ul,
  .circle_col02 > p {
    width: calc(100% - (60px + 20px));
  }
}

.interview_youtube {
  width: 560px;
  height: 315px;
  margin: 0 auto 40px;
}
.interview_youtube iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width:767px){
.interview_youtube {
  width: auto;
  height: 0;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  margin-bottom: 20px;
}
.interview_youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
}
}
.single-interview .work_content > .title {
  font-size: 32px;
  text-align: center;
}
.single-interview .company_name {
  text-align: center;
}
.text_ylw {
  color: #F7E900;
  font-size: 150%;
  padding: 0 10px;
  line-height: 1;
}
@media only screen and (max-width:767px){
  .single-interview .work_content > .title {
    font-size: 20px;
    text-align: left;
  }
  .single-interview .company_name {
    text-align: left;
  }
  .text_ylw {
    font-size: 100%;
    padding: 0;
  }
}

.index_free_content_area {
  margin-bottom: 100px;
}
@media only screen and (max-width:767px){
  .index_free_content_area {
    margin-bottom: 40px;
  }
}

.home .merit_area .box {
  align-items: stretch;
}
.home .merit_area .box .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.post_content .style3a,
.post_content .style4a {
  font-weight: bold !important;
}

.list_col3,
.list_col4 {
  display: flex;
  flex-flow: row wrap;
}
.list_col3:not(:first-of-type),
.list_col4:not(:first-of-type) {
  margin-top: 2rem;
}
.list_col3 .ttl,
.list_col4 .ttl {
  width: 100%;
  text-align: left;
}
.list_col3 > .box {
  width: calc((100% - 35px * 2) /3);
  margin-left: 35px;
}
.list_col4 > .box {
  width: calc((100% - 35px * 3) /4);
  margin-left: 35px;
}
.list_col3 > .box:first-of-type,
.list_col4 > .box:first-of-type {
  margin-left: 0;
}
.list_col3 > .box li,
.list_col4 > .box li {
  padding: 0 20px;
  list-style: none;
  position: relative;
  line-height: 1.5;
}
.list_col3 > .box li:not(:first-of-type),
.list_col4 > .box li:not(:first-of-type) {
  margin-top: 10px;
}
.list_col3 > .box li:before,
.list_col4 > .box li:before {
  content: "";
  background-color: #F7E900;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 50%;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
}
.list_col3 > .box li > a,
.list_col4 > .box li > a {
  color: inherit;
}
.list_col3 > .box .ttl02,
.list_col4 > .box .ttl02 {
  font-size: 110%;
  font-weight: bold;
  padding-left: 0;
}
.list_col3 > .box .ttl02:before,
.list_col4 > .box .ttl02:before {
  display: none;
}
@media only screen and (max-width:540px){
  .list_col3:not(:first-of-type),
  .list_col4:not(:first-of-type) {
    margin-top: 0;
  }
  .list_col3 .ttl,
  .list_col4 .ttl {
    margin-bottom: 1rem;
  }
  .list_col3 > .box,
  .list_col4 > .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
}

.column_cta_area02 {
  background-color: #fff;
  margin: 20px 0 0;
  padding: 0 0 20px;
  position: relative;
  border: 1px solid #bbb;
  border-radius: 20px;
}
.column_cta_area02 .box {
  background-color: #fffadf;
  padding: 20px 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  position: relative;
  border-radius: 20px 20px 0 0;
}
.column_cta_area02 .ttl {
  font-weight: bold;
  background-color: #fff;
  width: 30%;
  margin: 0 0 0 20px;
  padding: 10px 0;
  line-height: 1.5;
  text-align: center;
  border-radius: 100px;
  border: 1px solid #bbb;
}
.column_cta_area02 p {
  width: 75%;
  padding: 20px;
}
.column_cta_area02 > .trial_icon {
  width: 25%;
  max-width: 240px !important;
  position: absolute;
  right: 1rem;
  bottom: 0;
}
.column_cta_area02 .price {
  font-size: 160%;
  font-weight: bold;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: .05rem;
  vertical-align: baseline;
  position: absolute;
}
.column_cta_area02 .price span {
  color: #00a56c;
}
.column_cta_area02 > .column_btn_area {
  margin: 0;
  padding: 0 20px;
}
@media only screen and (max-width:767px){
  .column_cta_area02 {
    overflow: hidden;
  }
  .column_cta_area02 .box {
    background-color: #fff;
    padding: 0;
  }
  .column_cta_area02 .ttl {
    background-color: #fffadf;
    width: 100%;
    margin: 0 0 20px 0;
    border-radius: 0;
    border: none;
  }
  .column_cta_area02 .price {
    width: 100%;
    position: relative;
  }
  .column_cta_area02 p {
    width: 100%;
  }
}

.titleBar02 {
  font-size: 140%;
  line-height: 1.75;
}
.titleBar02:not(:first-of-type) {
  margin-top: 20px;
}
@media only screen and (max-width:767px){
  .titleBar02 {
    font-size: 120%;
  }
}

.wpp-thumbnail {
  width: 90px;
}

.column_widget_footer > p {
  margin-bottom: 1rem;
  line-height: 2;
}
.column_widget_footer > .case_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.column_widget_footer > .case_list > li {
  width: calc((100% - 20px) / 5);
  margin-left: 0;
  margin-right: 4px;
  overflow: hidden;
  border-radius: 50px;
}
.column_widget_footer > .case_list > li:nth-of-type(5n) {
  margin-right: 0;
}
.column_widget_footer > .case_list > li:nth-of-type(n+6) {
  margin-top: 4px;
}
.column_widget_footer > .case_list > li div {
  height: 100%;
  padding: 3px 10px 3px 0;
  display: flex;
  align-items: center;
}
.column_widget_footer > .case_list > li img {
  width: 40px !important;
  height: 40px !important;
  margin: 0 3px 0 0 !important;
  border: none;
  border-radius: 50%;
  box-shadow: none;
}
.column_widget_footer > .case_list > li a:hover img {
  border: none;
}
.column_widget_footer > .case_list > li .case_list_ttl {
  font-size: 12px;
  text-align: left;
}
@media only screen and (max-width:767px){
  .column_widget_footer > .case_list {
    justify-content: space-between;
  }
  .column_widget_footer > .case_list > li {
    width: calc((100% - 4px) / 2);
    margin-right: 0;
  }
  .column_widget_footer > .case_list > li:nth-of-type(n+3) {
  margin-top: 4px;
  }
  .column_widget_footer > .case_list > li div {
    padding: 5px;
  }
}

.merit_area02 {
}
.merit_area02 > .box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.merit_area02 > .box:not(:first-of-type) {
  margin-top: 40px;
}
.merit_area02 > .box > .img {
  width: 30%;
}
.merit_area02 > .box > .img > img {
  border: 1px solid #333333;
  border-radius: 20px;
}
.merit_area02 > .box > .text {
  width: 66%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.merit_area02 > .box > .text > .ttl {
  margin: 0 0 20px;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: .05rem;
  }
@media only screen and (max-width:767px){
  .merit_area02 > .box > .img,
  .merit_area02 > .box > .text {
    width: 100%;
  }
  .merit_area02 > .box > .img > img {
    height: 120px;
    object-fit: cover;
  }
  .merit_area02 > .box > .text > .ttl {
    font-size: 20px;
    margin: 20px 0;
    text-align: center;
  }
}

.content_inner > .box:not(:first-of-type) {
  margin-top: 100px;
}
.visible {
  overflow: visible !important;
}
@media only screen and (max-width:767px){
.content_inner > .box:not(:first-of-type) {
  margin-top: 60px;
}
}
.wpcf7-list-item{
	/*text-align: center;*/
}

.index_2box_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.index_2box_list > .box {
  background-color: #fff;
  width: 48%;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #000;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
.index_2box_list > .box:nth-of-type(n+3) {
  margin-top: 35px;
}
.index_2box_list > .box > .icon {
  width: 120px;
  aspect-ratio: 1;
  border-radius: 50%;
  margin: 0 auto 20px;
  position: relative;
  overflow: hidden;
}
.index_2box_list > .box > .catch {
  width: calc(100% - 120px);
  font-size: 24px;
  font-weight: bold;
  padding: 20px 0 0 20px;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: .05rem;
}
.index_2box_list .link {
  width: 180px;
  height: 45px;
  margin: 20px auto 0;
}
.index_2box_list .link a {
  background: #333333;
  display: block;
  height: 100%;
  line-height: 45px;
  color: #fff;
  padding: 0;
  text-decoration: none;
  border-radius: 50px;
  width: 100%;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: .05rem;
  font-size: 16px;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.5);
}
.index_2box_list .link a:hover { background:#F7E900; color:#333; }
@media only screen and (max-width:767px){
  .index_2box_list > .box {
    width: 100%;
    padding: 28px 20px 20px;
    display: block;
  }
  .index_2box_list > .box:not(:first-of-type),
  .index_2box_list > .box:nth-of-type(n+3) {
    margin-top: 20px;
  }
  .index_2box_list > .box > .icon {
    width: 140px;
  }
  .index_2box_list > .box > .catch {
    width: 100%;
    font-size: 20px;
    padding: 0 0 10px;
    text-align: center;
  }
  .index_2box_list > .box > .desc {
    font-size: 14px;
  }
}

.work_data > .inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 20px 10px;
}
.work_data .box {
  width: 48%;
}
.work_data .box:first-of-type {
  width: 100%;
  margin-bottom: 10px;
}
.work_data .box:nth-of-type(n+3) {
}
@media only screen and (max-width:340px){
.work_data .box {
  width: 100%;
}
.work_data .box,
.work_data .box:nth-of-type(n+3) {
}
}

#mokuji_page {
  background-color: #F3F3F3;
  margin: 0 0 100px;
  padding: 40px;
  border-radius: 20px;
}
#mokuji_page .ttl {
  font-size: 90%;
  font-weight: bold;
  line-height: 1;
}
#mokuji_page .ttl::before {
  font-family: design_plus;
  font-size: 80%;
  content: '\e939';
  margin-right: 5px;
  display: flex;
  align-items: center;
  font-size: 100%;
  font-weight: 700;
  display: inline-block;
}
#mokuji_page ul {
  margin-top: 20px;
  display: flex;
  flex-flow: row wrap;
}
#mokuji_page ul > li {
  width: calc((100% - 30px)/4);
  line-height: 1.5;
}
#mokuji_page ul > li:not(:nth-of-type(4n)) {
  margin-right: 10px;
}
#mokuji_page ul > li:nth-of-type(n+5) {
  margin-top: 10px;
}
#mokuji_page ul > li > a {
  color: #333;
  background-color: #fff;
  width: 100%;
  height: 100%;
  min-height: 70px;
  padding: 10px 30px 10px 15px;
  display: block;
  border: 1px solid #333;
  border-radius: 10px;
  position: relative;
}
#mokuji_page ul > li > a::after {
  font-family: design_plus;
  content: '\e910';
  display: flex;
  align-items: center;
  font-size: 100%;
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 10px;
}
#mokuji_page ul > li > a:hover {
  color: #333;
  background-color: #F7E900;
  text-decoration: none;
  border-color: #F7E900;
}
@media only screen and (max-width:767px){
  #mokuji_page {
    background-color: initial;
    padding: 0;
  }
  #mokuji_page ul {
    margin-top: 5px;
  }
  #mokuji_page ul > li {
    font-size: 90%;
    width: 100%;
    margin-top: 10px;
  }
  #mokuji_page ul > li:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
  #mokuji_page ul > li > a {
    min-height: auto;
  }
}

.fv_icon_live > img {
  width: auto;
  max-height: 260px;
  border: 1px solid #333;
  border-radius: 20px;
}

.column_Instagram {
  margin: 40px 0;
}
.column_Instagram > iframe {
  max-width: 300px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.page_404 .headline {
  color: #333 !important;
}
.page_404 .service_list {
  justify-content: center;
}

@media only screen and (max-width:767px){
.page_404 .headline {
  margin-top: 30px !important;
}
}

/*#index_free_content2 {
  margin-bottom: 100px;
}
@media only screen and (max-width:767px){
#index_free_content2 {
  margin-bottom: 40px;
}
}*/

#modal-container {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, .6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
#modal-container > div {
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
}
#modal-container > img {
      max-width: calc(100vw - 30px);
      max-height: calc(100vh - 30px);
}
img.popup {
  cursor: pointer;
}

.single-column .post-date-write {
  display: none;
}

.sprite {
  width: 100%;
  aspect-ratio: 16 / 9;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  display: block;
}

.taxonomy-block {
  display: flex;
}
.taxonomy-block:not(:first-of-type) {
  margin-top: 10px;
}
.taxonomy-block > .ttl {
  width: 10%;
  min-width: 80px;
  margin: 8px 0;
}
.taxonomy-list {
  width: 85%;
  display: flex;
  flex-flow: row wrap;
}
.taxonomy-list > li {
  width: fit-content;
  margin: 3px;
}
.taxonomy-list > li > a {
  color: #333 !important;
  font-size: 12px;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 50px;
  display: block;
}
.taxonomy-list > li > a:hover {
  background-color: #F7E900;
  border-color: #F7E900;
  text-decoration: none;
}


.flex_area_fv {
  display: flex;
}
.flex_area_fv p {
  width: 60%;
  padding-right: 35px;
}
.flex_area_fv .footer_contact {
  margin-top: 0;
}
.flex_area_fv .tel_button .tel_data {
  font-size: 12px;
}

@media only screen and (max-width:767px){
  .flex_area_fv {
    display: block;
  }
  .flex_area_fv p {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
}