@charset "UTF-8";

/* ======================================================================
   00. Scope
   - 子テーマの影響範囲を .fw-child に寄せる運用
====================================================================== */

.fw-child {}

/* ======================================================================
   01. Variables
====================================================================== */

:root {
  --color-primary: #278cf2;
  --color-sub: #0f34ed;
  --color-accent: #f47719;
  --color-gradation: linear-gradient(20deg, rgba(39, 140, 242, 1) 0%, rgba(15, 52, 237, 1) 100%);
  --color-base: #f7f7f7;
  --color-white: #ffffff;
  --color-gray: #e5e5e5;
  --color-text: #2d2d2d;
  --color-subtext: #193499;
  --color-caution: #d32626;
  --color-black: #000000;
  --color-insta: #CF2E92;
  --color-facebook: #1877f2;
  --color-line: #02a400;
  --color-youtube: #DA1725;
  --color-tiktok: #25F4EE;
  --font-main: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  --font-eng: "Montserrat", sans-serif;
  --font-bold: 700;
  --font-normal: 500;
}

/* ======================================================================
   02. Utilities
====================================================================== */

.fw-child .u-m0 {
  margin: 0 !important;
}

.fw-child .u-p0 {
  padding: 0 !important;
}

/* ======================================================================
   03. Reset Overrides（STORY 無力化セット Top10）
   - 影響範囲を fw-child に限定
====================================================================== */

.fw-child h1,
.fw-child h2,
.fw-child h3,
.fw-child h4,
.fw-child h5,
.fw-child h6 {
  margin: 0;
  padding: 0;
}

.fw-child p {
  margin: unset;
  font-size: 1em;
  line-height: unset;
}

.fw-child ul,
.fw-child ol {
  margin: 0;
  padding: 0;
}

.fw-child li {
  margin: 0;
}

.fw-child img {
  display: block;
  max-width: 100%;
  height: auto;
}

.fw-child a,
.fw-child a:hover {
  text-decoration: none;
}

.fw-child :where(input, textarea, select, button) {
  font: inherit;
  letter-spacing: inherit;
}

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

.fw-child :where(.content_full, .content_inner, .inner) {
  margin-top: 0;
  margin-bottom: 0;
}

.fw-child :where(.btn, .button, .c-btn, .p-btn) {
  box-shadow: none;
}

