@charset "UTF-8";

/*
Theme Name:STORY
Theme URI:https://tcd-theme.com/tcd041
Description: WordPress theme "STORY"  is developed for weddings and resort hotels, ideal for services that create emotional scenes. There are several design pages to convey your concept and story.
Author:TCD
Author URI:https://tcd-theme.com/
Text Domain:tcd-story
Version:0.2.41
*/
/* --------------------------------------------------------------------------------
 web fonts　ウェブフォントファイルを変更した場合はv=1.0の数字を変更（キャッシュ対策）
-------------------------------------------------------------------------------- */
@font-face {
  font-family: "design_plus";
  src: url("fonts/design_plus.eot?v=1.0");
  src: url("fonts/design_plus.eot?v=1.0#iefix") format("embedded-opentype"), url("fonts/design_plus.woff?v=1.0") format("woff"), url("fonts/design_plus.ttf?v=1.0") format("truetype"), url("fonts/design_plus.svg?v=1.0#design_plus") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'tiktok_x_icon';
  src: url('fonts/tiktok_x_icon.eot?v=1.1');
  src: url('fonts/tiktok_x_icon.eot?v=1.1#iefix') format('embedded-opentype'),
    url('fonts/tiktok_x_icon.woff?v=1.1') format('woff'),
    url('fonts/tiktok_x_icon.ttf?v=1.1') format('truetype'),
    url('fonts/tiktok_x_icon.svg?v=1.1#tiktok_x_icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon-font';
  src: url('fonts/icomoon-font.eot?lav2if');
  src: url('fonts/icomoon-font.eot?lav2if#iefix') format('embedded-opentype'),
    url('fonts/icomoon-font.ttf?lav2if') format('truetype'),
    url('fonts/icomoon-font.woff?lav2if') format('woff'),
    url('fonts/icomoon-font.svg?lav2if#icomoon-font') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}


:root {
  --color-main: #333333;
  --color-accent: #777777;
  --color-bg: #f5f5f5;
  --color-text: #333333;
  --color-sub: #808080;
  --color-white: #ffffff;
  --color-orange: #ff9f48;
  --color-black: #000000;
  --color-line: #02a400;
  --color-caution: #df3232;
  --color-gray: #eeeeee;
  --font-main: "Quicksand", "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

/* ----------------------------------------------------------------------
 reset css
---------------------------------------------------------------------- */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-size: 16px;
  font-size: clamp(15px, 1.1vw, 24px);
  font-weight: 600;
  font-family: var(--font-main);
  background-color: var(--color-bg);
  color: var(--color-text);
  letter-spacing: 0.04em;
  line-height: 2.2;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img, embed, object, iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled], [type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* END reset css */
/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0.1em;
  line-height: 0;
  visibility: hidden;
  overflow: hidden;
}

.clearfix {
  display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* end MacIE5 */
/* ----------------------------------------------------------------------
 基本設定
---------------------------------------------------------------------- */
body {
  -webkit-font-smoothing: antialiased;
}

#site_wrap {
  overflow: hidden;
}

a {
  color: var(--color-main);
  text-decoration: none;
}

a:hover {
  color: var(--color-accent);
}

@media only screen and (min-width: 768px) {
  a[href^='tel:'] {
    pointer-events: none;
  }

  .post-content a[href^='tel:'] {
    font-weight: 600;
  }
}

img {
  vertical-align: bottom;
  display: block;
  width: 100%;
}

input {
  border: 0;
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

a, a:before, a:after, input {
  -webkit-transition-property: background-color, color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: background-color, color;
  -moz-transition-duration: 0.2s;
  -moz-transition-timing-function: ease;
  -o-transition-property: background-color, color;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: ease;
  transition-property: background-color, color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.inner {
  margin: 0 auto;
  width: 84%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 1920px) {
  .inner {
    width: 76%;
  }
}

/* リッチメニュー */

.toggle__menu input {
  display: none;
}

.toggle__menu {
  position: fixed;
  z-index: 1;
  top: 20px;
  right: 20px;
  width: 80px;
  height: 80px;
}

/*menuコンテンツ*/
.toggle__menu .menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
}

/*クリックしたらメニューが開閉の動作*/
.toggle__menu .menu__effects {
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  opacity: 0;
}

.toggle__menu #menu__toggle:checked~.menu__effects {
  visibility: visible;
  transition: opacity 0.5s;
  opacity: 1;
}

ul.menucont__nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  max-width: 40em;
  font-size: 1.5em;
  width: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 3em;
  margin-bottom: -1em;
}

.toggle__menu #menu__toggle:checked~.menu__effects ul {
  opacity: 1;
}

.toggle__menu #menu__toggle:checked~.hamburger .open {
  background-color: transparent;
}

.toggle__menu #menu__toggle:checked~.hamburger .open:before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  content: '';
  transform: rotate(45deg);
  background-color: var(--color-white);
}

.toggle__menu #menu__toggle:checked~.hamburger .open:after {
  position: relative;
  z-index: 1;
  top: 0;
  right: 0;
  content: '';
  transform: rotate(-45deg);
  background-color: var(--color-white);
}

/*ハンバーガー*/
.toggle__menu .hamburger {
  position: absolute;
  top: 31px;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 1;
  left: 20px;
}

.toggle__menu .open,
.toggle__menu .open:before,
.toggle__menu .open:after {
  position: relative;
  display: block;
  width: 40px;
  height: 1px;
  background-color: var(--color-white);
  transition: all 0.3s ease;
}

.toggle__menu .open {
  top: 8px;
  cursor: pointer;
}

.toggle__menu .open:before {
  top: -10px;
  content: '';
  transform: rotate(0deg);
}

.toggle__menu .open:after {
  top: 9px;
  content: '';
}

span.menu__toggle__name {
  display: block;
  line-height: 1;
  font-size: 12px;
  position: absolute;
  width: 50px;
  bottom: 5px;
  color: var(--color-text);
  transition: 0.8s;
  text-align: center;
  opacity: 1;
}

.toggle__menu .menu::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  background-color: var(--color-main);
  top: 0;
  left: 0;
  z-index: 0;
}

span.menu__toggle__name.close {
  letter-spacing: 4px;
  opacity: 0;
}

.toggle__menu #menu__toggle:checked~.hamburger span.menu__toggle__name.close {
  display: block;
  opacity: 1;
}

/* ローディング全体 */
#loader {
  position: fixed;
  inset: 0;
  background: #fff;
  /* 背景色（お好みで） */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.8s ease;
}

/* ロゴを回転 */
.loader__logo img {
  width: 100px;
  height: auto;
  animation: spin 2s linear infinite;
}

/* 回転アニメーション */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* ローディング終了時のフェードアウト */
#loader.fadeout {
  opacity: 0;
  pointer-events: none;
}

/* アイコンフォント */
.icon-arrow-right:before {
  content: "\e910";
}

/* keyframes */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes imageAnimation03 {
  0% {
    visibility: hidden;
    opacity: 0;
  }

  5% {
    visibility: visible;
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes imageAnimation03 {
  0% {
    visibility: hidden;
    opacity: 0;
  }

  5% {
    visibility: visible;
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* ----------------------------------------------------------------------
 アイキャッチ画像
---------------------------------------------------------------------- */
/* ズーム */
.thumbnail01 {
  overflow: hidden;
}

.thumbnail01 img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1);
  -webkit-transition: all 0.75s ease;
  -moz-transform: scale(1);
  -moz-transition: all 0.75s ease;
  -ms-transform: scale(1);
  -ms-transition: all 0.75s ease;
  -o-transform: scale(1);
  -o-transition: all 0.75s ease;
  transform: scale(1);
  transition: all 0.75s ease;
}

/* スライド */
.thumbnail02 {
  overflow: hidden;
}

.thumbnail02 img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: opacity, translate3d;
  -webkit-transition: 0.5s;
  -moz-transition-property: opacity, translate3d;
  -moz-transition: 0.5s;
  -ms-transition-property: opacity, translate3d;
  -ms-transition: 0.5s;
  -o-transition-property: opacity, translate3d;
  -o-transition: 0.5s;
  transition-property: opacity, translate3d;
  transition: 0.5s;
}

.thumbnail02 img:hover, a:hover .thumbnail02 img {
  -webkit-transform: scale(1.3) translate3d(0, 0, 0);
  -moz-transform: scale(1.3) translate3d(0, 0, 0);
  -ms-transform: scale(1.3) translate3d(0, 0, 0);
  -o-transform: scale(1.3) translate3d(0, 0, 0);
  transform: scale(1.3) translate3d(0, 0, 0);
}

/* フェード */
.thumbnail03 img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: opacity;
  -webkit-transition: .5s;
  -moz-transition-property: opacity;
  -moz-transition: .5s;
  -ms-transition-property: opacity;
  -ms-transition: .5s;
  -o-transition-property: opacity;
  -o-transition: .5s;
  transition-property: opacity;
  transition: .5s;
}

.thumbnail03 img:hover, a:hover .thumbnail03 img {
  opacity: .5;
}

/* ----------------------------------------------------------------------
 記事一覧
---------------------------------------------------------------------- */
/* article01 */
.article01 {
  line-height: 1.8;
  margin: 0 1.875% 30px 0;
  width: 23.59375%;
}

.article01:nth-of-type(4n) {
  margin-right: 0;
}

.article01-thumbnail {
  display: block;
  margin-bottom: 16px;
  overflow: hidden;
}

.article01-thumbnail img {
  width: 100%;
  height: auto;
}

/* article02 */
.article02 {
  margin-bottom: 48px;
  width: 47.82609%;
}

.article02:nth-of-type(odd) {
  margin-right: 2.17391%;
}

.article02:nth-of-type(even) {
  margin-left: 2.17391%;
}

.article02-thumbnail {
  float: left;
  width: 29.09091%;
}

.article02-thumbnail img {
  width: 100%;
  height: auto;
}

.article02-content {
  float: right;
  font-size: 14px;
  width: 66.36364%;
}

.article02-date {
  font-weight: bold;
  display: block;
  line-height: 1.5;
  margin-bottom: .5em;
}

.article02-title {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: .5em;
}

.article02-text {
  line-height: 1.8;
}

/* article03 */
.article03 {
  margin: 0 10px 10px 0;
  width: calc((100% - 30px) / 4);
  box-shadow: 0px 5px 10px -41px rgba(0, 0, 0, 0.035),
    0px 40px 80px -41px rgba(0, 0, 0, 0.07);
}

.article03:nth-of-type(4n) {
  margin-right: 0;
}

.article03>a {
  height: 100%;
  background: #fff;
}

.article03-thumbnail {
  width: 100%;
}

.article03-thumbnail img {
  width: 100%;
  height: auto;
}

.article03-content {
  box-sizing: border-box;
  padding: 20px 30px;
}

.article03-title {
  line-height: 1.6;
  overflow: hidden;
  margin-bottom: 15px;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  font-size: 0.8em;
}

.article03-meta {
  line-height: 1.6;
}

.article03-date {
  font-size: 12px;
  vertical-align: middle;
}

.article03-date+.article03-category:before {
  content: "|";
  padding: 0 .5em;
}

.article03-category-item {
  font-size: 12px;
  vertical-align: middle;
}

/* article04 */
.article04 {
  background: #f6f6f6;
  margin-bottom: 32px;
}

.article04-thumbnail {
  float: left;
  width: 24.34783%;
}

.article04-thumbnail img {
  width: 100%;
  height: auto;
}

.article04-content {
  box-sizing: border-box;
  float: left;
  padding: 3.47826% 4.34783%;
  width: 75.65217%;
}

.article04-date {
  display: block;
  font-size: 14px;
  margin-bottom: 1em;
}

.article04-title {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: .5em;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.article04-text {
  line-height: 2.4;
}

/* article05 */
.article05 {
  background: #ffffff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 2px solid #eee;
  box-sizing: border-box;
  transition-property: background;
  transition: 0.2s;
  width: 25%;
}

.article05:hover {
  background: #f6f6f6;
}

.article05 a {
  height: 100%;
}

.article05-thumbnail {
  width: 100%;
}

.article05-thumbnail img {
  width: 100%;
  height: auto;
}

.article05-content {
  padding: 20px 30px;
}

.article05-title {
  font-size: 16px;
  height: 54px;
  line-height: 1.7;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1200px) {
  .article05-title {
    height: 81px;
  }
}

.article05-date {
  font-size: 12px;
}

.article05-date+.article05-category:before {
  content: "|";
  margin: 0 .5em;
}

.article05-category {
  font-size: 12px;
}

.article05-category-item {
  font-size: 12px;
  vertical-align: middle;
}

.article05-category-item:hover {
  text-decoration: underline;
}

/* article06 */
.article06 {
  float: left;
  position: relative;
  width: 25%;
}

.article06 a {
  display: block;
  overflow: hidden;
}

.article06 a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-property: background-color;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}

.article06 img {
  display: block;
  vertical-align: top;
  width: 100%;
  height: auto;
}

.article06-content {
  box-sizing: border-box;
  opacity: 0;
  padding: 0 40px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition-property: opacity, transform;
  -webkit-transition: 0.8s;
  -moz-transition-property: opacity, transform;
  -moz-transition: 0.8s;
  -ms-transition-property: opacity, transform;
  -ms-transition: 0.8s;
  -o-transition-property: opacity, transform;
  -o-transition: 0.8s;
}

