@charset "utf-8";
/*
Theme Name:SOLARIS
Theme URI:https://tcd-theme.com/tcd088
Description:The WordPress theme "SOLARIS" was developed with the concept of an advanced company. Apply your business and corporate information to the prepared pages, and put the contents on the top page, and you will have an innovative corporate website.
Author:TCD
Author URI:https://tcd-theme.com/
Version:2.15
Text Domain:tcd-solaris
*/

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

@font-face {
  font-family: 'tiktok_x_icon';
  src: url('fonts/tiktok_x_icon.eot?v=1.1');
  src: url('fonts/tiktok_x_icon.eot?v=1.1#iefix') format('embedded-opentype'),
       url('fonts/tiktok_x_icon.woff?v=1.1') format('woff'),
       url('fonts/tiktok_x_icon.ttf?v=1.1') format('truetype'),
       url('fonts/tiktok_x_icon.svg?v=1.1#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 { overflow-y: scroll; -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%; }

/* clearfix */
.clearfix::after { display:block; clear:both; content:""; }

sup{ vertical-align: super; font-size: smaller; }
sub{ vertical-align: sub; font-size: smaller; }



/* ----------------------------------------------------------------------
 基本設定
---------------------------------------------------------------------- */
html {  }
body { font-family:Arial,sans-serif; font-size:14px; line-height:1; width:100%; position:relative; -webkit-font-smoothing:antialiased; font-family: "游明朝","游明朝体","Hiragino Mincho Pro" !important; }
.pc body.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; }


/* レイアウト */
#container {
    position: relative;
    height: 100%;
    overflow: hidden;
}
#main_contents {
  width:1150px; margin:0 auto; padding:0 0 150px; position:relative;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#main_contents:after { position:absolute; left:810px; content:''; width:1px; height:100%; background:#ddd; }
#main_col {
  width:770px; padding:40px 0 0 0; margin:0 40px 0 0;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
body.page #main_col { padding-top:50px; }
body.page #main_col:has(#post_title2) { padding-top:40px; }
body.hide_sidebar #main_col { width:850px; padding-top:90px; margin:0 auto; }
body.hide_sidebar #main_contents:after { display:none; }
#side_col { width:340px; }

/* サイドバーを非表示にする機能 */
#main_contents.single_col #main_col {
  margin: 0 auto;
  width: 100%;
  max-width: 770px;
}

#main_contents.single_col{
  justify-content: center
}

#main_contents.single_col::after {
  width: 0px;
}

#main_contents.single_col #side_col{
  display: none;
}

/* デザインボタン */
.design_button { text-align:center; z-index:10; position:relative; height:70px; }
.design_button a {
  display:inline-block; min-width:260px; max-width:100%; height:70px; line-height:70px; font-size:16px; padding:0 20px; position:relative; overflow:hidden; z-index:3;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  -webkit-transition: all 0.35s ease; transition: all 0.35s ease;
}
.design_button.shape_type1 a { border-radius:60px; font-weight:600; }
.design_button.type2 a, .design_button.type3 a { border:1px solid #fff; }
.design_button.type2 a:before, .design_button.type3 a:before {
  content:''; display:block; width:100%; height:calc(100% + 2px);
  position:absolute; top:-1px; left:-100%; z-index:-1;
  -webkit-transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}
.design_button.type3 a:before { transform: skewX(45deg); width:calc(100% + 70px); left:calc(-100% - 70px); transform-origin: bottom left; }
.design_button.type2 a:hover:before, .design_button.type3 a:hover:before { left:0; }
.design_button.quick_tag_ver { margin:0 0 40px 0; }


/* デザイン見出し */
:is(.design_headline1, .tcdce-body .design_headline1) { font-size:28px !important; text-align:center; line-height:1.5 !important; margin:0 0 50px 0 !important; padding:0 !important; }
:is(.design_headline2, .tcdce-body .design_headline2) { font-size:22px !important; font-weight:600; margin:100px -40px 63px 0; padding:0 40px 0 0 !important; border-top:1px solid #ddd; text-align:center; }
:is(.design_headline2, .tcdce-body .design_headline2)  span.title { display:inline-block; border-top:3px solid #0070a4; padding-top:20px; margin-top:-1px; }
body.hide_sidebar :is(.design_headline2, .tcdce-body .design_headline2)  { margin-right:0 !important; padding-right:0 !important; }


/* ライン */
.design_line { margin:50px -40px 53px 0; border-color:#ddd; }
body.hide_sidebar .design_line { margin-right:0; }


/* 横並びの画像 */
:is(.two_column_image, .tcdce-body .two_column_image) {
  margin:60px 0 60px;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -ms-justify-content:space-between; -webkit-justify-content:space-between; justify-content:space-between;
}
.two_column_image .item { -ms-flex: 1 1 0%; -webkit-flex: 1 1 0%; flex: 1 1 0%; }
.two_column_image .item:first-of-type { margin-right:10px; }
.two_column_image img { display:block; margin:0 auto; }


/* SLOARIS用ロード画面 */
#site_loader_overlay { opacity:1; }
body.end_loading #site_loader_overlay {
  opacity:0; pointer-events:none;
  -webkit-transition: opacity 0.9s ease 0s;
  transition:opacity 0.9s ease 0s;
}
body.use_loading_screen.load_screen_animation_type2 #container { transform: translate3d(0px, 60px, 0px); }
body.use_loading_screen.load_screen_animation_type3 #container { transform: translate3d(0px, -60px, 0px); }
body.use_loading_screen #container.no_loading_screen { opacity:0; }
body.use_loading_screen.load_screen_animation_type2.end_loading #container, body.use_loading_screen.load_screen_animation_type3.end_loading #container {
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition:transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition:transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
body.use_loading_screen.end_loading #container.no_loading_screen {
  opacity:1;
  -webkit-transition:transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 1.5s ease 0s;
  transition:transform 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 1.5s ease 0s;
}




/* ----------------------------------------------------------------------
 トップページ　ヘッダーコンテンツ
---------------------------------------------------------------------- */
#header_slider_wrap { width:100%; height:auto; position:relative; overflow:hidden; }
#header_slider {
  width:100%; height:auto; overflow:hidden; position:relative;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
}
#header_slider .item {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 34.1%;
    margin-top: 106px;
}


/* スライダーのキャプション */
#header_slider .caption {
  width:1150px; z-index:100; text-align:center; color:#fff;
  position:absolute; left:50%; top:50%; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#header_slider .catch { font-weight:600; line-height:1.4; -ms-word-wrap: break-word; word-wrap: break-word; position:relative; }
#header_slider .catch.animate_item:nth-child(2) { margin-top:25px;  }
#header_slider .desc { margin:15px 0 0 0; position:relative; }
#header_slider .desc p { line-height:2.0; }
#header_slider .desc p.mobile { display:none; }


/* ボタン */
#header_slider .design_button { margin-top:30px; }


/* 画像とオーバーレイ */
#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.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 .slick-dots { display:none !important; }


/* ナビゲーション */
#header_slider_nav_wrap {
  position:absolute; z-index:100; bottom:20px; width:995px; height:100px;
  left:50%; -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%);
}
#header_slider_nav_wrap.stop_animation .slick-track { transform: translate3d(0px, 0px, 0px)!important; }
@media screen and (max-width:750px) {
  #header_slider_nav_wrap.stop_animation .slick-track { transform: translate3d(65px, 0px, 0px) !important; }
}
#header_slider_nav_wrap.two_item { width:640px; }
#header_slider_nav {
  width:940px; position:relative; margin:0 auto;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#header_slider_nav_wrap.two_item #header_slider_nav { width:640px; }
#header_slider_nav_wrap.stop_animation #header_slider_nav { -ms-justify-content:center; -webkit-justify-content:center; justify-content:center; }
#header_slider_nav .nav_item { width:300px; height:100px; margin:0 10px; overflow:hidden; position:relative; background:#000; cursor:pointer; }
#header_slider_nav .nav_image { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; }
#header_slider_nav .nav_catch {
  font-size:14px; padding:0 50px 0 30px; opacity:0; z-index:3; line-height:1.8;
  position:absolute; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
#header_slider_nav .nav_item:after {
  width:300px; height:100px; content:''; display:block; background:#fff; position:absolute; z-index:2; top:0px; left:-300px;
  -webkit-transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}
/*
#header_slider_nav .nav_item:before {
  font-family:'design_plus'; content:'\e910'; color:#000; font-size:14px; display:block; opacity:0;
  position:absolute; z-index:3; top:45px; right:20px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s ease; transition: all 0.2s ease;
}
*/
#header_slider_nav .nav_item:hover .nav_catch, #header_slider_nav .nav_item:hover:before,
  #header_slider_nav .nav_item.slick-center .nav_catch, #header_slider_nav .nav_item.slick-center:before,
    #header_slider_nav_wrap.stop_animation .nav_item.slick-current .nav_catch, #header_slider_nav_wrap.stop_animation .nav_item.slick-current:before {
      -webkit-animation: opacityAnimation 0.7s ease forwards 0s;
      animation: opacityAnimation 0.7s ease forwards 0s;
}
#header_slider_nav .nav_item:hover:after, #header_slider_nav .nav_item.slick-center:after, #header_slider_nav_wrap.stop_animation .nav_item.slick-current:after { left:0; }
#header_slider_nav .nav_item.slick-center { pointer-events:none; }


/* カルーセルの矢印 */
.carousel_arrow {
  width:50px; height:50px; line-height:50px; text-align:center; position:absolute; cursor:pointer; z-index:10; overflow:hidden;
  top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
.carousel_arrow:before {
  font-family:'design_plus'; color:#000; font-size:18px; display:block; height:50px; line-height:50px; width:100%; text-align:center;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s ease; transition: all 0.2s ease;
}
.carousel_arrow.prev_item:before { content:'\e90f'; }
.carousel_arrow.next_item:before { content:'\e910'; left:0; right:0; }
.carousel_arrow:hover:before { color:#ccc !important; }
.carousel_arrow.prev_item { left:-20px; }
.carousel_arrow.next_item { right:-20px; }
#header_slider_nav_wrap .carousel_arrow:before { color:#fff; }
#header_slider_nav_wrap .carousel_arrow { margin-top:3px; }


/* キャプション内のアニメーション設定 実際は以下に+0.7 */
#header_slider .catch.animation_type1, #header_slider .desc, #header_slider .design_button { opacity:0; position:relative; }
#header_slider .catch.animation_type1.animate, #header_slider .desc.animate, #header_slider .design_button.animate {
  -webkit-animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s;
  animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s;
}
#header_slider .catch.animation_type2 span { opacity:0; position:relative; }
#header_slider .catch.animation_type2 span.animate {
  -webkit-animation: text_animation 0.5s ease forwards 0s;
  animation: text_animation 0.5s ease forwards 0s;
}
body.stop_index_slider_animation #header_slider .caption .animate_item, body.stop_index_slider_animation #header_slider .catch.animation_type2 span { opacity:1; }


/* 背景画像のアニメーション */
#header_slider .item.bg_animation_type1.animate .bg_image {
  -webkit-animation: zoomInTcd 30s; animation: zoomInTcd 30s;
}
#header_slider .item.bg_animation_type2.animate .bg_image {
  -webkit-animation: zoomOutTcd 30s; animation: zoomOutTcd 30s;
}
#header_slider .item.bg_animation_type3.animate .bg_image {
  width:-webkit-calc(100% + 200px); height:-webkit-calc(100% + 200px); width:calc(100% + 200px); height:calc(100% + 200px);
  -webkit-animation: bg_image_move_right 30s; animation: bg_image_move_right 30s;
}
#header_slider .item.bg_animation_type4.animate .bg_image {
  width:-webkit-calc(100% + 200px); height:-webkit-calc(100% + 200px); width:calc(100% + 200px); height:calc(100% + 200px);
  -webkit-animation: bg_image_move_left 30s; animation: bg_image_move_left 30s;
}
#header_slider .item.bg_animation_type5.animate .bg_image {
  width:-webkit-calc(100% + 200px); height:-webkit-calc(100% + 200px); width:calc(100% + 200px); height:calc(100% + 200px);
  -webkit-animation: bg_image_move_up 30s; animation: bg_image_move_up 30s;
}
#header_slider .item.bg_animation_type6.animate .bg_image {
  width:-webkit-calc(100% + 200px); height:-webkit-calc(100% + 200px); width:calc(100% + 200px); height:calc(100% + 200px);
  -webkit-animation: bg_image_move_down 30s; animation: bg_image_move_down 30s;
}
/* 右に移動 */
@-webkit-keyframes bg_image_move_right {
  0% { transform: translate3d(-200px,0,0); }
  100% { transform: translate3d(0px,0,0); }
}
@keyframes bg_image_move_right {
  0% { transform: translate3d(-200px,0,0); }
  100% { transform: translate3d(0px,0,0); }
}
/* 左に移動 */
@-webkit-keyframes bg_image_move_left {
  0% { transform: translate3d(0px,0,0); }
  100% { transform: translate3d(-200px,0,0); }
}
@keyframes bg_image_move_left {
  0% { transform: translate3d(0px,0,0); }
  100% { transform: translate3d(-200px,0,0); }
}
/* 上に移動 */
@-webkit-keyframes bg_image_move_up {
  0% { transform: translate3d(0,0,0); }
  100% { transform: translate3d(0,-200px,0); }
}
@keyframes bg_image_move_up {
  0% { transform: translate3d(0,0,0); }
  100% { transform: translate3d(0,-200px,0); }
}
/* 下に移動 */
@-webkit-keyframes bg_image_move_down {
  0% { transform: translate3d(0,-200px,0); }
  100% { transform: translate3d(0,0,0); }
}
@keyframes bg_image_move_down {
  0% { transform: translate3d(0,-200px,0); }
  100% { transform: translate3d(0,0,0); }
}


/* その他のアニメーション */
body.home #header_logo a, body.home #global_menu, body.home #header_search, #header_slider_nav_wrap { opacity:0; }
body.home #header_logo a.animate, body.home #global_menu.animate, body.home #header_search.animate, #header_slider_nav_wrap.animate {
  -webkit-animation: opacityAnimation 1.0s ease forwards 0s;
  animation: opacityAnimation 1.0s ease forwards 0s;
}
body.stop_index_slider_animation #header_logo a, body.stop_index_slider_animation #global_menu, body.stop_index_slider_animation #header_search, body.stop_index_slider_animation #header_slider_nav_wrap { opacity:1; }


/* ヘッダーコンテンツを表示しない場合 */
body.no_index_header_content #header { border-bottom:1px solid #ddd; }
body.no_index_header_content.header_fix #header { border-bottom:none; }
body.no_index_header_content #index_content_builder { border-top:1px solid #ddd; padding:80px 0 0 0; }




/* ----------------------------------------------------------------------
 トップページ　その他
---------------------------------------------------------------------- */

/* 共通項目 */
.cb_headline { line-height:1.5; font-weight:600; text-align:center; }
.cb_headline span { display:block; }
.cb_headline .headline { }
.cb_headline .sub_headline { font-size:16px; font-weight:500; }
.white_content + .white_content { padding-top:0px !important; }
.cb_content:last-of-type { padding-bottom:0; }


/* ニュースティッカー */
#index_news_ticker_wrap { border-bottom:1px solid #ddd; }
#index_news_ticker { width:785px; height:70px; overflow:hidden; margin:0 auto; }
#index_news_ticker .item {
  height:70px; position:relative; padding:1px 30px 0;
  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;
}
#index_news_ticker .date {
  width:93px; font-size:14px; color:#999; font-family:Arial;
}
#index_news_ticker .category {
  font-size:12px; text-align:center; color:#fff; border-radius:30px; margin-right:20px;
  min-width:90px; height:30px; line-height:31px; padding:0 20px; display:inline-block;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
}
body.one_news_category #index_news_ticker.post_type_news .category { display:none; }
#index_news_ticker .title {
  font-size:16px; font-weight:500; line-height:1.6; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; visibility:visible;
  word-wrap:break-word; word-break:break-all;
  -ms-flex: 1 1 0%; -webkit-flex: 1 1 0%; flex: 1 1 0%;
}
#index_news_ticker .title br { display:none; }
#index_news_ticker .title a { display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; visibility:visible; }