/* ======================================================================
   04. Reset（destyle.css v2.0.2）
   - “全体に効かせる” 前提の reset（意図どおりならOK）
====================================================================== */

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-size: 16px;
  font-size: clamp(14px, 1.2vw, 24px);
  letter-spacing: 0.04em;
  line-height: 2;
  color: var(--color-text);
  font-family: var(--font-main) !important;
  font-weight: var(--font-normal);
  background-color: var(--color-base);
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

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

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: var(--font-bold);
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/* FIX: var(--font-bold)er → var(--font-bold) */
b, strong {
  font-weight: var(--font-bold);
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img, embed, object, iframe {
  vertical-align: bottom;
}

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

[type="checkbox"] {
  appearance: checkbox;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

template {
  display: none;
}

[hidden] {
  display: none;
}

/* ======================================================================
   05. Base（全体共通）
====================================================================== */

a {
  color: var(--color-subtext);
}

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

img {
  display: block;
  width: 100%;
}

.fw-child body {
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

.fw-child address {
  font-style: normal;
  margin: unset;
}

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

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

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

.secondary {
  width: calc(30% - 4em);
  box-sizing: border-box;
  margin: 0 0 0 auto;
  max-width: unset;
}

/* ======================================================================
   06. Common UI
====================================================================== */

p.post-meta {
  margin: 2em auto 0;
  line-height: 1;
  text-align: right;
  padding-bottom: 2em;
  border-bottom: 1px solid var(--color-gray);
}

time.post-date {
  font-family: var(--font-eng);
  font-size: 0.8em;
}

a.back__list__but {
  display: block;
  margin: 3em auto 0;
  box-sizing: border-box;
  line-height: 4em;
  position: relative;
  padding: 0 1.5em;
  text-align: right;
  max-width: 20em;
  background: var(--color-primary);
  border-radius: 4em;
  color: var(--color-white);
  font-weight: var(--font-bold);
}

a.back__list__but::before {
  font-family: 'design_plus';
  content: "\e90f";
  position: absolute;
  font-size: 0.7em;
  left: 25px;
}

a:hover.back__list__but {
  background-color: var(--color-sub);
  color: var(--color-white);
}

/* Loading */
#site-loader-overlay {
  background: var(--color-white);
}

#site-loader-spinner {
  border: 1px solid var(--color-sub);
  border-top-color: var(--color-primary);
  border-color: var(--color-sub) var(--color-sub) var(--color-primary) var(--color-sub);
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

/* ======================================================================
   07. Archive / Articles
====================================================================== */

.article02-date {
  font-weight: var(--font-bold);
  font-family: var(--font-eng);
}

.article02-title {
  font-weight: var(--font-normal);
}

.article03 {
  width: calc((100% / 4) - 0.5em);
  margin-bottom: calc(2em / 3);
  margin-right: calc(2em / 3);
  background: none;
  border: 1px solid var(--color-primary);
}

.article03>a {
  background: var(--color-white);
  color: var(--color-text);
}

.article03-content {
  padding: 1em 1.5em 1.5em;
}

h3.article03-title {
  line-height: 1.6;
  overflow: hidden;
  font-size: 0.8em;
  height: auto;
}

p.article03-meta {
  line-height: 1;
  font-size: 0.7em;
  margin-top: 1em;
}

.article03-date {
  vertical-align: middle;
  font-family: var(--font-eng);
  font-size: unset;
}

.article03-category-item {
  font-size: unset;
}

/* ======================================================================
   08. Front Contents（content01 / content02）
====================================================================== */

#content01 {
  padding: 10vw 0;
  width: 100%;
  position: relative;
}

.front_inner-text {
  width: calc(40% - 4vw);
  box-sizing: border-box;
  margin-left: auto;
  margin-right: 0;
}

.front_inner-text h2 {
  font-weight: var(--font-bold);
  font-size: 2em;
  line-height: 1.6;
  color: var(--color-sub);
}

.front_inner-img {
  width: 60%;
  margin: 0 auto 0 0;
}

/* content02 */
.content02 {
  background: var(--color-primary);
  background: var(--color-gradation);
  padding: 0 0 10vw;
  position: relative;
}

.content02-inner {
  width: 84%;
  padding: 0;
  font-size: 0.9em;
  position: relative;
  z-index: 2;
}

.content02-content {
  display: block;
  width: calc((100% / 3) - 1vw);
  margin-right: 1.5vw;
  box-sizing: border-box;
  overflow: hidden;
  color: var(--color-white);
}

.content02-content:nth-of-type(3) {
  margin-right: 0;
}

.content02-item-inner {
  box-sizing: border-box;
  padding: 0 2.5em 0 0;
  position: relative;
  z-index: 2;
}

.content02-item-inner h3 {
  font-weight: var(--font-bold);
  font-size: 1.8em;
  color: var(--color-white);
  text-align: left;
  line-height: 1.6;
  margin-bottom: 0.5em;
}

p.content02-button {
  margin: 1em auto 0;
  line-height: 60px;
  border-bottom: 1px solid var(--color-sub);
  position: relative;
  bottom: 0;
  width: 100%;
  color: var(--color-white);
  background: no-repeat;
  text-align: left;
  height: unset;
  transition: 0.4s;
  font-weight: var(--font-bold);
}

.content02-button::before {
  width: 20px;
  height: 1px;
  position: absolute;
  content: '';
  z-index: 1;
  background: var(--color-accent);
  left: 0;
  bottom: -1px;
  transition: 0.4s;
}

.content02-button:hover::before {
  width: 100%;
}

.content02-item img {
  height: 100%;
  margin-bottom: 2em;
}

/* select */
.select select {
  color: var(--color-primary);
}

/* fade placeholder */
.fade01 {}

.fade02 {}

/* pagination */
.nav-links01-previous a:hover:before,
.nav-links01-previous a:hover:after,
.nav-links01-next a:hover:before,
.nav-links01-next a:hover:after {
  color: var(--color-primary);
}

.nav-links02-previous a,
.nav-links02-next a {
  color: var(--color-white);
}

.nav-links02-previous a::before {
  color: var(--color-white);
}

.nav-links02-next a::after {
  color: var(--color-white);
}

/* archive */
.load-post a {
  background: var(--color-gray);
  color: var(--color-white);
}

/* ======================================================================
   09. Post / Blog
====================================================================== */

.post-content {
  position: relative;
  display: block;
  width: 100%;
}

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

.post-title {
  font-size: 2em;
  font-weight: var(--font-bold);
  color: var(--color-subtext);
  text-align: left;
}

.post-category {
  font-size: 0.7em;
}

.widget_recent_entries li a {
  display: block;
  line-height: 1.6;
  margin-bottom: 8px;
  color: var(--color-text);
}

.post-meta-box-item:last-child a {
  color: var(--color-text);
}

.page-links a:hover {
  color: var(--color-white) !important;
}

.page-links>span {
  color: var(--color-white);
}

.page-links .page-links-title {
  color: var(--color-primary);
}

/* blog archive */
.archive-header {
  display: none;
}

.archive-title {
  font-size: 2em;
  font-weight: var(--font-bold);
  line-height: 1;
}

/* ======================================================================
   10. Top Slider
====================================================================== */

@-webkit-keyframes imageAnimation01 {
  0% {
    -webkit-transform: scale(1) rotate(0.0001deg);
    transform: scale(1) rotate(0.0001deg);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-webkit-keyframes imageAnimation02 {
  0% {
    -webkit-transform: scale(1.1) rotate(0.0001deg);
    transform: scale(1.1) rotate(0.0001deg);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes imageAnimation01 {
  0% {
    -webkit-transform: scale(1) rotate(0.0001deg);
    transform: scale(1) rotate(0.0001deg);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes imageAnimation02 {
  0% {
    -webkit-transform: scale(1.1) rotate(0.0001deg);
    transform: scale(1.1) rotate(0.0001deg);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.top-slider,
.header-youtube {
  aspect-ratio: 16 / 9;
  height: auto;
}

iframe#iframe_youtube-video-player {
  width: 140% !important;
  height: 140% !important;
  margin: 0% auto 0 !important;
  top: -80px !important;
}

.header-bar-fixed~.top-slider-wrapper {
  width: 80%;
  margin-left: auto;
  z-index: 1;
  margin-top: 80px;
}

/* FIX: top-slider-wrapper → .top-slider-wrapper */
.top-slider-wrapper {
  margin-top: 80px;
}

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

.mb_YTPBar {
  display: none !important;
}

/* ======================================================================
   11. Header / Nav / Signage / Breadcrumb
====================================================================== */

.header {
  background: var(--color-primary);
  background: var(--color-gradation);
}

.header-bar {
  height: 80px;
  box-shadow: none;
  background: var(--color-base);
}

/* logo */
.logo-image {
  position: absolute;
  top: 0;
  left: 30px;
  width: 180px;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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

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

/* global nav */
.global-nav {
  float: right;
  box-sizing: border-box;
  background: var(--color-white);
}

.global-nav .menu-item-has-children:hover>.sub-menu {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}

.global-nav .child-menu-button {
  display: none;
}

.global-nav .sub-menu {
  line-height: 1.5;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 40px;
  transform: translate(0, 25%);
  transition-property: opacity, transform;
  transition: .5s;
  visibility: hidden;
  z-index: 99;
}

.global-nav .sub-menu .menu-item-has-children:after {
  border-color: transparent transparent transparent var(--color-white);
  border-style: solid;
  border-width: 4px 0 4px 4px;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 0;
  height: 0;
}

.global-nav .sub-menu li {
  position: relative;
}

.global-nav .sub-menu a {
  background: var(--color-primary);
  box-sizing: border-box;
  color: var(--color-white);
  display: block;
  padding: 12px 20px;
  width: 250px;
}

.global-nav .sub-menu a:hover {
  background: var(--color-sub);
}

.global-nav .sub-menu ul {
  top: 0;
  left: 100%;
}

.global-nav>ul>li {
  float: left;
  position: relative;
}

.global-nav>ul>li>a {
  height: 80px;
  padding: 0 0 0 40px;
  line-height: 80px;
  position: relative;
}

.global-nav>ul>li.global-menu-home>a {
  display: none;
}

.global-nav a {
  display: block;
  color: var(--color-text);
  font-size: 16px;
  font-weight: var(--font-bold);
}

.global-nav>ul>li.global-menu-contact>a {
  background: var(--color-sub);
  margin-left: 40px;
  padding-right: 40px;
  color: var(--color-white) !important;
  line-height: 65px;
}

.global-nav>ul>li.global-menu-contact>a::after {
  content: 'CONTACT';
  display: block;
  line-height: 1;
  text-align: center;
  bottom: 20px;
  position: absolute;
  left: 0;
  width: 100%;
  font-size: 10px;
  font-family: var(--font-eng);
  letter-spacing: 2px;
}

.global-nav>ul>li.global-menu-contact>a:hover {
  background: var(--color-primary);
  color: var(--color-white);
}

.global-nav>ul>li>a:hover {
  color: var(--color-sub);
}

.global-nav>ul>li.global-menu-other>a::after {
  font-family: 'design_plus';
  content: "\e90e";
  position: absolute;
  font-weight: var(--font-bold);
  width: calc(100% - 40px);
  line-height: 1;
  left: 40px;
  text-align: center;
  font-size: 10px;
  bottom: 15px;
  color: var(--color-primary);
}

.global-nav>ul>li.global-menu-other>a:hover::after {
  color: var(--color-primary);
}

/* signage */
.signage {
  position: relative;
  width: 100%;
  padding: 70px 0 80px;
  height: unset;
  background: none;
  display: block;
}

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

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

.signage-content {
  animation: fadeIn 1s ease 2.5s;
  animation-fill-mode: both;
  display: block;
}

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

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

/* breadcrumb */
ul.breadcrumb {
  height: 55px;
  line-height: 55px;
  font-size: 10px;
  color: var(--color-white);
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  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;
  background: none;
}

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

.breadcrumb .home span {
  display: inline;
}

/* ======================================================================
   12. Sidebar（widgets）
====================================================================== */

.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 {
  color: var(--color-primary);
  font-weight: var(--font-bold);
  padding-bottom: 1em;
  margin-bottom: 1em;
  font-size: 1.2em;
  border-bottom: 1px solid var(--color-primary);
}

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

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

.google_search_widget {
  margin: 35px 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: var(--color-white);
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  margin: 0 0 20px 0;
  padding: 0 20px;
  font-weight: var(--font-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: var(--color-white);
  background: #ccc;
}

#wp-calendar caption {
  color: var(--color-white);
  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: var(--color-white);
}

#wp-calendar #prev a:hover, #wp-calendar #next a:hover {
  color: var(--color-white);
  background: #ccc;
}

#wp-calendar td#today {
  font-weight: var(--font-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,
.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-primary);
}

.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 dropdown */
.widget_archive select,
.widget_categories select,
.tcdw_archive_list_widget select {
  background: var(--color-white);
  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: var(--color-white);
  color: #333;
}

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

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

.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: var(--font-bold);
  text-align: center;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.brand_category_list li a:hover {
  color: var(--color-white);
  background: #ccc;
}

.brand_category_list li a.active {
  color: var(--color-white);
  background: #222;
}

.brand_category_list li a span {
  display: block;
  width: 100%;
  position: relative;
  top: 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 meta */
.widget_recent_entries .post-date {
  display: block;
  font-size: 0.8em;
  line-height: 1;
  color: var(--color-subtext);
}

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

/* ======================================================================
   13. Footer（theme footer + pagetop）
====================================================================== */

.footer {
  margin-top: 150px;
}

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

.pagetop {
  width: 60px;
  display: none;
  mix-blend-mode: multiply;
}

.pagetop a {
  color: var(--color-primary);
  display: block;
  position: relative;
  line-height: 60px;
  writing-mode: vertical-rl;
  font-size: 10px;
  padding-bottom: 50px;
  transition: 0.4s;
  width: auto;
  height: auto;
}

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

.pagetop a::before {
  -webkit-font-smoothing: antialiased;
  content: '';
  display: block;
  font-family: "design_plus";
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 40px;
  background-color: var(--color-primary);
  transition: 0.4s;
  margin: 0;
  top: unset;
  right: unset;
}

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

/* password protected */
.password_protected {
  text-align: center;
  margin: 0 38px 30px;
  padding: 10px 20px;
  color: var(--color-white);
  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: var(--color-white);
  font-size: 14px;
  height: 30px;
  margin-left: 15px;
  padding: 5px;
}

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

/* ======================================================================
   14. WP Presets（post-content）
====================================================================== */

.post-content .alignright {
  float: right;
}

.post-content .alignleft {
  float: left;
}

.post-content .aligncenter {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
}

.post-content blockquote.alignleft,
.post-content img.alignleft {
  margin: 7px 24px 7px 0;
}

.post-content .wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}

.post-content blockquote.alignright,
.post-content img.alignright {
  margin: 7px 0 7px 24px;
}

.post-content .wp-caption.alignright {
  margin: 7px 0 7px 14px;
}

.post-content blockquote.aligncenter,
.post-content img.aligncenter,
.post-content .wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}

.post-content p {
  margin-bottom: 1.5em;
  position: relative;
}

.post-content p:last-of-type {
  margin-bottom: 0;
}

/* caution（固定ページ） */
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-primary);
}

/* headings */
.post-content h2 {
  font-size: 1.6em;
  font-weight: var(--font-bold);
  line-height: 1.6;
  margin: 0 auto 1em;
  position: relative;
  width: 100%;
  border-bottom: 2px solid var(--color-gray);
  padding-bottom: 0.5em;
}

.post-content h2::after {
  content: "";
  width: 50px;
  height: 2px;
  position: absolute;
  background-color: var(--color-primary);
  background: var(--color-gradation);
  left: 0;
  bottom: -2px;
}

.post-content h3 {
  font-size: 1.3em;
  line-height: 1.6;
  margin: 0 auto 0.75em;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  color: var(--color-primary);
  font-weight: var(--font-bold);
}

.post-content h4 {
  font-size: 1.2em;
  font-weight: var(--font-bold);
  position: relative;
  width: 100%;
  line-height: 1.6;
  margin-bottom: 0.25em;
}

.post-content h5 {
  font-size: 1.1em;
  line-height: 1.6;
  font-weight: var(--font-bold);
}

/* images */
.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 ul {
  list-style: none;
}

.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 var(--color-gray);
  border-bottom: 1px solid var(--color-gray);
}

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

.post-content th {
  padding-right: 1.25em;
  width: 30%;
  background: no-repeat;
  color: var(--color-subtext);
}

/* ======================================================================
   15. Contact Form 7
====================================================================== */

.wpcf7 {
  width: 100%;
  margin: 1.5em auto 0 !important;
  border: none;
  background-color: unset;
  font-size: 1em;
}

.wpcf7 p {
  margin-bottom: 1.25em;
  font-weight: var(--font-bold);
  padding-bottom: 1.5em;
  border-bottom: 1px solid var(--color-gray);
  color: var(--color-subtext);
}

.wpcf7 p:last-of-type {
  padding: 0;
  border: none;
}

.wpcf7 input,
.wpcf7 textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid var(--color-gray);
  line-height: 1.2;
  padding: 1em;
  background: var(--color-white);
  border-radius: 10px;
  margin-top: 0.6em;
  color: var(--color-text);
}

.wpcf7 select,
.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] {
  width: auto;
  max-width: 97%;
  border: 1px solid #ccc;
  padding: 8px;
}

.wpcf7 select,
.wpcf7 .wpcf7-list-item-label {
  line-height: 1.2;
  font-size: 14px;
}

.wpcf7-list-item {
  display: block;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
  outline: none;
  border: 1px solid #bbb;
}

.wpcf7 input.wpcf7-submit,
.wpcf7 .wpcf7-previous {
  position: relative;
  display: block;
  background-color: var(--color-sub);
  cursor: pointer;
  border: none !important;
  color: var(--color-white);
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all .3s;
  padding: 0;
  line-height: 4em;
  max-width: 400px;
  margin: 30px auto 0;
  border-radius: 4em;
  height: auto;
  font-size: 1em;
  width: 100%;
}

.wpcf7 input.wpcf7-submit,
.wpcf7 input.wpcf7-submit::before,
.wpcf7 input.wpcf7-submit::after {
  box-sizing: border-box;
}

.wpcf7 input.wpcf7-submit:hover,
.wpcf7 .wpcf7-previous:hover {
  background-color: var(--color-primary);
}

.wpcf7 .wpcf7-not-valid {
  border-color: var(--color-caution);
  background-color: var(--color-white);
}

.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  border-radius: 4px;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  color: var(--color-caution);
  font-weight: var(--font-bold);
}