.article06:hover .article06-content {
  opacity: 1;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.article06-title {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: .5em;
}

.article06-date+.article06-category:before {
  content: "|";
  margin: 0 .5em;
}

.article06-category-item {
  vertical-align: top;
}

.article06-category-item:hover {
  text-decoration: underline;
}

/* article07 */
.article07 {
  border: 1px solid #ddd;
  border-top: 0;
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.article07:last-child {
  margin-bottom: 50px;
}

.article07 a {
  display: block;
  padding: 15px;
}

.article07-thumbnail {
  display: table-cell;
  width: 225px;
}

.article07-thumbnail img {
  width: 100%;
  height: auto;
}

.article07-content {
  display: table-cell;
  padding: 0 40px;
  text-align: left;
  vertical-align: middle;
}

.article07-meta {
  margin-bottom: .5em;
}

.article07-title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

/* デザインされた記事一覧 */
.styled-post-list1 li {
  line-height: 1.4;
  margin-bottom: 30px;
  padding: 0;
}

.styled-post-list1 li:last-child {
  margin-bottom: 0;
}

.styled-post-list1-thumbnail {
  display: block;
  float: left;
  margin-right: 6.66667%;
  width: 40%;
}

.styled-post-list1-thumbnail img {
  width: 100%;
  height: auto;
}

.styled-post-list1-thumbnail~.styled-post-list1-meta {
  float: left;
  width: 53.33333%;
}

.styled-post-list1-date {
  display: block;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 1em;
}

.styled-post-list1-title {
  font-size: 14px;
  line-height: 1.8;
}

/* ----------------------------------------------------------------------
 セレクトボックス
---------------------------------------------------------------------- */
.select {
  position: relative;
}

.select:after {
  content: "\e90e";
  font-family: "design_plus";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: -100%;
  bottom: -100%;
  right: 15px;
  width: 14px;
  height: 14px;
}

.select select {
  background: linear-gradient(#fff, #f3f3f3) !important;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: var(--color-main);
  font-size: 14px;
  padding: 15px 17px;
  width: 100%;
}

/* ----------------------------------------------------------------------
 フェードエフェクト
---------------------------------------------------------------------- */
.fade01 {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  -webkit-transition: 0.8s;
  -moz-transform: translate(0, 100px);
  -moz-transition: 0.8s;
  -ms-transform: translate(0, 100px);
  -ms-transition: 0.8s;
  -o-transform: translate(0, 100px);
  -o-transition: 0.8s;
  transform: translate(0, 100px);
  transition: 0.8s;
}

.fade02 {
  opacity: 1.0;
  -webkit-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  transform: translate(0, 0);
}

/* ----------------------------------------------------------------------
 記事
---------------------------------------------------------------------- */
.post-content {
  position: relative;
  display: block;
  width: 100%;
}

.content_full {
  width: 100%;
  position: relative;
}

.content_inner {
  padding: 7vw 0;
  counter-reset: number 0;
}

.post-header {
  margin: 0 auto 4em;
}

.post-title {
  font-size: 2.2em;
  line-height: 1.4;
  font-weight: 900;
  color: var(--color-main);
}

.post-thumbnail img {
  max-width: 100%;
  height: auto;
}

/* ----------------------------------------------------------------------
 ブログアーカイブ
---------------------------------------------------------------------- */
.archive-header {
  margin: 0 auto 3em;
}

.archive-title {
  font-size: 2em;
  font-weight: 900;
  line-height: 1;
}

.archive-text {
  text-align: center;
}

.article03.active {
  -webkit-animation: fadeIn 0.65s ease forwards;
  animation: fadeIn 0.65s ease forwards;
}

/* ----------------------------------------------------------------------
 トップページ
---------------------------------------------------------------------- */


/* スライダー */
.top-slider, .header-youtube {
  aspect-ratio: 10 / 9;
}

.top-slider a {
  display: block;
}

.top-slider span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.top-slider span {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
}

.top-slider-wrapper {
  overflow: hidden;
  position: relative;
  width: 60%;
  margin-left: auto;
  z-index: 1;
}

.header-bar-fixed~.top-slider-wrapper {
  margin-top: 80px;
}

.admin-bar .header-bar-fixed~.top-slider-wrapper {
  margin-top: 68px;
}

.top-slider-item {
  display: none;
}

.top-slider-item:nth-of-type(1) {
  display: block;
}

.top-slider-item:nth-of-type(1) span {
  -webkit-animation: imageAnimation01 5s linear infinite 0s;
  animation: imageAnimation01 5s linear infinite 0s;
}

.top-slider-item:nth-of-type(2) span {
  -webkit-animation: imageAnimation02 5s linear infinite 0s;
  animation: imageAnimation02 5s linear infinite 0s;
}

.top-slider-item:nth-of-type(3) span {
  -webkit-animation: imageAnimation02 5s linear infinite 0s;
  animation: imageAnimation01 5s linear infinite 0s;
}

.top-slider-item:only-child span {
  -webkit-animation: none;
  animation: none;
}

.top-slider-nav {
  display: none;
}

.top-slider-nav li {
  display: inline-block;
}

.top-slider-nav li:not(:first-child) {
  margin-left: 12px;
}

.top-slider-nav a {
  background: #ffffff;
  border-radius: 50%;
  display: block;
  width: 12px;
  height: 12px;
}

/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */
.header {
  position: relative;
  background-color: var(--color-white);
  padding-top: 50px;
  box-sizing: border-box;
}

.header-bar {
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
}

.header-bar-inner {
  position: relative;
}

.header-bar-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 9999;
  background: var(--color-main);
}

/* ロゴ */
.logo-image {
  position: fixed;
  top: 30px;
  left: 30px;
  width: 14%;
  min-width: 100px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  transition: 0.8s;
}

.logo-image a {
  display: block;
  width: 100%;
  color: var(--color-text);
}

.logo-image a img {
  display: block;
  width: 100%;
}

/* ヘッダー画像 */
.signage {
  position: relative;
  width: 100%;
  padding: 70px 0;
}

.header-bar-fixed~.signage {
  margin-top: 80px;
}

.admin-bar .header-bar-fixed~.signage {
  margin-top: 68px;
}

.signage-content {
  -webkit-animation: fadeIn 0.4s ease 2.5s;
  -moz-animation: fadeIn 0.4s ease 2.5s;
  -ms-animation: fadeIn 0.4s ease 2.5s;
  -o-animation: fadeIn 0.4s ease 2.5s;
  animation: fadeIn 0.4s ease 2.5s;
  animation-fill-mode: both;
  text-align: center;
}

.signage-title {
  font-size: 2em;
  font-weight: 900;
  line-height: 1;
  color: var(--color-text);
}

p.signage-title-sub {
  font-size: 1.1em;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 1em auto 0;
  color: var(--color-orange);
}

/* パンくずリンク */
.breadcrumb {
  height: 55px;
  line-height: 55px;
  font-size: 10px;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}

.breadcrumb li {
  float: left;
}


.breadcrumb li:after {
  content: "\e910";
  font-family: "design_plus";
  font-size: 9px;
  margin: 0 1em;
}

.breadcrumb li:last-child:after {
  display: none;
}

.breadcrumb-wrapper {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.breadcrumb li a {
  color: var(--color-text);
}

/* ----------------------------------------------------------------------
 サイドコンテンツ
---------------------------------------------------------------------- */
.side_widget {
  font-size: 12px;
  position: relative;
}

.side_widget:first-child {
  margin-top: 0;
}

.side_widget:first-child.side_widget.ad_widget {
  margin-top: 0;
}

.side_widget:first-child .headline-bar {
  margin-top: 0;
}

.side_widget .headline-bar {
  margin-bottom: 20px;
  border-bottom: 1px solid;
  font-size: 1.2em;
  padding-bottom: 10px;
  color: var(--color-main);
}

.side_widget.ad_widget {
  margin-top: 50px;
}

.tcdw_archive_list_widget {
  margin: 50px 0 35px;
}

.google_search_widget {
  margin: 35px 0;
}

/* .side_widget:last-child, .side_widget:only-child { margin:0; } */
.side_widget ul {
  margin: 0;
}

.side_widget li {
  margin: 0 0 15px 0;
}

.side_widget li ul {
  margin: 10px 0 0 0;
}

.side_widget li li {
  padding: 0;
}

.side_widget li li:last-of-type {
  margin: 0;
}

.side_widget img {
  height: auto;
  max-width: 100%;
}

.side_headline {
  background: #222;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  margin: 0 0 20px 0;
  padding: 0 20px;
  font-size: 14px;
  font-weight: bold;
}

/* banner */
.ml_ad_widget {
  border: none;
  padding: 0;
  background: none;
}

.ml_ad_widget img {
  height: auto;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  display: block;
}

/* category */
.tcdw_category_list_widget .children {
  border-top: 1px solid #ddd;
  margin-top: 0;
}

.tcdw_category_list_widget .children li:last-child {
  border-bottom: none;
}

/* calendar */
#wp-calendar {
  margin: 0 auto;
  width: 100%;
  font-size: 11px;
  border-collapse: separate;
  table-layout: fixed;
}

#wp-calendar th, #wp-calendar td {
  padding: 2px;
  line-height: 340%;
  text-align: center;
}

#wp-calendar td a {
  display: block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #333;
  background-color: #eee;
}

#wp-calendar td a:hover {
  text-decoration: none;
  color: #ffffff;
  background: #ccc;
}

#wp-calendar caption {
  color: #ffffff;
  padding: 7px 0;
}

#wp-calendar thead th, #wp-calendar tfoot td {
  border: none;
  padding: 0;
  line-height: 200%;
}

#wp-calendar #prev, #wp-calendar #next {
  line-height: 300%;
}

#wp-calendar #prev a, #wp-calendar #next a {
  text-decoration: none;
  background: none;
  color: #ffffff;
}

#wp-calendar #prev a:hover, #wp-calendar #next a:hover {
  color: #ffffff;
  background: #ccc;
}

#wp-calendar td#today {
  font-weight: bold;
}

/* collapse category list */
.side_widget.tcdw_category_list_widget .side_headline {
  margin-bottom: 0;
}

.collapse_category_list {
  border-bottom: 1px solid #ccc;
}

.collapse_category_list ul {
  margin: 0;
  padding: 0;
}

.collapse_category_list li ul {
  margin: 0;
  padding: 0;
}

.collapse_category_list li {
  margin: 0;
  padding: 0;
}

.collapse_category_list li li {
  margin: 0;
  padding: 0;
}

.collapse_category_list li a {
  color: #222;
  border: 1px solid #ccc;
  display: block;
  padding: 14px 15px;
  text-decoration: none;
  border-bottom: none;
}

.collapse_category_list li a:hover {
  color: #222;
  background-color: #f6f6f6;
}

.collapse_category_list .parent_category>a {
  background: transparent url(img/common/arrow_bottom2.gif) no-repeat 15px 24px;
  padding-left: 27px;
}

.collapse_category_list li .parent_category>a {
  background: transparent url(img/common/arrow_bottom2.gif) no-repeat 26px 24px;
  padding-left: 39px;
}

.collapse_category_list .children {
  display: none;
}

.collapse_category_list .children a {
  padding-left: 27px;
}

.collapse_category_list ul .children a {
  padding-left: 39px;
}

/* search */
.widget_search label {
  display: none;
}

.widget_search #search-box, .widget_search #s, .side_widget.google_search #s {
  width: 260px;
  height: 40px;
  margin: 0 -2px 5px 0;
  border: 1px solid #ccc;
  background: #f2f2f2;
  padding: 0 10px;
  box-shadow: 2px 2px 3px 0px #ddd inset;
}

.widget_search #search-btn input, .widget_search #searchsubmit, .side_widget.google_search #searchsubmit {
  border: none;
  width: 40px;
  height: 40px;
  background: #000 url(img/common/icon_search.png) no-repeat center;
  cursor: pointer;
  display: block;
  float: right;
  text-indent: -9999px;
  overflow: hidden;
}

.widget_search #search-btn input:hover, .widget_search #searchsubmit:hover, .side_widget.google_search #searchsubmit:hover {
  background-color: var(--color-main);
}

.brand_side_col .widget_search #search-box, .brand_side_col .widget_search #s, .side_widget.google_search #s {
  width: 75%;
  height: 40px;
  margin: 0 0 5px 0;
}

.brand_side_col .widget_search #search-btn input, .brand_side_col .widget_search #searchsubmit, .side_widget.google_search #searchsubmit {
  width: 25%;
}

/* archive category dropdown */
.widget_archive select, .widget_categories select, .tcdw_archive_list_widget select {
  background: #ffffff;
  border: 1px solid #ccc;
  font-size: 14px;
  margin: 0;
  padding: 12px 10px;
  width: 100%;
}

.widget_archive label, .widget_categories label {
  display: none;
}

.widget_archive select option, .widget_categories select option, .tcdw_archive_list_widget option {
  background: #ffffff;
  color: #333;
}

/* default recent post widget */
.widget_recent_entries li {
  border-bottom: 1px solid var(--color-accent);
  padding: 0 0 15px 0;
}

.widget_recent_entries li:last-child {
  border: none;
  padding: 0;
}

/* brand category list */
.brand_category_list {
  margin: 0;
  padding: 0;
}

.brand_category_list li {
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  position: relative;
}

.brand_category_list li:after {
  display: block;
  padding-top: 100%;
  content: "";
}

.brand_category_list li a {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #000;
  background: #f6f6f6;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.brand_category_list li a:hover {
  color: #ffffff;
  background: #ccc;
}

.brand_category_list li a.active {
  color: #ffffff;
  background: #222;
}

.brand_category_list li a span {
  display: block;
  width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* styled menu */
.side_widget.tcdw_menu_widget .side_headline {
  margin-bottom: 0;
}

.tcdw_menu_widget .menu {
  border-bottom: 1px solid #ccc;
}

.tcdw_menu_widget .menu ul {
  margin: 0;
  padding: 0;
}

.tcdw_menu_widget .menu li ul {
  margin: 0;
  padding: 0;
}

.tcdw_menu_widget .menu li {
  margin: 0;
  padding: 0;
}

.tcdw_menu_widget .menu li li {
  margin: 0;
  padding: 0;
}

.tcdw_menu_widget .menu li a {
  color: #222;
  border: 1px solid #ccc;
  display: block;
  padding: 14px 15px;
  text-decoration: none;
  border-bottom: none;
  cursor: pointer;
}

.tcdw_menu_widget .menu li a:hover {
  color: #222;
  background-color: #f6f6f6;
}

.tcdw_menu_widget .menu .menu-item-has-children>a {
  background: transparent url(img/common/arrow_bottom2.gif) no-repeat 15px 24px;
  padding-left: 27px;
}

.tcdw_menu_widget .menu li .menu-item-has-children>a {
  background: transparent url(img/common/arrow_bottom2.gif) no-repeat 26px 24px;
  padding-left: 39px;
}

.tcdw_menu_widget .menu li li .menu-item-has-children>a {
  background: transparent url(img/common/arrow_bottom2.gif) no-repeat 38px 24px;
  padding-left: 51px;
}

.tcdw_menu_widget .menu li li li .menu-item-has-children>a {
  background: transparent url(img/common/arrow_bottom2.gif) no-repeat 50px 24px;
  padding-left: 63px;
}

.tcdw_menu_widget .menu .sub-menu {
  display: none;
}

.tcdw_menu_widget .menu li li a {
  padding-left: 27px;
}

.tcdw_menu_widget .menu li li li a {
  padding-left: 39px;
}

.tcdw_menu_widget .menu li li li li a {
  padding-left: 51px;
}

.tcdw_menu_widget .menu li li li li li a {
  padding-left: 63px;
}

/* recent entries */
.widget_recent_entries .post-date {
  display: block;
  font-size: 10px;
  line-height: 1;
  opacity: 0.7;
}

.widget_recent_entries .post-date:after {
  content: "";
}

/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */
.footer {
  margin-top: 150px;
}

.copyright {
  width: 100%;
  position: absolute;
  bottom: 0;
  font-size: 8px;
  text-align: left;
  left: 0;
  z-index: 0;
  line-height: 1;
}

.pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
}

.pagetop a {
  color: var(--color-main);
  background-color: var(--color-white);
  display: block;
  position: relative;
  line-height: 41px;
  width: 40px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  font-size: 10px;
  transition: 0.8s;
  padding: 40px 0 20px;
  border-radius: 30px;
}

.pagetop a:hover {
  padding-bottom: 60px;
}

.pagetop a::before {
  font-family: 'icomoon-font';
  content: '\e900';
  position: absolute;
  top: 15px;
  font-size: 16px;
}

.pagetop a:hover::before {
  height: 50px;
}

/* ----- パスワード保護 ----- */
.password_protected {
  text-align: center;
  margin: 0 38px 30px;
  padding: 10px 20px;
  color: #ffffff;
  background: #3db4b2;
  border-radius: 5px;
}

.password_protected p {
  font-size: 12px;
  margin: 0;
  line-height: 160%;
}

.pw_form {
  text-align: center;
}

.pw_form p {
  margin-bottom: 50px;
}

.pw_form p label {
  display: block;
  font-size: 14px;
}

.pw_form input[type="password"] {
  border: solid 1px #ddd;
  background: #ffffff;
  font-size: 14px;
  height: 30px;
  margin-left: 15px;
  padding: 5px;
}

.pw_form input[type="submit"] {
  background: #aaa;
  border: none;
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  width: 200px;
  height: 50px;
  margin: 30px auto 0;
  display: block;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  -ms-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}

/* ----------------------------------------------------------------------
 WordPress プリセットスタイル
---------------------------------------------------------------------- */
/* text and headline */
.post-content p {
  position: relative;
  box-sizing: border-box;
}

/* 固定ページ アラカルト*/
p.caution_text {
  margin-bottom: 6px;
  padding-left: 1.25em;
  font-size: 0.9em;
}

p.caution_text::after {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-main);
}

.post-content h2 {
  font-size: 1.6em;
  font-weight: 900;
  line-height: 1.6;
  margin: 0 auto 0.75em;
  position: relative;
  width: 100%;
  border-bottom: 1px solid var(--color-orange);
  padding-bottom: 0.5em;
}

.post-content h2::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100px;
  bottom: -1px;
  left: 0;
  background-color: var(--color-main);
}

.post-content h3 {
  font-size: 1.3em;
  line-height: 1.6;
  font-weight: 600;
  border-bottom: 1px dashed var(--color-main);
  padding: 0 0 0.5em;
  margin: 0 auto 0.75em;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  color: var(--color-main);
}

.post-content h4 {
  font-size: 1.2em;
  font-weight: 900;
  position: relative;
  width: 100%;
  line-height: 1.6;
  margin-bottom: 0.5em;
  z-index: 1;
}

.post-content h5 {
  font-size: 1.1em;
  line-height: 1.6;
  font-weight: 900;
}

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

/* list */
.post-content li, .post-content dt, .post-content dd {
  line-height: 1.6;
  margin-bottom: 0.5em;
  box-sizing: border-box;
  position: relative;
}

.post-content li:last-of-type, .post-content dt:last-of-type, .post-content dd:last-of-type {
  margin-bottom: 0;
}

/* table */
table.tinmce-table {
  border: solid;
}

.post-content table {
  margin: 0 auto;
  width: 100%;
}

