@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.0.4
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;
}
/* ----------------------------------------------------------------------
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;
}
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: "";
}
/* ----------------------------------------------------------------------
基本設定
---------------------------------------------------------------------- */
body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  width: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.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%;
  margin-top: 79px;
}
#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;
  display: none;
}
#main_col {
  width: 100%;
  padding: 150px 0 0 0;
  margin: 0 0px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.hide_sidebar #main_contents:after {
  display: none;
}
#side_col {
  width: 340px;
}
#side_col {
  display: none !important;
}
/* デザインボタン */
.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;
}
/* デザイン見出し */
.design_headline1 {
  font-size: 28px !important;
  text-align: center;
  line-height: 1.5 !important;
  margin: 0 0 50px 0 !important;
  padding: 0 !important;
}
.design_headline2 {
  font-size: 22px !important;
  font-weight: 600;
  /* margin: 100px -40px 63px 0 !important; */
  /* margin: 100px 0 63px 0 !important; */
  padding: 0 40px 0 0 !important;
  border-top: 1px solid #ddd;
  text-align: center;
}
.design_headline2 span {
  display: inline-block;
  border-top: 3px solid #0070a4;
  padding-top: 20px;
  margin-top: -1px;
}
body.hide_sidebar .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;
}
/* 横並びの画像 */
.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: 900px;
  position: relative;
  overflow: hidden;
}
#header_slider {
  width: 100%;
  height: 900px;
  overflow: hidden;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#header_slider .item {
  width: 100%;
  height: 900px;
  position: relative;
}
/* スライダーのキャプション */
#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: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: zoomIn 30s;
  animation: zoomIn 30s;
}
#header_slider .item.bg_animation_type2.animate .bg_image {
  -webkit-animation: zoomOut 30s;
  animation: zoomOut 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 .sub_headline {
  font-size: 16px;
  font-weight: 500;
}
.white_content+.white_content {
  padding-top: 0px !important;
}
.cb_content:last-of-type {
  padding-bottom: 150px;
}
/* ニュースティッカー */
#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%;
  padding: 180px 0 120px;
  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;
}
@media (max-width: 767px) {
  .tab_content_top .bg_image.mobile {
    display: block;
  }
}
.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;
}
.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 0;
  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 {
  max-width: 100%;
  height: auto;
}
.tab_content_bottom .content {
  width: calc(100% - 560px);
}
.tab_content_bottom .title {
  font-size: 26px;
  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: 1.5;
}
.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_service_list {
  background: #f6f6f6;
  padding: 0 !important;
}
.cb_service_top {
  text-align: center;
  width: 1150px;
  margin: 0 auto;
  padding: 90px 70px;
  -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: 100px 0;
  -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 {
  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_news_list .news_category_list {
  margin: 67px auto 70px;
}
.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: 65px;
}
/* プロジェクト一覧 */
.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_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 .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_inner {
  z-index: 3;
  width: 830px;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#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 .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 {
  z-index: 1000;
  width: 200px;
  height: 200px;
  color: #fff;
  position: relative;
  margin: 0 auto;
  top: -100px;
}
#archive_square_headline h3 {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#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;
}
/* ----------------------------------------------------------------------
プロジェクトアーカイブページ
---------------------------------------------------------------------- */
#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;
}
/* ----------------------------------------------------------------------
サービスアーカイブページ
---------------------------------------------------------------------- */
#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 0 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;
  padding: 0;
  color: #006fa6;
  font-size: 16px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.history_table .month {
  width: 70px !important;
  padding: 0;
  -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;
}
#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 .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: slideUpDown 1.8s ease infinite 0s;
  animation: slideUpDown 1.8s ease infinite 0s;
}
#page_contents_link {
  opacity: 0;
}
#page_contents_link.animate {
  -webkit-animation: opacityAnimation 1.0s ease forwards 0.7s;
  animation: opacityAnimation 1.0s ease forwards 0.7s;
}
/* ----------------------------------------------------------------------
お知らせアーカイブページ
---------------------------------------------------------------------- */
#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 .item {
  height: 70px;
  border: 1px solid #ddd;
  margin: 0 0 -1px 0;
  position: relative;
  padding: 0 30px;
  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;
}
.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: 14px;
  color: #999;
  font-family: Arial;
}
.news_list .category {
  font-size: 12px;
  text-align: center;
  color: #fff;
  margin-right: 20px;
  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;
}
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%;
}
.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 50px 0;
}
.news_category_sort_button ol {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.news_category_sort_button ol li {
  padding: 1rem;
  text-align: center;
  background: #fff;
  position: relative;
  width: calc(100% / 4);
  cursor: pointer;
  transition: .5s;
}
.news_category_sort_button ol li a {
  display: block;
}
.news_category_sort_button ol li.active a span {
  color: #fff;
  font-size: 16px;
}
.news_category_sort_button ol li a span {
  color: #000;
  font-size: 16px;
}
.news_category_sort_button ol li:hover a span {
  color: #fff;
}
.news_category_sort_button ol li:not(:last-child) {
  border-right: 1px solid #000;
}
.news_category_sort_button ol li:not(:last-child):hover,
.news_category_sort_button ol li.active:not(:last-child) {
  border-right: 1px solid #fff;
}
.news_category_sort_button ol li:has(+ li:hover) {
  border-right: 1px solid #fff;
}
.news_category_sort_button ol li.active {
  background: #245478;
  color: #fff;
}
.news_category_sort_button ol li:not(.active):hover {
  background: #245478;
  color: #fff;
  transition: .5s;
}
.news_category_sort_button ol li.active::after {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-top: 15px solid #245478;
  border-bottom: 0;
}
@media screen and (max-width: 1180px) {
  .news_category_sort_button ol {
    max-width: 1060px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 950px) {
  .news_category_sort_button ol {
    margin: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .news_category_sort_button ol {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: .5rem;
    margin: 0 10px;
  }
  .news_category_sort_button ol li {
    width: calc(100% / 2 - 2.4rem);
    border: 1px solid #000 !important;
  }
  .news_category_sort_button ol li.active::after {
    display: none;
  }
}
.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_inner {
  width: 1150px;
  margin: 0 auto;
  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 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;
}
/* ブログ記事一覧 */
#blog_list {
  border-top: 1px solid #ddd;
}
body.search #blog_list {
  border-top: none;
}
#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;
}
#blog_list .image_link {
  display: block;
  width: 516px;
  height: 294px;
}
#blog_list .image_wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#blog_list .image {
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#blog_list .content {
  height: 294px;
  width: calc(100% - 516px);
  position: relative;
  padding-left: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#blog_list .content_inner {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#blog_list .meta {
  margin-bottom: 30px;
}
#blog_list .meta li {
  float: left;
}
#blog_list .meta li:first-of-type {
  margin-right: 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: 14px;
  color: #999;
  position: relative;
  height: 30px;
  line-height: 30px;
  font-family: Arial;
}
#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;
}
#blog_list .title span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#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;
}
#blog_list .desc span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#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 .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 span, .page_navi .prev span {
  display: none;
}
.page_navi .next:before, .page_navi .prev:before {
  font-family: 'design_plus';
  font-size: 11px;
  top: 1px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.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;
}
#post_title .date {
  font-size: 14px;
  position: relative;
  color: #999;
}
#post_title .update {
  font-size: 14px;
  position: relative;
  color: #999;
  padding-left: 20px !important;
}
#post_title .update:before {
  font-family: 'design_plus';
  content: '\e943';
  font-size: 14px;
  top: 0;
  left: 2px;
  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_title .meta_top li {
  padding-right: 5px;
}
#post_title .meta_top li:not(:first-child) {
  padding-left: 5px;
}
#post_title .meta_top li:not(:last-child) {
  border-right: 1px solid #ddd;
}
#post_image {
  width: 100%;
  height: 440px;
  position: relative;
  margin: 0 0 40px;
}
/* 本文 */
.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 50px;
}
#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: 50px 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: 14px;
  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;
}
@media screen and (max-width: 767px) {
  .yarpp-related h3 {
    font-size: unset !important;
    font-weight: 400 !important;
    padding: unset !important;
    line-height: 1.5;
  }
}
/* 広告 */
#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;
}
/* ----------------------------------------------------------------------
フッター
---------------------------------------------------------------------- */
/* ページ上部へ戻るボタン（PC用） */
#return_top2 a {
  border-top: 1px solid #ddd;
  display: block;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  position: relative;
}
#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 a {
  background: #00729f;
  display: block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-decoration: none;
  z-index: 100;
  position: relative;
}
#return_top a:hover {
  color: #fff !important;
  background: #17354d !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;
  right: 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 .logo {
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: 500;
  display: block;
}
#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.twitter a:before {
  content: '\e904';
}
.sns_button_list li.facebook a:before {
  content: '\e944';
  font-size: 18px;
  top: -0.5px;
  left: -1px;
}
.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.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: #1da1f2;
  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.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 {
  height: 70px;
  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;
}
/* メッセージ */
#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 ul {
  margin: 10px 0 0 0;
}
.widget_content li {
  line-height: 2;
  padding: 2px 0;
  margin: 0 0 10px 0;
}
.widget_content a {
  text-decoration: none;
}
.widget_content img {
  height: auto;
  max-width: 100%;
}
.widget_headline {
  color: #00729f;
  font-weight: 600;
  font-size: 18px;
  padding: 0;
  margin: 0 0 20px 0;
  line-height: 1;
}
/* 広告 */
.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: 11px;
  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: 7px 0;
}
#wp-calendar thead th, #wp-calendar tfoot td {
  border: none;
}
.wp-calendar-nav {
  font-size: 12px;
  padding: 10px;
}
/* デザインされた記事一覧 */
.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 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;
}
.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;
  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__list {
  display: none;
  top: -1px;
  position: relative;
}
.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 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 h3 {
  line-height: 1.5;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.category_list_widget .square_headline h3 span {
  display: block;
}
.category_list_widget .square_headline h3 .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 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, .category_list_widget li.current-menu-parent {
  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;
  pointer-events: none;
}
/* 検索 */
.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;
}
/* デフォルトの最近の記事 */
.widget_recent_entries li {
  border-bottom: 1px dotted #ccc;
  padding: 0 0 15px 0;
}
.widget_recent_entries li:last-child {
  border: none;
  padding: 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 50px;
  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: slideUpDown 1.2s ease infinite 0s;
  animation: slideUpDown 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;
}
@-webkit-keyframes slideUpDown {
  0% {
    bottom: 10px;
  }
  50% {
    bottom: 0px;
  }
  100% {
    bottom: 10px;
  }
}
@keyframes slideUpDown {
  0% {
    bottom: 10px;
  }
  50% {
    bottom: 0px;
  }
  100% {
    bottom: 10px;
  }
}
/* ----------------------------------------------------------------------
コメント
---------------------------------------------------------------------- */
/* 基本設定 */
#comments {
  margin: 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 zoomOut {
  0% {
    transform: scale(1.0);
  }
  100% {
    transform: scale(1.3);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1.0);
  }
  100% {
    transform: scale(1.3);
  }
}
/* ズームイン */
@-webkit-keyframes zoomIn {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1.0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1.0);
  }
}
/* フェードイン */
@-webkit-keyframes opacityAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacityAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* フェードアウト */
@-webkit-keyframes opacityAnimation2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacityAnimation2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 右に移動 */
@-webkit-keyframes moveRight {
  0% {
    opacity: 0;
    right: 30px;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@keyframes moveRight {
  0% {
    opacity: 0;
    right: 30px;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
/* 左に移動 */
@-webkit-keyframes moveLeft {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes moveLeft {
  0% {
    opacity: 0;
    left: 30px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
/* 下に移動 */
@-webkit-keyframes moveDown {
  0% {
    opacity: 0;
    top: -30px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes moveDown {
  0% {
    opacity: 0;
    top: -30px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
/* 上に移動 */
@keyframes -webkit-moveUp {
  0% {
    opacity: 0;
    bottom: -30px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes moveUp {
  0% {
    opacity: 0;
    bottom: -30px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
/* ポップアップ */
@keyframes 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 プリセットスタイル
---------------------------------------------------------------------- */
/* alignment */
.post_content .alignright {
  float: right;
}
.post_content .alignleft {
  float: left;
}
.post_content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
}
.post_content blockquote.alignleft, .post_content img.alignleft {
  margin: 7px 24px 7px 0;
}
.post_content .wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}
.post_content blockquote.alignright, .post_content img.alignright {
  margin: 7px 0 7px 24px;
}
.post_content .wp-caption.alignright {
  margin: 7px 0 7px 14px;
}
.post_content blockquote.aligncenter, .post_content img.aligncenter, .post_content .wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}
/* text and headline */
.post_content p {
  line-height: 2;
  margin: 0 0 .5em 0;
}
.post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6 {
  clear: both;
  line-height: 1.4;
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 600;
}
.post_content h1 {
  font-size: 150%;
}
.post_content h2 {
  font-size: 140%;
}
.post_content h3 {
  font-size: 130%;
}
.post_content h4 {
  font-size: 120%;
}
.post_content h5 {
  font-size: 110%;
}
.post_content h6 {
  font-size: 100%;
}
/* image */
.post_content img[class*="align"], .post_content img[class*="wp-image-"], .post_content img[class*="attachment-"], .post_content img.size-full, .post_content img.size-large, .post_content .wp-post-image, .post_content img {
  height: auto;
  max-width: 100%;
}
/* list */
.post_content li, .post_content dt, .post_content dd {
  line-height: 2.2;
}
.post_content ul, .post_content ol, .post_content dl {
  margin-bottom: 24px;
}
.post_content ol {
  list-style: decimal outside none;
  margin-left: 1.5em;
}
.post_content ul {
  list-style: circle outside none;
  margin-left: 1.3em;
}
.post_content li>ul, .post_content li>ol {
  margin-bottom: 0;
}
.post_content dt {
  font-weight: bold;
}
.post_content dd {
  margin-bottom: 0;
}
/* table */
.post_content table {
  margin: 0 0 24px 0;
  width: 100% !important;
}
.post_content td, .post_content th {
  border: 1px solid #ddd;
  padding: 17px 30px;
  line-height: 2.2;
  background: #fff;
}
.post_content th {
  background: #f7f7f7;
  font-weight: normal;
}
/* table style */
.post_content table.table_no_border th, .post_content table.table_no_border td {
  border: none;
  padding-left: 0;
}
.post_content table.table_border_horizontal th, .post_content table.table_border_horizontal td {
  border-left: none;
  border-right: none;
  padding-left: 0;
}
/* block quote */
.post_content blockquote {
  margin: 0 0 25px 0;
  padding: 27px 30px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 3px 0px 0px rgba(150, 150, 150, 0.1);
  position: relative;
}
.post_content blockquote:before {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  left: 10px;
  color: #5cbcd7;
}
.post_content blockquote:after {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: normal;
  text-align: left;
  line-height: 60px;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 7px;
  right: -2px;
  color: #5cbcd7;
}
.post_content blockquote cite {
  border-top: 1px dotted #aaa;
  display: block;
  padding: 20px 0 0 0;
  font-style: italic;
  text-align: right;
  font-size: 90%;
}
/* captions */
.post_content .wp-caption {
  margin-bottom: 24px;
  background: #f8f8f8;
  border: 1px solid #ccc;
  padding: 5px;
  max-width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.post_content .wp-caption-text {
  text-align: center;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px auto;
}
.post_content .wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
/* gallery */
.gallery {
  margin-bottom: 20px;
}
.gallery a img {
  border: 0 !important;
}
.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width: calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width: calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width: calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width: calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width: calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width: calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width: calc(11.1% - 4px);
}
.gallery-columns-10 .gallery-item {
  max-width: 7%;
  max-width: -webkit-calc(9.4% - 0px);
  max-width: calc(9.4% - 0px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n), .gallery-columns-10 .gallery-item:nth-of-type(10n) {
  margin-right: 0;
}
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption, .gallery-columns-10 .gallery-caption {
  display: none;
}
/* etc */
.post_content .wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.post_content address {
  margin: 0 0 24px 0;
  line-height: 2.2;
}
.post_content pre {
  border-left: 3px solid #ccc;
  background: #f8f8f8;
  font-size: 12px;
  margin: 0 0 27px 0;
  line-height: 1.7;
  padding: 20px;
  overflow: auto;
}
.post_content .mejs-container {
  margin: 12px 0 25px;
}
/* パスワード保護 */
.c-pw__desc, .c-pw__desc p {
  line-height: 2.5;
}
.c-pw__desc p {
  margin-bottom: 16px !important;
}
.c-pw__desc.type2 p {
  text-align: center;
}
.c-pw__desc.type3 p {
  text-align: right;
}
.c-pw__btn {
  border: none;
  background: #111;
  color: #fff;
  display: inline-block;
  padding: 0px 20px;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  height: 40px;
}
.c-pw__btn:hover {
  background: #333;
  color: #fff;
}
.c-pw__btn--register {
  min-width: 160px;
  margin-bottom: 32px;
}
.c-pw__btn--submit {
  background: #111;
  color: #fff;
  min-width: 100px;
  border: 0;
  cursor: pointer;
  top: -1px;
  position: relative;
}
.c-pw .c-pw__btn:hover {
  text-decoration: none;
}
.c-pw__btn.type2 {
  display: table;
  margin: 0 auto 32px;
}
.c-pw__btn.type3 {
  float: right;
}
.c-pw__box {
  width: 100%;
  border: 1px solid #ddd;
  padding: 25px 36px;
  display: inline-block;
  margin-bottom: 40px;
  box-sizing: border-box;
  background: #fff;
}
.c-pw__box .c-pw__box-desc {
  line-height: 1.2;
  margin-bottom: 20px;
}
.c-pw__box-label {
  margin-right: 14px;
}
.c-pw__box-input {
  border: 1px solid #ddd;
  background: #fff;
  height: 40px;
  width: 250px;
  margin-right: 13px;
  flex: 1;
  box-sizing: border-box;
  padding: 0 10px;
}
.post_content .c-pw__btn, .post_content .c-pw__btn:hover {
  color: #fff;
}
/* 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;
}

/*20231215修正*/
/* pdf2 */
#return_top.color_change a {
  background: #fff;
}
#return_top.color_change a:before {
  color: #00729f;
}

/* pdf7 */
.footer {
  padding: 50px 0;
  background: #245478;
}
.footer_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer_info_wrap {
  width: 28%;
}
.footer_logo_wrap {
  margin-bottom: 20px;
}
.footer_logo {
  width: 300px;
  height: auto;
}
.footer_address_wrap {
  margin-bottom: 20px;
}
.footer_address_wrap address p {
  font-style: normal;
  color: #fff;
}
.footer_map_btn_wrap {
  margin-bottom: 20px;
}
.footer_map_btn {
  max-width: 120px;
  display: inline-block;
  position: relative;
  padding: 10px;
  border: 2px solid #fff;
  color: #245478;
  background: #fff;
  transition: .5s;
}
.footer_map_btn:hover {
  color: #fff;
  background: #245478;
  transition: .5s;
}
.copyright {
  color: #fff;
}
.footer_nav_wrap {
  width: 40%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer_nav {
  width: calc(100% / 2 - 20px);
}
.footer_nav:nth-child(-n + 2) {
  margin-bottom: 50px;
}
.footer_nav:nth-child(4) .footer_nav_link {
  font-size: 18px;
  font-weight: 600;
}
.footer_nav_ttl {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.footer_nav_ttl:hover {
  color: #fff;
}
.footer_nav_link {
  color: #fff;
  line-height: 1.5;
}
.footer_contact_btn_wrap {
  width: 20%;
}
.footer_contact_item:not(:last-child) {
  margin-bottom: 20px;
}

/* pdf12 */
#page_header .catch.animation_type2 span:nth-child(14),
#page_header .catch.animation_type2 span:nth-child(15),
#page_header .catch.animation_type2 span:nth-child(16),
#page_header .catch.animation_type2 span:nth-child(17),
#page_header .catch.animation_type2 span:nth-child(18),
#page_header .catch.animation_type2 span:nth-child(19),
#page_header .catch.animation_type2 span:nth-child(20),
#page_header .catch.animation_type2 span:nth-child(21),
#page_header .catch.animation_type2 span:nth-child(22),
#page_header .catch.animation_type2 span:nth-child(23),
#page_header .catch.animation_type2 span:nth-child(24),
#page_header .catch.animation_type2 span:nth-child(25),
#page_header .catch.animation_type2 span:nth-child(26),
#page_header .catch.animation_type2 span:nth-child(27),
#page_header .catch.animation_type2 span:nth-child(28),
#page_header .catch.animation_type2 span:nth-child(29),
#page_header .catch.animation_type2 span:nth-child(30),
#page_header .catch.animation_type2 span:nth-child(31),
#page_header .catch.animation_type2 span:nth-child(32),
#page_header .catch.animation_type2 span:nth-child(33),
#page_header .catch.animation_type2 span:nth-child(34),
#page_header .catch.animation_type2 span:nth-child(35),
#page_header .catch.animation_type2 span:nth-child(36),
#page_header .catch.animation_type2 span:nth-child(37),
#page_header .catch.animation_type2 span:nth-child(38) {
  font-size: 20px;
}
@media (max-width: 767px) {
  #page_header .catch.animation_type2 span:nth-child(14),
  #page_header .catch.animation_type2 span:nth-child(15),
  #page_header .catch.animation_type2 span:nth-child(16),
  #page_header .catch.animation_type2 span:nth-child(17),
  #page_header .catch.animation_type2 span:nth-child(18),
  #page_header .catch.animation_type2 span:nth-child(19),
  #page_header .catch.animation_type2 span:nth-child(20),
  #page_header .catch.animation_type2 span:nth-child(21),
  #page_header .catch.animation_type2 span:nth-child(22),
  #page_header .catch.animation_type2 span:nth-child(23),
  #page_header .catch.animation_type2 span:nth-child(24),
  #page_header .catch.animation_type2 span:nth-child(25),
  #page_header .catch.animation_type2 span:nth-child(26),
  #page_header .catch.animation_type2 span:nth-child(27),
  #page_header .catch.animation_type2 span:nth-child(28),
  #page_header .catch.animation_type2 span:nth-child(29),
  #page_header .catch.animation_type2 span:nth-child(30),
  #page_header .catch.animation_type2 span:nth-child(31),
  #page_header .catch.animation_type2 span:nth-child(32),
  #page_header .catch.animation_type2 span:nth-child(33),
  #page_header .catch.animation_type2 span:nth-child(34),
  #page_header .catch.animation_type2 span:nth-child(35),
  #page_header .catch.animation_type2 span:nth-child(36),
  #page_header .catch.animation_type2 span:nth-child(37),
  #page_header .catch.animation_type2 span:nth-child(38) {
    font-size: 16px;
  }
}

/* pdf14 */
.link {
  color: #245478 !important;
  text-decoration: underline;
}

/* ----------------------------------------
ヘッダー
header
------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  height: 79px;
}
.header_contents_wrap {
  display: flex;
  justify-content: center;
  position: relative;
}
.header_logo {
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  width: 250px;
  height: 80px;
  vertical-align: bottom;
  background: url(img/common/logo-pc-off.webp) no-repeat center / contain;
}
.header_logo:hover {
  background: url(img/common/logo-pc-on.webp) no-repeat center / contain;
}
.header_nav_wrap {
  padding: 2rem 0;
}
.header_nav_list {
  display: flex;
}
.header_nav_item:not(:last-child) {
  margin-right: 3rem;
}
.header_nav_link {
  font-weight: 600;
}
.mega {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 79px;
  left: 0;
  z-index: 999;
  background: #fff;
}
.mega_flex {
  width: 1150px;
  padding: 40px 0;
  margin: 0 auto;
  display: flex;
}
.mega_ttl_wrap {
  width: 30%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mega_link_wrap {
  width: 70%;
}
.mega_ttl_wrap::before {
  position: absolute;
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
  right: 3vw;
}
.mega_ttl_wrap .en {
  font-size: 2rem;
  color: #245478;
  font-weight: 600;
  margin-bottom: 10px;
}
.mega_ttl_wrap .ja {
  margin-left: -80px;
}
.mega_link_list {
  display: flex;
  justify-content: space-between;
}
.mega_link_item {
  display: block;
  width: calc(100% / 3 - 2px);
  position: relative;
  overflow: hidden;
}
.mega_link_item::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, .3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.mega_link_item img {
  width: 100%;
  vertical-align: bottom;
  transition: .5s;
}
.mega_link_item:hover img {
  transform: scale(1.2);
  transition: .5s;
}
.mega_link_item_txt {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 2vw;
  transform: translateY(-50%);
  transition: .5s;
  z-index: 2;
}
.mega_link_item:hover .mega_link_item_txt {
  left: 2.5vw;
  transition: .5s;
}
.mega_link_item_txt .ja,
.mega_link_item_txt .en {
  color: #fff;
}
.mega_link_item_txt .ja {
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.mega_link_item_txt .en {
  font-size: .9rem;
}
.mega.ver2 .mega_flex {
  width: 1400px;
}
.mega.ver2 .mega_flex .mega_ttl_wrap {
  width: 20%;
}
.mega.ver2 .mega_flex .mega_link_wrap {
  width: 75%;
}
.mega.ver2 .mega_link_item {
  width: calc(100% / 4 - 2px);
}
.mega.ver2 .mega_link_item_txt .ja {
  font-size: 1.1rem;
  line-height: 1.2;
}
.mega.ver2 .mega_link_item_txt {
  left: 1vw;
}
.mega.ver2 .mega_link_item:hover .mega_link_item_txt {
  left: 1.5vw;
  transition: .5s;
}
/* スタイル上書き */
.mobile #header:hover:after,
.mobile body.hide_header_image.header_fix_mobile #header.active:after,
.mobile body.header_fix_mobile #header:after {
  display: none !important;
}
@media (max-width: 1180px) {
  #header {
    padding: 0;
  }
  .header_nav_wrap {
      margin-right: 0;
      position: fixed;
      top: 0;
      right: 0;
      background: #fff;
      width: 100%;
      max-width: 400px;
      height: 100dvh;
      transform: translateX(100%);
      transition: .3s;
      padding: 0;
      border-left: 1px solid #00729f;
      z-index: 2;
  }
  .header_nav_wrap.open {
      transform: translateX(0);
  }
  .header_nav_list {
      display: block;
  }
  .header_nav_item:not(:last-child) {
    margin-right: 0;
  }
  .header_nav_link {
    padding: 1.5rem;
    display: block;
    border-bottom: 1px solid #00729f;
  }
  .mega_link_item p {
    padding: 1.5rem 1.5rem 1.5rem 2.5rem;
    display: block;
    border-bottom: 1px solid #00729f;
  }
  .header_nav_link.current,
  .mega_link_item p.current {
    color: #fff;
    background: #00729f;
  }
  .mega {
    position: static;
  }
  .mega_flex {
    width: 100%;
    display: block;
    padding: 0;
  }
  .mega_ttl_wrap {
    display: none;
  }
  .mega_link_wrap {
    width: 100%;
  }
  .mega_link_item img {
    display: none;
  }
  .mega_link_list {
    display: block;
  }
  .mega_link_item {
    width: 100%;
  }
  .mega.ver2 .mega_link_item {
    width: 100%;
  }
  .mega_link_item::before {
    display: none;
  }
  .mega_link_item_txt {
    position: static;
    transform: unset;
  }
  .mega_link_item_txt .ja,
  .mega_link_item_txt .en {
    color: unset;
  }
  .mega_link_item_txt .ja {
    font-weight: unset;
    font-size: unset;
    margin-bottom: unset;
  }
  .mega.ver2 .mega_link_item_txt .ja {
    font-size: unset;
  }
  .mega_link_item_txt .en {
    display: none;
  }
  .js-megaOpen .header_nav_link {
    position: relative;
  }
  .js-megaOpen .header_nav_link::before {
    position: absolute;
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 50%;
    transform: translateY(-50%);
    right: 3vw;
  }
  .js-megaOpen .header_nav_link:hover::before {
    content: '\f077';
  }
  .btn-gNav {
    display: block;
    position: fixed;
    top: 10px;
    right: 25px;
    width: 60px;
    height: 60px;
    z-index: 1;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 400ms;
  }
  .btn-gNav span {
      position: absolute;
      width: 30px;
      height: 3px;
      left: 15px;
      background: #000;
      transition: all 400ms;
  }
  .btn-gNav span:nth-child(1) {
      top: 17px;
  }
  .btn-gNav span:nth-child(2) {
      top: 27px;
  }
  .btn-gNav span:nth-child(3) {
      top: 37px;
  }
}
@media (max-width: 767px) {
  .btn-gNav span {
    left: 30px;
  }
  .header_nav_wrap {
    max-width: 320px;
  }
  .header_logo {
    width: 79px;
    background: url(img/common/logo-sp-off.webp) no-repeat center / contain;
  }
  .header_logo:hover {
    background: url(img/common/logo-sp-on.webp) no-repeat center / contain;
  }
}

/* 採用情報ページ編集 */
.page-id-1409 .breadcrumb-wrap {
  display: none;
}
/* common */
.page-recruit p,
.page-recruit li,
.page-recruit dt,
.page-recruit dd {
  line-height: 1.5;
}
.page-recruit .section:not(:last-child) {
  margin-bottom: 50px;
}
.page-recruit img {
  max-width: 100%;
}
.section {
  scroll-margin-top: 80px;
}
.section-head {
  margin-bottom: 20px;
}
.eles:not(:last-child) {
  margin-bottom: 50px;
}
.ele-head {
  margin-bottom: 20px;
}
.ele:not(:last-child) {
  margin-bottom: 20px;
}
.ele p:not(:last-child) {
  margin-bottom: 20px;
}
.page-column .section h3 {
  font-size: 24px;
  font-weight: 600;
  color: #245478;
  line-height: 1.4;
}
.page-column .section h4 {
  font-size: 20px;
  font-weight: 600;
  background: linear-gradient(transparent 60%, #24547826 60%);
}
.ul-check {
  margin-left: 0 !important;
}
.ul-check li {
  position: relative;
  font-size: 18px;
  padding-left: 25px;
}
.ul-check li:not(:last-child) {
  margin-bottom: 10px;
}
.ul-check li::before {
  position: absolute;
  content: '\f14a';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #245478;
}
.col-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .page-column .section h2 {
    font-size: 18px !important;
    padding-bottom: 15px;
    line-height: 1.5;
  }
  .page-column .section h3 {
    font-size: 18px;
  }
  .page-column .section h4 {
    font-size: 18px;
  }
  .ul-check li {
    font-size: 16px;
  }
}

/* 全体用 */
.page-column {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.page-column article {
  width: 75%;
}
.page-column aside {
  width: 20%;
}
.page-column #main_contents {
  display: block;
}
@media (max-width: 767px) {
  .page-column {
    display: block;
  }
  .page-column article {
    width: 100%;
  }
  .page-column aside {
    width: 100%;
  }
}

/* 求める人物像 */
.js-gallerySlider img {
    border-radius: 5px;
}
.js-gallerySlider .item {
  margin: 0 10px;
}
.js-gallerySlider .item:nth-child(2n) img {
  width: 90%;
}
.js-gallerySlider .item:nth-child(3n) img {
  height: 300px;
  object-fit: cover;
}
.js-gallerySlider .slick-track {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .js-gallerySlider .item:nth-child(2n) img {
    width: 100%;
  }
  .js-gallerySlider .item:nth-child(3n) img {
    height: 200px;
  }
}

/* 事業内容 */
.work-sec-eles {
  margin-bottom: 50px;
}
.service-sec-eles .col-wrap {
  justify-content: space-between;
}
.service-sec-eles .col4 {
  width: calc(100% / 4 - 10px);
}
.service-sec-eles .col4 h5 {
  font-size: 18px;
  margin: 20px 0 15px;
  line-height: 1.3;
  height: 45px;
}
.service-sec-eles .col4 p {
  line-height: 2;
}
@media (max-width: 1180px) {
  .service-sec-eles .col4 {
    width: calc(100% / 2 - 10px);
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .service-sec-eles .col4 {
    width: 100%;
    margin-bottom: 20px;
  }
  .service-sec-eles .col4 h5 {
    font-size: 17px;
    height: 35px;
  }
}

/* 社員紹介 */
.staff_archive {
  background: #e7e6e6;
  padding: 20px;
}
.staff_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.staff_item {
  width: calc(100% / 3 - .7rem);
  position: relative;
  background: #fff;
  height: 390px;
}
.staff_img_wrap {
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  left: 0;
}
.staff_item.duplication .staff_img_wrap {
  aspect-ratio: 1/.8;
}
.staff_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.staff_item .bottom_wrap {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.staff_label {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  color: #245478;
  background: #fff;
  padding: 5px 10px;
  font-weight: 600;
  z-index: 1;
}
.staff_catch {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: inline;
  padding: 10px;
  line-height: 3;
  background: #245478;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  position: relative;
  z-index: 1;
  top: -10px;
}
.staff_history_wrap {
  background: #fff;
  padding: 15px 10px 0;
}
.staff_history_wrap .hisotory {
  font-size: 20px;
  font-weight: 600;
  line-height: 0.5;
  margin: 0 0 10px 0;
}
.staff_history_wrap .name {
  color: #245478;
  font-weight: 600;
  line-height: 0.5;
  margin: 0 0 10px 0;
}
.staff_change_wrap {
  display: flex;
}
.before_wrap {
  width: 50%;
  background: #666465;
  padding: 10px 10px 0;
}
.after_wrap {
  width: 50%;
  background: #245478;
  padding: 10px 10px 0;
}
.staff_change_wrap .txt1 {
  color: #fff;
  font-weight: 600;
  margin: 0;
  font-size: 14px;
}
.staff_change_wrap .txt2 {
  color: #fff;
  margin: 0 0 5px 0;
  font-size: 14px;
}
.staff_item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .7);
  transition: .5s;
  z-index: 2;
  opacity: 0;
}
.staff_item:hover::before {
  transition: .5s;
  opacity: 1;
}
.staff_btn_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% ,-50%);
  width: 95%;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  z-index: 3;
  text-align: center;
}
.staff_item:hover .staff_btn_wrap {
  opacity: 1;
  transition: .5s;
  visibility: visible;
}
.staff_btn_wrap a {
  color: #fff !important;
  font-size: 18px;
  padding: 20px;
  text-align: center;
  display: inline-block;
  width: 180px;
  border: 3px solid #fff;
  font-weight: 900;
}
@media (max-width: 1180px) {
  .staff_item {
    width: calc(100% / 2 - 8px);
    margin-bottom: 20px;
  }
  .staff_item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .staff_item {
    width: 100%;
    margin-bottom: 0;
  }
  .staff_item:not(:last-child) {
    margin-bottom: 20px;
  }
  .staff_item.duplication .staff_img_wrap,
  .staff_flex .staff_img_wrap {
    aspect-ratio: 1/.45;
  }
}
@media (max-width: 660px) {
  .staff_item.duplication .staff_img_wrap,
  .staff_flex .staff_img_wrap {
    aspect-ratio: 1/.5;
  }
}
@media (max-width: 600px) {
  .staff_item.duplication .staff_img_wrap,
  .staff_flex .staff_img_wrap {
    aspect-ratio: 1/.55;
  }
}
@media (max-width: 550px) {
  .staff_item.duplication .staff_img_wrap,
  .staff_flex .staff_img_wrap {
    aspect-ratio: 1/.6;
  }
}
@media (max-width: 510px) {
  .staff_item.duplication .staff_img_wrap,
  .staff_flex .staff_img_wrap {
    aspect-ratio: 1/.7;
  }
}
@media (max-width: 450px) {
  .staff_item.duplication .staff_img_wrap,
  .staff_flex .staff_img_wrap {
    aspect-ratio: 1/.75;
  }
}
@media (max-width: 420px) {
  .staff_item.duplication .staff_img_wrap,
  .staff_flex .staff_img_wrap {
    aspect-ratio: 1/.8;
  }
}
@media (max-width: 410px) {
  .staff_item.duplication .staff_img_wrap,
  .staff_flex .staff_img_wrap {
    aspect-ratio: 1/.9;
  }
}
@media (max-width: 370px) {
  .staff_item.duplication .staff_img_wrap,
  .staff_flex .staff_img_wrap {
    aspect-ratio: 1/1;
  }
}

/* 職場環境 */
.section.work-sec {
  margin-top: 50px;
}
.work-sec-eles .col-wrap {
  justify-content: space-between;
}
.work-sec-eles .col3 {
  width: calc(100% / 3 - 40px);
  padding: 0 10px;
}
.work-sec-eles .col3:not(:last-child) {
  border-right: 1px solid #ccc;
}
.work-sec-eles .col3 .num {
  font-size: 30px;
  font-weight: 900;
  color: #245478;
  display: inline-block;
  margin-bottom: 20px;
}
.work-sec-eles .col3 .ttl-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.work-sec-eles .col3 .icon {
  margin-right: 20px;
  display: inline-block;
  width: 70px;
}
.work-sec-eles .col3:nth-child(2) .icon {
  width: 50px;
}
.work-sec-eles .col3 .ttl-wrap .ttl {
  color: #245478;
}
@media (max-width: 1180px) {
  .work-sec-eles .col3 {
    width: calc(100% / 2 - 40px);
    margin-bottom: 20px;
  }
  .work-sec-eles .col3 .num {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .work-sec-eles .col3 {
    width: 100%;
  }
  .work-sec-eles .col3:not(:last-child) {
    border-right: unset;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }
}

/* 福利厚生 */
.fukuri-wrap {
  display: flex;
  flex-wrap: wrap;
}
.fukuri-item {
  width: calc(100% / 3 - 41px);
  padding: 0 10px;
  padding: 20px;
  border-bottom: 1px solid #ccc;
}
.fukuri-item:not(:nth-child(3n)) {
  border-right: 1px solid #ccc;
}
.fukuri-item.border-none {
  border-bottom: 0;
}
.fukuri-item .ttl-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.fukuri-item .ttl-wrap .ttl {
  color: #86c634;
}
.fukuri-item .ttl-wrap .icon {
  margin-right: 20px;
  display: inline-block;
  width: 80px;
  height: 80px;
}
@media (max-width: 1180px) {
  .fukuri-item {
    width: calc(100% / 2 - 41px);
  }
  .fukuri-item:not(:nth-child(3n)) {
    border-right: unset;
  }
  .fukuri-item:not(:nth-child(2n)) {
    border-right: 1px solid #ccc;
  }
  .fukuri-item.border-none:nth-last-child(3) {
    border-bottom: 1px solid #ccc;
  }
}
@media (max-width: 767px) {
  .fukuri-item {
    width: 100%;
  }
  .fukuri-item:not(:nth-child(2n)) {
    border-right: 0;
  }
  .fukuri-item.border-none:nth-last-child(2) {
    border-bottom: 1px solid #ccc;
  }
  .fukuri-item .ttl-wrap .icon {
    width: 50px;
    height: 50px;
  }
}

/* 募集要項 */
.job-sec-eles:nth-child(1) {
  margin-bottom: 50px;
}
.job-sec-eles .dl .dl-flex {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #000;
}
.job-sec-eles .dl .dl-flex:last-child {
  border-bottom: 1px solid #000;
}
.job-sec-eles .dl dt,
.job-sec-eles .dl dd {
  padding: 20px 10px;
}
.job-sec-eles .dl dt {
  width: 20%;
  font-weight: 600;
}
.job-sec-eles .dl dd {
  width: 75%;
}
.job-sec-eles .dl ul {
  margin-left: 0;
}
/* 応募後の流れ */
.flow-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
.flow-list li {
  width: calc(100% / 4 - 60px);
  position: relative;
  border: 2px solid #245478;
  padding: 50px 10px 20px;
}
.flow-list li:not(:last-child):before {
  position: absolute;
  content: "";
  top: 50%;
  right: -35px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #245478;
  border-right: 0;
}
.flow-list li span {
  background: #245478;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 20px;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  line-height: 50px;
}
.flow-list li h5 {
  margin-bottom: 20px;
  border-bottom: 2px solid #245478;
  padding-bottom: 5px;
}
@media (max-width: 1180px) {
  .flow-list li {
    width: calc(100% / 2 - 60px);
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .flow-list li {
    width: 100%;
    margin-bottom: 70px;
    padding: 30px 10px 20px;
  }
  .flow-list li:not(:last-child):before {
    top: unset;
    right: unset;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
    border-top: unset;
    border-bottom: unset;
    border-left: unset;
    border-right: unset;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 15px solid #245478;
    border-bottom: 0;
  }
}

/* よくあるご質問 */
.faq {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}
.faq dt {
  padding: 15px 0 15px 20px;
  border-bottom: 1px solid #000;
  background: #eee;
  position: relative;
  user-select: none;
  cursor: pointer;
}
.faq dd {
  padding: 15px 20px 15px 20px;
  border-bottom: 1px solid #000;
  background: #fff;
  line-height: 2;
  display: none;
}
.faq dt::before,
.faq dt::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
}
.faq dt::before {
  right: 20px;
  width: 15px;
  height: 1px;
}
.faq dt::after {
  right: 27px;
  width: 1px;
  height: 15px;
  transition: .5s;
}
.faq dt.open::before,
.faq dt.open::after {
  transition: .5s;
  transform: rotate(180deg);
}
.faq dt.open::after {
  height: 0;
}
.faq .q,
.faq .a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  border: 1px solid #000;
  margin-right: 10px;
}
.faq .q {
  background: #fff;
}
.faq .a {
  color: #fff;
  background: #245478;
  margin-bottom: 10px;
}
@media (max-width: 1180px) {
  .faq dt {
    padding: 15px 40px 15px 20px;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .faq dt,
  .faq dd {
    position: relative;
  }
  .faq dt {
    padding: 15px 40px 15px 50px;
  }
  .faq dd {
    padding: 15px 20px 15px 50px;
  }
  .faq .q {
    position: absolute;
    top: 13px;
    left: 10px;
  }
  .faq .a {
    position: absolute;
    top: 13px;
    left: 10px;
  }
}

/* sidebar */
.side-btn-wrap {
  margin-bottom: 10px;
}
.oubo-btn-wrap {
  text-align: center;
}
.oubo-btn-wrap .oubo-btn {
  max-width: 230px;
}
.oubo-btn {
  width: 100%;
  display: inline-block;
  padding: 20px 20px 20px 10px;
  color: #fff !important;
  transition: .5s;
  background: #a72667;
  box-sizing: border-box;
  text-align: center;
}
.oubo-btn:hover {
  background: #6e1b46;
  transition: .5s;
  color: #fff !important;
}
.sidebar {
  opacity: 0;
  transition: .5s;
}
.sidebar.active {
  opacity: 1;
  transition: .5s;
}
.sidebar-sticky {
  position: sticky;
  top: 100px;
}
.sidebar-nav {
  border: 1px solid #000;
  padding: 20px;
}
.sidebar-nav ul {
  padding-left: 10px;
  margin: 0 !important;
}
.sidebar-nav p {
  color: #9da0a4;
  margin-bottom: 0 !important;
}
.sidebar-nav li a {
  color: #9da0a4;
}
.sidebar-nav li a:hover {
  color: #245478;
  font-weight: 600;
}
.sidebar-nav li a.current {
  color: #245478;
  font-weight: 600;
}
@media (max-width: 1180px) {
  .sidebar-sticky {
    top: 120px;
  }
}
@media (max-width: 767px) {
    .sidebar {
      display: none;
    }
}

/* 追加 */
.taC {
  text-align: center;
}
.add0202 .txt1 {
  font-size: 18px;
  font-weight: 600;
}
#header_slider .first_item .caption h2,
#header_slider .first_item .caption div {
  opacity: 1;
}

/* カスタムcss保存 */
/* TCDテーマカスタマイズ */
/* ページ上部へ戻るボタン */
@media screen and (max-width: 1920px) {
  #return_top2 {
      display: none;
  }
}

@media screen and (max-width: 1920px) {
  #return_top {
      display: block !important;
  }
}

/* ページタイトル縦幅調整 */
#post_title2 {
  height: 104px;
}
#post_title2 .title {
  height: 100px;
}

@media screen and (max-width: 1201px) {
  #post_title2 {
      margin: -20px 0px 40px 0 !important;
      height: 60px;
  }
  #post_title2 .title {
      height: 57px;
  }
}

@media screen and (max-width: 750px) {
  #post_title2 .title {
      height: 32px;
  }
  .use_mobile_header_fix #header:after {
      background: #fff !important;
  }
}

