@charset "UTF-8";
/*
Theme Name: hzproduction
Author: DoTくん
*/
/**
 * uaplus.css version 0.3.0
 */
@layer {
  *, *::after, *::before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  :focus-visible {
    outline-offset: 3px;
  }
  html {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
     -ms-text-size-adjust: none;
         text-size-adjust: none;
  }
  html {
    line-height: 1.5;
  }
  html {
    scrollbar-gutter: stable;
  }
  h1 {
    font-size: 2em;
    margin-block: 0.67em;
  }
  abbr[title] {
    cursor: help;
    text-decoration-line: underline;
    text-decoration-style: dotted;
  }
  @media (forced-colors: active) {
    mark {
      color: HighlightText;
      background-color: Highlight;
    }
  }
  audio, iframe, img, svg, video {
    max-block-size: 100%;
    max-inline-size: 100%;
  }
  fieldset {
    min-inline-size: 0;
  }
  label:has(+ input:not([type=radio], [type=checkbox]), select, textarea) {
    display: block;
  }
  textarea:not([rows]) {
    min-block-size: 6em;
  }
  button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
  }
  [type=search] {
    -webkit-appearance: textfield;
  }
  @supports (-webkit-touch-callout: none) {
    [type=search] {
      border: 1px solid -apple-system-secondary-label;
      background-color: canvas;
    }
  }
  input:where([type=tel], [type=url], [type=email], [type=number]):not(:-moz-placeholder) {
    direction: ltr;
  }
  input:where([type=tel], [type=url], [type=email], [type=number]):not(:-ms-input-placeholder) {
    direction: ltr;
  }
  input:where([type=tel], [type=url], [type=email], [type=number]):not(:placeholder-shown) {
    direction: ltr;
  }
  table {
    border-collapse: collapse;
    border: 1px solid;
  }
  th, td {
    border: 1px solid;
    padding: 0.25em 0.5em;
    vertical-align: top;
  }
  dialog::-ms-backdrop {
    background: oklch(0% 0 0deg / 0.3);
  }
  dialog::backdrop {
    background: oklch(0% 0 0deg / 0.3);
  }
  dialog::-ms-backdrop {
    opacity: 0;
    -ms-transition: opacity 150ms ease-out, display 150ms allow-discrete, overlay 150ms allow-discrete;
    transition: opacity 150ms ease-out, display 150ms allow-discrete, overlay 150ms allow-discrete;
  }
  dialog, [popover], dialog::backdrop {
    opacity: 0;
    -webkit-transition: opacity 150ms ease-out, display 150ms allow-discrete, overlay 150ms allow-discrete;
    transition: opacity 150ms ease-out, display 150ms allow-discrete, overlay 150ms allow-discrete;
  }
  dialog[open]::-ms-backdrop {
    opacity: 1;
  }
  dialog[open], :popover-open, dialog[open]::backdrop {
    opacity: 1;
  }
  @starting-style {
    dialog[open]::-ms-backdrop {
      opacity: 0;
    }
    dialog[open], :popover-open, dialog[open]::backdrop {
      opacity: 0;
    }
  }
  [hidden]:not([hidden=until-found]) {
    display: none !important;
  }
  img {
    display: block;
  }
  summary {
    cursor: default;
  }
  iframe {
    border: none;
  }
  @supports (position-area: block-end span-inline-end) {
    [popover] {
      margin: 0;
      position-area: block-end span-inline-end;
    }
  }
}
/**********

setting

**********/
:root {
  --full_height_min: 700px;
  --blue_grade: linear-gradient(90deg,#2588DC 0%, #144976 100%);
  --red_grade: linear-gradient(90deg,#D45374 0%, #6E2B3C 100%);
  --white_opa04: rgba( 255,255,255,.04 );
  --white_opa20: rgba( 255,255,255,.2 );
  --white_opa30: rgba( 255,255,255,.3 );
  --white_opa40: rgba( 255,255,255,.4 );
  --cmn_cont_pi: 30px;
  --cmn_cont_mb: 70px;
  --cmn_inner_w: 1040px;
  --fz29: 29px;
  --fz26: 26px;
  --fz25: 25px;
  --fz22: 22px;
  --fz21: 21px;
  --fz20: 20px;
  --fz19: 19px;
  --fz18: 18px;
  --fz16: 16px;
  --fz15: 15px;
  --fz13: 13px;
}
@media screen and (max-width: 1160px) {
  :root {
    --fz29: 27px;
    --fz26: 22px;
    --fz25: 23px;
    --fz22: 20px;
    --fz21: 18px;
    --fz20: 18px;
    --fz19: 16px;
    --fz18: 16px;
    --fz16: 15px;
    --fz15: 15px;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --cmn_cont_pi: 20px;
    --cmn_cont_mb: 50px;
    --full_height_min: 600px;
    --fz29: 23px;
    --fz26: 22px;
    --fz25: 23px;
    --fz22: 20px;
    --fz21: 18px;
    --fz20: 18px;
    --fz19: 16px;
    --fz18: 16px;
    --fz16: 15px;
    --fz15: 15px;
  }
}

html {
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15em;
  color: #fff;
  line-height: 2;
  background-color: #000002;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
a:hover {
  opacity: 0.7;
}

p {
  margin: 0;
}

input[type=text], input[type=email], textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text], input[type=email], textarea {
  border: 1px solid var(--white_opa20);
  background: var(--white_opa04);
}
input[type=text]:focus, input[type=email]:focus, textarea:focus {
  border-color: #144976;
}

input[type=radio] {
  width: 1em;
  height: 1em;
  vertical-align: -0.17em;
  outline: none;
  border: var(--white_opa20);
  background: var(--white_opa04);
  accent-color: #2588DC;
}
input[type=radio]:focus {
  border-color: #144976;
}

br.ta_disp {
  display: none;
}
@media screen and (max-width: 768px) {
  br.ta_disp {
    display: block;
  }
}
@media screen and (max-width: 1280px) {
  br.pc1280 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  br.pc_disp {
    display: none;
  }
}
br.sp_disp {
  display: none;
}
@media screen and (max-width: 480px) {
  br.sp_disp {
    display: block;
  }
}

.dib {
  display: inline-block;
}

/**********

common parts

**********/
section {
  padding: 60px 0 100px;
}

.inner_blc01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1280px;
  padding-inline: var(--cmn_cont_pi);
  margin-inline: auto;
}

.inner_blc02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: var(--cmn_inner_w);
  padding-inline: var(--cmn_cont_pi);
  margin-inline: auto;
}

.cmn_ttl_blc01 {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .cmn_ttl_blc01 {
    margin-bottom: 30px;
  }
}
.cmn_ttl_blc01 .label {
  font-size: var(--fz19);
  font-weight: 900;
  color: #A4A4A4;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
}
.cmn_ttl_blc01 h2 {
  font-size: var(--fz29);
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  margin: 0;
  line-height: 1.5;
}
.cmn_ttl_blc01 .note01 {
  letter-spacing: 0.2em;
  margin: 0;
  font-size: var(--fz15);
}
.cmn_ttl_blc01 .tag_ttl01 {
  display: inline-block;
  font-size: var(--fz16);
  font-weight: 700;
  margin-top: 12px;
}
.cmn_ttl_blc01 .tag_ttl01.is-cat {
  color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  padding: 3px 14px;
}
.cmn_ttl_blc01 .tag_ttl01.is-tag {
  color: rgba(255, 255, 255, 0.6);
}