.wpcf7 .wpcf7-validation-errors {
  color: #dc3232;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.wpcf7 .wpcf7-mail-sent-ok {
  color: #3A87AD;
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
}

.wpcf7 .wpcf7-previous+br {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 2em;
  padding: 0;
  border: none;
  text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: var(--color-caution);
  color: var(--color-white);
  box-sizing: border-box;
  padding: 15px 20px;
  width: 100%;
  margin: 2em auto 0;
  border-radius: 0;
  font-weight: var(--font-bold);
}

/* ======================================================================
   16. Common Components（共通）
====================================================================== */

.flex-inner {
  display: flex;
  flex-wrap: wrap;
}

.caution__text {
  display: block;
  padding-left: 1.25em;
  position: relative;
  font-size: 0.8em;
}

.caution__text::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-caution);
}

/* ======================================================================
   17. Custom Footer（独自 footer セクション）
====================================================================== */

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

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

/* footer contact */
section.footer__contact {
  padding: 7vw 0;
  position: relative;
  background-image: url(/wp-content/themes/tcd-w-child/img/footer__contact.jpg);
  background-color: var(--color-sub);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.footer__contact--inner.inner h2 {
  text-align: center;
  font-size: 2em;
  font-weight: var(--font-bold);
  margin-bottom: 0.5em;
}

.footer__contact--inner.inner h2 span {
  display: block;
  font-size: 0.6em;
  font-family: var(--font-eng);
  letter-spacing: 0.2em;
  font-weight: var(--font-normal);
  color: var(--color-accent);
}

p.footer-info {
  text-align: center;
}

p.footer-info span {
  margin-right: 0.5em;
}

address.footer_tel {
  font-size: 2.4em;
  text-align: center;
  font-family: var(--font-eng);
}

address.footer_tel a {
  color: var(--color-white);
}

address.footer_tel span {
  margin-right: 0.25em;
  font-size: 0.7em;
  color: var(--color-white);
}

/* footer buttons */
.flex-inner.footer__contact--but {
  max-width: 50em;
  margin: 2em auto 0;
}

a.footer_but {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 25em;
  margin: 0 auto;
  padding: 0 1.5em;
  line-height: 4em;
  text-align: left;
  color: var(--color-white);
  background: var(--color-sub);
  border-radius: 4em;
  font-weight: var(--font-bold);
}

a.footer_but:nth-of-type(2n) {
  margin: 0 0 0 auto;
}

a.footer_but::after {
  position: absolute;
  right: 25px;
  font-size: 30px;
  font-family: 'Material Icons';
  content: '\e158';
}

a.footer_but.footer-line {
  background: #02a400;
}

a.footer_but.footer-line::after {
  font-family: 'design_plus';
  font-weight: var(--font-normal);
  content: '\e909';
}

a.footer_but:hover {
  background: var(--color-primary);
}

/* footer about */
.footer_about_inner {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding-bottom: 2em;
  width: 50%;
  margin: 0 auto 0 0;
}

.footer_about_inner h2 {
  margin-bottom: 1em;
  font-size: 1.5em;
  line-height: 1;
  font-weight: var(--font-bold);
}

p.footer-address {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1.25em;
}

p.footer-address::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-primary);
  font-family: 'Material Icons';
  content: '\e0c8';
}