/* ページ上部へ戻るボタン */
#return_top.btn_bg_change a {
  background: #fff;
  color: #00729f;
}
#return_top.btn_bg_change a::before {
  color: #00729f;
  font-weight: bold;
}

/* 20231215 */
/* pdf1 */
#header {
background: #fff !important;
}

/* pdf11 */
.cb_content:last-of-type {
  padding-bottom: 0px;
}

/* pdf7 */
.footer_inner {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer_info_wrap {
  width: 30%;
}
.footer_logo_wrap {
  margin-bottom: 20px;
}
.footer_logo {
  width: 250px;
  height: auto;
}
.footer_address_wrap {
  margin-bottom: 20px;
}
.footer_address_wrap address p {
  font-style: normal;
  color: #fff;
  line-height: 1.5;
}
.footer_nav {
  width: calc(100% / 2 - 20px);
}
.footer_nav:nth-child(-n + 2) {
  margin-bottom: 50px;
}
.footer_nav_ttl {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}
.footer_nav_item:not(:last-child) {
  margin-bottom: 20px;
}
.footer_nav_link {
  color: #fff;
  transition: .5s;
}
.footer_nav_link:hover {
  color: #fff;
  transition: .5s;
}
.footer_contact_btn_wrap {
  width: 20%;
}
.footer_contact_item:not(:last-child) {
  margin-bottom: 20px;
}
.footer_contact_link {
  width: 180px;
  display: inline-block;
  padding: 20px 20px 20px 10px;
  color: #245478;
  border: 2px solid #fff;
  transition: .5s;
  background: #fff;
}
.footer_contact_link:hover {
  color: #fff;
  background: #245478;
  transition: .5s;
}
@media (max-width: 820px) {
  .footer_info_wrap {
    order: 1;
    width: 45%;
    margin-bottom: 50px;
  }
  .footer_nav_wrap {
    order: 3;
    width: 100%;
  }
  .footer_contact_btn_wrap {
    order: 2;
    width: 45%;
  }
}
@media (max-width: 767px) {
  .footer_info_wrap {
    width: 100%;
    margin-bottom: 50px;
  }
  .footer_contact_btn_wrap {
    width: 100%;
    margin-bottom: 50px;
  }
  .footer_logo {
    width: 200px;
  }
}

/* ------------------------------------------
footer修正前 */
#footer_menu .footer_menu {
  border-left: 0;
}
#footer_menu .footer_menu:last-of-type {
  border-right: 0;
}
#footer_menu .footer_menu a {
  color: #fff;
}
#footer_menu .footer_menu li:first-of-type a {
  color: #fff;
}
#footer_menu .footer_menu li:first-of-type a:hover {
  color: #fff;
}