.cmn_btn_blc01 {
  text-align: center;
}
.cmn_btn_blc01 a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  font-size: var(--fz20);
  font-weight: 500;
  max-width: 586px;
  width: 100%;
  position: relative;
  height: 72px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  color: #fff;
  line-height: 1;
  background: var(--blue_grade);
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
@media screen and (max-width: 768px) {
  .cmn_btn_blc01 a {
    max-width: 386px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 62px;
    letter-spacing: 0em;
    font-size: var(--fz18);
  }
}
@media screen and (max-width: 768px) {
  .cmn_btn_blc01 a .fzs {
    font-size: 85%;
    margin-top: 8px;
  }
}
.cmn_btn_blc01 a:before, .cmn_btn_blc01 a:after {
  content: "";
  line-height: 1;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
}
.cmn_btn_blc01 a.arrow:after {
  font-family: "Material Symbols Outlined";
  font-weight: 300;
  content: "\e5c8";
  display: block;
  font-size: var(--fz29);
  top: calc(50% - 0.42em);
  right: 26px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .cmn_btn_blc01 a.arrow:after {
    right: 15px;
  }
}
.cmn_btn_blc01 a.sound:before {
  left: 43px;
  width: 35px;
  aspect-ratio: 35/27;
  background-size: cover;
  background-image: url(/wp-content/themes/hzproduction/img/cmn/sound_icon01.svg);
  top: calc(50% - 13px);
}
@media screen and (max-width: 768px) {
  .cmn_btn_blc01 a.sound:before {
    left: 26px;
    width: 31px;
    top: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .cmn_btn_blc01 a.sound:before {
    left: 25px;
  }
}
.cmn_btn_blc01 a.contact:before {
  left: 43px;
  width: 37px;
  aspect-ratio: 37/27;
  background-size: cover;
  background-image: url(/wp-content/themes/hzproduction/img/cmn/contact_icon01.svg);
  top: calc(50% - 13px);
}
@media screen and (max-width: 768px) {
  .cmn_btn_blc01 a.contact:before {
    left: 26px;
    width: 31px;
    top: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .cmn_btn_blc01 a.contact:before {
    left: 25px;
  }
}
.cmn_btn_blc01 a.yen:before {
  left: 43px;
  width: 30px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-image: url(/wp-content/themes/hzproduction/img/cmn/yen_icon01.svg);
  top: calc(50% - 15px);
}
@media screen and (max-width: 768px) {
  .cmn_btn_blc01 a.yen:before {
    left: 26px;
    width: 24px;
    top: calc(50% - 12px);
  }
}
@media screen and (max-width: 768px) {
  .cmn_btn_blc01 a.yen:before {
    left: 25px;
  }
}
.cmn_btn_blc01 a.corporate:before {
  left: 43px;
  width: 34px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-image: url(/wp-content/themes/hzproduction/img/cmn/corporate_icon01.svg);
  top: calc(50% - 17px);
}
@media screen and (max-width: 768px) {
  .cmn_btn_blc01 a.corporate:before {
    left: 26px;
    width: 29px;
    top: calc(50% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .cmn_btn_blc01 a.corporate:before {
    left: 25px;
  }
}
.cmn_btn_blc01 a:hover {
  opacity: 1;
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
  -webkit-box-shadow: 0px 0px 40px rgba(20, 73, 118, 0.4);
          box-shadow: 0px 0px 40px rgba(20, 73, 118, 0.4);
}
.cmn_btn_blc01 a:hover.arrow:after {
  -webkit-transform: translate(10px, 0);
          transform: translate(10px, 0);
}

.cmn_btn_blc02 {
  text-align: center;
}
.cmn_btn_blc02 a {
  display: inline-block;
  border: 1px solid #fff;
  font-size: var(--fz22);
  font-weight: 500;
  max-width: 586px;
  width: 100%;
  position: relative;
  height: 72px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .cmn_btn_blc02 a {
    height: 62px;
    max-width: 386px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    letter-spacing: 0em;
    font-size: var(--fz18);
    padding-bottom: 4px;
  }
}
.cmn_btn_blc02 a:hover {
  opacity: 1;
  -webkit-box-shadow: 0px 0px 40px rgba(255, 255, 255, 0.3333333333);
          box-shadow: 0px 0px 40px rgba(255, 255, 255, 0.3333333333);
  background: #fff;
  color: #000002;
}

.cmn_btn_blc03 {
  text-align: center;
}
.cmn_btn_blc03 button {
  display: inline-block;
  font-size: var(--fz20);
  font-weight: 500;
  max-width: 445px;
  width: 100%;
  position: relative;
  height: 55px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  color: #fff;
  line-height: 1;
  background: var(--red_grade);
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .cmn_btn_blc03 button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 52px;
    max-width: 386px;
  }
}
.cmn_btn_blc03 button:before, .cmn_btn_blc03 button:after {
  content: "";
  line-height: 1;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
}
.cmn_btn_blc03 button:hover {
  opacity: 1;
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
  -webkit-box-shadow: 0px 0px 40px rgba(110, 43, 60, 0.4);
          box-shadow: 0px 0px 40px rgba(110, 43, 60, 0.4);
}

/**********

header

**********/
header {
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding-inline: var(--cmn_cont_pi);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  -webkit-transition: background 0.4s ease, backdrop-filter 0.4s ease;
  transition: background 0.4s ease, backdrop-filter 0.4s ease;
  z-index: 201;
}
header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
}
header.is-scrolled {
  background: rgba(10, 10, 20, 0.52);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
header.is-scrolled::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
}
@media screen and (max-width: 600px) {
  header {
    text-align: left;
    height: 65px;
  }
}
header .logo01 {
  padding-top: 20px;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  header .logo01 {
    padding-top: 17px;
  }
}
header .logo01 .logo_img01 {
  display: inline-block;
  margin-right: 5px;
}
header .logo01 .logo_img01 img {
  width: 40px;
}
@media screen and (max-width: 600px) {
  header .logo01 .logo_img01 img {
    width: 35px;
  }
}
header .logo01 .txt01 {
  display: inline-block;
  font-weight: 600;
  font-size: var(--fz20);
  letter-spacing: 0.05em;
  margin-right: 7px;
}
@media screen and (max-width: 600px) {
  header .logo01 .txt01 {
    font-size: 17px;
  }
}
header .btn_area01 {
  position: absolute;
  right: var(--cmn_cont_pi);
  top: 20px;
}
@media screen and (max-width: 600px) {
  header .btn_area01 {
    top: 15px;
  }
}
header .btn_area01 .menu_btn01 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
  width: 36px;
  height: 26px;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
header .btn_area01 .menu_btn01 span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: top 0.3s ease 0.3s, opacity 0.3s ease 0.3s, -webkit-transform 0.3s ease 0s;
  transition: top 0.3s ease 0.3s, opacity 0.3s ease 0.3s, -webkit-transform 0.3s ease 0s;
  transition: top 0.3s ease 0.3s, opacity 0.3s ease 0.3s, transform 0.3s ease 0s;
  transition: top 0.3s ease 0.3s, opacity 0.3s ease 0.3s, transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
header .btn_area01 .menu_btn01 span:nth-child(1) {
  top: 0;
}
header .btn_area01 .menu_btn01 span:nth-child(2) {
  top: 12px;
}
header .btn_area01 .menu_btn01 span:nth-child(3) {
  top: 24px;
}
header .btn_area01 .menu_btn01.is-open span {
  -webkit-transition: top 0.3s ease 0s, opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0.3s;
  transition: top 0.3s ease 0s, opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0.3s;
  transition: top 0.3s ease 0s, opacity 0.3s ease 0s, transform 0.3s ease 0.3s;
  transition: top 0.3s ease 0s, opacity 0.3s ease 0s, transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s;
}
header .btn_area01 .menu_btn01.is-open span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .btn_area01 .menu_btn01.is-open span:nth-child(2) {
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
header .btn_area01 .menu_btn01.is-open span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header .btn_area01 .sns_btn01 {
  display: inline-block;
  vertical-align: middle;
}
header .btn_area01 .sns_btn01.x {
  height: 32px;
  aspect-ratio: 13/14;
  margin-right: 8px;
}
header .btn_area01 .contact_btn01 {
  display: inline-block;
  vertical-align: middle;
  font-size: var(--fz16);
  line-height: 1;
}
header .btn_area01 .contact_btn01 a {
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 7px 18px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  header .btn_area01 .contact_btn01 a {
    padding: 10px 13px;
  }
}
header .btn_area01 .contact_btn01 a .icon {
  margin-right: 11px;
  content: "";
  display: inline-block;
  vertical-align: -0.08em;
  width: 19px;
  aspect-ratio: 19/14;
}
header .btn_area01 .contact_btn01 a .icon svg path {
  -webkit-transition: fill 0.5s ease;
  transition: fill 0.5s ease;
  fill: #ffffff;
}
@media screen and (max-width: 768px) {
  header .btn_area01 .contact_btn01 a .icon {
    margin-right: 0;
    margin-top: -2px;
  }
}
header .btn_area01 .contact_btn01 a .txt01 {
  letter-spacing: 0.25em;
  font-weight: 600;
  font-size: var(--fz16);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff;
}
@media screen and (max-width: 768px) {
  header .btn_area01 .contact_btn01 a .txt01 {
    display: none;
  }
}
header .btn_area01 .contact_btn01 a:hover {
  opacity: 1;
  background: #fff;
}
header .btn_area01 .contact_btn01 a:hover .icon svg path {
  fill: #000000;
}
header .btn_area01 .contact_btn01 a:hover .txt01 {
  color: #000002;
}

/**********

footer

**********/
footer {
  background: #191919;
  text-align: center;
  font-size: var(--fz15);
  padding: 15px 0;
}
@media screen and (max-width: 600px) {
  footer {
    font-size: 13px;
  }
}
footer .footer_nav01 {
  margin-bottom: 16px;
}
footer .footer_nav01 .footer_nav_list01 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px 28px;
}
@media screen and (max-width: 600px) {
  footer .footer_nav01 .footer_nav_list01 {
    gap: 10px 20px;
  }
}
footer .footer_nav01 .footer_nav_list01 li {
  text-align: left;
}
footer .footer_nav01 .footer_nav_list01 li a {
  color: rgba(255, 255, 255, 0.65);
  font-size: var(--fz15);
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-align: left;
}
footer .footer_nav01 .footer_nav_list01 li a:hover {
  color: #fff;
}
@media screen and (max-width: 600px) {
  footer .footer_nav01 .footer_nav_list01 li a {
    font-size: 13px;
  }
}

/**********

top page

**********/
main {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding-bottom: 100px;
}
main #mv {
  position: relative;
  height: 100svh;
  min-height: var(--full_height_min);
  text-align: center;
  padding-block: 0;
}
main #mv .bg01, main #mv .bg02 {
  width: 50%;
  background-repeat: no-repeat;
  background-size: 960px auto;
  height: 1435px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  main #mv .bg01, main #mv .bg02 {
    height: 1235px;
    background-size: 360px auto;
  }
}
main #mv .bg01 {
  position: absolute;
  background-image: url(/wp-content/themes/hzproduction/img/top/top_bg_l.webp);
  background-position: top left;
  top: calc(50% - 717px);
  left: 0;
}
@media screen and (max-width: 768px) {
  main #mv .bg01 {
    top: calc(50% - 347px);
  }
}
main #mv .bg02 {
  width: 50%;
  position: absolute;
  background-image: url(/wp-content/themes/hzproduction/img/top/top_bg_r.webp);
  background-position: top right;
  top: calc(50% - 717px);
  right: 0;
}
@media screen and (max-width: 768px) {
  main #mv .bg02 {
    top: calc(50% - 347px);
  }
}
main #mv .bg03 {
  width: 25vw;
  position: absolute;
  background: #000002;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 2, 0)), color-stop(30%, rgb(0, 0, 2)), color-stop(70%, rgb(0, 0, 2)), to(rgba(0, 0, 2, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 2, 0) 0%, rgb(0, 0, 2) 30%, rgb(0, 0, 2) 70%, rgba(0, 0, 2, 0) 100%);
  top: 0;
  left: calc(50% - 12.5vw);
  height: 1435px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  main #mv .bg03 {
    height: 1235px;
  }
}
main #mv .inner_blc01 {
  padding-bottom: 15px;
  width: 100%;
}
main #mv .inner_blc01 .top_logo_box01 {
  position: relative;
  height: 100svh;
  min-height: calc(var(--full_height_min) - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 600px) {
  main #mv .inner_blc01 .top_logo_box01 {
    min-height: calc(var(--full_height_min) - 65px);
  }
}
main #mv .inner_blc01 .top_logo_box01 h1.logo01 {
  margin-top: 20px;
  margin-bottom: 40px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  main #mv .inner_blc01 .top_logo_box01 h1.logo01 {
    max-width: 258px;
  }
}
main #mv .inner_blc01 .top_logo_box01 h1.logo01 img {
  margin-inline: auto;
  max-width: 364px;
}
@media screen and (max-width: 1000px) {
  main #mv .inner_blc01 .top_logo_box01 h1.logo01 img {
    max-width: 304px;
  }
}
@media screen and (max-width: 768px) {
  main #mv .inner_blc01 .top_logo_box01 h1.logo01 img {
    max-width: 258px;
  }
}
main #mv .inner_blc01 .top_logo_box01 .txt01 {
  font-size: var(--fz20);
  letter-spacing: 0.3em;
  width: 100%;
  text-shadow: 0 0 10px rgb(0, 0, 0);
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  main #mv .inner_blc01 .top_logo_box01 .txt01 {
    font-size: var(--fz16);
  }
}
@media screen and (max-width: 768px) {
  main #mv .inner_blc01 .top_logo_box01 .txt01 {
    font-size: var(--fz15);
  }
}
main #mv .inner_blc01 .top_logo_box01 .txt01 .label {
  display: inline-block;
  line-height: 1.4;
  padding: 0 0.4em;
  margin: 0 0.2em;
  font-weight: 600;
}
main #mv .inner_blc01 .top_logo_box01 .txt01 .label.blue {
  background: var(--blue_grade);
}
main #mv .inner_blc01 .top_logo_box01 .txt01 .label.red {
  background: var(--red_grade);
}
main #about .cont_blc01 .about_cont_blc01 {
  margin-bottom: var(--cmn_cont_mb);
}
main #about .cont_blc01 .about_cont_blc01 .about_cont_box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 323px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1500px) {
  main #about .cont_blc01 .about_cont_blc01 .about_cont_box01 {
    min-height: 323px;
  }
}
@media screen and (max-width: 768px) {
  main #about .cont_blc01 .about_cont_blc01 .about_cont_box01 {
    display: block;
  }
}
main #about .cont_blc01 .about_cont_blc01 .about_cont_box01:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 440px;
  right: -334px;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 2, 0)), color-stop(84%, #172d40));
  background: linear-gradient(90deg, rgba(0, 0, 2, 0) 0%, #172d40 84%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  main #about .cont_blc01 .about_cont_blc01 .about_cont_box01:after {
    display: none;
  }
}
main #about .cont_blc01 .about_cont_blc01 .about_cont_box01 .about_cont_img_box01 {
  position: absolute;
  left: -334px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  main #about .cont_blc01 .about_cont_blc01 .about_cont_box01 .about_cont_img_box01 {
    position: static;
  }
}
main #about .cont_blc01 .about_cont_blc01 .about_cont_box01 .about_cont_img_box01 .img {
  height: 100%;
}
@media screen and (max-width: 768px) {
  main #about .cont_blc01 .about_cont_blc01 .about_cont_box01 .about_cont_img_box01 .img {
    margin-inline: calc(-1 * var(--cmn_cont_pi));
  }
}
main #about .cont_blc01 .about_cont_blc01 .about_cont_box01 .about_cont_img_box01 .img img {
  width: 904px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media screen and (max-width: 1500px) {
  main #about .cont_blc01 .about_cont_blc01 .about_cont_box01 .about_cont_img_box01 .img img {
    width: 704px;
  }
}
@media screen and (max-width: 768px) {
  main #about .cont_blc01 .about_cont_blc01 .about_cont_box01 .about_cont_img_box01 .img img {
    width: 100%;
    height: 289px;
  }
}
main #about .cont_blc01 .about_cont_blc01 .about_cont_box01 .about_cont_img_box01 .img.border img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 65%;
     object-position: 50% 65%;
}
@media screen and (max-width: 1500px) {
  main #about .cont_blc01 .about_cont_blc01 .about_cont_box01 .about_cont_img_box01 .img.border img {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
main #about .cont_blc01 .about_cont_blc01 .about_cont_box01 .about_cont_txt_box01 {
  margin-left: 618px;
}
@media screen and (max-width: 768px) {
  main #about .cont_blc01 .about_cont_blc01 .about_cont_box01 .about_cont_txt_box01 {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  main #about .cont_blc01 .about_cont_blc01 .about_cont_box01 .about_cont_txt_box01 .about_ttl_box01 {
    margin-top: -20px;
  }
}
main #about .cont_blc01 .about_cont_blc01 .about_cont_box01 .about_cont_txt_box01 .about_ttl_box01 h3 {
  margin: 0;
}
@media screen and (min-width: 769px) {
  main #about .cont_blc01 .about_cont_blc01 .about_cont_box01 .about_cont_txt_box01 .about_ttl_box01 h3 {
    font-size: var(--fz26);
    background: -webkit-gradient(linear, left top, right top, from(#144976), color-stop(45%, #6E2B3C), to(rgba(0, 0, 2, 0)));
    background: linear-gradient(90deg, #144976 0%, #6E2B3C 45%, rgba(0, 0, 2, 0) 100%);
    padding: 0.4em 0.8em 0.4em 1em;
    margin: 0 0 0.6em;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  main #about .cont_blc01 .about_cont_blc01 .about_cont_box01 .about_cont_txt_box01 .about_ttl_box01 h3 span {
    font-size: var(--fz26);
    background: -webkit-gradient(linear, left top, right top, from(#144976), to(#6E2B3C));
    background: linear-gradient(90deg, #144976 0%, #6E2B3C 100%);
    padding: 0.1em 0.6em;
    margin: 0 0 0.4em;
    line-height: 1.4;
    display: inline-block;
  }
}
main #about .cont_blc01 .about_cont_blc01 .about_cont_box01 .about_cont_txt_box01 .txt_box01 .txt01 {
  font-size: var(--fz18);
  line-height: 2.2;
  margin: 0;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  main #about .cont_blc01 .about_cont_blc01 .about_cont_box01 .about_cont_txt_box01 .txt_box01 .txt01 {
    font-size: var(--fz15);
    letter-spacing: 0.1em;
  }
}
main #about .cont_blc01 .about_cont_blc01 .about_cont_box01:nth-child(2n-1):after {
  right: auto;
  left: -342px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 2, 0)), color-stop(84%, #172d40));
  background: linear-gradient(-90deg, rgba(0, 0, 2, 0) 0%, #172d40 84%);
}
@media screen and (max-width: 1160px) {
  main #about .cont_blc01 .about_cont_blc01 .about_cont_box01:nth-child(2n-1):after {
    left: -300px;
  }
}
main #about .cont_blc01 .about_cont_blc01 .about_cont_box01:nth-child(2n-1) .about_cont_img_box01 {
  left: auto;
  right: -342px;
}
@media screen and (max-width: 1500px) {
  main #about .cont_blc01 .about_cont_blc01 .about_cont_box01:nth-child(2n-1) .about_cont_img_box01 {
    right: -134px;
  }
}
@media screen and (max-width: 1160px) {
  main #about .cont_blc01 .about_cont_blc01 .about_cont_box01:nth-child(2n-1) .about_cont_img_box01 {
    right: calc(-1 * var(--cmn_cont_pi));
    width: calc(50% + var(--cmn_cont_pi) / 2);
  }
}
@media screen and (max-width: 768px) {
  main #about .cont_blc01 .about_cont_blc01 .about_cont_box01:nth-child(2n-1) .about_cont_img_box01 {
    width: auto;
  }
}
main #about .cont_blc01 .about_cont_blc01 .about_cont_box01:nth-child(2n-1) .about_cont_img_box01 .img {
  border-top: 1px solid var(--white_opa20);
  border-bottom: 1px solid var(--white_opa20);
  border-left: 1px solid var(--white_opa20);
}
@media screen and (max-width: 768px) {
  main #about .cont_blc01 .about_cont_blc01 .about_cont_box01:nth-child(2n-1) .about_cont_img_box01 .img {
    border-left: none;
  }
}
main #about .cont_blc01 .about_cont_blc01 .about_cont_box01:nth-child(2n-1) .about_cont_txt_box01 {
  margin-right: 618px;
  margin-left: 0;
}
@media screen and (max-width: 1160px) {
  main #about .cont_blc01 .about_cont_blc01 .about_cont_box01:nth-child(2n-1) .about_cont_txt_box01 {
    margin-right: calc(50% + var(--cmn_cont_pi) / 2);
  }
}
@media screen and (max-width: 768px) {
  main #about .cont_blc01 .about_cont_blc01 .about_cont_box01:nth-child(2n-1) .about_cont_txt_box01 {
    margin-right: 0;
  }
}
main #about .cont_blc01 .about_cont_blc01 .about_cont_box01:nth-child(2n):after {
  left: auto;
  right: -342px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 2, 0)), color-stop(84%, #140B11));
  background: linear-gradient(90deg, rgba(0, 0, 2, 0) 0%, #140B11 84%);
}
@media screen and (max-width: 1160px) {
  main #about .cont_blc01 .about_cont_blc01 .about_cont_box01:nth-child(2n):after {
    right: -300px;
  }
}
main #about .cont_blc01 .about_cont_blc01 .about_cont_box01:nth-child(2n) .about_cont_img_box01 {
  right: auto;
  left: -342px;
}
@media screen and (max-width: 1500px) {
  main #about .cont_blc01 .about_cont_blc01 .about_cont_box01:nth-child(2n) .about_cont_img_box01 {
    left: -134px;
  }
}
@media screen and (max-width: 1160px) {
  main #about .cont_blc01 .about_cont_blc01 .about_cont_box01:nth-child(2n) .about_cont_img_box01 {
    left: calc(-1 * var(--cmn_cont_pi));
    width: calc(50% + var(--cmn_cont_pi) / 2);
  }
}
@media screen and (max-width: 768px) {
  main #about .cont_blc01 .about_cont_blc01 .about_cont_box01:nth-child(2n) .about_cont_img_box01 {
    width: auto;
  }
}
main #about .cont_blc01 .about_cont_blc01 .about_cont_box01:nth-child(2n) .about_cont_img_box01 .img {
  border-top: 1px solid var(--white_opa20);
  border-bottom: 1px solid var(--white_opa20);
  border-right: 1px solid var(--white_opa20);
}
@media screen and (max-width: 768px) {
  main #about .cont_blc01 .about_cont_blc01 .about_cont_box01:nth-child(2n) .about_cont_img_box01 .img {
    border-right: none;
  }
}
main #about .cont_blc01 .about_cont_blc01 .about_cont_box01:nth-child(2n) .about_cont_txt_box01 {
  margin-left: 618px;
  margin-right: 0;
}
@media screen and (max-width: 1160px) {
  main #about .cont_blc01 .about_cont_blc01 .about_cont_box01:nth-child(2n) .about_cont_txt_box01 {
    margin-left: calc(50% + var(--cmn_cont_pi) / 2);
  }
}
@media screen and (max-width: 768px) {
  main #about .cont_blc01 .about_cont_blc01 .about_cont_box01:nth-child(2n) .about_cont_txt_box01 {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  main #about .cont_blc01 .about_cont_blc01 .about_cont_box01:nth-child(2n) .about_cont_txt_box01 h3 {
    text-align: right;
  }
}
main #brand {
  background: #272727;
  position: relative;
}
main #brand:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 140px;
  z-index: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#000002), to(#272727));
  background: linear-gradient(180deg, #000002 0%, #272727 100%);
}
main #brand .cont_blc01 .brand_list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10%;
  max-width: var(--cmn_inner_w);
  margin-inline: auto;
  text-align: center;
  margin-bottom: var(--cmn_cont_mb);
}
@media screen and (max-width: 1000px) {
  main #brand .cont_blc01 .brand_list01 {
    gap: 7%;
  }
}
@media screen and (max-width: 900px) {
  main #brand .cont_blc01 .brand_list01 {
    gap: 3%;
  }
}
@media screen and (max-width: 700px) {
  main #brand .cont_blc01 .brand_list01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 30px;
  }
}
@media screen and (max-width: 700px) {
  main #brand .cont_blc01 .brand_list01 .brand_item01 {
    max-width: 276px;
  }
}
main #brand .cont_blc01 .brand_list01 .brand_item01 .img {
  margin-bottom: 10px;
}
@media screen and (max-width: 700px) {
  main #brand .cont_blc01 .brand_list01 .brand_item01 .img {
    margin-bottom: 5px;
  }
}
main #brand .cont_blc01 .brand_list01 .brand_item01 .img a {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-box-shadow: 0px 0px 40px 19px rgba(0, 0, 0, 0.38);
          box-shadow: 0px 0px 40px 19px rgba(0, 0, 0, 0.38);
}
main #brand .cont_blc01 .brand_list01 .brand_item01 .img a:after {
  font-family: "Material Symbols Outlined";
  font-weight: 300;
  content: "\e5c8";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 46px;
  height: 46px;
  line-height: 48px;
  font-size: var(--fz25);
  text-indent: 0.1em;
  background: rgba(0, 0, 0, 0.6);
  text-indent: 0.1em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main #brand .cont_blc01 .brand_list01 .brand_item01 .img a:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0px 0px 50px 19px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 0px 50px 19px rgba(0, 0, 0, 0.8);
}
main #brand .cont_blc01 .brand_list01 .brand_item01 .img a:hover:after {
  text-indent: 0.4em;
}
main #brand .cont_blc01 .brand_list01 .brand_item01 h3 {
  margin: 0 0 5px;
  font-size: var(--fz25);
  line-height: 1.5;
  text-shadow: 0 0 10px rgb(0, 0, 0);
}
main #brand .cont_blc01 .brand_list01 .brand_item01 .work_list01 li {
  font-size: var(--fz19);
  line-height: 1.8;
}
main #brand .cont_blc01 .brand_list01 .brand_item01 .work_list01 li:before {
  content: "・";
  margin-right: 0.2em;
}
main #blog .cont_blc01 .news_list01 {
  --news_gap: 37px;
  --news_col: 3;
}
@media screen and (max-width: 1000px) {
  main #blog .cont_blc01 .news_list01 {
    --news_gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  main #blog .cont_blc01 .news_list01 {
    --news_col: 2;
  }
}
@media screen and (max-width: 600px) {
  main #blog .cont_blc01 .news_list01 {
    --news_col: 1;
    --news_gap: 45px 37px;
  }
}
main #blog .cont_blc01 .news_list01 {
  max-width: var(--cmn_inner_w);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--news_gap);
  margin-bottom: var(--cmn_cont_mb);
}
main #blog .cont_blc01 .news_list01 .news_item01 {
  width: calc(100% / var(--news_col) - var(--news_gap) / var(--news_col) * (var(--news_col) - 1));
}
@media screen and (max-width: 600px) {
  main #blog .cont_blc01 .news_list01 .news_item01 {
    width: 100%;
  }
}
main #blog .cont_blc01 .news_list01 .news_item01 .eyecatch {
  overflow: hidden;
  aspect-ratio: 23/14;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 5px;
}
@media screen and (max-width: 600px) {
  main #blog .cont_blc01 .news_list01 .news_item01 .eyecatch {
    max-width: 288px;
    margin-inline: auto;
    margin-bottom: 18px;
  }
}
main #blog .cont_blc01 .news_list01 .news_item01 .eyecatch:hover {
  -webkit-box-shadow: 0px 0px 40px rgba(255, 255, 255, 0.3333333333);
          box-shadow: 0px 0px 40px rgba(255, 255, 255, 0.3333333333);
}
main #blog .cont_blc01 .news_list01 .news_item01 .eyecatch a {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}
main #blog .cont_blc01 .news_list01 .news_item01 .eyecatch a:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
main #blog .cont_blc01 .news_list01 .news_item01 .eyecatch a img {
  width: 100%;
  height: 100%;
  aspect-ratio: 23/14;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
