@charset "utf-8";
/*
Theme Name:ISSUE
Theme URI:https://tcd-theme.com/tcd106/
Description:WordPress theme "ISSUE" is a template for recruitment websites. It features memorable animations and rich leading line design, and it has options to produce staff introductions, dialogue contents, interview articles, and so on.
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.5.3
Text Domain:tcd-issue
*/


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

@font-face {
  font-family: 'sns_icon';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url('fonts/sns_icon.woff?v=1.0') format('woff');
}


/* ----------------------------------------------------------------------
 reset css
---------------------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-word;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a:focus {
  outline: none;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

button,
input,
select,
textarea {
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

input,
textarea {
  background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
  -webkit-appearance: none;
  border-radius: 0;
  /* Removing the inner shadow, rounded corners on iOS inputs */
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

input[type="radio"] {
  -webkit-appearance: radio;
}

button {
  appearance: none;
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

iframe {
  max-width: 100%;
}

svg {
  display: block;
}

*:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

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

/* chromeで画像を縮小した際にぼやけるのを防止 */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}


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

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


/* ----------------------------------------------------------------------
 基本設定
---------------------------------------------------------------------- */
html {
  height: 100%;
  position: relative;
  overflow-x: hidden;
}

body {
  min-height: 100%;
  line-height: 1;
  width: 100%;
  position: relative;
  overscroll-behavior-y: none;
  -webkit-font-smoothing: antialiased;
}

body.admin-bar {
  padding-top: 32px;
}

a {
  color: #000;
  text-decoration: none;
}

.post_content a,
.textwidget a {
  color: var(--content_link_color);
}

.widget_block a {
  color: #000;
  text-decoration: none;
}

@media(hover: hover) {
  a:hover {
    color: var(--main_color);
  }

  .post_content a:hover {
    color: var(--content_link_color);
  }

  .widget_block a:hover,
  .textwidget a:hover {
    /*color:var(--content_link_color_light);*/
    text-decoration: underline;
  }

  .widget_block a:hover {
    color: #999;
    text-decoration: none;
  }
}

a,
a:before,
a:after,
input {
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.clear {
  clear: both;
}

.hide {
  display: none;
}

.post_content {
  word-wrap: break-word;
}

a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none !important;
}

.mobile_device a[href^="tel:"] {
  pointer-events: auto;
}


/* レイアウト */
#container {
  position: relative;
  z-index: 1;
  overscroll-behavior-y: none;
}

#main_content {
  width: 1056px;
  margin: 0 auto;
  padding: 20px 0 150px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#main_col {
  width: calc(100% - 341px);
}

#side_col {
  width: 300px;
  position: relative;
  display: flex;
  flex-direction: column;
}

body.show_sidebar_left #main_content {
  flex-direction: row-reverse;
}

body.home #container {
  margin-top: -100px;
}


/* 文字サイズとフォントタイプ */
body,
input,
textarea {
  font-size: var(--content_font_size);
  font-family: var(--content_font_type);
}

.rich_font,
.p-vertical {
  font-size: var(--catch_font_size);
  font-family: var(--catch_font_type);
}

.rich_font_type1 {
  font-family: var(--font_family_type1);
  font-weight: 600;
}

.rich_font_type2 {
  font-family: var(--font_family_type2);
  font-weight: 600;
}

.rich_font_type3 {
  font-family: var(--font_family_type3);
  font-weight: 600;
}

@media screen and (max-width:1200px) {

  .rich_font,
  .p-vertical {
    font-size: calc(var(--catch_font_size) + var(--catch_font_size_sp) / 2);
  }
}

@media screen and (max-width:800px) {
  body {
    font-size: var(--content_font_size_sp);
  }

  .rich_font,
  .p-vertical {
    font-size: var(--catch_font_size_sp);
  }
}




/* ----------------------------------------------------------------------
 共通パーツ
---------------------------------------------------------------------- */
/* メインカラーを文字に適用 */
.main_color {
  color: var(--main_color) !important;
}


/* デザインボタン */
.design_button {
  width: 300px;
  height: 70px;
  border-radius: 70px;
  line-height: 1.5;
  padding: 0 1.5em;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  z-index: 1;
  color: #fff !important;
  border: 1px solid var(--main_color);
  background: var(--main_color);
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

@media(hover: hover) {
  .design_button:hover {
    color: #fff !important;
    text-decoration: none !important;
    background: var(--main_color_light);
    border-color: var(--main_color_light) !important;
  }
}


/* デザイン見出し */
.design_header {
  text-align: center;
  margin-bottom: 50px;
  margin-top: -10px;
}

.design_header .catch {
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

.design_header .desc p {
  font-size: 18px;
  line-height: 2.4;
}

.design_header .desc p.mobile {
  display: none;
}

.design_header .catch+.desc {
  margin-top: 15px;
}


/* swiperの矢印ナビ */
.swiper-nav-button {
  width: 70px !important;
  height: 70px !important;
  border: none;
  border-radius: 100%;
  background: #fff;
  z-index: 200;
}

.swiper-button-prev {
  left: -35px;
  right: auto;
}

.swiper-button-next {
  left: auto;
  right: -35px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-next:before,
.swiper-button-prev:before {
  font-family: 'normal_icon';
  font-size: 16px;
  top: 2px;
  position: relative;
  color: #000;
  -webkit-font-smoothing: antialiased;
  transition: color 0.25s ease !important;
}

.swiper-button-prev:before {
  content: '\e904';
  left: 0px;
}

.swiper-button-next:before {
  content: '\e901';
  right: 0px;
}

.swiper-button-disabled {
  opacity: 0 !important;
  pointer-events: auto !important;
}

@media(hover: hover) {
  .swiper-nav-button:hover:before {
    color: #aaa;
  }
}


/* swiperの矢印（小さいver）*/
.swiper-nav-button.type2 {
  width: 50px;
  height: 50px;
  background: none;
}

.swiper-nav-button.type2.swiper-button-next:before,
.swiper-nav-button.type2.swiper-button-prev:before {
  color: rgba(255, 255, 255, 0.5);
  top: -1px;
}

.swiper-nav-button.type2.swiper-button-prev {
  left: -5px;
}

.swiper-nav-button.type2.swiper-button-next {
  right: -5px;
}

.swiper-nav-button.type2.swiper-button-prev:before {
  content: '\e90f';
  left: 0px;
}

.swiper-nav-button.type2.swiper-button-next:before {
  content: '\e910';
  right: 0px;
}

@media(hover: hover) {
  .swiper-nav-button.type2.swiper-nav-button:hover:before {
    color: #fff;
  }
}


/* マウスストーカー */
.mouse_stalker_element {
  position: relative;
  overflow: hidden;
}

.mouse_stalker_target {
  color: #000;
  font-weight: 500;
  line-height: 1.6;
  background: #fff;
  padding: 20px;
  width: 250px;
  border-radius: 5px;
  position: absolute;
  z-index: 9999;
  /* マウスストーカー移動時のスタイル */
  --tcd-stalker-position-x: 50%;
  --tcd-stalker-position-x--min: 125px;
  --tcd-stalker-position-x--max: 215px;
  --tcd-stalker-position-y: 50%;
  --tcd-stalker-position-y--min: 33px;
  --tcd-stalker-position-y--max: 438px;
  --tcd-stalker-position-margin: 10px;
  /* エリアの余白 */
  left: clamp(calc(var(--tcd-stalker-position-x--min) + var(--tcd-stalker-position-margin)), var(--tcd-stalker-position-x), calc(var(--tcd-stalker-position-x--max) - var(--tcd-stalker-position-margin)));
  top: clamp(calc(var(--tcd-stalker-position-y--min) + var(--tcd-stalker-position-margin)), var(--tcd-stalker-position-y), calc(var(--tcd-stalker-position-y--max) - var(--tcd-stalker-position-margin)));
  margin-left: calc(var(--tcd-stalker-position-x--min) * -1);
  margin-top: calc(var(--tcd-stalker-position-y--min) * -1);
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

/* マウスストーカー非表示時のスタイル */
.mouse_stalker_target:not(.is-active) {
  opacity: 0 !important;
  visibility: hidden;
  top: 50% !important;
  left: 50% !important;
  transition: all 1s ease, opacity 0.1s ease;
}




/* ----------------------------------------------------------------------
 トップページ ヘッダースライダー
---------------------------------------------------------------------- */
#header_slider_container {
  height: 100vh;
  height: 100svh;
  width: 100%;
  position: relative;
  overflow: hidden;
}

#header_slider_wrap {
  width: 100%;
  height: 100vh;
  height: 100svh;
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

body.hide_header_slider_container #header_slider_wrap {
  opacity: 0;
  pointer-events: none;
}


/* スライダーエリア */
#header_slider {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

#header_slider .swiper-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
}

#header_slider .item {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

#header_slider .bg_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

#header_slider .bg_image img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  object-fit: cover;
}


/* キャッチコピー */
#header_slider_content {
  color: #fff;
  position: absolute;
  left: 70px;
  bottom: 60px;
  z-index: 1000;
}

#header_slider_wrap.content_position_type2 #header_slider_content {
  left: auto;
  bottom: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 100px;
}

#header_slider_content .catch {
  line-height: 1.4;
  position: relative;
}

#header_slider_content .desc {
  line-height: 2.4;
  font-size: 18px;
  margin: 15px 0 0 0;
  font-weight: 600;
  opacity: 0;
  transition: opacity 1.0s ease 0.5s;
}

body.end_catch_animation #header_slider_content .desc {
  opacity: 1;
}

body.no_first_view_animation #header_slider_content .desc {
  opacity: 1;
}

#header_slider_wrap.catch_animation_type1 .catch span {
  opacity: 0;
  transform: scale(1.2) translate3d(20px, 20px, 0px);
  display: inline-block;
  position: relative;
}

#header_slider_wrap.catch_animation_type1 .catch span.animate {
  opacity: 1;
  transform: scale(1) translate3d(0px, 0px, 0px);
  transition: opacity 0.5s ease 0.5s, transform 0.5s ease-out 0.5s;
}

body.no_first_view_animation #header_slider_wrap.catch_animation_type1 .catch span {
  opacity: 1;
  transform: scale(1) translate3d(0px, 0px, 0px);
}

#header_slider_wrap.catch_animation_type2 .catch span {
  opacity: 0;
  filter: blur(20px);
}

#header_slider_wrap.catch_animation_type2 .catch span.animate {
  opacity: 1;
  filter: blur(0px);
  transition: opacity 1.0s ease 0.5s, filter 1.0s ease-out 0.5s;
}

body.no_first_view_animation #header_slider_wrap.catch_animation_type2 .catch span.animate {
  opacity: 1;
  filter: blur(0px);
}

#header_slider_wrap.catch_animation_type3 .catch span {
  display: block;
}

#header_slider_wrap.catch_animation_type3 .catch span.first_item {
  opacity: 0;
}

#header_slider_wrap.catch_animation_type3 .catch span.second_item {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

body.no_first_view_animation #header_slider_wrap.catch_animation_type3 .catch span.first_item {
  opacity: 1;
}

body.no_first_view_animation #header_slider_wrap.catch_animation_type3 .catch span.second_item {
  display: none;
}

body:not(.no_first_view_animation) #header_slider_wrap.catch_animation_type3 .catch.animate span.first_item {
  animation: catch_animation_type3_item1 0.4s ease-in 0.5s forwards;
}

body:not(.no_first_view_animation) #header_slider_wrap.catch_animation_type3 .catch.animate span.second_item {
  animation: catch_animation_type3_item2 0.6s ease-in 0.6s forwards;
}

#header_slider_wrap .catch span.blank {
  width: 0.3em;
}

@keyframes catch_animation_type3_item1 {
  0% {
    transform: scale(1.6);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes catch_animation_type3_item2 {
  0% {
    transform: scale(1.8);
    opacity: 0;
  }

  50% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}


/* 告知 */
#header_slider_notice {
  color: #fff;
  position: absolute;
  right: 120px;
  top: 120px;
  z-index: 10;
  text-align: center;
  line-height: 1.6;
  font-size: 18px;
  font-weight: 600;
  opacity: 0;
  transition: opacity 1.0s ease 0.5s;
}

#header_slider_notice.no_news_ticker {
  bottom: 60px;
}

#header_slider_notice .content {
  display: block;
  transform: translate3d(-5%, 0, 0);
  color: #fff;
  transition: color 0.25s ease 0s;
}

#header_slider_notice .content .inner {
  border-radius: 100%;
  min-height: 180px;
  min-width: 180px;
  max-width: 220px;
  ;
  aspect-ratio: 1 /1;
  border: 4px solid #fff;
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  transform: translate3d(0, -5%, 0);
}

#header_slider_notice .content.no_link {
  pointer-events: none;
}

body.start_first_animation #header_slider_notice {
  opacity: 1;
}

body.no_first_view_animation #header_slider_notice {
  opacity: 1;
}

body.start_first_animation:not(.no_first_view_animation) #header_slider_notice .content {
  animation: wobbling_x 7.2s ease-in-out infinite alternate-reverse 0.5s;
}

body.start_first_animation:not(.no_first_view_animation) #header_slider_notice .content .inner {
  animation: wobbling_y 1.8s ease-in-out infinite alternate-reverse 0.5s;
}

body.no_first_view_animation #header_slider_notice .content {
  animation: wobbling_x 7.2s ease-in-out infinite alternate-reverse 0s;
}

body.no_first_view_animation #header_slider_notice .content .inner {
  animation: wobbling_y 1.8s ease-in-out infinite alternate-reverse 0s;
}

@keyframes wobbling_x {
  0% {
    transform: translate3d(-5%, 0, 0);
  }

  100% {
    transform: translate3d(5%, 0, 0);
  }
}

@keyframes wobbling_y {
  0% {
    transform: translate3d(0, -5%, 0);
  }

  100% {
    transform: translate3d(0, 5%, 0);
  }
}

@media(hover: hover) {
  #header_slider_notice .content:not(.no_link):hover {
    color: rgba(255, 255, 255, 0.7);
  }
}


/* 背景画像のアニメーション（フェードタイプ） */
#header_slider .item.p-effect-slidein .bg_image,
#header_slider .item.p-effect-slidein.p-effect-reverse .bg_image {
  transform: translate3d(0, 0, 0);
  transition-property: transform;
}

#header_slider .item.p-effect-slideout .bg_image {
  transform: translate3d(0, 0, 0);
  transition-property: transform;
}

#header_slider .item.p-effect-reverse .bg_image {
  transform: translate3d(0, 0, 0);
}

#header_slider .item.p-effect-slideout.p-effect-reverse .bg_image {
  transform: translate3d(0, 0, 0);
  transition-property: transform;
}


/* ズームアウト */
#header_slider.animation_type_zoom_out .bg_image img {
  transform: scale(1.4);
}

#header_slider.animation_type_zoom_out .item.p-effect-slidein .bg_image img {
  transform: scale(1);
  transition: transform 1.5s cubic-bezier(.075, .82, .165, 1) 0s;
}

#header_slider.animation_type_zoom_out .item.p-effect-slideout .bg_image img {
  transform: scale(1);
  transition: transform 1.5s cubic-bezier(.075, .82, .165, 1) 0s;
}


/* ズームイン */
#header_slider.animation_type_zoom_in .bg_image img {
  transform: scale(1);
}

#header_slider.animation_type_zoom_in .item.p-effect-slidein .bg_image img {
  transform: scale(1.2);
  transition: transform 1.5s cubic-bezier(.075, .82, .165, 1) 0s;
}

#header_slider.animation_type_zoom_in .item.p-effect-slideout .bg_image img {
  transform: scale(1.2);
  transition: transform 1.5s cubic-bezier(.075, .82, .165, 1) 0s;
}


/* 動画 */
#header_slider .bg_video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  pointer-events: none;
}

#header_slider .bg_youtube {
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

#header_slider .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}


/* ニュースティッカー */
#news_ticker {
  width: 350px;
  height: 100px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 10;
  opacity: 0;
  transition: opacity 1.0s ease 0.5s;
}

body.start_first_animation #news_ticker {
  opacity: 1;
}

body.no_first_view_animation #news_ticker {
  opacity: 1;
}

#news_ticker .post_list {}

#news_ticker a {
  display: block;
  position: relative;
}

#news_ticker .item_inner {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 30px;
}

#news_ticker .date {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  transition: color 0.25s ease;
  width: 110px;
  flex: 0 0 110px;
  display: block;
  position: relative;
  padding-left: 20px;
  margin: 0 0 20px 0;
}

#news_ticker .date:before {
  font-family: 'normal_icon';
  content: '\e903';
  font-size: 17px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
}

#news_ticker .title {
  color: #fff;
  transition: color 0.25s ease;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  visibility: visible;
}

body.hide_blog_date #news_ticker.post_type_post .date {
  display: none;
}

@media(hover: hover) {

  #news_ticker a:hover .title,
  #news_ticker a:hover .date {
    color: rgba(255, 255, 255, 0.7);
  }
}


/* その他 */
body.home #header {
  opacity: 0.001;
  transition: opacity 1.0s ease 0.5s, background 0.25s ease, box-shadow 0.25s ease;
}

body.home.start_first_animation #header {
  opacity: 1;
}

body.home.no_first_view_animation #header {
  opacity: 1;
}




/* ----------------------------------------------------------------------
 コンテンツビルダー
---------------------------------------------------------------------- */
#content_builder {
  background: #fff;
  position: relative;
  z-index: 2;
}

#content_builder .link_button {
  text-align: center;
  margin-top: 100px;
}

.cb_design_header {
  margin-bottom: 100px;
}

.cb_design_header .headline {
  text-align: center;
  font-size: var(--headline_font_size);
  font-family: var(--headline_font_type);
  font-weight: 600;
  line-height: 1;
}

.cb_design_header .sub_title {
  text-align: center;
  font-size: 24px;
  line-height: 1;
  margin-top: 15px;
  font-weight: 600;
}

.cb_white_bg {
  padding: 150px 0;
}

.cb_white_bg+.cb_white_bg {
  padding-top: 0;
}


/* inview　スライド用アニメーション */
.inview {
  position: relative;
  transform: translate3d(0, 30px, 0);
  opacity: 0;
  transition: opacity 1.4s ease 0s, transform 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}

.inview.animate {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}


/* バナー */
.cb_banner {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: -1px;
}

.cb_banner .link {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.cb_banner .content {
  color: #fff;
  width: 100%;
  padding: 0 100px;
  z-index: 3;
  text-align: center;
}

.cb_banner .catch {
  line-height: 1.4;
  font-size: var(--catch_font_size);
  font-family: var(--catch_font_type);
  transition: color 0.25s ease;
  font-weight: 600;
}

.cb_banner .catch.mobile {
  display: none;
}

.cb_banner .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.cb_banner .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.cb_banner .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.cb_banner .link:before {
  opacity: 0;
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: opacity 0.25s ease;
}

.cb_banner .link:hover:before {
  opacity: 1;
}

.cb_banner .content .desc {
  line-height: 2.6;
  font-weight: 600;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: inherit;
  width: 800px;
  margin: 0 auto;
  text-align: left;
}

.cb_banner .content .desc .mobile {
  display: none;
}

.cb_banner .content .catch+.desc {
  margin-top: 25px;
}


/* スクロールコンテンツ */
.scroll_content_space {
  height: 90px;
  display: block;
  position: relative;
}

.scroll_content {
  color: #fff;
  width: 100%;
  position: relative;
}

.scroll_content_inner {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: 5;
  overflow: hidden;
}

body.header_type2 .scroll_content_inner {
  height: calc(100vh - 80px);
  top: 80px;
}

.scroll_content_section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.scroll_content_section:not(.active) {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.7s ease 0.2s;
}

.scroll_content_section.active {
  z-index: 2;
}

.scroll_content_nav {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  z-index: 5;
}

.scroll_content.one_content .scroll_content_nav {
  display: none;
}

.scroll_content_nav_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.scroll_content_nav_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  color: #fff;
  font-size: 18px;
  border-radius: 100%;
  transition: color 0.1s ease, background 0.1s ease;
}