/* pdf7 */
#header_logo a {
  background: none;
}
body.single #header:before {
display: none;
}

#header_logo a {
  transition: .5s;
  width: 250px;
  height: 80px;
}
#header_logo a:hover img {
  transition: .5s;
  opacity: 0;
}
#header_logo a:hover::before {
  position: absolute;
  content: "";
  top: -2px;
  left: -1px;
  transition: .5s;
  background: #225278 url(https://fidx.sakura.ne.jp/wp-content/themes/solaris_tcd088/img/common/logo-pc-on.jpg) no-repeat center / contain;
  width: 250px;
  height: 82px;
}
@media (max-width: 767px) {
  #header_logo a {
      height: 60px;
  }
}

.tab_content_bottom .design_button {
  margin-top: 0px;
}

/* 20240117 pdf4 */
@media (max-width: 767px) {
  #header_logo a:hover::before {
    background: #225278 url(https://fidx.sakura.ne.jp/wp-content/themes/solaris_tcd088/img/common/sp-on.webp) no-repeat center / contain;
    width: 60px;
    height: 60px;
    top: 0px;
    left: 0px;
  }
  #header_logo a {
    padding-left: 0;
  }
}

/* 20240219 */
.anchor {
  scroll-margin-top: 80px;
}

/* 20240226 */
@media (max-width: 767px) {
  .tab_content_top {
    padding: 120px 0;
  }
  .txt-pic {
    height: auto;
  }
  .staff_archive {
    height: auto;
  }
}
#cb_content_1 .tab_content_bottom .item_inner {
  margin-bottom: 100px;
}
#cb_content_5 .tab_content_top_inner {
  top: 150px;
}
.page-id-1409 .footer_contact_item:nth-child(1) .footer_contact_link {
  background: #a72667;
  color: #fff;
}
.page-id-1409 .footer_contact_item:nth-child(1) .footer_contact_link:hover {
  background: #fff;
  color: #a72667;
}
.faq-sec-eles {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .tab_content_bottom .image_area_inner {
    margin-bottom: 20px;
  }
  #cb_content_1 .tab_content_bottom .item_inner {
    margin-bottom: 30px;
  }
  #cb_content_5 .tab_content_bottom {
    padding: 10px 0 20px;
  }
  #cb_content_5 .tab_content_top {
    height: 360px;
  }
}