/* タブコンテンツ */
.tab_content_top { width:100%; height:600px; position:relative; overflow:hidden; }
.tab_content_top .bg_image { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; }
.tab_content_top .bg_image.mobile { display:none; }
.tab_content_top .overlay { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:2; }
.tab_content_top_inner {
  color:#fff; width:850px; margin:0 auto; z-index:3; position:relative; text-align:center;
  top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
}
.tab_content_top .catch { line-height:1.5; font-weight:600; }
.tab_content_top .desc { line-height:2.4; margin:16px 0 0; }
.tab_content_top .design_button { margin-top:30px; }
.tab_content_top .bg_image[data-parallax-image] {
  transition: none;
}
.tab_content_top .bg_image.parallax-ready[data-parallax-image] {
  transition-property: background-position;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0, 0.33, 0.07, 1.03);
}
.tab_content_top .tab {
  width:1150px; height:70px; position:absolute; bottom:0px; z-index:3;
  left:50%; -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%);
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -ms-justify-content:center; -webkit-justify-content:center; justify-content:center;
}
.tab_content_top .tab .item {
  cursor:pointer; font-size:16px; height:70px; line-height:70px; min-width:200px; color:#fff; background:rgba(255,255,255,0.3); text-align:center; margin:0 7px; padding:0 20px; border-radius:10px 10px 0 0;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
  -webkit-transition: all 0.2s ease; transition: all 0.2s ease;
}
.tab_content_top .tab .item.active, .tab_content_top .tab .item:hover { color:#000; background:#fff; }
.tab_content_bottom {
  width:1150px; margin:0 auto; padding:100px 70px; border-left:1px solid #ddd; border-right:1px solid #ddd; position:relative;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
}
.tab_content_bottom .item {
  opacity:0; pointer-events:none; position:absolute; overflow:hidden; top:100px; left:70px; right:70px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  -webkit-transition: opacity 0.4s ease; transition: opacity 0.4s ease;
}
.tab_content_bottom .item.active { opacity:1; pointer-events:initial; position:relative; top:0; left:0; }
.tab_content_bottom .item_inner {
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.tab_content_bottom .image_area { width:500px; margin-right:60px; overflow:hidden; position:relative; }
.tab_content_bottom .image_area_inner { }
.tab_content_bottom .image { max-width:100%; height:auto; }
.tab_content_bottom .content { width:calc(100% - 560px); }
.tab_content_bottom .title { font-size:26px; font-weight: 600; color:#0071a2; margin-bottom:42px; }
.tab_content_bottom .catch { font-size:24px; line-height:1.5; font-weight:600; margin-bottom:32px; }
.tab_content_bottom .desc { line-height:2.4; }
.tab_content_bottom .design_button { margin-top:70px; }
.tab_content_bottom .slick-dots { position:absolute; bottom:30px; left:0px; width:100%; z-index:10; text-align:center; }
.tab_content_bottom .slick-dots li { display:inline-block; width:10px; height:10px; margin:0 4px; font-size:12px; }
.tab_content_bottom .slick-dots button { cursor:pointer; border:none; color:transparent; width:10px; height:10px; display:block; font-size:0; background:none; position:relative; }
.tab_content_bottom .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; }
.tab_content_bottom .slick-dots button:hover::before, .tab_content_bottom .slick-dots .slick-active button::before { background:#000; }
.cb_tab_content .inview {
  opacity:0; position:relative; top:40px;
  -webkit-transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition:all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.cb_tab_content .inview.animate { opacity:1; top:0; }


/* ブログ一覧 */
.cb_blog_list {
  width:1150px; margin:0 auto; padding:90px 130px 100px; border-left:1px solid #ddd; border-right:1px solid #ddd; position:relative;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
}
.cb_blog_list .cb_desc { line-height:2.4; margin:55px 0 0; text-align:center; }
.cb_blog_list .blog_list { margin: 0 -131px; }
.cb_blog_list .item {
  height:410px; position:relative; border-bottom:1px solid #ddd; padding:60px;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.cb_blog_list .image_link { display:block; width:516px; height:294px; }
.cb_blog_list .image_wrap { display:block; width:100%; height:100%; position:relative; z-index:1; overflow:hidden; }
.cb_blog_list .image { width:100%; height:100% !important; display:block; overflow:hidden; position:relative; z-index:2; }
.cb_blog_list .content {
  height:294px; width:calc(100% - 516px); position:relative; padding-left:60px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.cb_blog_list .content_inner {
 position:absolute; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
.cb_blog_list .meta { margin-bottom:30px; }
.cb_blog_list .meta li { float:left; }
.cb_blog_list .meta li:first-of-type { margin-right:16px; }
.cb_blog_list .category a, .cb_blog_list .pr_label {
  font-size:12px; text-align:center; color:#fff; border-radius:30px;
  min-width:90px; height:30px; line-height:30px; padding:0 20px; display:inline-block;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
}
.cb_blog_list .date { font-size:14px; color:#999; position:relative; height:30px; line-height:30px; font-family:Arial; }
.cb_blog_list .title {
  font-weight:600; line-height:1.6; max-height:3.2em; overflow:hidden; visibility:visible;
  word-wrap:break-word; word-break:break-all;
}
.cb_blog_list .title span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.cb_blog_list .desc {
  line-height:2; margin:20px 0 0 0; max-height:4em; overflow:hidden; visibility:visible;
  word-wrap:break-word; word-break:break-all;
}
.cb_blog_list .desc span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.cb_blog_list .client { padding-left:0; }
.cb_blog_list .design_button { margin-top:70px; }
.cb_blog_list .inview {
  opacity:0; position:relative; top:40px;
  -webkit-transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition:all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.cb_blog_list .inview.animate { opacity:1; top:0; }


/* サービス一覧 */
.cb_service_list { background:#f6f6f6; padding:0 !important; }
.cb_service_top {
  text-align:center; width:1150px; margin:0 auto; padding:90px 70px; border-left:1px solid #ddd; border-right:1px solid #ddd;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
}
.cb_service_top .cb_desc { line-height:2.4; margin:55px 0 0; }
.pc .cb_service_middle { width:100%; height:600px; position:relative; overflow:hidden; }
.pc .cb_service_middle:before {
  opacity:1 !important; z-index:1; margin:0 auto;
  content:''; display:block; width:1150px; height:600px; border-left:1px solid #ddd; border-right:1px solid #ddd;
  position:absolute; top:0px; left:50%; -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%);
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
}
.pc .cb_service_item_list {
  width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:2;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.pc .cb_service_item_list .item {
  height:100%; border-right:1px solid rgba(255,255,255,0.3);
  -ms-flex: 1 1 0%; -webkit-flex: 1 1 0%; flex: 1 1 0%;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
}
.pc .cb_service_item_list .item:last-of-type { border-right:none; }
.pc .cb_service_item_list a {
  color:#fff !important; display:block; width:100%; height:100%; position:relative;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
}
.pc .cb_service_item_list .item a:after {
  width:100%; height:100%; content:''; display:block; position:absolute; top:0px; left:0px; background:rgba(0,0,0,0.5); z-index:1; opacity:0;
  -webkit-transition: opacity 0.2s ease; transition: opacity 0.2s ease;
}
.pc .cb_service_item_list .item.active a:after { opacity:1; }
.pc .cb_service_item_list .content {
  position:absolute; left:0px; bottom:-100%; padding:0 50px 50px; z-index:2;
  -webkit-transition: bottom 0.7s cubic-bezier(0.22, 1, 0.36, 1); transition: bottom 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.pc .cb_service_item_list .title { line-height:1.2; font-weight:600; word-break:break-all; }
.pc .cb_service_item_list .title span { display:block; }
.pc .cb_service_item_list .title .main_title { font-size:28px; }
.pc .cb_service_item_list .title .sub_title { margin-top:13px; }
.pc .cb_service_item_list .desc { opacity:0; top:15px; line-height:2.4; margin:35px 0 0; position:relative; }
.pc .cb_service_item_list .bottom_title { opacity:0; top:15px; font-weight:600; margin:38px 0 0 0; line-height:1; position:relative; display:inline-block; padding:0 20px 0 0; }
.pc .cb_service_item_list .bottom_title:after {
  font-family:'design_plus'; content:'\e910'; font-size:14px; display:block; position:absolute; top:2px; right:0px; font-weight:500;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  -webkit-transition: opacity 0.5s ease 0s; transition: opacity 0.5s ease 0s;
}
.pc .cb_service_item_list .bottom_title span { -webkit-transition: opacity 0.5s ease 0s; transition: opacity 0.5s ease 0s; }
.pc .cb_service_item_list .item.active .desc { opacity:1; top:0; -webkit-transition: all 0.7s ease 0.2s; transition: all 0.7s ease 0.2s; }
.pc .cb_service_item_list .item.active .bottom_title { opacity:1; top:0px; -webkit-transition: all 0.7s ease 0.4s; transition: all 0.7s ease 0.4s; }
.pc .cb_service_item_list .bottom_title:hover:after { opacity:0.5; }
.pc .cb_service_item_list .bottom_title:hover span { opacity:0.5; }
.pc .cb_service_image_list { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; }
.pc .cb_service_image_list .image {
  width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; opacity:0;
  -webkit-transition: all 0.5s ease; transition: all 0.5s ease;
  -webkit-transform: scale(1.1); transform: scale(1.1);
}
.pc .cb_service_image_list .image.active { opacity:1; -webkit-transform: scale(1); transform: scale(1); }
.pc .cb_service_image_list .image .overlay { width:100%; height:100%; }
.cb_service_bottom {
  text-align:center; width:1150px; margin:0 auto; padding:70px 70px; border-left:1px solid #ddd; border-right:1px solid #ddd;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
}
.cb_service_list.cb_content:last-of-type .cb_service_bottom { padding-bottom:150px; }
.cb_service_list .inview {
  opacity:0; position:relative; top:40px;
  -webkit-transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition:all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.cb_service_list .inview.animate { opacity:1; top:0; }
.pc .cb_service_list .cb_service_item_list.inview, .pc .cb_service_list .cb_service_image_list.inview { position:absolute; }


/* お知らせ一覧 */
.cb_news_list {
  margin:0; padding:90px 130px 100px; position:relative;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
}
.cb_news_list .news_category_list { margin:67px auto 70px; }
.cb_news_list .news_category_list li { }
.cb_news_list .design_button { margin-top:70px; }
.cb_news_list .news_list { position:relative; display:none; }
.cb_news_list .news_list.active {
  display:block;
  -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_news_list .inview {
  opacity:0; position:relative; top:40px;
  -webkit-transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition:all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.cb_news_list .inview.animate { opacity:1; top:0; }
.cb_news_list .no_category_list {
    margin-top: 40px;
}


/* プロジェクト一覧 */
.cb_project_list {
  width:1150px; margin:0 auto; padding:90px 130px 100px; border-left:1px solid #ddd; border-right:1px solid #ddd; position:relative;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
}
.cb_project_list .cb_headline::before {
  content: "";
  display: block;
  height: 100px;
  margin-top: -100px;
  visibility: hidden;
}
.cb_project_list .cb_desc { line-height:2.4; margin:55px 0 0; text-align:center; }
.cb_project_list .project_list { margin:60px -131px -70px; }
.cb_project_list .design_button { margin-top:70px; }
.cb_project_list .inview {
  opacity:0; position:relative; top:40px;
  -webkit-transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition:all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.cb_project_list .inview.animate { opacity:1; top:0; }


/* フリースペース */
.cb_free_space.type1 {
  width:1150px; margin:0 auto; padding:0 130px; border-left:1px solid #ddd; border-right:1px solid #ddd;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
}
.cb_free_space.type2 { width:auto; }
.cb_free_space .inview {
  opacity:0; position:relative; top:40px;
  -webkit-transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition:all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.cb_free_space .inview.animate { opacity:1; top:0; }


/* デモサイト用 */
.cb_free_space .index_free_design_content { text-align:center; }
.cb_free_space .index_free_design_content h3 { text-align:center; }
.cb_free_space .index_free_design_content .catch { font-weight:600; line-height:1.5; margin:0 0 20px 0; }
.cb_free_space .index_free_design_content img { display:block; margin:30px auto 0; }




/* ----------------------------------------------------------------------
 ページヘッダー
---------------------------------------------------------------------- */
#page_header { width:100%; height:600px; position:relative; overflow:hidden; background:#000; }
#page_header {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    background: #000;
    margin: 105px 0 0;
}
#page_header .catch { color:#fff; font-weight:600; line-height:1.5; text-align:center; }
#page_header .desc { font-size:18px; color:#fff; line-height:2; text-align:center; margin:15px 0 0 0; }
#page_header .overlay { width:100%; height:100%; z-index:2; position:absolute; top:0px; left:0px; }
#page_header .bg_image { width:100%; height:100%; z-index:1; position:absolute; top:0px; left:0px; }
#page_header .bg_image.mobile { display:none; }
/*
#page_header .bg_image { transform: scale(1.1); }
#page_header .bg_image.animate {
  -webkit-animation: header_bg_image_zoom_in 1.7s cubic-bezier(0.075, 0.82, 0.165, 1) forwards 0.1s;
  animation: header_bg_image_zoom_in 1.7s cubic-bezier(0.075, 0.82, 0.165, 1) forwards 0.1s;
}
*/
#page_header .catch.animation_type1, #page_header .desc { opacity:0; position:relative; }
#page_header .catch.animation_type1.animate, #page_header .desc.animate {
  -webkit-animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0.5s;
  animation: slideUp 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0.5s;
}
#page_header .catch.animation_type2 span { opacity:0; position:relative; }
#page_header .catch.animation_type2 span.animate {
  -webkit-animation: text_animation 0.5s ease forwards 0s;
  animation: text_animation 0.5s ease forwards 0s;
}
@-webkit-keyframes text_animation {
  0%   { opacity:0; left:15px; }
  100% { opacity:1; left:0px; }
}
@keyframes text_animation {
  0%   { opacity:0; left:15px; }
  100% { opacity:1; left:0px; }
}


/* 四角形の見出し */
#archive_square_headline { display: none; z-index:1000; width:200px; height:200px; color:#fff; position:relative; margin:0 auto; top:-100px; }
#archive_square_headline div.head { width:100%; text-align:center; position:absolute; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
#archive_square_headline .headline { }
#archive_square_headline .sub_headline { margin-top:10px; }
#archive_square_headline span { display:block; }


/* 説明文 */
.archive_desc { line-height:2.4; margin:-10px 50px 90px; text-align:center; }


/* パンくずリンク */
#bread_crumb { z-index:3; width:100%; border-bottom:1px solid #ddd; }
#bread_crumb ul { width:1150px; margin:0 auto; padding:0; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; visibility:visible; }
#bread_crumb li { display:inline; font-size:12px; margin:0 10px 0 0; padding:0 20px 0 0; position:relative; }
#bread_crumb li:after {
  font-family:'design_plus'; content:'\e910'; font-size:10px; color:#000;
  display:inline-block; line-height:60px; height:59px;
  position:absolute; right:0px; bottom:-23px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#bread_crumb li:last-of-type:after { display:none; }
#bread_crumb, #bread_crumb li.last { color:#000; }
#bread_crumb li a {
  color:#000; height:59px; line-height:60px; display:inline-block;
  -webkit-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out;
}
#bread_crumb li a:hover { }
#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; height:100%; line-height:1; top:0px; position:relative;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}




/* ----------------------------------------------------------------------
 プロジェクトアーカイブページ
---------------------------------------------------------------------- */
#project_archive {
  padding:0 0 150px; width:1150px; margin:0 auto; border-left:1px solid #ddd; border-right:1px solid #ddd; z-index:100;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
body.no_page_nav #project_archive { padding-bottom:80px; }


/* プロジェクト一覧 */
.project_list {
  margin:0 -1px;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.project_list .item { width:calc(50% - 12px); margin:0 24px 60px 0; position:relative; }
.project_list .item:nth-child(2n) { margin-right:0; }
.project_list .image_wrap { display:block; width:100%; height:320px; position:relative; z-index:1; overflow:hidden; }
.project_list .image { width:100%; height:100% !important; display:block; overflow:hidden; position:relative; z-index:2; }
.project_list .title {
  font-size:20px; font-weight:600; line-height:1.5; color:#fff; max-height:3em; word-break:break-all; overflow:hidden; visibility:visible; padding:0 60px;
  position:absolute; z-index:3; left:0px; bottom:25px;
}
.project_list .title span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.project_list .desc { color:#000; line-height:2.4; margin:20px 60px 0; max-height:4.8em; word-break:break-all; overflow:hidden; visibility:visible; }
.project_list .desc span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.project_list .category { font-weight:600; height:70px; line-height:70px; border-top:3px solid #0071a2; display:inline-block; margin-left:60px; }
body.one_project_category .project_list .category { display:none; }
.project_list .image:after {
  content:''; display:block; width:100%; height:50%; position:absolute; bottom:0px; left:0px; z-index:2;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
}
#project_archive .page_navi { margin-top:0; }


/* アニメーション */
#project_archive.inview {
  opacity:0; position:relative; top:40px;
  -webkit-transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition:all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
#project_archive.inview.animate { opacity:1; top:0; }




/* ----------------------------------------------------------------------
 プロジェクト詳細ページ
---------------------------------------------------------------------- */
#project_title_area { margin:0 0 30px 0; }
#project_title_area .category { font-weight:600; height:70px; line-height:70px; border-top:3px solid #0071a2; display:inline-block; }
#project_title_area .image { width:100%; height:440px; position:relative; margin-bottom:-1px; }
#project_title_area .title { font-size:24px; line-height:1.5; border:1px solid #ddd; padding:30px 40px; }


/* 関連記事 */
#related_project {
  margin:60px 0 -46px 0; position:relative;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#related_project .design_headline2 { font-size:20px !important; margin:0px -40px 70px 0 !important; }
#related_project .post_list {
  margin:0 55px 0 55px;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#related_project .item { width:calc(50% - 19px); margin:0 38px 40px 0; position:relative; }
#related_project .item:nth-of-type(2n) { margin-right:0; }
#related_project .image_wrap { margin:0 0 15px 0; display:block; width:100%; height:176px; position:relative; z-index:1; overflow:hidden; }
#related_project .image { width:100%; height:100% !important; display:block; overflow:hidden; position:relative; z-index:2; }
#related_project .title { font-size:16px; line-height:1.6; max-height:3.2em; overflow:hidden; visibility:visible; word-wrap:break-word; word-break:break-all; }
#related_project .title span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }




/* ----------------------------------------------------------------------
 サービスアーカイブページ
---------------------------------------------------------------------- */
#service_archive {
  padding:0 0 150px; width:1150px; margin:0 auto; border-left:1px solid #ddd; border-right:1px solid #ddd;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}


/* サービス一覧 */
#service_list { margin:0 60px; }
#service_list .item { position:relative; height:586px; overflow:hidden; }
#service_list .content { height:100%; width:50%; position:absolute; right:0px; top:0px; z-index:2; }
#service_list .content_inner {
  padding:70px 70px 70px;
  position:absolute; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#service_list .item:nth-child(even) .content { right:auto; left:0px; }
#service_list .title { font-weight:600; line-height:1.5; margin-top:8px; }
#service_list .title a { color:#fff; -webkit-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; }
#service_list .title a:hover { opacity:0.5; }
#service_list .title span { display:block; }
#service_list .main_title br { display:none; }
#service_list .sub_title { font-weight:500; }
#service_list .catch { font-weight:600; line-height:1.5; color:#fff; margin-top:40px; }
#service_list .desc { line-height:2.4; color:#fff; margin-top:30px; max-height:7.2em; overflow:hidden; visibility:visible; }
#service_list .desc span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
#service_list .design_button { margin:37px 0 0 0; text-align:left; }
#service_list .design_button a { text-align:center; }
#service_list .image { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; }


/* アニメーション */
#service_archive.inview {
  opacity:0; position:relative; top:40px; z-index:100;
  -webkit-transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition:all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
#service_archive.inview.animate { opacity:1; top:0; }




/* ----------------------------------------------------------------------
 サービス詳細ページ
---------------------------------------------------------------------- */
#post_title2 {
  font-size:26px; border-bottom:1px solid #ddd; padding-right:40px; margin:-40px -40px 40px 0; height:159px; position:relative;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#post_title2 .title {
  bottom:-1px; font-size:24px; line-height:1.5; height:156px; display:inline-block; position:relative; color:#0070a4; border-bottom:3px solid #0070a4;
  display:-webkit-inline-box; display:-ms-inline-flexbox; display:-webkit-inline-flex; display:inline-flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -ms-align-items:center; -webkit-align-items:center; align-items:center;
}
#post_title2 .title span { padding-top:3px; }
#post_image2 { width:100%; height:440px; position:relative; margin:0 0 53px; }


/* バナー */
#service_banner {
  margin:50px 0 0 0; position:relative;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#service_banner .design_headline2 { font-size:20px !important; margin:0 -40px 60px 0 !important; }
#service_banner .item a {
  height:200px;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#service_banner .image_wrap { display:block; width:50%; height:200px; position:relative; z-index:1; overflow:hidden; }
#service_banner .image { width:100%; height:100% !important; display:block; overflow:hidden; position:relative; z-index:2; }
#service_banner .content { width:50%; position:relative; }
#service_banner .content_inner {
  padding:0 60px;
  position:absolute; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#service_banner .title { font-weight:600; line-height:1.5; }
#service_banner .title span { display:block; }
#service_banner .main_title { font-size:24px; color:#0070a4; }
#service_banner .desc { font-size:14px; margin-top:0px; line-height:2.2; color:#000; max-height:6.6em; overflow:hidden; visibility:visible; }
#service_banner .desc span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; }



/* ----------------------------------------------------------------------
 会社概要アーカイブページ
---------------------------------------------------------------------- */
#company_archive_top {
  padding:0 0 1px 0; width:1150px; margin:0 auto; border-left:1px solid #ddd; border-right:1px solid #ddd;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#company_archive_bottom { background:#f6f6f6; }
#company_archive_bottom_inner {
  padding:70px 0 150px 0; width:1150px; margin:0 auto; border-left:1px solid #ddd; border-right:1px solid #ddd;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#company_archive_bottom .top_catch { font-weight:600; line-height:1.5; text-align:center; font-size:28px; margin:-5px 0 63px; }


/* 会社概要一覧 */
#company_list {
  margin:0 60px -40px;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#company_list .item { width:calc(50% - 1px); margin:0 2px 0 0; position:relative; }
#company_list .item:nth-child(2n) { margin-right:0; }
#company_list a { display:block; width:100%; height:100%; }
#company_list .image_wrap { display:block; width:100%; height:260px; position:relative; z-index:1; overflow:hidden; }
#company_list .image { width:100%; height:100% !important; display:block; overflow:hidden; position:relative; z-index:2; }
#company_list .title {
  font-size:20px; font-weight:600; line-height:1.5; color:#fff; padding:0 60px;
  position:absolute; z-index:3; left:0; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
  -webkit-transition: all 0.35s ease; transition: all 0.35s ease;
}
#company_list .title span { display:block; }
#company_list .title .main_title { font-size:24px; }
#company_list .title .sub_title { font-size:14px; font-weight:500; }
#company_list a:hover .title { left:10px; }
#company_list .catch { line-height:1.8; padding:35px 50px; font-size:18px; font-weight:600; }
#company_list .image:after {
  content:''; display:block; width:50%; height:100%; position:absolute; top:0px; left:0px; z-index:2;
  background: -moz-linear-gradient(left,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
}
#project_archive .page_navi { margin-top:0; }


/* アニメーション */
#company_archive.inview {
  opacity:0; position:relative; top:40px; z-index:100;
  -webkit-transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition:all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
#company_archive.inview.animate { opacity:1; top:0; }




/* ----------------------------------------------------------------------
 会社概要詳細ページ
---------------------------------------------------------------------- */
.single_company_catch { font-weight:600; line-height:1.5; text-align:center; font-size:28px; margin-bottom:52px; }


/* 企業理念 */
.philosophy_image1 { margin:0 auto; display:block; padding:22px 0 28px; }


/* 会社概要 */
.outline_table { margin:50px 0 0 !important; }
.outline_table th { width:132px !important; -webkit-box-sizing:border-box; box-sizing:border-box; }
.outline_table td { width:auto !important; }


/* 沿革 */
.history_table { font-size:14px; margin:60px 0 0 !important; }
.history_table .year { width:130px !important; color:#006fa6; font-size:16px; font-weight:bold; -webkit-box-sizing:border-box; box-sizing:border-box; }
.history_table .month { width:100px !important; -webkit-box-sizing:border-box; box-sizing:border-box; }
.history_table td { width:auto !important; }


/* アクセス */
#access_map { margin-top:50px; }
.qt_google_map { height:500px !important; }
.qt_google_map .qt_googlemap_embed { height:500px !important; }
#access_map .qt_google_map .pb_googlemap_custom-overlay-inner { top: -104px; left: -50px; width: 100px !important; height: 100px !important; }
#access_info { margin-top:60px; text-align:center; }
#access_info .headline { font-size:18px; margin:0 0 10px 0; text-align:center; }
#access_info p { margin:0; }
#access_info .link a { color:#006da8; font-weight:600; padding:10px 0; display:block; }
#access_info .link a:hover { color:#00466d; }


/* 提携会社 */
#partner_list {
  border-bottom:1px solid #ddd; border-right:1px solid #ddd; margin-top:50px;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -webkit-box-sizing:border-box; box-sizing:border-box; 
}
#partner_list .item {
  width:50%; height:320px; border-top:1px solid #ddd; border-left:1px solid #ddd; position:relative;
 -webkit-box-sizing:border-box; box-sizing:border-box;
}
#partner_list .item img { display:block; margin:80px auto 0; }
#partner_list .item:nth-child(1) img { margin-top:71px; }
#partner_list .item p { position:absolute; bottom:25px; padding:0 38px; }




/* ----------------------------------------------------------------------
 固定ページ
---------------------------------------------------------------------- */
/* LPページ */
#tcd_lp_page_table { font-size:14px; margin:0 0 60px 0; }
#tcd_lp_page_table th { width:200px !important; -webkit-box-sizing:border-box; box-sizing:border-box; }
#tcd_lp_page_table td { width:auto !important; }


/* FAQ */
.faq_list { margin:0 0 100px 0; }
.faq_list .item { margin-top:-1px; }
.faq_list .question {
  cursor:pointer; font-weight:500; font-size:16px !important; border:1px solid #ddd; line-height:1.8 !important; margin:0 !important; padding:23px 55px 19px 30px !important; position:relative; background:#fff;
  -webkit-transition: all 0.2s ease; transition: all 0.2s ease;
}
.faq_list .question:before {
  content:''; position:absolute; right:22px; top:36px;
  display:block; width:13px; height:1px; background:#000;
}
.faq_list .question:after {
  content:''; position:absolute; right:28px; top:30px;
  display:block; width:1px; height:13px; background:#000;
}
.faq_list .question.active:after { display:none; }
.faq_list .question:hover, .faq_list .question.active { }
.faq_list .answer { border:1px solid #ddd; border-top:none; padding:48px 55px 50px; background:#f7f7f7; }


/* スクロールボタン */
#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;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
}
#page_contents_link:before {
  color:#fff; font-family:'design_plus'; content:'\e90e'; font-size:22px; display:block;
  position:absolute; margin-bottom:15px; left:50%; -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%);
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  -webkit-animation: TCDSlideUpDown 1.8s ease infinite 0s;
  animation: TCDSlideUpDown 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;
}




/* ----------------------------------------------------------------------
 お知らせアーカイブページ
---------------------------------------------------------------------- */
#news_archive {
  padding:0 0 150px; width:1150px; margin:0 auto;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}


/* カテゴリーボタン */
.news_category_list { text-align:center; font-size:0; margin:0 0 100px 0; }
.news_category_list li { font-weight:600; display:inline-block; font-size:16px; margin:0 20px; }
.news_category_list li a { padding-top:20px; display:block; position:relative; }
.news_category_list li a:before {
  content:''; height:3px; width:0; background:#0070a4; display:block; position:absolute; top:0px;
}
.news_category_list li.active a:before { width:100%; -webkit-transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1); transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1); }


/* お知らせ一覧（詳細ページやトップページでも利用） */
.news_list { }
.news_list .item {
    height: 56px;
    border-bottom: 1px solid #4c4945;
    margin: 0 auto -1px;
    position: relative;
    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;
    width: 720px;
}
.news_list .item.animate {
  -webkit-animation: slideUp 1.0s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s;
  animation: slideUp 1.0s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s;
}
.news_list .date {
    width: 93px;
    font-size: 15px;
    color: #000;
}
.news_list .category {
    display: none;
    font-size: 12px;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    margin-right: 20px;
    min-width: 90px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body.one_news_category .news_list .category { display:none; }
.news_list .title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    visibility: visible;
    word-wrap: break-word;
    word-break: break-all;
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
    padding: 0 0 0 40px;
	box-sizing: border-box;
}
.news_list .title a { display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; visibility:visible; }


/* アニメーション */
#news_archive.inview {
  opacity:0; position:relative; top:40px; z-index:100;
  -webkit-transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition:all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
#news_archive.inview.animate { opacity:1; top:0; }


/* ロードボタン */
#news_archive .entry-loading { text-align:center; width:100%; display:none; height:50px; line-height:50px; font-size:14px; margin-top:50px; font-weight:600; }
#news_archive .entry-loading.is-show { display: block; }
#news_archive .entry-more { cursor:pointer; display:block; text-align:center; margin:50px auto 0; width: 200px; height: 50px; line-height: 50px; border: 1px solid #ddd; background: #fff;
  -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;
}
#news_archive .entry-more:hover{ background: #FAFAFA; }
#news_archive .entry-more span { display:block; margin:0; font-size:14px; font-weight:500; }
#news_archive .entry-more.is-hide { display:none; }

/* for AJAX Load */
.news_category_sort_button { text-align:center; font-size:0; margin:0 0 100px 0; }
.news_category_sort_button li { font-weight:600; display:inline-block; font-size:16px; margin:0 20px; }
.news_category_sort_button li a { padding-top:20px; display:block; position:relative; }
.news_category_sort_button li a:before {
  content:''; height:3px; width:0; background:#0070a4; display:block; position:absolute; top:0px;
}
.news_category_sort_button li.active a:before { width:100%; -webkit-transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1); transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1); }
.news_list_wrap { position:relative; display:none; }
.news_list_wrap.active { display:block }
.news_list_wrap .news_list .item { opacity:0; position:relative; }


/* ----------------------------------------------------------------------
 お知らせ詳細ページ
---------------------------------------------------------------------- */
#single_news { background:#f6f6f6; }
#single_news_inner {
  width:1150px; margin:0 auto; border-left:1px solid #ddd; border-right:1px solid #ddd; padding:60px 0 150px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#single_news #article {
  width:890px; margin:0 auto; background:#fff; padding:60px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}


/* ナビゲーション */
#news_next_prev_post {
  margin:60px auto 0; width:890px;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#news_next_prev_post .item {
  height:122px; width:50%; position:relative;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#news_next_prev_post .item:first-of-type { border-right:1px solid #ddd; }
#news_next_prev_post .item:only-of-type { padding-left:0; }
#news_next_prev_post a { display:block; position:relative; width:100%; height:100%; overflow:hidden; background: none; }
#news_next_prev_post .image_wrap { display:none; }
#news_next_prev_post .title_area { display:block; position:absolute; left:0px; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
#news_next_prev_post .prev_post .title_area { padding:0 50px 0 60px; }
#news_next_prev_post .next_post .title_area { padding:0 60px 0 50px; }
#news_next_prev_post .title {
  position:relative; padding-left:40px; font-weight:600;
  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;
}
#news_next_prev_post .title span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
#news_next_prev_post .nav { display:none; }
#news_next_prev_post .next_post .title { padding:0 40px 0 0; }
#news_next_prev_post .title:after {
  z-index:10; position:absolute; left:-3px; 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;
}
#news_next_prev_post .prev_post .title:after { content:'\e90f'; }
#news_next_prev_post .next_post .title:after { content:'\e910'; left:auto; right:-4px;}


/* 新着のお知らせ */
#recent_news { width:890px; margin:100px auto 0; }
#recent_news .headline { font-size:22px; text-align:center; margin-bottom:70px; }
#recent_news .news_list { background:#fff; }
#recent_news .design_button { margin-top:70px; }



/* ----------------------------------------------------------------------
 ブログアーカイブページ
---------------------------------------------------------------------- */
#blog_archive {
    padding: 0 0 120px;
    width: 100%;
    margin: 0 auto;
    z-index: 100;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(https://grandgreenosaka-ydc.com/wp-content/uploads/2026/02/n_bg.jpg) 0 0 / 100% no-repeat;
}


/* ブログ記事一覧 */
#blog_list {
    padding: 70px 0 0;
    max-width: 1050px;
    margin: 0 auto;
}
body.search #blog_list { border-top:none; }
#blog_list .item {
    position: relative;
    padding: 60px 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex-direction: column-reverse;
}
#blog_list .image_link {
    display: block;
    width: 306px;
    height: auto;
}
#blog_list .image_wrap { display:block; width:100%; height:100%; position:relative; z-index:1; overflow:hidden; }
#blog_list .image {
    width: 306px;
    height: 204px;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