main #blog .cont_blc01 .news_list01 .news_item01 .info_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid var(--white_opa20);
  padding: 2px 0 7px;
  font-size: var(--fz18);
  margin-bottom: 5px;
}
main #blog .cont_blc01 .news_list01 .news_item01 .info_area .date {
  margin-right: 15px;
  font-size: var(--fz13);
}
main #blog .cont_blc01 .news_list01 .news_item01 .info_area .tag_list01 {
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2em;
  -webkit-line-clamp: 1;
}
main #blog .cont_blc01 .news_list01 .news_item01 .info_area .tag_list01 .tag_item {
  display: inline-block;
  font-size: var(--fz16);
  font-weight: 500;
  vertical-align: 0.1em;
}
main #blog .cont_blc01 .news_list01 .news_item01 .info_area .tag_list01 .tag_item a {
  color: #929292;
}
main #blog .cont_blc01 .news_list01 .news_item01 .info_area .tag_list01 .tag_item a:before {
  content: "#";
}
main #blog .cont_blc01 .news_list01 .news_item01 .exception01 {
  font-size: var(--fz16);
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 3.6em;
  -webkit-line-clamp: 2;
  font-weight: 500;
}
main #contact .contact_blc01 {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.07);
  border-radius: 22px;
  padding: 30px 45px 70px;
  max-width: var(--cmn_inner_w);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  main #contact .contact_blc01 {
    padding: 15px 20px 70px;
  }
}
main #contact .contact_blc01 .cmn_ttl_blc01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  main #contact .contact_blc01 .cmn_ttl_blc01 {
    margin-bottom: 20px;
  }
}
main #contact .contact_blc01 .form_box01 {
  max-width: 775px;
  margin-inline: auto;
  border-top: 1px solid var(--white_opa30);
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  main #contact .contact_blc01 .form_box01 {
    padding-top: 20px;
  }
}
main #contact .contact_blc01 .form_box01 form .input_row01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  main #contact .contact_blc01 .form_box01 form .input_row01 {
    display: block;
  }
}
main #contact .contact_blc01 .form_box01 form .input_row01 .input_label01 {
  width: 13em;
  font-size: var(--fz22);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main #contact .contact_blc01 .form_box01 form .input_row01 .input_label01 {
    font-size: var(--fz19);
    width: auto;
    margin-bottom: 5px;
  }
}
main #contact .contact_blc01 .form_box01 form .input_row01 .input_area01 {
  width: calc(100% - 13em);
}
@media screen and (max-width: 768px) {
  main #contact .contact_blc01 .form_box01 form .input_row01 .input_area01 {
    width: auto;
  }
}
main #contact .contact_blc01 .form_box01 form .input_row01 .input_area01 .wpcf7-list-item {
  margin: 0;
  display: block;
  font-size: var(--fz18);
}
main #contact .contact_blc01 .form_box01 form .input_row01 .input_area01 input[type=text], main #contact .contact_blc01 .form_box01 form .input_row01 .input_area01 input[type=email], main #contact .contact_blc01 .form_box01 form .input_row01 .input_area01 textarea {
  color: #fff;
  font-size: var(--fz18);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  main #contact .contact_blc01 .form_box01 form .input_row01 .input_area01 input[type=text], main #contact .contact_blc01 .form_box01 form .input_row01 .input_area01 input[type=email], main #contact .contact_blc01 .form_box01 form .input_row01 .input_area01 textarea {
    border-radius: 6px;
  }
}
main #contact .contact_blc01 .form_box01 form .input_row01 .input_area01 textarea {
  height: 15em;
}
main #contact .contact_blc01 .form_box01 form .cmn_btn_blc03 {
  margin-top: var(--cmn_cont_mb);
}