/* 20240822追加 */
/* 汎用css追加 */
.section:not(:last-child) {
  margin-bottom: 50px;
}
.media {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
.media-img-wrap {
  width: 50%;
}
.media-img-wrap img {
  width: 100%;
  height: auto;
}
.media-ele-wrap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .media {
    gap: 2rem;
    flex-wrap: wrap;
  }
  .media-img-wrap {
    width: 100%;
  }
  .media-ele-wrap {
    width: 100%;
  }
}
.ul1 {
  margin-left: 0 !important;
}
.ul1 li {
  position: relative;
  padding-left: 20px;
  list-style: none;
}
.ul1 li::before {
  position: absolute;
  content: '・';
  top: 0;
  left: 0;
}

.sp-none {
  display: block !important;
}
.sp-only {
  display: none !important;
}
.res-show {
  display: none;
}
@media screen and (max-width:1180px) {
  .res-show {
      display: block !important;
  }
}
@media screen and (max-width:767px) {
  .sp-only {
      display: block !important;
  }
  .sp-none {
      display: none !important;
  }
}

/* 採用ページ修正 */
.js-gallerySlider2 {
  margin: 5rem 0 6rem !important;
}
.js-gallerySlider2 .item {
  margin: 0 10px;
}
.js-gallerySlider2 .item img {
  height: 200px;
  object-fit: cover;
  border-radius: 5px;
}
.js-gallerySlider2 .slick-dots li button:before {
  font-size: 30px;
  line-height: 10px;
}
.slick-prev:before,
.slick-next:before {
  font-size: 30px;
  opacity: 1;
}
.js-gallerySlider2 .slick-prev {
  left: 15px;
  z-index: 1;
}
.js-gallerySlider2 .slick-next {
  right: 15px;
  z-index: 1;
}
.js-gallerySlider2 .slick-prev:before {
  content: '\f104';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.js-gallerySlider2 .slick-next:before {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .slick-prev:before,
  .slick-next:before {
    font-size: 20px;
  }
  .js-gallerySlider2 .item img {
    height: 120px;
  }
}

/* 採用ページ扉修正 */
.page-id-1648 #page_header {
  display: none;
}
.ul-recruit-door {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  background: #e7e6e6;
  padding: 20px;
  margin-left: 0 !important;
}
.ul-recruit-door li {
  width: calc(100% / 3 - 1.4rem);
  list-style: none;
  position: relative;
}
.ul-recruit-door li::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .7);
  transition: .5s;
  z-index: 1;
  opacity: 0;
}
.ul-recruit-door li:hover::before {
  transition: .5s;
  opacity: 1;
}
.ul-recruit-door .img-wrap {
  aspect-ratio: 4/3;
}
.ul-recruit-door .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.ul-recruit-door .txt-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  z-index: 2;
  text-align: center;
}
.ul-recruit-door li:hover .txt-wrap {
  opacity: 1;
  transition: .5s;
  visibility: visible;
}
.ul-recruit-door .txt-wrap p {
  color: #fff !important;
  font-size: 18px;
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  width: 180px;
  border: 3px solid #fff;
  font-weight: 900;
  margin-bottom: 0;
}
@media screen and (max-width: 1180px) {
  .ul-recruit-door {
    gap: 1rem;
  }
  .ul-recruit-door li {
    width: calc(100% / 2 - .5rem);
  }
}
@media screen and (max-width: 1180px) {
  .ul-recruit-door li {
    width: 100%;
  }
}