/* footer menu */
.footer-menu {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 50%;
  max-width: 35em;
  margin: 0 0 0 auto;
  padding-left: 3em;
}

ul.footer-menu-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -1.5em !important;
}

ul.footer-menu-list:nth-of-type(even) {
  margin-right: 0;
}

ul.footer-menu-list li {
  line-height: 1;
  width: calc(50% - 0.75em);
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

ul.footer-menu-list li:nth-of-type(2n) {
  margin-right: 0;
}

ul.footer-menu-list li a {
  position: relative;
  box-sizing: border-box;
  display: block;
  padding-left: 1.5em;
}

ul.footer-menu-list li a::before {
  position: absolute;
  left: 0;
  content: '・';
  font-weight: var(--font-bold);
  color: var(--color-primary);
}

ul.footer-menu-list li.footer-menu-title {
  margin-bottom: 10px;
  padding-bottom: 6px;
  font-weight: var(--font-bold);
  border-bottom: 1px dotted var(--color-primary);
}

/* footer sns (button style + icon list) */
a.sns-but {
  display: block;
  max-width: 200px;
  padding-left: 30px;
  line-height: 30px;
  font-family: var(--font-eng);
  position: relative;
}

a.sns-but.instagram-icon::before {
  font-family: 'design_plus';
  content: '\ea92';
  color: var(--color-insta);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  font-weight: var(--font-normal);
}

a.sns-but.facebook-icon::before {
  font-family: 'design_plus';
  content: '\e902';
  color: var(--color-facebook);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  font-weight: var(--font-normal);
}

a.sns-but.line-icon::before {
  font-family: 'design_plus';
  content: '\e909';
  color: var(--color-line);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  font-weight: var(--font-normal);
}

a.sns-but.twitter-icon::before {
  font-family: 'tiktok_x_icon';
  content: '\e901';
  color: var(--color-white);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  font-weight: var(--font-normal);
}

a.sns-but.tiktok-icon::before {
  font-family: 'tiktok_x_icon';
  content: '\e900';
  color: var(--color-tiktok);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  font-weight: var(--font-normal);
}

a.sns-but.youtube-icon::before {
  font-family: 'tiktok_x_icon';
  content: '\f167';
  color: var(--color-youtube);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  font-weight: var(--font-normal);
}

a:hover.sns-but::before {
  color: var(--color-white);
}

ul.footer-sns {
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto 0 0;
}

ul.footer-sns li {
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

ul.footer-sns li a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: var(--color-text);
  border-radius: 50%;
}

ul.footer-sns li a span {
  display: none;
}

ul.footer-sns li a.sns-but.facebook-icon {
  background: #1877f2;
}

ul.footer-sns li a.sns-but.instagram-icon {
  background: #CF2E92;
}

ul.footer-sns li a.sns-but.twitter-icon {
  background: var(--color-black);
}

ul.footer-sns li a.sns-but.youtube-icon {
  background: #DA1725;
}

ul.footer-sns li a.sns-but.tiktok-icon {
  background: #25F4EE;
}

ul.footer-sns li a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  content: '';
  color: var(--color-white);
}