.scroll_content_nav_item.active {
  color: #000;
  background: #fff;
}

.scroll_content_spacer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  scroll-snap-type: y mandatory;
}

.scroll_content_spacer_item {
  flex: 1;
  scroll-snap-align: start;
}

.scroll_content_spacer_item:last-child {
  flex: 2;
}


/* スクロールコンテンツ（メイン） */
.scroll_content_section .bg_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.scroll_content_section .bg_image.mobile {
  display: none;
}

.scroll_content_section .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.scroll_content_section .content {
  z-index: 3;
  width: 800px;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.scroll_content.active .scroll_content_section.active .content {
  opacity: 1;
}

.scroll_content .scroll_content_section.displayed .content {
  opacity: 1;
}

.scroll_content_section .content .headline {
  text-align: center;
  font-size: var(--headline_font_size);
  font-family: var(--headline_font_type);
  font-weight: 600;
  line-height: 1;
}

.scroll_content_section .content .sub_title {
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  margin-top: 10px;
  font-weight: 600;
}

.scroll_content_section .content .headline+.catch,
.scroll_content_section .content .headline+.desc {
  margin-top: 85px;
}

.scroll_content_section .content .sub_title+.catch,
.scroll_content_section .content .sub_title+.desc {
  margin-top: 85px;
}

.scroll_content_section .content .catch {
  text-align: center;
  line-height: 1.4;
  font-size: var(--catch_font_size);
  font-family: var(--catch_font_type);
}

.scroll_content_section .content .desc {
  line-height: 2.6;
  font-weight: 600;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.scroll_content_section .content .desc .mobile {
  display: none;
}

.scroll_content_section .content .desc a {
  color: #fff;
  text-decoration: underline;
}

@media(hover: hover) {
  .scroll_content_section .content .desc a:hover {
    color: rgba(255, 255, 255, 0.7);
  }
}

.scroll_content_section .content .catch+.desc {
  margin-top: 25px;
}

.scroll_content_section .content .link_button {
  margin-top: 85px !important;
}

.scroll_content_section .content .link_button.type2 {
  margin-top: 35px !important;
}

.scroll_content_section .content .circle_image {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 100%;
  margin: 0 0 40px;
  opacity: 1;
  transition: unset !important;
}

.scroll_content_section .content .circle_image_inner {
  clip-path: circle(0% at 50% 50%);
  border-radius: 100%;
  z-index: 1;
  max-width: 440px;
  max-height: 440px;
  aspect-ratio: 1 /1;
  display: block;
  margin: 0 auto;
  box-sizing: content-box;
  position: relative;
  overflow: hidden;
}

.scroll_content_section .content .circle_image_inner img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-height:1100px) {
  .scroll_content_section .content .circle_image_inner {
    max-width: 350px;
    max-height: 350px;
  }
}

@media screen and (max-height:1000px) {
  .scroll_content_section .content .circle_image_inner {
    max-width: 300px;
    max-height: 300px;
  }
}


/* スクロールコンテンツ（アニメーション） */
@media screen and (min-width:801px) {
  .scroll_content .content .item {
    opacity: 0;
    transition: opacity 0.5s ease;
  }

  .scroll_content.active .scroll_content_section.active .item:nth-child(1) {
    opacity: 1;
    transition: opacity 1.5s ease 0.3s;
  }

  .scroll_content.active .scroll_content_section.active .item:nth-child(2) {
    opacity: 1;
    transition: opacity 1.5s ease 0.6s;
  }

  .scroll_content.active .scroll_content_section.active .item:nth-child(3) {
    opacity: 1;
    transition: opacity 1.5s ease 0.9s;
  }

  .scroll_content.active .scroll_content_section.active .item:nth-child(4) {
    opacity: 1;
    transition: opacity 1.5s ease 1.2s;
  }

  .scroll_content.active .scroll_content_section.active .item:nth-child(5) {
    opacity: 1;
    transition: opacity 1.5s ease 1.5s;
  }

  .scroll_content.active .scroll_content_section.active .item:nth-child(6) {
    opacity: 1;
    transition: opacity 1.5s ease 1.8s;
  }

  .scroll_content.active .scroll_content_section.active .content .circle_image_inner {
    animation: scroll_content_image_animation 2.5s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards;
  }

  .scroll_content_section {
    transition: opacity 0.7s ease;
  }

  @keyframes scroll_content_image_animation {
    from {
      clip-path: circle(0% at 50% 50%);
    }

    to {
      clip-path: circle(100% at 50% 50%);
    }
  }

  .scroll_content .scroll_content_section.displayed .content .item {
    opacity: 1 !important;
  }

  .scroll_content .scroll_content_section.displayed .content .circle_image_inner {
    animation: none !important;
    clip-path: circle(100% at 50% 50%) !important;
  }
}


/* スタッフ */
.cb_staff_list {
  overflow: hidden;
}

.cb_staff_carousel_wrap {
  position: relative;
}

.cb_staff_carousel {
  width: 1056px;
  margin: 0 auto;
  overflow: visible;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
}

#content_builder .staff_list_type1 {
  flex-wrap: nowrap;
  margin-bottom: 0;
}

#content_builder .staff_list_type1 .item {
  width: calc(100vw / 4) !important;
  margin: 0 9px 1px;
}

#content_builder .staff_list_type1 .item:nth-child(3n) {
  margin-right: 9px;
}

.cb_staff_carousel_wrap.type1 .swiper-button-prev {
  left: 40px;
  right: auto;
  top: calc(50% - 72px);
}

.cb_staff_carousel_wrap.type1 .swiper-button-next {
  left: auto;
  right: 40px;
  top: calc(50% - 72px);
}

#content_builder .staff_list_type2 {
  flex-wrap: nowrap;
  margin-bottom: 0;
}

#content_builder .staff_list_type2 .item {
  width: calc(100vw / 3 - 70px);
  margin: 0 10px 1px;
}

#content_builder .staff_list_type2 .item:nth-child(2n) {
  margin-right: 10px;
}

.cb_staff_carousel_wrap.type2 .swiper-button-prev {
  left: 40px;
  right: auto;
  top: calc(50% - 125px);
}

.cb_staff_carousel_wrap.type2 .swiper-button-next {
  left: auto;
  right: 40px;
  top: calc(50% - 125px);
}

body.show_side_button .cb_staff_carousel_wrap .swiper-button-next {
  right: 110px;
}

.cb_staff_carousel_wrap .swiper-nav-button {
  opacity: 0;
  transition: opacity 0.25s ease;
}

.cb_staff_carousel_wrap:hover .swiper-nav-button {
  opacity: 1;
}

body.home .item .mouse_stalker_target {
  opacity: 0;
}

body.home .item.swiper-slide-active .mouse_stalker_target,
body.home .item.swiper-slide-next .mouse_stalker_target,
body.home .item.swiper-slide-prev .mouse_stalker_target {
  opacity: 1;
}

#content_builder .staff_list_type1.no_carousel,
#content_builder .staff_list_type2.no_carousel {
  justify-content: center;
}


/* インタビュー */
.cb_interview_list {
  background: #eee;
  padding: 150px 0;
  overflow: hidden;
}

.cb_interview_carousel {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

#content_builder .interview_list .item {
  margin: 0;
}

.cb_interview_carousel .swiper-button-prev {
  left: -35px;
  right: auto;
  top: 190px;
}

.cb_interview_carousel .swiper-button-next {
  left: auto;
  right: -35px;
  top: 190px;
}

.cb_interview_carousel .swiper-pagination {
  display: none;
}

.cb_interview_list .swiper-nav-button {
  opacity: 0;
  transition: opacity 0.25s ease;
}

.cb_interview_list .cb_interview_carousel:hover .swiper-nav-button {
  opacity: 1;
}


/* ブログ */
.cb_blog_list {
  overflow: hidden;
}

.cb_blog_carousel_wrap {
  position: relative;
}

.cb_blog_carousel {
  width: 960px;
  margin: 0 auto;
  overflow: visible;
  -webkit-user-select: none;
  user-select: none;
}

#content_builder .blog_list {
  flex-wrap: nowrap;
  margin-left: -250px;
  margin-bottom: 0;
}

#content_builder .blog_list .item {
  width: 460px;
  margin: 0 20px 1px;
}

.cb_blog_list .swiper-button-prev {
  left: 40px;
  right: auto;
  top: 200px;
}

.cb_blog_list .swiper-button-next {
  left: auto;
  right: 40px;
  top: 200px;
}

body.show_side_button .cb_blog_list .swiper-button-next {
  right: 110px;
}

.cb_blog_carousel_wrap .swiper-nav-button {
  opacity: 0;
  transition: opacity 0.25s ease;
}

.cb_blog_carousel_wrap:hover .swiper-nav-button {
  opacity: 1;
}

#content_builder .blog_list.no_carousel {
  width: 1000px;
  margin-left: auto;
  justify-content: center;
}

/* お知らせ */
.cb_news_list {
  overflow: hidden;
}

.cb_news_list .blog_list .date {
  right: auto;
  left: 30px;
  font-weight: 500;
}

.cb_news_list .news_list {
  width: 960px;
  margin: 0 auto;
}

.cb_news_list .news_list .item {
  height: auto;
  margin: 0 0 -1px 0;
}

.cb_news_list .news_list .content {
  width: auto;
}

.cb_news_list .swiper-button-prev {
  left: 40px;
  right: auto;
  top: 200px;
}

.cb_news_list .swiper-button-next {
  left: auto;
  right: 40px;
  top: 200px;
}

body.show_side_button .cb_news_list .swiper-button-next {
  right: 110px;
}

.cb_blog_carousel_wrap .swiper-nav-button {
  opacity: 0;
  transition: opacity 0.25s ease;
}

.cb_blog_carousel_wrap:hover .swiper-nav-button {
  opacity: 1;
}


/* フリースペース */
.cb_free_space {
  position: relative;
}

.cb_free_space .post_content {
  width: 800px;
  margin: 0 auto;
}

.cb_free_space.wide_content .post_content {
  width: auto;
  padding: 0;
}

.cb_free_space .link_button {
  margin-top: 85px !important;
}

.cb_free_space .cb_design_header {
  margin-bottom: 90px !important;
}


/* 固定ページを表示する場合 */
#front_page_contents {
  margin: 0 auto;
  padding: 150px 0;
  background: #fff;
  position: relative;
  z-index: 2;
}




/* ----------------------------------------------------------------------
 固定ページ
---------------------------------------------------------------------- */
#page_contents {
  padding: 0 0 150px;
}

#page_contents .post_content {
  width: 960px;
  margin: 0 auto;
}

body.large_page_width #page_contents .post_content {
  width: 1056px;
}

body.page #page_header+#bread_crumb {
  margin-top: -20px;
  position: relative;
}

body.page #bread_crumb ul,
body.archive #bread_crumb ul,
body.blog #bread_crumb ul {
  width: 960px;
  margin-bottom: 10px;
}

body.page.show_sidebar #bread_crumb ul {
  width: 1056px;
  margin-bottom: 10px;
}


/* タブページ */
#tab_page_wrap {
  position: relative;
  margin: 0 auto;
}

.tab_page_content {
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  visibility: hidden;
  display: none;
}

.tab_page_content.active {
  opacity: 1;
  position: relative;
  pointer-events: auto;
  visibility: visible;
  display: block;
  animation: tcd_tab_fadein 0.5s ease-in 0s forwards;
}

@keyframes tcd_tab_fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


/* サービス */
.short_content {
  width: 790px;
  margin: 0 auto 90px;
}

.content_line {
  border-color: #ddd;
  margin: 0 0 110px 0;
}


/* 会社概要 */
#company_table table {
  border: 1px solid #ddd;
  margin-bottom: 100px !important;
}

#company_table td {
  border: none;
  padding: 5px 50px;
}

#company_table td:nth-child(1) {
  text-align: center;
  width: 200px;
  border-right: 1px solid #ddd;
}

#company_table tr:first-of-type td {
  padding-top: 40px;
}

#company_table tr:last-of-type td {
  padding-bottom: 40px;
}

#company_map {
  margin-bottom: -15px;
}


/* 会社沿革 */
.outline_calendar {
  margin: 80px 0 100px 0;
}

.service_content+.outline_calendar {
  margin-top: -10px;
}

.outline_calendar .headline {
  font-size: 20px;
  margin: 0 0 20px 0;
}

.outline_calendar td:nth-child(1) {
  text-align: center;
  width: 150px;
  border-right: 1px solid #ddd;
}

.outline_calendar td:nth-child(2) {
  width: calc(100% - 150px);
}


/* 採用情報 */
.entry_content {
  margin-bottom: 95px;
}

.entry_content .headline {
  font-size: 32px;
  margin: 0 0 45px 0;
}

.entry_content .headline+p {
  margin-top: -17px;
  margin-bottom: 40px;
}

.entry_content table td:nth-child(1) {
  width: 200px !important;
  text-align: center;
  vertical-align: middle;
}

.entry_content table td:nth-child(2) {
  width: calc(100% - 200px) !important;
}


/* フォーム */
.design_form .wpcf7 {
  margin: 0 !important;
  padding: 80px 100px 100px;
  border: none;
  background: #f8f8f8;
  font-size: 16px;
}

.design_form dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0 !important;
  padding: 0 !important;
}

.design_form dt {
  width: 170px;
  font-weight: 500 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

.design_form dd {
  width: calc(100% - 170px);
  margin: 0 0 50px 0 !important;
  line-height: 1 !important;
}

.design_form dt p {
  line-height: 50px !important;
}

.design_form dd p {
  line-height: 1 !important;
}

.design_form .require {
  color: #ff0000;
  font-size: 11px;
  margin: 0 0 0 1em;
}

.design_form .wpcf7 input,
.design_form .wpcf7 textarea {
  padding: 14px;
  border: 1px solid #ddd;
}

.design_form .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  height: 50px;
  line-height: 50px;
}

.design_form .wpcf7 .wpcf7-submit,
.design_form .wpcf7 .wpcf7-previous {
  width: 300px;
  height: 70px;
  margin: 20px auto 0;
  font-size: 16px;
}

.design_form .wpcf7 select {
  height: 50px;
  background: #fff;
  padding: 0 15px;
  border-color: #ddd;
}

.design_form .button_area {
  position: relative;
}

.design_form .button_area .wpcf7-spinner {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

@media(hover: hover) {

  .design_form .wpcf7 .wpcf7-submit:hover,
  .design_form .wpcf7 .wpcf7-previous:hover {
    background: var(--main_color_light);
  }
}


/* メッセージ */
p+.short_content {
  padding: 60px 0 0;
}

.page_headline {
  font-size: 38px !important;
  font-family: var(--catch_font_type);
  margin: 5px 0 30px 0 !important;
}

*+.page_headline {
  margin-top: 80px !important;
}

.scroll_content_space+.post_content>.page_headline {
  margin-top: 5px !important;
}

.page_headline+p>img {
  margin-top: 40px !important;
  display: block;
}

.short_content .info {
  text-align: right;
}

.short_content .info h4 {
  font-size: 18px;
  margin: 0 0 7px 0;
}

.link_button {
  text-align: center;
  margin-top: 55px;
}


/* LPページ */
#lp_page_header {
  height: 600px;
  position: relative;
  margin: -100px 0 145px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

body.header_type2 #lp_page_header {
  margin-top: 0px;
}

#lp_page_header .content {
  color: #fff;
  z-index: 3;
}

#lp_page_header .headline {
  text-align: center;
  font-size: var(--headline_font_size);
  line-height: 1;
}

#lp_page_header .sub_title {
  text-align: center;
  font-size: 24px;
  line-height: 1;
  margin-top: 15px;
}

#lp_page_header .desc {
  line-height: 2.4;
  margin: 38px auto -10px;
  font-size: 18px;
  width: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#lp_page_header .desc.mobile {
  display: none;
}

#lp_page_header .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}

#lp_page_header .bg_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

#lp_page_header .bg_image img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  object-fit: cover;
}

body.page-template-page-tcd-lp.hide_page_header #page_contents {
  margin-top: 55px;
}

body.page-template-page-tcd-lp.hide_page_header.hide_page_header_bar #page_contents {
  margin-top: 145px;
}

body.page-template-page-tcd-lp.hide_page_header_bar #lp_page_header {
  margin-top: 0 !important;
}


/* FAQ */
.faq_list {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 35px;
}

.faq_list .headline {
  font-size: 24px;
  color: #7ea0c8;
  margin-bottom: 45px;
  padding: 0;
  text-align: center;
}

.faq_list .item {
  border: 1px solid #ddd;
  margin: 0 0 -1px 0;
  position: relative;
  background: #fff;
}

.faq_list .title {
  cursor: pointer;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  padding: 27px 40px 25px 30px;
  margin-bottom: 0;
  position: relative;
  transition: color 0.4s ease;
}

.faq_list .title span {
  display: block;
  margin: -0.4em 0;
}

.faq_list .title:before {
  content: '\e90e';
  font-family: 'normal_icon';
  display: block;
  position: absolute;
  top: 25px;
  right: 30px;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}

.faq_list .title.active:before {
  content: '\e911';
}

.faq_list .desc_area {
  height: 0;
  overflow: hidden;
  transition: height 0.2s cubic-bezier(0.54, 0.07, 0.38, 0.9);
}

.faq_list .desc {
  font-size: 16px;
  line-height: 2.6;
  padding: 20px 30px;
  border-top: 1px solid #ddd;
  background: #f8f8f8;
  transition: opacity 0.7s ease;
  opacity: 0;
}

.faq_list .desc span {
  display: block;
}

.faq_list .title.active {
  color: var(--main_color);
}

@media(hover: hover) {
  .faq_list .title:hover {
    color: var(--main_color);
  }
}

.faq_list .title.active:before {
  height: 0;
}

.faq_list .title.active+.desc_area>.desc {
  opacity: 1;
  transition: opacity 1s ease;
}

@media (max-width: 800px) {
  .faq_list {}

  .faq_list .title {
    font-size: 14px;
    padding: 20px 50px 18px 20px;
  }

  .faq_list .title:before {
    top: calc(50% + 5px);
    transform: translateY(-50%);
    right: 20px;
  }

  .faq_list .title.active:before {
    top: calc(50% - 10px);
  }

  .faq_list .desc {
    padding: 20px;
    font-size: 14px;
    line-height: 2;
  }
}




/* ----------------------------------------------------------------------
 お知らせ
---------------------------------------------------------------------- */

/* 記事一覧 */
#archive_news {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 60px 0 150px;
}

.news_list {
  position: relative;
}

.news_list .item {
  position: relative;
  height: 264px;
  margin: 0 0 40px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #ddd;
  overflow: hidden;
}

.news_list .item:last-of-type {
  margin-bottom: 0;
}

body.hide_news_image .news_list .item {
  height: auto;
  margin: 0 0 -1px 0;
}