/* 社員紹介ページ */
.single-post-staff .section:not(:last-child) {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .single-post-staff .section:not(:last-child) {
    margin-bottom: 100px;
  }
}

/* staff-detail-sec */
.single-post-staff #main_col {
  padding: 120px 0 0 0;
}
.staff-detail-eles .catch-wrap {
  margin-bottom: 20px;
}
.staff-detail-eles .ele-wrap {
  margin-top: 50px;
  max-width: 350px;
}
.staff-detail-eles .ele-wrap .reki {
  padding-left: 1rem;
}
.staff-detail-eles .ele-wrap .ini-touji {
  padding-left: 1rem;
  display: flex;
  justify-content: space-between;
}
.staff-detail-eles .interview {
  color: #245478;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}
.staff-detail-eles .catch {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 10px;
  line-height: 2.2;
  background: #245478;
}
.staff-detail-eles .position {
  color: #245478;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.staff-detail-eles .reki {
  font-size: 22px;
  font-weight: 600;
  margin: 20px 0;
}
.staff-detail-eles .ini-touji {
  margin-bottom: 20px;
}
.staff-detail-eles .ini {
  font-weight: 600;
}
.staff-detail-eles .media-ele-wrap {
  position: relative;
}
.staff-detail-eles .change-wrap {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.staff-detail-eles .change-wrap .txt {
  font-weight: 600;
  margin-bottom: 10px;
}
.staff-detail-eles .before p,
.staff-detail-eles .after p {
  color: #fff;
}
.staff-detail-eles .before {
  background: #666465;
  padding: 20px;
  width: 50%;
}
.staff-detail-eles .after {
  background: #245478;
  padding: 20px;
  width: 50%;
}
.recruit-detail-btn-wrap a:nth-of-type(1) {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .staff-detail-eles .media {
    flex-direction: column-reverse;
    padding-top: 100px;
  }
  .staff-detail-eles .media-ele-wrap {
    position: static;
  }
  .staff-detail-eles .catch-wrap {
    position: absolute;
    top: 100px;
    left: 20px;
    margin-bottom: 0;
  }
  .staff-detail-eles .interview {
    font-size: 20px;
  }
  .staff-detail-eles .catch {
    font-size: 16px;
    line-height: 2.6;
  }
  .staff-detail-eles .change-wrap {
    position: static;
  }
  .recruit-detail-btn-wrap {
    margin-bottom: 150px;
  }
  .recruit-detail-btn-wrap a:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

/* staff-question-sec */
.section.staff-question-sec {
  margin-bottom: 0;
}
.dl-staff-question dt {
  background: #245478;
  color: #fff;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 500;
}
.dl-staff-question dt .count {
  display: inline-block;
  margin-right: 10px;
}
.dl-staff-question dt .num {
  font-size: 45px;
}
.dl-staff-question dd {
  padding: 20px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .dl-staff-question dt {
    font-size: 16px;
    padding: 10px;
  }
  .dl-staff-question dt .num {
    font-size: 30px;
  }
  .dl-staff-question dd {
    padding: 20px 10px 30px 10px;
  }
}

/* staff-schedule-sec */
.ul-staff-schedule {
  position: relative;
}
.ul-staff-schedule::before {
  position: absolute;
  content: "";
  top: 0;
  left: 45px;
  background: #245478;
  width: 3px;
  height: 100%;
  z-index: -1;
}
.ul-staff-schedule li {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  position: relative;
}
.ul-staff-schedule li:first-child::before {
  position: absolute;
  content: "";
  top: 0;
  left: 45px;
  background: #666465;
  width: 3px;
  height: 150px;
  z-index: 1;
}
.ul-staff-schedule li:last-child::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 45px;
  background: #fff;
  width: 3px;
  height: 100%;
  z-index: 1;
}
.ul-staff-schedule li:not(:last-child) {
  margin-bottom: 50px;
}
.ul-staff-schedule li p {
  line-height: 2;
}
.ul-staff-schedule .time-wrap {
  background: #245478;
  width: 100px;
  padding: 10px 20px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.ul-staff-schedule .ele-wrap {
  width: calc(100% - 100px);
}
.ul-staff-schedule li:first-child .time-wrap,
.ul-staff-schedule li:last-child .time-wrap {
  background: #666465;
}
.ul-staff-schedule .time-wrap p {
  color: #fff;
}
.ul-staff-schedule .ele-wrap h3 {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .ul-staff-schedule li {
    gap: 2rem;
  }
  .ul-staff-schedule li:not(:last-child) {
    margin-bottom: 30px;
  }
  .ul-staff-schedule li:first-child::before {
    height: 120px;
  }
}

/* staff-message-sec */
.staff-message-wrap h2 {
  background: #245478;
  color: #fff;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 500;
}
.staff-message-wrap h2 .count {
  display: inline-block;
  margin-right: 10px;
}
.staff-message-wrap h2 .num {
  font-size: 45px;
}
.staff-message-eles .media-img-wrap {
  max-width: 300px;
  aspect-ratio: 1/1;
}
.staff-message-eles .media-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.staff-message-eles .media-ele-wrap {
  width: 70%;
}
.staff-message-eles .media-ele-wrap p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .staff-message-eles .media {
    flex-direction: column-reverse;
  }
  .staff-message-eles .media-img-wrap {
    width: 100%;
    max-width: 100%;
  }
  .staff-message-eles .media-ele-wrap {
    width: 100%;
  }
  .staff-message-wrap h2 {
      font-size: 16px;
      padding: 10px;
    }
  .staff-message-wrap h2 .num {
      font-size: 30px;
    }
}

/* よくある質問 */
.switch {
  display: none;
}
.switch.active {
  display: block;
}
.ul-change-tab {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.ul-change-tab li {
  padding: 1rem;
  text-align: center;
  background: #fff;
  position: relative;
  width: calc(100% / 5);
  cursor: pointer;
  transition: .5s;
}
.ul-change-tab li:not(:last-child) {
  border-right: 1px solid #000;
}
.ul-change-tab li:has(+ li:hover) {
  border-right: 1px solid #fff;
}
.ul-change-tab li:hover:not(:last-child),
.ul-change-tab li.active:not(:last-child) {
  border-right: 1px solid #fff;
}
.ul-change-tab li.active {
  background: #245478;
  color: #fff;
}
.ul-change-tab li:not(.active):hover {
  background: #245478;
  color: #fff;
  transition: .5s;
}
.ul-change-tab li.active::after {
  position: absolute;
  content: "";
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-top: 15px solid #245478;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .ul-change-tab {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: .5rem;
  }
  .ul-change-tab li {
    width: calc(100% / 2 - 2.4rem);
    border: 1px solid #000 !important;
  }
  .ul-change-tab li.active::after {
    display: none;
  }
}

/* 外国為替取引所 (FX証券会社) */
.ul-developed-products {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0 !important;
}
.ul-developed-products li {
  list-style: none;
  width: calc(100% / 3);
  padding: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}
.ul-developed-products li.border-none {
  border-bottom: 0;
}
.ul-developed-products li:not(:nth-child(3n)) {
  border-right: 1px solid #ccc;
}
.dl-developed-products {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0 !important;
}
.dl-developed-products dt {
  width: 50px;
}
.dl-developed-products dd {
  width: calc(100% - 50px);
}
@media screen and (max-width: 820px) {
  .dl-developed-products dt {
    width: 50px;
  }
  .dl-developed-products dd {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ul-developed-products li {
    width: 100%;
  }
  .ul-developed-products li:not(:nth-child(3n)) {
    border-right: 0;
  }
  .ul-developed-products li.border-none:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
  }
}

/* 下層ページタイトル */
.h2-wrap {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.h2-wrap .ttl1 {
  font-size: 26px;
  color: #245478;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.h2-wrap .ttl1:after {
  position: absolute;
  content: "";
  border-bottom: solid 3px #245478;
  top: -23px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .h2-wrap .ttl1 {
    font-size: 20px;
    padding-bottom: 12px;
  }
}

/* トピックス一覧 */
.ul-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.ul-topics > li {
  width: calc(100% / 3 - 14px);
  position: relative;
  height: 360px;
}
.ul-topics .img-wrap {
  aspect-ratio: 2/1.2;
  overflow: hidden;
}
.ul-topics .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s;
}
.ul-topics > li:hover .img-wrap img {
  transform: scale(1.1);
  transition: .5s;
}
.ul-topics .ele-wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  background: #fff;
  padding: 20px;
  height: 150px;
}
.ul-topics .ele-wrap .time {
  color: #555;
  display: inline-block;
}
.ul-topics .ele-wrap .ttl {
  margin: 10px 0 20px;
}
.ul-topics .ele-wrap .cat {
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.ul-topics .ele-wrap .cat.beginner {
  background: #86C634;
}
.ul-topics .ele-wrap .cat.intermediate-student {
  background: #245478;
}
.ul-topics .ele-wrap .cat.advanced-student {
  background: #993366;
}
.ul-topics .ele-wrap .cat:hover {
  opacity: 1;
}
.ul-topics .ele-wrap .cat.beginner:hover {
  background: #689928;
}
.ul-topics .ele-wrap .cat.intermediate-student:hover {
  background: #17354D;
}
.ul-topics .ele-wrap .cat.advanced-student:hover {
  background: #662244;
}
.ul-tag {
  display: inline;
}
.ul-tag li {
  display: inline-block;
  border: 1px solid #666465;
  text-align: center;
  font-size: 12px;
  margin: 0 5px 5px 0;
}
.ul-tag li a {
  display: block;
  padding: 5px 10px;
}
.ul-tag li:hover {
  background: #666465;
}
.ul-tag li:hover a {
  opacity: 1;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .ul-topics > li {
    height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .ul-topics > li {
    width: 100%;
    height: 360px;
  }
}

/* 22. PC版+モバイル版　各お知らせページ 前後の記事の表示レイアウト */
.postid-1325 #news_next_prev_post {
  justify-content: flex-end;
}
.postid-1325 #news_next_prev_post .item:first-of-type {
  border-right: 0;
  border-left: 1px solid #ddd;
}

/* プライバシーポリシー */
.privacy-policy-wrap {
  border: 1px solid #ddd;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .privacy-policy-wrap {
    margin-bottom: 5rem;
  }
}