ul.footer-sns li a.sns-but.facebook-icon::after {
  font-family: 'design_plus';
  content: '\e902';
}

ul.footer-sns li a.sns-but.instagram-icon::after {
  font-family: 'design_plus';
  content: '\ea92';
}

ul.footer-sns li a.sns-but.twitter-icon::after {
  font-family: 'tiktok_x_icon';
  content: '\e901';
}

ul.footer-sns li a.sns-but.youtube-icon::after {
  font-family: 'design_plus';
  content: "\f167";
}

ul.footer-sns li a.sns-but.tiktok-icon::after {
  font-family: 'tiktok_x_icon';
  font-weight: var(--font-bold);
  content: '\e900';
}

ul.footer-sns li a:hover {
  background: var(--color-primary) !important;
}

/* ======================================================================
   18. Top Slider Content (front main)
====================================================================== */

#top-slider-content {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

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

.top-slider-content-inner:hover {
  background: none;
}

.top-slider-content-inner:after {
  display: none;
}

.front-main-box {
  width: 80%;
  color: var(--color-white);
}

/* scroll indicator */
.scroll-box {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}

.scroll-box span {
  position: absolute;
  left: 0;
  top: -50px;
  width: 100%;
  font-size: 10px;
  line-height: 50px;
  text-align: center;
  color: var(--color-white);
  font-family: var(--font-eng);
  letter-spacing: 2px;
  writing-mode: vertical-rl;
}

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

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

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

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

