@charset "utf-8";
/*
Theme Name:BEYOND
Theme URI:https://tcd-theme.com/tcd094/
Description:WordPress theme "Beyond" is a template for corporate websites. It can appeal your company's achievements with figures and charts. By enriching product pages and case study pages, you can create a higher quality corporate website.
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.4.2
Text Domain:tcd-beyond
*/

/* ------------------------------------------------------------------------------------
 web fonts　ウェブフォントファイルを変更した場合はv=1.0の数字を変更（キャッシュ対策）
------------------------------------------------------------------------------------ */
@font-face {
  font-family: 'design_plus';
  src: url('fonts/design_plus.woff?v=1.1') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'footer_bar';
  src: url('fonts/footer_bar.woff?v=1.1') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'tiktok_x_icon';
  src: url('fonts/tiktok_x_icon.eot?v=1.0');
  src: url('fonts/tiktok_x_icon.eot?v=1.0#iefix') format('embedded-opentype'),
       url('fonts/tiktok_x_icon.woff?v=1.0') format('woff'),
       url('fonts/tiktok_x_icon.ttf?v=1.0') format('truetype'),
       url('fonts/tiktok_x_icon.svg?v=1.0#tiktok_x_icon') 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; }
html { -webkit-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; 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; }
iframe { max-width:100%; }
h1, h2, h3, h4, h5, h6 { font-weight:600; }

/* clearfix */
.clearfix::after { display:block; clear:both; content:""; }




/* ----------------------------------------------------------------------
 基本設定
---------------------------------------------------------------------- */
html { height:100%; }
body {
	height:100%; padding-top:70px; font-family:Arial,sans-serif; font-size:14px; line-height:1; width:100%; position:relative; -webkit-font-smoothing:antialiased;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
body.home, body.page-template-page-lp { padding-top:0; }
body.hide_page_header_bar { padding-top:0; }
body.admin-bar { padding-top:102px; }
body.home.admin-bar, body.page-template-page-lp.admin-bar, body.hide_page_header_bar.admin-bar { padding-top:32px; }
a { 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;
  transition-property:background-color, color; transition-duration:0.2s; transition-timing-function:ease;
}
.clear { clear:both; }
.hide { display:none; }
.post_content { word-wrap: break-word; }
a[href^="tel:"] { pointer-events:none; text-decoration:none !important; }
.mobile_device a[href^="tel:"] { pointer-events:auto; }


/* レイアウト */
#container { overflow:hidden; }
#main_contents {
	width:1030px; margin:0 auto; padding:70px 0 150px; position:relative;
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-flex-wrap:wrap; flex-wrap:wrap;
	-webkit-justify-content:space-between; justify-content:space-between;
}
#main_contents:before { content:''; display:block; width:1px; height:100%; position:absolute; top:0px; left:750px; background:#ddd; z-index:10;}
#main_col { width:700px; }
#side_col { width:250px; }
body.page-template-page-about #main_contents { -webkit-flex-direction:row-reverse; flex-direction:row-reverse; padding:0 0 140px; }
body.page-template-page-about #main_contents:before { left:280px; }
body.page-template-page-about #main_col { padding-top:60px; }
#main_contents.no_sidebar { display:block; }
#main_contents.no_sidebar #main_col { width:auto; }
#main_contents.no_sidebar:before { display:none; }


/* デザインボタン */
.design_button {
  max-width: 100%; min-width:300px; height:70px; line-height:1.5; padding:0 1.5em; font-weight:600;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-inline-flex; display:inline-flex;
  -ms-justify-content:center; -webkit-justify-content:center; justify-content:center;
  -ms-align-items:center; -webkit-align-items:center; align-items:center;
  text-align:center; position:relative; overflow:hidden; font-size:16px; z-index:1;
  color:#fff; border-width:1px; border-style:solid; text-decoration: none;
  transition: border-color 0.3s ease;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.design_button:before {
  content: ''; display: block; width: 100%; height: calc(100% + 2px);
  position: absolute; top: -1px; z-index: -1;
  transition-property:background-color, left, opacity;
  transition-duration:0.5s;
  transition-timing-function:cubic-bezier(0.22, 1, 0.36, 1);
}
.design_button:hover { color:#fff; }


/* デザイン見出し */
.design_headline { font-size:26px !important; padding:0 0 0 70px !important; margin:40px 0 30px 0 !important; line-height:1.6 !important; position:relative; text-align:left !important; }
.design_headline:before { width:50px; height:4px; display:block; content:''; background:#f3b80a; position:absolute; left:0px; top:18px; }
.post_content .design_headline:first-child { margin-top:10px !important; }
body.single-case .design_headline { margin:50px 0 30px 0 !important; }
body.single-case .design_headline + p img { margin-top:0 !important; opacity:0.5; }
body.page-template-page-about .design_headline { margin-top:80px !important; }


/* グレー背景のリスト */
.gray_list {
	line-height:2.4; font-weight:600; font-size:20px;
	background:#f6f6f6; border-radius:15px; margin:50px 0 40px !important; padding:40px 50px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.gray_list dt { width:150px; }
.gray_list dd { width:calc(100% - 150px); font-weight:500; }
body.single-case .gray_list { margin:60px 0 65px !important; font-size:16px; }




/* ----------------------------------------------------------------------
 トップページ ヘッダースライダー
---------------------------------------------------------------------- */
#header_slider_wrap { width:100%; height:850px; position:relative; overflow:hidden; }
#header_slider {
  width:100%; height:850px; overflow:hidden; position:relative;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
}
#header_slider .item { width:100%; height:850px; position:relative; }
@media only screen and (min-width: 751px) {
  #header_slider_wrap, #header_slider, #header_slider .item { height:700px !important; }
}
@media only screen and (min-width: 1200px) {
  #header_slider_wrap, #header_slider, #header_slider .item { height:850px !important; }
}


/* 画像とオーバーレイ */
#header_slider .overlay { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:2; }
#header_slider .bg_image { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; }
#header_slider .bg_image img { width:100%; height:100%; display:block; margin:0; object-fit:cover; object-position:center top; }
#header_slider .bg_image.mobile { display:none; }


/* 動画 */
#header_slider .video_wrap { position:absolute; }
#header_slider .video_wrap.type1 { position:absolute; top:50%; left:auto; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
#header_slider .video_wrap.type2 { position:absolute; top:0px; left:50%; -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); }
#header_slider .video_wrap.type1 video { height:100%; width:auto; }
#header_slider .video_wrap.type2 video { width:100%; height:auto; }
#header_slider .youtube_inner { padding-top:56.25%; position:relative; width:100%; }
#header_slider .slide-youtube { height:100% !important; position:absolute; left:0; top:0; width:100% !important; }


/* アニメーション */
#header_slider .item .bg_image { transform: scale(1.2); }
#header_slider .item.animate .bg_image {
  transform: scale(1.0);
  -webkit-transition: transform 2s cubic-bezier(.165,.84,.44,1) 0s;
  transition: transform 2s cubic-bezier(.165,.84,.44,1) 0s;
}
#header_slider .item.first_animate .bg_image {
  transform: scale(1.0);
  -webkit-transition: transform 2s cubic-bezier(.165,.84,.44,1) 0.5s;
  transition: transform 2s cubic-bezier(.165,.84,.44,1) 0.5s;
}


/* 固定コンテンツ */
#index_header_content {
	width:1030px;
	position:absolute; z-index:3; left:50%; top:50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
}
#index_header_content .catch { text-align:center; font-size:44px; color:#fff; line-height:1.4; font-weight:500; }
#index_header_content .catch.mobile { display:none; }
#index_header_content .content_item_list {
  height:100%; margin:40px auto 0; z-index:3; position:relative;
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-flex-wrap:wrap; flex-wrap:wrap;
	-webkit-justify-content:center; justify-content:center;
}
#index_header_content .content_item { background:#fff; margin:0 20px 0 0; }
#index_header_content .content_item:last-of-type { margin-right:0; }
#index_header_content .link_button { margin-top:50px; text-align:center; }
#index_header_content .animate_item {
  position:relative; top:40px; opacity:0;
  transition: top 1.5s cubic-bezier(0.22, 1, 0.36, 1) 0.5s, opacity 1.5s cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
}
#index_header_content .animate_item.animate { top:0; opacity:1; }
body.stop_index_slider_animation #index_header_content .animate_item { top:0; opacity:1; }


/* SVG */
#header_slider_wrap .svg_wrap { width:100%; height:201px; position:absolute; left:0px; bottom:-1px; z-index:2; }
#header_slider_wrap .svg_wrap svg { display:block; position:absolute; left:0; bottom:0px; }
#header_slider_wrap .svg_wrap path { fill:#ffffff; }
#header_slider_wrap.shape_type2 .svg_wrap { display:none; }


/* スクロールボタン */
#header_scroll_button {
  display:none; opacity:0; width:40px; height:40px; border:1px solid rgba(255,255,255,1); border-radius:100%; z-index:10; cursor:pointer;
  position:absolute; bottom:30px; left:50%; -webkit-transform: translateX(-50%); transform: translateX(-50%);
  transition: border-color 0.25s ease 0s, opacity 1.5s cubic-bezier(0.22, 1, 0.36, 1) 2.6s;
}
#header_scroll_button.animate { opacity:1; }
#header_scroll_button:before {
  color:#fff; font-family:'design_plus'; content:'\e90e'; font-size:12px; display:block; width:12px; height:12px;
  position:absolute; left:14px; top:16px; margin:auto;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#header_scroll_button span { display:none; }
#header_scroll_button:hover { border:1px solid rgba(255,255,255,0.6); }
#header_scroll_button:hover:before { color:rgba(255,255,255,0.6); }




/* ----------------------------------------------------------------------
 コンテンツビルダー
---------------------------------------------------------------------- */


/* 共通パーツ */
.cb_header { width:710px; margin:-10px auto 60px; }
.cb_header .catch { line-height:1.4; font-size:42px; text-align:center; }
.cb_header .desc { line-height:2.4; margin:30px 0 0; }
.cb_content:last-of-type { padding-bottom:150px; }
.cb_header .catch.mobile { display:none; }
.cb_header .desc.mobile { display:none; }


/* 数値データ */
.cb_data_content {
	min-width:180px; height:180px; border-radius:10px; padding:0 20px; text-align:center;
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-flex-direction:column; flex-direction:column;
  -webkit-justify-content:center; justify-content:center;
	-webkit-box-sizing:border-box; box-sizing:border-box;
}
.cb_data_content .headline { font-size:16px !important; margin:0 0 10px 0 !important; padding:0 !important; line-height:1 !important; }
.cb_data_content .num_area { margin:0 !important; line-height:1 !important;}
.cb_data_content .num { font-size:68px; font-weight:600; }
.cb_data_content .unit { font-size:24px; font-weight:600; }
.cb_data_content .desc { font-size:14px; margin:12px 0 0 0 !important; line-height:1 !important; }
.cb_data_content.sc_data_content { height:auto; margin:40px 0; }