.post-content tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.post-content td, .post-content th {
  line-height: 1.6;
  padding: 1.25em 0;
  box-sizing: border-box;
}

.post-content .tinymce-table td, .post-content .tinymce-table th {
  background: transparent;
}

.post-content thead th {
  text-align: center;
}

.post-content th {
  padding-right: 1.25em;
  width: 30%;
}

@media only screen and (max-width: 485px) {
  .post-content td, .post-content th {
    display: block;
    width: 100%;
  }

  .post-content th {
    padding-right: 0;
    padding-bottom: 0;
  }

  .post-content td {
    padding-top: 0.25em;
  }
}

/* block quote */
.post-content blockquote {
  margin: 0 0 25px 0;
  padding: 27px 30px 0;
  border: 1px solid #ccc;
  box-shadow: 0px 4px 0px 0px #f2f2f2;
  position: relative;
}

.post-content blockquote:before {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  left: 10px;
  color: #5cbcd7;
}

.post-content blockquote:after {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: normal;
  text-align: left;
  line-height: 60px;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 7px;
  right: -2px;
  color: #5cbcd7;
}

.post-content blockquote cite {
  border-top: 1px dotted #aaa;
  display: block;
  padding: 20px 0 0 0;
  font-style: italic;
  text-align: right;
  font-size: 90%;
}

/* captions */
.post-content .wp-caption {
  background: var(--color-white);
  padding: 10px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto 1.5em;
  display: block;
}

.post-content .wp-caption-text {
  font-size: 0.8em;
  margin: 0.5em auto 0;
}

.post-content .wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

/* gallery */
.gallery {
  margin-bottom: 20px;
}

.gallery a img {
  border: 0 !important;
}

.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width: calc(11.1% - 4px);
}