#single {
  padding-bottom: 0;
}
#single .single_blc {
  max-width: var(--cmn_inner_w);
  padding-top: 0;
}
#single .single_blc .ttl_box {
  border-bottom: 1px solid var(--white_opa20);
  gap: 20px 30px;
  margin-bottom: 40px;
  position: relative;
  border: 1px solid var(--white_opa20);
}
@media screen and (max-width: 768px) {
  #single .single_blc .ttl_box {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
}
#single .single_blc .ttl_box .txt_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: absolute;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(30%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.9) 100%);
  padding: 100px var(--cmn_cont_pi) var(--cmn_cont_pi);
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #single .single_blc .ttl_box .txt_box {
    position: static;
    padding: 0;
  }
}
#single .single_blc .ttl_box .txt_box .cat_list {
  margin-bottom: 5px;
  font-size: var(--fz16);
}
#single .single_blc .ttl_box .txt_box .cat_list li {
  display: inline-block;
}
#single .single_blc .ttl_box .txt_box .cat_list li a {
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 3px;
  padding: 0.2em 0.6em;
}
#single .single_blc .ttl_box .txt_box .cat_list li a:before {
  content: "#";
}
#single .single_blc .ttl_box .txt_box .cat_list li a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 500;
}
#single .single_blc .ttl_box .txt_box .cat_list li a:hover {
  opacity: 1;
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}
#single .single_blc .ttl_box .txt_box h1 {
  font-size: var(--fz29);
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1.5;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  #single .single_blc .ttl_box .txt_box h1 {
    font-size: var(--fz25);
  }
}
#single .single_blc .ttl_box .txt_box time {
  font-size: var(--fz16);
  display: block;
}
#single .single_blc .ttl_box .txt_box .tag_list {
  font-size: var(--fz16);
}
#single .single_blc .ttl_box .txt_box .tag_list li {
  display: inline-block;
}
#single .single_blc .ttl_box .txt_box .tag_list li a:before {
  content: "#";
}
#single .single_blc .ttl_box .img {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #single .single_blc .ttl_box .img {
    border: 1px solid var(--white_opa20);
    margin-bottom: 30px;
  }
}
#single .single_blc .ttl_box .img img {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
#single .single_blc {
  /* 目次 */
}
#single .single_blc .single__index {
  border: 1px solid var(--white_opa20);
  padding: var(--cmn_cont_pi) var(--cmn_cont_pi) calc(var(--cmn_cont_pi) / 2);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  max-width: 720px;
  margin-inline: auto;
  margin-block: 4rem;
}
#single .single_blc .single__index .index__title {
  text-align: center;
  font-size: var(--fz20);
  font-weight: 500;
}
#single .single_blc .single__index .index__title .index__button {
  border: none;
  font-size: 11px;
}
#single .single_blc .single__index ul,
#single .single_blc .single__index ol {
  border: none !important;
  padding: 0 0 0 30px !important;
}
#single .single_blc .single__index ul li,
#single .single_blc .single__index ol li {
  font-size: var(--fz16);
  margin-bottom: 0.5em;
  list-style-type: none;
}
#single .single_blc .single__index a {
  padding-bottom: 0.2em;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid var(--white_opa20);
}
#single .sigle_pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #single .sigle_pagenation {
    display: block;
  }
}
#single .sigle_pagenation > li {
  letter-spacing: 0.1em;
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  #single .sigle_pagenation > li {
    width: auto;
    margin-bottom: 20px;
  }
}
#single .sigle_pagenation > li.prev_post {
  margin-left: auto;
}
#single .sigle_pagenation > li.prev_post .ttl01 {
  text-align: right;
}
#single .sigle_pagenation > li.next_post {
  margin-right: auto;
}
#single .sigle_pagenation > li.next_post .ttl01 {
  text-align: left;
}
#single .sigle_pagenation > li .ttl01 {
  font-weight: 500;
  font-size: var(--fz15);
  margin-bottom: 5px;
}
#single .sigle_pagenation > li a {
  display: block;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--white_opa20);
}
#single .sigle_pagenation > li a .pagenation_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#single .sigle_pagenation > li a .pagenation_inner .img {
  width: 150px;
  height: 120px;
  margin-right: 10px;
  font-size: 0;
}
@media screen and (max-width: 600px) {
  #single .sigle_pagenation > li a .pagenation_inner .img {
    width: 120px;
  }
}
#single .sigle_pagenation > li a .pagenation_inner .img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 23/14;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
#single .sigle_pagenation > li a .pagenation_inner .txt_box {
  width: calc(100% - 140px);
  padding: 5px 10px 5px 5px;
  font-size: 0;
}
#single .sigle_pagenation > li a .pagenation_inner .txt_box .cat_list {
  font-size: var(--fz13);
  display: inline-block;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2em;
  line-height: 1.5;
  -webkit-line-clamp: 1;
  margin-bottom: 5px;
}
#single .sigle_pagenation > li a .pagenation_inner .txt_box .cat_list li {
  display: inline-block;
  font-weight: 500;
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  padding: 0.1em 0.6em 0.2em;
}
#single .sigle_pagenation > li a .pagenation_inner .txt_box time {
  font-size: var(--fz13);
  margin-right: 5px;
  display: block;
}
#single .sigle_pagenation > li a .pagenation_inner .txt_box .ttl {
  font-size: var(--fz16);
  line-height: 1.3;
  font-weight: 400;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 1.3em;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 600px) {
  #single .sigle_pagenation > li a .pagenation_inner .txt_box .ttl {
    font-size: var(--fz15);
  }
}