.top-slider-wrapper::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: var(--color-black);
  opacity: 0.2;
}

/* ======================================================================
   19. Front Sections
====================================================================== */

.front_second {
  box-sizing: border-box;
  position: relative;
  background-color: var(--color-white);
}

.front_second_inner {
  width: 100%;
  padding: 10vw 0;
  background-image: url(/wp-content/themes/tcd-w-child/img/front_second.jpg);
  background-color: var(--color-sub);
  background-size: cover;
  background-position: center;
  margin: 0 auto 0 0;
  color: var(--color-white);
}

.front_second_inner::before,
section.footer__contact::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  background: var(--color-sub);
  background: var(--color-gradation);
  top: 0;
  left: 0;
  opacity: 0.6;
  z-index: 0;
}

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

/* Point */
.front-third {
  box-sizing: border-box;
  padding: 10vw 0 0;
  position: relative;
  overflow: hidden;
  counter-reset: number 0;
  background-color: var(--color-white);
}

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

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

.front-third-text {
  box-sizing: border-box;
  width: calc(45% - 4em);
  margin: 0 auto 0 0;
}

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

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

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

.front-third-text-inner::before {
  display: block;
  font-size: 5em;
  line-height: 1;
  color: var(--color-sub);
  counter-increment: number 1;
  content: "POINT "counter(number) " ";
  font-family: var(--font-eng);
  position: absolute;
  z-index: -1;
  left: -0.5em;
  top: -0.5em;
  opacity: 0.2;
}

.third-box:nth-of-type(even) .front-third-inner {
  flex-direction: row-reverse;
}

.third-box:nth-of-type(even) .front-third-inner .front-third-text {
  margin: 0 0 0 auto;
}

.third-box:nth-of-type(even) .front-third-inner .front-third-img {
  margin: 0 auto 0 0;
}

/* Topics */
.front_topics {
  position: relative;
  padding: 10vw 0;
}

.front_topics-inner {
  width: 100%;
}

.front_topics-inner-title {
  box-sizing: border-box;
  width: auto;
}

h2.front_topics-title {
  font-size: 2em;
  font-weight: var(--font-bold);
  line-height: 1;
  writing-mode: vertical-rl;
}

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

.top-news {
  margin-bottom: -48px;
}