.news_list .image_wrap {
  margin: -1px 0 0 -1px;
  display: block;
  width: 460px;
  height: calc(100% + 2px);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.news_list .image_wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.news_list .content {
  width: calc(100% - 460px);
  padding: 50px;
  max-height: 264px;
}

.news_list .image_wrap+.content {
  padding: 0 50px;
}

body.hide_news_image .news_list .content {
  width: auto;
}

.news_list .title {
  font-size: 20px;
  line-height: 1.8;
  max-height: 3.6em;
  overflow: hidden;
  visibility: visible;
}

.news_list .title span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news_list .date {
  position: relative;
  color: #999;
  font-size: 14px;
  margin: 0 0 15px 0;
  display: block;
  font-weight: 500;
}

.news_list .date:before {
  font-family: 'normal_icon';
  content: '\e903';
  font-size: 17px;
  margin: 0 5px 0 0;
  position: relative;
  top: 1.5px;
  -webkit-font-smoothing: antialiased;
}

@media(hover: hover) {
  .news_list .item:hover {
    color: #999;
  }
}

.news_category span {
  display: inline-block;
  border: 1px solid #999;
  padding: 8px 15px;
  border-radius: 30px;
  background: #fff;
  font-size: 14px;
  color: #999;
  margin: 0 5px 10px 0;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.news_category span:hover {
  color: #fff;
  border-color: #fff;
  background: #999;
}


/* お知らせ詳細 */
#single_news_header {
  margin-bottom: 50px;
  position: relative;
}

#single_news_header .image {
  width: 100%;
  position: relative;
  margin-bottom: -1px;
}

#single_news_header .image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}

#single_news_header .title_area {
  border: 1px solid #ddd;
  padding: 37px 40px 32px;
}

#single_news_header .title {
  font-size: var(--single_title_font_size);
  font-family: var(--single_title_font_type);
  line-height: 1.5;
  font-weight: 600;
}

#single_news_header .meta {
  margin: 0 0 17px 0;
  display: flex;
  flex-wrap: wrap;
}

#single_news_header .date {
  position: relative;
  color: #999;
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin: 0 15px 0 0;
}

#single_news_header .date:before {
  font-family: 'normal_icon';
  content: '\e903';
  font-size: 17px;
  display: inline-block;
  margin: 0 5px 0 0;
  top: 1.5px;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

#single_news_header .update {
  position: relative;
  color: #999;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

#single_news_header .update:before {
  font-family: 'normal_icon';
  content: '\e91f';
  font-size: 18px;
  display: inline-block;
  margin: 0 5px 0 0;
  top: 1.5px;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

#single_news_header .news_category {
  margin: 0 0 15px;
}

.recommend_news {
  margin-top: 60px;
}

.recommend_news .headline {
  font-size: 24px;
  margin: 0 0 30px 0;
  text-align: center;
  font-family: var(--headline_font_type);
}

.recommend_news .news_list .item {
  height: 200px;
}

.recommend_news .news_list .content {
  padding: 28px 30px 23px;
}

.recommend_news .news_list .date {
  margin: 0 0 10px 0;
  font-weight: 500;
}

.recommend_news .news_list .title {
  font-size: 16px;
}

.news_category {
  margin-bottom: 10px;
  font-size: 14px;
}

.news_category a {
  display: inline-block;
  border: 1px solid #999;
  padding: 8px 15px;
  border-radius: 30px;
  background: #fff;
  font-size: 14px;
  color: #999;
  margin: 0 5px 10px 0;
}

.news_category a:hover {
  color: #fff;
  border-color: #fff;
  background: #999;
}

/* cb news list */
.blog_list.news_list .meta {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  width: 100%;
}

.blog_list.news_list .news_category {
  margin-right: 30px;
  margin-left: auto;
  margin-bottom: 0;
}

.blog_list.news_list .news_category span {
  margin: 0;
}

.blog_list.news_list .date {
  position: unset;
  transform: none;
  margin-top: -4px;
  margin-left: 37px;
  margin-right: auto;
}


/* ----------------------------------------------------------------------
 ページヘッダー
---------------------------------------------------------------------- */
#page_header {
  position: relative;
  padding-top: 42px;
  margin: 0 auto 40px;
  max-width: 800px;
}

body.header_type2 #page_header {
  padding-top: 62px;
}

#page_header .headline {
  text-align: center;
  font-size: var(--headline_font_size);
  font-family: var(--headline_font_type);
  font-weight: 600;
  line-height: 1;
}

#page_header .sub_title {
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
  margin-top: 15px;
  font-weight: 600;
}

#page_header .desc {
  line-height: 2.4;
  margin: 80px auto -15px;
  font-size: 18px;
  width: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#page_header .desc.mobile {
  display: none;
}

body.page #page_header {
  margin-bottom: 95px;
}

body.blog #page_header .sub_title,
body.category #page_header .sub_title,
body.post-type-archive-staff #page_header .sub_title,
body.tax-staff_category #page_header .sub_title {
  opacity: 0;
  transition: all 0.5s ease;
}

body.blog.start_first_animation #page_header .sub_title,
body.category.start_first_animation #page_header .sub_title,
body.post-type-archive-staff.start_first_animation #page_header .sub_title,
body.tax-staff_category.start_first_animation #page_header .sub_title {
  opacity: 1;
}

body.blog #page_header .desc,
body.category #page_header .desc,
body.post-type-archive-staff #page_header .desc,
body.tax-staff_category #page_header .desc {
  transform: translate3d(0, 15px, 0);
  opacity: 0;
  transition: all 0.5s ease 0.25s;
}

body.blog.start_first_animation #page_header .desc,
body.category.start_first_animation #page_header .desc,
body.post-type-archive-staff.start_first_animation #page_header .desc,
body.tax-staff_category.start_first_animation #page_header .desc {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}




/* ----------------------------------------------------------------------
 インタビューアーカイブページ
---------------------------------------------------------------------- */
/* カテゴリー一覧（type1） */
#interview_category_sort_type1_wrap {
  width: 960px;
  margin: 95px auto 0;
  position: relative;
  text-align: center;
}

#interview_category_sort_type1:after {
  content: '';
  display: block;
  width: 1px;
  height: 70px;
  background: #ddd;
  position: absolute;
  right: 0;
  top: 0;
}

#interview_category_sort_type1:before {
  content: '';
  display: block;
  width: 1px;
  height: 70px;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

#interview_category_sort_type1 .item {
  margin: 0 -1px 0 0;
  width: calc(100% / 3 + 1px) !important;
  align-items: unset;
}

#interview_category_sort_type1.small_size .item {
  flex: 1 1 0%;
  width: auto;
}

#interview_category_sort_type1 .item a {
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #ddd;
  padding: 0 20px;
  position: relative;
}

#interview_category_sort_type1 .item a p {
  line-height: 1.4;
  max-height: 2.8em;
  overflow: hidden;
  visibility: visible;
}

#interview_category_sort_type1 .item a span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#interview_category_sort_type1 .item a:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #ddd;
}

#interview_category_sort_type1 .item.active_menu {
  position: relative;
  z-index: 5;
}

body.tax-interview_category #interview_category_sort_type1:not(.small_size) .item.current_category_menu {
  order: -1;
}

#interview_category_sort_type1 .item.active_menu a {
  background: #eee;
  border-color: #eee;
  position: relative;
  pointer-events: none;
}

#interview_category_sort_type1 .item.active_menu a:after {
  background: #eee;
}

#interview_category_sort_type1_wrap .swiper-button-next:before,
#interview_category_sort_type1_wrap .swiper-button-prev:before {
  color: #000;
}

#interview_category_sort_type1_wrap .swiper-button-prev {
  left: -50px;
  right: auto;
  top: 35px;
  z-index: 10;
}

#interview_category_sort_type1_wrap .swiper-button-next {
  left: auto;
  right: -50px;
  top: 35px;
  z-index: 10;
}

@media(hover: hover) {

  #interview_category_sort_type1_wrap .swiper-button-next:hover:before,
  #interview_category_sort_type1_wrap .swiper-button-prev:hover:before {
    color: #aaa;
  }

  #interview_category_sort_type1 .item a:hover {
    color: #999;
  }
}


/* カテゴリー一覧（type2） */
#interview_category_sort_type2_wrap {
  margin: 95px auto 100px;
  width: 960px;
  text-align: center;
}

#interview_category_sort_type2 {
  overflow: visible;
}

#interview_category_sort_type2 .interview_category_sort_button {
  display: flex;
  flex-wrap: wrap !important;
}

@media screen and (min-width:801px) {
  #interview_category_sort_type2 .interview_category_sort_button {
    transform: none !important;
  }
}

#interview_category_sort_type2 .item {
  width: calc(25% + 1px) !important;
  margin: 0 -1px -1px 0;
}

#interview_category_sort_type2.small_size .item {
  width: calc(100% / 3 - 1px) !important;
}

#interview_category_sort_type2 .item a {
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  padding: 0 20px;
  background: #fff;
}

#interview_category_sort_type2 .item a p {
  line-height: 1.4;
  max-height: 2.8em;
  overflow: hidden;
  visibility: visible;
}

#interview_category_sort_type2 .item a span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#interview_category_sort_type2 .item.active_menu a {
  background: var(--main_color);
  border-color: var(--main_color);
  color: #fff;
  position: relative;
  pointer-events: none;
}

@media(hover: hover) {
  #interview_category_sort_type2 .item a:hover {
    color: #999;
  }
}


/* インタビュー一覧 */
#interview_list_wrap {
  background: #eee;
  padding: 100px 0 150px;
}

.interview_list {
  width: 960px;
  margin: 0 auto;
}

.interview_list .item {
  background: #fff;
  display: block;
  margin: 0 0 100px 0;
  transition: color 0.25s ease;
  overflow: hidden;
}

.interview_list .item:last-of-type {
  margin-bottom: 0;
}

.interview_list .link {
  display: block;
}

.interview_list .image_wrap {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  aspect-ratio: 960 / 400;
}

.interview_list .image_wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.interview_list .title_area {
  padding: 40px 50px;
  text-align: center;
}

.interview_list .date_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 12px;
}

.interview_list .date {
  position: relative;
  color: #999;
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin: 0 15px 0 0;
}

.interview_list .date:before {
  font-family: 'normal_icon';
  content: '\e903';
  font-size: 17px;
  display: inline-block;
  margin: 0 5px 0 0;
  top: 1.5px;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

.interview_list .update {
  position: relative;
  color: #999;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.interview_list .update:before {
  font-family: 'normal_icon';
  content: '\e91f';
  font-size: 18px;
  display: inline-block;
  margin: 0 5px 0 0;
  top: 1.5px;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

.interview_list .title {
  font-size: 30px;
  line-height: 1.6;
}

.interview_list .interviewer {
  display: flex;
  flex-wrap: wrap;
  color: #000;
  border-top: 1px solid #ddd;
  margin-bottom: -1px;
}

.interview_list .interviewer_item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 30px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.interview_list .interviewer.type2 .interviewer_item {
  width: 50%;
}

.interview_list .interviewer.type2 .interviewer_item:nth-child(2n) {
  border-right: none;
}

.interview_list .interviewer.type3 .interviewer_item {
  width: calc(100% / 3);
}

.interview_list .interviewer.type3 .interviewer_item:nth-child(3n) {
  border-right: none;
}

.interview_list .interviewer_item:last-of-type {
  border-right: 1px solid #ddd;
}

.interview_list .interviewer_item:only-of-type {
  border-right: none;
}

.interview_list .interviewer .name {
  font-size: 18px;
}

.interview_list .interviewer .department {
  font-size: 16px;
  margin-top: 12px;
  line-height: 1.4;
}

.interview_list .interviewer .occupation {
  font-size: 16px;
  margin-top: 12px;
  line-height: 1.4;
}

.interview_list .interviewer_item:only-child {
  flex-direction: row;
}

.interview_list .interviewer_item:only-child .department {
  margin: 0 0 0 20px;
}

.interview_list .interviewer_item:only-child .occupation {
  margin: 0 0 0 20px;
}

.interview_list .category {
  display: none;
}

@media(hover: hover) {
  .interview_list .link:hover {
    color: #999;
  }
}




/* ----------------------------------------------------------------------
 インタビュー詳細ページ
---------------------------------------------------------------------- */
/* ヘッダー */
#interview_header {
  margin-top: -100px;
  position: relative;
  overflow: hidden;
  height: 600px;
}

body.header_type2 #interview_header {
  margin-top: 0px;
}

#interview_header .main_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  object-position: top center;
}

#interview_header .overlay {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#interview_header .category {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, -100%, 0);
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: var(--main_color);
  color: #fff;
  min-height: 70px;
  line-height: 1.6;
  padding: 15px 30px;
  min-width: 250px;
  max-width: 400px;
  text-align: center;
  transition: color 0.25s ease, background 0.25s ease, transform 0.5s ease 0s;
}

body.header_type2 #interview_header .category {
  color: #000;
  background: #fff;
}

@media(hover: hover) {
  #interview_header .category:hover {
    background: var(--main_color_light);
  }

  body.header_type2 #interview_header .category:hover {
    color: #999;
    background: #fff;
  }
}

body.start_first_animation #interview_header .category {
  transform: translate3d(-50%, 0%, 0);
}


/* メインコンテンツ */
#interview_main_content {
  width: 960px;
  margin: -100px auto 0;
  padding-bottom: 100px;
  background: #fff;
  z-index: 10;
  position: relative;
}

#interview_title {
  z-index: 3;
  text-align: center;
  line-height: 1.4;
  padding: 66px 50px 0;
  font-size: var(--interview_title_font_size);
  font-family: var(--single_title_font_type);
  font-weight: 600;
}

#interview_title span {
  opacity: 0;
  transition: opacity 0.7s ease;
}

body.start_first_animation #interview_title span {
  opacity: 1;
}

#interview_main_content .date_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 12px;
}

#interview_main_content .date {
  position: relative;
  color: #999;
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin: 0 15px 0 0;
}

#interview_main_content .date:before {
  font-family: 'normal_icon';
  content: '\e903';
  font-size: 17px;
  display: inline-block;
  margin: 0 5px 0 0;
  top: 2px;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

#interview_main_content .update {
  position: relative;
  color: #999;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

#interview_main_content .update:before {
  font-family: 'normal_icon';
  content: '\e91f';
  font-size: 18px;
  display: inline-block;
  margin: 0 5px 0 0;
  top: 2px;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

.interview_middle_image {
  margin: 80px 0 85px;
}

.interview_middle_image h2 {
  font-size: 30px !important;
  margin-bottom: 95px !important;
  padding: 0;
}

.interview_bottom {
  line-height: 2.4;
  background: #f6f6f6;
  padding: 40px 50px;
  margin: 85px 0 0 0;
}

#interview_main_content .link_button {
  text-align: center;
  margin-top: 100px;
}


/* インタビュアーの情報 */
#interview_info {
  margin: 100px 0;
}

#interview_info .headline_area {
  background: var(--main_color);
  color: #fff;
  text-align: center;
  padding: 20px 50px;
  margin-bottom: -1px;
  position: relative;
}

#interview_info .headline {
  font-size: 28px;
}

#interview_info .sub_title {
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0 0 0;
  line-height: 1.4;
}

#interview_info .interviewer {
  display: flex;
  flex-wrap: wrap;
  color: #000;
  border-bottom: 1px solid #ddd;
  border: 1px solid #ddd;
  overflow: hidden;
}

#interview_info .interviewer_item {
  margin-bottom: -1px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 30px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

#interview_info .interviewer.type2 .interviewer_item {
  width: 50%;
}

#interview_info .interviewer.type2 .interviewer_item:nth-child(2n) {
  border-right: none;
}

#interview_info .interviewer.type3 .interviewer_item {
  width: calc(100% / 3);
}

#interview_info .interviewer.type3 .interviewer_item:nth-child(3n) {
  border-right: none;
}

#interview_info .interviewer_item:last-of-type {
  border-right: 1px solid #ddd;
}

#interview_info .interviewer_item:only-of-type {
  border-right: none;
}

#interview_info .interviewer .name {
  font-size: 18px;
}

#interview_info .interviewer .department {
  font-size: 16px;
  margin-top: 12px;
  line-height: 1.4;
  text-align: center;
}

#interview_info .interviewer .department span:last-of-type {
  margin-left: 1em;
}

#interview_info .interviewer.item_num3 .department span {
  display: block;
}

#interview_info .interviewer.item_num3 .department span:last-of-type {
  margin: 12px 0 0 0;
}

#interview_info .interviewer .position {
  font-size: 16px;
  margin-top: 12px;
  line-height: 1.4
}

#interview_info .interviewer_item:only-child {
  flex-direction: row;
}

#interview_info .interviewer_item:only-child .department {
  margin: 0 0 0 20px;
}

#interview_info .interviewer_item:only-child .position {
  margin: 0 0 0 20px;
}


/* インタビュアーのクイックタグ */
#single_interview .interviewer_content {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

#single_interview .interviewer_content .left_content {
  width: 130px;
}

#single_interview .interviewer_content .left_content img {
  width: 90px;
  height: 90px;
  border-radius: 100%;
}

#single_interview .interviewer_content .left_content .name {
  width: 90px;
  text-align: center;
  line-height: 1.6;
  margin-top: 10px;
}

#single_interview .interviewer_content .right_content {
  width: calc(100% - 130px);
  margin: auto;
  transform: translateY(-18px);
}


/* ナビゲーション */
#interview_next_prev_post {
  margin-top: 100px;
  padding: 0;
}


/* 関連記事 */
.related_interview {
  background: #eee;
  padding: 100px 0;
  overflow: hidden;
}

.related_interview:nth-child(odd) {
  background: #fff;
}

.related_interview .headline {
  line-height: 1;
  font-size: 28px;
  text-align: center;
  margin: 0 0 70px 0;
  font-family: var(--headline_font_type);
}

.related_interview_carousel_wrap {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

.related_interview .item {
  display: block;
  background: #fff;
  transition: color 0.25s ease;
}

.related_interview .link {
  display: block;
}

.related_interview .category {
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #000;
  display: block;
}

.related_interview:nth-child(odd) .category {
  border: 1px solid #ddd;
  border-bottom: none;
}

.related_interview .image_wrap {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  z-index: 2;
  aspect-ratio: 460 / 190;
}

.related_interview .image_wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.related_interview .title_area {
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
}

.related_interview:nth-child(odd) .title_area {
  border: 1px solid #ddd;
  border-top: none;
}

.related_interview .title {
  font-size: 16px;
  line-height: 1.8;
  max-height: 3.6em;
  overflow: hidden;
  visibility: visible;
  text-align: center;
  font-weight: 600;
}

.related_interview .title span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.related_interview .swiper-nav-button {
  top: 155px;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.related_interview_carousel_wrap:hover .swiper-nav-button {
  opacity: 1;
}

.related_interview:nth-child(odd) .swiper-nav-button {
  border: 1px solid #ddd;
}

@media(hover: hover) {
  .related_interview a:hover {
    color: #999;
  }
}




/* ----------------------------------------------------------------------
 スタッフアーカイブページ
---------------------------------------------------------------------- */
#archive_staff {
  padding: 60px 0 150px;
  width: 1056px;
  margin: 0 auto;
}


/* タイプA（縦長画像） */
.staff_list_type1 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -18px;
}

.staff_list_type1 .item {
  position: relative;
  width: calc(100% / 3 - 12px);
  margin: 0 18px 18px 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  height: auto !important;
  transition: color 0.25s ease, opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
  align-items: unset;
}

.staff_list_type1 .item:nth-child(3n) {
  margin-right: 0;
}

.staff_list_type1 .image_wrap {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  z-index: 2;
  aspect-ratio: 340 / 470;
}