/* お問い合わせフォーム */
.ul-contact-flow {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 500px;
  margin-left: auto !important;
  margin: 0 auto;
}
.ul-contact-flow::before {
  position: absolute;
  content: "";
  background: #666465;
  width: 80%;
  height: 3px;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
}
.ul-contact-flow li {
  list-style: none;
  padding-top: 20px;
  position: relative;
}
.ul-contact-flow li::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid #245478;
  background: #fff;
}
.mw_wp_form_input .ul-contact-flow li:nth-child(1):before {
  background: #245478;
}
.mw_wp_form_confirm .ul-contact-flow li:nth-child(2):before {
  background: #245478;
}
.page-id-1425 .ul-contact-flow li:nth-child(3):before {
  background: #245478;
}
.contact-form-eles h2 {
  font-size: 28px;
  color: unset;
  display: block;
  padding-top: unset;
  text-align: center;
  background: #ccc;
  padding: 10px 0;
  margin-bottom: 0;
}
.contact-form-eles h2::after {
  display: none;
}
.dl-contact {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ccc;
}
.dl-contact dt,
.dl-contact dd {
  padding: 20px;
  box-sizing: border-box;
}
.dl-contact dt:not(:last-of-type),
.dl-contact dd:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.dl-contact dt {
  width: 250px;
  border-right: 1px solid #ccc;
}
.dl-contact dd {
  width: calc(100% - 250px);
}
.dl-contact .ninni,
.dl-contact .hissu {
  margin-right: 10px;
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
}
.dl-contact .ninni {
  background: #666465;
}
.dl-contact .hissu {
  background: #245478;
}
@media screen and (max-width: 767px) {
  .ul-contact-flow li::before {
    width: 15px;
    height: 15px;
    top: -8px;
  }
  .dl-contact dt,
  .dl-contact dd {
    padding: 10px;
  }
  .dl-contact dt {
    width: 150px;
  }
  .dl-contact dd {
    width: calc(100% - 150px);
  }
}