/* .pagination */
.navigation.pagination {
  text-align: center;
  padding-top: 40px;
}
.navigation.pagination .nav-links .page, .navigation.pagination .nav-links .page-numbers {
  display: inline-block;
  border: 1px solid var(--white_opa20);
  height: 40px;
  width: 40px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 40px;
  vertical-align: middle;
}
.navigation.pagination .nav-links .page.next, .navigation.pagination .nav-links .page.prev, .navigation.pagination .nav-links .page-numbers.next, .navigation.pagination .nav-links .page-numbers.prev {
  line-height: 1;
  width: auto;
  height: auto;
  border: none;
}
.navigation.pagination .nav-links .page.next, .navigation.pagination .nav-links .page-numbers.next {
  margin-left: 10px;
}
.navigation.pagination .nav-links .page.prev, .navigation.pagination .nav-links .page-numbers.prev {
  margin-right: 10px;
}
.navigation.pagination .nav-links .page.current, .navigation.pagination .nav-links .page-numbers.current {
  background: #fff;
  color: #000;
}
.navigation.pagination .nav-links .page.dots, .navigation.pagination .nav-links .page-numbers.dots {
  border: none;
}

/* totop */
#totop {
  position: fixed; /* 画面の決まった位置に固定 */
  bottom: 30px; /* 下から30px */
  right: 30px; /* 右から30px */
  width: 60px;
  height: 60px;
  border: 1px solid var(--white_opa40); /* ボタンの背景色 */
  color: #fff; /* 文字色 */
  text-decoration: none; /* 下線を消す */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%; /* 丸くする */
  z-index: 9999; /* 他の要素より手前に表示 */
  cursor: pointer;
  background: opacity;
  /* アニメーションの初期状態 */
  opacity: 0; /* 透明にしておく */
  visibility: hidden; /* 見えなくする（クリック判定も消える） */
  /* フェードイン・アウトのアニメーション設定 (0.3秒かけて変化) */
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, background 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, background 0.3s ease;
}