.staff_list_type1 .image_wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.staff_list_type1 .content {
  text-align: center;
  border: 1px solid #ddd;
  border-top: none;
  padding: 25px 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.staff_list_type1 .name {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 7px;
}

.staff_list_type1 .job_area {
  line-height: 1.4;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.staff_list_type1 .job_area p:nth-child(2) {
  margin-left: 1em;
}

.staff_list_type1 .date {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.staff_list_type1 .job_area+.date {
  margin-top: 7px;
}

.staff_list_type1 .title {
  line-height: 1.6;
}

@media(hover: hover) {
  .staff_list_type1 .item:hover {
    color: #999;
  }
}

#archive_staff .staff_list_type1 .item {
  opacity: 0;
  transform: translate3d(0, 15px, 0);
}

#archive_staff .staff_list_type1 .item.animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}


/* タイプB（横長画像） */
.staff_list_type2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
}

.staff_list_type2 .item {
  position: relative;
  width: calc(50% - 10px);
  margin: 0 20px 20px 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  transition: color 0.25s ease, opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
}

.staff_list_type2 .item:nth-child(2n) {
  margin-right: 0;
}

.staff_list_type2 .image_wrap {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  z-index: 2;
  aspect-ratio: 517 / 250;
}

.staff_list_type2 .image_wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.staff_list_type2 .title_area {
  border: 1px solid #ddd;
  border-top: none;
  padding: 0px 30px;
  height: 133px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.staff_list_type2 .title {
  font-size: 20px;
  line-height: 1.8;
  max-height: 3.6em;
  overflow: hidden;
  visibility: visible;
}

.staff_list_type2 .title span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.staff_list_type2 .content {
  color: #000;
  text-align: center;
  border: 1px solid #ddd;
  border-top: none;
  padding: 25px 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.staff_list_type2 .name {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 7px;
}

.staff_list_type2 .job_area {
  line-height: 1.4;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.staff_list_type2 .job_area p:nth-child(2) {
  margin-left: 1em;
}

@media(hover: hover) {
  .staff_list_type2 .item:hover {
    color: #999;
  }
}

#archive_staff .staff_list_type2 .item {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}

#archive_staff .staff_list_type2 .item.animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}




/* ----------------------------------------------------------------------
 スタッフ詳細ページ
---------------------------------------------------------------------- */

/* タイプA（縦長画像） */
#staff_content_type1 {
  margin-top: -100px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

body.header_type2 #staff_content_type1 {
  margin-top: 0px;
}

#staff_left_content {
  height: 100vh;
  height: 100dvh;
  width: 50%;
  position: sticky;
  top: 0;
  left: 0;
  overflow: hidden;
}

body.header_type2 #staff_left_content {
  height: calc(100vh - 80px);
  height: calc(100dvh - 80px);
  top: 80px;
}

#staff_left_content .main_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  object-position: top center;
}

#staff_left_content .overlay {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

#staff_left_content .content {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
}

#staff_left_content .info {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

#staff_left_content .info li {
  flex: 1 1 0%;
  height: 70px;
  padding: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#staff_left_content .info li:last-of-type {
  border: none;
}

#staff_left_content .info p {
  line-height: 1.4;
  max-height: 2.8em;
  overflow: hidden;
  visibility: visible;
}

#staff_left_content .info p span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#staff_left_content .catch {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 22px 40px;
  line-height: 1.6;
}

#staff_right_content {
  width: 50%;
  padding: 150px 80px;
}



/* タイプA（縦長画像） */
#staff_content_type2 {
  margin-top: -100px;
  position: relative;
}

body.header_type2 #staff_content_type2 {
  margin-top: 0px;
}

#staff_header {
  height: 700px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

#staff_header .main_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  object-position: top center;
}

#staff_header .overlay {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

#staff_header .content {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

#staff_header .info {
  display: flex;
  flex-wrap: wrap;
  width: 800px;
  margin: 0 auto;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

#staff_header .info li {
  flex: 1 1 0%;
  height: 70px;
  padding: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#staff_header .info p {
  line-height: 1.4;
  max-height: 2.8em;
  overflow: hidden;
  visibility: visible;
}

#staff_header .info p span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#staff_header .catch {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

#staff_header .catch span {
  display: block;
  padding: 22px 40px;
  line-height: 1.6;
  width: 800px;
  margin: 0 auto;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

#staff_main_content {
  width: 800px;
  margin: 0 auto;
  padding: 150px 0;
}

#staff_main_content .link_button {
  text-align: center;
  margin-top: 100px;
}


/* メイン画像のスライダー */
#staff_image_carousel_wrap {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

#staff_image_carousel_wrap .item {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

#staff_image_carousel_wrap .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

#staff_content_type1 #staff_image_carousel_wrap .item img {
  object-position: top center;
}


/* タイトルエリア */
#staff_title_area .meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 30px 0;
}

#staff_title_area .category {
  min-width: 160px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ddd;
  border-radius: 40px;
  text-align: center;
  padding: 0 25px;
  font-size: 14px;
  margin: 0 20px 0 0;
}

#staff_title_area .date_area {
  display: flex;
  flex-wrap: wrap;
  min-height: 40px;
  line-height: 40px;
}

#staff_title_area .date {
  position: relative;
  color: #999;
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin: 0 15px 0 0;
}

#staff_title_area .date:before {
  font-family: 'normal_icon';
  content: '\e903';
  font-size: 17px;
  display: inline-block;
  margin: 0 5px 0 0;
  top: 1.5px;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

#staff_title_area .update {
  position: relative;
  color: #999;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

#staff_title_area .update:before {
  font-family: 'normal_icon';
  content: '\e91f';
  font-size: 18px;
  display: inline-block;
  margin: 0 5px 0 0;
  top: 1.5px;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

#staff_title_area .title {
  font-size: var(--staff_title_font_size);
  font-family: var(--single_title_font_type);
  font-weight: 600;
  line-height: 1.5;
}

#staff_info_area {
  background: #f6f6f6;
  padding: 30px 40px;
  margin: 30px 0 0 0;
  line-height: 1.4;
}

#staff_info_area .name {
  font-size: 18px;
  font-weight: 600;
}

#staff_info_area .job_area {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0 0 0;
}

#staff_info_area .job_area:only-child {
  margin: 0;
}

#staff_info_area .category {
  margin-right: 1em;
}

#staff_info_area .date {
  margin: 5px 0 0 0;
  font-weight: 500;
}

#staff_main_content #staff_info_area {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.4;
  padding: 30px 40px;
}

#staff_main_content #staff_info_area .job_area {
  margin: 0 0 0 20px;
}

#staff_main_content #staff_info_area .date {
  margin: 0 0 0 20px;
  font-weight: 500;
}

@media(hover: hover) {
  #staff_title_area .category:hover {
    color: #999;
  }
}

body.single-staff .post_content {
  padding-top: 95px;
}

body.single-staff .item:first-of-type .staff_headline {
  margin-top: 0;
}

body.single-staff .staff_headline {
  margin: 50px 0 10px 0;
  padding: 0;
  font-size: 20px;
}


/* サムネイル付きナビ */
.staff_prev_post_link {
  margin-top: 85px;
  position: relative;
}

.staff_prev_post_link .link {
  display: flex;
  flex-wrap: wrap;
  height: 200px;
  width: 100%;
  border: 1px solid #ddd;
}

.staff_prev_post_link .link:after {
  color: #000;
  content: '\e901';
  font-family: normal_icon;
  font-size: 16px;
  width: 80px;
  height: 100%;
  padding-top: 5px;
  border-left: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.staff_prev_post_link .image_wrap {
  width: 160px;
  height: calc(100% + 2px);
  position: relative;
  overflow: hidden;
  z-index: 2;
  margin: -1px 0 -1px -1px;
}

.staff_prev_post_link .image_wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.staff_prev_post_link .content {
  width: calc(100% - 240px);
  display: flex;
  flex-direction: column;
}

.staff_prev_post_link .category {
  width: calc(100% - 240px);
  border-bottom: 1px solid #ddd;
  padding: 0 35px;
  height: 60px;
  line-height: 60px;
  color: #000;
  position: absolute;
  top: 0;
  left: 160px;
}

.staff_prev_post_link .title_area {
  height: 140px;
  top: 59px;
  padding: 0 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.staff_prev_post_link.no_category .title_area {
  height: 100%;
  top: 0;
}

.staff_prev_post_link .name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.staff_prev_post_link .title {
  line-height: 1.6;
  margin-top: 10px;
  max-height: 3.2em;
  overflow: hidden;
  visibility: visible;
}

.staff_prev_post_link .title span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.staff_prev_post_link.no_name .title {
  max-height: 4.8em;
}

.staff_prev_post_link.no_name .title span {
  -webkit-line-clamp: 3;
}

#staff_main_content .staff_prev_post_link .image_wrap {
  width: 380px;
}

#staff_main_content .staff_prev_post_link .content {
  width: calc(100% - 460px);
}

#staff_main_content .staff_prev_post_link .category {
  width: calc(100% - 460px);
  left: 379px;
}

@media(hover: hover) {
  .staff_prev_post_link a:hover {
    color: #999;
  }
}


/* スタッフ一覧リンク */
#staff_back_button {
  color: #000;
  display: inline-block;
  margin-top: 50px;
  position: relative;
  padding: 0 0 0 35px;
  font-size: 16px;
}

#staff_back_button:before {
  color: #000;
  content: '\e904';
  font-family: normal_icon;
  font-size: 16px;
  display: block;
  position: absolute;
  left: 0;
}

@media(hover: hover) {
  #staff_back_button:hover {
    color: #999;
  }

  #staff_back_button:hover:before {
    color: #999;
  }
}


/* スタッフカルーセル */
.staff_carousel {
  background: #eee;
  padding: 100px 0;
  overflow: hidden;
}

.staff_carousel:nth-child(odd) {
  background: #fff;
}

.staff_carousel .headline {
  line-height: 1;
  font-size: 28px;
  text-align: center;
  margin: 0 0 70px 0;
  font-family: var(--headline_font_type);
}

.staff_carousel .swiper {
  -webkit-user-select: none;
  user-select: none;
}

.staff_carousel .staff_carousel_wrap_type1 {
  width: 1056px;
  margin: 0 auto;
  position: relative;
}

.staff_carousel .staff_list_type1 .content {
  border: none;
}

.staff_carousel:nth-child(odd) .staff_list_type1 .content {
  border: 1px solid #ddd;
  border-top: none;
}

.staff_carousel .staff_list_type1 {
  flex-wrap: nowrap;
}

.staff_carousel .staff_list_type1 .title {
  line-height: 1.6;
}

.staff_carousel .staff_carousel_wrap_type2 {
  width: 1056px;
  margin: 0 auto;
  position: relative;
}

.staff_carousel .staff_list_type2 .content {
  border: none;
  border-top: 1px solid #ddd;
}

.staff_carousel:nth-child(odd) .staff_list_type2 .content {
  border: 1px solid #ddd;
}

.staff_carousel .staff_list_type2 .title_area {
  border: none;
}

.staff_carousel:nth-child(odd) .staff_list_type2 .title_area {
  border: 1px solid #ddd;
  border-bottom: none;
}

.staff_carousel .staff_list_type2 {
  flex-wrap: nowrap;
}

.staff_carousel_wrap_type1 .swiper-nav-button,
.staff_carousel_wrap_type2 .swiper-nav-button {
  opacity: 0;
  transition: opacity 0.25s ease;
}

.staff_carousel_wrap_type1:hover .swiper-nav-button,
.staff_carousel_wrap_type2:hover .swiper-nav-button {
  opacity: 1;
}

.staff_carousel .swiper-button-prev {
  top: 240px;
}

.staff_carousel .swiper-button-next {
  top: 240px;
}

.staff_carousel:nth-child(odd) .swiper-button-prev {
  border: 1px solid #ddd;
}

.staff_carousel:nth-child(odd) .swiper-button-next {
  border: 1px solid #ddd;
}

.staff_carousel .staff_carousel_wrap_type2 .swiper-button-prev {
  top: 115px;
}

.staff_carousel .staff_carousel_wrap_type2 .swiper-button-next {
  top: 115px;
}




/* ----------------------------------------------------------------------
 ブログアーカイブページ
---------------------------------------------------------------------- */
#archive_blog {
  padding: 60px 0 150px;
}


/* カテゴリーソートボタン */
#category_sort_button_wrap {
  width: 960px;
  margin: 0 auto 100px;
  position: relative;
  z-index: 1;
}

#category_sort_button_slider {
  position: relative;
  width: auto;
  text-align: center;
}

#category_sort_button {
  -webkit-user-select: none;
  user-select: none;
  width: auto;
  position: relative;
  display: inline-flex !important;
}

#category_sort_button .item {
  height: 45px;
  margin-right: 70px;
  flex: 0 0 auto !important;
  width: auto !important;
  order: 1;
}

#category_sort_button .item:last-of-type {
  margin-right: 0;
}

#category_sort_button .item.active_menu {
  pointer-events: none;
}

#category_sort_button .item:after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background: var(--main_color);
  position: absolute;
  left: 0;
  bottom: 0px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s ease;
}

body.start_first_animation #category_sort_button .item.active_menu:after {
  transform: translate3d(0, 0, 0);
}

#category_sort_button a {
  display: block;
  height: 100%;
}

@media(hover: hover) {
  #category_sort_button a:hover {
    color: #999;
  }
}

#category_sort_button_wrap .swiper-button-next:before,
#category_sort_button_wrap .swiper-button-prev:before {
  color: #000;
}

#category_sort_button_wrap .swiper-button-prev {
  left: -50px;
  right: auto;
  top: 7px;
}

#category_sort_button_wrap .swiper-button-next {
  left: auto;
  right: -50px;
  top: 7px;
}

@media(hover: hover) {

  #category_sort_button_wrap .swiper-button-next:hover:before,
  #category_sort_button_wrap .swiper-button-prev:hover:before {
    color: #aaa;
  }
}


/* 記事一覧 */
.blog_list {
  width: 960px;
  margin: 0 auto -40px;
  display: flex;
  flex-wrap: wrap;
}

.blog_list .item {
  width: calc(50% - 20px);
  margin: 0 40px 40px 0;
  border: 1px solid #ddd;
  position: relative;
  transition: color 0.25s ease;
  align-items: unset;
}

.blog_list .item:nth-child(2n) {
  margin-right: 0;
}

.blog_list .image_wrap {
  margin: -1px -1px 0;
  width: calc(100% + 2px);
  height: auto;
  position: relative;
  overflow: hidden;
  z-index: 2;
  aspect-ratio: 460 / 264;
}

.blog_list .image_wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.blog_list .meta {
  position: relative;
  height: 70px;
}

.blog_list.no_image .meta {
  border-bottom: 1px solid #ddd;
}

.blog_list .content {
  padding: 0px 40px;
  height: 132px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.blog_list .title {
  font-size: 20px;
  line-height: 1.8;
  max-height: 3.6em;
  overflow: hidden;
  visibility: visible;
}

.blog_list .title span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.blog_list .category {
  display: inline-block;
  height: 70px;
  line-height: 70px;
  min-width: 160px;
  text-align: center;
  padding: 0 30px;
  border-right: 1px solid #ddd;
  color: #000;
}

.blog_list .date {
  color: #999;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  display: block;
  position: absolute;
  right: 30px;
  top: calc(50% - 1px);
  transform: translateY(-50%);
}

.blog_list .date:before {
  font-family: 'normal_icon';
  content: '\e903';
  font-size: 17px;
  margin: 0 5px 0 0;
  position: relative;
  top: 2px;
  -webkit-font-smoothing: antialiased;
}

@media(hover: hover) {
  .blog_list a:hover {
    color: #999;
  }
}

#archive_blog .blog_list .item {
  opacity: 0;
  transform: translate3d(0, 15px, 0);
  transition: color 0.25s ease, opacity 0.5s ease 0.3s, transform 0.5s ease 0.3s;
}

#archive_blog .blog_list .item.animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}


/* 投稿者アーカイブ */
#author_archive_header {
  margin: 50px auto 40px;
  width: 790px;
}

body.header_type2 #author_archive_header {
  margin: 100px auto 40px;
}

#author_archive_header .name_area {
  text-align: center;
  margin-bottom: 23px;
}

#author_archive_header .name_area img {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  margin: 0 0 20px 0;
}

#author_archive_header .name {
  font-size: 28px;
  line-height: 1.4;
}

#author_archive_header .sns_button_list {
  margin-top: 22px;
  justify-content: center;
}

#author_archive_header .sns_button_list li {
  margin: 0 7px 5px;
}

#author_archive_header .desc {
  margin: 37px 0 -10px;
}

#author_archive_header .desc p {
  line-height: 2.4;
}

#author_archive_header .desc a {
  color: var(--content_link_color);
}

@media(hover: hover) {
  #author_archive_header .desc a:hover {
    text-decoration: underline;
  }
}


/* ページナビ */
.page_navi {
  margin: 100px 0 0 0;
  z-index: 10;
  position: relative;
}

.page_navi ul {
  margin: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.page_navi li {
  margin: 0 4px;
}

.page_navi a,
.page_navi .current,
.page_navi .dots {
  border-radius: 100%;
  font-family: "Arial";
  background: #fff;
  border: 1px solid #ddd;
  color: #000;
  font-size: 14px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
}

@media(hover: hover) {
  .page_navi a:hover {
    background: var(--main_color_light);
    border-color: var(--main_color_light);
    color: #fff;
  }
}

.page_navi .dots {
  background: none;
  border: none;
}

.page_navi .current {
  color: #fff !important;
  background: var(--main_color);
  border-color: var(--main_color);
}

.page_navi .next,
.page_navi .prev {
  position: relative;
}

.page_navi .next span,
.page_navi .prev span {
  display: none;
}

.page_navi .next:before,
.page_navi .prev:before {
  font-family: 'normal_icon';
  font-size: 12px;
  top: 0;
  position: relative;
  -webkit-font-smoothing: antialiased;
  transition: none !important;
}

.page_navi .prev:before {
  content: '\e90f';
  left: 0px;
}

.page_navi .next:before {
  content: '\e910';
  right: 0px;
}


/* AJAXロード */
.ajax_post_list_wrap {
  position: relative;
  display: none;
}

.ajax_post_list_wrap.active {
  display: block
}

.ajax_post_list_wrap .item {
  opacity: 0;
  position: relative;
}

.ajax_post_list_wrap .item.animate {
  animation: tcd_slide_up 1.0s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s;
}

.ajax_post_list_wrap .entry-more {
  text-align: center;
  padding: 100px 0 0;
}

.ajax_post_list_wrap .entry-more span {
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.25s ease;
}

.ajax_post_list_wrap .entry-more.is-hide {
  display: none;
}

.ajax_post_list_wrap .entry-loading {
  text-align: center;
  width: 100%;
  display: none;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  margin-top: 40px;
  font-weight: 600;
}

.ajax_post_list_wrap .entry-loading.is-show {
  display: block;
}


/* CTA */
.single_cta {
  margin: 50px 0 0;
  background: #F6F6F6;
  border-radius: 10px;
  padding: 50px 30px;
  text-align: center;
}

.single_cta .single_cta_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  font-family: var(--headline_font_type);
}

.single_cta .single_cta_desc {
  font-size: 14px;
  line-height: 2;
  margin-top: 10px;
}

.single_cta .single_cta_desc .pc {}

.single_cta .single_cta_desc .mobile {
  display: none;
}

.single_cta .single_cta_btn {
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 280px;
  height: 60px;
  border-radius: 70px;
  margin: 30px auto 0;
  font-size: 16px;
}

.single_cta .single_cta_btn:hover {
  background: #333;
}

.single_cta .single_cta_btn span {
  display: block;
  color: #fff;
}


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

/* タイトルエリア */
#single_post_header {
  margin-bottom: 50px;
  position: relative;
}

#single_post_header .image {
  position: relative;
  margin-top: -1px;
}

#single_post_header .image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}

#single_post_header .meta {
  border: 1px solid #ddd;
  position: relative;
  height: 70px;
}