/* サービス */
.cb_service_list { padding:100px 0 100px; }
.cb_service_list .service_carousel { width:1029px; margin-top:-5px; }
.cb_service_list .service_carousel .owl-stage { padding:40px 0; }
.cb_service_list .service_carousel .owl-item { -webkit-transition: transform 0.25s ease; transition: transform 0.25s ease; }
.cb_service_list .service_carousel .owl-item.active.center { z-index:100; transform:scale(1.12); box-shadow:0 0 10px 0 rgba(0,0,0,0.2); will-change:transform; }
.cb_service_list .service_carousel .owl-item.active.center .title_area { border-left:1px solid #444; }
.cb_service_list .service_carousel .owl-item.active.center .desc { border-left:1px solid #ddd; }
.cb_service_list .service_carousel:before { bottom:30px; }
.cb_service_list .service_carousel:after { bottom:30px; }
.cb_service_list .link_button { text-align:center; margin-top:65px; }


/* デザインコンテンツ */
.cb_design_content { padding:100px 0 100px; }
.cb_design_content .data_content_top { margin-top:-25px; }
.cb_design_content .banner_content { width:1030px; height:450px; position:relative; overflow:hidden; margin:40px auto 0; }
.cb_design_content .banner_content .cb_data_content { z-index:5; position:absolute; color:#fff; left:50%; top:50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.cb_design_content .banner_content .overlay { width:100%; height:100%; background:rgba(0,0,0,0.3); position:absolute; top:0px; left:0px; z-index:3; }
.cb_design_content .banner_content .bg_image { width:100%; height:100%; position:absolute; top:0; left:0; z-index:1; overflow:hidden; }
.cb_design_content .banner_content .bg_image img { width:100%; height:100%; display:block; margin:0; object-fit:cover; }
.cb_design_content .link_button { text-align:center; margin-top:65px; }



/* バナーコンテンツ */
.cb_banner_content { width:100%; height:450px; position:relative; overflow:hidden; }
.cb_banner_content .overlay { width:100%; height:100%; background:rgba(0,0,0,0.3); position:absolute; top:0px; left:0px; z-index:3; }
.cb_banner_content .bg_image { width:calc(50% + 105px); height:100%; position:absolute; top:0; left:0; z-index:1; overflow:hidden; }
.cb_banner_content .bg_image img { width:100%; height:100%; display:block; margin:0; object-fit:cover; }
.cb_banner_content .bg_image:nth-child(2) { left:auto; right:0; z-index:2; transform: skewX(-25deg); -webkit-transform-origin: 0% 100%; transform-origin: 0% 100%; }
.cb_banner_content .bg_image:nth-child(2) img { transform: skewX(25deg); -webkit-transform-origin: 0% 100%; transform-origin: 0% 100%; }
.cb_banner_content.one_item .bg_image { width:100%; }
.cb_banner_content .bg_image.mobile { display:none; }
.cb_banner_content .content {
	width:100%; height:100%; z-index:4; position:relative; 
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-flex-wrap:wrap; flex-wrap:wrap;
	-webkit-align-items:center; align-items:center;
}
.cb_banner_content .cb_data_content { width:50%; color:#fff; }
.cb_banner_content.one_item .cb_data_content { width:100%; }
#content_builder .cb_banner_content:first-child { margin-top:100px; }
body.header_slider_shape_type2 #content_builder .cb_banner_content:first-child { margin-top:0px !important; }


/* お知らせ */
.cb_news_list { padding:100px 0 100px; }
.cb_news_list .news_category_sort_button ol {
	width:1030px; margin:0 auto 70px;
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-flex-wrap:wrap; flex-wrap:wrap;
	-webkit-justify-content:center; justify-content:center;
}
.cb_news_list .news_category_sort_button li { margin:0 20px; font-size:16px; }
.cb_news_list .news_category_sort_button li span { cursor:pointer; -webkit-transition: color 0.25s ease; transition: color 0.25s ease; }
.cb_news_list .news_category_sort_button li span:hover { color:orange; }
.cb_news_list .news_category_sort_button li.active span { color:orange; pointer-events:none; }
.cb_news_list .news_list { width:1030px; margin:0 auto; }
.cb_news_list .link_button { text-align:center; margin-top:65px; }

.cb_news_list .news_list { position:relative; display:none; }
.cb_news_list .news_list.active {
  display:block !important;
  -webkit-animation: news_list_animation 1.0s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  animation: news_list_animation 1.0s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}
@-webkit-keyframes news_list_animation {
  0% { opacity:0; bottom:-20px; }
  100% { opacity:1; bottom:0; }
}
@keyframes news_list_animation {
  0% { opacity:0; bottom:-20px; }
  100% { opacity:1; bottom:0; }
}


/* 事例 */
.cb_case_list { padding:100px 0 100px; background:#f6f6f6; }
.cb_case_list .case_list .item { width:320px; }
.cb_case_list .link_button { text-align:center; margin-top:65px; }
.cb_case_list .owl-carousel .owl-nav {
	width:1030px; height:70px; z-index:3; pointer-events:none;
	position:absolute; left:50%; top:50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
}
.cb_case_list .owl-carousel .owl-nav .owl-prev { pointer-events:auto; left:-55px; background:#fff; width:70px; height:70px; border-radius:100%; box-shadow:0 0 15px 0 rgba(0,0,0,0.2); }
.cb_case_list .owl-carousel .owl-nav .owl-next { pointer-events:auto; right:-55px; background:#fff; width:70px; height:70px; border-radius:100%; box-shadow:0 0 15px 0 rgba(0,0,0,0.2); }
.cb_case_list .owl-carousel .owl-nav button:hover { color:#aaa; }


/* フリースペース */
.cb_free_space { padding:100px 0; }
.cb_free_space.no_space { padding:0 !important; }
.cb_free_space .post_content { width:1030px; margin:0 auto; }
.cb_free_space.width_type2 .post_content { width:auto; }




/* ----------------------------------------------------------------------
 ページヘッダー　アーカイブページ共通パーツ
---------------------------------------------------------------------- */
#page_header { width:100%; position:relative; background:#000; color:#fff; }
#page_header_inner {
	width:1030px; height:80px; margin:0 auto; position:relative;
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-flex-wrap:wrap; flex-wrap:wrap;
	-webkit-justify-content:space-between; justify-content:space-between;
	-webkit-align-items:center; align-items:center;
}
#page_header .headline { line-height:1.6; }
#page_header .desc { font-size:18px; font-weight:600; line-height:2; }


#archive_header { width:710px; margin:-10px auto 60px; }
#archive_header .catch { line-height:1.6; font-size:42px; text-align:center; }
#archive_header .desc { line-height:2.4; margin:25px 0 0; }
#archive_header .catch.mobile { display:none; }
#archive_header .desc.mobile { display:none; }


/* ページナビ */
.page_navi { margin:30px 0 0 0; z-index:10; position:relative; }
.page_navi ul { margin:0; font-size:0; text-align:center; }
.page_navi li { display:inline-block; margin:0; }
.page_navi a, .page_navi a:hover, .page_navi span {
  font-family:"Arial"; color:#000; border-bottom:4px solid transparent; font-size:14px; width:60px; height:80px; line-height:80px; display:inline-block; text-align:center;
  -webkit-box-sizing:border-box; box-sizing:border-box;
	-webkit-transition: border-color 0.25s ease; transition: border-color 0.25s ease;
}
.page_navi a:hover { }
.page_navi span.dots {  }
.page_navi span.current { border-color:#000; position:relative; }
.page_navi .next, .page_navi .prev { position:relative; }
.page_navi .next span, .page_navi .prev span { display:none; }
.page_navi .next:before, .page_navi .prev:before {
  font-family:'design_plus'; font-size:14px; top:2px; position:relative;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.page_navi .prev:before { content:'\e94b'; left:0px; }
.page_navi .next:before { content:'\e94a'; right:0px;}
.page_navi .prev:hover:before, .page_navi .next:hover:before { }




/* ----------------------------------------------------------------------
 固定ページ
---------------------------------------------------------------------- */
#page_contents { margin:0 auto; padding:70px 0 150px; }


/* アバウトページ */
.page_content:first-of-type { padding-top:0; }
.page_content { padding-top:80px; }
.about_table1 { margin-bottom:50px !important; }
.about_table1 th { width:135px !important; }
.about_table1 td { width:auto !important; }
.about_table2 .year { color:#f3b80a; font-weight:600; width:100px !important; }
.about_table2 th { width:70px !important; padding:0 !important; }
.about_table2 td { width:auto !important; }
#about_map_info { text-align:center; margin-top:50px; }
#about_map_info .name { font-size:18px; margin:0; }
#about_map_info .address { font-size:18px; margin:0 0 10px 0; }
#about_map_info .link { margin:0 0 15px 0; }
#about_map_info .link a { color:#f3b80a; }
#about_map_info .qt_google_map { margin-top:40px; }
#mobile_about_page_menu { display:none; }
body.page-template-page-about #container { overflow:initial; }
body.page-template-page-about #main_contents { align-items: flex-start; }
body.page-template-page-about #side_col { position:sticky; top:70px; z-index:100; }
#about_page_menu { margin:0 -30px 30px 0; }
#about_page_menu a {
	font-size:14px; margin:0; padding:0;
  display:block; background:#fff; color:#000; border-bottom:1px solid #ddd; overflow:hidden; position:relative; width:100%; height:70px; line-height:70px;
  overflow:hidden; white-space:nowrap; text-overflow:ellipsis; visibility:visible;
	-webkit-box-sizing:border-box; box-sizing:border-box;
  -webkit-transition: all 0.35s ease; transition: all 0.35s ease;
}
#about_page_menu a:hover { padding-left:40px; }
#about_page_menu a:before {
	display:block; height:4px; width:0px; background:orange; content:''; position:absolute; left:0px; top:32px;
  -webkit-transition: width 0.25s ease; transition: width 0.25s ease;
}
#about_page_menu a:hover:before { width:20px; }


/* 事業内容 */
.business_content { margin:0 0 50px 0; }
.business_content .content { background:#f6f6f6; }
.business_content .image img { display:block; margin:0; }
.business_content .content {
  padding:60px 0;
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -webkit-align-items:center; align-items:center;
}
.business_content h3 { font-size:22px !important; width:500px; margin:0 !important; text-align:center; }
.business_content p {
  width:calc(100% - 500px); padding-right:60px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#page_contents .link_button { text-align:center; }


/* スクロールボタン */
#page_contents_link {
  display:block; height:150px; width:100%; text-decoration:none; position:absolute; bottom:0px; right:0; left:0; margin:auto; z-index:10;
}
#page_contents_link:before {
  color:#fff; font-family:'design_plus'; content:'\e90e'; font-size:22px; display:block;
  position:absolute; margin-bottom:15px; left:50%; -webkit-transform: translateX(-50%); transform: translateX(-50%);
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  -webkit-animation: slideUpDown 1.8s ease infinite 0s;
  animation: slideUpDown 1.8s ease infinite 0s;
}
#page_contents_link { opacity:0; }
#page_contents_link.animate {
  -webkit-animation: opacityAnimation 1.0s ease forwards 0.7s;
  animation: opacityAnimation 1.0s ease forwards 0.7s;
}




/* ----------------------------------------------------------------------
 LPページ
---------------------------------------------------------------------- */


/* ヘッダー */
#lp_header { width:100%; height:850px; position:relative; overflow:hidden; }
@media only screen and (min-width: 751px) {
  #lp_header { height:700px !important; }
}
@media only screen and (min-width: 1200px) {
  #lp_header { height:850px !important; }
}
#lp_header .overlay { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:2; background:rgba(0,0,0,0.3); }
#lp_header .bg_image { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; }
#lp_header .bg_image img { width:100%; height:100%; display:block; margin:0; object-fit:cover; }
#lp_header .bg_image.mobile { display:none; }
#lp_header .svg_wrap { width:100%; height:201px; position:absolute; left:0px; bottom:-1px; z-index:3; }
#lp_header .svg_wrap svg { display:block; position:absolute; left:0; bottom:0px; }
#lp_header .svg_wrap path { fill:#ffffff; }
#lp_header.shape_type2 .svg_wrap { display:none; }

#lp_header .content {
	width:1030px;
	position:absolute; z-index:5; left:50%; top:50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
}
#lp_header .catch { text-align:center; font-size:44px; color:#fff; line-height:1.4; font-weight:500; }
#lp_header .catch.mobile { display:none; }
#lp_header .content_item_list {
  height:100%; margin:35px auto 0; z-index:3; position:relative;
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-flex-wrap:wrap; flex-wrap:wrap;
	-webkit-justify-content:center; justify-content:center;
}
#lp_header .content_item { background:#fff; margin:0 20px 0 0; }
#lp_header .content_item:last-of-type { margin-right:0; }
#lp_header .link_button { margin-top:50px; text-align:center; }
#lp_header .animate_item {
  position:relative; top:40px; opacity:0;
  transition: top 1.5s cubic-bezier(0.22, 1, 0.36, 1) 0.5s, opacity 1.5s cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
}
#lp_header .animate_item.animate { top:0; opacity:1; }


/* コンテンツビルダー */
#lp_contents { margin:0 auto; padding:90px 0 150px; }
body.hide_page_header #lp_contents { margin-top:70px; }
body.hide_page_header.hide_page_header_bar #lp_contents { margin-top:0px !important; }
.lp_demo_content { }
.lp_demo_content > *:first-child { margin-top:0; }
.lp_page_demo_faq { margin:100px 0; }
.lp_page_table { margin-bottom:100px !important; }
.lp_page_table th { width:200px !important; }
.lp_page_table td { width:auto !important; }
.gray_wide_content { position:relative; margin:90px 0; }
.gray_wide_content:after { content:''; display:block; width:150vw; height:100%; background:#f6f6f6; position:absolute; top:0px; left:-50vw; }
.gray_wide_content_inner { position:relative; z-index:2; padding:90px 0; }
.gray_wide_content_inner > *:first-child { margin-top:0; }




/* ----------------------------------------------------------------------
 事例
---------------------------------------------------------------------- */

/* 事例一覧 */
.case_list .item { background:#fff; border-radius:15px; overflow:hidden; position:relative; }
.case_list .image_wrap { width:100.1%; height:200px; overflow:hidden;display:block; z-index:1; position:relative; border-radius:15px 15px 0 0; }
.case_list .image { width:100%; height:100% !important; }
.case_list .image img { width:100%; height:100%; display:block; margin:0; object-fit:cover; object-position:center top;　}
.case_list .title_area { padding:25px 30px 120px; }
.case_list .title_area.one_data { padding:25px 30px 90px; }
.case_list .item.no_meta .title_area { padding:25px 30px; }
.case_list .category {
	background:#000; color:#fff; display:inline-block; height:35px; line-height:35px; font-size:12px; padding:0 25px; min-width:90px; text-align:center;
  -webkit-box-sizing:border-box; box-sizing:border-box;
	position:absolute; z-index:1; top:165px; left:30px; 
}
.case_list .title { font-size:20px; line-height:1.5; min-height:4.5em; max-height:4.5em; overflow:hidden; visibility:visible; }
.case_list .title a { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
.case_list .meta { font-size:14px; position:absolute; bottom:25px; left:30px; right:30px; }
.case_list .meta li { line-height:1.5; }
.case_list .meta li:last-of-type { margin-top:12px; }
.case_list .company { font-weight:600; }
.case_list .date { position:relative; display:block; color:#999; }
.case_list .date:before {
  font-family:'footer_bar'; content:'\e912'; font-size:13px; display:inline-block; margin:0 5px 0 0; vertical-align:-1px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}


/* 事例アーカイブ */
#archive_case { background:#f6f6f6; padding:70px 0 150px; }
#archive_case .case_list {
	width:1030px; margin:0 auto -36px;
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#archive_case .case_list .item { width:calc(100% / 3 - 23px); margin:0 34px 36px 0; }
#archive_case .case_list .item:nth-child(3n) { margin-right:0; }
#archive_case .page_navi { margin-top:40px; }


/* 事例詳細 */
#single_case { width:800px; margin:0 auto; padding:70px 0 100px; }
#case_post_title { overflow:hidden; position:relative; border-radius:15px; margin:0 0 60px 0; }
#case_post_title img { width:100%; height:100%; display:block; margin:0; object-fit:cover; }
#case_post_title .category {
	background:#000; color:#fff; display:inline-block; height:35px; line-height:35px; font-size:12px; padding:0 25px; min-width:90px; text-align:center;
  -webkit-box-sizing:border-box; box-sizing:border-box;
	position:absolute; z-index:1; top:0px; left:30px; 
}
#case_post_title .title_area {
	position:absolute; bottom:0; left:0px; padding:25px 30px; background:rgba(0,0,0,0.5); color:#fff; width:100%;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#case_post_title .title { line-height:1.5; }
#case_post_title .meta {
	font-size:14px; margin:10px 0 -5px;
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#case_post_title .meta li { margin:0 20px 10px 0; }
#case_post_title .date { position:relative; display:block; }
#case_post_title .date:before {
  font-family:'footer_bar'; content:'\e912'; font-size:13px; display:inline-block; margin:0 7px 0 0; vertical-align:-1px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#case_post_title .company { font-weight:600; }
#case_post_title .company a { color:#fff; }
#case_post_title .company a:hover { color:rgba(255,255,255,0.5); }
#single_case  .archive_button {text-align:center; margin-top:70px; }
.post_content p + p img[class*="alignnone"] { margin-top:7px; }


/* 関連事例 */
#related_case { background:#f6f6f6; padding:100px 0; }
#related_case .headline { font-size:28px; line-height:1; text-align:center; margin:0 0 70px 0; }
#related_case .case_list { width:1030px; margin:0 auto; }
#related_case .owl-carousel .owl-nav .owl-prev { left:-50px; }
#related_case .owl-carousel .owl-nav .owl-next { right:-50px; }
#related_case .owl-carousel .owl-nav button:hover { color:#aaa !important; }




/* ----------------------------------------------------------------------
 CTA
---------------------------------------------------------------------- */
#case_cta { border-top:1px solid #ddd; margin:60px 0 0; padding:70px 0 0 0; }
#case_cta .headline { line-height:1; text-align:center; margin:0 0 70px 0; font-size:28px; }
#case_cta_main { width:100%; height:250px; position:relative; overflow:hidden; border-radius:15px; }
#case_cta_main a { display:block; width:100%; height:100%; overflow:hidden; position:relative; z-index:1; }
#case_cta_main .link.no_link { pointer-events:none; }
#case_cta_main .image { width:100%; height:100% !important; display:block; overflow:hidden; position:absolute; top:0px; left:0px; z-index:1; }
#case_cta_main img { width:100%; height:100%; display:block; margin:0; object-fit:cover; }
#case_cta_main .catch {
  color:#fff; width:100%; line-height:1.5; position:absolute; bottom:0px; left:0px; z-index:3; text-align:center; padding:20px 30px; background:rgba(0,0,0,0.5);
	-webkit-transition: color 0.25s ease; transition: color 0.25s ease;
	-webkit-box-sizing:border-box; box-sizing:border-box;
}
#case_cta_main a:hover .catch { color:rgba(255,255,255,0.5); }
#case_cta_main .overlay { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:2; }




/* ----------------------------------------------------------------------
 サービス
---------------------------------------------------------------------- */


/* サービスアーカイブ */
#archive_service { width:1030px; margin:0 auto; padding:70px 0 150px; }
#archive_service .service_list .item {
  display:-webkit-box; display:-webkit-flex; display:flex; overflow:hidden; margin:0 0 50px 0; position:relative;
  -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#archive_service .service_list .item:last-of-type { margin:0; }
#archive_service .service_list .image_wrap { width:50%; height:260px; overflow:hidden; border-radius:15px 0 0 15px; position:relative; }
#archive_service .service_list .image { width:100%; height:100%; position:relative; overflow:hidden; }
#archive_service .service_list .image img { width:100%; height:100%; display:block; margin:0; object-fit:cover; }
#archive_service .service_list .content {
	border:1px solid #ddd;  width:50%; border-radius:0 15px 15px 0; border-left:none;
  -webkit-box-sizing:border-box; box-sizing:border-box; text-align:center;
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-flex-direction:column; flex-direction:column;
  -webkit-justify-content:center; justify-content:center;
}
#archive_service .service_list .catch { line-height:2.4; }
#archive_service .service_list .link_button { margin-top:20px; }
#archive_service .point {
	position:absolute; top:20px; left:20px; z-index:100; width:100px; height:100px; color:#fff; border-radius:100%;
  -webkit-box-sizing:border-box; box-sizing:border-box; text-align:center;
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-flex-direction:column; flex-direction:column;
  -webkit-justify-content:center; justify-content:center;
}
#archive_service .point .headline { font-size:14px; margin:0 0 5px 0; }
#archive_service .point .num { font-size:32px; }
#archive_service .point .unit { font-size:14px; margin:0 0 0 3px; }


/* サービス詳細　ヘッダー */
#service_page_header { width:100%; height:450px; position:relative; overflow:hidden; }
#service_page_header img { width:100%; height:100%; display:block; margin:0; object-fit:cover; }
#service_page_header .title { width:100%; position:absolute; left:0px; bottom:0; background:rgba(0,0,0,0.5); z-index:3; }
#service_page_header .title h1 { top:0 !important; font-size:32px; color:#fff; width:800px; height:80px; line-height:80px; margin:0 auto; }
#service_page_header .content {
	width:800px; position:absolute; left:50%; top:50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index:3;
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-flex-wrap:nowrap; flex-wrap:nowrap;
	-webkit-align-items:center; align-items:center;
  -webkit-justify-content:space-between; justify-content:space-between;
}
#service_page_header .catch { font-size:30px; color:#fff; line-height:1.6; padding-right:50px; }
#service_page_header .box_content { background:#fff; border-radius:10px; }
#service_page_header .overlay { width:100%; height:100%; background:rgba(0,0,0,0.3); position:absolute; top:0px; left:0px; z-index:1; }
#service_page_header .animate_item {
  position:relative; top:40px; opacity:0;
  -webkit-transition: top 1.5s cubic-bezier(0.22, 1, 0.36, 1) 0.5s, opacity 1.5s cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
  transition: top 1.5s cubic-bezier(0.22, 1, 0.36, 1) 0.5s, opacity 1.5s cubic-bezier(0.22, 1, 0.36, 1) 0.5s;
}
#service_page_header .animate_item.animate { top:0; opacity:1; }
#mobile_box_content { display:none; }


/* サービス詳細 */
#single_service { width:800px; margin:0 auto; padding:60px 0 100px; }
.service_design_content { margin:60px 0 70px; background:#f6f6f6; border-radius:15px; overflow:hidden; }
body.single-post .service_design_content, body.show_side_bar .service_design_content { margin-bottom:50px; }
.service_design_content .headline { height:80px; line-height:80px !important; text-align:center; background:#000; color:#fff; font-size:26px !important; margin:0 !important; padding:0 !important; }
.service_design_content .content { padding:30px 40px; }
.service_design_content .content > *:first-child { margin-top:0; }
.service_design_content .catch { line-height:1.6 !important; font-size:22px !important; margin:0 0 10px 0 !important; padding:0 !important; }
#single_service .post_content img.aligncenter { margin-top:60px; }
#single_service .post_content .design_headline + p img.aligncenter { margin-top:40px; }
#single_service .service_design_content .content { padding:50px 60px; }
body.page-template-page-lp .service_design_content .content { padding:50px 60px; }


/* サービス詳細　カルーセル */
#recent_service { background:#f6f6f6; padding:100px 0; }
#recent_service .headline { text-align:center; margin:0 0 70px 0; font-size:28px; }
#recent_service .service_carousel { width:800px; }
.service_carousel { margin:0 auto; position:relative; }
.service_carousel:before { content:''; display:block; width:1px; height:150px; position:absolute; left:0px; top:300px; background:#ddd; z-index:2; }
.service_carousel:after { content:''; display:block; width:1px; height:150px; position:absolute; right:0px; top:300px; background:#ddd; z-index:2; }
.cb_service_list .service_carousel:before { top:340px; }
.cb_service_list .service_carousel:after { top:340px; }
.service_carousel a { display:block; background:#fff; position:relative; overflow:hidden; }
.service_carousel .image_wrap { width:101%; left:-1px; height:200px; overflow:hidden;display:block; z-index:1; position:relative; }
.service_carousel .image { width:100%; height:200px !important; position:relative; z-index:1; overflow:hidden; }
.service_carousel .image img { width:100%; height:100%; display:block; margin:0; object-fit:cover; }
.service_carousel .title_area {
	background:#000; color:#fff; text-align:center; padding:0px 20px; height:100px; border-right:1px solid #444; 
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-flex-direction:column; flex-direction:column;
  -webkit-justify-content:center; justify-content:center;
}
.service_carousel .catch { margin:0 0 15px 0; font-size:16px; }
.service_carousel .item.has_br .catch { margin:0 0 8px 0; }
.service_carousel .title { font-size:22px; margin:0 0 -5px; line-height:1.2; color:#fff; -webkit-transition: color 0.25s ease; transition: color 0.25s ease; }
.service_carousel a:hover .title { color:orange; }
.service_carousel .desc {
	padding:0 30px; height:150px; -webkit-box-sizing:border-box; box-sizing:border-box; border-bottom:1px solid #ddd; border-right:1px solid #ddd;
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -webkit-align-items:center; align-items:center;
}
.service_carousel .desc p {
  line-height:2.4; max-height:7.2em; word-break:break-all; overflow:hidden; color:#000; font-size:16px; 
  word-wrap:break-word; word-break:break-all;
}
.service_carousel .desc p span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
.service_carousel.owl-carousel .owl-nav .owl-prev { left:-50px; }
.service_carousel.owl-carousel .owl-nav .owl-next { right:-50px; }
.service_carousel.owl-carousel .owl-nav button:hover { color:#aaa !important; }




/* ----------------------------------------------------------------------
 お知らせ
---------------------------------------------------------------------- */


/* お知らせアーカイブ */
#archive_news { padding:70px 0 150px; width:1030px; margin:0 auto; }
#archive_news .news_category_button {
	margin:0 auto 70px;
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-flex-wrap:wrap; flex-wrap:wrap;
	-webkit-justify-content:center; justify-content:center;
}
#archive_news .news_category_button li { margin:0 20px; font-size:16px; }
#archive_news .news_category_button li.current a { color:orange; pointer-events:none; }

.news_list { border-top:1px solid #ddd; }
.news_list .item {
	border-bottom:1px solid #ddd;
	height:70px; line-height:70px;  
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-flex-wrap:nowrap; flex-wrap:nowrap;
  -webkit-align-items:center; align-items:center;
}
.news_list a { }
.news_list .date { -webkit-flex: 0 0 auto; flex: 0 0 auto; position:relative; display:block; color:#999; font-size:14px; margin:0 20px 0 0; }
.news_list .date:before {
  font-family:'footer_bar'; content:'\e912'; font-size:13px; display:inline-block; margin:0 7px 0 0; vertical-align:-1px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.news_list .category {
	-webkit-flex: 0 0 auto; flex: 0 0 auto; margin:0 20px 0 0; min-width:100px; height:35px; line-height:35px; display:inline-block; background:#000; color:#fff; text-align:center; border-radius:35px; font-size:12px; padding:0 15px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.news_list .title {
  font-size:16px; font-weight:500; -webkit-flex: 1 1 auto; flex: 1 1 auto; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; visibility:visible;
  -webkit-transition: color 0.25s ease; transition: color 0.25s ease;
}
.news_list .title a { display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; visibility:visible; }
#archive_news .page_navi { margin-top:40px; }




/* ----------------------------------------------------------------------
 ブログアーカイブページ
---------------------------------------------------------------------- */
#archive_blog { padding:70px 0 150px; }
#no_post { text-align:center; margin-top:80px; line-height:2; }


/* ブログ一覧 */
#blog_list { width:1030px; margin:0 auto -60px; }
#blog_list .item_list_top, #blog_list .item_list_bottom {
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#blog_list .item { position:relative; overflow:hidden; }
#blog_list .item_list_top .item { width:50%; margin-bottom:70px; }
#blog_list .item_list_bottom .item { width:calc(100% / 3 - 24px); margin:0 35px 60px 0; }
#blog_list .item_list_bottom .item:nth-of-type(3n) { margin-right:0; }
#blog_list .image_wrap { width:100%; overflow:hidden; display:block; z-index:1; position:relative; }
#blog_list .image { width:100%; height:100%; }
#blog_list .image img { width:100%; height:100%; display:block; margin:0; object-fit:cover; }
#blog_list .item_list_top .image_wrap { height:325px; }
#blog_list .item_list_top .content { padding:25px 30px 20px; position:relative; border:1px solid #ddd; border-top:none; min-height:183px; }
#blog_list .item_list_top .item.no_date .content { min-height:150px; }
#blog_list .item_list_top .item:nth-child(2) .content { border-left:none; }
#blog_list .item_list_bottom .content { padding:20px 0 0; position:relative; }
#blog_list .item_list_bottom .image_wrap { max-height:200px; }
#blog_list .category {
	background:#000; color:#fff !important; display:inline-block; height:35px; line-height:35px; font-size:12px; padding:0 20px; min-width:90px; text-align:center;
  -webkit-box-sizing:border-box; box-sizing:border-box;
	position:absolute; z-index:1; top:-35px; left:-1px; 
}
#blog_list .title { font-size:22px; line-height:1.6; max-height:4.8em; overflow:hidden; visibility:visible; }
#blog_list .item_list_bottom .title { font-size:20px; }
#blog_list .title a { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
#blog_list .item_list_top .title { max-height:3em; }
#blog_list .item_list_top .title a { -webkit-line-clamp:2; }
#blog_list .desc {
	font-size:16px; position:absolute; bottom:20px; left:0; width:100%; padding:0 30px; line-height:2; min-height:4em; max-height:4em; overflow:hidden; visibility:visible;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#blog_list .desc span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
#blog_list .date { font-size:14px; position:relative; display:block; color:#999; margin:5px 0 15px 0; }
#blog_list .date:before {
  font-family:'footer_bar'; content:'\e912'; font-size:13px; display:inline-block; margin:0 7px 0 0; vertical-align:-1px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}




/* ----------------------------------------------------------------------
 ブログ詳細ページ
---------------------------------------------------------------------- */


/* タイトルエリア */
#single_post_title { margin:0 0 40px; }
#single_post_title .title { font-size:30px; line-height:1.5; }
#single_post_title .meta {
	margin:0 0 15px 0;
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -webkit-align-items:center; align-items:center;
}
#single_post_title .category {
  font-size:12px; text-align:center; background:#000; color:#fff;
  height:35px; line-height:35px; min-width:90px; padding:0 20px; margin:0 15px 0 0; display:inline-block;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
body.single-news #single_post_title .category { border-radius:35px; }
#single_post_title .category:hover { color:#fff !important; }
#single_post_title .date { position:relative; color:#999; font-size:14px; margin:0 15px 0 0; display:block; }
#single_post_title .date:before {
  font-family:'footer_bar'; content:'\e912'; font-size:13px; display:inline-block; margin:0 7px 0 0; vertical-align:-1px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#single_post_title .update { position:relative; color:#999; font-size:14px; display:block; }
#single_post_title .update:before {
  font-family:'design_plus'; content:'\e943'; font-size:14px; display:inline-block; margin:0 6px 0 0; vertical-align:-1px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#single_post_image { width:100%; margin:0 auto 50px; max-width:700px; }
#single_post_image img { width:100%; height:100%; display:block; margin:0; object-fit:cover; }

/* 本文 */
#article .post_content { }
.post_content a:hover { text-decoration:none; }


/* SNSボタン */
#single_share_top { margin:0 0 45px; padding:0; }
#single_share_top .share-top { margin:0; }
#single_share_bottom { margin:60px 0 -5px; }
#single_share_bottom .share-btm { margin-bottom:0 !important; padding:0; }
#single_share_top .mt10, #single_share_top .mt10 { margin:0 !important; }
#single_share_bottom .mb45, #single_share_bottom .mb45 { margin:0 !important; }
.share-type1 ul { text-align:left; }
.share-type3 ul { text-align:left; }
.share-type2 ul.type2 { text-align:left; }
.share-type4 ul.type4 { text-align:left; }
.sns_default_top  { text-align:left; }


/* コピーボタン */
.single_copy_title_url { text-align: center; }
.single_copy_title_url_btn {
  font-size:14px; color:#000; background:#fff; border:3px solid #ccc; cursor:pointer; line-height:54px; min-width:300px; padding: 0 15px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  -webkit-transition-property:background-color, color; -webkit-transition-duration:0.3s; -webkit-transition-timing-function:ease;
  transition-property:background-color, color; transition-duration:0.3s; transition-timing-function:ease;
}
.single_copy_title_url_btn:hover { color:rgba(0,0,0,0.5) !important; }
.single_copy_title_url_btn.copied { background:#ccc; color:#fff; pointer-events:none; }
#single_copy_title_url_top { margin:0 0 50px 0; }
#single_copy_title_url_bottom { margin:35px 0 0; }


/* ページ分割 */
#post_pagination { margin:0; padding:0; clear:both; font-size:0; text-align:center; }
#post_pagination a, #post_pagination p {
  font-family:"Arial"; color:#000; border-bottom:4px solid transparent; font-size:14px; width:60px; height:80px; line-height:80px; display:inline-block; text-align:center;
  -webkit-box-sizing:border-box; box-sizing:border-box;
	-webkit-transition: border-color 0.25s ease; transition: border-color 0.25s ease;
}
#post_pagination p { border-color:#000; position:relative; margin:0; }


/* メタ情報 */
#post_meta_bottom { margin:50px 0 0; padding:15px 30px; border:1px solid #ddd; }
#post_meta_bottom li { display:inline; margin:0 10px 0 0; padding:0 15px 0 25px; 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:#666; font-size:15px; line-height:1;
  position:absolute; top:0px; left:0px;
}
#post_meta_bottom li.post_author:before { content:'\e90d'; }
#post_meta_bottom li.post_category:before { content:'\e92f'; }
#post_meta_bottom li.post_tag:before { content:'\e935'; }
#post_meta_bottom li.post_comment:before { content:'\e916'; font-size:20px; top:-3px; left:-2px; }
#post_meta_bottom li a:hover { color:rgba(0,0,0,0.5); }


/* プロフィール */
.author_profile {
  border:1px solid #ddd; margin:50px 0 0; position:relative; padding:35px 40px;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -ms-align-items:center; -webkit-align-items:center; align-items:center;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.author_profile .avatar_area { display:block; width:120px; height:120px; border-radius:100%; position:relative; overflow:hidden; z-index:1; }
.author_profile img.avatar { display:block; width:100%; height:auto; z-index:2; }
.author_profile .info {
  height:100%; -webkit-width:calc(100% - 120px); width:calc(100% - 120px); position:relative;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.author_profile .info_inner { padding:0 0 0 40px; }
.author_profile .name { font-size:20px; margin:5px 0 10px 0; font-weight:600; }
.author_profile .desc { line-height:2; margin:0; font-size:14px; }
.author_profile .name a:hover { color:rgba(0,0,0,0.5); }
body.single #main_col .author_profile .desc { max-height:4em; overflow:hidden; visibility:visible; }
body.single #main_col .author_profile .desc span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
#author_sns { text-align:left; margin:10px 0 0 2px; }
#author_sns li { margin:0 14px 0 0; }
.author_profile .archive_link { float:right; padding:0 20px 0 0; margin-top:4px; }
.author_profile .archive_link span:after {
  font-size:12px; font-family:'design_plus'; content:'\e910'; display:block; position:absolute; right:0px; top:5px; height:14px; line-height:14px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#archive_blog .author_profile { width:min(100%, 1030px); margin:0 auto 70px; }
#archive_blog .avatar_area { pointer-events:none; }
#archive_blog .name { pointer-events:none; }


/* ナビゲーション */
body.single-case #next_prev_post { margin-top:70px; }
#next_prev_post { margin:50px 0 0 0 ; position:relative; }
#next_prev_post .item {
  height:120px; width:50%; position:relative; border:1px solid #ddd;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -webkit-align-items:center; align-items:center;
}
#next_prev_post .item.prev_post { float:left; right:-1px; }
#next_prev_post .item.next_post { float:right; }
#next_prev_post .title {
  position:relative; padding:0 40px 0 70px; font-weight:500; margin-top:2px;
  font-size:16px; line-height:1.6; max-height:3.2em; overflow:hidden; visibility:visible;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  word-wrap:break-word; word-break:break-all;
  -webkit-transition: color 0.2s ease; transition: color 0.2s ease;
}
#next_prev_post a:hover .title { color:rgba(0,0,0,0.5); }
#next_prev_post .title span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
#next_prev_post .nav { display:none; }
#next_prev_post .next_post .title { padding:0 70px 0 40px; }
#next_prev_post .title:after {
  z-index:10; position:absolute; margin-top:2px; left:30px; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
  font-family:'design_plus'; color:#000; font-size:14px; font-weight:500; display:block;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s ease; transition: all 0.2s ease;
}
#next_prev_post .prev_post .title:after { content:'\e90f'; }
#next_prev_post .next_post .title:after { content:'\e910'; left:auto; right:30px; }
#next_prev_post a:hover .title:after { opacity:0.5; }


/* 関連記事 */
#related_post, #related_post_no_image { position:relative; padding:50px 0 0; }
#related_post .headline, #related_post_no_image .headline { font-size:22px !important; margin:0 0 50px 0; text-align:center; }
#related_post .post_list {
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#related_post .item { width:50%; height:130px; margin-bottom:-1px; }
#related_post .item a {
	display:block; width:100%; height:100%; border:1px solid #ddd; background:#fff;
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-flex-wrap:wrap; flex-wrap:wrap;
	-webkit-align-items:center; align-items:center;
}
#related_post .image_wrap { margin:-1px; display:block; width:132px; height:132px; position:relative; z-index:2; overflow:hidden; }
#related_post .image { width:100%; height:100% !important; display:block; overflow:hidden; position:relative; z-index:1; }
#related_post .image img { width:100%; height:100%; display:block; margin:0; object-fit:cover; }
#related_post .title {
	width:calc(100% - 130px); padding:0 30px; font-weight:500 !important; font-size:16px;
	line-height:1.8; max-height:5.4em; overflow:hidden; visibility:visible; word-wrap:break-word; word-break:break-all;
	-webkit-box-sizing:border-box; box-sizing:border-box;
}
#related_post .title span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
#related_post .no_image .title { width:auto !important; }


/* 広告 */
#single_banner_top { margin:0 auto 50px; }
#single_banner_bottom { margin:50px auto 0px; }
#single_banner_shortcode { margin:15px auto 45px; }
img.single_banner_image { max-width:100%; height:auto; display:block; margin:0 auto; }
.single_banner img { max-width:100%; height:auto; }
.single_banner a img { -webkit-transition: filter 0.3s ease; transition: filter 0.3s ease; }
.single_banner a:hover img { filter: brightness(80%); }




/* ----------------------------------------------------------------------
　ヘッダー
---------------------------------------------------------------------- */
body.admin-bar #header { top:32px; }
#header {
  z-index:1100; position:fixed; top:0px; left:0px; width:100%; height:70px; background:#fff;
	display:-webkit-box; display:-webkit-flex; display:flex;
	-webkit-justify-content:flex-end; justify-content:flex-end;
	-webkit-box-sizing:border-box; box-sizing:border-box;
}
#header:after {
  content:''; display:block; width:100%; height:calc(100% + 1px); background:#fff; position:absolute; z-index:-1;
  -webkit-transition: transform 0.35s ease; transition: transform 0.35s ease;
  -webkit-transform: translate3d(0,-1px,0); transform: translate3d(0,-1px,0);
}
body.home #header, body.page-template-page-lp #header  { background:none; }
body.home #header:after, body.page-template-page-lp #header:after { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
body.home.header_fix #header:after, body.page-template-page-lp.header_fix #header:after { -webkit-transform: translate3d(0,-1px,0); transform: translate3d(0,-1px,0); }
body.home #header.active, body.page-template-page-lp #header.active { background:#fff; }
body.home.header_fix #header { box-shadow:0 5px 20px 0 rgba(0,0,0,0.1); -webkit-transition: box-shadow 0.3s ease 0.35s; transition: box-shadow 0.3s ease 0.35s; }
body.header_fix #header { box-shadow:0 5px 20px 0 rgba(0,0,0,0.1); -webkit-transition: box-shadow 0.3s ease 0s; transition: box-shadow 0.3s ease 0s; }
body.page-template-page-lp.hide_page_header #header:after { content:''; display:block; height:1px; width:100%; position:absolute; bottom:-1px; left:0px; background:#ddd; }
body.page-template-page-lp.hide_page_header #header { background:#fff; }
body.page-template-page-lp.hide_page_header.header_fix #header:after { display:none; }


/* ロゴ */
#header_logo { position:absolute; left:40px; top:50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); z-index:3; }
#header_logo img { display:block; -webkit-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; }
#header_logo a:hover img { opacity:0.5; }
#header_logo a .logo_text { font-weight:500; }
#header_logo a:hover .logo_text { }
#header_logo .logo_image.mobile { display:none; }
body.home #header_logo a, body.page-template-page-lp #header_logo a { color:#fff; }
body.home.header_fix #header_logo a, body.home #header.active #header_logo a,
  body.page-template-page-lp.header_fix #header_logo a, body.page-template-page-lp #header.active #header_logo a, body.page-template-page-lp.hide_page_header #header #header_logo a
{ color:#000; }


/* グローバルメニュー */
body.hide_global_menu #global_menu { display:none; }
#global_menu { width:100%; height:70px; z-index:2; position:absolute; left:50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); z-index:1; }
#global_menu > ul { position:relative; text-align:center; font-size:0; }
#global_menu > ul > li { display:inline-block; position:relative; line-height:1; text-align:center; font-size:16px; }
#global_menu > ul > li > a { color:#000; text-decoration:none; height:70px; line-height:70px; padding:0 25px; display:block; position:relative; overflow:hidden; }
#global_menu > ul > li.active > a { background:#000 !important; color:#fff !important; }
#global_menu ul ul { display:none; width:250px; position:absolute; top:70px; margin:0; padding:0; z-index:100; }
#global_menu ul ul ul { left: 100%; top:0 !important; margin:0; }
#global_menu ul ul li { line-height:1.5; font-size:16px; padding:0; margin:0; text-align:left; position:relative; display:block; }
#global_menu ul ul a {
	background:#000; color:#fff; display:block; position:relative; padding:15px 20px 13px; height:auto; line-height:1.6; margin:0;
  -webkit-transition: padding 0.25s ease; transition: padding 0.25s ease;
}
#global_menu ul ul a:hover { text-decoration:none; padding-left:57px; }
#global_menu ul ul a:before {
	display:block; height:4px; width:0px; background:orange; content:''; position:absolute; left:25px; top:25px;
  -webkit-transition: width 0.25s ease; transition: width 0.25s ease;
}
#global_menu ul ul a:hover:before { width:20px; }
#global_menu > ul > li.current-menu-item > a, #global_menu > ul > li.current-menu-parent > a, #global_menu > ul > li.current-menu-ancestor > a { background:#000; color:#fff !important; }
body.home #global_menu > ul > li > a, body.page-template-page-lp #global_menu > ul > li > a { color:#fff; }
body.home.header_fix #global_menu > ul > li > a, body.page-template-page-lp.header_fix #global_menu > ul > li > a { color:#000; }
body.page-template-page-lp.hide_page_header #global_menu > ul > li > a { color:#000; }
body.page-template-page-lp:not(.header_fix):not(.hide_page_header) #header:not(.active) #global_menu > ul > li.current-menu-parent > a, body.page-template-page-lp:not(.header_fix):not(.hide_page_header) #header:not(.active) #global_menu > ul > li.current-menu-ancestor > a { background:none; }
#header.active #global_menu > ul > li > a { color:#000; }


/* ドロワーメニュー */
#drawer_menu_button { display:none; }
#drawer_menu { display:none; }


/* 検索フォーム */
body.hide_global_menu #header_search { display:none; }
#header_search { height:70px; z-index:2; position:relative; }
#header_search.active { z-index:100; }
#header_search_button {
  display:block; position:absolute; right:30px; top:14px; width:40px; height:45px; cursor:pointer; z-index:2;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#header_search_button:before {
  display:block; font-family:'design_plus'; color:#000; font-size:17px; content:'\e94c';
  top:14px; right:0px; position:absolute;
  -webkit-transition: color 0.2s ease; transition: color 0.2s ease;
}
#header_search_button:hover:before { color:red; }
#header_search.active #header_search_button:before { font-family:'design_plus';content:'\e91a'; font-size:20px; top:12px; right:-2px; }
#header_search form {
	opacity:0; pointer-events:none; height:45px; width:320px; position:absolute; top:13px; right:70px; z-index:1;
  -webkit-box-sizing:border-box; box-sizing:border-box;
	-webkit-transition: all 0.3s ease; transition: all 0.3s ease;
}
#header_search.active form { opacity:1; pointer-events:initial; }
#header_search .input_area input {
	position:absolute; right:0px;
	width:0px; height:45px; border:none; background:#f3f3f3; z-index:1; padding:0 60px 0 25px; border-radius:50px;
	-webkit-transition: all 0.3s ease; transition: all 0.3s ease;
}
#header_search.active form .input_area input { width:320px; }
#header_search .button input { position:absolute; right:0px; top:0px; border:none; background:none; }
#header_search .button label { position:absolute; right:0px; top:0px; z-index:10; pointer-events:none; }
#header_search .button label:before {
  display:block; font-family:'design_plus'; color:#000; font-size:17px; content:'\e94c';
  top:15px; right:20px; position:absolute;
  -webkit-transition: color 0.2s ease; transition: color 0.2s ease;
}
#header_search .button:hover label:before { }
body.home #header_search_button:before, body.page-template-page-lp #header_search_button:before { color:#fff; }
body.home.header_fix #header_search_button:before, body.page-template-page-lp.header_fix #header_search_button:before { color:#000; }
body.page-template-page-lp.hide_page_header #header_search_button:before { color:#000; }
#header.active #header_search_button:before { color:#000; }