#blog_list .content {
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 50px;
}
#blog_list .content_inner {
    height: 41px;
    line-height: 41px;
    background: #fff;
}
#blog_list .meta {
    display: inline-block;
    height: 41px;
}
/* #blog_list .meta li { float:left; } */
#blog_list .meta li:first-of-type {
    margin: 0 16px;
}
#blog_list .category a, #blog_list .pr_label {
  font-size:12px; text-align:center; color:#fff; border-radius:30px;
  min-width:90px; height:30px; line-height:30px; padding:0 20px; display:inline-block;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
}
#blog_list .date {
    font-size: 20px;
    color: #999;
    position: relative;
    display: inline-block;
    vertical-align: 8px;
}
#blog_list .title {
    font-weight: 600;
    line-height: 1.6;
    max-height: 3.2em;
    overflow: hidden;
    visibility: visible;
    word-wrap: break-word;
    word-break: break-all;
    display: inline-block;
}
#blog_list .title span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
#blog_list .desc {
    line-height: 2;
    margin: 32px 0 0 33%;
    visibility: visible;
    word-wrap: break-word;
    word-break: break-all;
    box-sizing: border-box;
    padding: 0 4px 0 0;
}
#blog_list .desc span {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: justify;
    text-justify: inter-ideograph;
    font-weight: bold;
}
#blog_list .client { padding-left:0; }


/* 投稿者ページ */
body.author .author_profile { margin:0px 0 60px; border:none; border-top:1px solid #ddd; padding:60px 60px 0; }
body.author .author_profile .name { margin:0 0 15px 0; }
body.author .author_profile .desc { }
body.author .author_profile .avatar_area { width:140px; height:140px; }
body.author .author_profile .info { -webkit-width:calc(100% - 140px); width:calc(100% - 140px); }


/* ページナビ */
.page_navi { margin:60px 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 -1px 0 0; }
.page_navi a, .page_navi a:hover, .page_navi span {
  color:#000; background:#fff; border:1px solid #ddd; font-size:14px; width:50px; height:50px; line-height:50px; display:inline-block; text-align:center;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.page_navi a:hover { color:#fff; }
.page_navi span.dots { background:none; color:#333; }
.page_navi span.current { color:#fff; background:#000; border-color:#000; position:relative; }
.page_navi .next, .page_navi .prev { }
.page_navi .next span, .page_navi .prev span { display:none; }
.page_navi .next:before, .page_navi .prev:before {font-family:'design_plus'; font-size:11px; top:0px; position:relative;-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;line-height: 11px;}
.page_navi .prev:before { content:'\e90f'; }
.page_navi .next:before { content:'\e910'; }
.page_navi .prev:hover:before, .page_navi .next:hover:before { color:#fff; }


/* 記事が無い場合に表示するメッセージ */
#no_post { text-align:center; font-size:14px; padding:0; font-size:20px; font-weight:600; }
body.search #no_post { padding-top:150px; }


/* アニメーション */
#blog_archive.inview {
  opacity:0; position:relative; top:40px;
  -webkit-transition: all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition:all 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
#blog_archive.inview.animate { opacity:1; top:0; }




/* ----------------------------------------------------------------------
 ブログ詳細ページ
---------------------------------------------------------------------- */

/* タイトルエリア */
#post_title { margin-bottom:40px; }
#post_title .category {
  font-size:12px; color:#fff; border-radius:30px; text-align:center; margin:0 0 15px 0;
  display:inline-block; min-width:100px; height:30px; line-height:30px; padding:0 20px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
}
#post_title .title { font-size:24px; line-height:1.5; -ms-word-wrap: break-word;word-wrap: break-word;}
#post_title .date { font-size:14px; position:relative; color:#999; font-family: 'Arial'; }
#post_title .update { font-size:14px; position:relative; padding:0 0 0 32px; color:#999; margin:0 0 0 10px; border-left:1px solid #ddd; }
#post_title .update:before {
  font-family:'design_plus'; content:'\e943'; font-size:14px; top:1px; left:10px; position:absolute;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#post_title .meta_top {
  margin:12px 0 0 0;
  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;
}
#post_image { width:100%; height:440px; position:relative; margin:0 0 40px; }


/* 本文 */
#article .post_content { }
.post_content a:hover, .custom-html-widget a:hover { text-decoration:none; }


/* SNSボタン */
#single_share_top { margin:0 0 35px; padding:0; }
#single_share_top .share-top { margin:0; }
#single_share_bottom { margin:40px 0 0; }
#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; 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.copied { background:#ccc; color:#fff; pointer-events:none; }
#single_copy_title_url_top { margin:0 0 30px 0; }
#single_copy_title_url_bottom { margin:35px 0 0; }


/* ページ分割 */
#post_pagination { margin:0; padding:20px 0 0 0; clear:both; font-size:0; text-align:center; }
#post_pagination a, #post_pagination p {
  color:#000; background:#ffffff; border:1px solid #ddd; font-size:14px; display:inline-block; margin:0 -1px 0 0; width:50px; height:50px; line-height:50px; text-align:center; text-decoration:none;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#post_pagination p { position:relative; background:#000; border-color:#000; color:#fff; }
#post_pagination a:hover { background:#000; border-color:#000; color:#fff; }


/* メタ情報 */
#post_meta_bottom { margin:60px 0 0; padding:15px 30px; border:1px solid #ddd; background:#fff; }
#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; }


/* プロフィール */
.author_profile {
  background:#fff; border:1px solid #ddd; margin:60px 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:22px; margin:5px 0 10px 0; font-weight:600; }
.author_profile .desc { line-height:2; margin:0; font-size:14px; }
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;
}


/* 関連記事 */
#related_post {
  margin:70px 0 -40px 0; position:relative;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#related_post .design_headline2 { font-size:22px; margin:0 -40px 70px 0 !important; }
#related_post .post_list {
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#related_post .item { width:calc(100% / 3 - 10px); margin:0 15px 40px 0; position:relative; }
#related_post .item:nth-of-type(3n) { margin-right:0; }
#related_post .image_wrap { margin:0 0 15px 0; display:block; width:100%; height:140px; position:relative; z-index:1; overflow:hidden; }
#related_post .image { width:100%; height:100% !important; display:block; overflow:hidden; position:relative; z-index:2; }
#related_post .title { font-weight:500 !important; font-size:16px; line-height:1.6; max-height:3.2em; overflow:hidden; visibility:visible; word-wrap:break-word; word-break:break-all; }
#related_post .title span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
#related_post .category {
  font-size:12px; text-align:center; color:#fff; position:absolute; z-index:4; left:0px; top:0px;
  min-width:130px; height:40px; line-height:40px; padding:0 20px; display:inline-block;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
}


/* 広告 */
#single_banner_top { margin:0 auto; padding:10px 0 35px; }
#single_banner_bottom { margin:60px auto -10px; }
#single_banner_shortcode { margin:0 auto; padding:15px 0 45px; }
img.single_banner_image { max-width:100%; height:auto; display:block; margin:0 auto; }


/* ナビゲーション */
#next_prev_post {
  border-top:1px solid #ddd; margin:40px -40px 0 0 ; position:relative; padding-right:40px;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#next_prev_post .item {
  height:122px; width:50%; position:relative;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#next_prev_post .item:first-of-type { border-right:1px solid #ddd; padding-right:40px; }
#next_prev_post .item:last-of-type { padding-left:40px; }
#next_prev_post .item:only-of-type { padding-left:0; }
#next_prev_post a { display:block; position:relative; width:100%; height:100%; overflow:hidden; background: none; }
#next_prev_post .image_wrap { display:none; }
#next_prev_post .title_area { display:block; position:absolute; left:0px; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
#next_prev_post .title {
  position:relative; padding-left:40px; font-weight:600;
  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;
}
#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 40px 0 0; }
#next_prev_post .title:after {
  z-index:10; position:absolute; left:-3px; 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:-4px;}




/* ----------------------------------------------------------------------
　ヘッダー
---------------------------------------------------------------------- */
#header {
    z-index: 1100;
    position: absolute;
    width: 100%;
    height: 105px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(255,255,255, .7);
}
/* .pc body.use_header_fix #header:after {
  content:''; display:block; width:100%; height:80px; background:#ffffff; top:-80px; left:0px; position:absolute; z-index:1;
  -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s; transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s;
} */
#header.active:after { top:0px !important; }
.pc body.header_fix #header {
  position:fixed; top:0px; left:0px;
  -webkit-animation: shadow_animation 0.7s esase forwards 0.2s;
  animation: shadow_animation 0.7s ease forwards 0.2s;
}
@-webkit-keyframes shadow_animation {
  0%   { box-shadow:0 0 0 0 rgba(0,0,0,0.15); }
  100% { box-shadow:0 0 10px 0 rgba(0,0,0,0.15); }
}
@keyframes shadow_animation {
  0%   { box-shadow:0 0 0 0 rgba(0,0,0,0.15); }
  100% { box-shadow:0 0 10px 0 rgba(0,0,0,0.15); }
}
.pc body.header_fix #header:after { top:0px !important; }
body.single #header { position:relative; }
body.single #header:before { content:''; width:100%; height:1px; background:#ddd; position:absolute; bottom:0px; left:0px; }
body.single #header.active:after { display:none; }
body.single.header_fix #header.active:after { display:block; }
/*.pc body.single.header_fix { padding-top:80px; }*/
.pc body.single.header_fix #header:before { display:none; }
body.hide_global_menu #header:after { display:none !important; }
body.hide_global_menu #header { position:absolute !important; }
body.hide_header_image #header { border-bottom:1px solid #ddd; position:relative; }
body.hide_header_image #header.active:after, body.no_index_header_content #header.active:after { display:none; }
body.hide_header_logo.hide_global_menu.hide_header_image #header { display:none; }
.pc body.hide_header_image.header_fix { padding-top:80px; }
.pc body.hide_header_image.header_fix #header { border:none; }
.pc body.hide_header_image.header_fix #header.active:after, .pc body.no_index_header_content.header_fix #header.active:after { display:block; }
.pc body.hide_header_logo.hide_global_menu.hide_header_image.hide_header_image.header_fix { padding-top:0px; }


/* ロゴ */
body.hide_header_logo #header_logo { display:none; }
#header_logo a {
    z-index: 10;
    position: absolute;
    left: 0px;
    height: 120px;
    line-height: 120px;
    padding: 0 60px;
    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;
}
#header_logo .logo { font-weight:500; }
#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 { -webkit-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; }
#header_logo a:hover .logo_text { opacity:0.5; }
#header_logo .logo_image.mobile { display:none; }


/* グローバルメニュー */
body.hide_global_menu #global_menu { display:none; }
#global_menu { width:100%; height:105px; z-index:2; position:relative;}
#global_menu > ul {
    text-align: right;
    padding: 0;
}
#global_menu > ul > li {
    display: inline-block;
    position: relative;
    line-height: 1;
    text-align: left;
    font-size: 15px;
}
#global_menu > ul > li > a {
    color: #000;
    font-weight: 600;
    text-decoration: none;
    height: 105px;
    line-height: 1.35;
    padding: 50px 14px 0;
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#global_menu > ul > #menu-item-79 a,
#global_menu > ul > #menu-item-78 a{
    padding: 30px 14px;
}
#global_menu ul ul { display:none; width:230px; position:absolute; top:80px; 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:14px; 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:14px 20px 12px; height:auto; line-height:1.6; margin:0; }
#global_menu ul ul a:hover { text-decoration:none; background:#444; }

#global_menu > ul > li.current-menu-item > a {
    color: #000;
}
#global_menu > ul > li.current-menu-item > a:before { top:0; }
#global_menu ul ul li.menu-item-has-children > a:before {
  font-family:'design_plus'; content:'\e910'; color:#fff; display:block; position:absolute; right:9px; top:19px; font-size:10px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#header.active #global_menu > ul > li > a, body.header_fix #global_menu > ul > li > a, body.single #global_menu > ul > li > a { color:#000; }
body.hide_header_image #global_menu > ul > li > a, body.no_index_header_content #global_menu > ul > li > a { color:#000; }

@media screen and (min-width:1400px) {
	#global_menu > ul {
    position: relative;
    font-size: 0;
    padding: 0 20px 0 0;
    box-sizing: border-box;
}
}

/* ドロワーメニュー */
#global_menu_button { display:none; }
#drawer_menu { display:none; }


/* メッセージ */
#header_message {
  position:relative; z-index:1200; 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.show_close_button { padding-right:70px; }
#header_message .label { display:block; color:inherit; line-height:1.4; margin:-0.2em 0; padding-top:1px; }
#header_message a.label:hover, #header_message .label a:hover { text-decoration: underline; }
#close_header_message {
  position:absolute; right:0px; cursor: pointer; width:72px; height:25px; line-height:25px; text-align:center;
  top:50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);
  -webkit-transition: opacity 0.2s ease; transition: opacity 0.2s ease;
}
#close_header_message:before { content:'\e91a'; font-family:design_plus; font-size:14px; }
#close_header_message:hover { opacity:0.4; }
html.open_menu #header_message { display:none; }


/* 検索フォーム */
body.hide_global_menu #header_search { display:none; }
#header_search { position:absolute; right:0px; top:0px; width:80px; height:80px; z-index:100; }
#header_search_button {
  display:block; position:relative; width:80px; height:80px; 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:#fff; font-size:18px; content:'\e915';
  top:33px; left:32px; position:absolute;
  -webkit-transition: all 0.2s ease; transition: all 0.2s ease;
}
#header.active #header_search_button:before, body.header_fix #header_search_button:before, body.single #header_search_button:before { color:#000; }
#header_search_button:hover:before { opacity:0.5; }
#header_search form {
  opacity:0; pointer-events:none; height:40px; width:240px; position:absolute; top:20px; right:30px; 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:30px;
  width:0px; height:40px; border:1px solid #ddd; background:none; background:#f5f5f5; z-index:1; padding:0 15px; border-radius:50px;
  -webkit-transition: all 0.3s ease; transition: all 0.3s ease;
}
body.header_fix #header_search .input_area input { }
#header_search.active form .input_area input { width:240px; }
#header_search .button { display:none; }
body.hide_header_image #header_search_button:before, body.no_index_header_content #header_search_button:before { color:#000; }




/* ----------------------------------------------------------------------
 メガメニュー
---------------------------------------------------------------------- */
.pc .megamenu_button + ul { display:block; }