/* 表示する時のクラス */
#totop.show {
  opacity: 1; /* 不透明にする */
  visibility: visible; /* 見えるようにする */
}

/* ホバー時のスタイル（お好みで調整してください） */
#totop:hover {
  background-color: var(--white_opa20);
}

/* スマホでの見え方を調整（任意） */
@media (max-width: 768px) {
  #totop {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    font-size: 14px;
  }
}
#schedule {
  padding-bottom: 0;
}
#schedule iframe {
  display: block;
  overflow: hidden;
}

.brand_btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.brand_btn_group .cmn_btn_blc01 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 586px;
}
@media screen and (max-width: 999px) {
  .brand_btn_group {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .brand_btn_group .cmn_btn_blc01 {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .brand_btn_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .brand_btn_group .cmn_btn_blc01 {
    max-width: 100%;
  }
}

.gnav_overlay01 {
  position: fixed;
  inset: 0;
  background: rgba(10, 10, 20, 0.72);
  border-bottom-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding-top: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .gnav_overlay01 {
    padding-top: 65px;
  }
}
.gnav_overlay01.is-open {
  opacity: 1;
  pointer-events: auto;
}

.gnav01 {
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  padding: 40px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
.gnav01 .gnav_list01 {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.gnav01 .gnav_list01 li {
  margin: 0 auto;
  max-width: 500px;
}
.gnav01 .gnav_list01 li a {
  display: block;
  color: #fff;
  font-size: 20px;
  padding: 12px 0;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2705882353);
  position: relative;
}
.gnav01 .gnav_list01 li a:after {
  position: absolute;
  font-family: "Material Symbols Outlined";
  font-weight: 100;
  content: "\e5c8";
  display: block;
  font-size: 120%;
  top: calc(50% - 0.9em);
  right: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gnav01 .gnav_list01 li a:hover {
  opacity: 0.5;
}
.gnav01 .gnav_list01 li a:hover:after {
  right: 0;
}
@media screen and (max-width: 768px) {
  .gnav01 .gnav_list01 li a {
    font-size: 18px;
  }
}
.gnav01 .gnav_list01 li li {
  padding-left: 1em;
}

#single, #page, #blog {
  padding-top: 80px;
}
@media screen and (max-width: 600px) {
  #single, #page, #blog {
    padding-top: 80px;
  }
}

.page_kv {
  position: relative;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 260px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page_kv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  pointer-events: none;
}
.page_kv .inner_blc01 {
  position: relative;
  z-index: 1;
}
.page_kv h1 {
  font-size: var(--fz29);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .page_kv {
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 200px;
  }
  .page_kv h1 {
    font-size: var(--fz22);
  }
}

.page_cont_blc01 {
  padding-block: 60px 80px;
}
@media screen and (max-width: 768px) {
  .page_cont_blc01 {
    padding-block: 40px 60px;
  }
}

#page {
  /* 1. 垂直方向のリズム（ブロック間の余白を自動適用） */
}
#page :where(.entry-content > * + *) {
  -webkit-margin-before: var(--wp--style--block-gap, 1.5rem);
          margin-block-start: var(--wp--style--block-gap, 1.5rem);
}
#page {
  /* 2. 見出しの前の余白を広くしてセクションを明確にする */
}
#page :where(.entry-content h2) {
  -webkit-margin-before: 3.5rem;
          margin-block-start: 3.5rem;
  -webkit-margin-after: 1.5rem;
          margin-block-end: 1.5rem;
  line-height: 1.4;
}
#page :where(.entry-content h3) {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
}
#page {
  /* 3. 画像やメディアのキャプションを小さく整える */
}
#page .wp-element-caption {
  font-size: 0.875rem;
  color: #666;
  margin-top: 0.5rem;
}
#page {
  /* 4. 引用（Blockquote）の最低限の装飾 */
}
#page :where(.wp-block-quote) {
  border-left: 4px solid #ccc;
  padding-left: 1rem;
  margin-block: 2rem;
  font-style: italic;
}
#page {
  /* 5. テーブルのレスポンシブ対応補助 */
}
#page .wp-block-table {
  overflow-x: auto;
  display: block;
}