.top-blog {
  box-sizing: border-box;
  width: calc(100% - 6em);
  padding-left: 4em;
  margin: 0px 0 calc(-2em / 3) auto;
  position: relative;
}

.top-blog::before {
  width: 1px;
  height: calc(100% - (2em / 3));
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: var(--color-primary);
  background: var(--color-gradation);
}

.article03>a:hover {
  color: var(--color-primary);
}

article.front__topics__content {
  padding: 0 0 1em;
  display: block;
  margin: 0 auto 1em;
  border-bottom: 1px dashed var(--color-sub);
  font-size: 0.9em;
}

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

a.front__topics__content--inner {
  color: var(--color-text);
}

a:hover.front__topics__content--inner {
  color: var(--color-primary);
}

p.front__topics__content-meta {
  font-family: var(--font-eng);
  font-size: 0.8em;
}

h3.front__topics__content-title {
  line-height: 1.6;
}

.top-blog.vertical__blog {
  margin-bottom: 0;
}

/* section bg */
.content02::before {
  width: 100%;
  height: 10vw;
  position: absolute;
  content: '';
  background-color: var(--color-base);
  top: 0;
  left: 0;
  z-index: 0;
}

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

/* ======================================================================
   20. Responsive / Sections（FAQ / Flow etc.）
====================================================================== */

/* FAQ */
.faq-sec h2,
.faq-sec p {
  padding-left: 3em;
}

.faq-sec h2 {
  font-size: 1em;
  margin-bottom: 0.75em;
  padding-bottom: 0;
  color: var(--color-sub);
  border: none;
  padding-top: 0;
  line-height: unset;
}

.faq-sec h2::after {
  display: none;
}

.faq-sec p {
  margin-bottom: 2.5em !important;
  padding-bottom: 2em;
  border-bottom: 1px solid var(--color-gray);
}

.faq-sec p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.faq-sec h2::before {
  width: 2em;
  height: 2em;
  line-height: 2em;
  background: var(--color-white);
  color: var(--color-sub);
  font-family: var(--font-eng);
  font-weight: var(--font-bold);
  position: absolute;
  left: 0;
  top: 0;
  content: 'Q';
  text-align: center;
  font-size: 1em;
}

.faq-sec p::before {
  width: 2em;
  height: 2em;
  line-height: 2em;
  background: var(--color-sub);
  position: absolute;
  left: 0;
  top: 0;
  content: 'A';
  text-align: center;
  font-size: 1em;
  color: var(--color-white);
  font-family: var(--font-eng);
  font-weight: var(--font-bold);
}

/* Flow */
.flow-sec {
  counter-reset: number 0;
  margin-top: 3em;
}

.flow-box {
  box-sizing: border-box;
  position: relative;
  padding-left: 110px;
  padding-bottom: 3em;
}

.flow-box:last-of-type {
  padding-bottom: 0;
}

.flow-box::before {
  width: 2px;
  left: 39px;
  height: 100%;
  position: absolute;
  content: '';
  background: var(--color-primary);
}

.flow-box::after {
  counter-increment: number 1;
  content: counter(number) " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 2em;
  background: var(--color-primary);
  color: #fff;
  font-family: var(--font-eng);
  border-radius: 50%;
}

.flow-box h2 {
  font-size: 1.2em;
  color: var(--color-sub);
  margin-bottom: 0.5em;
  border: none;
  padding: 0;
}

.flow-box h2::after {
  display: none;
}

.flow-box:last-of-type::before {
  display: none;
}

.single-post .post-content img {
  width: auto;
}

.content_full {
  width: 100%;
}

.content_inner {
  padding: 5vw 0 7vw;
}

/* table wrapper (s_table) - 見た目だけ無効化 */
.s_table {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  white-space: unset !important;
  overflow: visible !important;
}

.s_table table {
  width: 100%;
}

/* ======================================================================
   21. Override Layer（例外・最終上書き）
====================================================================== */

.footer__contact--inner.inner {
  color: var(--color-white);
}

p.content02-button:hover {
  color: var(--color-accent);
}

p.content02-text {
  color: var(--color-white);
}

img.content02-inner-img {
  margin-bottom: 2em;
}

ul.dp-footer-bar {
  background-color: var(--color-primary);
  border-top: 1px solid var(--color-sub);
}

.dp-footer-bar-item+.dp-footer-bar-item {
  border-left: 1px solid var(--color-sub);
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: unset !important;
}

.icon-pencil::before {
  content: '\e909';
}

.icon-share-alt::before {
  content: '\ea92';
}

p.comingsoon {
  text-align: center;
  font-size: 1.2em;
  font-family: var(--font-sub);
  background-color: var(--color-white);
  padding: 2em;
  font-weight: var(--font-bold);
}

p.comingsoon::after {
  content: 'COMING SOON';
  display: block;
  line-height: 1;
  font-family: var(--font-eng);
  margin-top: 1em;
  font-size: 0.7em;
  color: var(--color-primary);
}

#infinitescroll {
  margin-bottom: calc(-2em / 3);
}

.single-post .primary {
  width: 100%;
}

.share-btm {
  margin: 2em auto 0;
}

.content_inner.contact-sec {
  max-width: 50em;
}

.contact-sec h2 {
  text-align: center;
  padding: 0;
  border: none;
  color: var(--color-sub);
  margin-bottom: 1em;
}