/* 共通項目 */
.megamenu {
  opacity:0; background:#fff; pointer-events:none; width:100%; height:auto; position:absolute; top:80px; z-index:500; left:0; right:0; margin:auto;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  box-shadow:0 5px 5px 0 rgba(0,0,0,0.07);
}
.megamenu.active_mega_menu { opacity:1; pointer-events:initial; top:80px; }
.megamenu_inner {
  width:1150px; height:auto; margin:0 auto; position:relative; overflow:hidden;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.megamenu .headline_area {
  width:220px; position:relative;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.megamenu .headline_area div.head { line-height:1.5; position:absolute; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.megamenu .headline_area div.head span { display:block; }
.megamenu .headline_area div.head .headline { font-size:28px; color:#006ea5; margin:5px 0 0 0; }
.megamenu .headline_area div.head .sub_headline { font-weight:500; color:#000; }
.megamenu .headline_area div.head a { display:block; padding:0 50px 0 0; position:relative; }
.megamenu .headline_area div.head a:before {
  font-family:'design_plus'; content:'\e910'; color:#000; font-size:18px; display:block; height:18px; line-height:18px; text-align:center; font-weight:500;
  position:absolute; right:0px; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s ease; transition: all 0.2s ease;
}
.megamenu .headline_area div.head a:hover:before { color:#ccc; }


/* メガメニューA */
.megamenu_a .slider_area {
  width:calc(100% - 220px); height:314px; position:relative; margin-top:40px; z-index:1;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.megamenu_a .slider_area.no_category { height:263px; margin-top:66px; }
.megamenu_a .slider_area:before { content:''; width:1px; height:100%; background:#ddd; display:block; position:absolute; top:0px; left:42px; z-index:1; }
.megamenu_a .slider_area:after { content:''; width:1px; height:100%; background:#ddd; display:block; position:absolute; top:0px; right:42px; z-index:1; }
.megamenu_a .slider { width:846px; margin-left:42px; z-index:2; position:relative; }
.megamenu_a .item { position:relative; border-left:1px solid #ddd; height:314px; }
.megamenu_a .image_wrap { display:block; margin:0 -1px; width:calc(100% + 2px); 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 .title_area { padding:20px 30px; }
.megamenu_a .title { line-height:1.5; max-height:4.5em; word-break:break-all; overflow:hidden; }
.megamenu_a .title span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
.megamenu_a .category {
  font-size:12px; text-align:center; color:#fff; border-radius:30px; margin:0 0 20px 30px;
  min-width:90px; height:30px; line-height:30px; padding:0 20px; display:inline-block;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
}


/* メガメニューB */
.megamenu_b .megamenu_inner { -ms-justify-content:space-between; -webkit-justify-content:space-between; justify-content:space-between; }
.megamenu_b .service_list_area {
  width:920px; height:390px; position:relative; z-index:1; overflow:hidden;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.megamenu_b .service_item_list {
  width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:2;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.megamenu_b .service_item_list .item {
  height:100%; border-right:1px solid rgba(255,255,255,0.3);
  -ms-flex: 1 1 0%; -webkit-flex: 1 1 0%; flex: 1 1 0%;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
}
.megamenu_b .service_item_list .item:last-of-type { border-right:none; }
.megamenu_b .service_item_list a {
  color:#fff !important; display:block; width:100%; height:100%; position:relative;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
}
.megamenu_b .service_item_list .item a:after {
  width:100%; height:100%; content:''; display:block; position:absolute; top:0px; left:0px; background:rgba(0,0,0,0.5); z-index:1; opacity:0;
  -webkit-transition: opacity 0.2s ease; transition: opacity 0.2s ease;
}
.megamenu_b .service_item_list .item.active a:after { opacity:1; }
.megamenu_b .service_item_list .content {
  position:absolute; left:0px; bottom:0; padding:0 30px 30px; z-index:2;
}
.megamenu_b .service_item_list .title {
  font-size:20px; line-height:1.2; font-weight:600; word-break:break-all;
  -webkit-transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1); transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.megamenu_b .service_item_list .item.active .title { margin-bottom:20px; }
.megamenu_b .service_item_list .sub_title { font-size:14px; font-weight:600; margin:12px 0 0 0; line-height:1.5; position:relative; display:inline-block; padding:0 20px 0 0; }
.megamenu_b .service_item_list .sub_title:after {
  opacity:0; font-family:'design_plus'; content:'\e910'; font-size:14px; display:block; position:absolute; top:2px; right:0px; font-weight:500;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.4s ease; transition: all 0.4s ease;
}
.megamenu_b .service_item_list .item.active .sub_title:after { opacity:1; }
.megamenu_b .service_image_list .image {
  width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; opacity:0;
  -webkit-transition: all 0.5s ease; transition: all 0.5s ease;
  -webkit-transform: scale(1.1); transform: scale(1.1);
}
.megamenu_b .service_image_list .image.active { opacity:1; -webkit-transform: scale(1); transform: scale(1); }
.megamenu_b .service_image_list .image .overlay { width:100%; height:100%; }


/* メガメニューC */
.megamenu_c .company_list_area {
  width:calc(100% - 220px); height:auto; position:relative; margin:40px 0 38px 0; z-index:1; overflow:hidden;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.megamenu_c .company_list_area .item { width:calc(100% / 3 - 2px); margin:0 3px 3px 0; height: 153px; }
.megamenu_c .company_list_area .item:nth-child(3n) { margin-right:0; }
.megamenu_c .company_list_area a { display:block; width:100%; height:100%; position:relative; }
.megamenu_c .company_list_area .image_wrap { display:block; width:100%; height:153px; position:relative; z-index:1; overflow:hidden; }
.megamenu_c .company_list_area .image { width:100%; height:100% !important; display:block; overflow:hidden; position:relative; z-index:2; }
.megamenu_c .company_list_area .title {
  font-weight:600; line-height:1.5; color:#fff; padding:0 30px;
  position:absolute; z-index:3; left:0; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
  -webkit-transition: all 0.35s ease; transition: all 0.35s ease;
}
.megamenu_c .company_list_area a:hover .title { left:15px; }
.megamenu_c .company_list_area .title span { display:block; }
.megamenu_c .company_list_area .title .main_title { font-size:20px; }
.megamenu_c .company_list_area .title .sub_title { font-size:14px; font-weight:500; }
.megamenu_c .company_list_area a:after {
  content:''; display:block; width:50%; height:100%; position:absolute; top:0px; left:0px; z-index:2;
  background: -moz-linear-gradient(left,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
}




/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */
/* ページ上部へ戻るボタン（PC用） */
#return_top2 a { border-top:1px solid #ddd; display:block; height:60px; line-height:60px; text-decoration:none; position:relative; }
#return_top2 a:hover {  }
#return_top2 span { text-indent:100%; white-space:nowrap; overflow:hidden; display:block; }
#return_top2 a:before {
  color:#000 !important; font-family:'design_plus'; content:'\e911'; font-size:18px; display:block; width:18px; height:18px;
  position:absolute; left:0; right:0; top:2px; margin:auto;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#return_top2 a:hover { background:#fafafa; }


/* ページ上部へ戻るボタン（モバイル用） */
#return_top { display:none !important; }
#return_top a { background:#000; display:block; height:60px; width:60px; line-height:60px; text-decoration:none; z-index:100; position:relative; }
#return_top a:hover { color:#fff !important; }
#return_top span { text-indent:100%; white-space:nowrap; overflow:hidden; display:block; }
#return_top a:before {
  color:#fff; font-family:'design_plus'; content:'\e911'; font-size:12px; display:block; width:12px; height:12px;
  position:absolute; left:0; right:0; top:4px; margin:auto;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#return_top {
  position:fixed; left:0px; bottom:0px; z-index:999;
  -webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0);
  -webkit-transition: -webkit-transform 0.35s; transition: all 0.35s;
}
#return_top.active { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }


/* ロゴエリア */
#footer_top { border-top:1px solid #ddd; position:relative; padding:70px 0; }


/* フッターロゴ */
#footer_logo { }
#footer_logo .logo { line-height:1; margin:0; padding:0; font-weight:500; display:block; }
#footer_logo .logo a { }
#footer_logo img { height:auto; display:block; margin:auto; -webkit-transition: opacity 0.35s ease-in-out; transition: opacity 0.35s ease-in-out; }
#footer_logo img:hover { opacity:0.5; }
#footer_logo .logo_image.mobile { display:none; }
#footer_logo .logo_text { -webkit-transition: color 0.35s ease; transition: color 0.35s ease; text-align:center; width:100%; display:block; }


/* SNSボタン（ヘッダーも共通） */
#footer_sns { margin-top:30px; }
.sns_button_list { font-size:0; z-index:20; text-align:center; }
.sns_button_list li { display:inline-block; margin:0 7px; position:relative; }
.sns_button_list li a { display:block; width:16px; height:20px; line-height:20px; text-align:center; position:relative; }
.sns_button_list li a span { display:none; }
.sns_button_list li a:before {
  font-family:'design_plus'; font-size:15px; display:block;
  position:absolute; margin:auto;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.sns_button_list li a:hover:before { }
.sns_button_list li.twitter a:before { font-family: 'tiktok_x_icon'; content: "\e901"; }
.sns_button_list li.facebook a:before { content:'\e944'; font-size:18px; top:-0.5px; left:-1px; }
.sns_button_list li.tiktok a:before { font-family: 'tiktok_x_icon'; content: "\e900"; }
.sns_button_list li.insta a { width:15px; }
.sns_button_list li.insta a:before { content:'\ea92'; }
.sns_button_list li.pinterest a:before { content:'\e905'; font-size:17px; left:-0.5px; }
.sns_button_list li.youtube a { width:18px; }
.sns_button_list li.youtube a:before { content:'\ea9d'; font-size:17px; }
.sns_button_list li.contact a { width:15px; }
.sns_button_list li.contact a:before { content:'\f0e0'; font-size:15px; top:-1px; }
.sns_button_list li.rss a { width:14px; }
.sns_button_list li.rss a:before { content:'\e90b'; font-size:14px; top:0px; }
.sns_button_list li.user_url a:before { content:'\e942'; font-size:15px; }
.sns_button_list li.line a:before { content:'\e909'; font-size:18px; top:0px; }
.sns_button_list li.note a { width:18px;}
.sns_button_list li.note a:before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  top: 2px;
  left: 0px;
  background-color: #000;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M10 10.4968C25.408 10.4968 46.504 9.70479 61.648 10.1208C81.952 10.6408 89.624 19.5048 89.888 41.3448C90.152 53.7208 89.888 89.1048 89.888 89.1048H67.896C67.896 58.1368 68.008 53.0168 67.896 43.2568C67.632 34.6568 65.2 30.5768 58.584 29.7928C51.592 29.0088 31.992 29.6808 31.992 29.6808V89.1448H10V10.4968Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  transition: background-color 0.3s ease;
}
.sns_button_list.color_type2 li { margin:0 10px; }
.sns_button_list.color_type2 li a { width:22px; height:22px; line-height:22px; }
.sns_button_list.color_type2 li a:before { font-size:22px; }
.sns_button_list.color_type2 li.twitter a:before { color:#000; top:0px; font-size: 20px; }
.sns_button_list.color_type2 li.tiktok a:before { color:#000; top:0px; }
.sns_button_list.color_type2 li.facebook a:before { color:#1877f2; font-size:26px; left:-2px; top:1px; }
.sns_button_list.color_type2 li.insta a:before { color:#e4405f; top:1px; }
.sns_button_list.color_type2 li.pinterest a:before { color:#bd081c; font-size:24px; left:-1px; top:1px; }
.sns_button_list.color_type2 li.youtube a:before { color:#f00; top:1px; }
.sns_button_list.color_type2 li.contact a:before { color:#00729f; top:0px; }
.sns_button_list.color_type2 li.rss a:before { color:orange; top:1px; }
.sns_button_list.color_type2 li.line a:before { color:#00B900; top:1px; }
.sns_button_list.color_type2 li.user_url a:before { color:#00729f; }
.sns_button_list.color_type2 li a:before { -webkit-transition: opacity 0.4s ease; transition: opacity 0.4s ease; }
.sns_button_list.color_type2 li a:hover:before { opacity:0.5; }


/* フッターメニュー */
#footer_menu {
  width:1150px; margin:0 auto;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
 -webkit-box-sizing:border-box; box-sizing:border-box;
}
#footer_menu .footer_menu {
  border-left:1px solid #ddd; padding:0 40px 50px;
  ms-flex: 1 1 0%; -webkit-flex: 1 1 0%; flex: 1 1 0%;
 -webkit-box-sizing:border-box; box-sizing:border-box;
}
#footer_menu .footer_menu:last-of-type { border-right:1px solid #ddd; }
#footer_menu .footer_menu li { margin:0 0 13px 0; line-height:1.5; font-size:14px; }
#footer_menu .footer_menu li:first-of-type { font-size:16px; font-weight:600; margin:0 0 20px 0; }
#footer_menu .footer_menu li:first-of-type a { color:#0071a2; }
#footer_menu .footer_menu a { display:block; }


/* フッターバナー */
#footer_banner {
  margin-bottom:-1px;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#footer_banner .item { ms-flex: 1 1 0%; -webkit-flex: 1 1 0%; flex: 1 1 0%; height:200px; }
#footer_banner a { display:block; position:relative; width:100%; height:100%; }
#footer_banner .image_wrap { display:block; width:100%; height:100%; position:relative; z-index:1; overflow:hidden; }
#footer_banner .image { width:100%; height:100% !important; display:block; overflow:hidden; position:relative; z-index:2; }
#footer_banner .title_area {
  z-index:5; position:absolute; left:0px; padding:0 40px; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
  -webkit-transition: all 0.35s ease; transition: all 0.35s ease;
}
#footer_banner .title { font-size:24px; font-weight:600; }
#footer_banner .sub_title { font-size:14px; font-weight:500; margin-top:13px; }
#footer_banner .overlay { position:absolute; width:70%; height:100%; z-index:4; }
#footer_banner a:hover .title_area { left:7px; }

/* フッターメニュー（下部）*/
#footer_menu_bottom {
  line-height:70px; border-top:1px solid #ddd;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;
}
#footer_menu_bottom ul { font-size:0; z-index:20; text-align:center; }
#footer_menu_bottom li { font-size:14px; display:inline-block; margin:0 20px; position:relative; }


/* コピーライト */
#copyright {
    line-height: 60px;
    height: 60px;
    font-size: 12px;
    text-align: center;
    /* border-top: 1px solid #ddd; */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 40px;
}


/* メッセージ */
#footer_message {
  font-size:20px; line-height:1.5; font-weight:600; text-align:center; width:100%; padding:0 50px; z-index:1;
  position:absolute; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
 -webkit-box-sizing:border-box; box-sizing:border-box;
}


/* フッターバー */
#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;
  pointer-events: none;
}
.dp-footer-bar-type1 #dp-footer-bar.active {
  opacity:1;
  pointer-events: visible;
}
.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:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -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;
  -ms-flex: 1 1 0%; -webkit-flex: 1 1 0%; flex: 1 1 0%;
}




/* ----------------------------------------------------------------------
 ウィジェット
---------------------------------------------------------------------- */
/* 基本設定 */
.widget_content { border-bottom:1px solid #ddd; padding:40px 0 40px 40px; }
.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, .widget_block .wp-block-heading { color:#00729f; font-weight:600; font-size:18px; padding:0; margin:0 0 20px 0; line-height:1; }

/* 広告 */
.tcd_ad_widget { }
.tcd_ad_widget img { height:auto; max-width:100%; margin:0 auto; display:block; }

/* カレンダー */
#calendar_wrap { padding:0; }
#wp-calendar { margin:0 auto; width:100%; font-size:14px; border-collapse:collapse; table-layout:fixed; }
#wp-calendar th, #wp-calendar td { padding:10px; line-height:2; text-align:center; border:1px solid #ddd; }
#wp-calendar td a { display:block; margin:0; padding:0; text-decoration:none; background-color:#eee; }
#wp-calendar td a:hover { text-decoration:none; color:#fff; background:#aaa; }
#wp-calendar caption {  padding:12px 0; font-size:16px; font-weight:600; }
#wp-calendar thead th, #wp-calendar tfoot td { border:none; }
.wp-calendar-nav { font-size:14px; padding:20px 0; width:100%; }

/* デザインされた記事一覧 */
.styled_post_list1_widget { padding:0; }
.styled_post_list1_widget .widget_headline { background:#00729f; color:#fff; padding:0 40px; height:70px; line-height:70px; margin:0; }
.styled_post_list1 li { margin:0; padding:0; position:relative; border-bottom:1px solid #ddd; }
.styled_post_list1 li:last-child { border-bottom:none; }
.styled_post_list1 li.no_post{
  padding: 10px;
}
.styled_post_list1 a {
  width:100%; position:relative; padding:35px 0 38px 40px;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.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_area {
  width:calc(100% - 110px); height:110px; position:relative;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.styled_post_list1 .title_area_inner {
  position:absolute; padding:0 0 0 18px;
  top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
.styled_post_list1 .title {
  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;
  transition-property:color; transition-duration:0.2s; 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; }
.styled_post_list1 .date {
  font-size:12px; color:#999; line-height:1; margin-top:5px;
  -webkit-transition-property:color; -webkit-transition-duration:0.2s; -webkit-transition-timing-function:ease;
  transition-property:color; transition-duration:0.2s; transition-timing-function:ease;font-family: 'Arial';
}
.styled_post_list1 .no_image .title_area { width:100%; height:auto; }
.styled_post_list1 .no_image .title_area_inner { position:relative; padding:0; top:0%; -ms-transform: translateY(0%); -webkit-transform: translateY(0%); transform: translateY(0%); }
.styled_post_list1 .no_image .title { max-height:3.6em; }
.styled_post_list1 .no_image .title span { -webkit-line-clamp:2; }


/* 記事スライダー */
.post_slider_widget { position:relative; }
.post_slider_widget .post_slider { height:174px; position:relative; }
.post_slider_widget .item { width:100%; height:174px; position:relative; }
.post_slider_widget .item .link { display:block; width:100%; height:100%; position:relative; overflow:hidden; background:#fff; }
.post_slider_widget .item .link:after {
  content:''; display:block; width:100%; height:70%; position:absolute; bottom:0px; left:0px; z-index:2;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
}
.post_slider_widget .image_wrap { display:block; width:100%; height:100%; position:relative; z-index:1; overflow:hidden; }
.post_slider_widget .image { width:100%; height:100% !important; display:block; overflow:hidden; position:relative; z-index:2; }
.post_slider_widget .title_area { padding:0 30px; position:absolute; bottom:20px; left:0px; z-index:3; }
.post_slider_widget .title { color:#fff; line-height:1.5; font-size:16px; overflow:hidden; max-height:3em; font-weight:600; word-wrap:break-word; word-break:break-all; }
.post_slider_widget .title span { display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.post_slider_nav {
  position:absolute; bottom:0px; margin-left:20px; height:40px;
  left:50%; -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%);
}
.post_slider_nav .carousel_arrow { height:40px; width:35px; line-height:40px; }
.post_slider_nav .carousel_arrow:before { height:40px; line-height:40px; font-size:14px; top:2px; position:relative; }
.post_slider_nav .carousel_arrow.prev_item { left:-35px; }
.post_slider_nav .carousel_arrow.next_item { right:-35px; }


/* タブ記事 */
.tab_post_list_widget { position:relative; }
.widget_tab_post_list_button { position:relative; z-index:10; }
.widget_tab_post_list_button div {
  height:60px; line-height:60px; width:50%; float:left; text-align:center; cursor:pointer;
  display:block; background:#f5f5f5; position:relative; border:1px solid #ddd;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.widget_tab_post_list_button div:first-of-type { border-right:none; }
.widget_tab_post_list_button div.active { background:#fff; pointer-events:none; border-bottom:1px solid #fff; }
.widget_tab_post_list {
  opacity:0; pointer-events:none; position:absolute; top:100px; left:40px; width:calc(100% - 40px);
  border:1px solid #ddd; border-top:none;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease;
}
.widget_tab_post_list.active { opacity:1; pointer-events:initial; position:relative; top:0px; left:0px; width:auto; }
.widget_tab_post_list li { margin:0; padding:18px; border-bottom:1px solid #ddd; }
.widget_tab_post_list li:last-child { margin:0; border:none; }
.widget_tab_post_list a {
  width:100%; height:100%;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.widget_tab_post_list .image_wrap { display:block; width:110px; height:110px; position:relative; z-index:1; overflow:hidden; }
.widget_tab_post_list .image { width:100%; height:100% !important; display:block; overflow:hidden; position:relative; z-index:2; }
.widget_tab_post_list .title_area { width:calc(100% - 110px); position:relative; }
.widget_tab_post_list .title {
  font-size:14px; line-height:1.8; max-height:5.4em; word-break:break-all; overflow:hidden; padding:0 0 0 18px;
  position:absolute; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
.widget_tab_post_list .title span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; }


/* バナー一覧 */
.tcd_banner_widget .headline { margin-bottom:10px; }
.tcd_banner_widget .sub_headline { margin-bottom:15px; font-size:14px; }
.tcd_banner_widget a { display:block; margin:0 auto 15px; 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 .overlay { position:absolute; top:0px; left:0px; width:60%; 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; font-weight: 600; line-height:1.5; }
.tcd_banner_widget a:hover .title_area { left:5px; }


/* アーカイブ　ドロップダウン */
.tcdw_archive_list_widget .side_headline { display:none; }
.p-widget-dropdown { height:45px; line-height:45px; position:relative; }
.p-widget-dropdown::after { color:#666; content:"\e90e"; font-family: "design_plus"; position:absolute; top:0; right: 17px; z-index:1; }
.p-widget-dropdown select { padding-right:33px; position:relative; z-index:2; -webkit-appearance:none; appearance:none; }
.p-widget-dropdown select::-ms-expand { display:none; }

.p-dropdown { font-size:14px; }
.p-dropdown__title { -webkit-box-sizing:border-box; box-sizing:border-box; position: relative; height:60px; line-height:60px; padding:0 18px; border:1px solid #ddd; background:#fff; color:#000; z-index:10; }
.p-dropdown__title::after { position:absolute; right:17px; top:2px; font-family:"design_plus"; content:"\e90e"; color:#000; }
.p-dropdown__title:hover { cursor:pointer; }
.p-dropdown__title.is-active::after { content:"\e911"; }
.p-dropdown__title:hover:after { }
.p-dropdown__list { display:none; top:-1px; position:relative; }
.p-widget .p-dropdown .p-dropdown__list { }
.p-dropdown__list li { line-height:1.5; margin:0; padding:0; position:relative; }
.p-dropdown__list li ul { margin:0; position:relative; display:none; }
.p-dropdown__list li a { display:block; padding:0px 18px; height:47px; line-height:47px; margin:-1px 0 0 0; background:#fff; border:1px solid #ddd; }
.p-dropdown__list li a:hover { }
.p-dropdown__list li li a { padding-left:32px; }
.p-dropdown__list li li li a { padding-left:46px; }
.p-dropdown__list li li li li a { padding-left:60px; }
.p-dropdown__list .child_menu_button { width:50px; height:50px; position:absolute; right:0px; top:0px; z-index:2; cursor:pointer; }
.p-dropdown__list .child_menu_button:before {
  font-family:'design_plus'; content:'\e90e'; text-align:center;
  display:block; font-size:14px; width:14px; height:14px; line-height:14px;
  position:absolute; right:18px; top:20px;
}
.p-dropdown__list li.active > .child_menu_button:before { content:'\e911'; }
.p-dropdown__list .child_menu_button:hover { color:#ccc; }


/* カテゴリー一覧 */
.category_list_widget { border-bottom:none; padding:0; margin-top:-1px; }
.category_list_widget .square_headline { height:160px; padding-left:40px; color:#fff; position:relative; z-index:1; }
.category_list_widget .square_headline div.head { line-height:1.5; position:absolute; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.category_list_widget .square_headline div.head span { display:block; }
.category_list_widget .square_headline div.head .sub_headline { font-weight:500; }
.category_list_widget ul { margin:0; padding:0; border:none; }
.category_list_widget ul ul { margin:0; padding:0; border:none; }
.category_list_widget li { font-size:16px; margin:0; padding:0; position:relative; }
/*
.category_list_widget li a {
  display:block; background:#fff; border-bottom:1px solid #ddd; padding:0 40px; overflow:hidden; position:relative; width:100%; height:70px; line-height:70px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-justify-content:space-between; -webkit-justify-content:space-between; justify-content:space-between;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -ms-align-items:center; -webkit-align-items:center; align-items:center;
  -webkit-transition: all 0.35s ease; transition: all 0.35s ease;
}
  */
/* ボタン全体：中央寄せ担当 */
.category_list_widget li a {
  display: flex;
  align-items: center;     /* ← 縦中央 */
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 0 40px;
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  transition: all 0.35s ease;
}

.category_list_widget li a .cat-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

  line-height: 1.4;

  transform: translateX(0);
  transition: transform .35s ease; /* 元の hover の気持ちよさは維持 */
  will-change: transform;
}

/* hover で文字だけ動かす（幅は変わらないので折り返しが変化しない） */
/* 親（1階層目） */
.category_list_widget > ul > li > a:hover .cat-name {
  transform: translateX(10px);
}

/* 子（2階層目） */
.category_list_widget li li > a:hover .cat-name {
  transform: translateX(10px);
}

/* 孫（3階層目） */
.category_list_widget li li li > a:hover .cat-name {
  transform: translateX(10px);
}

.category_list_widget li li a { padding-left:54px; }
.category_list_widget li li li a { padding-left:68px; }
.category_list_widget li a:hover { padding-left:50px; }
.category_list_widget li li a:hover { padding-left:64px; }
.category_list_widget li li li a:hover { padding-left:78px; }
.category_list_widget li .title {
  display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;
  -ms-flex: 1 0 auto; -webkit-flex: 1 0 auto; flex: 1 0 auto;
}
.category_list_widget li.current-menu-item>a, .category_list_widget li.current-menu-parent>a { background:#fff; margin-bottom:-1px; z-index:10; position:relative; }
.category_list_widget li.current-menu-item>a, .category_list_widget li.current-menu-parent>a { color:#fff; border:none; }
.category_list_widget li.current-menu-item>a { pointer-events:none; }


/* 強制的に止めたい場合はこちら */
.category_list_widget li a:hover { padding-left: 40px !important; }
.category_list_widget li li a:hover { padding-left: 54px !important; }
.category_list_widget li li li a:hover { padding-left: 68px !important; }



/* 検索 */
.widget_search label { display:none; }
#searchform {
  border:1px solid #ddd; background:#fff; height:60px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#searchform #s {
  border:none; background:none; padding:0 18px; 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:18px; content:'\e915'; right:0px; top:0px;
}
#searchform .submit_button:hover:before { color:#aaa; }
#searchform .submit_button:hover { }

/* デフォルトのRSS */
.widget_rss  .rss-widget-feed { display:none; }
.widget_rss  .rss-widget-title { text-decoration: none; }
.widget_rss li { border-bottom:1px solid #ddd; margin:0 0 -1px 0; padding:20px 30px 15px; font-size:14px;}
.widget_rss li:last-of-type { border:none; }
.widget_rss ul li { padding:20px 0px; border-bottom:1px solid #ddd; margin-top:-1px; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.widget_rss ul li:not(:first-child) { border-top:1px solid #ddd; }
.widget_rss ul li .rss-date { -ms-flex-order:1; order:1; color:#999; font-size:13px; line-height:1; margin-right:10px; padding:0 0 0 22px; position:relative; }
.widget_rss ul li .rss-date:before {font-family: 'design_plus';
  content: '\e94e';font-size:16px; position:absolute; top:-2px; left:0px; -webkit-font-smoothing: antialiased; }
.widget_rss ul li cite { -ms-flex-order:2; order:2; color:#999; font-size:13px; line-height:1; }
.widget_rss ul li .rsswidget { -ms-flex-order:3; order:3; display:block; width:100%; margin:0; }
.widget_rss ul li .rssSummary { -ms-flex-order:4; order:4; color:#999; font-size:13px; margin: -0.35em 0; }
.widget_rss .rss-date { position:relative; font-family:Arial; }
.widget_rss .rsswidget ~ .rss-date, .widget_rss .rsswidget ~ cite { margin-bottom:10px; }
.widget_rss .rsswidget ~ .rssSummary { margin-top:calc(10px - 0.35em); }

/* デフォルトのタグ一覧 */
.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 { margin:0 6px 6px 0; font-size:14px !important; display:block; background:#fff; padding:0px 20px; border-radius:5px; height:36px; line-height:36px; border: 1px solid #ddd;}
.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; word-wrap: break-word; }
.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:'design_plus'; content:'\e94e'; font-size:13px; display:inline-block; margin:0 7px 0 0; vertical-align:-1px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}

/* デフォルトのカテゴリー */
/*.category_list_widget ul { margin:0; }
.category_list_widget ul ul { margin-left:1em; }
.category_list_widget ul li { margin:0; padding:0; line-height:1; }
.category_list_widget ul li a { display:block; line-height:1.6; padding:10px 0; }
.category_list_widget .widget_headline + ul { margin:-12px 0 -14px; }*/
.widget_categories ul { margin:0; }
.widget_categories ul ul { margin-left:1em; }
.widget_categories ul li { margin:0; padding:0; line-height:1; }
.widget_categories ul li a { display:inline-block; line-height:1.6; padding:10px 0; }
.widget_categories ul li { color:#999; }
.widget_categories .widget_headline + ul { margin:-12px 0 -14px; }

/* デフォルトの固定ページ */
.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_pages .widget_headline + ul { margin:-12px 0 -14px; }


/* デフォルトのナビ　*/
.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_nav_menu .widget_headline + ul { margin:-12px 0 -14px; }

/* デフォルトのコメントウィジェット */
.widget_recent_comments li { color:#999; }

/* デフォルトのテキストウィジェット */
.widget_text .post_content { font-size:16px; line-height: 1.6; }

/* デフォルトのブロック */
.widget_block { font-size:16px; line-height:1.6; }

/* デフォルトのメタウィジェット */
.widget_meta ul { margin-bottom:-8px; }

/* デフォルトのアーカイブとカテゴリー　ドロップダウンメニュー */
.widget_archive select, .widget_categories select {
  border:1px solid #ddd; background:#fff;  width:100%; height:60px; padding:0 18px; 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 .select_wrap,.widget_categories .select_wrap{
  position: relative;
}
.widget_archive .select_wrap:before, .widget_categories .select_wrap: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:15px; top:25px;
}

/* カレンダー */
/*#calendar_wrap { padding:0; margin:-6px 0 -20px; }*/



/* デフォルトのギャラリー */
.widget_media_gallery .gallery-caption {
  background-color:#000; color:#fff; font-size:12px; line-height:1.5; margin:0 0 2.5px; max-height:50%;  transform: translateY(50%);
  opacity:0; padding:6px 8px; position:absolute; bottom:0; left:0; text-align:left; width:100%;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.widget_media_gallery .gallery-item { margin-top:0 !important; }
.widget_media_gallery .gallery-item img{border: none!important;}
.widget_media_gallery .gallery-caption:before { content: ""; height:100%; min-height:49px; position:absolute; top:0; left:0; width:100%;  }
.widget_media_gallery .gallery-item:hover .gallery-caption { opacity: .7; transition: all .25s ease; transform: translateY(0%);}


/* ----------------------------------------------------------------------
 404ページ
---------------------------------------------------------------------- */
#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 20px; color:#fff;
  left:50%; top:50%; -ms-transform: translate(-50%, -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; font-weight:500; }
#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;
}
#page_404_button {
  opacity:0; display:block; height:60px; width:60px; line-height:60px; text-decoration:none; z-index:3;
  position:absolute; bottom:10px; right:0; left:0; margin:auto;
}
#page_404_button:before {
  color:#fff; font-family:'design_plus'; content:'\e90e'; font-size:31px; display:block;
  position:absolute; left:14px; bottom:0px; margin:auto;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  -webkit-animation: TCDSlideUpDown 1.2s ease infinite 0s;
  animation: TCDSlideUpDown 1.2s ease infinite 0s;
}
#page_404_header.animate #page_404_button {
  -webkit-animation: opacityAnimation 1.0s ease forwards 1.5s;
  animation: opacityAnimation 1.0s ease forwards 1.5s;
}

/* ----------------------------------------------------------------------
 searchページ
---------------------------------------------------------------------- */
#page_search_header { width:100%; height:100vh; position:relative; }
#page_search_header .content {
  position:absolute; z-index:3; text-align:center; width:100%; padding:0 20px; color:#fff;
  left:50%; top:50%; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#page_search_header .catch { line-height:1.4; font-weight:500; }
#page_search_header .desc { line-height:2; margin:15px 0 0 0; }
#page_search_header .overlay { width:100%; height:100%; position:absolute; z-index:2; }
#page_search_header .bg_image { width:100%; height:100%; position:absolute; z-index:1; }

#page_search_header .catch, #page_search_header .desc { opacity:0; }
#page_search_header.animate .catch {
  -webkit-animation: opacityAnimation 1.0s ease forwards 0.5s;
  animation: opacityAnimation 1.0s ease forwards 0.5s;
}
#page_search_header.animate .desc {
  -webkit-animation: opacityAnimation 1.0s ease forwards 1.0s;
  animation: opacityAnimation 1.0s ease forwards 1.0s;
}
#page_search_button {
  opacity:0; display:block; height:60px; width:60px; line-height:60px; text-decoration:none; z-index:3;
  position:absolute; bottom:10px; right:0; left:0; margin:auto;
}
#page_search_button:before {
  color:#fff; font-family:'design_plus'; content:'\e90e'; font-size:31px; display:block;
  position:absolute; left:14px; bottom:0px; margin:auto;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  -webkit-animation: TCDSlideUpDown 1.2s ease infinite 0s;
  animation: TCDSlideUpDown 1.2s ease infinite 0s;
}
#page_search_header.animate #page_search_button {
  -webkit-animation: opacityAnimation 1.0s ease forwards 1.5s;
  animation: opacityAnimation 1.0s ease forwards 1.5s;
}
#page_search_header form { height:50px; max-width:400px; position:relative; margin:40px auto 0; }
#page_search_header .input_area input { position:absolute; left:0px; width:100%; height:50px; border:none; background:#fff; z-index:1; padding:0 60px 0 25px; border-radius:50px; z-index:1; }
#page_search_header .search_button input { position:absolute; right:0px; top:0px; border:none; background:none; width:50px; height:50px; z-index:2; cursor:pointer; }
#page_search_header .search_button label { position:absolute; right:0px; top:0px; z-index:10; width:50px; height:50px; display:block; pointer-events:none; }
#page_search_header .search_button label:before {
  display:block; font-family:"design_plus"; color:#000; font-size:16px;content: '\e915';
  top:19px; right:20px; position:absolute; transition: color 0.2s ease;
}

#page_search_header.animate #search_form {
  opacity: 0;
}

#page_search_header.animate #search_form {
  -webkit-animation: opacityAnimation 1.0s ease forwards 1.5s;
  animation: opacityAnimation 1.0s ease forwards 1.5s;
}


@-webkit-keyframes TCDSlideUpDown {
  0% { bottom:10px; }
  50% { bottom:0px; }
  100% { bottom:10px; }
}
@keyframes TCDSlideUpDown {
  0% { bottom:10px; }
  50% { bottom:0px; }
  100% { bottom:10px; }
}




/* ----------------------------------------------------------------------
 コメント
---------------------------------------------------------------------- */
/* 基本設定 */
#comments { margin:70px 0 0 0; }
#comments .design_headline2 { font-size:22px; margin:0 -40px 65px 0 !important; }


/* コメント・トラックバックのタブ */
#comment_header { position:relative; margin:0 0 20px; }
#comment_tab { margin:0; }
#comment_tab li { float:left; text-align:center; margin:0; width:50%; }
#comment_tab li a, #comment_tab li p { font-size:12px; padding:15px 15px; line-height:1.6; display:block; text-decoration:none; background:#f2f2f2; 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 zoomOutTcd {
  0% { transform: scale(1.0); }
  100% { transform: scale(1.3); }
}
@keyframes zoomOutTcd {
  0% { transform: scale(1.0); }
  100% { transform: scale(1.3); }
}


/* ズームイン */
@-webkit-keyframes zoomInTcd {
  0% { transform: scale(1.3); }
  100% { transform: scale(1.0); }
}
@keyframes zoomInTcd {
  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 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 プリセットスタイル
---------------------------------------------------------------------- */


/* パスワード保護 */
.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; }


/* 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; }

/* ----------------------------------------------------------------------
 ブロックエディターのYotutubeのレスポンシブ対応
---------------------------------------------------------------------- */
.wp-block-embed { margin:0 0 2em 0; }


/** ブロックエディターのテーブルブロックの調整 **/
.wp-block-table.is-style-stripes td,
.wp-block-table .has-background td{
  background-color: transparent;
}


/* TCDCE対応のため、以下移設 */
/* ----------------------------------------------------------------------
 Google Map
---------------------------------------------------------------------- */
.qt_google_map { width:100%; height:550px; background:#ddd; margin:0 0 35px 0; }
.qt_google_map .qt_googlemap_embed { width:100%; height:550px; }
.qt_google_map .pb_googlemap_custom-overlay-inner { display: -webkit-box; display: -ms-flexbox; display: flex; position: absolute; top: -94px; left: -40px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 80px !important; height: 80px !important; border-radius: 50%; font-size: 18px; text-align: center; }
.qt_google_map .pb_googlemap_custom-overlay-inner::after { display: block; position: absolute; right: 0; bottom: -15px; left: 0; width: 0; height: 0; margin: auto; border-width: 16px 5px 0 5px; border-style: solid; content: ""; }
@media screen and (max-width: 750px) {
  .qt_google_map { height:320px; }
  .qt_google_map .qt_googlemap_embed { height:320px; }
}


/* ----------------------------------------------------------------------
 table
---------------------------------------------------------------------- */
:is(.post_content .tcdce-body) table {
  margin:0 0 50px 0; width:100% !important; border-collapse:collapse !important;
  table-layout:auto; word-break: break-all; word-wrap: break-all;
}
:is(.post_content .tcdce-body) .s_table table { margin-bottom:50px; }
:is(.post_content .tcdce-body) td, :is(.post_content .tcdce-body) th { border:1px solid #ddd !important; padding:18px 30px 16px !important; line-height:2.2; background:#fff; }
:is(.post_content .tcdce-body) th { background:#f7f7f7; font-weight:normal; }
@media screen and (max-width:800px) {
  :is(.post_content .tcdce-body) table { margin:0 0 35px 0; }
}
/* table style */
:is(.post_content .tcdce-body) table.table_no_border th, :is(.post_content .tcdce-body) table.table_no_border td { border:none; padding-left:0; }
:is(.post_content .tcdce-body) table.table_border_serumtal th, :is(.post_content .tcdce-body) table.table_border_serumtal td { border-left:none; border-right:none; padding-left:0; }


:is(.post_content .tcdce-body) ul, .post_content ul { list-style:circle inside none; }


/* ----------------------------------------------------------------------
 目次
---------------------------------------------------------------------- */
.widget_content.widget_tcdce_toc_widget:has(.is-sticky){ z-index: 11; border-bottom:none; }

/* カテゴリーリストのスタイル */

.category_terms_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, calc(100% / 5));
  justify-content: center;
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
  padding: 1px 0 1px 1px;
  margin-bottom: 70px;
  padding-inline: 60px;
}

/* 5つ以上の子要素がある場合に適用 */
.c-archive-header-terms .category_terms_list.has-multiple-items {
  justify-content: start;
}

.c-archive-header-terms :where(a) {
  display: flex;
  place-items: center;
  background: #ffffff;
  margin: -1px 0 0 -1px;
  overflow: hidden;
  border: 1px solid #ddd;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  height: 70px;
  transition: color 0.3s,background-color 0.3s,border-color 0.3s;
  position: relative;
  z-index: 0;
}

.c-archive-header-terms :where(a.is-current) {
  color: #fff;
  z-index: 1;
}

@media (any-hover: hover) {
  .c-archive-header-terms :where(a:hover) {
    color: #fff !important;
    z-index: 1;
  }
}

@media (max-width:991px) {

  .c-archive-header-terms::-webkit-scrollbar {
    display: none;
  }

  .c-archive-header-terms :where(a) {
    min-width: min-content;
    height: 50px;
  }

  .c-archive-header-terms :where(a) {
    padding-inline: 35px;
    font-size: 14px;
  }

  .c-archive-header-terms { 
    margin-bottom: 40px;
  }

}

@media (max-width:767px) {

  .c-archive-header-terms {
    display: flex;
    overflow-x: scroll;
    white-space: nowrap;
    inline-size: min(calc(100% - 40px), 100%);;
    padding-inline: 20px;
    font-size: 14px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-bottom: 40px;
  }

  .c-archive-header-terms {
    margin-bottom: 40px;
    height: 50px;
    padding-inline: unset;
  }

    .c-archive-header-terms  {
    padding-inline: 20px;
    justify-content: flex-start;
  }

  .c-archive-header-terms :where(a) {
    padding-block: 0;
  }

  .c-archive-header-terms :where(a):hover {
    color: #fff !important;
  }
}

/* =========================
  共通：サブは初期非表示
========================= */
.category_list_widget .sub-menu,
.category_list_widget .children {
  display: block;         
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
}

/* 開いた状態 */
.category_list_widget .is-open > .sub-menu,
.category_list_widget .is-open > .children {
  display: block;
}

/* 親liを相対配置 */
.category_list_widget li {
  position: relative;
}

/* 親リンクに矢印分の余白 */
.category_list_widget li:has(> .sub-menu),
.category_list_widget li:has(> .children) {
}

.category_list_widget li.has-children > a {
  padding-right: 56px;
}

/* クリック用トグルボタン（JSで挿入） */
.category_list_widget li.has-children > .menu-toggle {
  position: absolute;
  right: 8px;
  top: 0;
  height: 70px;  
  width: 48px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
  z-index: 11;
}

.category_list_widget li.has-children > .menu-toggle::before {
  font-family: 'design_plus';
  content: '\e911';
  line-height: 1;
  display: block;
  transform: scaleY(-1); 
  transition: none;
}

.category_list_widget li.has-children.is-open > .menu-toggle::before {
  transform: scaleY(1); 
}

.category_list_widget li.has-children > .menu-toggle:hover {
  opacity: 0.6;
}


/* current-menu 系が付いている場合は白 */
.category_list_widget li.has-children.current-menu-item > .menu-toggle::before,
.category_list_widget li.has-children.current-menu-parent > .menu-toggle::before,
.category_list_widget li.has-children.current-menu-ancestor > .menu-toggle::before {
  color: #fff;
}

.category_list_widget
li.has-children.current-menu-parent:has(li.current-menu-item)
> .menu-toggle::before {
  color: #000;
}

/* 初期化前はアニメ無効 */
.category_list_widget .sub-menu,
.category_list_widget .children {
  transition: none;
}

/* 初期化完了後にだけアニメ有効 */
.category_list_widget.is-ready .sub-menu,
.category_list_widget.is-ready .children {
  transition: max-height .35s ease;
  overflow: hidden;
}


/* 共通 */
.grid_row2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.grid_row3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.flex_row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.reverse {
	flex-direction: row-reverse;
}
.col_2 {
	width: calc(50% - 20px);
}
.sp_br {
	display: none;
}
html {
  scroll-padding-top: 105px;
}


/* top */
.t0 {
	box-sizing: border-box;
	padding: 0 20px;
}
.t0_in {
	position: relative;
}
.t0 a,
.n_infos a {
	transition: .4s;
}
.t0 a:hover,
.n_infos a:hover {
	opacity: .7;
}

.wp-image-91sp {
	display: none;
}
.t_ab {
    padding: 100px 20px;
    background: url(https://grandgreenosaka-ydc.com/wp-content/uploads/2026/02/t_ab_bg01.png) 0 0 / 100% no-repeat;
}
.t_abin {
    max-width: 930px;
    margin: 0 auto;
}
.post_content .t0 h2 {
    font-size: 50px;
    color: #4c4945;
    text-align: center;
    letter-spacing: .1em;
    margin: 0 0 48px;
	position: relative;
}
.post_content .t0 h3 {
    text-align: center;
    font-size: 25px;
    color: #b79963;
    letter-spacing: .06em;
    margin: 0 0 40px;
}
.t0 h3 span {
    letter-spacing: 0;
    font-size: 34px;
}
.t0 h3 {
    font-size: 22px;
}
.post_content .t_ab p {
    text-align: center;
    line-height: 1.75;
    margin: 0 0 152px;
}
.t_news .cb_headline .headline {
    color: #4c4945;
    font-size: 50px !important;
	letter-spacing: .1em;
}
.t_news {
    padding: 24px 20px;
    background: url(https://grandgreenosaka-ydc.com/wp-content/uploads/2026/02/t_news_bg.png) 0 0 / 100% no-repeat;
}
.t_news_btn {
    display: block;
    width: 205px;
    margin: 80px auto 0;
}
.t_mp {
    padding: 100px 20px;
    background: url(https://grandgreenosaka-ydc.com/wp-content/uploads/2026/02/t_cc_bg.png) top 45% left 0 / 100% no-repeat;
}
.t_mpin {
    max-width: 1145px;
    margin: 0 auto;
}
.t_mp .col_txt {
    text-align: center;
    color: #876125;
}
.post_content .t_mp h2 {
    margin: 0 0 72px;
}
.post_content .t_mp .col_txt p {
    line-height: 1.55;
    font-size: 20px;
}
.post_content .t_mp h4 {
    margin: 14px 0 20px;
    font-size: 30px;
    letter-spacing: .04em;
}
.t_mp .col_txt {
    width: 52%;
}
.t_mp .col_img {
    width: 48%;
    text-align: right;
}
.post_content .abmp p {
    text-align: center;
    line-height: 1.75;
}
.abmp {
    margin: 100px 0;
}
.t_btn {
    display: block;
    width: 205px;
    margin: 0 auto;
}
.t_white {
    min-height: 740px;
    background: url(https://grandgreenosaka-ydc.com/wp-content/uploads/2026/02/t_whiten_bg.jpg) 0 0 no-repeat;
    padding: 60px 20px 0;
}
.t_whitein {
    max-width: 1200px;
    margin: 0 auto;
}
.post_content .t_white h2 {
    font-size: 86.67px;
    letter-spacing: 0;
    margin: 0 0 8px;
}
.t_white h2 span {
    position: absolute;
    bottom: -40px;
    left: 49%;
    transform: translate(-50%, 0);
}
.post_content .t_white h3 {
    font-size: 52px;
    color: #4c4945;
    margin: 0;
}
.t_white .col_2 {
    position: relative;
    font-size: 0;
}
.ab_sirios .grid_row2 {
    max-width: 100%;
    margin: 0 auto 20px;
    gap: 0;
    display: block;
    text-align: center;
}
.wp-image-88 {
    position: absolute;
    top: -54px;
    right: -7%;
}
.t_ap {
    padding: 100px 20px;
}
.t_apin {
    max-width: 1100px;
    margin: 0 auto;
}
.t_ap .col_2 {
    width: calc(50% - 24px);
}
.post_content .t_ap h3 {
    font-size: 30px;
    color: #876125;
    margin: 32px 0 24px;
}
.post_content .t_ap .aptxt {
    font-size: 20px;
    text-align: center;
    color: #876125;
    font-weight: bold;
    line-height: 1.75;
    margin: 0 0 24px;
}
.post_content .t_ap .lap {
    text-align: center;
    line-height: 1.75;
}
.rec_w {
    margin: 48px 0 88px;
}
.post_content .t_ap .rec_w h3 {
    margin: 0 0 20px;
}
.post_content .t_ap .rec {
    color: #876125;
    font-weight: bold;
    font-size: 20.54px;
    text-align: center;
    position: relative;
    letter-spacing: .05em;
    padding: 0 0 0 40px;
    margin: 0 0 16px;
}
.rec:after {
    content: "";
    display: block;
    position: absolute;
    width: 711px;
    height: 28px;
    background: url(https://grandgreenosaka-ydc.com/wp-content/uploads/2026/02/tgt_whiten03.png) 0 0 / 100% no-repeat;
    bottom: -4px;
    left: 18%;
}
.post_content .t_ap .rec2 {
    padding: 0 0 0 125px;
}
.post_content .t_ap .rec3 {
    padding: 0 0 0 144px;
}
.rec2:after {
    left: 22%;
}
.rec3:after {
    left: 24%;
}
.w_p {
    max-width: 1090px;
    margin: 0 auto;
}
.cols {
	position: relative;
    width: 50%;
}
.cols_1 {
    left: 6px;
}
.cols_2 {
    right: -15px;
}
.cols_3 {
    width: 100%;
    text-align: center;
    margin: -20px 0 0;
}
.ap_b {
    margin: 120px 0 0;
}
.ap_b .col_img {
    text-align: right;
}
.post_content .t_ap .ap_b h3 {
    margin: 50px 0 24px;
}
.rec_b {
    max-width: 1050px;
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(
24deg, #876125 0%, #b79963 100%);
/*     height: 450px; */
    border-radius: 10px;
    box-sizing: border-box;
    padding: 40px 20px;
    margin: 80px 0 0;
}
.post_content .rec_b h4 {
    font-size: 30px;
    color: #fff;
    letter-spacing: .05em;
}
.rec_b .grid_row3 {
    /* max-width: 810px; */
    margin: 56px 20px 0;
    gap: 25px;
    text-align: center;
}
.rec_b .gr3 {
    height: 108px;
}
.rec_b .gr3 {
    height: auto;
    background: linear-gradient(
0deg, #f9d998 0%, #fff 100%);
    border-radius: 12px;
    box-sizing: border-box;
    padding: 16px 0;
}
.post_content .rec_b .gr3 p {
    font-size: 16px;
    color: #876125;
    font-weight: bold;
    line-height: 1.75;
}
.t_menuin {
    max-width: 1049px;
    margin: 0 auto;
}
.t_menu .gr3 {
    height: auto;
    padding-bottom: 2.5em;
	position: relative;
}
.ap_b .t_btn {
    margin-top: 100px;
}
.t_menu .grid_row3 {
    gap: 21.7px;
}
.t_menu {
    position: relative;
    padding: 32px 20px 100px;
}
.t_menu:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 200px;
    background: #b79963;
    top: 0;
    left: 0;
    z-index: -1;
}
.post_content .t_menu h3 {
    margin: -2px 0 20px !important;
    height: 97.3px;
    line-height: 97.3px;
    color: #fff;
    background: linear-gradient(
180deg, #b79963 0%, rgb(183, 153, 99, .2) 100%);
    width: 334px;
}
.t_menu .gr3:last-child h3 {
    width: 333px;
}
.post_content .t_menu p {
    padding: 0 10px;
    line-height: 1.75;
    letter-spacing: .04em;
    text-align: justify;
    text-justify: inter-ideograph;
}
.t_menu .t_btn {
    margin: 100px auto 0;
}
.t_menu .gr3:after {
    content: "";
    display: block;
    position: absolute;
    width: 150px;
    height: 5px;
    background: #b79963;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.t_concept {
    padding: 0 20px 100px;
}
.t_conceptin {
    max-width: 1050px;
    margin: 0 auto;
}
.post_content .t_concept h2 {
    margin: 0 0 88px;
}
.post_content .t_concept h3 {
    color: #876125;
    font-size: 30px;
    text-align: left;
}
.post_content .t_concept p {
    font-size: 14px;
    line-height: 1.75;
}
.t_concept .flex_row .col_txts {
    box-sizing: border-box;
    padding: 0;
    width: 43%;
    margin: 32px 0 0;
}
.t_concept .reverse .col_txts {
    padding: 0 0 0 4%;
    width: 44%;
    margin: 12px 0 0;
}
.t_concept .col_img {
    width: 55%;
}
.t_concept .flex_row {
    margin: 100px 0;
}
.t_concept .reverse {
    margin: 0;
}
.t_concept .reverse .col_txts .bgw,
.t_concept .flex_row .col_txts .bgw {
	position: relative;
	z-index: 5;
}
.t_concept .reverse .col_txts .bgw p,
.t_concept .flex_row .col_txts .bgw p {
	position: relative;
	z-index: 5;
}
.t_concept .flex_row .bgw:after {
    content: "";
    display: block;
    z-index: 1;
    width: 550px;
    height: 280px;
    background: rgba(255,255,255, .7);
    position: absolute;
    top: -16%;
    right: 1%;
    border-radius: 38px;
}
.t_concept .reverse .bgw:after {
    content: "";
    display: block;
    z-index: 1;
    width: 550px;
    background: rgba(255,255,255, .7);
    position: absolute;
    top: -8%;
    left: -11%;
    border-radius: 38px;
}
.t_concept .rev2 .col_txts {
    margin: 56px 0 0;
}
.t_recruit {
    min-height: 831px;
    background: url(https://grandgreenosaka-ydc.com/wp-content/uploads/2026/02/t_recruit_bg.jpg) 0 0 / 100% no-repeat;
}
.t_recruitin {
    max-width: 1410px;
    margin: 0 auto;
}
.post_content .t_recruit h2, .post_content .t_contact h2 {
    font-size: 150px;
    color: #fff;
    letter-spacing: .05em;
    display: inline-block;
    margin: -16px 0 110px !important;
}
.t_recruit h2 span, .t_contact h2 span {
    font-size: 50px;
    color: #876125;
    position: absolute;
    bottom: 6px;
    right: 92px;
    letter-spacing: .04em;
}
.wp-image-102 {
    position: absolute;
    top: 9%;
    right: 13.1%;
}
.post_content .t_recruit h3 {
    font-size: 34.8px;
    text-align: inherit;
    color: #876125;
    padding: 0 0 0 12.8%;
}
.t_recruit h3 span {
    font-size: 34.8px;
    padding: 0 0 0 14%;
}
.t_recruit .flex_ab {
    width: 598px;
    position: absolute;
    right: 1%;
    top: 43.5%;
    gap: 30px;
}
.t_recruit .cols {
    width: calc(50% - 20px);
}
.t_recruit .flex_ab .cols:last-child {
    padding: 0 0 0 36%;
}
.jobd {
    margin: 120px 0 0;
    position: relative;
    width: 823px;
}
.jobd .flex_row {
    width: 500px;
    position: relative;
    z-index: 5;
    padding: 22px 0 0 22%;
}
.t_recruit .jobd .cols {
    width: 33.33%;
}
.post_content .jobd h4 {
    font-size: 25px;
    color: #876125;
    margin: 24px 0 0;
}
.post_content .jobd li {
    list-style: none;
    font-size: 20px;
    font-weight: bold;
    color: #4c4945;
	position: relative;
}
.jobd:after {
    content: "";
    display: block;
    position: absolute;
    height: 185px;
    width: 200vw;
    top: -19px;
    background: #fff;
    z-index: 0;
    right: 15px;
}
.jobd li:after {
    content: "";
    display: block;
    position: absolute;
    width: 27px;
    height: 27px;
    background: url(https://grandgreenosaka-ydc.com/wp-content/uploads/2026/02/t_recruit01.png) 0 0 / 100% no-repeat;
    left: -44px;
    top: 50%;
    transform: translate(0, -50%);
}
.t_info {
    padding: 160px 20px 120px;
}
	.t_infoin {
    max-width: 686px;
    margin: 0 auto;
}
	.t_info .s_table {
    max-width: 660px;
    margin: 0 auto;
}
	.post_content .t_info td, .post_content .t_info th {
	border: none;
    border-bottom: 1px solid #4c4945;
	color: #876125;
	font-weight: bold;
	align-content: center;
}
.post_content .t_info th {
    background: inherit;
    font-size: 25px;
    letter-spacing: 0.05em;
    padding: 14px 0 15px;
    width: 18%;
    text-align: inherit;
}
.post_content .t_info td {
    font-size: 20px;
    line-height: 1.75;
    padding: 14px 0 15px 40px;
}
.time {
    max-width: 660px;
    margin: 0 auto 80px;
}
	.post_content .t_info h2 {
    margin: 0 0 80px;
}
	.post_content .t_info h3 {
    font-size: 25px;
    color: #876125;
    margin: 120px 0 32px;
    display: block;
    height: 65px;
    line-height: 65px;
    border: 1px solid #b79963;
    border-radius: 33px;
}
.t_contact {
    background: url(https://grandgreenosaka-ydc.com/wp-content/uploads/2026/02/t_contact_bg.jpg)no-repeat center center / cover;
    padding: 100px 0;
}
.post_content .t_contact h2 {
    margin: 4px 0 20px !important;
}
.post_content .t_contact .center {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.75;
    margin: 0 0 50px;
}
.t_contact .grid_row2 {
    gap: 50px;
    max-width: 600px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.t_contact .gr3 {
    height: auto;
    background: rgba(255,255,255, .7);
    border-radius: 10px;
    position: relative;
    box-shadow: 0 0 12px #888;
    box-sizing: border-box;
    padding: 16px;
}
.post_content .t_contact .gr3 p {
    line-height: 1.35;
    font-weight: bold;
    margin-bottom: 0;
}
.contact_imgs {
    position: absolute;
    top: 50%;
    left: -34px;
    transform: translate(0, -50%);
}
	.post_content .t_contact .gr3 h4 {
    margin: 0;
	color: #4c4945;
}
	.post_content .t_contact .con_tel {
    color: #4c4945;
    font-size: 30px;
}
.post_content .t_contact .con_mail {
    font-size: 15px;
    color: #4c4945;
}
.mv-copy__center {
  text-align: center;
  width: 100%;
}

/* footer */
#return_top2 {
    display: none;
}
.ft_in {
    max-width: 760px;
    margin: 0 auto;
    box-sizing: border-box;
}
.ft_in .col_2 {
    width: calc(50% - 70px);
}
.ft_in p {
    line-height: 1.7;
}
.ft_address {
    margin: 28px 0 0;
}
.ft_in .ft_menu .ft_menu1 {
    width: 65%;
}
.ft_in .ft_menu .ft_menu2 {
    width: 22%;
}
.ft_menu li {
    line-height: 2.55;
}
.grecaptcha-badge {
    bottom: 66px!important;
    z-index: 999;
}

/* mouth-piece whitening */
.page-id-63 #main_contents,
.page-id-70 #main_contents,
.page-id-72 #main_contents {
    width: 100%;
    margin: 0;
    padding: 0;
	display: block;
}
body.hide_sidebar.page-id-63 #main_col,
body.hide_sidebar.page-id-70 #main_col,
body.hide_sidebar.page-id-72 #main_col {
    width: 100% !important;
    padding-top: 0;
    margin: 0;
    max-width: unset;
}
.mpw_mp {
    max-width: 1061px;
    margin: 64px auto 180px;
}
.post_content .mpw_mp h2 {
    font-size: 40px;
    height: 82px;
    line-height: 82px;
    background: url(https://grandgreenosaka-ydc.com/wp-content/uploads/2026/02/mpw_mp04.png) 0 0 / 100% no-repeat;
    padding: 0 0 0 20px;
    margin: 0 0 48px;
}
.post_content .mpw_mp h3 {
    font-size: 30px;
    color: #8f897b;
    line-height: .75;
    margin: 0 0 20px;
}
.post_content .mpw_mp .col_txt p {
    line-height: 1.55;
	text-align: justify;
	text-justify: inter-ideograph;
}
.mpw_mp .grid_row2 {
    gap: 40px;
    margin: 48px 0 0;
}
.mpw_mp .gr2 {
    position: relative;
	height: auto;
	background: #e9e0d0;
}
.mpw_mp .gr2_in {
    background: #e9e0d0;
    box-sizing: border-box;
    padding: 20px 20px 40px;
    z-index: 5;
}
.post_content .mpw_mp h4 {
    margin: 28px 0 36px !important;
    font-size: 28px;
    text-align: center;
    padding: 0 0 30px;
    position: relative;
}
.post_content .mpw_mp .gr2_2 h4 {
    margin: 50px 0 36px !important;
    padding: 0 0 48px;
}
.mpw_mp h4:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 83.3px;
    height: 1px;
    background: #000;
}
.post_content .mpw_mp .gr2 p {
    line-height: 1.75;
    text-align: justify;
    text-justify: inter-ideograph;
    padding: 0 20px;
}
.mpw_mp .gr2:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    bottom: -10px;
    left: -10px;
    height: 95%;
    width: 264px;
    background: #b7b4ab;
}
.mpw_mpp {
    box-sizing: border-box;
    padding: 120px 20px 80px;
    background: url(https://grandgreenosaka-ydc.com/wp-content/uploads/2026/03/mpw_mpp_bg-scaled.jpg) no-repeat left top #e6e6e6;
    height: auto;
}
.mpw_mppin {
    max-width: 1050px;
    margin: 0 auto;
}
.post_content .mpw_mpp h2 {
    font-size: 30px;
    height: 82px;
    line-height: 82px;
    background: url(https://grandgreenosaka-ydc.com/wp-content/uploads/2026/02/mpw_mpp01.png) 0 0 / 100% no-repeat;
    margin: 0 0 80px;
    padding: 0 0 0 20px;
}
.mpp {
    background: url(https://grandgreenosaka-ydc.com/wp-content/uploads/2026/03/mpw_mpp04.jpg) bottom 0 left 0 / 100% no-repeat, #fff;
    box-sizing: border-box;
    padding: 20px 14px 40px;
    box-shadow: 0 0 16px #7b7979;
}
.post_content .mpp h3 {
    text-align: center;
    font-size: 32px;
    padding: 16px 0;
    background: linear-gradient(90deg,rgba(255, 255, 255, 0.65) 0%, rgba(242, 242, 242, 1) 25%, rgba(230, 230, 230, 1) 50%, rgba(242, 242, 242, 1) 75%, rgba(255, 255, 255, 0.68) 100%);
    margin: 20px 0 40px;
    position: relative;
}
.post_content .mpp h3.sp17 {
    padding-top: 38px;
}
.mpp .cols {
    width: 33.33%;
    border-right: 1px solid;
    box-sizing: border-box;
    text-align: center;
    padding: 0 20px;
}
.mpp .cols:last-child {
    border-right: none;
}
.post_content .mpp h4 {
    color: #b79a63;
    font-size: 28px;
}
.post_content .mpp p {
    font-size: 18px;
    line-height: 1.75;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.post_content .mpp .month {
    font-size: 30px;
    text-align: center;
    margin: 0;
}
.mpp .price .p_hm {
    font-size: 36px;
}
.mpp_l {
    margin: 80px 0;
    height: auto;
    position: relative;
}
.center {
	text-align: center;
}
.post_content .mpp .center {
    text-align: center;
    line-height: 1.55;
}
p.justify {
    text-align: justify;
    text-justify: inter-ideograph;
}
.post_content .steps .mb00 {
    margin: 0;
}
.wp-image-448 {
    position: absolute;
    top: -70px;
    left: 15%;
    z-index: 10;
}
.post_content .mpp .s_txt {
    font-size: 14px;
    margin: 0;
    line-height: 1.35;
    text-align: justify;
    text-justify: inter-ideograph;
}
.wp-image-121 {
    position: absolute;
    left: 14%;
    top: 18%;
    transform: translate(0, -50%);
}
.sp17 {
    height: 64px!important;
}
.mpp .price span {
    font-size: 20px;
}
.how2p {
    height: 288px;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
	margin: 0 0 80px;
}
.how2p .col_2:first-child {
    border-right: 1px solid #000;
	box-sizing: border-box;
}
.how2p .col_2 {
    height: 240px;
    padding: 40px 0 0;
    width: 50%;
}
.post_content .how2p h4,
.post_content .mp_anc h4 {
    font-size: 28px;
    text-align: center;
}
.post_content .how2p p {
    font-size: 20px;
    line-height: 1.75;
    padding: 0 60px 0;
    text-align: justify;
    text-justify: inter-ideograph;
}
.how2p p span {
    font-size: 16px;
}
.post_content .how2p .col_2:nth-child(2) p {
    padding: 0 0 0 22%;
}
.w_dtl {
    height: 306px;
}
.w_dtl .col_2 {
    padding: 0;
    margin: 12px 0 0;
    padding: 12px 0 0;
}
.post_content .w_dtl h4 {
    color: #b79a63;
}
.post_content .w_dtl p {
    font-size: 20px;
    font-weight: bold;
    text-align: justify;
    text-justify: inter-ideograph;
}
.how2p .col_2 {
    height: auto;
}
.post_content .w_dtl .col_2:nth-child(2) p {
    padding: 0;
    text-align: center;
    margin: 0;
}
.post_content .mpw_mppin .w_dtl .col_2 .price {
    font-size: 30px;
    margin: 0 0 16px;
}
.mp_anc {
    height: 288px;
    text-align: center;
    background: url(https://grandgreenosaka-ydc.com/wp-content/uploads/2026/03/mpw_mpp05.png) 0 0 / 100% no-repeat;
    padding: 40px 0 0;
}
.post_content .mp_anc p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.75;
    margin: 20px 0 0;
}
.mpw_dx {
    padding: 140px 20px 0;
}
.mpw_dxin {
    max-width: 1050px;
    margin: 0 auto;
}
.post_content .dxp h2 {
    font-size: 40px;
    height: 82px;
    line-height: 82px;
    position: relative;
    background: linear-gradient(90deg,rgba(255, 255, 255, 0.65) 0%, rgba(242, 242, 242, 1) 25%, rgba(230, 230, 230, 1) 50%, rgba(242, 242, 242, 1) 75%, rgba(255, 255, 255, 0.68) 100%);
    display: block;
    width: 989px;
    margin: 0 0 0 auto;
    box-sizing: border-box;
    padding: 0 0 0 12%;
    letter-spacing: -.04em;
}
.wp-image-123 {
    position: absolute;
    top: 50%;
    left: -9.5%;
    transform: translate(0, -50%);
}
.post_content .dxp h3 {
    font-size: 40px;
    text-align: center;
    margin: 56px 0 32px;
    position: relative;
}
.dxp .dxp {
    font-size: 50px;
    padding: 0 0 0 14px;
}
.dxp .dxp_s {
    font-size: 30px;
    margin: 0 0 0 -16px;
}
.dxp h3:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 681px;
    background: #808080;
    bottom: -2px;
    left: 50%;
    transform: translate(-50%, 0);
}
.post_content .dxp p {
    font-size: 20px;
    line-height: 1.75;
    font-weight: bold;
    text-align: center;
}
.post_content .dxp .g_box p {
    display: block;
    width: 730px;
    margin: 56px auto 100px;
    height: 57px;
    line-height: 57px;
    background: #e9e0d0;
}
.post_content .ab_dx h3,
.post_content .ab_sirios h3 {
    font-size: 32px;
    color: #808080;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    padding: 6px 0 10px;
    text-align: center;
    margin: 0 0 30px;
}
.post_content .ab_dx .blw {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin: 0 0 30px;
}
.ab_dx .grid_row3 {
    margin: 0 auto;
}
.post_content .ab_dx .gr3 p {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    line-height: 1.35;
    margin: 4px 0 0;
}
.post_content .ab_dx .exp {
    font-size: 20px;
    text-align: center;
    line-height: 1.75;
    font-weight: bold;
    margin: 40px 0 80px;
}
.ab_sirios .grid_row2 {
    max-width: 675px;
    margin: 0 auto 20px;
    gap: 0;
}
.post_content .ab_sirios p {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.75;
}
.braces_f {
    margin: 120px 0 0;
}
.post_content .braces_f h3 {
    font-size: 32px;
    text-align: center;
    background: url(https://grandgreenosaka-ydc.com/wp-content/uploads/2026/03/mpw_flow06.png) top 54% left 0 / 100% no-repeat;
    height: 30px;
    line-height: 30px;
    margin: 0 0 80px;
}
.steps {
    width: 830px;
    margin: 48px auto 0;
    background: #fff;
    box-shadow: 0 0 12px #888;
    box-sizing: border-box;
    padding: 30px 20px 20px;
}
.steps.step2 {
    box-shadow: 0 0 30px #C7A268;
}
#mpw .steps.step2 h4 {
    font-weight: bold;
    font-size: 26px;
}
#mpw .steps.step2 p {
    font-size: 20px;
}
.steps .flex_row {
    align-items: center;
}
.braces_f .col_num {
    text-align: center;
    width: 20%;
	position: relative;
}
.braces_f .col_txt {
    width: 78%;
    border-left: 1px solid #b3b3b3;
    box-sizing: border-box;
    padding: 0 0 0 40px;
}
.post_content .steps h4 {
    font-size: 24px;
}
.post_content .steps p {
    line-height: 1.75;
    font-size: 18px;
    font-weight: bold;
    text-align: justify;
    text-justify: inter-ideograph;
}
.post_content .step2 h4 {
    margin: 20px 0 15px;
}
.step3 {
    padding: 30px 0 20px 18px;
}
.braces_f .step3 .col_txt {
    padding: 0 20px 0 36px;
    width: 77.3%;
}
.post_content .step3 p {
    letter-spacing: -.01em;
}
.post_content .steps p:last-child {
    margin: 0 0 4px;
}
.step1 .col_num:after, .step2 .col_num:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 160px;
    background: url(https://grandgreenosaka-ydc.com/wp-content/uploads/2026/03/mpw_flow05.png) 0 0 / 100% no-repeat;
    z-index: 5;
    bottom: -286%;
    left: 50%;
    transform: translate(-50%, 0);
}
.step2 .col_num:after {
    bottom: -137%;
}
.mpw_w {
    margin: 140px 0 0;
    box-sizing: border-box;
    background-size: 100vw 1048px;
}
.w_merits {
	background: #e9e0d0;
    box-sizing: border-box;
    height: 1048px;
	padding: 80px 0 0;
    
}
.w_meritsin {
    max-width: 1239px;
    margin: 0 auto;  
}
.post_content .w_merits h2 {
    font-size: 40px;
    text-align: center;
    height: 82px;
    line-height: 82px;
    background: url(https://grandgreenosaka-ydc.com/wp-content/uploads/2026/03/mpw_w01.png) 0 0 / 100% no-repeat;
    margin: 0 0 60px;
}
.wp-image-133 {
    margin: 0 auto 0 0;
    display: block;
}
.wp-image-134 {
    margin: -1px 0 0 auto;
    display: block;
}
.wprices {
    max-width: 1061px;
    margin: 360px auto 0;
}
.wprices .grid_row2 {
    gap: 100px 40px;
}
.wprices .gr2_in {
    background: #e9e0d0;
    box-sizing: border-box;
    padding: 20px 20px;
    z-index: 5;
    /* display: flex; */
    flex: 1;
    box-shadow: 0 0 8px #808080;
    background-image: url(https://grandgreenosaka-ydc.com/wp-content/uploads/2026/03/cp_box03.jpg);
    background-size: cover;
    /* gap: 0; */
}
.post_content .wprices h3 {
    font-size: 28px;
    text-align: center;
    margin: 0 0 32px;
    position: relative;
    padding: 0 0 30px;
}
.post_content .wp1 h3 {
    margin: 22px 0 32px;
    padding: 0 0 44px;
}
.post_content .wprices .gr2 p {
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
}
.post_content .wprices .wp1 .price {
    font-size: 40px;
    line-height: 1.2;
}
.gr2 .price span {
    font-size: 24px;
}
.post_content .wprices .wp2 .price {
    font-size: 40px;
    line-height: 1em;
    margin-top: 20px;
}
.gr2.wp2 .plan-price-area {
    margin-top: 41px;
}
.gr2.wp2 .plan-price-area p {
    margin-bottom: 0;
}
.gr2.wp2 .plan-price-area p.campaign {
    width: fit-content;
    margin: 0 auto;
    line-height: 1.1;
    font-size: 20px;
}
.gr2 .price .tax {
    margin: 0 0 0 -12px;
}
.tax2 {
    position: relative;
    top: -26px;
}
.wp1 h3 span {
    position: absolute;
    top: -59px;
    left: -17px;
}
.post_content .wprices .gr2 p.text_lg {
    font-size: 17px;
}
span.old-price {
    text-decoration: line-through;
}
.post_content .wprices .gr2 .line_red {
    background: linear-gradient(45deg, #b67b03 0%, #daaf08 45%, #fee9a0 70%, #daaf08 85%, #b67b03 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: bold;
    font-size: 2rem;
    display: block;
}
.line_red .tax {
    font-size: 24px;
    margin-left: -12px;
}
.plan_d1 {
    margin-bottom: 32px;
}
.text_black {
    color: black;
    font-size: 24px;
}
#cleaning .ceramic .grid_contents .content01 p.text_lg {
    font-weight: bold;
}
.plan-description span.price-large {
    font-size: 40px;
}
span.price-large2 {
    font-size: 36px;
}
.post_content .wp1 h3.text-lg {
    font-weight: bold;
    font-size: 30px;
    line-height: 0.7;
    padding: 30px 0 0;
}
.post_content .wprices h3 {
    background: url(https://grandgreenosaka-ydc.com/wp-content/uploads/2026/03/cp_bk04.jpg) no-repeat top left / cover;
    text-align: center;
    margin: -72px auto 0;
    box-sizing: border-box;
    height: 80px;
    padding: 20px 0 0;
}
.ad_section .wprices h3.adjust_height2 {
    padding: 18px 0;
}
.post_content .wprices h3.adujust_000 {
    padding: 22px;
    line-height: 0.7;
}
.wprices .pw .gr2_in {
    background: #fff;
    border: 1px solid #b7b4ab;
    justify-content: stretch;
}
.wprices .pw h3:after {
	display: none;
}
.post_content .wprices .gr2.pw p {
    font-size: 20px;
}
.wprices .gr2 {
    position: relative;
    display: flex;
}
.wprices .gr2.pw:after {
	display: none;
}
.mpw_anc {
    margin: 50px 0 0;
    background: #e6e6e6;
    padding: 120px 20px;
    box-sizing: border-box;
}
.mpw_ancin {
    max-width: 1050px;
    margin: 0 auto;
}
.post_content .mpw_anc h2 {
    font-size: 40px;
    height: 82px;
    line-height: 82px;
    background: url(https://grandgreenosaka-ydc.com/wp-content/uploads/2026/03/mpw_anc01.png) 0 0 / 100% no-repeat;
    margin: 0 0 56px;
    padding: 0 0 0 24px;
}
.post_content .mpw_anc p {
    font-size: 20px;
    text-align: center;
    line-height: 1.75;
    font-weight: bold;
}
span.g_ul {
  padding-bottom: 6px;
  background: linear-gradient(
    142deg,rgba(218, 191, 138, 1) 0%, rgba(228, 208, 169, 1) 37%, rgba(252, 251, 247, 1) 61%,rgba(218, 191, 138, 1) 100%
  );
  background-repeat: no-repeat;
  background-size: 100% 40%; 
  background-position: 0 80%;
}
.post_content .comparison-table td, .post_content .comparison-table th {
    border: none;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    line-height: 1;
    background: none;
    align-items: center;
    text-align: left;
}
.post_content .comparison-table td.item-name {
    width: 17%;
}
.wp-image-443 {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 69px;
}
.flex-container {
    display: flex;
    align-items: center;
}
.flex-container span {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.wp-image-454 {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 35px;
    z-index: 10;
}
img.alignnone.size-full.wp-image-173 {
    border: 1px solid #ddd;
}
.wp-image-448 {
    filter: drop-shadow(5px 6px 5px rgba(0, 0, 0, 0.5));
}
.gr2_in .underline_img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    height: 6px;
	width: 100%;
	background: url(https://grandgreenosaka-ydc.com/wp-content/uploads/2026/03/mpw_mpp04.jpg) no-repeat center center / cover;
}
.whitening-table-wrapper {
    max-width: 1200px;
    margin: 100px auto;
}

/* タイトルエリア */
.table-header-flex {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 15px;
}

.section-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
}

.strike-note {
  font-size: 0.9rem;
  color: #666;
}

.whitening-table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.6;
}

.post_content .whitening-table th {
    border-bottom: 1px solid #ccc;
    padding: 12px 15px;
}
.post_content .whitening-table td {
    padding: 16px 0;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
    text-align: center;
    line-height: 1.75;
}
.plan-name {
    font-weight: bold;
    width: 25%;
    white-space: nowrap;
}

.sub-text {
  font-weight: normal;
  font-size: 0.85rem;
}

/* 星評価の調整 */
.star-rating {
  letter-spacing: 2px;
  font-size: 1.1rem;
  width: 15%;
}

.star-icon {
  color: #d4af37;
  margin-right: 5px;
}

.recommend-row {
  background-color: #fafafa;
}

.whitening-table td:last-child {
  width: 45%;
}
.tb_br {
	display: none;
}
.tb_br2 {
    display: block;
}

/* news */
.n_infos {
    max-width: 1051px;
    margin: 64px auto 0;
    border-top: 1px solid #000;
    padding: 24px 0 0;
}
.n_infos p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;
}
.text-group {
    padding: 0 20px;
    box-sizing: border-box;
}

/* セクション共通 */
.section {
    padding: 80px 20px;
	box-sizing: border-box;
}
.main-title {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: bold;
}
.text-content {
  font-size: 16px;
}
#info {
    background: url(https://grandgreenosaka-ydc.com/wp-content/uploads/2026/03/info_sec1_bg5.jpg) 0 0 / 180% no-repeat;
}
.section.info1 {
    text-align: center;
    padding: 108px 20px 120px;
}
.post_content h2.message-title {
    font-size: 36px;
    position: relative;
    z-index: 3;
    margin: 0 0 80px;
}
.post_content .info1 p {
    font-size: 20px;
    line-height: 1.75;
    font-weight: bold;
    color: #363636;
}
.info1 .black {
	color: #000;
	font-size: 22px;
}
/* ご挨拶 Message */
.message-title {
  font-size: 20px;
  margin-bottom: 30px;
}
.message-title span {
    display: block;
    font-size: 70px;
    color: #E5D3A8;
    margin-top: -60px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 59%);
    z-index: -1;
}
.heading-bg {
    font-size: 0;
    margin: 0 auto 60px;
    max-width: 1050px;
}
/* 医院長紹介 */
.director-name {
    font-size: 30px;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    align-content: center;
}
.director-name span {
  display: block;
}
.history-list {
    text-align: center;
    display: flex;
    margin: 60px auto 0;
    max-width: 800px;
    font-weight: bold;
}
.section.info2 {
    text-align: center;
    padding: 40px 20px;
}
.post_content .info3 td, .post_content .info3 th {
    border-bottom: 1px solid #000;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 17px 30px;
    line-height: 2.2;
    text-align: left;
    font-weight: bold;
    font-size: 20px;
	background: unset;
}
.post_content .info3 th {
    vertical-align: middle;
    padding: 24px 46px 20px 14px;
	white-space: nowrap;
}
.post_content .info3 td {
    padding: 24px 30px 20px;
}
.info3 .s_table {
    max-width: 857px;
    margin: 0 auto;
}
.info3 .map {
    max-width: 857px;
    margin: 80px auto 0;
}
/* アクセス画像グリッド */
.access-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: 140px auto 0;
    max-width: 1050px;
}
.access-item {
  position: relative;
}
.yaji img {
    position: absolute;
    top: 13%;
    right: -24px;
}
.post_content .access-item p {
    text-align: justify;
    text-justify: inter-ideograph;
    margin-top: 12px;
    font-weight: bold;
    line-height: 1.55;
    letter-spacing: -0.05em;
}
.post_content .access-item h4 {
    font-size: 16px;
    margin: 20px 0 0!important;
    text-align: left;
    height: 70px;
}
.post_content .ai2 h4 {
    height: 70px;
}
.post_content .ai2 p:last-child {
    margin: 12px 0 0;
}
.footer-text {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 1.75;
    margin: 80px 0;
}
.post_content .footer-text a {
    font-size: 28px;
    display: block;
    color: #fff;
    background: #b79963;
    width: fit-content;
    margin: 40px auto 0;
    padding: 18px 72px;
    border-radius: 50px;
    transition: .4s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
#mpw .footer-text a {
    margin: 80px auto 0;
}
.post_content .footer-text a:hover {
	opacity: .7;
}
/* 募集職種 */
.section.rct {
    max-width: 1170px;
    margin: 0 auto;
    padding: 120px 0;
    background: url(https://grandgreenosaka-ydc.com/wp-content/uploads/2026/03/rec_sec1_bg.png) top 4%  center / 100% no-repeat;
}
.post_content .rct p,
.post_content .rct2 p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.75;
}
.rct .main-title {
    font-size: 40px;
    margin-bottom: 48px;
    font-weight: bold;
    text-align: center;
}
#recruit .text-content {
    text-align: center;
}
.job-categories-title {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 14px 0 12px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 80px auto 24px;
    max-width: 768px;
}
.rct .job-list {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    list-style: none;
    padding: 0 8px;
    margin-bottom: 40px;
    font-weight: bold;
    list-style: none;
    margin: 0 auto;
    font-size: 28px;
    max-width: 746px;
}
.job-list li::before {
  content: "●";
  color: #ccc;
  margin-right: 5px;
}
.section.rct2 {
    margin: 0 80px;
    padding: 0 20px 80px;
}
.rct2 .heading-bg {
    margin: 0 auto 40px;
}
.post_content .heading-bg h3 {
    color: #E5D3A8;
    text-align: center;
    font-size: 32px;
}
.footer-text .grid_row2 {
    max-width: 900px;
    margin: 0 auto;
}
.post_content .footer-text .f-txt2 {
    width: 352px;
    box-sizing: border-box;
}
#recruit .footer-text {
    margin: 40px 0 80px;
}
/* 指定された2カラムレイアウト */
.rct2 .flex_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 80px auto 0;
    max-width: 1050px;
    gap: 40px;
}
.col_2 {
  width: calc(50% - 20px);
}
.image-placeholder {
  width: 100%;
  height: 250px;
  background-color: #ddd;
  object-fit: cover;
}
.col2a {
    width: calc(24% - 10px);
}
.col2b {
    width: calc(76% - 10px);
}
.col_m {
    width: 100%;
    text-align: center;
    height: 357.33px;
	font-size: 0;
}
.post_content .col_m .wp-image-412 {
    width: 505px;
}
#contact .wpcf7 {
    border: none;
    background: #fff;
}
.col2a p {
    background: #e6e6e6;
    font-size: 16px;
    padding: 4px 16px;
    box-sizing: border-box;
}
.col2a span {
    background: #000;
    color: #fff;
    padding: 4px;
    margin: 0 8px 0 0;
    font-size: 14px;
}
.col2a.col2ab {
	background: #e6e6e6;
}
#contact .wpcf7 input {
    padding: 13px;
}
#contact .wpcf7 .wpcf7-submit {
    margin: 80px auto 0;
    background-color: #b79a63;
    color: #fff;
    font-size: 24px;
    transition: .4s;
	padding: 0;
	letter-spacing: 10px;
	width: 190px;
}
#contact .wpcf7 .wpcf7-submit:hover {
	opacity: .7;
}
.pcbr {
    display: block;
}
.spbr {
    display: none;
}
#contact .flex_row {
    margin-top: 30px;
}
.post_content ul.inspection_list {
    margin: 0 0 1em 1.2em;
}
.post_content ul.inspection_list li {
    list-style: none;
}


/* クリーニング・セラミック・インプラント */
.page-id-65 #main_contents {
	padding: 0;
}
body.hide_sidebar.page-id-65 #main_col {
	padding-top: 0;
}

.post_content #cleaning p {
	line-height: 1.75;
	text-align: justify;
	text-justify: inter-ideograph;
}

#cleaning .mgn_top {
	margin-top: 80px !important;
}

#cleaning .mgn_in_top {
    margin-top: 64px !important;
    align-items: center;
}
#cleaning .clean .clean_title {
    background: linear-gradient(90deg,rgba(204, 204, 204, 1) 0%, rgba(204, 204, 204, 1) 62%, rgba(204, 204, 204, 0) 100%);
    font-size: 40px;
    font-weight: normal;
    line-height: 1;
    padding: 16px 5px;
}
#cleaning .clean .tooth .image {
	width: calc(55% - 20px);
}
#cleaning .clean .tooth .text {
	width: calc(45% - 20px);
}

#cleaning .clean .tooth .text h4 {
    font-size: 30px;
	font-weight: normal;
    color: #8f897b;
    margin: 20px 0 16px;
}

#cleaning .clean .boxes h5 {
	margin: 0 0 30px -15px;	
	font-weight: normal;
	background: url(https://grandgreenosaka-ydc.com/wp-content/uploads/2026/03/cp_bk10.jpg) no-repeat top left;
	max-width: 420px;
	height: 42px;
	line-height: 42px;
	box-sizing: border-box;
	padding: 0 20px;
}

#cleaning .clean .boxes .box01 {
	border: 10px solid transparent;
    border-image-source: url('https://grandgreenosaka-ydc.com/wp-content/uploads/2026/03/cp_box01.jpg');
    border-image-slice: 20;
    border-image-repeat: stretch;
    background-color: #efe8dc;
    max-width: 500px;
	width: calc(50% - 20px);
    height: auto;
	box-sizing: border-box;
	padding: 20px 0 20px 30px;
	position: relative;
}

#cleaning .clean .boxes .box01:after {
	content: '';
	width: 1px;
	height: 70%;
	background-color: #b79a63;
	position: absolute;
	top: 100px;
	left: 15px;
}

#cleaning .clean .boxes .box02:after {
	content: '';
	width: 1px;
	height: 70%;
	background-color: #b79a63;
	position: absolute;
	top: 100px;
	left: 15px;
}


#cleaning .clean .boxes .box01 ul li {
    list-style-image: url(https://grandgreenosaka-ydc.com/wp-content/uploads/2026/03/cp_check.jpg);
    margin-bottom: 10px;
}

#cleaning .clean .subtitle {
    max-width: 1050px;
    height: 60px;
    background: #B79A63;
    background: linear-gradient(90deg,rgba(183, 154, 99, 0) 0%, rgba(183, 154, 99, 1) 50%, rgba(183, 154, 99, 0) 100%);
    line-height: 60px;
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-weight: normal;
    text-shadow: 3px 3px 6px #604f35, -3px 3px 6px #604f35, 3px -3px 6px #604f35, -3px -3px 6px #604f35;
}

#cleaning .clean .care .grid_contents {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

#cleaning .clean .care .center_content {
	width: calc(50% - 20px);
	margin: 40px auto 0;
}

#cleaning .clean .care .content {
	position: relative;
	height: 100%;
	z-index: 0;
	box-shadow: 0 0 8px #808080;
	padding: 28px;
	box-sizing: border-box;
}

#cleaning .clean .care .content:before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	border: 1px solid #ccc;
	z-index: 1;
}


#cleaning .clean .care .content h4 {
	font-size: 28px;
	font-weight: normal;
	color: #808080;
	text-align: center;
	border-bottom: 2px solid #ccc;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 10px;
}

#cleaning .clean .care .content h4 .small_size {
	font-size: 21px;
}

#cleaning .clean .care .content p {
	padding-top: 16px;
	font-size: 18px;
}
#cleaning .clean .course .grid_contents {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
    margin-top: 120px;
}
#cleaning .clean .course .grid_contents .content {
    width: 100%;
    height: 100%;
    position: relative;
    box-shadow: 0 0 8px #808080;
    background-image: url(https://grandgreenosaka-ydc.com/wp-content/uploads/2026/03/cp_box03.jpg);
    background-size: cover;
    padding: 20px 20px 32px;
    box-sizing: border-box;
}
#cleaning .clean .course .grid_contents .content h4 {
	font-size: 30px;
	font-weight: normal;
	line-height: 64px;
}
#cleaning .ceramic .grid_contents .content01 p.text_lg {
    font-weight: bold;
}
#cleaning .clean .course .grid_contents .content h4 .size_20px {
	font-size: 20px;
}

#cleaning .clean .course .grid_contents .content h4 .size_28px {
	font-size: 28px;
}

#cleaning .clean .course .grid_contents .content .description {
	font-size: 18px;
	text-align: center;
	margin: 30px 0 0;
}

#cleaning .clean .course .grid_contents .content .desc1 {
	font-weight: bold;
}

#cleaning .clean .course .grid_contents .content .price {
	font-size: 20px;
	margin: 30px 0 0;
	text-align: center;
	line-height: 1;
}

#cleaning .clean .course .grid_contents .content .notation {
    font-size: 36px;
    text-align: center;
    line-height: 1;
    margin: 10px 0 0 0;
}

#cleaning .clean .course .grid_contents .content .notation .size_20px {
	font-size: 20px;
	margin: 0 0 0 -12px;
}