#single_post_header .category {
  padding: 0 30px;
  height: 70px;
  line-height: 70px;
  min-width: 160px;
  text-align: center;
  border-right: 1px solid #ddd;
  display: inline-block;
  max-width: 63%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  visibility: visible;
}

#single_post_header .category a:after {
  content: ' ,';
}

#single_post_header .category a:last-of-type:after {
  display: none;
}

#single_post_header .date_area {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  height: 70px;
  align-items: center;
  padding: 0 30px;
}

#single_post_header .date {
  position: relative;
  color: #999;
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin: -2px 0 0 0;
}

#single_post_header .date:before {
  font-family: 'normal_icon';
  content: '\e903';
  font-size: 17px;
  display: inline-block;
  margin: 0 5px 0 0;
  top: 1.5px;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

#single_post_header .update {
  position: relative;
  color: #999;
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin: -2px 0 0 15px;
}

#single_post_header .update:before {
  font-family: 'normal_icon';
  content: '\e91f';
  font-size: 18px;
  display: inline-block;
  margin: 0 5px 0 0;
  top: 1.5px;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

#single_post_header .title {
  font-size: var(--single_title_font_size);
  font-family: var(--single_title_font_type);
  font-weight: 600;
  line-height: 1.5;
  border-bottom: 1px solid #ddd;
  padding: 45px 0;
}

@media(hover: hover) {
  #single_post_header .category a:hover {
    color: #999;
  }
}


/* 本文 */
@media(hover: hover) {
  .post_content a:hover {
    text-decoration: underline;
  }
}


/* SNSボタン */
#single_share_top {
  margin: 50px 0 50px;
  padding: 0;
}

#single_share_bottom {
  margin: 50px 0 0;
}


/* コピーボタン */
.single_copy_title_url {
  text-align: center;
}

.single_copy_title_url_btn {
  font-family: var(--content_font_type);
  font-size: 14px;
  color: #000;
  background: #fff;
  border: 3px solid #ccc;
  cursor: pointer;
  line-height: 54px;
  min-width: 300px;
  padding: 0 15px;
  transition-property: background-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

@media(hover: hover) {
  .single_copy_title_url_btn:hover {
    color: rgba(0, 0, 0, 0.5) !important;
  }
}

.single_copy_title_url_btn.copied {
  background: #ccc;
  color: #fff;
  pointer-events: none;
}

#single_copy_title_url_top {
  margin: 0 0 40px 0;
}

#single_copy_title_url_btm {
  margin: 50px 0 0;
}


/* ページ分割 */
#post_pagination {
  margin: 0;
  padding: 0;
  clear: both;
  font-size: 0;
  text-align: center;
}

#post_pagination a,
#post_pagination p {
  margin: 0 4px;
  border-radius: 100%;
  font-family: "Arial";
  background: #fff;
  border: 1px solid #ddd;
  color: #000;
  font-size: 14px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

#post_pagination p {
  color: #fff !important;
  background: var(--main_color);
  border-color: var(--main_color);
}

@media(hover: hover) {
  #post_pagination a:hover {
    background: var(--main_color_light);
    border-color: var(--main_color_light);
    color: #fff;
  }
}


/* メタ情報 */
#post_tag_list {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 -5px;
}

#post_tag_list a {
  background: #f6f6f6;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  margin: 0 5px 5px 0;
  border-radius: 4px;
  font-size: 14px;
}

@media(hover: hover) {
  #post_tag_list a:hover {
    background: var(--main_color);
    color: #fff !important;
  }
}


/* プロフィール */
.author_profile {
  background: #fff;
  border: 1px solid #ddd;
  margin: 50px 0 0;
  position: relative;
  padding: 35px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.author_profile .avatar_area {
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  position: relative;
}

.author_profile .image_wrap {
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.author_profile .image_wrap img {
  display: block;
  width: 100%;
  height: 100% !important;
  z-index: 2;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.author_profile .info {
  height: 100%;
  width: calc(100% - 110px);
  position: relative;
}

.author_profile .info_inner {
  padding: 0 0 0 40px;
}

.author_profile .name {
  font-size: 18px;
  margin: 0 0 5px 0;
  font-weight: 600;
  line-height: 1.4;
}

.author_profile .desc {
  line-height: 2;
  margin: 0;
  font-size: 14px;
  max-height: 4em;
  overflow: hidden;
  visibility: visible;
}

.author_profile .desc span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.author_profile .desc a {
  color: var(--content_link_color);
}

@media(hover: hover) {
  .author_profile .name a:hover {
    color: rgba(0, 0, 0, 0.5);
  }

  .author_profile .desc a:hover {
    text-decoration: underline;
  }
}

.author_profile .sns_button_list {
  text-align: left;
  margin-top: 10px;
}


/* ナビゲーション */
#next_prev_post {
  margin: 50px 0 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

#next_prev_post .item {
  border: 1px solid #ddd;
  height: 130px;
  width: 50%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#next_prev_post .item:nth-of-type(2) {
  margin-left: -1px;
  justify-content: flex-end;
}

#next_prev_post .item.next_post:nth-of-type(1) {
  margin-left: 50%;
  justify-content: flex-end;
}

#next_prev_post .image_wrap {
  width: 100px;
  height: 100px;
  margin: 0 0 0 15px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

#next_prev_post .image_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#next_prev_post .content {
  width: calc(100% - 115px);
}

#next_prev_post .no_image .content {
  width: 100%;
  padding: 0 15px;
}

#next_prev_post .title {
  position: relative;
  padding: 0 20px;
  font-weight: 500;
  margin-top: 2px;
  font-size: 16px;
  line-height: 1.6;
  max-height: 3.2em;
  overflow: hidden;
  visibility: visible;
  word-wrap: break-word;
  word-break: break-all;
  transition: color 0.2s ease;
}

#next_prev_post .title span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#next_prev_post .nav {
  display: none;
}

@media(hover: hover) {
  #next_prev_post a:hover .title {
    color: rgba(0, 0, 0, 0.5);
  }
}

body.single-news.hide_news_image #next_prev_post .image_wrap {
  display: none;
}

body.single-news.hide_news_image #next_prev_post .content {
  width: auto;
}

body.single-news.hide_news_image #next_prev_post .title {
  padding: 0 30px;
}


/* 関連記事 */
.recommend_post_wrap {
  padding: 100px 0;
  position: relative;
  background: #eee;
  overflow: hidden;
}

.recommend_post_wrap:nth-child(2n) {
  background: #fff;
}

.recommend_post_wrap .headline {
  line-height: 1;
  font-size: 28px;
  text-align: center;
  margin: 0 0 70px 0;
  font-family: var(--headline_font_type);
}

.recommend_post_wrap .recommend_post_carousel_wrap {
  position: relative;
  width: 1056px;
  margin: 0 auto;
}

.recommend_post_wrap .recommend_post_carousel {
  position: relative;
  width: 100%;
}

.recommend_post_wrap .post_list .item {
  display: block;
  background: #fff;
  height: auto;
}

.recommend_post_wrap .post_list .image_wrap {
  margin: 0;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  z-index: 2;
  aspect-ratio: 337 / 192;
}

.recommend_post_wrap .post_list .image_wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.recommend_post_wrap .post_list .content {
  height: 100px;
  padding: 2px 30px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.recommend_post_wrap:nth-child(2n) .post_list .content {
  border: 1px solid #ddd;
  border-top: none;
}

.recommend_post_wrap .post_list .title {
  font-size: 16px;
  line-height: 1.8;
  display: block;
  max-height: 3.6em;
  overflow: hidden;
  visibility: visible;
}

.recommend_post_wrap .post_list .title span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.recommend_post_wrap .post_list .category {
  height: 60px;
  line-height: 60px;
  display: block;
  padding: 0 30px;
}

.recommend_post_wrap:nth-child(2n) .post_list .category {
  border: 1px solid #ddd;
  border-bottom: none;
}

.recommend_post_wrap .swiper-nav-button {
  background: #fff;
  width: 70px;
  height: 70px;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.recommend_post_carousel_wrap:hover .swiper-nav-button {
  opacity: 1;
}

.recommend_post_wrap .swiper-button-next:before,
.recommend_post_wrap .swiper-button-prev:before {
  color: #000;
  top: 2px;
  content: '\e901';
  font-size: 16px;
}

.recommend_post_wrap .swiper-button-prev:before {
  content: '\e904';
}

.recommend_post_wrap .swiper-button-prev {
  left: -35px;
  right: auto;
  top: 133px;
}

.recommend_post_wrap .swiper-button-next {
  left: auto;
  right: -35px;
  top: 133px;
}

.recommend_post_wrap:nth-child(2n) .swiper-button-prev {
  border: 1px solid #ddd;
}

.recommend_post_wrap:nth-child(2n) .swiper-button-next {
  border: 1px solid #ddd;
}

body.single-news .recommend_post_wrap .swiper-button-prev {
  top: 82px;
}

body.single-news .recommend_post_wrap .swiper-button-next {
  top: 82px;
}

@media(hover: hover) {

  .recommend_post_wrap .swiper-button-next:hover:before,
  .recommend_post_wrap .swiper-button-prev:hover:before {
    color: #aaa;
  }

  .recommend_post_wrap a:hover {
    color: #999;
  }
}

body.single-news.hide_news_image .recommend_post_wrap .post_list .image_wrap {
  display: none;
}



/* 広告 */
#single_banner_top {
  margin: 0 auto 60px;
}

body.single-staff #single_banner_top {
  margin: 100px auto 0px;
}

body.single-interview #single_banner_top {
  margin: 0px auto 100px;
}

#single_banner_bottom {
  margin: 60px auto 0px;
}

body.single-staff #single_banner_bottom {
  margin: 90px auto 100px;
}

body.single-interview #single_banner_bottom {
  margin: 100px auto 0;
}

#single_banner_shortcode {
  margin: 15px auto 45px;
}

img.single_banner_image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.single_banner img {
  max-width: 100%;
  height: auto;
}

.single_banner a img {
  -webkit-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
}

@media(hover: hover) {
  .single_banner a:hover img {
    filter: brightness(80%);
  }
}




/* ----------------------------------------------------------------------
　ページ上部　ヘッダー
---------------------------------------------------------------------- */
#header {
  z-index: 100;
  position: sticky;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  pointer-events: none;
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

body.header_type2 #header {
  background: #fff;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 80px;
  pointer-events: auto;
  margin-bottom: 30px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}

body.header_type2.single-staff #header {
  margin-bottom: 0;
}

body.header_type2.single-interview #header {
  margin-bottom: 0;
}

body.header_type2.page-template-page-tcd-lp.has_header_image.show_page_header #header {
  margin-bottom: 0;
}

body.header_type2.page-template-page-tcd-lp.has_header_image.show_page_header.hide_global_menu #header {
  background: none;
  box-shadow: none;
}

body.header_type2.page-template-page-tcd-lp.has_header_image.show_page_header.hide_global_menu #header {
  margin-bottom: -100px;
}

body.search-no-results.header_type2 #header {
  margin: 0;
}


/* ロゴ */
#header_logo {
  height: 100%;
  position: absolute;
  left: 40px;
  top: 0;
  z-index: 100;
  height: 100px;
  pointer-events: auto;
}

#header_logo img {
  display: block;
  transition: all 0.25s ease;
  max-height: 40px;
  width: auto;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#header_logo img.mobile {
  display: none;
}

#header_logo a {
  height: 100%;
  display: block;
  transition: all 0.25s ease;
  opacity: 1;
  position: relative;
}

@media(hover: hover) {
  #header_logo a:hover {
    opacity: 0.5;
  }
}

#header_logo a .logo_text {
  font-weight: 500;
  line-height: 1.2;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #000;
  word-wrap: break-word;
}

#header_logo img.mobile {
  display: none;
}

body.hide_logo #header_logo {
  display: none !important;
}

body.header_type2 #header_logo {
  height: 80px;
  z-index: 99999;
}

body.switch_logo #header_logo a .logo_text {
  color: #fff;
}

body.header_type2.switch_logo #header_logo a .logo_text {
  color: #000;
}


/* 白いロゴ */
#header_logo .logo_image.type1 {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.25s ease;
  position: relative;
}

body.switch_logo #header_logo .logo_image.type1 {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

#header_logo .logo_image.type2 {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  position: absolute;
}

body.switch_logo #header_logo .logo_image.type2 {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}

body.header_type2.switch_logo #header_logo .logo_image.type1 {
  opacity: 1 !important;
}

body.header_type2.switch_logo #header_logo .logo_image.type2 {
  opacity: 0 !important;
}

body.header_type2.page-template-page-tcd-lp.show_page_header.hide_global_menu.switch_logo #header_logo .logo_image.type1 {
  opacity: 0 !important;
}

body.header_type2.page-template-page-tcd-lp.show_page_header.hide_global_menu.switch_logo #header_logo .logo_image.type2 {
  opacity: 1 !important;
}


/* グローバルメニュー */
@media (min-width: 1300px) {
  #global_menu {
    height: 80px;
    width: 100%;
    z-index: 2;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  #global_menu>ul {
    position: relative;
    text-align: center;
    font-size: 0;
  }

  #global_menu>ul>li {
    display: inline-block;
    position: relative;
    line-height: 1;
    text-align: center;
    font-size: 16px;
  }

  #global_menu>ul>li>a {
    color: #000;
    text-decoration: none;
    height: 80px;
    line-height: 80px;
    padding: 0 20px;
    display: block;
    position: relative;
    overflow: hidden;
  }

  #global_menu>ul>li.active>a,
  #global_menu>ul>li.current-menu-item>a {
    color: #999;
  }

  #global_menu ul ul {
    width: 250px;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 25px 0 0 0;
    z-index: 100;
    transition: top 0.2s ease, opacity 0.2s ease;
  }

  #global_menu ul li.active>ul {
    opacity: 1;
    top: 80px;
    pointer-events: auto;
    transition: top 0.4s ease, opacity 0.4s ease;
  }

  #global_menu ul ul ul {
    left: 100%;
    transform: translateX(0%);
    top: 30px !important;
    margin: 0;
    padding: 0 0 0 10px;
    width: calc(100% + 10px);
    top: 80px;
    transition: top 0.4s ease, opacity 0.4s ease;
  }

  #global_menu ul ul li.active>ul {
    top: 0 !important;
    opacity: 1;
  }

  #global_menu ul ul li {
    line-height: 1.5;
    font-size: 14px;
    padding: 0;
    margin: 0;
    text-align: left;
    position: relative;
    display: block;
  }

  #global_menu ul ul a {
    background: var(--main_color);
    color: #fff;
    display: block;
    position: relative;
    padding: 15px 20px 13px;
    height: auto;
    line-height: 1.6;
    margin: 0;
  }

  #global_menu ul ul a:hover {
    text-decoration: none;
    color: #fff;
    background: var(--main_color_light);
  }

  #global_menu ul ul li.menu-item-has-children>a:before {
    font-family: 'normal_icon';
    content: '\e910';
    color: fff;
    display: block;
    position: absolute;
    right: 9px;
    top: 19px;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
  }

  #global_menu ul ul li.menu-item-has-children>a:hover:before {
    color: #fff;
  }

  #global_menu>ul ul>li:first-of-type>a {
    border-radius: 7px 7px 0 0;
  }

  #global_menu>ul ul>li:first-of-type>a:after {
    content: '';
    display: block;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 0 8px 14px 8px;
    border-color: transparent transparent var(--main_color) transparent;
  }

  #global_menu>ul ul>li:first-of-type>a:hover:after {
    border-color: transparent transparent var(--main_color_light) transparent;
  }

  #global_menu>ul ul ul>li:first-of-type>a:after {
    display: none;
  }

  #global_menu>ul ul>li:last-of-type>a {
    border-radius: 0 0 7px 7px;
  }

  #global_menu>ul ul>li:only-of-type>a {
    border-radius: 7px;
  }
}


/* ボタン */
#header_button {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
}

#header_button a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 25px;
  min-width: 170px;
  background: var(--main_color);
  color: #fff;
  margin: 0 0 0 10px;
}

@media(hover: hover) {
  #header_button a:hover {
    background: var(--main_color_light);
  }
}


/* ドロワーメニュー開閉ボタン */
#drawer_menu_button {
  background: var(--main_color);
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  transition: background 0.25s ease;
  pointer-events: auto;
  z-index: 100;
}

html.open_menu #drawer_menu_button {
  display: none;
}

#drawer_menu_close_button {
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 100;
}

body.header_type2 #drawer_menu_close_button {
  display: none;
}

@media(hover: hover) {

  #drawer_menu_button:hover span,
  #drawer_menu_close_button:hover span {
    opacity: 0.6;
  }
}

#drawer_menu_button span,
#drawer_menu_close_button span {
  width: 22px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s ease;
}

#drawer_menu_button span:nth-child(1) {
  top: 28px;
}

#drawer_menu_button span:nth-child(2) {
  top: 34px;
}

#drawer_menu_button span:nth-child(3) {
  top: 40px;
}

html.open_menu #drawer_menu_button span:nth-child(1) {
  transform: rotate(45deg);
  left: 25px;
  top: 35px;
}

html.open_menu #drawer_menu_button span:nth-child(2) {
  width: 0;
}

html.open_menu #drawer_menu_button span:nth-child(3) {
  transform: rotate(-45deg);
  left: 25px;
  top: 35px;
}

#drawer_menu_close_button span:nth-child(1) {
  transform: rotate(45deg);
  left: 25px;
  top: 35px;
}

#drawer_menu_close_button span:nth-child(2) {
  width: 0;
}

#drawer_menu_close_button span:nth-child(3) {
  transform: rotate(-45deg);
  left: 25px;
  top: 35px;
}


/* ドロワーメニュー */
#drawer_menu_wrap {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  background: var(--main_color);
  width: 50%;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  height: 100dvh;
  z-index: 9999;
}

html.open_menu #drawer_menu_wrap {
  opacity: 1;
  pointer-events: auto;
}

#drawer_menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  content: '';
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

html.open_menu #drawer_menu_overlay {
  opacity: 1;
  pointer-events: auto;
}

#drawer_menu_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: auto;
  overflow-x: hidden;
  padding: 70px 0;
  scrollbar-width: thin;
}

#drawer_menu_inner {
  width: 100%;
}

#drawer_menu a {
  color: #fff;
  transition: all 0.25s ease;
}

#drawer_menu a:hover,
#drawer_menu li.open a {
  padding-left: 65px;
}

#drawer_menu>ul {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#drawer_menu>ul>li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

#drawer_menu>ul>li .child_menu_button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  cursor: pointer;
  width: 100px;
  height: 100px;
}

#drawer_menu>ul>li .child_menu_button:before {
  content: '';
  width: 18px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  top: 50px;
  left: 40px;
  transition: background 0.25s ease;
}

#drawer_menu>ul>li .child_menu_button:after {
  content: '';
  width: 2px;
  height: 18px;
  background: #fff;
  display: block;
  position: absolute;
  top: 42px;
  left: 48px;
  transition: background 0.25s ease;
}

@media(hover: hover) {
  #drawer_menu>ul>li .child_menu_button:hover:after {
    background: rgba(255, 255, 255, 0.5);
  }

  #drawer_menu>ul>li .child_menu_button:hover:before {
    background: rgba(255, 255, 255, 0.5);
  }
}

#drawer_menu>ul>li.open .child_menu_button:after {
  display: none;
}

#drawer_menu>ul>li.open {
  border-bottom: none;
}

#drawer_menu>ul>li>a {
  height: 100px;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#drawer_menu>ul>li>a span {
  display: block;
}

#drawer_menu>ul>li>a .title {
  font-size: 28px;
  font-family: var(--headline_font_type);
  font-weight: 600;
}