.contact-sec h2::after {
  display: none;
}

.tel-box {
  margin: 4em auto;
  text-align: center;
}

p.contact-tel-info {
  margin: 0;
}

address.contact-tel {
  font-size: 1.6em;
  font-family: var(--font-eng);
  line-height: 1.4;
  margin-bottom: 0.5em;
}

span.contact-tel-title {
  font-size: 0.7em;
  margin-right: 0.25em;
  color: var(--color-primary);
  font-weight: var(--font-bold);
}

address.contact-tel a {
  font-weight: var(--font-bold);
}

p.contact-tel-info span {
  margin-right: 0.5em;
  color: var(--color-primary);
}

p.contact-tel-caution {
  font-size: 0.9em;
  color: var(--color-caution);
  margin-top: 0.5em;
}

.line-box {
  margin: 4em auto;
  padding: 4em 0 0;
  border-top: 1px solid var(--color-gray);
}

.line-box p,
p.contact-tel-caution {
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: left;
}

a.contact-line-but {
  text-align: left;
  display: block;
  line-height: 4em;
  max-width: 25em;
  margin: 0 auto 1em;
  background: var(--color-line);
  color: var(--color-white);
  box-sizing: border-box;
  padding: 0 1.5em;
  position: relative;
  font-weight: var(--font-bold);
  border-radius: 4em;
}

a.contact-line-but::after {
  font-family: 'design_plus';
  content: '\e909';
  font-weight: var(--font-normal);
  position: absolute;
  right: 25px;
  font-size: 2em;
}

a:hover.contact-line-but {
  background: var(--color-subtext);
}

a.contact-line-but.insta--but {
  background-color: var(--color-insta);
  font-family: var(--font-eng);
}

a.contact-line-but.insta--but::after {
  content: '\ea92';
  font-size: 1.6em;
}

a:hover.contact-line-but.insta--but {
  background-color: var(--color-subtext);
}

.mail-box {
  margin: 4em auto 0;
  border-top: 1px solid var(--color-gray);
  padding-top: 4em;
}

.wpcf7 form {
  margin: 0;
}

.front-main-box-inner h2 {
  font-weight: var(--font-bold);
  font-size: 2.5em;
  line-height: 1.6;
  margin-bottom: 1em;
}

.front-main-box-inner h3 {
  font-size: 1.2em;
  font-weight: var(--font-bold);
  line-height: 1.6;
}

.front_intro-inner.inner.flex-inner {
  flex-direction: row-reverse;
}

#content01::before {
  width: 30%;
  height: 100%;
  position: absolute;
  content: '';
  background-color: var(--color-white);
  top: 0;
  right: 0;
}

.content02::after {
  width: 30%;
  height: 10vw;
  position: absolute;
  content: '';
  background-color: var(--color-white);
  top: 0;
  right: 0;
  z-index: 1;
}

.feature-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}

.feature-3col__item {
  padding: 0 2em 1.5em;
  background: var(--color-white);
  position: relative;
}

.feature-3col__icon {
  width: auto;
  margin: 0 0 1em;
  height: 50px;
  position: relative;
  z-index: 1;
}

.feature-3col__icon img {
  width: auto;
  height: 100%;
  display: block;
  margin: 0 auto;
}

.feature-3col__title {
  margin: 0 0 .6em;
  font-size: 1.1em;
  line-height: 1.5;
}

.feature-3col__text {
  margin: 0;
  line-height: 1.9;
}

.breadcrumb .home a:before {
  display: none;
}

h2.feature-3col__title {
  font-size: 1.3em;
}

.feature-3col__item::before {
  width: 100%;
  height: 25px;
  position: absolute;
  content: '';
  background-color: var(--color-base);
  left: 0;
  top: 0;
  z-index: 0;
}

.service-2col {
  display: grid;
  grid-template-columns: 1fr 44%;
  gap: 3em;
  align-items: start;
  margin-top: 5em;
}

.service-2col.is-reverse {
  direction: rtl;
}

.service-2col.is-reverse>* {
  direction: ltr;
}

/* ベース（既存のservice-2colと併用OK） */
.service-intro {
  margin-bottom: 2.2em;
}

.service-block {
  margin-bottom: 3em;
}

/* h3 を横並び2カラム（スマホは1カラム） */
.service-subcols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
  margin-top: 1.6em;
}

.service-subcols__item h3 {
  margin: 0 0 .6em;
}

@media (max-width: 768px) {
  .service-subcols {
    grid-template-columns: 1fr;
    gap: 1.2em;
  }
}

/* リスト */
.service-list {
  margin: .8em 0 1em;
  padding-left: 1.2em;
}

.service-subcols__item {
  background-color: var(--color-white);
  padding: 2em 2.5em;
}

ul.service-list {
  margin: 0 auto 1em;
}

ul.service-list li {
  font-weight: var(--font-bold);
  padding-left: 1.5em;
}

ul.service-list li::before {
  font-family: 'Material Icons';
  content: '\e86c';
  font-weight: var(--font-noraml);
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-accent);
}

table.info__table {
  margin: 2em auto 0;
}

.service-2col.recruit-service {
  margin: 0;
}

.contact-intro {
  text-align: center;
}