.wp-content {
  line-height: 1.9;
}
.wp-content > *:first-child {
  margin-top: 0;
}
.wp-content > *:last-child {
  margin-bottom: 0;
}
.wp-content h2, .wp-content h3, .wp-content h4, .wp-content h5, .wp-content h6 {
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.wp-content h2 {
  font-size: var(--fz29);
  margin-block: 3rem 1.5rem;
  padding-bottom: 0.5rem;
}
.wp-content h3 {
  font-size: var(--fz22);
  margin-block: 2.5rem 1rem;
  padding-left: 0.8rem;
  border-left: 3px solid #2588DC;
}
.wp-content h4 {
  font-size: var(--fz20);
  margin-block: 2rem 0.75rem;
}
.wp-content h5 {
  font-size: var(--fz18);
  margin-block: 1.5rem 0.5rem;
}
.wp-content h6 {
  font-size: var(--fz16);
  margin-block: 1.5rem 0.5rem;
  color: rgba(255, 255, 255, 0.6);
}
.wp-content p {
  line-height: 1.9;
  margin-block: 1.25rem 0;
}
.wp-content em {
  font-style: italic;
}
.wp-content a {
  color: #4fa3e3;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.wp-content a:hover {
  opacity: 0.7;
}
.wp-content ul, .wp-content ol {
  margin-block: 1.25rem;
  padding-left: 1.5em;
}
.wp-content ul {
  list-style: disc;
}
.wp-content ol {
  list-style: decimal;
}
.wp-content li {
  line-height: 1.8;
  margin-block: 0.4em;
}
.wp-content li ul, .wp-content li ol {
  margin-block: 0.25em;
}
.wp-content blockquote {
  margin: 1.5em 0;
  border-left: 4px solid #2588DC;
  padding: 1em 0 1em 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0 4px 4px 0;
  color: rgba(255, 255, 255, 0.85);
  font-style: italic;
}
.wp-content blockquote p {
  margin: 0;
}
.wp-content blockquote p + p {
  margin-top: 0.5em;
}
.wp-content .wp-block-quote {
  margin-block: 2rem;
  padding: 1.25rem 1.5rem;
  border-left: 4px solid #2588DC;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0 4px 4px 0;
}
.wp-content .wp-block-quote p {
  margin: 0;
  font-style: italic;
}
.wp-content .wp-block-quote cite {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.85em;
  color: rgba(255, 255, 255, 0.5);
}
.wp-content .wp-block-pullquote {
  margin-block: 2.5rem;
  padding: 2rem 1.5rem;
  border-top: 2px solid var(--white_opa30);
  border-bottom: 2px solid var(--white_opa30);
  text-align: center;
}
.wp-content .wp-block-pullquote blockquote p {
  font-size: var(--fz22);
  font-weight: 600;
  line-height: 1.6;
  margin: 0;
}
.wp-content .wp-block-pullquote blockquote cite {
  display: block;
  margin-top: 1rem;
  font-size: 0.85em;
  color: rgba(255, 255, 255, 0.5);
}
.wp-content .wp-block-verse {
  font-family: inherit;
  line-height: 2;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 4px;
  white-space: pre-wrap;
  margin-block: 1.5rem;
}
.wp-content .wp-block-code {
  margin-block: 1.5rem;
  padding: 1.25rem 1.5rem;
  background: #0a0a14;
  border: 1px solid var(--white_opa20);
  border-radius: 6px;
  overflow-x: auto;
}
.wp-content .wp-block-code code {
  font-family: "Courier New", Courier, monospace;
  font-size: 0.875em;
  line-height: 1.7;
  color: #a8d8ea;
}
.wp-content .wp-block-preformatted {
  margin-block: 1.5rem;
  padding: 1.25rem 1.5rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--white_opa20);
  border-radius: 6px;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.875em;
  line-height: 1.7;
  white-space: pre-wrap;
  overflow-x: auto;
}
.wp-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95em;
  margin-block: 1.5rem;
}
.wp-content .wp-block-table {
  margin-block: 1.5rem;
  overflow-x: auto;
}
.wp-content .wp-block-table table {
  margin-block: 0;
}
.wp-content th, .wp-content td {
  padding: 0.75rem 1rem;
  border: 1px solid var(--white_opa20);
  line-height: 1.6;
  text-align: left;
}
.wp-content th {
  background: rgba(255, 255, 255, 0.08);
  font-weight: 600;
}
.wp-content tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.03);
}
.wp-content .wp-block-details {
  margin-block: 1.5rem;
  border: 1px solid var(--white_opa20);
  border-radius: 6px;
  overflow: hidden;
}
.wp-content .wp-block-details summary {
  padding: 1rem 1.25rem;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.06);
  font-weight: 600;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.wp-content .wp-block-details summary::-webkit-details-marker {
  display: none;
}
.wp-content .wp-block-details summary::before {
  content: "▶";
  font-size: 0.7em;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.wp-content .wp-block-details summary:hover {
  background: rgba(255, 255, 255, 0.1);
}
.wp-content .wp-block-details[open] summary::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.wp-content .wp-block-details > *:not(summary) {
  padding: 1rem 1.25rem;
}
.wp-content img {
  height: auto;
}
.wp-content .wp-block-image {
  margin-block: 1.5rem;
}
.wp-content .wp-block-image img {
  margin-inline: auto;
}
.wp-content .wp-element-caption,
.wp-content figcaption,
.wp-content .wp-caption-text {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.5rem;
  text-align: center;
  line-height: 1.5;
}
.wp-content .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.wp-content .alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}
.wp-content .alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.wp-content .wp-caption,
.wp-content [class*=wp-image] {
  display: block;
  max-width: 100% !important;
  margin-top: 1.5em;
  text-align: center;
}
.wp-content .wp-block-gallery {
  margin-block: 1.5rem;
}
.wp-content .wp-block-cover {
  margin-block: 1.5rem;
  overflow: hidden;
}
.wp-content .wp-block-media-text {
  margin-block: 1.5rem;
}
@media screen and (max-width: 768px) {
  .wp-content .wp-block-media-text.is-stacked-on-mobile {
    display: block;
  }
  .wp-content .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    margin-bottom: 1rem;
  }
}
.wp-content .wp-block-audio, .wp-content .wp-block-video {
  margin-block: 1.5rem;
}
.wp-content .wp-block-audio audio, .wp-content .wp-block-audio video, .wp-content .wp-block-video audio, .wp-content .wp-block-video video {
  width: 100%;
}
.wp-content iframe {
  margin-block: 1.5rem;
  margin-inline: auto;
  display: block;
}
.wp-content .wp-block-embed {
  margin-block: 1.5rem;
}
.wp-content .wp-block-embed .wp-block-embed__wrapper .twitter-tweet {
  margin-inline: auto;
}
.wp-content .wp-block-file {
  margin-block: 1.5rem;
  padding: 1rem 1.25rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--white_opa20);
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wp-content .wp-block-file a:not(.wp-block-file__button) {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wp-content .wp-block-file .wp-block-file__button {
  background: var(--blue_grade);
  color: #fff;
  border-radius: 4px;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.wp-content .wp-block-file .wp-block-file__button:hover {
  opacity: 0.8;
}
.wp-content .wp-block-buttons {
  margin-block: 1.5rem;
  gap: 0.75rem;
}
.wp-content .wp-block-button .wp-block-button__link {
  background: var(--blue_grade);
  color: #fff;
  border-radius: 4px;
  padding: 0.75rem 2rem;
  font-size: var(--fz16);
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: inline-block;
}
.wp-content .wp-block-button .wp-block-button__link:hover {
  opacity: 0.75;
}
.wp-content .wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  border-color: #2588DC;
  color: #4fa3e3;
}
.wp-content .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: #2588DC;
  color: #fff;
  opacity: 1;
}
.wp-content .wp-block-columns,
.wp-content .wp-block-group {
  margin-block: 1rem 4rem;
}
@media screen and (max-width: 768px) {
  .wp-content .wp-block-columns,
  .wp-content .wp-block-group {
    margin-top: 0;
  }
}
.wp-content .wp-block-column .wp-block-image img[class*=wp-image] {
  margin-top: 0;
}
.wp-content .wp-block-separator {
  margin-block: 2rem;
  border: none;
  border-top: 1px solid var(--white_opa20);
}
.wp-content .wp-block-separator.is-style-wide {
  border-top-width: 2px;
  border-top-color: var(--white_opa30);
}
.wp-content .wp-block-separator.is-style-dots {
  border: none;
  text-align: center;
  overflow: visible;
}
.wp-content .wp-block-separator.is-style-dots::before {
  content: "···";
  font-size: 1.5rem;
  letter-spacing: 0.5em;
  color: var(--white_opa40);
}
.wp-content .wp-block-spacer {
  display: block;
}