#cleaning .clean .course .grid_contents .content01 {
	border-bottom: 7px solid #808080;
	box-sizing: border-box;
}

#cleaning .clean .course .grid_contents .content01 h4 {
    background: #808080;
    text-align: center;
    margin: -55px auto 0;
}
#cleaning .clean .course .grid_contents .content02,
#cleaning .clean .course .grid_contents .content03 {
	position: relative;
}
#cleaning .clean .course .grid_contents .content02 .underline_img,
#cleaning .clean .course .grid_contents .content03 .underline_img {
	position: absolute;
	bottom: 6px;
	left: 0;
	z-index: 0;
	height: 6px;
}
#cleaning .clean .course .grid_contents .content02 h4 {
    position: relative;
    background: url(https://grandgreenosaka-ydc.com/wp-content/uploads/2026/03/cp_bk03.jpg) no-repeat top right;
    margin: -55px 0 0 auto;
    text-align: center;
}
#cleaning .clean .course .grid_contents .content02 h4 .standard {
	letter-spacing: -2px;
}
.wp-image-481 {
    position: absolute;
    top: -86px;
    left: -46px;
    filter: drop-shadow(0px 2px 3px #777);
}
#cleaning .clean .course .grid_contents .content03 h4 {
    background: url(https://grandgreenosaka-ydc.com/wp-content/uploads/2026/03/cp_bk04.jpg) no-repeat top left / 100%;
    text-align: center;
    margin: -55px auto 0;
}
.post_content #cleaning p.img_mg {
    margin: 0;
}
#cleaning .clean .course .grid_contents .content03 .desc2 {
    margin: 30px 0;
}
#cleaning .clean .course .grid_contents .content03 .price {
	margin: 0;
}