#drawer_menu>ul>li>a .sub_title {
  font-size: 16px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.7);
  padding-right: 50px;
  line-height: 1.4;
}

#drawer_menu .sub-menu {
  display: none;
}

#drawer_menu .sub-menu ul {
  display: flex;
  flex-wrap: wrap;
  background: var(--main_color_light);
  overflow: hidden;
}

#drawer_menu>ul ul li {
  width: calc(100% / 3);
  margin: 0 0 -1px 0;
  z-index: 1;
  position: relative;
}

#drawer_menu>ul ul li:hover {
  z-index: 2;
  position: relative;
}

#drawer_menu>ul ul li a {
  background: var(--main_color_light);
  display: flex;
  flex-wrap: wrap;
  border: 1px solid var(--main_color_light2);
  border-left: none;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  height: 70px;
  padding: 0 15px !important;
  z-index: 1;
}

#drawer_menu>ul ul li:nth-child(1) a,
#drawer_menu>ul ul li:nth-child(2) a,
#drawer_menu>ul ul li:nth-child(3) a {
  border-top: none;
}

#drawer_menu>ul ul li:nth-child(3n - 2) a {
  border-left: none;
}

@media(hover: hover) {
  #drawer_menu>ul ul li a:hover {
    background: var(--main_color_light2);
    position: relative;
    z-index: 2;
  }
}

#mobile_sns {
  display: none;
}


/* ヘッダーバー　タイプ２ */
@media (min-width: 1300px) {
  body.header_type2 #drawer_menu_button {
    display: none;
  }

  body.header_type2 #drawer_menu_wrap {
    opacity: 1;
    background: none;
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    height: 80px;
    pointer-events: auto;
  }

  body.header_type2 #drawer_menu_wrap {
    display: block;
    overflow: visible;
    overflow-x: visible;
    padding: 0;
  }

  body.header_type2 #drawer_menu_overlay {
    display: none;
  }
}


/* パンくずリンク */
#bread_crumb {
  margin-top: 23px;
}

#bread_crumb ul {
  width: 1056px;
  height: 70px;
  line-height: 70px;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  visibility: visible;
}

#bread_crumb li {
  display: inline;
  font-size: 14px;
  margin: 0 8px 0 0;
  padding: 0 24px 0 0;
  position: relative;
}

#bread_crumb li.category {
  padding-right: 19px;
}

#bread_crumb li:after {
  font-family: 'normal_icon';
  content: '\e910';
  font-size: 11px;
  color: #000;
  display: block;
  height: 13px;
  line-height: 13px;
  position: absolute;
  right: 0px;
  top: 2px;
  -webkit-font-smoothing: antialiased;
}

#bread_crumb li:last-of-type:after {
  display: none;
}

#bread_crumb li:last-of-type {
  margin-left: 5px;
  color: #666;
}

#bread_crumb,
#bread_crumb li.last {}

#bread_crumb li a {
  color: #000;
  display: inline-block;
  transition: opacity 0.2s ease-in-out;
}

@media(hover: hover) {
  #bread_crumb li a:hover {
    opacity: 0.5;
  }
}

#bread_crumb li.category a:after {
  content: ',';
  margin-right: 5px;
}

#bread_crumb li.category a:last-of-type:after {
  display: none;
}

#bread_crumb li.home {
  padding-right: 20px;
}

#bread_crumb li.home a {
  position: relative;
  width: 16px;
}

#bread_crumb li.home a span {
  opacity: 0;
}

#bread_crumb li.home a:before {
  font-family: 'normal_icon';
  content: '\e90c';
  font-size: 12px;
  color: #000;
  display: inline-block;
  top: 0px;
  position: relative;
  -webkit-font-smoothing: antialiased;
}


/* ヘッダーメッセージ */
#header_message {
  position: relative;
  z-index: 20;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 20px;
}

#header_message .label {
  display: block;
  color: inherit;
  line-height: 1.4;
  padding: 0 20px;
}

@media(hover: hover) {
  #header_message a.label:hover {
    text-decoration: underline;
  }
}

@media (max-width: 800px) {
  #header_message {
    min-height: 40px;
    font-size: 12px;
  }
}


/* サイドボタン */
.side_menu_button {
  position: fixed;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  pointer-events: none;
  transition: right 0.25s ease;
}

body.scroll_content_is_active .side_menu_button {
  right: -70px;
}

.side_menu_button .item {
  right: -70px;
  position: relative;
  color: #fff;
  display: flex;
  transform: translate3d(calc(100% - 70px), 0, 0);
  transition: background 0.25s ease, transform 0.25s ease;
  pointer-events: auto;
}

.side_menu_button .item:hover {
  transform: translate3d(0, 0, 0);
}

body.start_first_animation .side_menu_button .item:nth-child(1) {
  animation: tcd_side_menu_animation 0.25s ease 0s forwards;
}

body.start_first_animation .side_menu_button .item:nth-child(2) {
  animation: tcd_side_menu_animation 0.25s ease 0.2s forwards;
}

body.home.start_first_animation .side_menu_button .item:nth-child(1) {
  animation: tcd_side_menu_animation 0.25s ease 0.5s forwards;
}

body.home.start_first_animation .side_menu_button .item:nth-child(2) {
  animation: tcd_side_menu_animation 0.25s ease 0.7s forwards;
}

body.home.no_first_view_animation .side_menu_button .item {
  animation: none !important;
  right: 0px;
}

@keyframes tcd_side_menu_animation {
  0% {
    right: -70px;
  }

  100% {
    right: 0px;
  }
}

.side_menu_button .title {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 40px 0;
  width: 70px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.side_menu_button .content {
  padding: 25px 25px 25px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.6;
}

.side_menu_button .catch {
  font-weight: 600;
}

.side_menu_button .catch+.desc {
  margin-top: 10px;
}

html.open_menu .side_menu_button {
  opacity: 0;
}

#drawer_menu_wrap .side_menu_button {
  display: none;
}

body.hide_side_button .side_menu_button {
  display: none !important;
}




/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */
/* バナー */
#footer_banner {
  display: flex;
  flex-wrap: wrap;
  z-index: 21;
  position: relative;
  margin-bottom: -1px;
}

#footer_banner .item {
  display: block;
  flex: 1 1 0%;
  height: 280px;
  position: relative;
  overflow: hidden;
}

#footer_banner .content {
  z-index: 3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
  color: #fff;
}

#footer_banner .title {
  font-size: var(--footer_banner_title_font_size);
  font-family: var(--headline_font_type);
  line-height: 1;
  font-weight: 600;
}

#footer_banner .sub_title {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  margin-top: 20px;
}

#footer_banner .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#footer_banner .image_wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#footer_banner .image_wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}


/* ロゴエリア */
#footer {
  background: var(--main_color);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  z-index: 20;
  position: relative;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: rgba(255, 255, 255, 0.6);
}

#footer .item {
  flex: 1 1 0%;
  padding: 100px 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

#footer .item:last-of-type {
  border-right: none;
}

#footer_logo img {
  display: block;
  transition: all 0.25s ease;
  max-width: 100%;
  height: auto;
}

#footer_logo img.mobile {
  display: none;
}

@media(hover: hover) {
  #footer_logo a:hover img {
    opacity: 0.5;
  }
}

#footer_logo a .logo_text {
  font-weight: 500;
  line-height: 1.2;
  word-wrap: break-word;
}

#footer_logo img.mobile {
  display: none;
}

#footer_info {
  line-height: 2;
  margin-top: 30px;
  font-size: 16px;
}

#footer_sns {
  margin-top: 30px;
  text-align: left;
}

#footer_sns.color_type1 li a:before {
  color: #fff;
}

/* メニュー */
.footer_nav h3 {
  font-size: 20px;
  line-height: 1;
  margin: 0 0 12px 0;
}

.footer_nav ul {
  margin-bottom: -14px;
}

.footer_nav li {
  font-size: 14px;
  line-height: 1.4;
}

.footer_nav li a {
  display: block;
  padding: 12px 0;
}


/* コピーライト */
#copyright {
  line-height: 1.5;
  position: relative;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  padding: 24px 20px;
  background: var(--main_color);
  color: #fff;
  z-index: 20;
}

#copyright a {
  color: #fff;
  text-decoration: underline;
}

@media(hover: hover) {
  #copyright a:hover {
    color: rgba(255, 255, 255, 0.6);
  }
}


/* 上部へ戻る*/
#return_top {
  position: fixed;
  right: 20px;
  bottom: 0px;
  z-index: 80;
  transform: translate3d(0, 100%, 0);
  transition: all 0.35s;
}

#return_top.active {
  transform: translate3d(0, 0, 0);
  bottom: 20px;
}

#return_top a {
  border-radius: 100%;
  background: #fff;
  display: block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-decoration: none;
  position: relative;
  border: 1px solid #ddd;
}

@media(hover: hover) {
  #return_top a:hover:before {
    color: #aaa;
  }
}

#return_top span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

#return_top a:before {
  color: #000;
  font-family: 'normal_icon';
  content: '\e904';
  font-size: 16px;
  display: block;
  width: 16px;
  position: absolute;
  top: 7px;
  left: 25px;
  transform: rotate(90deg) translateX(-50%);
  -webkit-font-smoothing: antialiased;
}


/* SNSボタン（全箇所共通） */
.sns_button_list {
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -5px;
}

.sns_button_list li {
  font-size: 12px;
  margin: 0 15px 5px 0;
  position: relative;
}

.sns_button_list li a {
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 18px;
  height: 18px;
}

.sns_button_list li a span {
  display: none;
}

.sns_button_list li a:before {
  font-family: 'sns_icon', 'normal_icon';
  font-size: 16px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
  -webkit-font-smoothing: antialiased;
}

.sns_button_list.color_type1 li a:before {
  color: #000;
}

@media(hover: hover) {
  .sns_button_list li a:hover:before {
    opacity: 0.5;
  }
}

.sns_button_list li.twitter a:before {
  content: '\e950';
  font-size: 15px;
}

.sns_button_list li.facebook a:before {
  content: '\e944';
  font-size: 18px;
}

.sns_button_list li.insta a:before {
  content: '\ea92';
  font-size: 15px;
}

.sns_button_list li.pinterest a:before {
  content: '\e905';
  font-size: 18px;
}

.sns_button_list li.youtube a {
  width: 19px;
}

.sns_button_list li.youtube a:before {
  content: '\ea9d';
  font-size: 18px;
}

.sns_button_list li.tiktok a:before {
  content: '\e94d';
}

.sns_button_list li.contact a:before {
  content: '\e900';
  font-size: 20px;
}

.sns_button_list li.rss a:before {
  content: '\e90b';
  font-size: 14px;
  margin-left: 1px;
}

.sns_button_list li.user_url a:before {
  content: '\e942';
  margin-left: 0.7px;
}

.sns_button_list.color_type2 li {
  margin: 0 15px 5px 0;
}

.sns_button_list.color_type2 li a {
  width: 25px;
  height: 25px;
}

.sns_button_list.color_type2 li a:before {
  font-size: 24px;
}

.sns_button_list.color_type2 li.twitter a:before {
  color: #000;
  font-size: 19px;
}

.sns_button_list.color_type2 li.facebook a:before {
  color: #1877f2;
  font-size: 26px;
}

.sns_button_list.color_type2 li.insta a:before {
  color: #e4405f;
  font-size: 23px;
}

.sns_button_list.color_type2 li.pinterest a:before {
  color: #bd081c;
  font-size: 24px;
}

.sns_button_list.color_type2 li.youtube a:before {
  color: #f00;
}

.sns_button_list.color_type2 li.tiktok a:before {
  color: #000;
  font-size: 20px;
}

.sns_button_list.color_type2 li.contact a:before {
  color: #00729f;
}

.sns_button_list.color_type2 li.rss a:before {
  color: orange;
  font-size: 19px;
}

.sns_button_list.color_type2 li.user_url a:before {
  color: #00729f;
}


/* フッターバー */
#dp-footer-bar {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  width: 100%;
}

.open_menu #dp-footer-bar {
  display: none;
}

.dp-footer-bar-type1 #dp-footer-bar {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.dp-footer-bar-type1 #dp-footer-bar.active {
  opacity: 1;
}

.dp-footer-bar-type2 #dp-footer-bar {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

.dp-footer-bar-type2 #dp-footer-bar.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


/* フッターバー　アイコン無しタイプ */
#dp-footer-bar {
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#dp-footer-bar a {
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 12px;
  padding: 0 20px;
  text-decoration: none !important;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
}




/* ----------------------------------------------------------------------
 ウィジェット
---------------------------------------------------------------------- */
/* 基本設定 */
.widget_content {
  margin: 0 0 40px 0;
  position: relative;
  font-size: 16px;
}

.widget_content:last-of-type {
  margin-bottom: 0;
}

.widget_content ul {
  margin: 0;
}

.widget_content li {
  line-height: 2;
  padding: 2px 0;
  margin: 0 0 10px 0;
}

.widget_content a {
  text-decoration: none;
}

.widget_content a:hover {}

.widget_content img {
  height: auto;
  max-width: 100%;
}

.widget_headline {
  font-weight: 600;
  font-size: 18px;
  padding: 0;
  margin: 0 0 12px 0;
  position: relative;
  line-height: 1.6;
}

.widget_headline a {
  color: var(--main_color);
}


/* 記事スライダー */
.post_slider_widget {
  position: relative;
}

.post_slider_widget .post_slider_wrap {
  border-bottom: 1px solid #ddd;
}

.post_slider_widget .post_slider_wrap .post_slider .item {
  align-items: unset;
}