/* 言語ボタン */
#header_lang_button { margin-right:40px; margin-left:-20px; font-size:0px; z-index:2; }
#header_lang_button li { font-size:16px; display:inline; margin:0 0 0 20px; height:70px; line-height:70px; }
#header_lang_button li a { color:#aaa; }
#header_lang_button li.active a { color:#000; pointer-events:none; }
body.home #header_lang_button li.active a, body.page-template-page-lp #header_lang_button li.active a { color:#fff; }
body.home #header_lang_button li a, body.page-template-page-lp #header_lang_button li a { color:#ccc; }
body.home #header.active #header_lang_button li.active a, body.home.header_fix #header_lang_button li.active a,
  body.page-template-page-lp #header.active #header_lang_button li.active a, body.page-template-page-lp.header_fix #header_lang_button li.active a { color:#000; }
body.home #header.active #header_lang_button li a, body.home.header_fix #header_lang_button li a,
  body.page-template-page-lp #header.active #header_lang_button li a, body.page-template-page-lp.header_fix #header_lang_button li a { color:#aaa; }
body.page-template-page-lp.hide_page_header #header_lang_button li.active a { color:#000; }
body.page-template-page-lp.hide_page_header #header_lang_button li a { color:#aaa; } 


/* パンくずリンク */
#bread_crumb { width:100%; height:60px; margin:0 auto; background:#f6f7f8; }
#bread_crumb ul { width:1030px; margin:0 auto; height:60px; line-height:60px; padding:0; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; visibility:visible; }
body.single-case #bread_crumb ul { width:800px; }
body.single-service #bread_crumb ul { width:800px; }
#bread_crumb li { display:inline; font-size:14px; margin:0 10px 0 0; padding:0 20px 0 0; position:relative; }
#bread_crumb li:after {
  font-family:'design_plus'; content:'\e910'; font-size:11px; color:#000;
  display:block; height:13px; line-height:13px;
  position:absolute; right:0px; top:2px;
}
#bread_crumb li:last-of-type:after { display:none; }
#bread_crumb, #bread_crumb li.last { color:#999; }
#bread_crumb li a {
	color:#000;display:inline-block;
  -webkit-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out;
}
#bread_crumb li a:hover { opacity:0.5; }
#bread_crumb li.category a { display:none; }
#bread_crumb li.category a:first-of-type, #bread_crumb li.category a:only-of-type { display:inline-block; }
#bread_crumb li.home a { position:relative; width:16px; }
#bread_crumb li.home a span { opacity:0; }
#bread_crumb li.home a:before {
  font-family:'design_plus'; content:'\e90c'; font-size:12px; color:#000;
  display:inline-block; top:0px; position:relative;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}