.gallery-columns-10 .gallery-item {
  max-width: 7%;
  max-width: -webkit-calc(9.4% - 0px);
  max-width: calc(9.4% - 0px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n), .gallery-columns-10 .gallery-item:nth-of-type(10n) {
  margin-right: 0;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption, .gallery-columns-10 .gallery-caption {
  display: none;
}

/* etc */
.post-content .wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.post-content pre {
  border-left: 5px solid #7fc120;
  font-size: 12px;
  margin: 0 0 27px 0;
  line-height: 25px;
  background: url(img/common/pre.gif) repeat left top;
  padding: 0 17px;
  overflow: auto;
}

.post-content .mejs-container {
  margin: 12px 0 25px;
}

/* ----------------------------------------------------------------------
 ソーシャルボタン
---------------------------------------------------------------------- */
@font-face {
  font-family: "design_plus";
  src: url("fonts/design_plus.eot?evfvw0");
  src: url("fonts/design_plus.eot?evfvw0#iefix") format("embedded-opentype"), url("fonts/design_plus.ttf?evfvw0") format("truetype"), url("fonts/design_plus.woff?evfvw0") format("woff"), url("fonts/design_plus.svg?evfvw0#design_plus") format("svg");
  font-style: normal;
  font-weight: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "design_plus" !important;
  line-height: 1;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-feedly:before {
  content: "\e907";
}

.icon-hatebu:before {
  content: "\e908";
}

.icon-line:before {
  content: "\e909";
}

.icon-pocket:before {
  content: "\e90a";
}

.icon-google-plus:before {
  content: "\e900";
}

.icon-google-plus2:before {
  content: "\e901";
}

.icon-facebook:before {
  content: "\e902";
}

.icon-facebook2:before {
  content: "\e903";
}

.icon-twitter:before {
  content: "\e904";
}

.icon-rss:before {
  content: "\e90b";
}

.icon-rss2:before {
  content: "\e906";
}

.icon-pinterest:before {
  content: "\e905";
}

/*--------------------------------
Share Buttons
---------------------------------*/
.share-top {
  margin-bottom: 50px;
}

.share-btm {
  margin-bottom: 35px;
}

/*--------------------------------
share_top1（Style1）
---------------------------------*/
.share-type1 {
  width: 100%;
}

.share-type1 h2 {
  color: #666666;
  font-weight: 600;
}

.share-type1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.share-type1 li {
  display: inline-block;
  padding: 0;
  text-align: center;
}

.share-type1 li>a:hover {
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
}

.share-type1 a {
  min-width: 27px;
  text-decoration: none;
  display: inline-block;
  margin: 0 5px 5px 0;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff !important;
  background: #fafafa;
  border-radius: 2px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
  text-shadow: none;
  text-align: center;
  line-height: 25px;
  padding: 1px 5px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.share-type1 i {
  position: relative;
  top: 3px;
  color: #ffffff;
  font-size: 1.3em;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
}

.share-type1 .ttl {
  margin: 0 3px 0 2px;
  text-align: center;
  line-height: 20px;
}

.share-type1 .share-count {
  display: inline;
  font-size: 9px;
  color: #ffffff;
  padding: 0;
  line-height: 25px;
  margin: 0;
  border-radius: 0 1px 1px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .share-type1 {
    width: 100%;
  }

  .share-type1 ul {
    margin-bottom: 15px;
  }

  .share-type1 li>a span {
    display: none;
  }

  .share-type1 a {
    margin-right: 2px;
  }

  .share-type1 i {
    left: 1px;
  }

  .share-type1 .share-count {
    margin-left: 3px;
  }
}

/*--------------------------------
share_btm1（Style3）
---------------------------------*/
.share-type3 .sns {
  margin: 0;
  text-align: center;
}

.share-type3 ul {
  margin: 0 -3% 3% 0;
  list-style: none;
}

.share-type3 li {
  float: left;
  width: 47%;
  margin: 0 3% 1.5% 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.post .share-type3 ul li {
  list-style: none;
  background-image: none;
  padding: 0;
}

.share-type3 ul li a {
  position: relative;
  display: block;
  top: 3px;
  font-size: 13px;
  padding: 10px 2px;
  color: #ffffff;
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

.share-type3 ul li a i {
  position: relative;
  top: 3px;
  font-size: 140%;
}

.share-type3 ul li a .ttl {
  margin: 0 3px 0 4px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
}

.share-type3 ul li a .share-count {
  position: absolute;
  bottom: -2px;
  right: 8px;
  font-size: 10px;
  padding: 0;
  line-height: 25px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.share-type3 ul li a:hover {
  -webkit-transform: translate3d(0px, 2px, 1px);
  -moz-transform: translate3d(0px, 2px, 1px);
  transform: translate3d(0px, 2px, 1px);
}

@media only screen and (min-width: 480px) {
  .share-type3 {
    width: 100%;
    margin: 20px 0 15px;
  }

  .share-type3 ul {
    margin-right: -1%;
    list-style: none;
    overflow: hidden;
  }

  .share-type3 li {
    width: 24%;
    margin: 0 1% 2% 0;
  }

  .share-type3 li a {
    font-size: 12px;
    padding: 10px 2px;
  }

  .share-type3 li:nth-child(4n) {
    margin-right: 0;
  }
}

/*------------- share_top1 & share_btm1 button_color -------------*/
/* Twitter */
.share-type1 .twitter a, .share-type3 .twitter a {
  background-color: #55acee;
}

.share-type1 .twitter a:hover, .share-type3 .twitter a:hover {
  background-color: #468ec5;
}

/* Facebook */
.share-type1 ul li.facebook a, .share-type3 ul li.facebook a {
  background-color: #35629a;
}

.share-type1 ul li.facebook a:hover, .share-type3 ul li.facebook a:hover {
  background-color: #1f3669;
}

/* Google+ */
.share-type1 ul li.googleplus a, .share-type3 ul li.googleplus a {
  background-color: #dd4b39;
}

.share-type1 ul li.googleplus a:hover, .share-type3 ul li.googleplus a:hover {
  background-color: #b94031;
}

.share-type1 ul li.googleplus a i {
  top: 4px;
}

/* Hatena */
.share-type1 ul li.hatebu>a, .share-type3 ul li.hatebu a {
  background-color: #3c7dd1;
}

.share-type1 ul li.hatebu>a:hover, .share-type3 ul li.hatebu a:hover {
  background-color: #0270ac;
}

/* Pocket */
.share-type1 ul li.pocket a, .share-type3 ul li.pocket a {
  background-color: #ee4056;
}

.share-type1 ul li.pocket a:hover, .share-type3 ul li.pocket a:hover {
  background-color: #c53648;
}

/* rss */
.share-type1 ul li.rss a, .share-type3 ul li.rss a {
  background-color: #ffb53c;
}

.share-type1 ul li.rss a:hover, .share-type3 ul li.rss a:hover {
  background-color: #e09900;
}

/* Feedly */
.share-type1 ul li.feedly a, .share-type3 ul li.feedly a {
  background-color: #6cc655;
}

.share-type1 ul li.feedly>a:hover, .share-type3 ul li.feedly>a:hover {
  background-color: #5ca449;
}

/* Pinterest */
.share-type1 ul li.pinterest a, .share-type3 ul li.pinterest a {
  background-color: #d4121c;
}

.share-type1 ul li.pinterest a:hover, .share-type3 ul li.pinterest a:hover {
  background-color: #a42f35;
}

/*--------------------------------
share_top2（Style2）
---------------------------------*/
.share-type2 {
  width: 100%;
}

.share-type2 h2 {
  color: #444;
  font-weight: 600;
}

.share-type2 ul.type2 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.share-type2 ul.type2 li {
  display: inline-block;
  padding: 0;
  text-align: center;
}

.share-type2 ul.type2 li a {
  text-decoration: none;
  display: inline-block;
  margin: 0 5px 5px 0;
  font-size: 12px;
  font-weight: 600;
  border-radius: 2px;
  color: #222 !important;
  text-align: center;
  background: #fafafa !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
  text-shadow: none;
  line-height: 25px;
  padding: 1px 5px 0;
}

.share-type2 ul.type2 li a i {
  position: relative;
  top: 3px;
  color: #222;
  font-size: 1.3em;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
}

.share-type2 ul.type2 li a .ttl {
  margin: 0 3px 0 2px;
  text-align: center;
  line-height: 20px;
}

.share-type2 ul.type2 li a .share-count {
  color: #444;
  font-size: 9px;
  padding: 0;
  line-height: 25px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.share-type2 ul.type2 li a:hover, .share-type2 ul.type2 li a:hover i, .share-type2 ul.type2 li a:hover .share-count {
  color: #ffffff !important;
}

.share-type2 ul.type2 li a:hover {
  border-color: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 480px) {
  .share-type2 {
    width: 100%;
    margin: 0;
  }

  .share-type2 .type2 {
    margin-bottom: 15px;
  }

  .share-type2 .type2 li a {
    margin-right: 2px;
  }

  .share-type2 .type2 li a i {
    left: 1px;
  }

  .share-type2 .type2 li>a span.ttl {
    display: none;
  }

  .share-type2 .type2 li a .share-count {
    margin-left: 3px;
  }
}

/*--------------------------------
share_btm2（Style4）
---------------------------------*/
.share-type4 {
  text-align: center;
}

.share-type4 .sns {
  margin: 0;
}

.share-type4 ul.type4 {
  margin: 0 -3% 2% 0;
  list-style: none;
}

.share-type4 ul.type4 li {
  float: left;
  width: 47%;
  margin: 0 3% 3% 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.post .share-type4 ul li {
  list-style: none;
  background-image: none;
  padding: 0;
}

.share-type4 ul.type4 li a {
  position: relative;
  display: block;
  top: 5px;
  font-size: 13px;
  padding: 10px 2px;
  text-decoration: none;
  border-radius: 2px;
  color: #222 !important;
  text-align: center;
  background: #fafafa !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
  text-shadow: none;
}

.share-type4 ul.type4 li a i {
  position: relative;
  top: 3px;
  font-size: 140%;
  color: #222 !important;
}

.share-type4 ul.type4 li a .ttl {
  margin: 0 3px 0 4px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
}

.share-type4 ul.type4 li a .share-count {
  position: absolute;
  bottom: -2px;
  right: 8px;
  font-size: 10px;
  padding: 0;
  line-height: 25px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #222 !important;
}

.share-type4 ul.type4 li a:hover, .share-type4 ul.type4 li a:hover i, .share-type4 ul.type4 li a:hover .share-count {
  color: #ffffff !important;
}

@media only screen and (min-width: 480px) {
  .share-type4 {
    width: 100%;
    margin: 20px 0 15px;
  }

  .share-type4 ul.type4 {
    margin-right: -1%;
    list-style: none;
    overflow: hidden;
  }

  .share-type4 ul.type4 li {
    width: 24%;
    margin: 0 1% 2% 0;
  }

  .share-type4 ul.type4 li a {
    font-size: 12px;
    padding: 10px 2px;
  }

  .share-type4 ul.type4 li:nth-child(4n) {
    margin-right: 0;
  }
}

/*------------- share_top2 & share_btm4 button_color -------------*/
/* Twitter */
.share-type2 ul.type2 li.twitter a, .share-type4 ul.type4 li.twitter a {
  color: #222 !important;
  background-color: #fafafa !important;
}

.share-type2 ul.type2 li.twitter a:hover, .share-type4 ul.type4 li.twitter a:hover {
  color: #ffffff !important;
  background-color: #55acee !important;
}

/* Facebook */
.share-type2 ul.type2 li.facebook a, .share-type4 ul.type4 li.facebook a {
  color: #222 !important;
  background-color: #fafafa !important;
}

.share-type2 ul.type2 li.facebook a:hover, .share-type4 ul.type4 li.facebook a:hover {
  color: #ffffff !important;
  background-color: #35629a !important;
}

/* Google+ */
.share-type2 ul.type2 li.googleplus a, .share-type4 ul.type4 li.googleplus a {
  color: #222 !important;
  background-color: #fafafa !important;
}

.share-type2 ul.type2 li.googleplus a:hover, .share-type4 ul.type4 li.googleplus a:hover {
  color: #ffffff !important;
  background-color: #dd4b39 !important;
}

.share-type2 ul.type2 li.googleplus a i, .share-type4 ul.type4 li.googleplus a i {
  top: 4px;
}

/* Hatena */
.share-type2 ul.type2 li.hatebu a, .share-type4 ul.type4 li.hatebu a {
  color: #222 !important;
  background-color: #fafafa !important;
}

.share-type2 ul.type2 li.hatebu a:hover, .share-type4 ul.type4 li.hatebu a:hover {
  color: #ffffff !important;
  background-color: #3c7dd1 !important;
}

/* Pocket */
.share-type2 ul.type2 li.pocket a, .share-type4 ul.type4 li.pocket a {
  color: #222 !important;
  background-color: #fafafa !important;
}

.share-type2 ul.type2 li.pocket a:hover, .share-type4 ul.type4 li.pocket a:hover {
  color: #ffffff !important;
  background-color: #ee4056 !important;
}

/* rss */
.share-type2 ul.type2 li.rss a, .share-type4 ul.type4 li.rss a {
  color: #222 !important;
  background-color: #fafafa !important;
}

.share-type2 ul.type2 li.rss a:hover, .share-type4 ul.type4 li.rss a:hover {
  color: #ffffff !important;
  background-color: #ff8c00 !important;
}

/* Feedly */
.share-type2 ul.type2 li.feedly a, .share-type4 ul.type4 li.feedly a {
  color: #222 !important;
  background-color: #fafafa !important;
}

.share-type2 ul.type2 li.feedly a:hover, .share-type4 ul.type4 li.feedly a:hover {
  color: #ffffff !important;
  background-color: #6cc655 !important;
}

/* Pinterest */
.share-type2 ul.type2 li.pinterest a, .share-type4 ul.type4 li.pinterest a {
  color: #222 !important;
  background-color: #fafafa !important;
}

.share-type2 ul.type2 li.pinterest a:hover, .share-type4 ul.type4 li.pinterest a:hover {
  color: #ffffff !important;
  background-color: #d4121c !important;
}

/*--------------------------------
share_top5（公式ボタン）
---------------------------------*/
.sns_default_top {
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.sns_default_top ul li {
  display: inline-block;
  margin: 0 5px 3px 0;
  line-height: 1 !important;
  overflow: hidden;
  vertical-align: top;
}

.sns_default_top ul li.twitter_button {
  width: 89px;
}

.sns_default_top ul li.fbshare_button:hover {
  text-decoration: none;
}

.sns_default_top ul li.google_button {
  width: 58px;
}

.sns_default_top ul li.pocket_button {
  width: 88px;
}

@media only screen and (max-width: 480px) {
  .sns_default_top ul li {
    margin-bottom: 6px;
  }

  .sns_default_top ul li.twitter_button {
    margin-left: 0;
  }
}

/* ----------------------- TCD Advanced Style ------------------------ */
/* table style */
.table_no_border th, .table_no_border td {
  border: none;
  padding-left: 0;
}

.table_border_horizontal th, .table_border_horizontal td {
  border-left: none;
  border-right: none;
  padding-left: 0;
}

/* ----------------------------------------------------------------------
 Column layout - カラムレイアウト
---------------------------------------------------------------------- */
.post-content .post_row {
  margin-left: -15px;
  margin-right: -15px;
  line-height: 2;
}

.post-content .post_col, .post-content .post_col-2, .post-content .post_col-3 {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 2em;
}

@media screen and (min-width: 768px) {
  .post-content .post_col-2 {
    width: 50%;
    /* 2カラム */
  }

  .post-content .post_col-3 {
    width: 33.33333%;
  }
}

@media screen and (min-width: 1024px) {
  .post-content .post_col-2 {
    width: 50%;
    /* 2カラム */
  }

  .post-content .post_col-3 {
    width: 33.33333%;
  }
}

.post-content .post_row:before, .post-content .post_row:after {
  content: " ";
  display: table;
}

.post-content .post_row:after {
  clear: both;
}

/* ----------------------------------------------------------------------
 headline - 見出しのスタイル
---------------------------------------------------------------------- */
.post-content .style3a, .post-content .style3b, .post-content .style4a, .post-content .style4b, .post-content .style5a, .post-content .style5b, .post-content .style6 {
  line-height: 1.6;
}

/* h3 */
.post-content .style3a {
  margin: 3em 0 1.5em;
  padding: 1.1em .2em 1em;
  font-size: 22px;
  font-weight: 600;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}

.post-content .style3b {
  margin: 3em 0 1.5em;
  padding: 1.1em .9em 1em;
  font-size: 22px;
  font-weight: 600;
  border-top: 2px solid #222;
  border-bottom: 1px solid #ddd;
  background: #fafafa;
  box-shadow: 0px 1px 2px #f7f7f7;
}

/* h4 */
.post-content .style4a {
  margin: 2.5em 2px 1.2em;
  padding: .3em 0 .3em .8em;
  font-size: 18px;
  font-weight: 600;
  border-bottom: none;
  border-left: 2px solid #222;
}

.post-content .style4b {
  margin: 2.5em 0 1.2em;
  padding: .9em 0 .8em;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px dotted #aaa;
}

/* h5 */
.post-content .style5a {
  margin: 2em 0 1em;
  padding: .5em .8em .3em 1em;
  font-weight: 900;
  font-size: 18px;
  background: #f5f5f5;
  box-shadow: 0px 2px 0px 0px #f2f2f2;
}

.post-content .style5b {
  margin: 2em 0 1em;
  padding: .5em .8em .4em 1em;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  background: #222;
  border-radius: 4px;
  box-shadow: 0px 2px 0px 0px #f2f2f2;
}

/* h6 */
.post-content .style6 {
  position: relative;
  margin: 2em 0 1em;
  padding: .5em .8em .8em 1.3em;
  color: #222;
  font-weight: bold;
  font-size: 16px;
}

.post-content .style6:before {
  position: absolute;
  width: 12px;
  height: 12px;
  top: .5em;
  left: .2em;
  background: #222;
  content: "";
}

.post-content .news_headline1 {
  position: relative;
  margin: 80px 0 25px 0;
  padding: .5em;
  border-left: 8px solid #444;
  line-height: 1.2;
  font-size: 1.2em;
}

.post-content .news_headline1:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 0;
  width: 100%;
  border-bottom: 1px dotted #ddd;
}

.post-content .news_headline2 {
  margin: 40px 0 20px 0;
  padding: 0 .5em;
  border-left: 6px solid #545454;
  line-height: 26px;
  font-size: 1.1em;
}

.post-content .balloon {
  clear: both;
  display: block;
  position: relative;
  margin: 50px 0 22px;
  padding: .5em 18px .5em;
  width: auto;
  min-width: 115px;
  color: #ffffff;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  background: #222;
  z-index: 0;
  border-bottom: 0;
}

.post-content .balloon:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 30px;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #222 transparent transparent transparent;
}

/* ----------------------------------------------------------------------
 flame - 囲み枠
---------------------------------------------------------------------- */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well2 {
  margin: 1em 0 30px;
  padding: 1em 1.5em;
  line-height: 2;
  border: 1px solid #cdcdcd;
  background: #fcfcfc;
  box-shadow: 0 1px 3px 0 rgba(195, 195, 195, 0.3);
}

.well3 {
  margin: 2em 0 2.5em;
  padding: 1em 1.5em;
  line-height: 2.0;
  border: 1px dashed #cdcdcd;
  background: #fcfcfc;
  box-shadow: 0 1px 3px 0 rgba(195, 195, 195, 0.3);
}

.wl_red {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.wl_yellow {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.wl_blue {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.wl_green {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

/* ----------------------------------------------------------------------
 button - CSSボタンのスタイル
---------------------------------------------------------------------- */
.q_button {
  background-color: #535353;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  color: #ffffff !important;
  display: inline-block;
  font-size: 100%;
  font-weight: 600;
  min-width: 200px;
  margin: 0;
  max-width: 90%;
  padding: .6em 1.3em .5em;
  transition: all 0.3s ease-in-out 0s;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}

.q_button:hover, .q_button:focus {
  background-color: #7d7d7d;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15) inset;
  color: #ffffff;
  text-decoration: none;
}

/* Button option */
.rounded {
  border-radius: 6px;
}

.pill {
  border-radius: 50px;
}

.sz_full {
  min-width: 100px;
  max-width: 100%;
  display: block;
  font-size: 110%;
  padding: 1em 1.5em .9em;
}

.sz_l {
  min-width: 350px;
  max-width: 90%;
  font-size: 110%;
  padding: .8em 1.5em .7em;
}

@media screen and (max-width: 768px) {
  .sz_l {
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
    width: 100%;
  }
}

.sz_s {
  min-width: 100px;
  max-width: 90%;
  font-size: 85%;
  padding: .4em 1em .3em;
}

.bt_red {
  background: #c01f0e;
  color: #ffffff;
}

.bt_red:hover, .bt_red:focus {
  background-color: #d33929;
  color: #ffffff;
}

.bt_yellow {
  background: #f1c40f;
  color: #ffffff;
}

.bt_yellow:hover, .bt_yellow:focus {
  background-color: #f9d441;
  color: #ffffff;
}

.bt_blue {
  background: #2980b9;
  color: #ffffff;
}

.bt_blue:hover, .bt_blue:focus {
  background-color: #3a91c9;
  color: #ffffff;
}

.bt_green {
  background: #27ae60;
  color: #ffffff;
}

.bt_green:hover, .bt_green:focus {
  background-color: #39c574;
  color: #ffffff;
}

/* ----------------------------------------------------------------------
Youtube responsive - Youtube動画のレスポンシブ表示
---------------------------------------------------------------------- */
.ytube {
  position: relative;
  height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden;
}

.ytube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ----------------------------------------------------------------------
Table responsive - テーブルのレスポンシブ表示
---------------------------------------------------------------------- */
.rps_table {
  line-height: 2.0;
}

@media only screen and (max-width: 480px) {
  .rps_table tr {
    display: block;
    margin-bottom: 1.5em;
  }

  .rps_table th, .rps_table td {
    display: list-item;
    list-style-type: none;
    border: none;
  }
}

/* ----------------------------------------------------------------------
 Cardlink style - カードリンクのスタイル
---------------------------------------------------------------------- */
.cardlink {
  padding: 12px 12px 12px 12px;
  margin: 10px 0;
  border: 1px solid #ddd;
  word-wrap: break-word;
  max-width: 100%;
  background: #fafafa;
}

.cardlink_thumbnail {
  float: left;
  margin-right: 20px;
}

.cardlink_content {
  line-height: 1.6;
}

.cardlink_timestamp {
  display: inline;
  margin: 0;
  padding: 0;
  vertical-align: top;
  color: #222;
  line-height: 1.6;
  font-size: 12px;
}

.cardlink_title {
  font-size: 14px;
  margin: 0 0 5px;
}

.cardlink_title a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

.cardlink_title a:hover {
  text-decoration: underline;
}

.cardlink_excerpt {
  color: #333;
  font-size: 12px;
  overflow: hidden;
  line-height: 1.8;
}

.cardlink_footer {
  clear: both;
}

.clear {
  clear: both;
}

@media screen and (max-width: 768px) {
  .cardlink_thumbnail {
    float: none;
  }

  .cardlink_timestamp {
    line-height: 2.4;
    vertical-align: middle;
  }

  .cardlink_excerpt {
    float: none;
  }
}


/* ----------------------------------------------------------------------
 font-size - フォントサイズ
---------------------------------------------------------------------- */
.text70 {
  font-size: 70%;
}

/* フォントサイズ70% */
.text80 {
  font-size: 80%;
}

.text90 {
  font-size: 90%;
}

.text100 {
  font-size: 100%;
}

.text110 {
  font-size: 110%;
}

.text120 {
  font-size: 120%;
}

.text130 {
  font-size: 130%;
}

.text140 {
  font-size: 140%;
}

.text150 {
  font-size: 150%;
}

.text160 {
  font-size: 160%;
}

.text170 {
  font-size: 170%;
}

.text180 {
  font-size: 180%;
}

.text190 {
  font-size: 190%;
}

.text200 {
  font-size: 200%;
}

.text210 {
  font-size: 210%;
}

.text220 {
  font-size: 220%;
}

/* 太字 */
.b {
  font-weight: 900;
}

/* 下線 */
.u {
  text-decoration: underline;
}

/* 打ち消し線 */
.del {
  text-decoration: line-through;
}

/* ----------------------------------------------------------------------
 font-color - フォントカラー
---------------------------------------------------------------------- */
.red {
  color: red;
}

/* 赤色 */
.blue {
  color: #2ca9e1;
}

/* 青色 */
.green {
  color: #82ae46;
}

/* 緑色 */
.orange {
  color: #ff7d00;
}

/* 橙色 */
.yellow {
  color: #fff000;
}

/* 黄色 */
.pink {
  color: #ff0084;
}

/* ピンク */
.gray {
  color: #999999;
}

/* グレー */
/* ----------------------------------------------------------------------
 background-color - 背景色
---------------------------------------------------------------------- */
.bg-yellow {
  padding: 2px;
  background-color: #ff0;
}

/* 黄色の文字背景 */
.bg-blue {
  padding: 2px;
  background-color: #4ab0f5;
}

/* 青色の文字背景 */
.bg-red {
  padding: 2px;
  background-color: red;
}

/* 赤色の文字背景 */
/* ----------------------------------------------------------------------
 text-align - 配置
---------------------------------------------------------------------- */
.align1 {
  text-align: center !important;
}

/* 中央寄せ */
.align2 {
  text-align: right !important;
}

/* 右寄せ */
.align3 {
  text-align: left !important;
}

/* 左寄せ */
/* ----------------------------------------------------------------------
 float - 回り込み
---------------------------------------------------------------------- */
.r-flo {
  float: right;
  margin: 10px;
}

/* 右に回り込み */
.l-flo {
  float: left;
  margin: 10px;
}

/* 左に回り込み */
.f-clear {
  clear: both;
}

/* 回り込みの解除 */
/* ----------------------------------------------------------------------
 hover - 画像リンクマウスオーバー時の不透明度
---------------------------------------------------------------------- */
a img.fade {
  background: none !important;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:hover img.fade {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  background: none !important;
}

/* ----------------------------------------------------------------------
 text-style - テキストスタイル
---------------------------------------------------------------------- */
.att {
  padding-left: 1em;
  text-indent: -1em;
}

/* 注意書き等で二行目以降を字下げ */
.att_box {
  margin: 2em 0 2.5em;
  padding: 1em 1.2em;
  line-height: 2.0;
  border: 1px dotted #cccccc;
  background: #fcfcfc;
  box-shadow: 0px 4px 0px 0px #f7f7f7;
}

/* テキストボックス */
/* ----------------------------------------------------------------------
 margin - 要素の外側の余白
---------------------------------------------------------------------- */
.m0 {
  margin: 0 !important;
}

/* margin 0px を指定するクラス */
.mt0 {
  margin-top: 0 !important;
}

/* margin-top0px を指定するクラス */
.mr0 {
  margin-right: 0 !important;
}

/* margin-right0px を指定するクラス*/
.mb0 {
  margin-bottom: 0 !important;
}

/* margin-bottom0px を指定するクラス*/
.ml0 {
  margin-left: 0 !important;
}

/* margin-left0px を指定するクラス*/
.m5 {
  margin: 5px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.m55 {
  margin: 55px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.m60 {
  margin: 60px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.m65 {
  margin: 65px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.m70 {
  margin: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.m75 {
  margin: 75px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.m80 {
  margin: 80px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.m100 {
  margin: 100px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

/* ----------------------------------------------------------------------
 padding - 要素の内側の余白
---------------------------------------------------------------------- */
.p0 {
  padding: 0 !important;
}

/* padding-0px を指定するクラス */
.pt0 {
  padding-top: 0 !important;
}

/* padding-top0px を指定するクラス */
.pr0 {
  padding-right: 0 !important;
}

/* padding-right0px を指定するクラス */
.pb0 {
  padding-bottom: 0 !important;
}

/* padding-bottom0px を指定するクラス */
.pl0 {
  padding-left: 0 !important;
}

/* padding-left0px を指定するクラス */
.p5 {
  padding: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.p25 {
  padding: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

/* パスワード保護 */
.post-password-form {
  border: 1px solid #ddd;
  background: #f5f5f5;
  padding: 25px 36px;
  display: inline-block;
  box-sizing: border-box;
  width: 75%;
  margin: 0 auto 30px;
  display: block;
}

.post-password-form p {
  line-height: 1.2;
  margin-bottom: 20px;
}

.post-password-form p:last-child {
  margin-bottom: 0;
}

.post-password-form input[type="password"] {
  border: 1px solid #ddd;
  box-shadow: none;
  height: 40px;
  width: 250px;
  margin-right: 13px;
  box-sizing: border-box;
  padding: 0 10px;
}

.post-password-form input[type="submit"] {
  box-sizing: border-box;
  color: #ffffff;
  display: inline-block;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  min-width: 100px;
  vertical-align: top;
}

.post-password-form input[type="submit"]:hover {
  color: #ffffff;
}

/* pagebuilder v1.3.4 */
.slick-prev:before {
  content: '';
}

[dir='rtl'] .slick-prev:before {
  content: '';
}

.slick-next:before {
  content: '';
}

[dir='rtl'] .slick-next:before {
  content: '';
}

.pb-widget-slider .pb_slider .slick-next, .pb-widget-slider .pb_slider .slick-prev {
  top: calc(50% + 30px);
}

/* 追加カスタマイズ */
.flex-inner {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

footer {
  box-sizing: border-box;
  padding: 10vw 0 0;
  font-size: 0.8em;
  line-height: 1.8;
  position: relative;
  overflow: hidden;
  background-color: var(--color-white);
}

footer a {
  color: var(--color-text);
}

.footer_about_inner {
  width: 30%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  line-height: 1.6;
  padding: 0 0 3em;
}

.footer-menu {
  width: calc(70% - 4em);
  position: relative;
  z-index: 1;
  margin: 0 0 0 auto;
  box-sizing: border-box;
  margin: 0 0 0 auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* フロントメイン */
#top-slider-content {
  position: absolute;
  width: 100%;
  height: calc(100% - 50px);
  z-index: 2;
}

.top-slider-content-inner {
  width: 100%;
  position: relative;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  z-index: 2;
}

.scroll-box {
  bottom: 0px;
  /*全体の高さ*/
  height: 50px;
  width: 10px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.scroll-box span {
  position: absolute;
  left: 0;
  top: -5em;
  color: var(--color-main);
  font-size: 10px;
  text-align: center;
  line-height: 1;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  font-weight: 900;
}

.scroll-box::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: var(--color-main);
  animation: pathmove 1.8s ease-in-out infinite;
  opacity: 0;
  left: 50%;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }

  30% {
    height: 30px;
    opacity: 1;
  }

  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

.front-main-box {
  width: 86%;
  padding-bottom: 50px;
}

.front_second {
  position: relative;
}

.front_second_inner {
  box-sizing: border-box;
  padding: 10vw 0;
  width: 92%;
  background-image: url(/wp-content/themes/story_tcd041/img/front_second.jpg);
  background-size: cover;
  background-position: center;
}

.front_second_inner-text h3 {
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.8;
  margin-bottom: 1em;
}

.front-third {
  box-sizing: border-box;
  padding: 10vw 0 0;
  counter-reset: number 0;
  overflow: hidden;
  position: relative;
}

.third-box {
  box-sizing: border-box;
  width: 84%;
  margin: 0 auto 6vw;
}

.front-third-text {
  width: 45%;
  box-sizing: border-box;
}

.front-third-img {
  width: 55%;
}

.front-third-text-inner {
  margin: 0 auto;
  position: relative;
}

.third-box:nth-of-type(even) .front-third-text {
  margin-left: 55%;
}

.third-box:nth-of-type(even) .front-third-img {
  margin-left: -100%;
}

.third-box:nth-of-type(odd) .front-third-text {
  padding-right: 4vw;
}

.third-box:nth-of-type(even) .front-third-text {
  padding-left: 4vw;
}

.third-box:last-of-type {
  margin-bottom: 0;
}

.front-third-text-inner h3 {
  font-size: 1.6em;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 1em;
  color: var(--color-main);
}

.front-third-text-inner::before {
  counter-increment: number 1;
  content: "Point "counter(number) " ";
  font-size: 3em;
  display: block;
  line-height: 1;
  margin-bottom: 0.5em;
  color: var(--color-accent);
}

.front_topics {
  padding: 10vw 0;
  background: #f3f3f3;
  position: relative;
}

.front-main-box-inner {
  width: 50%;
  margin: 0 auto 0 0;
}

.front-main-box-inner h2 {
  font-weight: 900;
  font-size: 5vw;
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 1.6;
}

.front-main-box-inner h2 img {
  width: auto;
  height: 6vw;
  display: inline-block;
  vertical-align: text-top;
  margin-right: 0.5em;
}

.front__main--copy {
  width: 40%;
  min-width: 150px;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}

.front-main-box-inner h2 span {
  color: var(--color-orange);
}

.front__topics--title {
  width: auto;
}

.front__topics.basic__section::before {
  height: 100%;
  width: 50%;
  position: absolute;
  content: '';
  background-image: url(/wp-content/themes/story_tcd041/img/topics__bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  bottom: -10px;
  right: -10px;
}

.front__topics--title h2 {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  line-height: 1;
  font-size: 2em;
  font-weight: 900;
}

.front__topics--title h2::after {
  content: 'TOPICS';
  font-size: 0.5em;
  margin-top: 1em;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--color-sub);
}

.front__topics--blog {
  width: calc(100% - 5em);
  position: relative;
  margin: 0 0 0 auto;
  padding-left: 3em;
  border-left: 1px dashed var(--color-white);
}

article.front__topics__content {
  font-size: 0.8em;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dashed var(--color-white);
}

p.front__topics__content-meta {
  font-size: 0.7em;
}

time.front__topics__content-date {
  margin-right: 1em;
  color: var(--color-sub);
}

span.front__topics__content-category {
  background-color: var(--color-orange);
  color: #ffffff;
  padding: 2px 4px;
  border-radius: 4px;
}

.front__topics__content-title {
  line-height: 1.6;
  margin-top: 0.25em;
}

.basic__section {
  padding: 10vw 0;
  position: relative;
  overflow: hidden;
}

article.front__topics__content:last-of-type {
  padding-bottom: 0;
  margin: 0;
  border: none;
}

.front__topics--inner {
  padding-left: 10%;
}

.toggle__menu::before {
  width: 80px;
  height: 80px;
  position: absolute;
  content: '';
  background: var(--color-main);
  top: 0px;
  left: 0;
  display: block;
  border-radius: 50%;
}

.menucont__nav a {
  padding-left: 1.5em;
  font-weight: 900;
  line-height: 1.6;
  position: relative;
  color: var(--color-white);
}

.menucont__nav li {
  margin-bottom: 1em;
  width: calc(50% - 1em);
  margin-right: 2em;
  line-height: 1;
}

.menucont__nav li:last-of-type {
  margin-bottom: 0;
}

.menucont__nav a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.9em;
}

.menucont__nav a:hover::before {
  color: var(--color-orange);
}

.front__intro--title {
  margin: 0 auto 3em;
}

.front__intro--title h2 {
  margin: 0 auto;
  font-size: 5em;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
}

.front__intro--title h3 {
  text-align: center;
  font-size: 2em;
  line-height: 1.6;
  font-weight: 900;
  margin-top: 1.5em;
}

.front__intro--text {
  text-align: center;
}

.front__intro--text p {
  font-size: 1.2em;
  margin-bottom: 1.5em;
}

.front__intro--text p:last-of-type {
  margin-bottom: 0;
}

section.front__intro.basic__section {
  background: var(--color-white);
}

/* フロントスライド */
.marquee {
  --gap: 10px;
  --w: 400px;
  /* アイテム幅（内容に合わせて調整） */
  --step: calc(var(--w) + var(--gap));
  --duration: 40s;
  /* 1周の時間 */
  overflow: hidden;
  position: relative;
}

.track {
  width: max-content;
  animation: marquee var(--duration) linear infinite;
  will-change: transform;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.item {
  flex: 0 0 auto;
  width: var(--w);
  margin-right: 10px;
  display: grid;
  font-size: 16px;
}

/* マウスオンやフォーカス時に一時停止（キーボード操作配慮） */
.marquee:hover .track,
.marquee:focus-within .track {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-10 * var(--step)));
  }

  /* 10アイテム分左へ */
}

.facility__section--box {
  background: var(--color-white);
  overflow: hidden;
  border-radius: 10px;
}

.facility__section--box--inner {
  padding: 1.5em;
  font-size: 0.8em;
  line-height: 1.6;
  color: var(--color-text);
}

.facility__section--box--inner h3 {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

p.facility__section--spot {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}

p.facility__section--spot::before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-orange);
}

.facility__section {
  padding: 7vw 0;
  width: calc(100% - 40px);
  margin: 0 auto;
  background-color: var(--color-main);
  color: var(--color-white);
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}

.facility__section h2 {
  font-size: 2.5em;
  text-align: center;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 1.5em;
}

.facility__section--tel span {
  margin-right: 0.5em;
  color: var(--color-sub);
}

a.facility__section--map {
  margin-left: 1em;
  font-size: 0.8em;
  color: var(--color-orange);
}

a.content__but, a.recruit__link {
  color: var(--color-white);
  box-sizing: border-box;
  border: 2px solid var(--color-white);
  line-height: 3.5em;
  display: block;
  width: 100%;
  max-width: 20em;
  border-radius: 3.5em;
  padding: 0 1.5em;
  position: relative;
  font-weight: 900;
}

.facility__section a.content__but {
  margin: 0 auto;
}

ul.track.facility__section--list {
  margin: 0 auto 4em;
}

a.content__but::after, a.recruit__link::after {
  font-family: 'icomoon-font';
  content: '\e900';
  position: absolute;
  font-weight: normal;
  right: 1.5em;
}

section.front__intro.basic__section::before {
  width: 50%;
  position: absolute;
  height: 100%;
  content: '';
  background: url(/wp-content/themes/story_tcd041/img/front__intro__bg.png);
  top: -3px;
  left: 0;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
}

section.facility__section--sec::before {
  width: 100%;
  height: 50%;
  position: absolute;
  content: '';
  background-color: var(--color-white);
  z-index: 0;
}

section.facility__section--sec {
  position: relative;
}

.front__intro--img {
  position: absolute;
  z-index: 0;
}

.front__intro--img.front__intro01 {
  width: 20%;
  right: 8%;
  top: 5%;
}

.front__intro--img.front__intro02 {
  top: 15%;
  left: -5%;
  width: 30%;
}

.front__intro--img.front__intro03 {
  top: 35%;
  right: -5%;
  width: 25%;
}

.front__intro--img.front__intro04 {
  bottom: 20%;
  width: 20%;
  left: 3%;
}

.front__intro--img.front__intro05 {
  bottom: 10%;
  right: 15%;
  width: 10%;
}

span.content__engtitle {
  display: block;
  font-size: 0.5em;
  margin-top: 1.5em;
  color: var(--color-orange);
}

a:hover.content__but {
  background-color: var(--color-white);
  color: var(--color-main);
}

.merit__sec--title {
  width: 40%;
  box-sizing: border-box;
}

.merit__sec--threepoint {
  width: 60%;
  box-sizing: border-box;
  padding-left: 5em;
}

.merit__sec--title h2 {
  font-weight: 900;
  font-size: 2.4em;
  line-height: 1.6;
  margin-bottom: 1em;
}

.merit__sec--threepoint--title {
  margin-bottom: 2em;
}

.merit__sec--threepoint--title h3 {
  font-size: 1.8em;
  font-weight: 900;
  line-height: 1.6;
}

.merit__sec--threepoint--box {
  margin-bottom: 2em;
  position: relative;
  font-size: 0.8em;
}

.merit__sec--threepoint--box:last-of-type {
  padding: 0;
  border: none;
  margin-bottom: 0;
}

.merit__sec--threepoint--box h4 {
  font-size: 1.2em;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 0.5em;
}

.merit__sec--threepoint--box::before {
  counter-increment: number 1;
  content: counter(number) " ";
  position: absolute;
  line-height: 100px;
  font-size: 70px;
  font-weight: 900;
  color: var(--color-bg);
  z-index: -1;
  text-align: center;
  width: 100px;
}

.merit__sec--threepoint--content {
  counter-reset: number 0;
}

.merit__sec--threepoint--box::after {
  width: 100px;
  height: 100px;
  position: absolute;
  content: '';
  background-color: var(--color-white);
  z-index: -2;
  border-radius: 50%;
}

.merit__sec--threepoint--box::before, .merit__sec--threepoint--box::after {
  top: -30px;
  left: -60px;
}

.bg-scroll {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
  width: 30%;
}

.bg-track {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  animation: bgMove 60s linear infinite;
}

.bg-track li {
  flex: 0 0 auto;
}

.bg-track img {
  width: 100%;
  height: auto;
  /* 背景に連続感を出す高さ */
  object-fit: cover;
}

/* 下→上にゆっくり移動 */
@keyframes bgMove {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-100%);
  }
}

.recruit__sec::before {
  width: 70%;
  height: 100%;
  position: absolute;
  content: '';
  background-color: var(--color-black);
  opacity: 1;
  top: 0;
  z-index: 1;
  opacity: 0.8;
}

.recruit__sec::after {
  width: 70%;
  height: 100%;
  position: absolute;
  content: '';
  background-image: url(/wp-content/themes/story_tcd041/img/recruit__sec__bg.jpg);
  opacity: 1;
  top: 0;
  background-size: cover;
  background-position: center;
}

.recruit__sec--text {
  color: var(--color-white);
  box-sizing: border-box;
  padding-left: 10%;
  padding-right: 35%;
}

.recruit__sec--text a.content__but {
  margin-top: 2em;
}

.recruit__sec--text h2 {
  font-weight: 900;
  font-size: 2.5em;
  line-height: 1.4;
  margin-bottom: 1em;
}

.recruit__sec--text h2 span {
  display: block;
  font-size: 0.4em;
  letter-spacing: 0.1em;
  margin-top: 0.5em;
  color: var(--color-orange);
}

.recruit__sec--text p {
  font-size: 1.2em;
}

section.recruit__sec.basic__section {
  padding: 7vw 0;
}

section.front__topics.basic__section {
  padding: 7vw 0;
}

section.footer__contact {
  background-image: url(/wp-content/themes/story_tcd041/img/footer__contact.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 7vw 0;
  position: relative;
}

.footer__contact--inner.inner h2 {
  text-align: center;
  font-size: 2.5em;
  font-weight: 900;
}

.footer__contact--inner.inner h2 span {
  display: block;
  font-size: 0.5em;
  line-height: 1;
  color: var(--color-white);
}

.footer__contact--inner.inner p {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  margin: 1em auto 0;
}

.footer__contact--but--box.flex-inner {
  margin: 2em auto 0;
  max-width: 1050px;
}

a.footer__contact--but {
  width: calc(50% - 1em);
  margin-right: 2em;
  font-size: 1.1em;
  font-weight: 900;
  background-color: var(--color-white);
  line-height: 3.5em;
  border-radius: 3.5em;
  box-sizing: border-box;
  padding: 0 1.5em;
  position: relative;
}

a.footer__contact--but:nth-of-type(2n) {
  margin-left: auto;
  margin-right: 0;
}

a.footer__contact--but::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: bold;
  position: absolute;
  right: 30px;
  font-size: 2em;
}

a.footer__contact--but.line__but {
  background-color: #02a400;
  color: var(--color-white);
}

a.footer__contact--but.line__but::after, a.contact__content__line--but::after {
  font-family: 'design_plus';
  content: '\e909';
  font-weight: normal;
}

a:hover.footer__contact--but {
  background-color: var(--color-main);
  color: var(--color-white);
}

.footer_about_inner h2 {
  max-width: 250px;
  width: 100%;
  margin: 0 auto 2em 0;
}

.footer_about_inner h3 {
  position: relative;
  color: var(--color-sub);
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}

.footer_about_inner h3::before {
  font-family: "Font Awesome 5 Free";
  content: "\f1ad";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: normal;
  color: var(--color-main);
}

.footer_about_inner h4 {
  font-size: 1.2em;
  font-weight: 900;
  margin-bottom: 0.25em;
}

.footer__menu__lsit {
  width: calc(50% - 1em);
  margin-right: 2em;
}

.footer-menu-list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: -1em;
}

.footer-menu-list li {
  width: auto;
  line-height: 1.6;
  margin-bottom: 1em;
  margin-right: 1.5em;
}

.footer__menu__lsit:nth-of-type(2n) {
  margin-right: 0;
}

.footer-menu-list li a {
  display: block;
  width: 100%;
  padding-left: 1.5em;
  position: relative;
}

.footer-menu-list li a::before {
  font-family: 'icomoon-font';
  content: '\e900';
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
}

.footer-menu-list li a:hover {
  color: var(--color-main);
}

.footer-menu-list li a:hover::before {
  color: var(--color-orange);
}

.footer__menu__lsit.footer__staff__menu {
  background-color: var(--color-main);
  box-sizing: border-box;
  padding: 1.5em 2em;
  border-radius: 10px;
}

.footer__menu__lsit.footer__staff__menu a, .footer__menu__lsit.footer__staff__menu h3 {
  color: var(--color-white);
}

.footer__menu__lsit.footer__staff__menu h3 {
  font-weight: 900;
  font-size: 1.2em;
  margin-bottom: 1em;
}

.footer__menu__lsit.footer__staff__menu a:hover {
  color: var(--color-orange);
}

p.footer__address {
  font-size: 0.9em;
}

.toggle__menu .menu::after {
  width: 60%;
  height: 100%;
  position: absolute;
  content: '';
  background-image: url(/wp-content/themes/story_tcd041/img/rihc__menu.png);
  z-index: 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  bottom: 0;
  right: 0;
}

.menucont__nav li:nth-of-type(2n) {
  margin-right: 0;
}

section.footer__contact::after {
  width: 100%;
  height: 10px;
  position: absolute;
  content: '';
  background-image: url(/wp-content/themes/story_tcd041/img/footer__parts.svg);
  background-size: auto 100%;
  background-repeat: repeat-x;
  bottom: 0;
  left: 0;
}

.scroll__head .logo-image {
  width: 10%;
}

section.footer__img {
  margin-top: 7vw;
  position: relative;
}

section.footer__img img {
  position: relative;
  z-index: 0;
}

section.footer__img::before {
  width: 100%;
  height: 10px;
  position: absolute;
  content: '';
  background-image: url(/wp-content/themes/story_tcd041/img/footer__parts02.svg);
  background-size: auto 100%;
  background-repeat: repeat-x;
  top: 0;
  left: 0;
  z-index: 1;
}

.header::after, section.recruit__section.recruit__section--feature.content_full::after {
  width: 100%;
  height: 10px;
  position: absolute;
  content: '';
  background-image: url(/wp-content/themes/story_tcd041/img/main__parts.svg);
  background-size: auto 100%;
  background-repeat: repeat-x;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.header-bar::before {
  width: 100%;
  height: 10px;
  position: fixed;
  content: '';
  background-image: url(/wp-content/themes/story_tcd041/img/headder__parts.svg);
  background-size: auto 100%;
  background-repeat: repeat-x;
  top: 0;
  left: 0;
}

.facility__section::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  background-image: url(/wp-content/themes/story_tcd041/img/facility__sectionbg.png);
  top: 0;
  z-index: 0;
  background-size: 10px;
}

ul.footer__report {
  margin: 1em auto 0 0;
}

ul.footer__report li {
  margin-bottom: 0.5em;
  display: block;
}

ul.footer__report li:last-of-type {
  margin-bottom: 0;
}

ul.footer__report li a {
  padding-left: 1.5em;
  position: relative;
}

ul.footer__report li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-sub);
  font-size: 0.8em;
}

.merit__sec--parts {
  position: absolute;
  bottom: -10%;
  left: -5%;
  height: 58%;
}

.merit__sec--parts img {
  width: auto;
  height: 100%;
}

.merit__sec--title a.content__but {
  color: var(--color-main);
  border-color: var(--color-main);
  font-size: 0.8em;
  margin-top: 2em;
}

.merit__sec--title a:hover.content__but {
  background-color: var(--color-main);
  color: var(--color-white);
}

.cssload-dots {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  outline: 1px solid red;
  filter: url(#goo);
  -o-filter: url(#goo);
  -ms-filter: url(#goo);
  -webkit-filter: url(#goo);
  -moz-filter: url(#goo);
}

.cssload-dot {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.cssload-dot:before {
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 49px;
  background: var(--color-main);
  position: absolute;
  left: 50%;
  transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  margin-left: -17.5px;
  margin-top: -17.5px;
}



.cssload-dot:nth-child(5):before {
  z-index: 100;
  width: 44.5px;
  height: 44.5px;
  margin-left: -21.75px;
  margin-top: -21.75px;
  animation: cssload-dot-colors 4.6s ease infinite;
  -o-animation: cssload-dot-colors 4.6s ease infinite;
  -ms-animation: cssload-dot-colors 4.6s ease infinite;
  -webkit-animation: cssload-dot-colors 4.6s ease infinite;
  -moz-animation: cssload-dot-colors 4.6s ease infinite;
}


.cssload-dot:nth-child(1) {
  animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
  -o-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
  -ms-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
  -webkit-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
  -moz-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
}

.cssload-dot:nth-child(1):before {
  background-color: var(--color-main);
  animation: cssload-dot-move 4.6s 0s ease infinite;
  -o-animation: cssload-dot-move 4.6s 0s ease infinite;
  -ms-animation: cssload-dot-move 4.6s 0s ease infinite;
  -webkit-animation: cssload-dot-move 4.6s 0s ease infinite;
  -moz-animation: cssload-dot-move 4.6s 0s ease infinite;
}

.cssload-dot:nth-child(2) {
  animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
  -o-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
  -ms-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
  -webkit-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
  -moz-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
}

.cssload-dot:nth-child(2):before {
  background-color: var(--color-main);
  animation: cssload-dot-move 4.6s 1.15s ease infinite;
  -o-animation: cssload-dot-move 4.6s 1.15s ease infinite;
  -ms-animation: cssload-dot-move 4.6s 1.15s ease infinite;
  -webkit-animation: cssload-dot-move 4.6s 1.15s ease infinite;
  -moz-animation: cssload-dot-move 4.6s 1.15s ease infinite;
}

.cssload-dot:nth-child(3) {
  animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
  -o-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
  -ms-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
  -webkit-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
  -moz-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
}

.cssload-dot:nth-child(3):before {
  background-color: var(--color-main);
  animation: cssload-dot-move 4.6s 2.3s ease infinite;
  -o-animation: cssload-dot-move 4.6s 2.3s ease infinite;
  -ms-animation: cssload-dot-move 4.6s 2.3s ease infinite;
  -webkit-animation: cssload-dot-move 4.6s 2.3s ease infinite;
  -moz-animation: cssload-dot-move 4.6s 2.3s ease infinite;
}

.cssload-dot:nth-child(4) {
  animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
  -o-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
  -ms-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
  -webkit-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
  -moz-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
}

.cssload-dot:nth-child(4):before {
  background-color: var(--color-main);
  animation: cssload-dot-move 4.6s 3.45s ease infinite;
  -o-animation: cssload-dot-move 4.6s 3.45s ease infinite;
  -ms-animation: cssload-dot-move 4.6s 3.45s ease infinite;
  -webkit-animation: cssload-dot-move 4.6s 3.45s ease infinite;
  -moz-animation: cssload-dot-move 4.6s 3.45s ease infinite;
}

@keyframes cssload-dot-move {
  0% {
    transform: translateY(0);
  }

  18%, 22% {
    transform: translateY(-68px);
  }

  40%, 100% {
    transform: translateY(0);
  }
}

@-o-keyframes cssload-dot-move {
  0% {
    -o-transform: translateY(0);
  }

  18%, 22% {
    -o-transform: translateY(-68px);
  }

  40%, 100% {
    -o-transform: translateY(0);
  }
}

@-ms-keyframes cssload-dot-move {
  0% {
    -ms-transform: translateY(0);
  }

  18%, 22% {
    -ms-transform: translateY(-68px);
  }

  40%, 100% {
    -ms-transform: translateY(0);
  }
}

@-webkit-keyframes cssload-dot-move {
  0% {
    -webkit-transform: translateY(0);
  }

  18%, 22% {
    -webkit-transform: translateY(-68px);
  }

  40%, 100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes cssload-dot-move {
  0% {
    -moz-transform: translateY(0);
  }

  18%, 22% {
    -moz-transform: translateY(-68px);
  }

  40%, 100% {
    -moz-transform: translateY(0);
  }
}

@keyframes cssload-dot-colors {
  0% {
    background-color: var(--color-main);
  }

  25% {
    background-color: var(--color-main);
  }

  50% {
    background-color: var(--color-main);
  }

  75% {
    background-color: var(--color-main);
  }

  100% {
    background-color: var(--color-main);
  }
}

@-o-keyframes cssload-dot-colors {
  0% {
    background-color: var(--color-main);
  }

  25% {
    background-color: var(--color-main);
  }

  50% {
    background-color: var(--color-main);
  }

  75% {
    background-color: var(--color-main);
  }

  100% {
    background-color: var(--color-main);
  }
}

@-ms-keyframes cssload-dot-colors {
  0% {
    background-color: var(--color-main);
  }

  25% {
    background-color: var(--color-main);
  }

  50% {
    background-color: var(--color-main);
  }

  75% {
    background-color: var(--color-main);
  }

  100% {
    background-color: var(--color-main);
  }
}

@-webkit-keyframes cssload-dot-colors {
  0% {
    background-color: var(--color-main);
  }

  25% {
    background-color: var(--color-main);
  }

  50% {
    background-color: var(--color-main);
  }

  75% {
    background-color: var(--color-main);
  }

  100% {
    background-color: var(--color-main);
  }
}

@-moz-keyframes cssload-dot-colors {
  0% {
    background-color: var(--color-main);
  }

  25% {
    background-color: var(--color-main);
  }

  50% {
    background-color: var(--color-main);
  }

  75% {
    background-color: var(--color-main);
  }

  100% {
    background-color: var(--color-main);
  }
}

@keyframes cssload-dot-rotate-1 {
  0% {
    transform: rotate(-105deg);
  }

  100% {
    transform: rotate(270deg);
  }
}

@-o-keyframes cssload-dot-rotate-1 {
  0% {
    -o-transform: rotate(-105deg);
  }

  100% {
    -o-transform: rotate(270deg);
  }
}

@-ms-keyframes cssload-dot-rotate-1 {
  0% {
    -ms-transform: rotate(-105deg);
  }

  100% {
    -ms-transform: rotate(270deg);
  }
}

@-webkit-keyframes cssload-dot-rotate-1 {
  0% {
    -webkit-transform: rotate(-105deg);
  }

  100% {
    -webkit-transform: rotate(270deg);
  }
}

@-moz-keyframes cssload-dot-rotate-1 {
  0% {
    -moz-transform: rotate(-105deg);
  }

  100% {
    -moz-transform: rotate(270deg);
  }
}

@keyframes cssload-dot-rotate-2 {
  0% {
    transform: rotate(165deg);
  }

  100% {
    transform: rotate(540deg);
  }
}

@-o-keyframes cssload-dot-rotate-2 {
  0% {
    -o-transform: rotate(165deg);
  }

  100% {
    -o-transform: rotate(540deg);
  }
}

@-ms-keyframes cssload-dot-rotate-2 {
  0% {
    -ms-transform: rotate(165deg);
  }

  100% {
    -ms-transform: rotate(540deg);
  }
}

@-webkit-keyframes cssload-dot-rotate-2 {
  0% {
    -webkit-transform: rotate(165deg);
  }

  100% {
    -webkit-transform: rotate(540deg);
  }
}

@-moz-keyframes cssload-dot-rotate-2 {
  0% {
    -moz-transform: rotate(165deg);
  }

  100% {
    -moz-transform: rotate(540deg);
  }
}

@keyframes cssload-dot-rotate-3 {
  0% {
    transform: rotate(435deg);
  }

  100% {
    transform: rotate(810deg);
  }
}

@-o-keyframes cssload-dot-rotate-3 {
  0% {
    -o-transform: rotate(435deg);
  }

  100% {
    -o-transform: rotate(810deg);
  }
}

@-ms-keyframes cssload-dot-rotate-3 {
  0% {
    -ms-transform: rotate(435deg);
  }

  100% {
    -ms-transform: rotate(810deg);
  }
}

@-webkit-keyframes cssload-dot-rotate-3 {
  0% {
    -webkit-transform: rotate(435deg);
  }

  100% {
    -webkit-transform: rotate(810deg);
  }
}

@-moz-keyframes cssload-dot-rotate-3 {
  0% {
    -moz-transform: rotate(435deg);
  }

  100% {
    -moz-transform: rotate(810deg);
  }
}

@keyframes cssload-dot-rotate-4 {
  0% {
    transform: rotate(705deg);
  }

  100% {
    transform: rotate(1080deg);
  }
}

@-o-keyframes cssload-dot-rotate-4 {
  0% {
    -o-transform: rotate(705deg);
  }

  100% {
    -o-transform: rotate(1080deg);
  }
}

@-ms-keyframes cssload-dot-rotate-4 {
  0% {
    -ms-transform: rotate(705deg);
  }

  100% {
    -ms-transform: rotate(1080deg);
  }
}

@-webkit-keyframes cssload-dot-rotate-4 {
  0% {
    -webkit-transform: rotate(705deg);
  }

  100% {
    -webkit-transform: rotate(1080deg);
  }
}

@-moz-keyframes cssload-dot-rotate-4 {
  0% {
    -moz-transform: rotate(705deg);
  }

  100% {
    -moz-transform: rotate(1080deg);
  }
}

@media only screen and (max-width: 1024px) {
  .footer-menu-list li {
    width: 100%;
    margin-right: 0;
  }

  .footer-menu-list li:last-of-type {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .logo-image {
    min-width: unset;
  }

  .basic__section {
    padding: 100px 0;
  }

  .front__topics--inner {
    padding-left: 0;
  }

  .recruit__sec--text {
    padding-left: 0;
  }

  section.front__topics.basic__section, .facility__section, section.footer__contact, section.recruit__sec.basic__section {
    padding: 70px 0;
  }

  .merit__sec--parts {
    height: 40%;
  }

  .toggle__menu, .toggle__menu::before {
    width: 60px;
    height: 60px;
  }

  .toggle__menu .open, .toggle__menu .open:before, .toggle__menu .open:after {
    width: 30px;
  }

  .toggle__menu .hamburger {
    width: 30px;
    height: 30px;
    left: 15px;
    top: 21px;
  }

  .front-main-box-inner h2 {
    line-height: 1.6;
    /* font-size: 2.4em; */
  }
}

@media only screen and (max-width: 485px) {
  .logo-image, .scroll__head .logo-image {
    top: 20px;
    left: 20px;
    /* width: 20%; */
  }

  .toggle__menu, .toggle__menu::before {
    width: 50px;
    height: 50px;
  }

  .toggle__menu {
    right: 15px;
    top: 16px;
  }

  .toggle__menu .hamburger {
    width: 20px;
    height: 20px;
    left: 12px;
    top: 16px;
  }

  .toggle__menu .open, .toggle__menu .open:before, .toggle__menu .open:after {
    width: 25px;
  }

  .toggle__menu .open:before {
    top: -8px;
  }

  .toggle__menu .open:after {
    top: 7px;
  }

  .front-main-box-inner h2 {
    /* font-size: 1.3em; */
  }

  .front-main-box {
    padding-bottom: 30px;
  }

  .front__main--copy {
    min-width: 100px;
    margin-top: 1em;
  }

  .front__topics--blog {
    width: calc(100% - 2em);
    border: none;
  }

  article.front__topics__content {
    font-size: 0.9em;
  }

  .front__intro--img {
    opacity: 0.2;
  }

  .front__intro--img.front__intro01 {
    width: 40%;
    top: 8%;
    right: -2%;
  }

  .front__intro--img.front__intro02 {
    width: 50%;
    top: 20%;
  }

  .front__intro--img.front__intro03 {
    width: 45%;
  }

  .front__intro--img.front__intro04 {
    width: 50%;
    left: -5%;
    bottom: 25%;
  }

  .front__intro--img.front__intro05 {
    width: 40%;
    right: -2%;
    bottom: 5%;
  }

  .front__intro--title h3 {
    text-align: left;
    font-size: 1.4em;
  }

  .front__intro--title h3 br {
    display: none;
  }

  .front__intro--title h2 {
    font-size: 3.5em;
  }

  .front__intro--text p br {
    display: none;
  }

  .front__intro--text {
    text-align: left;
  }

  .marquee {
    --duration: 100s;
  }

  .merit__sec--title {
    width: 100%;
  }

  a.content__but {
    max-width: unset;
  }

  .merit__sec--title a.content__but {
    margin-left: auto;
    margin-right: auto;
  }

  .facility__section a.content__but {
    width: 84%;
  }

  .merit__sec--threepoint {
    width: 100%;
    padding: 0;
    margin-top: 3em;
  }

  .merit__sec--threepoint--box {
    font-size: 1em;
  }

  .merit__sec--threepoint--box::before, .merit__sec--threepoint--box::after {
    left: unset;
    right: 0;
  }

  .merit__sec--parts {
    height: auto;
    width: 60%;
    bottom: -10px;
  }

  .merit__sec--parts img {
    width: 100%;
    height: auto;
  }

  .recruit__sec--text {
    padding: 0;
  }

  .recruit__sec::before {
    width: 100%;
  }

  .recruit__sec::after {
    display: none;
  }

  .bg-scroll {
    width: 100%;
  }

  a.footer__contact--but {
    width: 100%;
    margin: 0 auto 1em;
  }

  a.footer__contact--but:last-of-type {
    margin-bottom: 0;
  }

  .footer__contact--inner.inner h2 {
    margin-bottom: 1em;
  }

  .footer__menu__lsit {
    width: 100%;
    margin: 0 auto 2em;
  }

  .footer__menu__lsit.footer__staff__menu {
    margin-bottom: 0;
  }

  .menucont__nav li {
    width: 100%;
    margin: 0 auto 1em;
  }

  ul.menucont__nav {
    display: block;
    width: 84%;
    padding: 0;
    font-size: 1.2em;
  }

  .facility__section {
    width: 100%;
  }
}

.contact__intro {
  width: 40%;
  box-sizing: border-box;
  margin: 0 auto 0 0;
}

.contact__content {
  width: calc(60% - 3em);
  margin: 0 0 0 auto;
  box-sizing: border-box;
  padding-left: 3em;
  border-left: 1px dashed var(--color-accent);
  font-size: 0.9em;
}

.contact__content__line {
  box-sizing: border-box;
  margin: 0 auto 2em;
  padding-bottom: 2em;
  border-bottom: 1px dashed var(--color-accent);
}

a.contact__content__line--but {
  line-height: 80px;
  font-size: 1.2em;
  background-color: var(--color-line);
  display: block;
  color: var(--color-white);
  position: relative;
  border-radius: 50px;
  padding: 0 25px;
  font-size: 1.2em;
  margin: 0 auto 1em;
}

a.contact__content__line--but::after {
  position: absolute;
  right: 30px;
  font-size: 2em;
}

.contact__intro--inner {
  position: sticky;
  top: 200px;
}

a:hover.contact__content__line--but {
  background-color: var(--color-main);
}

.contact__content h2 {
  padding-left: 1.5em;
  border: none;
  padding-bottom: 0;
}

.contact__content h2::before {
  font-family: 'icomoon-font';
  content: '\e900';
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
}

.contact__content h2::after {
  display: none;
}

.contact__content__mail--box {
  margin: 1em auto 0;
  background-color: var(--color-white);
  box-sizing: border-box;
  padding: 2em;
  border-radius: 6px;
}

.form-note {
  margin: 0 auto 1em;
}

span.required {
  color: var(--color-caution);
}

/* ----------  チェックボックスの基本非表示  ---------- */
.wpcf7-list-item input[type="checkbox"] {
  display: none;
}

/* ----------  チェックボックスのラベル全体をクリック可能に  ---------- */
.wpcf7-list-item label {
  position: relative;
  display: block;
}

/* ----------  カスタムチェックボックスの枠（正方形）  ---------- */
.wpcf7-list-item label::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid var(--color-main);
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 5px;
  background: var(--color-white);
  transition: 0.2s;
}

/* ----------  チェックマーク（✔︎）  ---------- */
.wpcf7-list-item input[type="checkbox"]:checked+span::after {
  content: "";
  width: 10px;
  height: 15px;
  border-right: 5px solid var(--color-orange);
  border-bottom: 5px solid var(--color-orange);
  position: absolute;
  top: 0;
  left: 6px;
  transform: rotate(45deg);
}

/* ----------  ラベル文字部分  ---------- */
.wpcf7-list-item span {
  position: relative;
  display: inline-block;
  padding-left: 26px;
}

.wpcf7-list-item {
  margin: 0 auto 0.5em;
  display: block;
  line-height: 1.8;
}

.wpcf7-text, .wpcf7-textarea, .wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date, .wpcf7-select {
  display: block;
  width: 100%;
  border-radius: 5px;
  border: 1px solid var(--color-gray);
  line-height: 1.4;
  padding: 1em;
  background-color: var(--color-gray);
}

.form-row {
  margin: 1.75em auto 0;
}

.wpcf7-form-control[type=submit] {
  display: block;
  line-height: 60px;
  font-size: 1.1em;
  text-align: center;
  background-color: var(--color-orange);
  width: 100%;
  border-radius: 30px;
}

.form-submit {
  margin: 2em auto 0;
}

.wpcf7-form-control[type=submit]:hover, input.wpcf7-form-control.wpcf7-previous:hover {
  background-color: var(--color-main);
  color: var(--color-bg);
}

.wpcf7 form .wpcf7-response-output {
  padding: 1em 1.5em;
  margin: 2em auto 0;
  border: none;
  background-color: var(--color-caution);
  color: var(--color-white);
}

.wpcf7-not-valid-tip {
  font-size: 1em;
  font-weight: normal;
  display: block;
  margin-top: 0.5em;
  font-weight: 900;
  line-height: 1.4;
  color: var(--color-caution);
}

/* ----------------------------------------------------------------------
 Contactform - お問い合わせフォーム
---------------------------------------------------------------------- */
.wpcf7 {
  width: 100%;
}

.wpcf7 p {
  margin-bottom: 1.25em;
  font-weight: 700;
  padding-bottom: 1.5em;
  border-bottom: 1px solid var(--color-sub);
}

.wpcf7 p:last-of-type {
  padding: 0;
  border: none;
}

.wpcf7 input:focus, .wpcf7 textarea:focus {
  outline: none;
  border: 1px solid var(--color-gray);
}

.wpcf7 input.wpcf7-submit, .wpcf7 input.wpcf7-submit::before, .wpcf7 input.wpcf7-submit::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wpcf7 .wpcf7-not-valid {
  border-color: var(--color-caution);
}

.wpcf7-spinner {
  display: none;
}

.wpcf7 .wpcf7-previous+br {
  display: none;
}

@media only screen and (max-width: 485px) {
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    text-align: left;
    padding: 10px 15px;
  }
}

label.form-label {
  font-size: 1.1em;
  padding-left: 1.5em;
  position: relative;
  display: block;
  line-height: 1.6;
  margin-bottom: 0.5em;
}

label.form-label::before {
  font-family: 'icomoon-font';
  content: '\e900';
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-orange);
}

.contact-confirm--box {
  background-color: var(--color-white);
  padding: 2.5em;
  position: relative;
}

.contact-confirm-row {
  padding-bottom: 1em;
  margin-bottom: 1em;
  line-height: 1.8;
  border-bottom: 1px dashed var(--color-accent);
}

.form-label.contact-confirm-label {
  color: var(--color-accent);
  font-size: 0.9em;
  margin-bottom: 0.5em;
}

.form-submit.form-submit--confirm {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-submit.form-submit--confirm .wpcf7-form-control {
  width: calc(50% - 1em);
}

.form-submit.form-submit--confirm .wpcf7-form-control:nth-of-type(1) {
  margin: 0 auto 0 0;
}

.form-submit.form-submit--confirm .wpcf7-form-control:nth-of-type(2) {
  margin: 0 0 0 auto;
}

input.wpcf7-form-control.wpcf7-previous {
  background-color: var(--color-gray);
  line-height: 60px;
  font-size: 1.1em;
  text-align: center;
  border-radius: 30px;
}

p.contact-confirm--text {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 2em;
}

p.contact-thanks--title {
  font-weight: 900;
  font-size: 2em;
}

.content_inner.inner.contact-thanks--inner {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .contact__intro {
    width: 100%;
    margin: 0 auto 2em;
  }

  .contact__intro--inner {
    position: relative;
    top: 0;
  }

  .contact__content {
    padding: 2em 0 0;
    width: 100%;
    margin: 0 auto;
    border-left: none;
    border-top: 1px dashed var(--color-accent);
  }
}

@media only screen and (max-width: 485px) {
  .contact-confirm--box {
    padding: 0;
    background-color: var(--color-base);
  }

  .form-submit.form-submit--confirm .wpcf7-form-control {
    width: calc(50% - 0.5em);
  }
}

.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
  max-width: 200px;
}

button.qualification-remove {
  background-color: var(--color-gray);
  display: block;
  font-size: 0.8em;
  margin: 0 0 0;
  width: 50px;
  text-align: center;
  border-radius: 10px;
  margin: 0 0 0 auto;
}

div#qualification-wrap .wpcf7-form-control-wrap {
  width: calc(100% - 60px);
  margin: 0 auto 0 0;
}

.qualification-item {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
  margin-top: 0.5em;
}

.qualification-item:first-of-type {
  margin-top: 0;
}

button.qualification-add {
  background-color: var(--color-main);
  color: var(--color-white);
  display: block;
  padding: 0 0.5em;
  border-radius: 30px;
  margin-top: 1em;
  font-size: 0.9em;
}

span.qualification__caution {
  display: block;
  font-size: 0.8em;
}

#blog__archive--inner article.front__topics__content {
  font-size: 1em;
  border-color: var(--color-sub);
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}

nav.archive-pager {
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

span.archive-pager__prev, span.archive-pager__next {
  display: block;
  width: calc(50% - 0.5em);
}

span.archive-pager__prev a, span.archive-pager__next a {
  background-color: var(--color-white);
  padding: 1em;
  border-radius: 40px;
  display: block;
  line-height: 20px;
  position: relative;
  max-width: 200px;
}

span.archive-pager__prev {
  margin: 0 auto 0 0;
}

span.archive-pager__next {
  margin: 0 0 0 auto;
}

span.archive-pager__prev a {
  text-align: center;
  margin: 0 0 0 auto;
}

span.archive-pager__next a {
  text-align: center;
  margin: 0 auto 0 0;
}

span.archive-pager__prev a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f104";
  position: absolute;
  left: 1em;
}

span.archive-pager__next a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 1em;
}

span.archive-pager__prev a:hover, span.archive-pager__next a:Hover {
  background-color: var(--color-main);
  color: var(--color-white);
}

.content_inner.inner.single__content {}

p.post-thumbnail {
  margin-bottom: 2em;
}

a.post-category {
  font-size: 0.8em;
  background-color: var(--color-orange);
  color: var(--color-white);
  padding: 5px 10px;
  border-radius: 10px;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  display: inline-block;
}

a:hover.post-category {
  background-color: var(--color-main);
}


p.post-meta {
  line-height: 1;
  margin-top: 1em;
}

.post-content.single__post__content p {
  margin-bottom: 1.5em;
  line-height: 1.8;
}

.post-content.single__post__content p:last-child {
  margin-bottom: 0;
}

.post-content.single__post__content ul, .post-content.single__post__content ol {
  margin-bottom: 1.5em;
}

.post-content.single__post__content h2 {
  margin-top: 2em;
}

.post-content.single__post__content h2:first-child {
  margin-top: 0;
}

.post-content.single__post__content h3 {
  margin-top: 1.5em;
}

.post-content.single__post__content a {
  border-bottom: 2px dashed var(--color-orange);
}

a.btn-back {
  display: block;
  text-align: center;
  background-color: var(--color-white);
  line-height: 3.5em;
  border-radius: 3.5em;
  max-width: 15em;
  font-size: 1.1em;
  margin: 3em auto 0;
}

a:hover.btn-back {
  background-color: var(--color-main);
  color: var(--color-white);
}

time.post-date {
  margin-bottom: 1.5em;
  display: block;
}

.post-content.single__post__content li {
  padding-left: 1.5em;
}

.post-content.single__post__content li::before {
  font-family: icomoon-font;
  content: "";
  font-weight: 400;
  position: absolute;
  top: 0px;
  left: 0px;
  color: var(--color-orange);
}

.about__slide {
  overflow: hidden;
  /* はみ出した部分を隠す */
  width: 100%;
}

.about__slide--inner {
  display: flex;
  width: max-content;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  margin: 0;
  animation: aboutSlide 30s linear infinite;
  /* ここでループアニメーション */
}

/* 画像のスタイル（好みで調整） */
.about__slide--inner li {
  flex: 0 0 auto;
  /* 幅を自動にして横並びキープ */
  margin-bottom: 0;
}

.about__slide--inner img {
  display: block;
  height: 40vh;
  /* 好きな高さに調整してOK */
  max-height: 350px;
  width: auto;
  object-fit: cover;
}

/* 横に流れるアニメーション */
@keyframes aboutSlide {
  0% {
    transform: translateX(0);
  }

  100% {
    /* 中身を2セット並べているので、ちょうど半分（1セット分）だけ左に流す */
    transform: translateX(-50%);
  }
}

.about__intro {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.3em;
}

.about__intro h2 {
  text-align: center;
  padding: 0;
  border: none;
}

.about__intro h2::after {
  display: none;
}

img.about__intro--img {
  width: 80%;
  max-width: 480px;
  margin: 3em auto;
}

.greeting__sec .content_inner {
  flex-direction: row-reverse;
}

.greeting__sec--img {
  width: 40%;
  margin: 0 0 0 auto;
  position: relative;
}

.greeting__sec--text {
  width: calc(60% - 3em);
  margin: 0 auto 0 0;
}

.greeting__sec--text p {
  font-size: 0.8em;
  margin-bottom: 1.5em;
}

.greeting__sec--text p:last-of-type {
  margin-bottom: 0;
}

h3.greeting__sec--title {
  border: none;
  padding: 0;
  font-size: 2.2em;
}

img.greeting__sec--img-box, img.interview__header--img, img.recruit__staff-image {
  width: 100%;
  mask-image: url(/wp-content/themes/story_tcd041/img/greeting__sec--box.svg);
  /* PNGもOK */
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  /* WebKit用（Safari対策） */
  -webkit-mask-image: url(/wp-content/themes/story_tcd041/img/greeting__sec--box.svg);
  -webkit-mask-size: contain;
}

h4.greeting__sec--name {
  margin: 0 auto;
  text-align: right;
  font-size: 1.4em;
}

span.greeting__sec--title {
  display: block;
  font-size: 0.7em;
  color: var(--color-orange);
}

section.content_full.greeting__sec {
  background-color: var(--color-white);
}

.greeting__sec--img--inner {
  position: sticky;
  top: 80px;
}

@media only screen and (max-width: 485px) {
  .about__slide--inner img {
    height: 200px;
  }

  .about__intro {
    font-size: 1.1em;
  }

  h3.greeting__sec--title {
    font-size: 1.7em;
  }

  .greeting__sec--img {
    width: 100%;
    margin: 0 auto 2em;
  }

  .greeting__sec--text {
    width: 100%;
    margin: 0 auto;
  }

  .greeting__sec--img--inner {
    position: relative;
    top: 0;
  }

  .greeting__sec--text p {
    font-size: 0.9em;
  }
}

.staff__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  /* 3カラム */
  gap: 3em;
  /* 上下左右すべて同じ間隔 */
}

/* 今後増えても自動で折り返し＆均等になる */
/* タブレット以下で2カラム、スマホで1カラムにする例 */
@media (max-width: 960px) {
  .staff__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .staff__list {
    grid-template-columns: 1fr;
  }

  .staff__but {
    width: 80%;
    margin: 0 auto;
  }
}

/* カード全体 */
.staff__but {
  display: block;
  text-decoration: none;
  color: inherit;
}

.staf__box {
  text-align: center;
}

/* 画像 */
.staf__box--img {
  display: block;
  width: 100%;
  max-width: 220px;
  /* 好みで調整 */
  margin: 0 auto 1rem;
  aspect-ratio: 1 / 1;
  /* 正方形ベースにしたい場合 */
  object-fit: cover;
}

/* 共通マスク設定 */
.staf__box--img {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
}

/* type1〜5 でマスク画像を切り替え */
.staff__mask--type1 {
  -webkit-mask-image: url("/wp-content/themes/story_tcd041/img/mask01.svg");
  mask-image: url("/wp-content/themes/story_tcd041/img/mask01.svg");
}

.staff__mask--type2 {
  -webkit-mask-image: url("/wp-content/themes/story_tcd041/img/mask02.svg");
  mask-image: url("/wp-content/themes/story_tcd041/img/mask02.svg");
}

.staff__mask--type3 {
  -webkit-mask-image: url("/wp-content/themes/story_tcd041/img/mask03.svg");
  mask-image: url("/wp-content/themes/story_tcd041/img/mask03.svg");
}

.staff__mask--type4 {
  -webkit-mask-image: url("/wp-content/themes/story_tcd041/img/mask04.svg");
  mask-image: url("/wp-content/themes/story_tcd041/img/mask04.svg");
}

.staff__mask--type5 {
  -webkit-mask-image: url("/wp-content/themes/story_tcd041/img/mask05.svg");
  mask-image: url("/wp-content/themes/story_tcd041/img/mask05.svg");
}

h2.staf__box--name {
  font-size: 1.2em;
  border: none;
  padding: 0;
  margin-bottom: 0.5em;
}

h2.staf__box--name::after {
  display: none;
}

span.staf__box--title {
  display: block;
  font-size: 0.7em;
  margin-bottom: 0.5em;
}

p.staf__box--but {
  background-color: var(--color-main);
  color: var(--color-white);
  max-width: 200px;
  position: relative;
  margin: 0 auto;
  font-size: 12px;
  line-height: 40px;
  border-radius: 30px;
  text-align: left;
  box-sizing: border-box;
  padding: 0 20px;
  transition: 0.4s;
}

.staff__but:hover p.staf__box--but {
  background-color: var(--color-orange);
  color: var(--color-main);
}

p.staf__box--but::after {
  font-family: 'icomoon-font';
  content: '\e900';
  top: 0;
  font-size: 16px;
  position: absolute;
  right: 10px;
  font-weight: normal;
  color: var(--color-orange);
  transition: 0.4s;
}

.staff__but:hover p.staf__box--but::after {
  color: var(--color-main);
}

.interview__header.flex-inner {
  max-width: 600px;
  margin: 0 auto 3em;
  align-items: center;
}

.interview__header--img--box {
  width: 50%;
  margin: 0 auto 0 0;
}

.interview__header--text {
  width: calc(50% - 2em);
  margin: 0 0 0 auto;
}

p.interview__name {
  font-size: 2em;
  line-height: 1.4;
}

p.interview__role {
  padding-left: 1.5em;
  line-height: 1.6;
  margin: 0.5em auto 0;
  position: relative;
  font-size: 0.8em;
}

p.interview__role::before {
  font-family: 'icomoon-font';
  content: '\e900';
  position: absolute;
  top: 0;
  left: 0;
  font-weight: normal;
  color: var(--color-orange);
}

h2.interview__catch {
  padding: 0;
  border: none;
  margin: 2em auto;
}

.interview {
  font-size: clamp(15px, 1.0vw, 18px);
  max-width: 900px;
  margin: 0 auto;
}

h2.interview__catch::after {
  display: none;
}

h3.interview__question {
  font-size: 1em;
  font-weight: 900;
  padding: 0;
  border: none;
  padding-left: 2em;
  position: relative;
  margin: 1em auto;
}

h3.interview__question::before {
  width: 1.5em;
  height: 1px;
  position: absolute;
  content: '';
  background-color: var(--color-orange);
  left: 0;
  top: 0.65em;
}

.interview__block.interview__block--image {
  margin: 3em auto;
  max-width: 600px;
}

.interview__block.interview__block--image img {
  border-radius: 5px;
}

figcaption.interview__caption {
  font-size: 0.8em;
  position: relative;
  line-height: 1.6;
  margin-top: 0.5em;
}

img.interview__header--img {
  mask-image: url(/wp-content/themes/story_tcd041/img/interview__header--mask.svg);
  -webkit-mask-image: url(/wp-content/themes/story_tcd041/img/interview__header--mask.svg);
  max-width: 250px;
  margin: 0 auto;
}

h2.footer__staff__list--title {
  width: 100%;
  font-size: 1.2em;
  font-weight: 900;
  border-bottom: 1px solid var(--color-orange);
  margin-bottom: 1em;
  text-align: center;
  padding-bottom: 0.25em;
  margin-bottom: 1.5em;
}

.footer__staff__list--but {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  /* 4カラム */
  gap: 1.5rem;
  /* カード同士の余白。お好みで調整OK */
  list-style: none;
  margin: 0;
  width: 100%;
  padding: 0;
}

.footer__staff__list--but li a {
  background-color: var(--color-white);
  display: block;
  line-height: 3.5em;
  border-radius: 70px;
  font-size: 0.9em;
  padding: 0 1.5em;
  width: 100%;
  max-width: 250px;
  text-align: center;
  margin: 0 auto;
}

.footer__staff__list {
  padding: 0 0 7vw;
}

.footer__staff__list .inner {
  max-width: 900px;
}

.footer__staff__list--but li a:hover {
  background-color: var(--color-main);
  color: var(--color-white);
}

@media (max-width: 768px) {
  .footer__staff__list--but {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    /* タブレット：2カラム */
  }

  .footer__staff__list {
    padding-bottom: 70px;
  }
}

@media (max-width: 485px) {
  .footer__staff__list--but {
    grid-template-columns: 1fr;
    /* スマホ：1カラム */
  }

  .interview__header--img--box {
    width: 100%;
    margin: 0 auto 1em;
  }

  .interview__header--text {
    width: 100%;
    margin: 0 auto;
  }

  h2.interview__catch {
    font-size: 1.3em;
  }
}

h2.facility__title {
  background-color: var(--color-white);
  padding: 1.5em 2em;
  font-size: 1.2em;
  line-height: 1;
  border: none;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto 3em;
}

h2.facility__title::after {
  display: none;
}

span#facilityCount {
  font-size: 1.5em;
  margin: 0 0.15em;
  color: var(--color-orange);
}

.facility__item.flex-inner {
  margin: 0 auto 3em;
  padding-bottom: 3em;
  border-bottom: 1px solid var(--color-orange);
}

.facility__item-image {
  width: 40%;
  margin: 0 auto 0 0;
}

.facility__item-image img {
  border-radius: 10px;
}

.facility__item-body {
  width: calc(60% - 3em);
  margin: 0 0 0 auto;
}

h3.facility__name {
  padding: 0;
  border: none;
  font-weight: 900;
  font-size: 2em;
  line-height: 1.4;
}

p.facility__address {
  line-height: 1.6;
  padding-left: 1.5em;
  margin-bottom: 1em;
}

p.facility__address::before {
  font-family: 'Material Icons';
  content: '\e0c8';
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-orange);
}

a.facility__sns-button.facility__sns-button--instagram {
  font-size: 0.8em;
  padding-left: 30px;
  display: block;
  position: relative;
  line-height: 20px;
  margin: 1em auto 2em;
}

a.facility__sns-button.facility__sns-button--instagram::before {
  font-family: 'design_plus';
  content: '\ea92';
  color: #CF2E92;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
}

.facility__contact {
  line-height: 1;
  margin-bottom: 0.75em;
}

.facility__contact:last-child {
  margin-bottom: 0;
}

span.facility__contact-label {
  color: var(--color-sub);
  margin-right: 0.25em;
}

a.facility__map-link {
  font-size: 0.8em;
  margin-left: 0.25em;
  color: var(--color-orange);
}

.facility__item.flex-inner:last-of-type {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}

span.facility__style--title {
  background-color: var(--color-main);
  color: var(--color-white);
  padding: 4px 10px;
  border-radius: 30px;
}

@media only screen and (max-width: 485px) {
  .facility__item-image {
    width: 100%;
    margin: 0 auto 1.5em;
  }

  .facility__item-body {
    width: 100%;
    margin: 0 auto;
  }

  h3.facility__name {
    font-size: 1.5em;
  }
}

th.company-info__label {
  color: var(--color-sub);
}

table.company-info {
  max-width: 950px;
}

/* ▼ 特徴：2カラムレイアウト */
.recruit__feature-layout {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* PCで横並び */
@media (min-width: 960px) {
  .recruit__feature-layout {
    flex-direction: row;
    align-items: flex-start;
    gap: 3rem;
  }

  .recruit__feature-visual {
    flex: 0 0 40%;
  }

  .recruit__feature-body {
    flex: 1;
  }
}

/* スライドショー枠 */
.recruit__feature-visual {
  /* 高さや比率は好きに調整してOK */
  position: sticky;
  top: 100px;
}

.recruit__slideshow {
  position: relative;
  width: 100%;
  padding-top: 100%;
  /* アスペクト比：ここ変えれば比率変更可能 */
  overflow: hidden;
  border-radius: 10px;
}

/* 各スライド共通 */
.recruit__slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: recruitFadeSlide 18s infinite;
}

/* 画像パスは「いつもの」ルート */
.recruit__slide--1 {
  background-image: url("/wp-content/themes/story_tcd041/img/recruit-slide-01.jpg");
  animation-delay: 0s;
}

.recruit__slide--2 {
  background-image: url("/wp-content/themes/story_tcd041/img/recruit-slide-02.jpg");
  animation-delay: 6s;
}

.recruit__slide--3 {
  background-image: url("/wp-content/themes/story_tcd041/img/recruit-slide-03.jpg");
  animation-delay: 12s;
}

/* フェードアニメーション */
@keyframes recruitFadeSlide {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  28% {
    opacity: 1;
  }

  33% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/* モバイル時：上下1カラム（デフォがcolumnなので特別処理不要） */

/* ▼ メリット：3カラム＋2行目中央寄せ */
.recruit__merit-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1em;
}

/* PC・タブレット幅で3カラム */
@media (min-width: 769px) {
  .recruit__merit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-items: stretch;
  }
}

/* 2行目中央寄せのためのダミー */
.recruit__block--ghost {
  display: none;
}

@media (min-width: 768px) {
  .recruit__block--ghost {
    display: block;
    visibility: hidden;
  }
}

/* ▼ スタッフ：左右2カラム（モバイルは1カラム） */
.recruit__staff-layout {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 960px) {
  .recruit__staff-layout {
    flex-direction: row;
    align-items: flex-start;
  }

  .recruit__staff-text {
    flex: 1.2;
  }

  .recruit__staff-visual {
    flex: 1;
  }
}

/* 画像側の基本レイアウトのみ（細かい装飾はお好みで） */
.recruit__staff-figure {
  margin: 0;
}

.recruit__staff-image {
  display: block;
  width: 100%;
  height: auto;
  /* ここは好みで変えてOK */
}

h2.recruit__catch {
  font-size: 4vw;
  text-align: center;
  padding: 0;
  border: none;
}

h2.recruit__catch::after {
  display: none;
}

p.recruit__text {
  z-index: 1;
}

section.recruit__section.recruit__section--message.content_full p {
  text-align: center;
  font-size: 1.4em;
}

section.recruit__section.recruit__section--feature.content_full {
  background-color: var(--color-white);
}

section.recruit__section.recruit__section--message.content_full::after, section.recruit__section.recruit__section--merit.content_full::after {
  width: 100%;
  height: 10px;
  position: absolute;
  content: '';
  background-image: url(/wp-content/themes/story_tcd041/img/footer__parts.svg);
  background-size: auto 100%;
  background-repeat: repeat-x;
  bottom: 0;
  left: 0;
}

h2.recruit__title {
  font-size: 2.2em;
  border: none;
  padding: 0;
  margin-bottom: 1.5em;
}

h2.recruit__title::after {
  display: none;
}

h3.recruit__section-title {
  font-weight: 900;
  padding-left: 1.5em;
  padding-bottom: 0;
  border: none;
  font-size: 1.8em;
}

h3.recruit__section-title::before {
  font-family: 'icomoon-font';
  content: '\e900';
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-orange);
  font-weight: normal;
}

.recruit__block {
  background-color: var(--color-gray);
  margin: 1em auto 0;
  padding: 2.5em;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.recruit__feature-body {
  counter-reset: number 0;
}

.recruit__block::before {
  counter-increment: number 1;
  content: "0"counter(number) " ";
  position: absolute;
  z-index: 0;
  color: var(--color-white);
  font-weight: 900;
  line-height: 1;
  top: -0.25em;
  right: 0;
  font-size: 10em;
}

section.recruit__section.recruit__section--merit.content_full .recruit__block {
  margin-top: 0;
  font-size: 0.9em;
  line-height: 2;
  background-color: var(--color-white);
}

section.recruit__section.recruit__section--merit.content_full .recruit__block::before {
  color: var(--color-bg);
}

section.recruit__section.recruit__section--staff.content_full {
  background-color: var(--color-white);
}

ul.recruit__list {
  margin: 1.5em auto;
}

ul.recruit__list li {
  padding-left: 1.5em;
  font-weight: 900;
}

ul.recruit__list li::before {
  font-family: 'Material Icons';
  content: '\e86c';
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-orange);
}

.recruit__entry__floating {
  position: fixed;
  top: 40%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 9999;
}

a.recruit__but {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  display: block;
  width: 40px;
  line-height: 42px;
  font-size: 12px;
  padding: 15px 0;
}

a.recruit__but.detail {
  background-color: var(--color-main);
  color: var(--color-white);
  border-radius: 30px 30px 0 0;
}

a.recruit__but.entry {
  background-color: var(--color-orange);
  border-radius: 0 0 30px 30px;
}

a:hover.recruit__but {
  background-color: var(--color-white);
  color: var(--color-main);
}

a.recruit__link {
  color: var(--color-main);
  border-color: var(--color-main);
  margin: 2em auto 0;
}

a:hover.recruit__link {
  background-color: var(--color-main);
  color: var(--color-white);
}

@media only screen and (max-width: 485px) {
  a.recruit__link {
    width: 100%;
    max-width: unset;
  }
}

section.recruit__section.recruit__section--merit.content_full .recruit__block.but__block {
  background-color: var(--color-bg);
  padding: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

section.recruit__section.recruit__section--merit.content_full .recruit__block.but__block::before {
  display: none;
}

a.recruit__block--but {
  font-size: 1.5em;
  font-weight: 900;
  background-color: var(--color-main);
  line-height: 1.4;
  color: var(--color-white);
  width: 200px;
  height: 200px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  border-radius: 50%;
}

a:hover.recruit__block--but {
  background-color: var(--color-orange);
}

@media only screen and (max-width: 768px) {
  h2.recruit__catch {
    font-size: 2em;
  }

  section.recruit__section.recruit__section--message.content_full p {
    font-size: 1em;
  }

  .recruit__feature-visual {
    position: relative;
    top: 0;
  }

  .recruit__block {}

  p.recruit__lead {
    font-size: 1.1em;
  }

  a.recruit__block--but {
    display: block;
    height: auto;
    width: 100%;
    max-width: 400px;
    border-radius: 50px;
    line-height: 70px;
    margin-top: 2em;
  }

  a.recruit__block--but br {
    display: none;
  }
}

@media only screen and (max-width: 485px) {
  .recruit__entry__floating {
    top: unset;
    right: unset;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    bottom: 10px;
    left: 10px;
  }

  a.recruit__but {
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    display: inline-block;
    width: auto;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 20px !important;
  }
}

.flex-inner.recruit-info-but {
  margin: 0 auto calc(-3em / 2);
}

.flex-inner.recruit-info-but a {
  width: calc((100% / 3) - 1em);
  border: 1px solid var(--color-main);
  margin-right: calc(3em / 2);
  margin-bottom: calc(3em / 2);
  line-height: 3em;
  border-radius: 3em;
  box-sizing: border-box;
  padding: 0 25px;
  position: relative;
}

span.recruit-info__title {
  font-size: 0.8em;
}

.flex-inner.recruit-info-but a::after {
  font-family: 'Material Icons';
  content: '\f181';
  position: absolute;
  right: 25px;
  font-weight: bold;
  font-size: 20px;
  top: 0;
}

.flex-inner.recruit-info-but a:nth-of-type(3n) {
  margin-right: 0;
}

.flex-inner.recruit-info-but a:hover {
  background-color: var(--color-main);
  color: var(--color-white);
}

.recruit__detail {
  padding-top: 4em;
  margin: 0 auto;
}

h3.recruit-detail__title {
  background-color: var(--color-white);
  border: none;
  padding: 0.5em 1em;
  border-radius: 20px;
}

table.recruit-detail__table th {
  color: var(--color-accent);
}

table.recruit-detail__table li {
  margin-bottom: 0.25em;
}

table.recruit-detail__table td strong {
  display: block;
  margin-top: 0.5em;
  color: var(--color-sub);
}

table.recruit-detail__table td strong:first-child {
  margin-top: 0;
}

.recruit__detail a.recruit__link {
  background-color: var(--color-orange);
}

.content_inner.inner.recruit-info--inner {}

.contact__intro--inner a.recruit__link {
  margin: 1em auto 0 0;
}

@media only screen and (max-width: 768px) {
  .flex-inner.recruit-info-but {
    margin-bottom: 0;
  }

  .flex-inner.recruit-info-but a {
    width: 100%;
    margin: 0 auto 1.5em !important;
  }

  .flex-inner.recruit-info-but a:last-of-type {
    margin-bottom: 0 !important;
  }
}

.content_inner.inner.report__inner {
  max-width: 800px;
}

.content_inner.inner.report__inner ul li a {
  display: block;
  padding-left: 1.5em;
}

.content_inner.inner.report__inner ul li a::before {
  font-family: 'Material Icons';
  content: '\e415';
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-caution);
}

.content_inner.inner.report__inner li {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid var(--color-white);
}

.content_inner.inner.report__inner li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

p.special__staff {
  margin-bottom: 0.25em;
  padding-left: 1.5em;
  position: relative;
}

p.special__staff::before {
  font-family: 'Material Icons';
  content: '\e88e';
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-orange);
}

ul.staf__role--list {
  margin: 0 auto 1.5em;
  font-size: 0.9em;
  line-height: 1.6;
}

ul.staf__role--list li {
  color: var(--color-sub);
  line-height: 1.4;
}

.content_inner.inner.error__page {
  text-align: center;
  font-size: 0.7em;
}

p.error__message {
  font-size: 5em;
  line-height: 1;
  margin-bottom: 0.25em;
}

.post-content.single__post__content img {
  width: auto;
  margin: 2.5em auto;
}

h3.facility__name span.caution__text {
  display: block;
  font-size: 0.5em;
  position: relative;
  padding-left: 1.25em;
  margin-top: 0.5em;
}

h3.facility__name span.caution__text::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-caution);
}