#single .wp-content h2,
#single .wp-content h3,
#single .wp-content h4,
#single .wp-content h5,
#single .wp-content h6 {
  margin: 2em 0 1em;
}
#single .wp-content h2 {
  padding: 0.5em 0.6em 0.5em;
  font-size: var(--fz26);
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#144976), color-stop(45%, #6E2B3C), to(rgba(0, 0, 2, 0)));
}
main #blog .cont_blc01 .news_list01 .news_item01 .info_area .tag_list01 .tag_item a {
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  padding: 1px 5px;
  font-size: var(--fz13);
}
main #blog .cont_blc01 .news_list01 .news_item01 .info_area .tag_list01 .tag_item a:before {
  content: "";
}
main #blog .cont_blc01 .news_list01 .news_item01 .post_tag_list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0px 6px;
  list-style: none;
  margin: 0;
  padding: 4px 0 0;
}
main #blog .cont_blc01 .news_list01 .news_item01 .post_tag_list01 li {
  display: inline-block;
  font-size: var(--fz13);
}
main #blog .cont_blc01 .news_list01 .news_item01 .post_tag_list01 li a {
  color: rgba(255, 255, 255, 0.6);
}
main #blog .cont_blc01 .news_list01 .news_item01 .post_tag_list01 li a:before {
  content: "#";
}

#single .single_blc .ttl_box .txt_box .post_tag_list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0px 10px;
  list-style: none;
  margin: 0px 0 0;
  padding: 0;
}
#single .single_blc .ttl_box .txt_box .post_tag_list01 li {
  display: inline-block;
  font-size: var(--fz14);
}
#single .single_blc .ttl_box .txt_box .post_tag_list01 li a {
  color: rgba(255, 255, 255, 0.8);
}
#single .single_blc .ttl_box .txt_box .post_tag_list01 li a:before {
  content: "#";
}

#page .wpcf7 {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.07);
  border-radius: 22px;
  padding: 20px 45px 50px;
  max-width: var(--cmn_inner_w);
  margin-inline: auto;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  #page .wpcf7 {
    padding: 20px 20px 40px;
    margin-top: 2rem;
  }
}
#page .wpcf7 form {
  padding: 10px 45px 0;
  max-width: 775px;
  margin-inline: auto;
}
#page .wpcf7 .wpcf7-form > p {
  margin-bottom: 20px;
}
#page .wpcf7 label {
  display: block;
  font-size: var(--fz19);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #page .wpcf7 label {
    font-size: var(--fz17);
  }
}
#page .wpcf7 input[type=text],
#page .wpcf7 input[type=email],
#page .wpcf7 input[type=tel],
#page .wpcf7 textarea {
  color: #fff;
  font-size: var(--fz18);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px;
  border-radius: 8px;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  #page .wpcf7 input[type=text],
  #page .wpcf7 input[type=email],
  #page .wpcf7 input[type=tel],
  #page .wpcf7 textarea {
    border-radius: 6px;
  }
}
#page .wpcf7 textarea {
  height: 15em;
}
#page .wpcf7 .wpcf7-list-item {
  margin: 0;
  display: block;
  font-size: var(--fz18);
}
#page .wpcf7 input[type=submit] {
  margin-inline: auto;
  display: block;
  font-size: var(--fz20);
  font-weight: 500;
  max-width: 445px;
  width: 100%;
  height: 55px;
  border: none;
  color: #fff;
  line-height: 1;
  background: var(--red_grade);
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #page .wpcf7 input[type=submit] {
    height: 52px;
    max-width: 386px;
  }
}
#page .wpcf7 input[type=submit]:hover {
  opacity: 1;
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
  -webkit-box-shadow: 0 0 40px rgba(110, 43, 60, 0.4);
          box-shadow: 0 0 40px rgba(110, 43, 60, 0.4);
}
#page .wpcf7 .wpcf7-response-output {
  margin-top: 1rem;
  padding: 0.5em 1em;
  border-radius: 6px;
  font-size: var(--fz16);
  text-align: center;
}

#not_found {
  padding-top: 80px;
}
#not_found .page_cont_blc01 {
  padding-block: 80px 0;
}
@media screen and (max-width: 768px) {
  #not_found .page_cont_blc01 {
    padding-block: 50px 0;
  }
}
@media screen and (max-width: 600px) {
  #not_found {
    padding-top: 80px;
  }
}

.notfound_blc01 {
  max-width: 840px;
  margin-inline: auto;
  text-align: center;
  padding: 56px 40px 64px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(20, 73, 118, 0.42), rgba(110, 43, 60, 0.18)), rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
          box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
}
@media screen and (max-width: 768px) {
  .notfound_blc01 {
    padding: 36px 20px 42px;
    border-radius: 20px;
  }
}
.notfound_blc01 .label {
  margin: 0 0 18px;
  font-size: var(--fz15);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.notfound_blc01 h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.45;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .notfound_blc01 h2 {
    font-size: 28px;
  }
}
.notfound_blc01 .txt01 {
  max-width: 620px;
  margin: 22px auto 0;
  font-size: var(--fz18);
  line-height: 2;
  color: rgba(255, 255, 255, 0.78);
}
@media screen and (max-width: 768px) {
  .notfound_blc01 .txt01 {
    font-size: var(--fz16);
    line-height: 1.9;
  }
  .notfound_blc01 .txt01 br {
    display: none;
  }
}
.notfound_blc01 .link_list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 28px;
  list-style: none;
  padding: 0;
  margin: 38px auto 0;
}
@media screen and (max-width: 768px) {
  .notfound_blc01 .link_list01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
    margin-top: 30px;
  }
}
.notfound_blc01 .link_list01 li {
  margin: 0;
}
.notfound_blc01 .link_list01 a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: #fff;
  font-size: var(--fz18);
  letter-spacing: 0.04em;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.notfound_blc01 .link_list01 a:after {
  content: "\e5c8";
  font-family: "Material Symbols Outlined";
  font-weight: 300;
  font-size: 1.2em;
  line-height: 1;
}
.notfound_blc01 .link_list01 a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .notfound_blc01 .link_list01 a {
    font-size: var(--fz16);
  }
}