#cleaning .clean .course .grid_contents .content .line {
	width: 80%;
	border-bottom: #000 1px solid;
}

#cleaning .clean .course .grid_contents .content01 .line {
	margin: 60px auto 0;
}

#cleaning .clean .course .grid_contents .content02 .line {
	margin: 30px auto 0;
}

#cleaning .clean .course .grid_contents .content03 .line {
	margin: 15px auto;
}

#cleaning .clean .course .caution p {
	width: fit-content;
	margin: 0 auto;
	font-size: 18px;
}

#cleaning .clean .course .patient {
    background-color: #e6e6e6;
    max-width: 730px;
    min-height: 260px;
    margin: 0 auto;
    padding: 40px 60px;
    box-sizing: border-box;
}

#cleaning .clean .course .patient h4 {
    font-size: 28px;
    font-weight: normal;
}

#cleaning .clean .course .patient p {
	font-size: 18px;
}

#cleaning .ceramic .ceramic_title {
	max-width: 1050px;
	height: 82px;
	background: linear-gradient(90deg,rgba(233, 224, 208, 1) 0%, rgba(233, 224, 208, 1) 62%, rgba(233, 224, 208, 0) 100%);
	font-size: 40px;
	font-weight: normal;
	line-height: 82px;
	padding: 0 20px;
	margin: 0;
}
#cleaning .ceramic .ceramic_text {
	margin: 40px 0 0 0;
	padding: 0 20px;
	font-size: 30px;
	font-weight: normal;
	color: #8f897b;	
	line-height: 40px;
}