/* formリセット */
::placeholder {
  color: #ccc;
}
input[type="text"],
input[type="tel"],
input[type="email"] {
  width: 100%;
  padding: 0 1rem;
  border: 1px solid #ccc;
  height: 40px;
  box-sizing: border-box;
}
textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.contactbtn {
  font-size: 20px;
  padding: 10px 20px;
  width: 100%;
  max-width: 250px;
  text-align: center;
  background: #245478;
  color: #fff;
  border: 0;
}
.enter .contactbtn {
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}
.back .contactbtn {
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 10% 100%, 0 50%);
  margin-right: 20px;
}
.contactbtn:hover {
  background: #17354D;
  color: #fff;
  transition: 0;
}
@media screen and (max-width: 767px) {
  .contactbtn {
    font-size: 18px;
    max-width: 200px;
  }
  .page-id-1967 .contactbtn {
    max-width: 150px;
  }
}

/* 確認画面 */
.page-id-1967 #page_header {
  display: none;
}
/* 確認画面 */
.page-id-2035 #page_header {
  display: none;
}
.page-id-2035 .dl-contact {
  position: relative;
}
.page-id-2035 .dl-contact::after {
  content: "※ご入力いただいた内容に不備があります。入力内容をご確認ください。";
  color: #B70000;
  text-align: center;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

/* 完了画面 */
.complete-check {
  text-align: center;
}
.complete-check i {
  font-size: 100px;
  line-height: 1;
  color: #00466d;
}
.complete-check .txt {
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .complete-check i {
    font-size: 50px;
  }
  .complete-check .txt {
    font-size: 20px;
  }
}

/* トピックス詳細 */
.page-column2 {
  display: flex;
  justify-content: space-between;
}
.page-column2 .article {
  width: 65%;
}
.page-column2 .aside {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .page-column2 {
    flex-wrap: wrap;
  }
  .page-column2 .article {
    width: 100%;
    margin-bottom: 50px;
  }
  .page-column2 .aside {
    width: 100%;
  }
}

.ttl-sidebar {
  font-size: 20px;
  background:linear-gradient(transparent 50%, #ccc 50%);
  margin-bottom: 20px;
}
.tab-wrap {
  margin-bottom: 30px;
}
.ul-tab-list {
  display: flex;
}
.ul-tab-list li {
  width: calc(100% / 2);
  text-align: center;
  position: relative;
  cursor: pointer;
  padding: 20px 0;
  border-top: 1px solid #245478;
  border-bottom: 1px solid #245478;
}
.ul-tab-list li:not(.active):first-child {
  border-left: 1px solid #245478;
}
.ul-tab-list li:not(.active):last-child {
  border-right: 1px solid #245478;
}
.ul-tab-list li.active {
  background: #245478;
  color: #fff;
}
.ul-tab-list li.active::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #245478;
  border-bottom: 0;
}
.ul-tab-list li:not(:last-child) {
  border-right: 1px solid #181818;
}
@media screen and (max-width: 767px) {
  .ul-tab-list li {
    width: calc(100% / 3);
    padding: 15px 0;
  }
}

.topics-wrap {
  margin-bottom: 50px;
}
.ul-sidebar-topics {
  display: none;
}
.ul-sidebar-topics.active {
  display: block;
}
.ul-sidebar-topics li {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.ul-sidebar-topics li:not(:last-child) {
  margin-bottom: 20px;
}
.ul-sidebar-topics li a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ul-sidebar-topics .img-wrap {
  aspect-ratio: 2/1.2;
  max-width: 150px;
}
.ul-sidebar-topics .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ul-sidebar-topics .ele-wrap p {
  line-height: 1.5;
}
.ul-sidebar-topics {
  counter-reset: num 0;
}
.ul-sidebar-topics li.popular {
  position: relative;
}
.ul-sidebar-topics li.popular::before {
  position: absolute;
  display: inline-block;
  counter-increment: num 1;
  content: '0' counter(num);
  line-height: 1;
  top: 0;
  left: 0;
  font-weight: 400;
  padding: 5px 10px;
  color: #fff;
  background: #993366;
}
.ul-sidebar-topics li.popular:nth-child(1):before {
  background: #fa0;
}
.ul-sidebar-topics li.popular:nth-child(2):before {
  background: #bbb;
}
.ul-sidebar-topics li.popular:nth-child(3):before {
  background: #930;
}
.ul-sidebar-topics li.popular:last-child:before {
  content: counter(num);
}
.ul-sidebar-topics li.popular:nth-child(n + 4)::before {
  background: #245478;
}
@media screen and (max-width: 1180px) {
  .ul-sidebar-topics li a {
    flex-wrap: wrap;
  }
  .ul-sidebar-topics .img-wrap {
    max-width: 100%;
  }
  .ul-sidebar-topics .ele-wrap {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ul-sidebar-topics .img-wrap {
    max-width: 150px;
  }
  .ul-sidebar-topics .ele-wrap {
    max-width: calc(100% - 160px);
  }
}

.ul-chosya {
  display: flex;
  gap: 0 10px;
}
.ul-chosya li:hover {
  text-decoration: underline;
}
.aside .tag-wrap {
  margin-bottom: 50px;
}
.aside .chosya-wrap {
  margin-bottom: 50px;
}
.searchform {
  position: relative;
  overflow: hidden;
}
.searchfield {
  box-sizing: border-box;
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #ccc;
  background: #fff;
}
.searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px;
  display: block;
  color: #fff;
  background: #00466d;
  border: none;
  cursor: pointer;
}
.meta_top .meyasu {
  color: #999;
  font-size: 13px;
}
.meta_top .meyasu i {
  margin-right: 5px;
  display: inline-block;
}
.first-txt-wrap {
  margin: 50px 0;
}
.first-txt-wrap p {
  line-height: 2.4;
}
.topics-content h2 {
  padding-left: 15px;
  position: relative;
  font-weight: 500;
}
.topics-content h2::before {
  position: absolute;
  content: "";
  background: #245478;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
}
.topics-content h2::after {
  position: absolute;
  content: "";
  background: #ccc;
  width: 100%;
  height: 1px;
  bottom: -5px;
  left: 0;
}
.topics-content h3 {
  padding-left: 15px;
  border-left: 5px solid #245478;
  font-size: 20px !important;
  font-weight: 500;
  color: unset !important;
}
@media screen and (max-width: 767px) {
  .topics-content h2,
  .topics-content h3 {
    margin-bottom: 20px !important;
  }
  .meta_top .meyasu {
    font-size: 11px;
    padding-left: 10px;
  }
}

.ul-relation-post {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
}
.ul-relation-post li {
  width: calc(100% / 3 - 7px);
}
.ul-relation-post .img-wrap {
  aspect-ratio: 2/1.2;
  margin-bottom: 10px;
}
.ul-relation-post .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ul-relation-post .ele-wrap h3 {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

/* ぱんクズ */
.breadcrumb-wrap {
  width: 100%;
  color: #245478;
  max-width: 1150px;
  position: absolute;
  top: 15px;
  left: 140px;
  z-index: 1;
}
.breadcrumb-wrap span {
  font-size: 14px;
  padding: 0 5px;
  position: relative;
}
.breadcrumb-wrap a:hover {
  opacity: 1;
  color: #000;
}
.breadcrumb-wrap span[typeof="ListItem"]:last-child span {
  font-weight: 600;
}
#container::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background:#ddd;
  top: 50px;
  left: 0;
}
@media screen and (max-width: 820px) {
  .breadcrumb-wrap {
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  #container::before {
    display: none;
  }
  .breadcrumb-wrap {
    border-bottom: 1px solid #ddd;
    left: 0;
    padding: 0 .5rem 1rem;
    box-sizing: border-box;
    line-height: 1.5;
  }
}

/* sp時ページ上部余白対応 */
@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  body.page #main_col {
    padding-top: 80px !important;
  }
  body.page-id-1409 #main_col {
    padding-top: 0px !important;
  }
  #single_news {
    padding-top: 100px;
  }
  #main_col {
    padding: 100px 0 0 0 !important;
  }
}

@media screen and (max-width: 1201px) {
  #side_col {
    display: none;
  }
}

/* お問い合わせ未入力時 */
.dl-contact input[type="text"]:has(+ .error),
.dl-contact textarea:has(+ .error) {
  border: 1px solid #B70000;
}

.ttl2 {
    font-size: 20px !important;
    font-weight: 600;
    background: linear-gradient(transparent 60%, #24547826 60%);
}
@media screen and (max-width: 767px) {
  .ttl2 {
      font-size: 18px !important;
  }
}

/* ページネーション */
.pagination {
  text-align: center;
}
.page-numbers {
  display: none;
}
.page-numbers.prev,
.page-numbers.next {
  display: inline-block;
  border: 1px solid #000;
  padding: .5rem 4rem;
}
@media screen and (max-width: 767px) {
  .page-numbers.prev,
  .page-numbers.next {
    padding: .5rem 2rem;
  }
}


.post_content h3 {
  color: #245478;
}