/* ヘッダーメッセージ */
#header_message {
	position:fixed; left:0; top:0; z-index:2000; width:100%;
  display:-webkit-box; display:-ms-flexbox; display:flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
  min-height:50px; text-align: center; font-size:14px; font-weight:600; padding:15px 20px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#header_message .label { display:block; color:inherit; line-height:1.4; margin:-0.2em 0; padding-top:1px; }
#header_message a.label:hover { text-decoration: underline; }
@media (max-width: 767px) {
  #header_message { min-height:40px; font-size:12px; }
}




/* ----------------------------------------------------------------------
 メガメニュー
---------------------------------------------------------------------- */
.pc .megamenu_button + ul { display:none !important; }


/* 共通項目 */
.megamenu {
  opacity:0; pointer-events:none; width:100%; position:absolute; top:70px; z-index:500; left:0; right:0; margin:auto;
}
.megamenu.active_mega_menu { opacity:1; pointer-events:initial; top:70px; }
#global_menu > ul > li.active_megamenu_button > a { background:#000 !important; color:#fff !important; }


/* メガメニューA　記事カルーセル */
.megamenu_a { height:270px; background:#f3f3f3; overflow:hidden; left:0 !important; border-bottom:1px solid #ddd; }
.megamenu_a .slider_area { width:1028px; margin:0 auto; height:270px; position:relative; z-index:1; }
.megamenu_a .slider { z-index:2; position:relative; }
.megamenu_a .slider:before { content:''; display:block; width:1px; height:110px; background:#ddd; position:absolute; left:0px; bottom:0; z-index:3; }
.megamenu_a .slider:after { content:''; display:block; width:1px; height:110px; background:#ddd; position:absolute; right:0px; bottom:0; z-index:3; }
.megamenu_a .item { position:relative; height:270px; }
.megamenu_a .image_wrap { display:block; width:100%; height:160px; position:relative; z-index:1; overflow:hidden; }
.megamenu_a .image { width:100%; height:100% !important; display:block; overflow:hidden; position:relative; z-index:2; }
.megamenu_a .image img { width:100%; height:100%; display:block; margin:0; object-fit:cover; }
.megamenu_a .title { padding:15px 20px; border-right:1px solid #ddd; min-height:80px; font-size:16px; }
.megamenu_a .title a { display:block; line-height:1.7; max-height:5.1em; overflow:hidden; visibility:visible; }
.megamenu_a .title span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
.megamenu_a .category {
  font-size:12px; background:#000; color:#fff; text-align:center;
  height:35px; line-height:35px; min-width:90px; padding:0 20px; display:inline-block; z-index:3;
	position:absolute; top:125px; left:0px; 
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
}
.owl-carousel .owl-nav { font-family:'design_plus'; font-size:20px; color:#000; }
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next { height:50px; line-height:50px; text-align:center; position:absolute; top:50%; -webkit-transform:translate3d(0,-50%,0); transform:translate3d(0,-50%,0); -webkit-transition: all 0.35s ease; transition: all 0.35s ease; }
.megamenu_a .owl-carousel .owl-nav .owl-prev { left:-45px; }
.megamenu_a .owl-carousel .owl-nav .owl-next { right:-45px; }
.megamenu_a .owl-carousel .owl-nav button:hover { color:#aaa !important; }
@media screen and (max-width:1280px) {
  .megamenu_a .owl-carousel .owl-nav { display:none; }
}


/* メガメニューB */
.megamenu_b { left:0; right:auto; background:#000; width:auto; }
.mega_menu_list {
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.mega_menu_list .image { width:270px; height:270px; }
.mega_menu_list .image img { width:100%; height:100%; display:block; margin:0; object-fit:cover; }
.mega_menu_list .menu_area { height:270px; min-width:240px; padding-right:30px; }
.mega_menu_list .menu_area a { color:#fff; display:block; }
.mega_menu_list .menu_area .headline { font-size:18px; padding:35px 30px 14px; line-height:1; }
.mega_menu_list .menu_area .headline a:hover { color:#aaa; }
.mega_menu_list .menu_area ul { float:left; }
.mega_menu_list .menu_area li a {
	padding:16px 30px 16px 30px; display:block; position:relative; font-size:16px;
  -webkit-transition: padding 0.25s ease; transition: padding 0.25s ease;
}
.mega_menu_list .menu_area li a:hover { padding-left:60px; padding-right:0; }
.mega_menu_list ul a:before {
	display:block; height:4px; width:0px; background:orange; content:''; position:absolute; left:30px; top:22px;
  -webkit-transition: width 0.25s ease; transition: width 0.25s ease;
}
.mega_menu_list ul a:hover:before { width:20px; }




/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */

/* ボックスコンテンツ */
#footer_box_content { width:100%; height:420px; position:relative; overflow:hidden; }
#footer_box_content .bg_image { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; }
#footer_box_content .bg_image img { width:100%; height:100%; display:block; margin:0; object-fit:cover; }
#footer_box_content .bg_image.mobile { display:none; }
#footer_box_content .video { width:100%; height:100%; display:block; margin:0; object-fit:cover;  position: absolute; top:0; left:auto; right:auto; }
#footer_box_content .overlay { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:2; background:rgba(0,0,0,0.5); }
#footer_box_content .item_list_wrap { max-width:1310px; margin:0 70px; z-index:3; position:relative; left:calc(50% - 70px); top:50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
#footer_box_content .item_list {
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -webkit-justify-content:center; justify-content:center;
}
#footer_box_content .item {
	background:rgba(255,255,255,0.7); margin:0 30px 0 0; height:250px; border-radius:15px;
	text-align:center; padding:30px; -webkit-flex: 1 1 0%; flex: 1 1 0%;
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-flex-direction:column; flex-direction:column;
  -webkit-justify-content:center; justify-content:center;
	-webkit-box-sizing:border-box; box-sizing:border-box;
}
#footer_box_content .item_total1 .item { -webkit-flex:0 1 auto; flex:0 1 auto; padding-left:40px; padding-right:40px; min-width:800px; }
#footer_box_content .item:last-of-type { margin-right:0; }
#footer_box_content .item .headline { font-size:18px; }
#footer_box_content .item .desc { font-size:16px; line-height:1.6; }
#footer_box_content .item .free_space { font-size:16px; }
#footer_box_content .item .free_space p { line-height:2; }
#footer_box_content .item .link_button { margin-top:15px; }
#footer_box_content .item .tel { font-size:42px; margin:10px 0 0; font-family:'Arial'; }
#footer_box_content .item.style_type1 .desc { margin-top:16px; }
#footer_box_content .item.style_type2 .desc { margin-top:10px; }


/* ロゴエリア */
#footer { padding:60px 0; }
#footer_catch {
	height:60px; line-height:60px; text-align:center; border-bottom:1px solid #ddd; font-size:18px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#footer_logo { text-align:center; width:100%; margin:0 0 30px 0; }
#footer_logo img { display:block; -webkit-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; margin:0 auto; }
#footer_logo a:hover img { opacity:0.5; }
#footer_logo a .logo_text { font-weight:500; }
#footer_logo a:hover .logo_text { }
#footer_logo .logo_image.mobile { display:none; }


/* ページ上部へ戻るボタン */
#return_top { }
#return_top a { border-radius:7px; border:1px solid #ddd; background:#fff; color:#000 !important; display:block; height:60px; width:60px; line-height:60px; text-decoration:none; z-index:100; position:relative; }
#return_top a:hover:before { color:#fff; }
#return_top span { text-indent:100%; white-space:nowrap; overflow:hidden; display:block; }
#return_top a:before {
  color:#000; font-family:'design_plus'; content:'\e911'; font-size:16px; display:block; width:16px;
  position:absolute; left:23px; top:3px; margin:auto;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#return_top {
  position:fixed; right:20px; bottom:20px; z-index:999;
  /*-webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0);
  -webkit-transition: -webkit-transform 0.35s; transition: all 0.35s;*/
  opacity: 0; transition: opacity 0.4s ease; pointer-events: none;
}
#return_top.active { /*-webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); bottom:20px;*/
opacity: 1; pointer-events: auto; }


/* SNSボタン（全箇所共通） */
.sns_button_list { font-size:0; z-index:20; text-align:center; }
.sns_button_list li { font-size:12px; display:inline-block; margin:0 7px; position:relative; }
.sns_button_list li a {
	display:block; text-align:center; position:relative; overflow:hidden;
  width:17px; height:18px;
}
.sns_button_list li a span { display:none; }
.sns_button_list li a:before {
  font-family:'design_plus'; font-size:16px; display:block;
	position:absolute; left:50%; top:50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
	-webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.sns_button_list.color_type1 li a:before { color:#000; }
.sns_button_list li a:hover:before { opacity:0.5; }
.sns_button_list li a:hover:before { }
.sns_button_list li.twitter a:before { font-family: 'tiktok_x_icon'; content: "\e901"; margin-left:0.7px; }
.sns_button_list li.facebook a:before { content:'\e944'; font-size:18px; }
.sns_button_list li.insta a:before { content:'\ea92'; font-size:15px; margin-top:1px; }
.sns_button_list li.pinterest a:before { content:'\e905'; font-size:17.5px; margin-top:1px; }
.sns_button_list li.youtube a { width:19px;}
.sns_button_list li.youtube a:before { content:'\ea9d'; font-size:18px; margin-top:1px; }
.sns_button_list li.contact a:before { content:'\f0e0'; }
.sns_button_list li.rss a:before { content:'\e90b'; font-size:14px; margin-top:1px; }
.sns_button_list li.user_url a:before { content:'\e942'; margin-left:0.7px; }
.sns_button_list.color_type2 li { margin:0 8px; }
.sns_button_list.color_type2 li a { width:25px; height:25px; }
.sns_button_list.color_type2 li a:before { font-size:22px; }
.sns_button_list.color_type2 li.twitter a:before { color:#1da1f2; }
.sns_button_list.color_type2 li.facebook a:before { color:#1877f2; font-size:25px; }
.sns_button_list.color_type2 li.insta a:before { color:#e4405f; }
.sns_button_list.color_type2 li.pinterest a:before { color:#bd081c; font-size:24px; }
.sns_button_list.color_type2 li.youtube a:before { color:#f00; }
.sns_button_list.color_type2 li.contact a:before { color:#00729f; }
.sns_button_list.color_type2 li.rss a:before { color:orange; }
.sns_button_list.color_type2 li.user_url a:before { color:#00729f; }


/* フッターメニュー */
#footer_menu { border-top:1px solid #ddd; }
#footer_menu ul {
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -webkit-justify-content:center; justify-content:center;
}
#footer_menu a { font-size:14px; display:block; height:60px; line-height:60px; padding:0 15px; }


/* コピーライト */
#copyright {
	height:60px; line-height:60px; background:#000; color:#fff; position:relative; text-align:center; font-size:12px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
}
#copyright p { font-size:12px; text-align:center; height:60px; line-height:60px; }


/* フッターバー */
#dp-footer-bar {
  position:fixed; right:0px; bottom:0px; z-index:999; width:100%;
}
.open_menu #dp-footer-bar { display:none; }
.dp-footer-bar-type1 #dp-footer-bar {
  opacity:0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.dp-footer-bar-type1 #dp-footer-bar.active {
  opacity:1;
}
.dp-footer-bar-type2 #dp-footer-bar {
  -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0);
  -webkit-transition: -webkit-transform 0.35s; transition: transform 0.35s;
}
.dp-footer-bar-type2 #dp-footer-bar.active {
  -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);
}


/* フッターバー　アイコン無しタイプ */
#dp-footer-bar {
  height:50px;
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#dp-footer-bar a {
  height:50px; line-height:50px; display:block; text-align:center; font-size:12px; padding:0 20px; text-decoration:none !important;
  -webkit-flex: 1 1 0%; flex: 1 1 0%;
}




/* ----------------------------------------------------------------------
 ウィジェット
---------------------------------------------------------------------- */
/* 基本設定 */
.widget_content { margin:0 0 30px -30px; padding:0 0 30px 30px; position:relative; font-size:16px; border-bottom:1px solid #ddd; }
.widget_content:last-of-type { border-bottom:none; margin-bottom:0; padding-bottom:0; }
.widget_content ul { margin:0; }
.widget_content li { line-height:2; padding:2px 0; margin:0 0 10px 0; }
.widget_content a { text-decoration:none; }
.widget_content a:hover { }
.widget_content img { height:auto; max-width:100%; }
.widget_headline { font-weight:600; font-size:18px; padding:0; margin:0 0 25px 0; position:relative; line-height:1; }
body.page-template-page-about .widget_content { margin:0 -30px 30px 0; padding:0 30px 30px 0; }


/* 広告 */
.tcd_ads_widget .link { display:block; width:250px; height:250px; position:relative; margin:0 auto; opacity:1; -webkit-transition: opacity 0.25s ease; transition: opacity 0.25s ease; }
.tcd_ads_widget .link:hover { opacity:0.7; }
.tcd_ads_widget .image { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; }
.tcd_ads_widget .overlay { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:2; }
.tcd_ads_widget .content { position:absolute; left:30px; bottom:30px; z-index:3; }
.tcd_ads_widget .title { display:block; font-size:24px; font-weight:600; }
.tcd_ads_widget .sub_title { display:block; font-size:14px; margin:13px 0 0 0; font-weight:600; }


/* バナー一覧 */
.tcd_banner_widget a { display:block; margin:0 auto 30px; width:100%; height:120px; position:relative; background:#fff; }
.tcd_banner_widget a:last-child { margin-bottom:0; }
.tcd_banner_widget .image_wrap { display:block; width:100%; height:120px; position:absolute; z-index:1; overflow:hidden; left:0px; top:0px; }
.tcd_banner_widget .image { width:100%; height:120px !important; display:block; overflow:hidden; position:relative; z-index:2; }
.tcd_banner_widget .image img { width:100%; height:100%; display:block; margin:0; object-fit:cover; }
.tcd_banner_widget .overlay { position:absolute; top:0px; left:0px; width:80%; height:100%; z-index:3; }
.tcd_banner_widget .title_area {
  position:absolute; top:0px; left:0px; z-index:4; padding:0 30px;
  top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
  -webkit-box-sizing:border-box; box-sizing:border-box;
  -webkit-transition: all 0.35s ease; transition: all 0.35s ease;
}
.tcd_banner_widget .title { font-size:20px; line-height:1.5; }
.tcd_banner_widget a:hover .title_area { left:5px; }


/* 記事スライダー */
.post_slider_widget { position:relative; padding-bottom:20px; }
.post_slider_widget .post_slider { height:250px; position:relative; }
.post_slider_widget .item { width:100%; height:250px; position:relative; }
.post_slider_widget .item .link { display:block; width:100%; height:100%; position:relative; overflow:hidden; }
.post_slider_widget .image_wrap { display:block; width:100%; height:160px; position:relative; z-index:1; overflow:hidden; margin:0 0 45px 0; }
.post_slider_widget .image { width:100%; height:100% !important; display:block; overflow:hidden; position:relative; z-index:2; }
.post_slider_widget .image img { width:100%; height:100%; display:block; margin:0; object-fit:cover; }
.post_slider_widget .title {
  position:relative; line-height:1.5; font-size:14px; overflow:hidden; max-height:3em; font-weight:600; word-wrap:break-word; word-break:break-all;
  -webkit-transition: color 0.2s ease; transition: color 0.2s ease;
}
.post_slider_widget .title span { display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.post_slider_widget a:hover .title { color:rgba(0,0,0,0.5); }
.post_slider_widget .slick-dots { position:absolute; bottom:58px; left:0px; width:100%; z-index:10; text-align:center; }
.post_slider_widget .slick-dots li { display:inline-block; width:10px; height:10px; margin:0 4px; font-size:12px; }
.post_slider_widget .slick-dots button { cursor:pointer; border:none; color:transparent; width:10px; height:10px; display:block; font-size:0; background:none; position:relative; }
.post_slider_widget .slick-dots button::before { content:''; display:block; width:10px; height:10px; line-height:10px; background:#ddd; border-radius:20px; position: absolute; top:0; left:0; }
.post_slider_widget .slick-dots button:hover::before, .post_slider_widget .slick-dots .slick-active button::before { background:orange; }


/* デザインされた記事一覧 */
.styled_post_list1_widget {  }
.styled_post_list1 li { margin:0 0 30px 0; padding:0; position:relative; }
.styled_post_list1 li:last-of-type { margin:0; }
.styled_post_list1 a {
  width:100%; position:relative;
	display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-flex-wrap:wrap; flex-wrap:wrap;
	-webkit-align-items:center; align-items:center;
}
.styled_post_list1 .image_wrap { display:block; width:110px; height:110px; position:relative; z-index:1; overflow:hidden; }
.styled_post_list1 .image { width:100%; height:100% !important; display:block; overflow:hidden; position:relative; z-index:2; }
.styled_post_list1 .title {
  width:calc(100% - 110px); position:relative; padding:0 0 0 20px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  font-size:14px; line-height:1.8; max-height:5.4em; font-weight:500; word-break:break-all; overflow:hidden;
  -webkit-transition-property:color; -webkit-transition-duration:0.2s; -webkit-transition-timing-function:ease;
  word-wrap:break-word; word-break:break-all;
}
.styled_post_list1 .title span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; }


/* カテゴリー一覧 */
.category_list_widget { padding-bottom:0; }
.category_list_widget ul { margin:0 0 0 -29px; padding:0; border:none; }
.category_list_widget ul ul { margin:0; padding:0; border:none; }
.category_list_widget li { font-size:14px; margin:0; padding:0; position:relative; }
.category_list_widget li a {
  display:block; background:#fff; color:#000; border-top:1px solid #ddd; padding:0 0 0 30px; overflow:hidden; position:relative; width:100%; height:70px; line-height:70px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  -webkit-transition: all 0.35s ease; transition: all 0.35s ease;
}
.category_list_widget li li a { padding-left:45px; }
.category_list_widget li li li a { padding-left:60px; }
.category_list_widget li a:hover { padding-left:70px; }
.category_list_widget li .title { display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; visibility:visible; }
.category_list_widget a:before {
	display:block; height:4px; width:0px; background:orange; content:''; position:absolute; left:25px; top:32px;
  -webkit-transition: width 0.25s ease; transition: width 0.25s ease;
}
.category_list_widget a:hover:before { width:20px; }


/* 検索 */
.widget_search label { display:none; }
#searchform {
  background:#fff; height:60px; border:1px solid #ddd;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#searchform #s {
  border:none; background:none; padding:0 25px; margin:0; width:calc(100% - 50px); height:60px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#searchform #searchsubmit {
  border:none; background:none; width:50px; height:60px; z-index:200; position:relative;
  cursor:pointer; display:block; text-indent:-300px; overflow:hidden;
}
#searchform .submit_button  { position:relative; width:50px; height:60px; float:right; top:1px; }
#searchform .submit_button:before {
  text-indent:0; display:block; width:50px; height:60px; line-height:60px; text-align:center; cursor:pointer; z-index:1;
  position:absolute; font-family:'design_plus'; color:#333; font-size:14px; content:'\e94c'; right:2px; top:0px; font-weight:600;
	-webkit-transition: color 0.2s ease; transition: color 0.2s ease;
}
#searchform .submit_button:hover:before { color:#aaa !important; }
#searchform .submit_button:hover { }


/* タグ一覧 */
.tcdw_tag_list_widget ol {
	margin:0 0 -6px 0; padding:0; position:relative;
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.tcdw_tag_list_widget ol li { margin:0 6px 6px 0; padding:0; font-size:14px; }
.tcdw_tag_list_widget ol a { display:block; background:#fff; border:1px solid #ddd; padding:4px 20px; border-radius:5px; }
.tcdw_tag_list_widget ol a:hover { background:#000; color:#fff; }


/* デフォルトのタグ一覧 */
.widget_tag_cloud .tagcloud {
	margin:0 0 -6px 0; padding:0; position:relative;
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.widget_tag_cloud .tagcloud a { border:1px solid #ddd; margin:0 6px 6px 0; font-size:14px !important; display:block; background:#fff; padding:0px 20px; border-radius:5px; height:36px; line-height:36px; }
.widget_tag_cloud .tagcloud a:hover { background:#000; color:#fff; }


/* デフォルトの最近の記事 */
.widget_recent_entries li { border-bottom:1px solid #ddd; padding:0 0 15px 0; margin-bottom:15px; }
.widget_recent_entries li:last-child { border:none; padding:0; margin:0; }
.widget_recent_entries li a { display:block; }
.widget_recent_entries .post-date { position:relative; color:#999; font-size:14px; display:block; margin-top:3px; }
.widget_recent_entries .post-date:before {
  font-family:'footer_bar'; content:'\e912'; font-size:13px; display:inline-block; margin:0 7px 0 0; vertical-align:-1px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}


/* デフォルトのカテゴリー */
.widget_categories { padding-bottom:0 !important; }
.widget_categories ul { margin:0 0 0 -29px; padding:0; border:none; }
.widget_categories ul ul { margin:0; padding:0; border:none; }
.widget_categories li { font-size:14px; margin:0; padding:0; position:relative; }
.widget_categories li a {
  display:block; background:#fff; color:#000; border-top:1px solid #ddd; padding:0 0 0 30px; overflow:hidden; position:relative; width:100%; height:70px; line-height:70px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  -webkit-transition: all 0.35s ease; transition: all 0.35s ease;
}
.widget_categories li li a { padding-left:43px; }
.widget_categories li li li a { padding-left:57px; }
.widget_categories li a:hover { padding-left:60px; }
.widget_categories li .title { display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; visibility:visible; }
.widget_categories a:before {
	display:block; height:4px; width:0px; background:orange; content:''; position:absolute; left:25px; top:32px;
  -webkit-transition: width 0.25s ease; transition: width 0.25s ease;
}
.widget_categories a:hover:before { width:20px; }
.widget_categories li .post-count {
	background:#f2f2f2; padding:0 10px; min-width:40px; text-align:center; font-size:12px; position:absolute; margin-top:2px; right:0px; top:23px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
body.page-template-page-about .widget_categories > ul { margin-top:-31px; }
body.page-template-page-about .widget_categories ul { margin:0 -29px 0 0; }
body.page-template-page-about .widget_categories li a { padding:0; }
body.page-template-page-about .widget_categories li li a { padding-left:13px; }
body.page-template-page-about .widget_categories li li li a { padding-left:27px; }
body.page-template-page-about .widget_categories li a:hover { padding-left:30px; }
body.page-template-page-about .widget_categories a:before { left:0; }


/* デフォルトの固定ページ */
.widget_pages ul { margin:0; }
.widget_pages ul ul { margin-left:1em; }
.widget_pages ul li { margin:0; padding:0; line-height:1; }
.widget_pages ul li a { display:block; line-height:1.6; padding:10px 0; }


/* デフォルトのナビ　*/
.widget_nav_menu ul { margin:0; }
.widget_nav_menu ul ul { margin-left:1em; }
.widget_nav_menu ul li { margin:0; padding:0; line-height:1; }
.widget_nav_menu ul li a { display:block; line-height:1.6; padding:10px 0; }


/* デフォルトのコメントウィジェット */
.widget_recent_comments li { color:#999; }


/* デフォルトのブロック */
.widget_block { font-size:16px; line-height:1.6; }


/* デフォルトのテキストウィジェット */
.widget_text .textwidget { font-size:16px; line-height:1.6; }


/* デフォルトのメタウィジェット */
.widget_meta ul { margin-bottom:-8px; }


/* デフォルトのアーカイブとカテゴリー　ドロップダウンメニュー */
.widget_archive form, .widget_categories form { position:relative; }
.widget_archive select, .widget_categories select {
	border:1px solid #ddd; background:#fff;  width:100%; height:60px; padding:0 25px; font-size:16px; cursor:pointer;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  -webkit-appearance:none; appearance:none;
}
.widget_archive .screen-reader-text, .widget_categories .screen-reader-text  {
	display:block; clip:auto; clip-path:none; pointer-events:none;
	height:60px; width:50px; margin:0;
	left:calc(100% - 50px); text-indent:-100vw;
}
.widget_archive .screen-reader-text:before, .widget_categories .screen-reader-text:before {
  font-family:'design_plus'; content:'\e90e'; text-align:center; text-indent:0;
  display:block; font-size:14px; width:14px; height:14px; line-height:14px;
  position:absolute; right:20px; top:27px;
}
body.page-template-page-about .widget_archive .screen-reader-text { left:calc(100% - 80px); }


/* カレンダー */
#calendar_wrap { padding:0; margin:-6px 0 -20px; }
#wp-calendar { margin:0 auto; width:100%; font-size:11px; border-collapse:collapse; table-layout:fixed;}
#wp-calendar caption { padding:7px 0; font-size:14px; font-weight:600; }
#wp-calendar thead th, #wp-calendar tfoot td { padding:12px 10px; line-height:2; }
#wp-calendar thead th { font-weight:500; }
#wp-calendar tbody th, #wp-calendar tbody td { padding:0; margin:0; line-height:1; text-align:center; }
#wp-calendar tbody span { display:block; padding:15px 10px; }
#wp-calendar tbody a { display:block; width:30px; height:30px; line-height:30px; border-radius:30px; margin:0 auto; text-decoration:none; background-color:#000; color:#fff; }
#wp-calendar td a:hover { text-decoration:none; color:#fff; background:#aaa; }
#wp-calendar #today { font-weight:600; }
.wp-calendar-nav { font-size:14px; padding:20px 0; width:100%; font-size:12px; }
.wp-calendar-nav .wp-calendar-nav-prev { width:40%; float:left; }
.wp-calendar-nav .wp-calendar-nav-next { width:40%; float:right; text-align:right; }


/* テキストウィジェット */
.textwidget .post_content { font-size:14px; }
.textwidget .post_content p { line-height:2; margin-bottom:1.5em; }


/* デフォルトのギャラリー */
.widget_media_gallery .gallery-item { margin-top:0 !important; }




/* ----------------------------------------------------------------------
 404ページ
---------------------------------------------------------------------- */
body.error404 #footer, body.error404 #copyright, body.error404 #footer_box_content, body.error404 #footer_catch, body.error404 #footer_menu { display:none; }
#page_404_header { width:100%; height:100vh; position:relative; }
#page_404_header .content {
  position:absolute; z-index:3; text-align:center; width:100%; padding:0 50px; color:#fff;
  left:50%; top:50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#page_404_header .catch { line-height:1.4; }
#page_404_header .desc { line-height:2; margin:15px 0 0 0; }
#page_404_header .overlay { width:100%; height:100%; position:absolute; z-index:2; }
#page_404_header .bg_image { width:100%; height:100%; position:absolute; z-index:1; }

#page_404_header .catch, #page_404_header .desc { opacity:0; }
#page_404_header.animate .catch {
  -webkit-animation: opacityAnimation 1.0s ease forwards 0.5s;
  animation: opacityAnimation 1.0s ease forwards 0.5s;
}
#page_404_header.animate .desc {
  -webkit-animation: opacityAnimation 1.0s ease forwards 1.0s;
  animation: opacityAnimation 1.0s ease forwards 1.0s;
}
@-webkit-keyframes slideUpDown {
  0% { bottom:10px; }
  50% { bottom:0px; }
  100% { bottom:10px; }
}
@keyframes slideUpDown {
  0% { bottom:10px; }
  50% { bottom:0px; }
  100% { bottom:10px; }
}




/* ----------------------------------------------------------------------
 コメント
---------------------------------------------------------------------- */
/* 基本設定 */
#comments { margin:50px 0 0 0; }
#comments .headline { font-size:22px !important; margin:0 0 40px 0 !important; text-align:center; }


/* コメント・トラックバックのタブ */
#comment_header { position:relative; margin:0 0 20px; }
#comment_tab { margin:0; display:-webkit-box; display:-webkit-flex; display:flex; }
#comment_tab li { text-align:center; margin:0; -webkit-flex: 1 1 0%; flex: 1 1 0%; }
#comment_tab li a, #comment_tab li p { font-size:12px; padding:15px 15px; line-height:1.6; display:block; text-decoration:none; background:#eee; color:#000; }
#comment_tab li a:hover { color:#fff; background:#999; }
#comment_tab li.active a { background:#000; }
#comment_tab li.active a, #comment_header #comment_closed p { color:#fff; position:relative; }
#comment_tab li.active a { pointer-events:none; }


/*  コメントの基本部分 */
.commentlist { list-style-type:none; margin:0; padding:0; }
.comment { margin:0 0 15px; padding:15px 20px 0; background:#fff; border:1px solid #ddd; }
#comments .post_content { margin:0; padding:0; background:none; font-size:14px; }


/* コメントの情報部分 */
.comment-meta { position:relative; margin:0 0 10px 0; }

.comment-meta-left { float:left; width:100%; }
#comments .avatar { float:left; margin:0 10px 0 0; width:40px; height:40px; border-radius:100%; }
.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; font-size:12px; }
.comment-date { color:#888; margin:10px 0 0 0; }

.comment-act { font-size:12px; position:absolute; right:0px; padding:0; 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; }
.comment_message { margin:0 0 25px 0; }


/* トラックバック */
.commentlist .ping-link { margin:0 0 25px 0; }
.commentlist .ping-meta { margin:0 0 15px 0; }
#trackback_url_area { margin:0 0 25px 0; }
#trackback_url_area label { font-size:11px; display:block; margin:0 0 5px 0; }
#trackback_url_area input { border:1px solid #ddd; padding:5px 10px; width:100%; }


/* ページナビ */
#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 { margin:0 0 0px; padding:15px; background:#fff; border:1px solid #ddd; }
.comment .comment_form_wrapper { margin:0 0 20px; }

#cancel_comment_reply a { background:#eee; margin:0 0 1em 0; padding:10px; text-align:center; display:block; }
#cancel_comment_reply a:hover { background:#222; color:#fff; }

#comment_user_login p { padding:5px 0; margin:0; line-height:1; font-size:12px; }
#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; }

#guest_info { padding:0; width:100%; }
#guest_info div { margin:0 0 12px 0; text-align:left; }
#guest_info input { margin:0; padding:5px 10px; border:1px solid #ccc; width:100%; background:#fff; box-shadow:1px 1px 5px 0 rgba(0,0,0,0.1) inset; }
#guest_info input:focus { border:1px solid #999; }
#guest_info label { display:block; margin:0 0 10px 0; padding:0; font-size:12px; }
#guest_info span { margin:0 10px 0 0; }

#comment_textarea textarea {
  margin:15px 0 0; width:100%; height:150px; font-size:12px; overflow:auto; padding:10px;
  background:#fff; color:#000; border:1px solid #ccc; box-shadow:1px 1px 5px 0 rgba(0,0,0,0.1) inset;
}
#comment_textarea textarea:focus { border:1px solid #999; }

#submit_comment_wrapper { text-align:center; }
#submit_comment {
  color:#000; background:#eee; border:none; cursor:pointer; font-size:14px; width:200px; height:50px; margin:15px auto 0; display:block;
  -webkit-transition: all 0.2s ease; transition: all 0.2s ease;
}
#submit_comment:hover { background:#222; color:#fff; }

#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; }




/* ----------------------------------------------------------------------
　アニメーションの設定
---------------------------------------------------------------------- */
/* 下から上へスライド */
@-webkit-keyframes slideUp {
  0% { bottom:-30px; }
  100% { opacity:1; bottom:0; }
}
@keyframes slideUp {
  0% { bottom:-30px; }
  100% { opacity:1; bottom:0; }
}


/* ズームアウト */
@-webkit-keyframes zoomOut {
  0% { transform: scale(1.0); }
  100% { transform: scale(1.3); }
}
@keyframes zoomOut {
  0% { transform: scale(1.0); }
  100% { transform: scale(1.3); }
}


/* ズームイン */
@-webkit-keyframes zoomIn {
  0% { transform: scale(1.3); }
  100% { transform: scale(1.0); }
}
@keyframes zoomIn {
  0% { transform: scale(1.3); }
  100% { transform: scale(1.0); }
}


/* フェードイン */
@-webkit-keyframes opacityAnimation {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes opacityAnimation {
  0% { opacity:0; }
  100% { opacity:1; }
}


/* フェードアウト */
@-webkit-keyframes opacityAnimation2 {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes opacityAnimation2 {
  0% { opacity:1; }
  100% { opacity:0; }
}


/* 右に移動 */
@-webkit-keyframes moveRight {
  0% { opacity:0; right:30px; }
  100% { opacity:1; right:0; }
}
@keyframes moveRight {
  0% { opacity:0; right:30px; }
  100% { opacity:1; right:0; }
}


/* 左に移動 */
@-webkit-keyframes moveLeft {
  0% { opacity:0; left:30px; }
  100% { opacity:1; left:0; }
}
@keyframes moveLeft {
  0% { opacity:0; left:30px; }
  100% { opacity:1; left:0; }
}


/* 下に移動 */
@-webkit-keyframes moveDown {
  0% { opacity:0; top:-30px; }
  100% { opacity:1; top:0; }
}
@keyframes moveDown {
  0% { opacity:0; top:-30px; }
  100% { opacity:1; top:0; }
}


/* 上に移動 */
@keyframes -webkit-moveUp {
  0% { opacity:0; bottom:-30px; }
  100% { opacity:1; bottom:0; }
}
@keyframes moveUp {
  0% { opacity:0; bottom:-30px; }
  100% { opacity:1; bottom:0; }
}


/* ポップアップ */
@keyframes -webkit-popUp {
  0% { transform: scale(.1); opacity:0; }
  100% { transform: none; opacity:1; }
}
@keyframes popUp {
  0% { transform: scale(.1); opacity:0; }
  100% { transform: none; opacity:1; }
}




/* ----------------------------------------------------------------------
 WordPress プリセットスタイル
---------------------------------------------------------------------- */
.post_content *:last-child { margin-bottom:0; }


/* 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.4; margin:0 0 2em 0; }
.post_content p:last-child { margin: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; padding:0; font-weight:600; }
.post_content h1 { font-size:150%; margin:0 0 35px 0; text-align:center; }
.post_content h2 { font-size:140%; margin:0 0 35px 0; text-align:center; }
.post_content h3 { font-size:130%; margin:0 0 35px 0; }
.post_content h4 { font-size:120%; margin:0 0 30px 0; }
.post_content h5 { font-size:110%; margin:0 0 30px 0; }
.post_content h6 { font-size:100%; margin:0 0 30px 0; }


/* 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.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% !important; }
.post_content td, .post_content th { border:1px solid #ddd; padding:15px 30px 13px; line-height:2.2; background:#fff; -webkit-box-sizing:border-box; box-sizing:border-box; }
.post_content th { background:#f7f7f7; 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_beyondtal th, .post_content table.table_border_beyondtal td { border-left:none; border-right:none; padding-left:0; }


/* blockquote */
.post_content blockquote {
  position:relative; color:rgba(0, 0, 0, 0.6); margin-bottom:2em; padding:2em 2.4em;
  box-shadow:none; background:rgba(0, 0, 0, 2%); border:none; border-left:3px solid #000;
}
.post_content blockquote:before {  line-height:40px;   top:5px; left:10px; }
.post_content blockquote:after {  text-align:left; line-height:60px;   bottom:10px; right:-2px; }
.post_content blockquote:before, .post_content blockquote:after {
  content: '"'; font-style:italic; font-size:30px; font-weight:normal; color:#000;
  width:30px; height:30px; position:absolute;
}
.post_content blockquote p { line-height:1.8; }

.post_content blockquote cite{
text-align: right;
display: block;
border-top: 1px dotted #000;
margin: 2em 0 0;
padding: 1em 0 0;
font-size: 14px;
}

/* captions */
.post_content .wp-caption {
  margin-bottom:24px; background:#f8f8f8; border:1px solid #ccc; padding:5px; max-width:100%;
  -webkit-border-radius:5px; border-radius:5px;
  -webkit-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 img { border: 0 !important; display:block; margin:0; }
.gallery-item { float:left; margin:0 4px 4px 0; overflow:hidden; position:relative; }
.gallery-columns-1, .gallery-columns-2, .gallery-columns-3, .gallery-columns-4, .gallery-columns-5,
  .gallery-columns-6, .gallery-columns-7, .gallery-columns-8, .gallery-columns-9, .gallery-columns-10 { margin:0 -4px -4px 0 !important; }
.gallery-columns-1 .gallery-item { max-width:100%; }
.gallery-columns-2 .gallery-item { max-width:calc(50% - 4px); }
.gallery-columns-3 .gallery-item { max-width:calc(100% / 3 - 4px); }
.gallery-columns-4 .gallery-item { max-width:calc(25% - 4px); }
.gallery-columns-5 .gallery-item { max-width:calc(20% - 4px); }
.gallery-columns-6 .gallery-item { max-width:calc(100% / 6 - 4px); }
.gallery-columns-7 .gallery-item { max-width:calc(100% / 7 - 4px); }
.gallery-columns-8 .gallery-item { max-width:calc(100% / 8 - 4px); }
.gallery-columns-9 .gallery-item { max-width:calc(100% / 9 - 4px); }
.gallery-columns-10 .gallery-item { max-width:calc(10% - 4px); }
.gallery-caption {
  background-color:rgba(0, 0, 0, 0.7); color:#fff; font-size:12px; line-height:1.5; margin:0; pointer-events:none;
  padding:6px 8px; position:absolute; bottom:0; left:0; text-align:left; width:100%;
  -webkit-box-sizing:border-box; box-sizing:border-box;
	transform: translate3d(0, 100%, 0);
	transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0s;
}
.gallery-item:hover .gallery-caption { transform: translate3d(0, 0, 0); }
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption, .gallery-columns-10 .gallery-caption { display: none; }
@media screen and (max-width:750px) {
  .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:3px solid #ccc; background:#f8f8f8; font-size:12px; margin:0 0 27px 0; line-height:1.7; padding:20px; overflow:auto; }
.post_content .sticky { }
.post_content .mejs-container { margin: 12px 0 25px; }


/* パスワード保護 */
.c-pw__desc, .c-pw__desc p { line-height:2.5; }
.c-pw__desc p { margin-bottom:16px !important; }
.c-pw__desc.type2 p { text-align:center; }
.c-pw__desc.type3 p { text-align:right; }
.c-pw__btn { border:none; background:#111; color: #fff; display: inline-block; padding: 0px 20px; font-size:14px; text-align:center; line-height:40px; height:40px; }
.c-pw__btn:hover { background:#333; color: #fff; }
.c-pw__btn--register { min-width: 160px; margin-bottom:32px; }
.c-pw__btn--submit { background:#111; color:#fff; min-width: 100px; border:0; cursor:pointer; top:-1px; position:relative; }
.c-pw .c-pw__btn:hover { text-decoration: none; }
.c-pw__btn.type2 { display:table; margin:0 auto 32px; }
.c-pw__btn.type3 { float:right; }
.c-pw__box { width:100%; border:1px solid #ddd; padding: 25px 36px; display:inline-block; margin-bottom:40px; box-sizing: border-box; background:#fff; }
.c-pw__box .c-pw__box-desc { line-height:1.2; margin-bottom: 20px; }
.c-pw__box-label { margin-right: 14px; }
.c-pw__box-input { border:1px solid #ddd; background:#fff; height:40px; width:250px; margin-right: 13px; flex: 1; box-sizing: border-box; padding: 0 10px; }
.post_content .c-pw__btn, .post_content .c-pw__btn:hover { color: #fff; }
/* パスワード保護 (ankleから移植) */
.c-pw__box { padding:20px; margin:0 0 20px 0; }
.c-pw__box > div {
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -webkit-align-items:center; align-items:center;
  -webkit-justify-content:center; justify-content:center;
}
.c-pw__box-label { display:block; margin:0 20px 0 0; text-align:center; }
.c-pw__box-input { width:calc(100% - 170px); max-width:250px; margin:0 20px 0 0; -webkit-box-sizing:border-box; box-sizing:border-box; }
.c-pw__btn--submit { width:150px; min-width:inherit; -webkit-box-sizing:border-box; box-sizing:border-box; }
@media screen and (max-width:750px) {
  .c-pw__box { padding:15px; }
  .c-pw__box-label { margin:0 15px 0 0; }
  .c-pw__box-input { width:calc(100% - 115px); margin:0 15px 0 0; }
  .c-pw__btn--submit { width:100px; }
}
@media screen and (max-width:550px) {
  .c-pw__box-label { margin:0 0 15px 0; width:100%; }
}


/* Cardlink style - カードリンクのスタイル */
.cardlink { word-wrap: break-word; max-width: 100%; margin: 45px 0 !important; padding: 12px; border: 1px solid #ddd; background: #fafafa; }
.cardlink_thumbnail { margin-right: 20px; float: left; }
.cardlink_content { line-height: 1.6; }
.cardlink_timestamp { display: inline; margin: 0; padding: 0; color: #222; font-size: 12px; line-height: 1.6; vertical-align: top; }
.cardlink_title { margin: 0 0 5px; font-size: 14px; }
.cardlink_title a { color: #000; font-weight: bold; text-decoration: none; }
.cardlink_title a:hover { text-decoration: underline; }
.cardlink_excerpt { overflow: hidden; color: #333; font-size: 12px; line-height: 1.8; }
.cardlink_footer { clear: both; }
.clear { clear: both; }
@media screen and (max-width: 767px) {
  .cardlink_thumbnail { float: none; }
  .cardlink_timestamp { line-height: 2.4; vertical-align: middle; }
  .cardlink_excerpt { float: none; }
}


/* Google Mapの設定 */
.p-btn {
  -webkit-box-sizing: border-box; box-sizing: border-box;
  display: inline-block; min-width: 180px; height: 50px; padding: 0 15px; border-radius: 0;
  color: #fff; font-size: 14px; line-height: 50px; text-align: center;
}
@media screen and (max-width: 767px) {
  .p-btn { height: 45px; font-size: 12px; line-height: 45px; }
}


/* ブロックエディタ */
.wp-block-social-links a { color:#fff !important; }
.has-small-font-size { font-size:.8125em !important; }
.has-normal-font-size,
.has-regular-font-size { font-size:1em !important; }
.has-medium-font-size { font-size:1.25em !important; }
.has-large-font-size { font-size:2.25em !important; }
.has-huge-font-size, .has-larger-font-size { font-size:2.625em !important; }


/* QUADRAから追加分 */
.post_content .underline, .post_content .underline:hover { text-decoration:underline; }
.post_content .e_link {
  display: inline-block; position: relative; padding-right:1em;
}
.post_content .e_link:after {
  font-family: 'design_plus'; content: '\e92a'; font-size: 100%; display: block;
  position: absolute; transition:none; margin-top:-0.1em;
  right:0; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
.post_content img.frame {
  border: 1px solid #d2d2d2;
  -webkit-box-shadow: 0 6px 6px -6px #cccccc;
  -moz-box-shadow: 0 6px 6px -6px #cccccc;
  box-shadow: 0 6px 6px -6px #cccccc;
}
.post_content .s_table { overflow: auto; white-space: nowrap; margin-bottom: 2em; }
.post_content .s_table table { margin-bottom: 0; }


/* FAQ */
.faq_list { margin:calc(55px - 0.7em) 0; }
.faq_list .item { border:1px solid #ddd; margin:0 0 -1px 0; position:relative; }
.faq_list .title {
  cursor: pointer; margin:0; font-weight:500;
  font-size:16px; line-height:1.8; padding:27px 40px 25px 30px; margin-bottom:0; position:relative;
  transition:color 0.4s ease;
}
.faq_list .title span { display:block; margin:-0.4em 0; }
.faq_list .title:before, .faq_list .title:after {
  content:''; display:block; width:1px; height:11px; background:#000;
  position:absolute; top:30px; right:30px;
}
.faq_list .title:after { transform:rotate(90deg); }

.faq_list .desc_area { height:0; overflow:hidden; transition:height 0.2s cubic-bezier(0.54, 0.07, 0.38, 0.9); }
.faq_list .desc {
  font-size:16px; line-height:2.4; padding:30px 30px; border-top:1px solid #ddd; background:#f6f6f6;
  margin-top:25px; margin-bottom:25px;
  transition:opacity 0.7s ease; opacity:0;
}
.faq_list .desc span { display:block; margin:-0.7em 0; }

.faq_list .title.active { }
.faq_list .title.active:before { height:0; }
.faq_list .title.active + .desc_area > .desc { opacity:1; transition:opacity 1s ease; }

@media (max-width: 750px) {
  .faq_list { margin:calc(27.5px - 0.5em) 0; }
  .faq_list .title { font-size:14px; padding:20px 40px 18px 20px; }
  .faq_list .title:before, .faq_list .title:after {  top:21px; right:20px; }
  .faq_list .desc { margin:12.5px 0; padding:20px; font-size:14px; line-height:2; }
}


/* 企業情報 */
.tcd_co_data {
	border:1px solid #ddd; border-top:none; margin-bottom:50px !important;
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.tcd_co_data dt {
	width:150px; padding:20px; margin:0; font-weight:500; background:#f6f6f6; border-top:1px solid #ddd; border-right:1px solid #ddd;
	-webkit-box-sizing:border-box; box-sizing:border-box;
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-flex-wrap:wrap; flex-wrap:wrap;
	-webkit-align-items:center; align-items:center;
	-webkit-justify-content:center; justify-content:center;
}
.tcd_co_data dd { width:calc(100% - 150px); padding:20px; margin:0; border-top:1px solid #ddd; -webkit-box-sizing:border-box; box-sizing:border-box; }
@media (max-width: 750px) {
	.tcd_co_data { margin-bottom:40px !important; }
	.tcd_co_data dt { width:130px; padding:15px 20px; }
	.tcd_co_data dd { width:calc(100% - 130px); padding:15px 20px; }
}



/* ----------------------------------------------------------------------
 Contact form 7
---------------------------------------------------------------------- */
.wpcf7 .wpcf7-submit, .wpcf7 .wpcf7-previous { -webkit-transition:all .3s; -webkit-box-sizing:border-box; box-sizing:border-box; display:block; position:relative; width:225px; height:48px; margin:30px auto 0; border:none !important; outline:none; background-color:#333333; color:#fff; font-size:14px; line-height:1.5; text-align:center; text-decoration:none; cursor:pointer; transition:all .3s; }
.wpcf7 .wpcf7-previous + br { display: none; }
.wpcf7 .wpcf7-submit:hover, .wpcf7 .wpcf7-previous:hover { background-color:#666666; }
.wpcf7 form .wpcf7-response-output { margin: 2em 0.5em 2em; padding:0; border: none; text-align:center; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output { color:#dc3232; font-size: 1em; }




/* ----------------------------------------------------------------------
 チャート
---------------------------------------------------------------------- */
#chart_check { padding:100px 0 100px; }
.tcd_chart { margin:55px 0; }
.tcd_chart .chart_area { margin:0 auto; position:relative; }
.tcd_chart .chart.doughnut .chart_area { width:290px !important; height:290px !important; max-width:100%; }
.tcd_chart .chart.pie .chart_area { width:290px !important; height:290px !important; max-width:100%; }
.tcd_chart .chart.bar .chart_area { width:100%; height:300px !important; left:-4px; margin-bottom:-7px; max-width:360px; }
.tcd_chart .chart.horizontalBar .chart_area { width:100% !important; height:255px !important; max-width:500px; }
.tcd_chart .chart.line .chart_area { width:100% !important; height:330px !important; max-width:480px; }
.tcd_chart .chart_headline { text-align:center; width:100%; font-size:14px; position:relative; margin:-2px 0 35px 0; line-height:1.4; }
.tcd_chart .chart.doughnut .chart_headline { margin:0; position:absolute !important; top:50% !important; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.tcd_chart .chart_labels { text-align:center; margin:35px 0 0; }
.tcd_chart .chart_labels .item { display:inline-block; font-size:14px; line-height:14px; margin:5px 6px; }
.tcd_chart .chart_labels .item .color { width:14px; height:14px; display:block; float:left; margin:0 4px 0 0; }
.tcd_chart .data_table { max-width:500px; width:100%; margin:35px auto 0; overflow:auto; padding:0 0 10px 0; }
.tcd_chart .data_table table { font-size:11px; min-width:500px; }
.tcd_chart .data_table th { font-weight:600; white-space:nowrap; padding:10px; line-height:1.6; text-align:center; vertical-align:middle; border:1px solid #ddd; background:#f2f2f2; }
.tcd_chart .data_table td { padding:10px; line-height:1.6; text-align:center; vertical-align:middle; border:1px solid #ddd; border-top:none; }
@media only screen and (max-width: 750px) {
  .tcd_chart { margin:35px 0; }
  .tcd_chart .chart.doughnut .chart_area { width:210px !important; height:210px !important; }
  .tcd_chart .chart.pie .chart_area { width:210px !important; height:210px !important; }
  .tcd_chart .chart.bar .chart_area { width:90% !important; height:300px !important; }
  .tcd_chart .chart.horizontalBar .chart_area { width:90% !important; height:300px !important; }
  .tcd_chart .chart.line .chart_area { width:90% !important; height:300px !important; }
}




/* BEYOND theme */