#cleaning .ceramic .mouth_content {
	margin-top: 40px;
}
#cleaning .ceramic .mouth_content .mouth_image {
	position: relative;
	width: calc(60% - 20px);
}

#cleaning .ceramic .mouth_content .mouth_image .body {
	position: absolute;
	top:0;
	left: 20px;
	z-index: 10;
}

#cleaning .ceramic .mouth_content .mouth_image .shadow {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: -10;
}

#cleaning .ceramic .mouth_content .mouth_image img {
	width: 100%;
}

#cleaning .ceramic .mouth_content .mouth_text {
	width: calc(40% - 20px);
}


#cleaning .ceramic .ceramic_image {
	margin: 30px calc(50% - 50vw) 0;
	width: 100vw;	
}

#cleaning .ceramic .ceramic_image img {
	width: 100%;
}

#cleaning .ceramic .grid_contents {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	margin-top: -80px;
}

#cleaning .ceramic .grid_contents .content {
    background-color: #e9e0d0;
    position: relative;
    padding: 40px 20px;
    box-sizing: border-box;
}
#cleaning .ceramic .grid_contents .content:before {
	position: absolute;
	content: '';
	width: 10px;
	height: 100%;
	background-color:#b7b4ab;
	left: -10px;
	bottom: -10px;	
}
#cleaning .ceramic .grid_contents .content:after {
	position: absolute;
	content: '';