.post_slider_wrap:before {
  content: '';
  display: block;
  width: 1px;
  height: 84px;
  background: #ddd;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}

.post_slider_wrap:after {
  content: '';
  display: block;
  width: 1px;
  height: 84px;
  background: #ddd;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.post_slider_widget .swiper-pagination {
  margin-top: 12px;
  z-index: 10;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
}

.post_slider_widget .swiper-pagination span {
  background: #ccc;
  width: 10px;
  height: 10px;
  opacity: 1;
}

.post_slider_widget .swiper-pagination span.swiper-pagination-bullet-active {
  background: var(--main_color);
  pointer-events: none;
}

@media(hover: hover) {
  .post_slider_widget .swiper-pagination span:hover {
    background: var(--main_color);
  }
}

.post_slider_widget a {
  position: relative;
  display: block;
  background: #fff;
}

.post_slider_widget .image_wrap {
  display: block;
  width: 100%;
  height: 170px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.post_slider_widget .image {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.post_slider_widget .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none !important;
}

.post_slider_widget .title {
  height: 84px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid #ddd;
  padding: 0 20px;
}

.post_slider_widget .title h4 {
  padding: 0;
  font-size: 14px;
  line-height: 1.8;
  max-height: 3.6em;
  font-weight: 500;
  word-break: break-all;
  overflow: hidden;
}

.post_slider_widget .title span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.post_slider_wrap.no_image:before {
  height: 118px;
}

.post_slider_wrap.no_image:after {
  height: 118px;
}

.post_slider_widget .no_image .title {
  height: 118px;
  padding: 20px;
  border-top: 1px solid #ddd;
}

.post_slider_widget .date {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
  color: #999;
  position: relative;
}

.post_slider_widget .date:before {
  font-family: 'normal_icon';
  content: '\e903';
  font-size: 17px;
  margin: 0 5px 0 0;
  position: relative;
  top: 1.5px;
  -webkit-font-smoothing: antialiased;
}

@media(hover: hover) {
  .post_slider_widget a:hover {
    color: #999;
  }
}


/* スタッフスライダー */
.staff_slider_widget {
  position: relative;
}

.staff_slider_widget .staff_slider_widget_wrap {}

.staff_slider_widget_wrap:before {
  content: '';
  display: block;
  width: 1px;
  height: 180px;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.staff_slider_widget_wrap:after {
  content: '';
  display: block;
  width: 1px;
  height: 180px;
  background: #ddd;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.staff_slider_widget .swiper-pagination {
  margin-top: 12px;
  z-index: 10;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
}

.staff_slider_widget .swiper-pagination span {
  background: #ccc;
  width: 10px;
  height: 10px;
  opacity: 1;
}

.staff_slider_widget .swiper-pagination span.swiper-pagination-bullet-active {
  background: var(--main_color);
  pointer-events: none;
}

@media(hover: hover) {
  .staff_slider_widget .swiper-pagination span:hover {
    background: var(--main_color);
  }
}

.staff_slider_widget a {
  position: relative;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  height: 180px;
}

.staff_slider_widget .image_wrap {
  margin: 0;
  display: block;
  width: 130px;
  height: 180px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.staff_slider_widget .image {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.staff_slider_widget .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none !important;
}

.staff_slider_widget .title {
  width: calc(100% - 130px);
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #ddd;
  border-left: none;
  padding: 5px 20px 0;
}

.staff_slider_widget .title h4 {
  padding: 0;
  font-size: 14px;
  line-height: 1.8;
  max-height: 5.4em;
  font-weight: 500;
  word-break: break-all;
  overflow: hidden;
}

.staff_slider_widget .title span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.staff_design_type2 .staff_slider_widget a {
  height: 130px;
}

body.staff_design_type2 .staff_slider_widget .image_wrap {
  height: 130px;
}

body.staff_design_type2 .staff_slider_widget .title {
  height: 130px;
}

body.staff_design_type2 .staff_slider_widget_wrap:before {
  height: 130px;
}

body.staff_design_type2 .staff_slider_widget_wrap:after {
  height: 130px;
}

@media(hover: hover) {
  .staff_slider_widget a:hover {
    color: #999;
  }
}


/* インタビュースライダー */
.interview_slider_widget {
  position: relative;
  z-index: 2;
}

.interview_slider_widget .interview_slider_widget_wrap {
  border-bottom: 1px solid #ddd;
}

.interview_slider_widget_wrap:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #ddd;
  position: absolute;
  left: 0;
  bottom: 0;
}

.interview_slider_widget_wrap:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #ddd;
  position: absolute;
  right: 0;
  bottom: 0;
}

.interview_slider_widget .swiper-pagination {
  margin-top: 12px;
  z-index: 10;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
}

.interview_slider_widget .swiper-pagination span {
  background: #ccc;
  width: 10px;
  height: 10px;
  opacity: 1;
}

.interview_slider_widget .swiper-pagination span.swiper-pagination-bullet-active {
  background: var(--main_color);
  pointer-events: none;
}

@media(hover: hover) {
  .interview_slider_widget .swiper-pagination span:hover {
    background: var(--main_color);
  }
}

.interview_slider_widget .item {
  height: auto !important;
}

.interview_slider_widget a {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 2;
  height: 100%;
}

.interview_slider_widget .image_wrap {
  display: block;
  width: 100%;
  height: 125px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.interview_slider_widget .image {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.interview_slider_widget .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none !important;
}

.interview_slider_widget .title {
  min-height: 84px;
  border-left: 1px solid #ddd;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}

.interview_slider_widget .title h4 {
  padding: 0;
  font-size: 14px;
  line-height: 1.8;
  max-height: 3.6em;
  font-weight: 500;
  word-break: break-all;
  overflow: hidden;
}

.interview_slider_widget .title span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.interview_slider_widget .headline_area {
  background: #000;
  color: #fff;
  padding: 20px 20px 15px;
  text-align: center;
  font-weight: 600;
}

.interview_slider_widget .headline_area .headline {
  font-size: 16px;
  margin: 0 0 5px 0;
}

.interview_slider_widget .headline_area .sub_title {
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

@media(hover: hover) {
  .interview_slider_widget a:hover {
    color: #999;
  }
}


/* お知らせ一覧 */
.news_list_widget .item {
  border: 1px solid #ddd;
  border-bottom: none;
}

.news_list_widget .item:last-of-type {
  border-bottom: 1px solid #ddd;
}

.news_list_widget .item a {
  display: block;
  padding: 20px;
}

.news_list_widget .date {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
  color: #999;
  position: relative;
}

.news_list_widget .date:before {
  font-family: 'normal_icon';
  content: '\e903';
  font-size: 17px;
  margin: 0 5px 0 0;
  position: relative;
  top: 1.5px;
  -webkit-font-smoothing: antialiased;
}

.news_list_widget .post_title {
  line-height: 1.6;
  font-size: 14px;
}


/* デザインされた記事一覧 */
.styled_post_list1_widget {}

.styled_post_widget li {
  margin: 0 0 20px 0;
  padding: 0;
}

.styled_post_widget li:last-of-type {
  margin-bottom: 0;
}

.styled_post_widget a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.styled_post_widget .image_wrap {
  display: block;
  width: 100px;
  height: 100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.styled_post_widget .image {
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.styled_post_widget .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: none !important;
}

.styled_post_widget .title {
  width: calc(100% - 100px);
  position: relative;
  padding: 0 0 0 20px;
  font-size: 14px;
  line-height: 1.8;
  max-height: 5.4em;
  font-weight: 500;
  word-break: break-all;
  overflow: hidden;
}

.styled_post_widget .title span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media(hover: hover) {
  .styled_post_widget a:hover {
    color: #999;
  }
}


/* タブ記事 */
.tab_post_list_widget {
  position: relative;
}

.widget_tab_post_list_button {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
}

.widget_tab_post_list_button div {
  font-size: 14px;
  height: 60px;
  line-height: 60px;
  flex: 1 1 0%;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ddd;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  visibility: visible;
  display: block;
  position: relative;
  transition: all 0.25s ease;
}

.widget_tab_post_list_button div.active {
  pointer-events: none;
  border-bottom: 1px solid #fff;
}

@media(hover: hover) {
  .widget_tab_post_list_button div:hover {
    color: #aaa;
  }
}

.widget_tab_post_list_button div:last-of-type {
  border-left: none;
}

.widget_tab_post_list {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  border: 1px solid #ddd;
  border-top: none;
}

.widget_tab_post_list.active {
  opacity: 1;
  pointer-events: initial;
  position: relative;
  top: 0;
  left: 0px;
  width: auto;
  z-index: 10;
}

.no_tab+.widget_tab_post_list {
  border-top: 1px solid #ddd;
}

.widget_tab_post_list li {
  margin: 0;
  padding: 20px;
  border-bottom: 1px solid #ddd;
  line-height: 1;
}

.widget_tab_post_list li:last-of-type {
  border-bottom: none;
}

.widget_tab_post_list a {
  padding: 0;
  display: flex;
  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_wrap .image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.widget_tab_post_list .title_area {
  width: calc(100% - 110px);
  height: 110px;
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.widget_tab_post_list .title {
  font-size: 14px;
  line-height: 1.6;
  max-height: 4.8em;
  word-break: break-all;
  overflow: hidden;
}

.widget_tab_post_list .title span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.widget_tab_post_list .date {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 10px 0;
  display: block;
  color: #999;
  position: relative;
}

.widget_tab_post_list .date:before {
  font-family: 'normal_icon';
  content: '\e903';
  font-size: 17px;
  margin: 0 5px 0 0;
  position: relative;
  top: 1.5px;
  -webkit-font-smoothing: antialiased;
}

.widget_tab_post_list li.no_post {
  padding: 20px;
  font-size: 14px;
  line-height: 2;
}

.widget_tab_post_list.no_image a {
  display: block;
}

.widget_tab_post_list.no_image .title_area {
  width: auto;
  display: block;
  height: auto;
  padding: 0;
}

@media(hover: hover) {
  .widget_tab_post_list a:hover {
    color: #999;
  }
}


/* 検索 */
.widget_search label {
  display: none;
}

#searchform {
  background: #fff;
  height: 60px;
  border: 1px solid #ddd;
}

#searchform #s {
  border: none;
  background: none;
  padding: 0 20px;
  margin: 0;
  width: calc(100% - 50px);
  height: 60px;
}

#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: 0px;
}

#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: 'normal_icon';
  color: #333;
  font-size: 16px;
  content: '\e94c';
  right: 2px;
  top: 1px;
  font-weight: 600;
  transition: color 0.2s ease;
  -webkit-font-smoothing: antialiased;
}

@media(hover: hover) {
  #searchform .submit_button:hover:before {
    color: rgba(0, 0, 0, 0.5) !important;
  }
}


/* デフォルトのタグ一覧 */
.widget_tag_cloud .tagcloud {
  margin: 0 0 -6px 0;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.widget_tag_cloud .tagcloud a {
  margin: 0 6px 6px 0;
  font-size: 14px !important;
  display: block;
  background: #f6f6f6;
  padding: 0px 20px;
  border-radius: 4px;
  height: 36px;
  line-height: 36px;
}

@media(hover: hover) {
  .widget_tag_cloud .tagcloud a:hover {
    background: var(--main_color);
    color: #fff !important;
  }
}


/* デフォルトの最近の記事 */
.widget_recent_entries li {
  padding: 15px 20px;
  margin: 0 0 -1px 0;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
}

.widget_recent_entries li a {
  display: block;
  font-size: 14px;
  line-height: 1.8;
  width: 100%;
  order: 2;
}

.widget_recent_entries li a br {
  display: none;
}

.widget_recent_entries .post-date {
  position: relative;
  color: #999;
  font-size: 14px;
  margin: 0 0 5px 0;
  display: block;
  width: 100%;
  order: 1;
}

.widget_recent_entries .post-date:before {
  font-family: 'normal_icon';
  content: '\e903';
  font-size: 16px;
  margin: 0 5px 0 0;
  position: relative;
  top: 1.5px;
  -webkit-font-smoothing: antialiased;
}


/* デフォルトのカテゴリー */
.widget_categories .widget_headline {}

.widget_categories ul:first-of-type {
  position: relative;
  border-bottom: 1px solid #ddd;
}

.widget_categories ul:first-of-type ul {
  border: none;
}

.widget_categories ul:first-of-type:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.widget_categories ul:first-of-type ul:after {
  display: none;
}

.widget_categories li {
  margin: 0;
  padding: 0;
  position: relative;
}

.widget_categories li a {
  display: block;
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: none;
  padding: 0 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
}

.widget_categories li li a {
  padding-left: calc(20px + 1em);
}

.widget_categories li li li a {
  padding-left: calc(20px + 2em);
}

.widget_categories li .title {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  visibility: visible;
}

.widget_categories li .post-count {
  background: #f2f2f2;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 11px;
  pointer-events: none;
}

@media(hover: hover) {
  .widget_categories li a:hover {
    color: #999;
  }
}


/* デフォルトのアーカイブ */
.widget_archive {}

.widget_archive ul:first-of-type {
  position: relative;
  border-bottom: 1px solid #ddd;
}

.widget_archive ul:first-of-type ul {
  border: none;
}

.widget_archive ul:first-of-type:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.widget_archive ul:first-of-type ul:after {
  display: none;
}

.widget_archive li {
  margin: 0;
  padding: 0;
  position: relative;
}

.widget_archive li a {
  display: block;
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: none;
  padding: 0 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
}

.widget_archive li li a {
  padding-left: calc(20px + 1em);
}

.widget_archive li li li a {
  padding-left: calc(20px + 2em);
}

.widget_archive li .post-count {
  background: #f2f2f2;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 11px;
}

@media(hover: hover) {
  .widget_archive li a:hover {
    color: #999;
  }
}


/* デフォルトの固定ページ */
.widget_pages {}

.widget_pages ul:first-of-type {
  position: relative;
  border-bottom: 1px solid #ddd;
}

.widget_pages ul:first-of-type ul {
  border: none;
}

.widget_pages ul:first-of-type:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.widget_pages ul:first-of-type ul:after {
  display: none;
}

.widget_pages li {
  margin: 0;
  padding: 0;
  position: relative;
}

.widget_pages li a {
  display: block;
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: none;
  padding: 0 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
}

.widget_pages li li a {
  padding-left: calc(20px + 1em);
}

.widget_pages li li li a {
  padding-left: calc(20px + 2em);
}

@media(hover: hover) {
  .widget_pages li a:hover {
    color: #999;
  }
}


/* デフォルトのナビ　*/
.widget_nav_menu {}

.widget_nav_menu ul:first-of-type {
  position: relative;
  border-bottom: 1px solid #ddd;
}

.widget_nav_menu ul:first-of-type ul {
  border: none;
}

.widget_nav_menu ul:first-of-type:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.widget_nav_menu ul:first-of-type ul:after {
  display: none;
}

.widget_nav_menu li {
  margin: 0;
  padding: 0;
  position: relative;
}

.widget_nav_menu li a {
  display: block;
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: none;
  padding: 0 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
}

.widget_nav_menu li li a {
  padding-left: calc(20px + 1em);
}

.widget_nav_menu li li li a {
  padding-left: calc(20px + 2em);
}

@media(hover: hover) {
  .widget_nav_menu li a:hover {
    color: #999;
  }
}


/* デフォルトのメタウィジェット */
.widget_meta {}

.widget_meta ul:first-of-type {
  position: relative;
  border-bottom: 1px solid #ddd;
}

.widget_meta ul:first-of-type ul {
  border: none;
}

.widget_meta ul:first-of-type:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.widget_meta ul:first-of-type ul:after {
  display: none;
}

.widget_meta li {
  margin: 0;
  padding: 0;
  position: relative;
}

.widget_meta li a {
  display: block;
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: none;
  padding: 0 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
}

.widget_meta li li a {
  padding-left: calc(20px + 1em);
}

.widget_meta li li li a {
  padding-left: calc(20px + 2em);
}

@media(hover: hover) {
  .widget_meta li a:hover {
    color: #999;
  }
}


/* デフォルトのコメントウィジェット */
.widget_recent_comments li {
  font-size: 14px;
  line-height: 1.8;
  border: 1px solid #ddd;
  margin: 0 0 -1px 0;
  padding: 15px 20px;
}

.widget_recent_comments li:last-of-type {
  margin-bottom: 0;
}

.widget_recent_comments li>a {
  display: block;
}

.widget_recent_comments .comment-author-link a {
  color: #999;
}

.widget_recent_comments .comment-author-link a:hover {
  color: #ccc;
}

.widget_recent_comments li br {
  display: none;
}


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


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

.widget_text .textwidget p {
  line-height: 2.4;
}


/* デフォルトのアーカイブとカテゴリー　ドロップダウンメニュー */
.widget_archive form,
.widget_categories form {
  position: relative;
}

.widget_archive select,
.widget_categories select {
  border: 1px solid #ddd;
  background: #fff;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  font-size: 16px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.widget_archive .screen-reader-text,
.widget_categories .screen-reader-text {
  display: block;
  clip: auto;
  clip-path: none;
  pointer-events: none;
  height: 60px;
  width: 50px;
  margin: 0;
  left: calc(100% - 50px);
  text-indent: -100vw;
}

.widget_archive .screen-reader-text:before,
.widget_categories .screen-reader-text:before {
  font-family: 'normal_icon';
  content: '\e90e';
  text-align: center;
  text-indent: 0;
  display: block;
  font-size: 14px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: 20px;
  top: 25px;
  -webkit-font-smoothing: antialiased;
}

body.page-template-page-about .widget_archive .screen-reader-text {
  left: calc(100% - 80px);
}


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

#wp-calendar {
  margin: 0 auto;
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
  table-layout: fixed;
}

#wp-calendar caption {
  padding: 7px 0;
  font-size: 16px;
  font-weight: 600;
}

#wp-calendar thead th,
#wp-calendar tfoot td {
  padding: 12px 10px;
  line-height: 2;
}

#wp-calendar thead th {
  font-weight: 500;
}

#wp-calendar tbody th,
#wp-calendar tbody td {
  padding: 0;
  margin: 0;
  line-height: 1;
  text-align: center;
}

#wp-calendar tbody span,
#wp-calendar tbody a {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 /1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#wp-calendar tbody a {
  border-radius: 100%;
  background: #f6f6f6;
  color: #000;
  width: calc(100% - 6px);
  margin-left: 3px;
}

@media(hover: hover) {
  #wp-calendar tbody a:hover {
    color: #fff;
    background: var(--main_color);
  }
}

#wp-calendar tbody td[colspan] span {
  aspect-ratio: unset;
}

.wp-calendar-nav {
  font-size: 14px;
  padding: 20px 0;
  width: 100%;
}

.wp-calendar-nav .wp-calendar-nav-prev {
  width: 40%;
  float: left;
}

.wp-calendar-nav .wp-calendar-nav-next {
  width: 40%;
  float: right;
  text-align: right;
}


/* テキストウィジェット */
.textwidget.post_content {
  font-size: 16px;
  line-height: 2.4
}

.textwidget.post_content p {
  line-height: 2.4;
  margin-bottom: 1.5em;
}

.textwidget a:hover {
  text-decoration: underline;
}


/* デフォルトのギャラリー */
.widget_media_gallery .gallery-item {
  margin-top: 0 !important;
}


/* RSS */
.widget_rss .widget_headline .rss-widget-feed {
  display: none;
}

.widget_rss li {
  border: 1px solid #ddd;
  margin: 0 0 -1px 0;
  padding: 20px 30px 15px;
  font-size: 14px;
}

.widget_rss ul li {
  padding: 20px 20px 15px;
  border: 1px solid #ddd;
  margin-top: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.widget_rss ul li:not(:first-child) {
  border-top: 1px solid #ddd;
}

.widget_rss ul li .rss-date {
  -ms-flex-order: 1;
  order: 1;
  color: #999;
  font-size: 13px;
  line-height: 1;
  margin-right: 10px;
}

.widget_rss ul li cite {
  -ms-flex-order: 2;
  order: 2;
  color: #999;
  font-size: 13px;
  line-height: 1;
}

.widget_rss ul li .rsswidget {
  -ms-flex-order: 3;
  order: 3;
  display: block;
  width: 100%;
  margin: 0;
}

.widget_rss ul li .rssSummary {
  -ms-flex-order: 4;
  order: 4;
  color: #999;
  font-size: 13px;
  margin: -0.35em 0;
}

.widget_rss .rss-date {
  position: relative;
  font-family: Arial;
}

.widget_rss .rsswidget~.rss-date,
.widget_rss .rsswidget~cite {
  margin-bottom: 10px;
}

.widget_rss .rsswidget~.rssSummary {
  margin-top: calc(10px - 0.35em);
}




/* ----------------------------------------------------------------------
 404ページ
---------------------------------------------------------------------- */
body.error404 #footer,
body.error404 #footer_banner,
body.search-no-results #footer,
body.search-no-results #footer_banner {
  display: none;
}

body.error404 #copyright,
body.search-no-results #copyright {
  border-top: none;
}

#no_search_result {
  height: calc(100vh - 169px);
  height: calc(100dvh - 169px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}

body.header_type2 #no_search_result {
  height: calc(100vh - 179px);
  height: calc(100dvh - 179px);
}

#no_search_result.logo_change_trigger {
  margin-top: -100px;
  height: calc(100vh - 69px);
  height: calc(100dvh - 69px);
}

body.header_type2 #no_search_result.logo_change_trigger {
  margin-top: -30px;
  height: calc(100vh - 149px);
  height: calc(100dvh - 149px);
}

#no_search_result .content {
  z-index: 100;
  width: 100%;
  margin-top: -100px;
}

#no_search_result.logo_change_trigger .content {
  color: #fff;
  margin-top: 0;
}

#no_search_result .headline {
  text-align: center;
  margin: 0 0 40px 0;
  font-size: 42px;
  font-family: var(--headline_font_type);
}

#no_search_result .desc {
  text-align: center;
  margin: 0 auto 50px;
  line-height: 2.6;
  width: 800px;
}

#no_search_result a {
  color: var(--content_link_color) !important;
}

#no_search_result.logo_change_trigger a {
  color: #fff !important;
  text-decoration: underline;
}

@media(hover: hover) {
  #no_search_result .desc a:hover {
    text-decoration: underline;
  }

  #no_search_result.logo_change_trigger a:hover {
    color: rgba(255, 255, 255, 0.5) !important;
  }
}

#no_search_result .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

#no_search_result .bg_image {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

#no_search_result form {
  height: 50px;
  width: 400px;
  position: relative;
  margin: 0 auto;
}

#no_search_result .input_area input {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 50px;
  border: none;
  background: #f3f3f3;
  z-index: 1;
  padding: 0 60px 0 25px;
  border-radius: 50px;
  z-index: 1;
}

#no_search_result .search_button input {
  position: absolute;
  right: 0px;
  top: 0px;
  border: none;
  background: none;
  width: 50px;
  height: 50px;
  z-index: 2;
  cursor: pointer;
}

#no_search_result .search_button label {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 10;
  width: 50px;
  height: 50px;
  display: block;
  pointer-events: none;
}

#no_search_result .search_button label:before {
  display: block;
  font-family: 'normal_icon';
  color: #000;
  font-size: 14px;
  content: '\e94c';
  top: 19px;
  right: 20px;
  position: absolute;
  transition: color 0.2s ease;
  -webkit-font-smoothing: antialiased;
}

@media(hover: hover) {
  #no_search_result .search_button:hover label:before {
    color: #999;
  }
}

#no_search_result.has_bg_image .content {
  color: #fff;
}

#no_search_result.has_bg_image .input_area input {
  background: #fff;
}




/* ----------------------------------------------------------------------
 コメント
---------------------------------------------------------------------- */
/* 基本設定 */
#comments {
  margin: 50px 0 0 0;
  position: relative;
}

#comments .headline {
  line-height: 1;
  font-size: 24px;
  text-align: center;
  margin-bottom: 50px;
  font-family: var(--headline_font_type);
}


/* コメント・トラックバックのタブ */
#comment_header {
  position: relative;
  margin: 0 0 20px;
}

#comment_tab {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}

#comment_tab li {
  text-align: center;
  margin: 0;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
}

#comment_tab li a,
#comment_tab li p {
  font-size: 12px;
  padding: 15px 15px;
  line-height: 1.6;
  display: block;
  text-decoration: none;
  background: #f6f6f6;
  color: #000;
}

@media(hover: hover) {
  #comment_tab li a:hover {
    color: #fff !important;
    background: var(--main_color_light);
  }
}

#comment_tab li.active a {
  background: var(--main_color);
}

#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 20px;
  padding: 20px 20px 0;
  background: #fff;
  border: 1px solid #ddd;
}

#comments .post_content {
  margin: 0;
  padding: 5px 0 0 0;
  background: none;
}


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

.comment-meta-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#comments .avatar {
  margin: 0 15px 0 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

.comment-name-date {}

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

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

.comment-name-date {
  margin: 0;
  font-size: 14px;
}

.comment-date {
  color: #888;
  margin: 10px 0 0 0;
}

.comment-act {
  font-size: 14px;
  position: absolute;
  top: 5px;
  right: 0px;
  padding: 0;
  margin: 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;
  line-height: 1.8;
}

#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: 20px;
  border: 1px solid #ddd;
}

.comment .comment_form_wrapper {
  margin: 0 0 20px;
}

#cancel_comment_reply a {
  background: #eee;
  margin: 0 0 1em 0;
  padding: 15px;
  border-radius: 50px;
  text-align: center;
  display: block;
}

@media(hover: hover) {
  #cancel_comment_reply a:hover {
    background: var(--main_color);
    color: #fff !important;
  }
}

#comment_user_login p {
  padding: 10px 0;
  margin: 0;
  line-height: 1;
  font-size: 14px;
}