/* 	width: 50%; */
	width: 264px;
	height: 10px;
	background-color:#b7b4ab;
	left: 0;
	bottom: -10px;
}
#cleaning .ceramic .grid_contents .content h4 {
    font-size: 28px;
    text-align: center;
}
#cleaning .ceramic .grid_contents .content01 p {
	text-align: center;	
}
#cleaning .ceramic .grid_contents .content02 h5 {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    /* max-width: 439px; */
    /* height: 50px; */
    line-height: 1.75;
    margin: 0 auto;
    background: url(https://grandgreenosaka-ydc.com/wp-content/uploads/2026/03/cp_bk09.jpg) no-repeat top left;
}
#cleaning .ceramic .grid_contents .content .underline {
	margin: 40px auto;
	border-bottom: 1px solid #000;
	width: 84px;
	
}
#cleaning .ceramic .grid_contents .content02 .price01 {
    font-size: 36px;
    margin: 30px 0 0 0;
    text-align: center;
    line-height: 1;
    font-weight: bold;
}
#cleaning .ceramic .grid_contents .content02 .price01 .small_size {
	font-size: 20px;
	margin: 0 0 0 -12px;
	text-align: center;
}
#cleaning .ceramic .grid_contents .content02 .price02 {
	font-size: 20px;
	margin: 0;
	text-align: center;
}
#cleaning .ceramic .grid_contents .content02 .price02 .small_size {
	font-size: 12px;
	margin: 0 0 0 -8px;
	text-align: center;
}
#cleaning .ceramic .grid_contents .content02 .description {
    margin-top: 40px;
}
#cleaning .ceramic .payment {
	max-width: 745px;
	min-height: 160px;
	border: 1px solid #000;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
}
#cleaning .ceramic .payment h3 {
	font-size: 28px;
	font-weight: normal;
	text-align: center;
}
#cleaning .ceramic .payment p {
	font-size: 20px;
	text-align: center;
}
#cleaning .implant .implant_title {
	max-width: 1049px;
	height: 82px;
	background: linear-gradient(90deg,rgba(204, 204, 204, 1) 0%, rgba(204, 204, 204, 1) 62%, rgba(204, 204, 204, 0) 100%);
	font-size: 40px;
	font-weight: normal;
	line-height: 82px;
	padding: 0 20px;
	margin: 0;
}
#cleaning .implant .implant_content .image {
	width: calc(60% - 20px);
}
#cleaning .implant .implant_content .text {
	width: calc(40% - 20px);
}
#cleaning .implant .implant_content .text h4 {
	font-size: 30px;
	font-weight: normal;
	color: #8f897b;	
	margin: 0 0 30px 0;
}
#cleaning .implant .fee h4 {
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    border-bottom: 2px solid #000;
    padding: 0 16px 8px;
}
#cleaning .implant .fee .description {
	font-size: 30px;
	text-align: center;
	margin: 30px 0 0 0;
}
#cleaning .implant .fee .price01 {
    font-size: 62px;
    text-align: center;
    margin: 20px 0 24px 0;
    line-height: 1;
    font-weight: bold;
}
#cleaning .implant .fee .price01 .small_size {
	font-size: 24px;
}
#cleaning .implant .fee .price02 {
    font-size: 32px;
    text-align: center;
    margin: 0 0 24px 0;
}
#cleaning .implant .fee .price02 .small_size {
	font-size: 14.4px;
}
#cleaning .implant .fee .text {
	font-size: 20px;	
	text-align: center;
	margin-top: 30px;
}
span.text_bold {
    font-weight: bold;
}
#cleaning .implant .grid_contents {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}
#cleaning .implant .grid_contents .content {
    background: #e6e6e6;
    position: relative;
    box-sizing: border-box;
    padding: 40px 20px;
    height: 100%;
}
#cleaning .fee.mgn_in_top p {
    text-align: center;
}
#cleaning .implant .grid_contents .content h4 {
	font-size: 28px;
	font-weight: normal;
	text-align: center;
}

#cleaning .implant .grid_contents .content p {
	text-align: center;
	margin-top: 30px;
}

#cleaning .implant .grid_contents .content:before {
	position: absolute;
	content: '';
	width: 10px;
	height: 100%;
	background-color:#b3b3b3;
	left: -10px;
	bottom: -10px;	
}
#cleaning .implant .grid_contents .content:after {
	position: absolute;
	content: '';
/* 	width: 50%; */
	width: 264px;
	height: 10px;
	background-color:#b3b3b3;
	left: 0;
	bottom: -10px;
}
p.text_sm {
    font-size: 12px;
}
p.price01 span {
    font-size: 18px;
    margin: 0 0 8px;
    display: inline-block;
}
.post_content #cleaning p.text_cnt {
    text-align: center;
}
#cleaning .implant .grid_contents .content02 h4 {
	margin-top: 20px;
}

#cleaning .implant .grid_contents .content01 .underline {
	width: 84px;
	margin: 30px auto 0;
	border-bottom: 1px solid #000;
}

#cleaning .implant .grid_contents .content02 .underline {
	width: 84px;
	margin: 50px auto 0;
	border-bottom: 1px solid #000;
}

#cleaning .implant .grid_contents .content01 p:last-of-type {
    margin-top: 54px;
}
#cleaning .straumann .straumann_title {
    background: linear-gradient(90deg,rgba(233, 224, 208, 1) 0%, rgba(233, 224, 208, 1) 62%, rgba(233, 224, 208, 0) 100%);
    font-size: 40px;
    font-weight: normal;
    line-height: 1.3;
    padding: 8px 20px;
    margin: 0;
}
#cleaning .straumann .straumann_text {
	font-size: 20px;
	text-align: center;
}
#cleaning .straumann .grid_contents {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}
#cleaning .straumann .grid_contents .content {
    height: 100%;
    background-color: #e9e0d0;
    position: relative;
    padding: 40px 20px;
    box-sizing: border-box;
}
#cleaning .straumann .grid_contents .content:before {
	position: absolute;
	content: '';
	width: 10px;
	height: 100%;
	background-color:#b7b4ab;
	left: -10px;
	bottom: -10px;	
}
#cleaning .straumann .grid_contents .content:after {
	position: absolute;
	content: '';
/* 	width: 50%; */
	width: 264px;
	height: 10px;
	background-color:#b7b4ab;
	left: 0;
	bottom: -10px;
}
#cleaning .straumann .grid_contents .content h4{
	text-align: center;
	font-size: 28px;
	font-weight: normal;
}
#cleaning .straumann .grid_contents .content p{
	text-align: center;
}
#cleaning .straumann .grid_contents .content01 .underline,
#cleaning .straumann .grid_contents .content02 .underline,
#cleaning .straumann .grid_contents .content03 .underline {
	width: 84px;
	margin: 30px auto 0;
	border-bottom: 1px solid #000;
}

#cleaning .straumann .grid_contents .content04 .underline {
    width: 84px;
    margin: 30px auto 0;
    border-bottom: 1px solid #000;
}
#cleaning .straumann .grid_contents .content p {
	text-align: center;
	margin-top: 30px;
}
#cleaning .straumann_payment {
    border: 1px solid #000;
    max-width: 745px;
    min-height: 189px;
    box-sizing: border-box;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
}
#cleaning .straumann_payment h4 {
    text-align: center;
    font-size: 28px;
    font-weight: normal;
}
#cleaning .straumann .straumann_payment p{
	text-align: center;
	font-size: 20px;
}

#cleaning .window_size {
	margin: 160px calc(50% - 50vw) 0;
	width: 100vw;	
	
}
.post_content #cleaning .txt_aln {
	text-align: center;
}
#cleaning .clean .course .grid_contents .content.content02 {
    box-shadow: 0 0 16px #604f35;
    background: background: linear-gradient(90deg,rgba(231, 231, 231, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border: 4px solid #ba9f69;
}
#cleaning .clean .course .grid_contents .content02 .desc1 {
    font-size: 20px;
}
.implant_case-study {
    margin-top: 120px;
}
.implant_case-study .case_grid_contents {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin: 0 auto 40px;
}
.implant_case-study .case_content {
    background: #e9e0d0;
    box-sizing: border-box;
    padding: 30px;
    display: flex;
    flex-direction: column;
}
.case-label {
    font-size: 24px;
    color: #a18157;
    font-weight: bold;
    margin-bottom: 16px;
}
.image-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 20px;
}
.image-box {
    position: relative;
    text-align: center;
}
.image-box img {
    width: 100%;
    height: auto;
    display: block;
}
.image-box span {
    display: block;
    font-size: 18px;
    background: #ba9f69;
    color: #fff;
    padding: 4px 0;
    line-height: 1.5;
    margin-top: 5px;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.image-box span.label-after {
    background: #ba9f69;
}
.text-group p {
    line-height: 1.7;
    color: #333;
    margin-bottom: 1em;
}
.case-details {
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
}
.case-details dl {
    margin: 0;
}
.case-details dt {
    font-size: 24px;
    color: #a18157;
}
.post_content #cleaning .text-group p {
    text-align: center;
}
.case-details dd {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.6;
}
.case-details dd:last-child {
    margin-bottom: 0;
}
.case-details .case-details-price {
    font-weight: bold;
    font-size: 32px;
}
.post_content .case-details  ul {
    list-style: none;
}
.post_content .case-details  ul {
    list-style: none;
    font-size: 13px;
    margin: 0 0 5px 0;
}
.post_content .case-details  li {
	font-size: 18px; 
    margin-bottom: 6px;
}
.case-card {
    margin-top: 120px;
}
#cleaning h4.case-label {
    font-size: 28px;
    text-align: center;
}
.image-comparison-group {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 0 18px;
    align-items: center;
    background: #e0d8c8;
    box-sizing: border-box;
    padding: 30px;
    margin: 40px 0;
}
.after-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 10px;
    align-items: center;
}
.image-box img {
    width: 100%;
    height: 100%; 
    object-fit: cover; 
}
.image-box.after-double {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 19px;
}
.case-card_2 .image-comparison-group {
    grid-template-columns: 1fr 1fr;
}
.image-box span.label-before {
    background: #fff;
    color: #777;
}
span.label-before:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -21px;
    border-style: solid;
    border-width: 18px 0 18px 21px;
    border-color: transparent transparent transparent #fff;
    z-index: 10;
}




/* ご予約 */
.page-id-46 #main_contents {
    padding-bottom: 0;
}

.wp-image-253 {
    filter: drop-shadow(-9px 17px 10px #555);
}
span.bold {
    font-weight: bold;
}

@media screen and (min-width:1400px) {
#header {
    height: 120px;
}
#global_menu { height:120px; }
#global_menu > ul > li > a {
    color: #000;
    font-weight: 600;
    text-decoration: none;
    height: 120px;
    line-height: 1.35;
    padding: 50px 14px 0;
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.t_white .col_2 {
    position: relative;
    font-size: 0;
}
.t_recruit .flex_ab {
    width: 598px;
    position: absolute;
    right: 13%;
    top: 43.5%;
    gap: 30px;
}
	#page_header {
    height: 300px;
    margin: 120px 0 0;
}
.section.info1 {
    background: url(https://grandgreenosaka-ydc.com/wp-content/uploads/2026/03/info_sec1_bg.jpg) bottom 0 left 0 / 100% no-repeat;
}
	#info {
    background: url(https://grandgreenosaka-ydc.com/wp-content/uploads/2026/03/info_sec1_bg5.jpg) 0 0 / 160% no-repeat;
}
}

@media screen and (min-width:1600px) {
	#header {
    height: 160px;
}
#global_menu { height:156px; }
#global_menu > ul > li > a {
    height: 160px;
    padding: 72px 14px 0;
}
#global_menu > ul > #menu-item-79 a, #global_menu > ul > #menu-item-78 a {
    padding: 60px 14px;
}
	#page_header {
    margin: 156px 0 0;
	height: 394px!important;
}
	#info {
    background: url(https://grandgreenosaka-ydc.com/wp-content/uploads/2026/03/info_sec1_bg5.jpg) 0 0 / 118% no-repeat;
}
}

/* 追加 */
.ap_w .flex_row1 {
    justify-content: center;
    gap: 40px;
    font-size: 28px;
    color: #876125;
    font-weight: bold;
    margin: 40px 0 0;
}
.point_text1, .point_text2 {
    position: relative;
}
.post_content .t0.t_ap .point_text1, .post_content .t0.t_ap .point_text2 {
    position: relative;
    margin-bottom: 88px;
}
.point_text1:before {
    position: absolute;
    content: "";
    background: url(https://grandgreenosaka-ydc.com/wp-content/uploads/2026/03/accent.png) no-repeat;
    width: 100%;
    height: 100%;
    left: -20px;
    top: 0;
    background-size: auto;
}
.point_text2:before {
    position: absolute;
    content: "";
    background: url(https://grandgreenosaka-ydc.com/wp-content/uploads/2026/03/accent2.png) no-repeat;
    width: 100%;
    height: 100%;
    left: 335px;
    top: 0;
    background-size: auto;
}
.post_content .t_menuin .st_text {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 30px 0 20px;
}
.t_menu:before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    background: url(https://grandgreenosaka-ydc.com/wp-content/uploads/2026/03/bg_line-scaled.png) no-repeat;
    left: 0;
    background-size: cover;
    bottom: -460px;
    opacity: .4;
}
.gl_text {
  display: inline-block;
	color:#b67b03;
	
  filter: drop-shadow(1px 1px 0.5px rgba(0, 0, 0, 0.1));
	
	font-size: 18px;
}
.ipad_br, .sr_br{
		display: none;
	}
.t_contactin {
    max-width: 1200px;
    margin: 0 auto;
}
.adjust1 {
    color: #fff!important;
}
.grid_contents .content01 h4 {
    color: #000;
}
/* p.line_red:last-child {
    color: black!important;
} */

.price2 {
    /* background: linear-gradient(45deg, #b67b03 0%, #daaf08 45%, #fee9a0 70%, #daaf08 85%, #b67b03 100%); */
    -webkit-background-clip: text;
    /* background-clip: text; */
    color: #d4af37;
    font-weight: bold;
    font-size: 2rem;
    display: inline-block;
    font-size: 40px;
}
.wprices .grid_row2 > :nth-child(1){
  order: 3;
}

.wprices .grid_row2 > :nth-child(2){
  order: 1;
}

.wprices .grid_row2 > :nth-child(3){
  order: 2;
}

.wprices .grid_row2 > :nth-child(4){
  order: 4;
}
td.star-rating {
    color: #d4af37;
}
span.gold {
    color: #d4af37;
    font-size: 28px;
    position: relative;
    filter: drop-shadow(1px 1px 0.5px rgba(0, 0, 0, 0.1));
}
.wp-image-862 {
    position: absolute;
    left: 0;
    width: 40px;
    left: -55px;
    top: -3px;
}
.pc_n {
	display: none;
}
#header_logo img {
    width: 320px;
    height: auto;
}
#header_logo a {
    height: 160px;
}
span.price1 {
    font-size: 30px;
}
.post_content .dxp .g_box p {
    padding: 0 20px;
}
.steps.step1 .col_txt li {
    font-weight: bold;
}
.post_content .wprices .mt1a {
    margin: 15px 0;
}
.wp-image-886 {
    position: absolute;
    width: auto;
    left: 0;
    top: -30px;
}

.post_content .wprices .gr2 .sub_ttl3 {
    font-size: 20px;
    margin: 16px 0;
}
.wprices .gr2_in h3 {
    position: relative;
}
.wprices .gr2_in h3:after {
    content: "";
    width: 100px;
    height: 1px;
    background: #C9CACA;
    position: absolute;
    bottom: -94px;
    left: 50%;
    transform: translate(-50%, 0);
}
.mpw_mp .gr2_in h3:after {
    content: "";
    width: 100px;
    height: 1px;
    background: #C9CACA;
    position: absolute;
    bottom: -63px;
    left: 50%;
    transform: translate(-50%, 0);
}
.gr2_in small {
    font-size: 16px;
}
.plan-description2 {
    margin: 0 0 20px;
}
.web_text {
    font-size: 24px;
    align-content: center;
}
.t_contact .gr3_b {
    align-content: center;
}
.gr3_b p{
   margin: 0!important;
}
.map {
    width: 100%;
    margin: 0 auto;
}
.attention {
    color: #542919;
}
.center_adjust p {
    margin: 0!important;
}


/* 2番目のリスト項目（電話）全体のレイアウト調整 */

.dp-footer-bar-item:nth-child(2) a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* 上詰めに変更 */
    align-items: center;
}



/* ラベルの位置を強制的に上に持ってくる */

.dp-footer-bar-item:nth-child(2) .label {
    position: absolute;
    top: 5px;       /* ★ここを調整して上下位置を決めます */
    left: 0;
    right: 0;
    font-size: 0;   /* 元のテキストを消す */
    line-height: 1.2;
}



/* 上段：電話でのご予約 */
.dp-footer-bar-item:nth-child(2) .label::before {
    content: "電話でのご予約";
    display: block;
    font-size: 12px;
    color: #fff;
}
/* 下段：(患者様専用) */
.dp-footer-bar-item:nth-child(2) .label::after {
    content: "(患者様専用)";
    display: block;
    font-size: 12px;
    color: #542919;
    font-weight: bold;
}
#dp-footer-bar a {
    height: 64px;
    line-height: 64px;
    display: block;
    text-align: center;
    font-size: 12px;
    padding: 0 20px;
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
}
/* アイコン（受話器）の位置固定 */

.dp-footer-bar-item:nth-child(2) .footer_bar_icon::before {
    position: absolute;
    bottom: 8px !important; /* ★ここを調整してアイコンの位置を決めます */
    left: 50%;
    transform: translateX(-50%);
}


#footer {
    padding: 80px 0 48px;
}
#dp-footer-bar {
    height: 66px;
}
.wp-image-983 {
    box-sizing: border-box;
    padding: 40px 0 0;
}
.open_section{
	text-align: center;
	margin: 0 auto;
}

.access-item p {
    text-align: center!important;
}
.access-item h4{
    text-align: center!important;
	
}

.ad_section {
    margin: 64px auto 0;
}
.ad_section .wprices .gr2_in {
    display: block;
    padding: 40px 20px;
}
.ad_section .wprices h3 {
    color: black;
    line-height: 0.8;
    padding: 30px 0 0;
}
.ad_seciton .wprices .gr2 .sub_ttl3 {
    font-size: 20px;
    margin: 40px 0;
}
.ad_section .plan_d1 {
    margin: 20px 0;
}
.mpw_mp .gr2:after{
	display: none;
}
.post_content .mpw_mp .adjust_height {
    line-height: 1.75!important;
    text-align: center;
}
.ad_section .wprices {
    margin: 80px auto 0;
}
.yaji_a{
	display: none;
}
.pc_block{
	display: block;
}
.sp_block{
	display: none;
}
.post_content .wprices .wp2 .gr_adjust .price {
    margin: 39px 0 0!important;
}
.post_content .info3 .center_adjust .center_adjust2 {
    text-align: center;
}
.post_content .t_info .adjust_center2 {
    text-align: center;
}
.c_name {
    text-align: center;
}
.doctor_img {
    max-width: 400px;
    margin: 60px auto;
}
.botsu .wp-image-1031 {
    width: 150px;
}
.botsu {
    margin: 48px auto;
}
.botsu .col_img {
    text-align: center;
    align-content: end;
}
.post_content .mpw_mp .botsu h3 {
    line-height: 1.7;
    text-align: center;
}
.botsu_content {
    text-align: center;
}
.col_ino, .col_nayami {
    box-shadow: 0 0 8px #808080;
    box-sizing: border-box;
    padding: 40px 20px 20px;
}
.post_content .mpw_mp .col_ino h4 {
    font-size: 18px;
    padding: 0 0 5px;
    margin: 0;
    margin: 20px 0 0!important;
}
.post_content .col_ino p {
    line-height: 2.7;
    margin: 16px 0!important;
}
.col_nayami .gold {
    font-size: 24px;
}
.nayami_in .point {
    line-height: 1.8;
    position: relative;
    box-sizing: border-box;
    padding: 105px 0 0;
}
.nayami_in .point{
	position: relative;
}
.wp-image-1090 {
    position: absolute;
    width: 100px;
    left: 50%;
    top: 0;
    transform: translate(-50%,0) rotate(90deg);
}
.page-id-63 #container {
    padding-bottom: 0 !important;
}
.wp-image-1234 {
    width: 50%;
}
.post_content ul.worries_list {
    list-style: none;
    text-indent: -1.2em;
    position: relative;
    z-index: 999;
    margin-bottom: 0;
}
.bnr {
    text-align: center;
    margin-top: 80px;
}
#cleaning .ceramic .grid_contents .content02 .price01_a {
    margin: 30px 0;
}
.post_content #cleaning p.text_cnt_b {
    margin: 0;
}
#cleaning .ceramic .grid_contents .content02 .price01_b {
    margin: 5px 0 0;
}


@media screen and (max-width:1600px) {
#header_logo a {
    height: 120px;
}
}