#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;
}

#guest_info input:focus {
  border: 1px solid var(--main_color);
}

#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: 16px;
  line-height: 1.8;
  overflow: auto;
  padding: 10px;
  background: #fff;
  color: #000;
  border: 1px solid #ccc;
}

#comment_textarea textarea:focus {
  border: 1px solid var(--main_color);
}

#submit_comment_wrapper {
  text-align: center;
}

#submit_comment {
  color: #fff;
  background: var(--main_color);
  border: none;
  cursor: pointer;
  font-size: 14px;
  width: 200px;
  height: 50px;
  margin: 20px auto 0;
  display: block;
  border-radius: 50px;
  transition: all 0.2s ease;
}

@media(hover: hover) {
  #submit_comment:hover {
    background: var(--main_color_light);
    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;
}




/* ----------------------------------------------------------------------
　アニメーションの設定
---------------------------------------------------------------------- */
/* 下から上へスライド */
@keyframes tcd_slide_up {
  0% {
    opacity: 0;
    bottom: -30px;
  }

  100% {
    opacity: 1;
    bottom: 0;
  }
}


/* ズームアウト */
@keyframes tcd_zoom_out {
  0% {
    transform: scale(1.0);
  }

  100% {
    transform: scale(1.3);
  }
}


/* ズームイン */
@keyframes tcd_zoom_in {
  0% {
    transform: scale(1.3);
  }

  100% {
    transform: scale(1.0);
  }
}


/* フェードイン */
@keyframes tcd_fade_in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


/* フェードアウト */
@keyframes tcd_fade_out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}


/* 右に移動 */
@keyframes tcd_move_right {
  0% {
    opacity: 0;
    right: 30px;
  }

  100% {
    opacity: 1;
    right: 0;
  }
}


/* 左に移動 */
@keyframes tcd_move_left {
  0% {
    opacity: 0;
    left: 30px;
  }

  100% {
    opacity: 1;
    left: 0;
  }
}


/* 下に移動 */
@keyframes tcd_move_down {
  0% {
    opacity: 0;
    top: -30px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}


/* 上に移動 */
@keyframes tcd_move_up {
  0% {
    opacity: 0;
    bottom: -30px;
  }

  100% {
    opacity: 1;
    bottom: 0;
  }
}


/* ポップアップ */
@keyframes tcd_pop_up {
  0% {
    transform: scale(.1);
    opacity: 0;
  }

  100% {
    transform: none;
    opacity: 1;
  }
}




/* ----------------------------------------------------------------------
 WordPress プリセットスタイル
---------------------------------------------------------------------- */
.post_content *:first-child {
  margin-top: 0;
}

.post_content *:last-child {
  margin-bottom: 0;
}


/* alignment */
.post_content .alignright {
  float: right;
}

.post_content .alignleft {
  float: left;
}

.post_content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
}

.post_content blockquote.alignleft,
.post_content img.alignleft {
  margin: 7px 24px 7px 0;
}

.post_content .wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}

.post_content blockquote.alignright,
.post_content img.alignright {
  margin: 7px 0 7px 24px;
}

.post_content .wp-caption.alignright {
  margin: 7px 0 7px 14px;
}

.post_content blockquote.aligncenter,
.post_content img.aligncenter,
.post_content .wp-caption.aligncenter {
  margin-top: 2em;
  margin-bottom: 2em;
}


/* text and headline */
.post_content p {
  line-height: 2.4;
  margin: 0 0 2em 0;
}

.post_content h1,
.post_content h2,
.post_content h3,
.post_content h4,
.post_content h5,
.post_content h6 {
  clear: both;
  line-height: 1.4;
  padding: 0;
  font-weight: 600;
}

.post_content h1 {
  font-size: 150%;
  margin: 0 0 35px 0;
  text-align: center;
}

.post_content h2 {
  font-size: 140%;
  margin: 0 0 35px 0;
  text-align: center;
}

.post_content h3 {
  font-size: 130%;
  margin: 0 0 35px 0;
}

.post_content h4 {
  font-size: 120%;
  margin: 0 0 30px 0;
}

.post_content h5 {
  font-size: 110%;
  margin: 0 0 30px 0;
}

.post_content h6 {
  font-size: 100%;
  margin: 0 0 30px 0;
}


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


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

.post_content ol {
  list-style: decimal outside none;
  margin-left: 1.5em;
}

.post_content ul {
  list-style: circle outside none;
  margin-left: 1.3em;
}

.post_content li>ul,
.post_content li>ol {
  margin-bottom: 0;
}

.post_content dt {
  font-weight: bold;
}

.post_content dd {
  margin-bottom: 1em;
}


/* table */
.post_content table {
  margin: 0 0 2em 0 !important;
  width: 100% !important;
  border-collapse: separate !important;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.post_content td,
.post_content th {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 18px 30px 16px;
  line-height: 2.2;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.post_content th {
  background: #f7f7f7;
  font-weight: normal;
}

/* table style */
.post_content table.table_no_border th,
.post_content table.table_no_border td {
  border: none;
  padding-left: 0;
}

.post_content table.table_border_serumtal th,
.post_content table.table_border_serumtal td {
  border-left: none;
  border-right: none;
  padding-left: 0;
}


/* blockquote */
.post_content blockquote {
  position: relative;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 2em;
  padding: 2em 2.4em;
  box-shadow: none;
  background: rgba(0, 0, 0, 2%);
  border: none;
  border-left: 3px solid #000;
}

.post_content blockquote:before {
  line-height: 40px;
  top: 5px;
  left: 10px;
}

.post_content blockquote:after {
  text-align: left;
  line-height: 60px;
  bottom: 10px;
  right: -2px;
}

.post_content blockquote:before,
.post_content blockquote:after {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: normal;
  color: #000;
  width: 30px;
  height: 30px;
  position: absolute;
}

.post_content blockquote p {
  line-height: 1.8;
}

.post_content blockquote cite {
  text-align: right;
  display: block;
  border-top: 1px dotted #000;
  margin: 2em 0 0;
  padding: 1em 0 0;
  font-size: 14px;
}


/* captions */
.post_content .wp-caption {
  margin-bottom: 2em;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  max-width: 100%;
}

.post_content .wp-caption-text {
  text-align: center;
  line-height: 1.5;
  margin: 0 auto;
  padding: 10px 0 0;
  font-size: 14px;
}

.post_content .wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto 0;
}


/* gallery */
.gallery {
  margin-bottom: 2em;
}

.gallery img {
  border: 0 !important;
  display: block;
  margin: 0;
}

.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}

.gallery-columns-1,
.gallery-columns-2,
.gallery-columns-3,
.gallery-columns-4,
.gallery-columns-5,
.gallery-columns-6,
.gallery-columns-7,
.gallery-columns-8,
.gallery-columns-9,
.gallery-columns-10 {
  margin: 0 -4px -4px 0 !important;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
  max-width: calc(100% / 3 - 4px);
}

.gallery-columns-4 .gallery-item {
  max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
  max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
  max-width: calc(100% / 6 - 4px);
}

.gallery-columns-7 .gallery-item {
  max-width: calc(100% / 7 - 4px);
}

.gallery-columns-8 .gallery-item {
  max-width: calc(100% / 8 - 4px);
}

.gallery-columns-9 .gallery-item {
  max-width: calc(100% / 9 - 4px);
}

.gallery-columns-10 .gallery-item {
  max-width: calc(10% - 4px);
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  pointer-events: none;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0s;
}

.gallery-item:hover .gallery-caption {
  transform: translate3d(0, 0, 0);
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption,
.gallery-columns-10 .gallery-caption {
  display: none;
}

@media screen and (max-width:750px) {
  .gallery-caption {
    display: none;
  }
}


/* etc */
.post_content .wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.post_content address {
  margin: 0 0 24px 0;
  line-height: 2.2;
}

.post_content pre {
  border-left: 5px solid var(--main_color);
  font-size: 12px;
  margin: 0 0 27px 0;
  line-height: 30px;
  background: repeating-linear-gradient(#eee 0, #eee 30px, #fafafa 30px, #fafafa 60px);
  padding: 0 17px;
  overflow: auto;
}

.post_content .sticky {}

.post_content .mejs-container {
  margin: 12px 0 25px;
}


/* パスワード保護 */
.c-pw {
  margin-top: 50px;
}

.c-pw__box {
  font-size: 16px;
  padding: 40px;
  border: 1px solid #ddd;
  background: #fff;
}

.c-pw__box-inner {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-pw__box-desc {
  line-height: 1.8 !important;
  margin: -0.4em 0 2em !important;
}

.c-pw__box-input {
  display: block;
  flex: 1;
  border: none;
  background: #eee;
  height: 100%;
  padding: 0 20px;
}

.c-pw__btn--submit {
  display: block;
  min-width: 150px;
  height: 100%;
  padding: 0 1em;
  background: #111;
  color: #fff !important;
  border: 0;
  cursor: pointer;
}

.c-pw__btn--submit:hover {
  background: #333;
}

.c-pw__box-error {
  color: red;
  font-size: 12px;
}

@media (max-width:800px) {
  .c-pw {
    margin-top: 40px;
  }

  .c-pw__box {
    font-size: 14px;
    padding: 20px;
  }

  .c-pw__box-inner {
    height: 40px;
  }

  .c-pw__box-desc {
    margin-bottom: 1em !important;
  }

  .c-pw__box-input {
    width: calc(100% - 100px);
    padding: 0 10px;
  }

  .c-pw__btn--submit {
    min-width: auto;
    width: 100px;
  }
}


/* Cardlink style - カードリンクのスタイル */
.cardlink {
  margin: 2em 0 !important;
}


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

.has-text-align-left {
  text-align: left !important;
}

.has-text-align-right {
  text-align: right !important;
}

.wp-block-embed {
  margin: 0 0 2em 0;
}


/* レスポンシブ説明文 */
.responsive_desc {
  margin-bottom: 2em;
}

.responsive_desc .mobile {
  display: none;
}

@media (max-width: 800px) {
  .responsive_desc .pc {
    display: none;
  }

  .responsive_desc .mobile {
    display: block;
  }
}


/* グレー背景のボックス */
.gray_bg {
  background: #f3f3f3;
  padding: 50px 50px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.gray_bg .speech_balloon:last-child {
  margin-bottom: 0 !important;
}

.gray_bg .sc .speech_balloon {
  margin-bottom: 2.5em !important;
}

.gray_bg .sc:last-child .speech_balloon {
  margin-bottom: 0 !important;
}

.gray_bg .qt_google_map:last-child {
  margin-bottom: 0 !important;
}

.gray_bg .sc .qt_google_map {
  margin-bottom: 35px !important;
}

.gray_bg .sc:last-child .qt_google_map {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 1200px) {
  .gray_bg {
    padding: 20px;
  }
}

@media screen and (max-width: 800px) {
  .gray_bg {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}


/* 縦書き */
.vertical_text {
  writing-mode: vertical-rl;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 50px 0 !important;
  padding: 0 !important;
  text-align: left !important;
  line-height: 1.5 !important;
}

@media (max-width: 800px) {
  .vertical_text {
    margin: 40px 0 !important;
  }
}


/* タブコンテンツ */
.qt_tab_content_wrap {
  position: relative;
  margin-bottom: 2em;
}

.qt_tab_content_header {
  display: flex;
  flex-wrap: wrap;
}

.qt_tab_content_header .item {
  cursor: pointer;
  flex: 1 1 0%;
  text-align: center;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  border-bottom: 3px solid #ddd;
  color: #999;
  transition: color 0.25s ease, border-color 0.25s ease;
  font-weight: 600;
}

.qt_tab_content_header .item.active {
  pointer-events: none;
  border-color: #000;
  color: #000;
}

@media(hover: hover) {
  .qt_tab_content_header .item:hover {
    color: #000;
  }
}

.qt_tab_content_main {
  position: relative;
  background: #fafafa;
}

.qt_tab_content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  padding: 3em;
}

.qt_tab_content.active {
  opacity: 1;
  visibility: visible;
  position: relative;
  transition: opacity 0.3s linear 0s;
}

.qt_tab_content img {
  display: block;
  margin: 0 auto;
}

.qt_tab_content .desc {
  text-align: center;
  margin: 10px 0 -10px;
}

@media (max-width: 800px) {
  p+.qt_tab_content_wrap {
    margin-top: -20px;
  }

  .qt_tab_content {
    padding: 2em;
  }

  .qt_tab_content .desc {
    margin: 10px 0 -5px;
  }
}


/* デザインテーブル */
.post_content .design_table {
  border: none !important;
}

.post_content .design_table th,
.post_content .design_table td {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

.post_content .design_table tr:first-child td {
  background: #238c00;
  color: #fff;
  font-weight: 600 !important;
}

.post_content .design_table.red_color tr:first-child td {
  background: #d93600;
}

.post_content .design_table.blue_color tr:first-child td {
  background: #008c8c;
}

.post_content .design_table tr:nth-child(even) td {
  background: #f6f6f6 !important;
}

@media screen and (max-width:1000px) {
  .post_content .design_table td {
    padding: 10px 25px;
    font-size: 14px;
  }
}

@media screen and (max-width:800px) {
  .post_content .design_table {
    width: 580px !important;
    margin: 0 auto;
  }
}




/* ----------------------------------------------------------------------
 シェアボタン
---------------------------------------------------------------------- */
.share_button_list.top {}

.share_button_list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px -3px 0;
}

.share_button_list.large_size ul {
  margin: 0 -5px -5px 0;
}

.share_button_list li {
  flex: 1 1 0%;
  margin: 0 3px 3px 0;
  max-width: 100px;
}

.share_button_list.large_size li {
  flex: 0 0 auto;
  width: calc(25% - 5px);
  margin: 0 5px 5px 0;
  max-width: inherit;
}

.share_button_list a {
  display: block;
  text-align: center;
  position: relative;
  height: 30px;
  background: #000;
  color: #fff;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 32px;
}

.share_button_list.mono a {
  line-height: 30px;
  background: #f2f2f2;
  color: #000;
  border: 1px solid #ddd;
}

.share_button_list.large_size a {
  height: 40px;
  line-height: 42px;
}

.share_button_list.large_size.mono a {
  line-height: 40px;
}

.share_button_list .label {
  font-size: 12px;
  position: relative;
  font-family: Arial;
}

.share_button_list a:before {
  font-family: 'sns_icon';
  display: block;
  color: #fff;
  margin-right: 5px;
  position: relative;
  transition: color 0.25s ease;
  -webkit-font-smoothing: antialiased;
}

.share_button_list.mono a:before {
  color: #000;
}

.share_button_list .twitter_button a:before {
  content: '\e950';
  font-size: 12px;
  top: -1px;
}

.share_button_list .facebook_button a:before {
  content: '\e944';
  font-size: 18px;
  top: -1px;
}

.share_button_list .hatena_button a:before {
  content: '\e908';
  font-size: 14px;
  top: 0px;
}

.share_button_list .pocket_button a:before {
  content: '\e90a';
  font-size: 16px;
  top: 0px;
}

.share_button_list .rss_button a:before {
  content: '\e90b';
  font-size: 12px;
  top: -0.5px;
}

.share_button_list .feedly_button a:before {
  content: '\e907';
  font-size: 15px;
  top: -1px;
}

.share_button_list .pinterest_button a:before {
  content: '\e905';
  font-size: 16px;
  top: -0.5px;
}

.share_button_list.color .twitter_button a {
  background: #000;
  border-color: #000;
}

.share_button_list.color .facebook_button a {
  background: #35629a;
  border-color: #35629a;
}

.share_button_list.color .hatena_button a {
  background: #3c7dd1;
  border-color: #3c7dd1;
}

.share_button_list.color .pocket_button a {
  background: #ee4056;
  border-color: #ee4056;
}

.share_button_list.color .rss_button a {
  background: #ffb53c;
  border-color: #ffb53c;
}

.share_button_list.color .feedly_button a {
  background: #6cc655;
  border-color: #6cc655;
}

.share_button_list.color .pinterest_button a {
  background: #d4121c;
  border-color: #d4121c;
}

@media(hover: hover) {
  .share_button_list.color .twitter_button a:hover {
    background: #666;
  }

  .share_button_list.color .facebook_button a:hover {
    background: #1f3669;
  }

  .share_button_list.color .hatena_button a:hover {
    background: #0270ac;
  }

  .share_button_list.color .pocket_button a:hover {
    background: #c53648;
  }

  .share_button_list.color .rss_button a:hover {
    background: #e09900;
  }

  .share_button_list.color .feedly_button a:hover {
    background: #5ca449;
  }

  .share_button_list.color .pinterest_button a:hover {
    background: #a42f35;
  }

  .share_button_list.mono .twitter_button a:hover {
    background: #000;
    border-color: #000;
  }

  .share_button_list.mono .facebook_button a:hover {
    background: #35629a;
    border-color: #35629a;
  }

  .share_button_list.mono .hatena_button a:hover {
    background: #3c7dd1;
    border-color: #3c7dd1;
  }

  .share_button_list.mono .pocket_button a:hover {
    background: #ee4056;
    border-color: #ee4056;
  }

  .share_button_list.mono .rss_button a:hover {
    background: #ffb53c;
    border-color: #ffb53c;
  }

  .share_button_list.mono .feedly_button a:hover {
    background: #6cc655;
    border-color: #6cc655;
  }

  .share_button_list.mono .pinterest_button a:hover {
    background: #d4121c;
    border-color: #d4121c;
  }

  .share_button_list.mono a:hover {
    color: #fff;
  }

  .share_button_list.mono a:hover:before {
    color: #fff;
  }
}

@media screen and (max-width:800px) {
  .share_button_list .label {
    display: none;
  }

  .share_button_list.large_size .label {
    display: inline;
  }

  .share_button_list.large_size a {
    height: 35px;
    line-height: 37px;
  }

  .share_button_list.large_size.mono a {
    line-height: 35px;
  }

  .share_button_list a:before {
    margin: 0;
  }

  .share_button_list.large_size a:before {
    margin-right: 5px;
  }

  .share_button_list .twitter_button a:before {
    top: 0px;
  }

  .share_button_list .facebook_button a:before {
    top: -1px;
  }

  .share_button_list.large_size .facebook_button a:before {
    top: -1px;
  }

  .share_button_list .hatena_button a:before {
    top: 0px;
  }

  .share_button_list .pocket_button a:before {
    top: 0px;
  }

  .share_button_list .feedly_button a:before {
    top: -1.5px;
  }

  .share_button_list .rss_button a:before {
    top: -1px;
  }
}

@media screen and (max-width:500px) {
  .share_button_list li {
    max-width: inherit;
  }

  .share_button_list.large_size li {
    width: calc(50% - 5px);
    max-width: inherit;
  }
}

.share_button_list_default ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px -10px 0;
}

.share_button_list_default li {
  margin: 0 3px 3px 0;
}

.share_button_list_default li.pocket_button {
  width: 90px !important;
}




/* ----------------------------------------------------------------------
 Contact form 7
---------------------------------------------------------------------- */
.wpcf7 .wpcf7-submit,
.wpcf7 .wpcf7-previous {
  -webkit-transition: all .3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 225px;
  height: 48px;
  margin: 30px auto 0;
  border: none !important;
  outline: none;
  background-color: #333333;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all .3s;
}

.wpcf7 .wpcf7-previous+br {
  display: none;
}

@media(hover: hover) {

  .wpcf7 .wpcf7-submit:hover,
  .wpcf7 .wpcf7-previous:hover {
    background-color: #666666;
  }
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 2em;
  padding: 0;
  border: none;
  text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  color: #dc3232;
  font-size: 1em;
}




/* ISSUE theme */
