@charset "UTF-8";
/* 
================================================================================
サイズ
================================================================================
*/
/* 
================================================================================
色
================================================================================
*/
/* 
================================================================================
書体
================================================================================
*/
/* 
================================================================================
設定
================================================================================
*/
/* 
================================================================================
追加オプション
================================================================================
*/
/* 
================================================================================
サイズ
================================================================================
*/
/* 
================================================================================
色
================================================================================
*/
/* 
================================================================================
書体
================================================================================
*/
/* 
================================================================================
設定
================================================================================
*/
/* 
================================================================================
追加オプション
================================================================================
*/
/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
/* 
================================================================================
サイズ
================================================================================
*/
/* 
================================================================================
色
================================================================================
*/
/* 
================================================================================
書体
================================================================================
*/
/* 
================================================================================
設定
================================================================================
*/
/* 
================================================================================
追加オプション
================================================================================
*/
/*/////////////////////////
 reset
//////////////////////////*/
@import "reset.css";
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0; /*font-size: 100%;font: inherit;*/
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a,
a:link,
button {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none !important;
  color: inherit;
}
a.blank-link:not(.noline)::after,
a:link.blank-link:not(.noline)::after,
button.blank-link:not(.noline)::after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, -25%);
  width: 0.8em;
  height: 0.8em;
  background: url(../img/icon/icon_blank.svg) center center/contain no-repeat;
}
a.blank-link:not(.noline) .iconBlank,
a:link.blank-link:not(.noline) .iconBlank,
button.blank-link:not(.noline) .iconBlank {
  display: inline;
  transform: translate(0, -35%);
  width: 0.625rem;
  height: auto;
  margin-left: 0.2em;
}

b,
strong {
  font-weight: 700;
}

img,
svg {
  display: block;
  width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

small {
  font-size: 0.85em;
  letter-spacing: 0;
  font-weight: 300;
}

sup,
sub {
  outline: 0;
  border: 0;
}

img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  image-rendering: auto;
}

/* 
================================================================================
tag
================================================================================
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-variation-settings: "wght" 600;
  font-weight: 600;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

h6 {
  font-size: 0.856875rem;
}

h5 {
  font-size: 1rem;
}

h4 {
  font-size: 1.2rem;
}

h3 {
  font-size: 1.5rem;
}

h2 {
  font-size: 2rem;
}

h1 {
  font-size: 2.6875rem;
}

p {
  margin-bottom: 1em;
  text-align: justify;
  word-break: break-all;
}

p + h4 {
  margin-top: 2em;
}

img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 100%;
  height: auto;
}

img,
input,
svg,
*:before,
*:after {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

a:hover img,
a:hover input {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

dl dt {
  text-align: left;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
dl dd + dt {
  margin-top: 1em;
}
dl dd:not(:last-child) {
  margin-bottom: 1.5em;
}
dl.count {
  counter-reset: ref-counter; /* カウンターを初期化 */
}
dl.count dt {
  font-size: 1em;
  line-height: 1.4;
  padding-left: 1.5em;
  counter-increment: ref-counter;
}
dl.count dt::before {
  content: "" counter(ref-counter) "."; /* ※＋数字 */
  position: absolute;
  left: 0;
}

svg {
  width: 100%;
  height: auto;
}
svg g path {
  stroke: #404040;
  fill: #404040;
  stroke-width: 0.05;
  stroke-dashoffset: 0;
}

ul {
  list-style: disc;
  padding-left: 1.5em;
}
ul li {
  position: relative;
  line-height: 1.6;
}
ul li:not(:last-child) {
  margin-bottom: 1em;
}

ol {
  list-style: decimal;
  padding-left: 1.5em;
}
/* 
================================================================================
Guide & Debug tool
================================================================================
*/
.sampledummy {
  margin: 1em;
  padding: 1em;
  background-color: #d9f5f1;
}

.pageDebuger {
  font-size: 12px;
  line-height: 1.4;
  position: fixed;
  right: 0em;
  bottom: 0em;
  width: fit-content;
  z-index: 10000;
  background-color: #000 !important;
  color: #fff;
}
.pageDebuger dl dt {
  color: yellow;
  background-color: #222;
  padding: 0.2em;
}
.pageDebuger dl dd {
  margin-bottom: 1em;
  padding: 0.2em;
}

body.guide .template_header, body.guide .template_footer {
  background-color: #ddd;
}
body.guide .template_include {
  background-color: #f5ecd8;
}
body.guide .template_header, body.guide .template_include, body.guide .template_footer {
  margin: 2em;
  padding: 1em;
  border: dashed 2px #000;
}
body.guide .template_header::before, body.guide .template_include::before, body.guide .template_footer::before {
  display: block;
}
body.guide .template_header::before {
  content: "header.php";
}
body.guide .template_include::before {
  content: attr(data-temp) "";
}
body.guide .template_footer::before {
  content: "footer.php";
}
body.guide .fn {
  margin: 1em;
  padding: 1em;
  background-color: #f2f2f2;
}
body.guide .fn h6 {
  font-size: 1.2em;
  margin-bottom: 1em;
}
body.guide .fn ul {
  display: flex;
}
body.guide .fn ul li {
  padding: 0.5em;
}
body.guide .fn ul li:not(:last-child)::after {
  content: " > ";
  display: inline-block;
  margin-left: 1em;
}
body.guide .fn ul li a {
  text-decoration: underline;
}

dl.alldata {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0.5em;
}
dl.alldata dd {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0.5em;
}

/* 
================================================================================
サイズ
================================================================================
*/
/* 
================================================================================
色
================================================================================
*/
/* 
================================================================================
書体
================================================================================
*/
/* 
================================================================================
設定
================================================================================
*/
/* 
================================================================================
追加オプション
================================================================================
*/
/* 
================================================================================
サイズ
================================================================================
*/
/* 
================================================================================
色
================================================================================
*/
/* 
================================================================================
書体
================================================================================
*/
/* 
================================================================================
設定
================================================================================
*/
/* 
================================================================================
追加オプション
================================================================================
*/
/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
/* 
================================================================================
fonts
================================================================================
*/
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.barlow-condensed {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.athelas {
  font-family: "athelas", serif;
}

.garamond-premier-pr {
  font-family: "tt-commons-pro", sans-serif;
}

.garamond-premier-pr {
  font-family: garamond-premier-pro, serif;
}

.garamond-premier-pro-display {
  font-family: garamond-premier-pro-display, serif;
}

.garamond-premier-pro-caption {
  font-family: garamond-premier-pro-caption, serif;
}

.nimbus-roman {
  font-family: nimbus-roman, serif;
}

.garamond-premier-pro-subhead {
  font-family: garamond-premier-pro-subhead, serif;
}

.baskervville {
  font-family: "Baskervville", serif;
  font-variation-settings: "wght" 400;
}

.a-otf-ryumin-pr6n {
  font-family: a-otf-ryumin-pr6n, serif;
}

.ten-mincho {
  font-family: ten-mincho, serif;
}

.ten-mincho-text {
  font-family: ten-mincho-text, serif;
}

.zen-old-mincho {
  font-family: "Zen Old Mincho", serif;
}

.dm-sans {
  font-family: "DM Sans", sans-serif;
  font-variation-settings: "wght" 400;
}

.source-han-serif-jp-variable {
  font-family: source-han-serif-jp-variable, serif;
  font-variation-settings: "wght" 250;
}

.source-han-sans-jp-variable {
  font-family: source-han-sans-jp-variable, sans-serif;
  font-variation-settings: "wght" 250;
}

.zen-kaku-gothic-new {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.fot-tsukuardgothic-std {
  font-family: fot-tsukuardgothic-std, sans-serif;
}

.dnp-shuei-gothic-gin-std {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
}

.dnp-shuei-gothic-kin-std {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
}

.fot-udkakugo-large-pr6n {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
}

.nimbus-sans {
  font-family: nimbus-sans, sans-serif;
}

.nimbus-sans-condensed {
  font-family: nimbus-sans-condensed, sans-serif;
}

.nimbus-sans-extended {
  font-family: nimbus-sans-extended, sans-serif;
}

.futura-pt {
  font-family: futura-pt, sans-serif;
}

.futura-pt-condensed {
  font-family: futura-pt-condensed, sans-serif;
}

.futura-pt-bold {
  font-family: futura-pt-bold, sans-serif;
}

.acumin-pro {
  font-family: acumin-pro, sans-serif;
}

.acumin-pro-condensed {
  font-family: acumin-pro-condensed, sans-serif;
}

.din-2014-narrow {
  font-family: din-2014-narrow, sans-serif;
}

.din-2014 {
  font-family: din-2014, sans-serif;
}

.century-gothic {
  font-family: century-gothic, sans-serif;
}

.alternate-gothic-atf {
  font-family: alternate-gothic-atf, sans-serif;
}

.m-plus-1p {
  font-family: "M PLUS 1p", sans-serif;
}

.alumni-sans {
  font-family: "Alumni Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* 
================================================================================
class
================================================================================
*/
@media screen and (max-width: 900px) {
  .only-pc {
    display: none;
  }
}
.only-sp {
  display: none;
}
@media screen and (max-width: 900px) {
  .only-sp {
    display: block;
  }
  .only-sp.flex {
    display: flex;
  }
}
.only-under1700 {
  display: none;
}
@media screen and (max-width: 1700px) {
  .only-under1700 {
    display: block;
  }
  .only-under1700.flex {
    display: flex;
  }
}

.null {
  height: 0px;
  margin: 0;
  padding: 0;
}

.lang-en {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}
.lang-en.tuning {
  font-size: 1.3em;
  transform: translate(0, 7%);
  padding-right: 0.2em;
}

.tag-head::before {
  content: attr(data-en);
  display: block;
  position: relative;
  width: 100%;
  transform: translate(0, 0%);
  line-height: 1;
  font-size: 1em;
  font-weight: 400;
  opacity: 0.5;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.fn_breadcrumb {
  margin-bottom: 6.25rem;
  font-size: 0.856875rem;
  letter-spacing: 0.01em;
}
.fn_breadcrumb ul {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 1em;
}
.fn_breadcrumb ul li {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.fn_breadcrumb ul li.home span::before {
  display: none;
}
.fn_breadcrumb ul li a {
  text-decoration: none !important;
}
.fn_breadcrumb ul li span {
  display: inline-flex;
}
.fn_breadcrumb ul li span::before {
  content: ">";
  display: inline-block;
  margin-right: 1em;
}
.fn_breadcrumb ~ .wp-block-title {
  margin-top: 0rem !important;
}

.tools dt {
  display: none;
}
.tools dd .tools-item-input {
  position: relative;
  background-color: #ccc;
  height: 2.5rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
.tools dd .tools-item-input form {
  width: 100%;
  height: 100%;
  border: 0;
}
.tools dd .tools-item-input input {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0 2em;
}
.tools dd .tools-item-input input,
.tools dd .tools-item-input button,
.tools dd .tools-item-input label select {
  font-size: 0.856875rem;
}
.tools dd .tools-item-input button {
  position: absolute;
  right: 0;
  padding: 0;
  border: 0;
}
.tools dd .tools-item-input button#searchsubmit, .tools dd .tools-item-input button#searchsubmitFix {
  width: 3.75rem;
  height: 100%;
  background-color: #303030;
  color: #fff;
  text-indent: -0.3em;
  cursor: pointer;
}
.tools dd .tools-item-input button#searchsubmit:disabled, .tools dd .tools-item-input button#searchsubmitFix:disabled {
  color: #999;
  cursor: not-allowed;
}
.tools dd .tools-item-input label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tools dd .tools-item-input label::before, .tools dd .tools-item-input label::after {
  position: absolute;
  content: "";
  pointer-events: none;
}
.tools dd .tools-item-input label::before {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  width: 3.75rem;
  height: 100%;
  border-radius: 0 3px 3px 0;
  background-color: #303030;
  z-index: 5;
}
.tools dd .tools-item-input label::after {
  position: absolute;
  top: 50%;
  right: 1.9em;
  transform: translate(50%, -60%) rotate(45deg);
  width: 0.625rem;
  height: 0.625rem;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  z-index: 6;
}
@media screen and (max-width: 900px) {
  .tools dd .tools-item-input label::after {
    right: 6vw;
  }
}
.tools dd .tools-item-input label select {
  appearance: none;
  width: 100%;
  height: 100%;
  padding: 0.4em 3.6em 0.4em 2em;
  border: none;
  border-radius: 3px;
  background-color: #fff;
  color: #666;
  cursor: pointer;
}
.tools dd .tools-item-input label select:focus {
  outline: 2px solid #2589d0;
}
.wp-contact-form {
  padding: 2em;
  background-color: rgba(255, 255, 255, 0.3);
}
.wp-contact-form .for_business {
  display: none;
}
.wp-contact-form dl .deactive {
  opacity: 0.2;
  pointer-events: none;
}
.wp-contact-form dl dt {
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .wp-contact-form dl dt small {
    display: block;
    font-size: 0.7em;
  }
}
.wp-contact-form dl dd {
  padding-bottom: 2em;
}
.wp-contact-form dl dd input[type=text], .wp-contact-form dl dd input[type=email] {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .wp-contact-form dl dd input[type=text], .wp-contact-form dl dd input[type=email] {
    width: 100%;
  }
}
.wp-contact-form dl dd .label .wpcf7-list-item {
  padding: 0.5em 1em 0.5em;
}
.wp-contact-form dl dd .label .wpcf7-list-item-label {
  padding: 1em 1em 1em 0em;
}
.wp-contact-form-business dl {
  display: grid;
  grid-gap: 0em;
  grid-template-columns: 1fr;
  width: 80%;
}
.wp-contact-form-business dl dt {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.wp-contact-form .typeSelect .wpcf7-form-control {
  display: grid;
  padding-right: 12.5rem;
}
@media screen and (max-width: 900px) {
  .wp-contact-form .typeSelect .wpcf7-form-control {
    padding-right: 0;
  }
}
.wp-contact-form .typeSelect .wpcf7-list-item {
  width: 100%;
}
.wp-contact-form .wpcf7-radio.wpcf7-not-valid {
  background-color: transparent !important;
}
.wp-contact-form textarea {
  height: 12.5rem;
}
.wp-contact-form dl.ex {
  padding: 2em;
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 3em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media screen and (max-width: 900px) {
  .wp-contact-form dl.ex {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 900px) {
  .wp-contact-form dl.ex .cell dd {
    font-size: 1.8666666667vw;
  }
}
.wp-contact-form dl.ex .cell.cloudflare {
  grid-area: 2/1/3/3;
  display: grid;
  gap: 0 1rem;
  grid-template-columns: 1fr auto;
}
.wp-contact-form dl.ex .cell.cloudflare dd {
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .wp-contact-form dl.ex .cell.cloudflare {
    grid-template-columns: 1fr;
    grid-area: auto;
  }
}
.wp-contact-form dl.ex .cell.cloudflare .cf7-cf-turnstile {
  grid-area: 1/2/3/3;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .wp-contact-form dl.ex .cell.cloudflare .cf7-cf-turnstile {
    grid-area: auto;
    overflow: hidden;
    width: 100% !important;
  }
  .wp-contact-form dl.ex .cell.cloudflare .cf7-cf-turnstile .cf-turnstile {
    transform: scale(0.75);
    transform-origin: left center;
  }
}
.wp-contact-form dl.ex .cell.cloudflare .cf7-cf-turnstile iframe {
  max-width: 100% !important;
}
.wp-contact-form dl.ex dt {
  font-size: 0.856875rem;
  font-weight: 600;
}
.wp-contact-form dl.ex dd {
  font-size: 0.75rem;
}
.wp-contact-form .wpcf7-submit {
  min-width: none;
  width: 12.5rem;
}
@media screen and (max-width: 900px) {
  .wp-contact-form .wpcf7-submit {
    width: 100% !important;
  }
}
.wp-contact-form .wpcf7-submit:disabled {
  opacity: 0.2 !important;
}
body.wpcf7mailsent .wp-contact-form .wpcf7-submit {
  pointer-events: none;
  opacity: 0.2 !important;
}
.wp-contact-form .thanksMessage {
  margin-top: 3.125rem;
  display: none;
}
ul.bgWords {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
ul.bgWords li {
  background-color: rgba(0, 0, 0, 0.05);
  margin: 0 0.4em 0.5em 0;
  padding: 0.8em 1.1em;
  font-size: 0.856875rem;
}
@media screen and (max-width: 900px) {
  ul.bgWords li {
    font-size: 0.75rem;
    padding: 0.6em 0.6em;
  }
}
ul.roles {
  list-style: none;
  padding: 0;
  display: block;
  flex-wrap: wrap;
  font-size: 0.75rem;
  justify-content: flex-end;
  margin-bottom: 1em;
}
ul.roles li {
  display: block;
  text-align: right;
  margin: 0;
}
ul.doing {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
ul.doing li {
  background-color: rgba(0, 0, 0, 0.05);
  margin: 0 0.4em 0.5em 0;
  padding: 0.8em 1.1em;
  font-size: inherit;
}
@media screen and (max-width: 900px) {
  ul.doing li {
    padding: 0.6em 0.6em;
  }
}

ol.flow {
  list-style: decimal;
  padding-left: 1.5em;
  font-size: 0.856875rem;
}
ol.flow dl dt {
  font-weight: 600;
}
ol.flow dl dd:nth-of-type(3) {
  font-size: 0.9em;
}
ol.flow ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
ol.flow ul li {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.5em 1em;
  line-height: 1.5;
  margin: 0 1em 1em 0;
  font-weight: 600;
  width: auto;
  display: flex;
  align-items: center;
}

.words {
  font-size: 1.2rem;
}
.words .tag-head:before {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  font-size: 0.75rem;
  letter-spacing: 0;
  text-align: center;
  width: 100%;
  transform: translate(0, -115%);
  white-space: nowrap;
}

.keywords {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.4em 0.6em;
}

.link-btn {
  display: inline-block;
  padding: 0.7rem 2rem;
  max-width: 22.5rem;
  border: 0;
  border-radius: 0;
  color: #f3f2ee;
  font-size: inherit;
  line-height: 1.5;
  text-align: center;
  text-decoration: none !important;
  appearance: none;
}

.flex {
  display: flex;
  place-items: center;
}

.global-nav1 {
  background-color: #2589d0;
  flex: 1 1 100%;
  display: flex;
  padding-right: 1.2rem;
  justify-content: flex-end;
  align-items: center;
}
.global-nav1 .toggle-btn {
  position: relative;
  flex: 0 0 auto;
  display: none;
  align-items: center;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #555;
}
@media screen and (max-width: 900px) {
  .global-nav1 .toggle-btn {
    display: inline-block;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.global-nav1 .toggle-menu {
  position: static;
  top: auto;
  right: auto;
  left: auto;
  width: auto;
  background-color: transparent;
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
@media screen and (max-width: 900px) {
  .global-nav1 .toggle-menu {
    position: absolute;
    top: 4.375rem;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    background-color: #ccc;
    opacity: 0;
    transform: translateY(0px);
    pointer-events: none;
  }
  body.menuOpen .global-nav1 .toggle-menu {
    opacity: 1;
    pointer-events: auto;
  }
}
.global-nav1 .toggle-menu__scroll {
  overflow: visible;
  width: 100%;
  max-height: calc(90vh - 72px);
}
@media screen and (max-width: 900px) {
  .global-nav1 .toggle-menu__scroll {
    overflow: auto;
  }
}
.global-nav1 .global-menu {
  padding: 0;
  width: auto;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .global-nav1 .global-menu {
    padding: 2rem 8% 2.5rem;
    width: 100%;
  }
}
.global-nav1 .global-menu .menu-list {
  display: inline-block;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .global-nav1 .global-menu .menu-list {
    display: block;
  }
}
.global-nav1 .global-menu .menu-list li {
  margin-bottom: auto;
  margin-right: 2rem;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .global-nav1 .global-menu .menu-list li {
    display: block;
    margin-right: 0;
    margin-bottom: 1.2rem;
  }
}
.global-nav1 .global-menu .menu-list a {
  position: relative;
  display: inline-block;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.global-nav1 .global-menu__contact {
  position: relative;
  font-size: 0.856875rem;
  display: inline-block;
  background: none;
  padding: 0;
}
@media screen and (max-width: 900px) {
  .global-nav1 .global-menu__contact {
    display: block;
  }
}
.global-nav1 .global-menu__contact .link-btn--contact {
  position: relative;
  font-size: 0.95rem;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
@media screen and (max-width: 900px) {
  .global-nav1 .global-menu__contact .link-btn--contact {
    width: 100%;
    color: #1e1d1c;
    background-color: #d9fc18;
  }
}

.exArea {
  background-color: rgba(255, 255, 255, 0.1);
}

.btn-bg {
  background-color: #303030;
  color: #fff !important;
  display: flex;
  padding: 0.625rem 1.25rem;
  min-width: 18.75rem;
  min-height: 3.125rem;
  justify-content: center;
  align-items: center;
  border: 0;
}
.btn-bg-natural {
  background-color: rgba(0, 0, 0, 0.05);
  color: #303030 !important;
}
.btn-bg span {
  display: inline-block;
  line-height: 1.5;
}

.text-bg {
  background-color: rgb(255, 255, 255);
  display: inline-block;
  padding: 0.6em 0.8em;
  margin: 0.5em 0;
  line-height: 1;
}
.text-bg-dark {
  background-color: rgba(0, 0, 0, 0.1);
}
.text-bg.lang-en {
  font-size: 1.3em;
  font-weight: 600;
}

.section.padding {
  padding: 12.5rem 0;
}
.section-wrap {
  margin: auto;
  width: calc(100% - 25rem);
  max-width: 1400px;
}
@media screen and (max-width: 900px) {
  .section-wrap {
    width: 79%;
    max-width: 1400px;
    transform: translateX(-2.8vw);
  }
  body#home .section-wrap {
    transform: translateX(0);
  }
}
.section-wrap > .wp-block-title:not(:first-child) {
  margin-top: 12.5rem;
}
.grid {
  display: grid;
  grid-gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
.grid-col_3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.column-body {
  font-size: 0.856875rem;
}
.column-body .wp-block-read:first-child {
  margin-bottom: 0;
}
.column-body .wp-block-action {
  margin-top: 1.875rem;
}

dl.words {
  display: grid;
  grid-template-columns: minmax(6em, 10em) 8em 1fr;
  gap: 1.5em 0.5em;
  align-items: center;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1500px) {
  dl.words {
    grid-template-columns: minmax(6em, 8em) 8em 1fr;
  }
}
@media screen and (max-width: 900px) {
  dl.words {
    gap: 0;
    grid-template-columns: 1fr;
  }
}
dl.words dt,
dl.words dd {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
dl.words dt {
  font-family: "Barlow Condensed";
  font-size: 1.2rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1500px) {
  dl.words dt {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 900px) {
  dl.words dt {
    grid-column: auto;
    font-size: 4.2666666667vw;
  }
}
dl.words dt:nth-last-of-type(1) {
  grid-column: 1/span 2;
}
@media screen and (max-width: 900px) {
  dl.words dt:nth-last-of-type(1) {
    grid-column: auto;
  }
}
dl.words dt::after {
  content: "";
  display: inline-block;
  width: 2em;
  height: 0;
  border-top: dashed 1px #303030;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translate(0, -50%) scale(1, 0.5);
}
@media screen and (max-width: 900px) {
  dl.words dt::after {
    display: none;
  }
}
dl.words dd {
  grid-column: 2/span 2;
  padding-top: 0em;
  font-size: 0.8em;
}
@media screen and (max-width: 900px) {
  dl.words dd {
    grid-column: auto;
    padding-bottom: 1em;
    border-bottom: dashed 1px #9f9f9f;
  }
  dl.words dd:not(:last-child) {
    margin-bottom: 2em;
  }
}
dl.words dd:last-child {
  grid-column: 3/span 1;
}
@media screen and (max-width: 900px) {
  dl.words dd:last-child {
    grid-column: auto;
  }
}

.faq dl.faq-item dt {
  margin-bottom: 2em;
  border-bottom: dashed 1px #303030;
  padding-bottom: 1em;
}
.faq dl.faq-item dt h3 {
  margin: 0;
}
.faq dl.faq-item dd {
  margin-bottom: 5em;
  padding: 0;
}
@media screen and (max-width: 900px) {
  .faq dl.faq-item dd {
    padding: 0 0;
  }
}
.faq dl.faq-item dd .faq-unit {
  margin-bottom: 1em;
}
.faq dl.faq-item dd .faq-unit.deactive {
  display: none;
}
.faq dl.faq-item dd .faq-unit .faq-unit-entry-title {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0.2em;
  padding: 0.5em 0.8em 0.3em 2em;
  list-style: none;
  cursor: pointer;
}
.faq dl.faq-item dd .faq-unit .faq-unit-entry-title::before {
  content: "";
  position: absolute;
  left: 1em;
  top: 1.4em;
  transform: translateY(-50%) rotate(0deg);
  border: solid 5px transparent;
  border-left-color: #333; /* 三角形の色 */
  transition: transform 0.3s ease;
}
.faq dl.faq-item dd .faq-unit .faq-unit-entry-title h4 {
  display: inline;
  font-size: 1rem;
}
.faq dl.faq-item dd .faq-unit .faq-unit-entry-body {
  padding: 2em;
}
.faq dl.faq-item dd .faq-unit .faq-unit-entry-body p {
  font-size: 0.90625rem;
}
.faq dl.faq-item dd .faq-unit .faq-unit-entry-body dl {
  padding-top: 2em;
  padding-bottom: 2em;
}
.faq dl.faq-item dd .faq-unit .faq-unit-entry-body dl dt {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.faq dl.faq-item dd .faq-unit .faq-unit-entry-body dl dd {
  font-size: 0.95em;
  margin-bottom: 0em;
  padding-left: 1.7em;
}
.faq dl.faq-item dd .faq-unit .faq-unit-entry-body dl dd:not(:last-child) {
  margin-bottom: 2em;
}
.sharelinks {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  list-style: none;
  padding: 0;
  margin-top: 3.125rem;
}
@media screen and (max-width: 900px) {
  .sharelinks {
    gap: 6.6666666667vw;
  }
}
.sharelinks li {
  margin: 0 !important;
  height: 1.25rem;
}
@media screen and (max-width: 900px) {
  .sharelinks li {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.sharelinks li a {
  display: flex;
  width: auto;
  height: 100%;
  align-items: center;
  padding-left: 1.875rem;
  background-position: left center !important;
  text-transform: uppercase;
}
.sharelinks li a span {
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .sharelinks li a span {
    display: none;
  }
}

.about-toggle {
  cursor: pointer;
}

.about-toggle::after {
  content: "▼";
  margin-left: 1em;
  transform: translateY(1px);
}

.about-toggle[aria-expanded=true]::after {
  content: "▲";
}

/* アコーディオンのアニメ（heightトランジション） */
.about-more {
  overflow: hidden;
  transition: height 0.28s ease;
}

/* レスポンシブ：
   - SP: アコーディオン（閉じてスタート）
   - PC(>=768px): 常時展開、トグル非表示
*/
@media screen and (min-width: 900px) {
  .about-toggle {
    display: none;
  }
  .about-more {
    height: auto !important;
  }
  .about-more[hidden] { /* PCでは強制表示 */
    display: block !important;
  }
  .about-more[aria-hidden=true] {
    aria-hidden: false;
  } /* 視覚用のメモ */
}
/* 
================================================================================
サイズ
================================================================================
*/
/* 
================================================================================
色
================================================================================
*/
/* 
================================================================================
書体
================================================================================
*/
/* 
================================================================================
設定
================================================================================
*/
/* 
================================================================================
追加オプション
================================================================================
*/
/* 
================================================================================
サイズ
================================================================================
*/
/* 
================================================================================
色
================================================================================
*/
/* 
================================================================================
書体
================================================================================
*/
/* 
================================================================================
設定
================================================================================
*/
/* 
================================================================================
追加オプション
================================================================================
*/
/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
/* 
================================================================================
body
================================================================================
*/
html {
  background-color: #eae8e3;
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  html {
    font-size: 3.2vw;
  }
}
html.scrollMode_onepage {
  overflow: hidden;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.07em;
  text-align: left;
  overflow: hidden;
  overflow-y: scroll;
  font-feature-settings: "palt";
  color: #303030;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 900px) {
  body {
    line-height: 1.8;
    font-weight: 600;
  }
}
body.scrollMode_onepage {
  -webkit-overflow-scrolling: touch;
}
body.modal-active {
  /* when modal active */
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  /* Other browsers */
  overscroll-behavior: none;
}
body.fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
}
html.isTouchDevice body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body #container {
  opacity: 0;
  transition: opacity 300ms ease;
}
body.loadingFinish #container {
  opacity: 1;
}

.global-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
  pointer-events: none;
}
.global-header__container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4.375rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0 1.25rem;
}
@media screen and (max-width: 900px) {
  .global-header__container {
    height: 13.3333333333vw;
  }
}
.global-header__container .header-brand {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 0;
  letter-spacing: -0.4em;
  z-index: 2;
  pointer-events: all;
}
@media screen and (max-width: 900px) {
  .global-header__container .header-brand {
    transform: translateY(10%);
  }
}
body#home .global-header__container .header-brand {
  display: none;
}
.global-header__container .header-brand__logo {
  position: relative;
  vertical-align: middle;
  margin-right: 0.75rem;
  width: 6.25rem !important;
  height: auto;
  transition: opacity 300ms ease-in-out;
  margin-top: 0.125rem;
}
@media screen and (min-width: 900px) {
  .global-header__container .header-brand__logo {
    width: 8vw;
    margin-right: 1rem;
  }
}
body#home .global-header__container .header-brand__logo.hide {
  opacity: 0;
}
.global-header__container .header-brand a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.global-header .tools {
  position: fixed;
  top: 2.1875rem;
  right: 5rem;
  width: 15.625rem;
  transform: translate(0, -50%);
  pointer-events: all;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.5em;
  transition: all 300ms ease;
  overflow: hidden;
  border-radius: 3.75rem;
}
body#home .global-header .tools {
  right: 0.625rem;
}
@media screen and (max-width: 900px) {
  .global-header .tools {
    transform: translate(120%, -50%);
    opacity: 0;
  }
  body.menuOpen .global-header .tools {
    transform: translate(0%, -50%);
    opacity: 1;
  }
}
@media screen and (min-width: 900px) {
  .global-header .tools.hide {
    width: 3.75rem;
  }
  .global-header .tools.hide .tools-item-input {
    background-color: #303030;
  }
  .global-header .tools.hide form {
    opacity: 0;
  }
  .global-header .tools.hide dd:before {
    opacity: 0;
  }
  .global-header .tools.hide dd:after {
    opacity: 1;
    left: 1.25rem;
  }
}
@media screen and (min-width: 900px) and (max-width: 900px) {
  .global-header .tools.hide dd:after {
    left: 4vw;
  }
}
@media screen and (min-width: 900px) {
  .global-header .tools.hide:hover {
    width: 15.625rem;
  }
  .global-header .tools.hide:hover .tools-item-input {
    background-color: transparent;
  }
  .global-header .tools.hide:hover form {
    opacity: 1;
  }
  .global-header .tools.hide:hover dd:before {
    opacity: 1;
  }
  .global-header .tools.hide:hover dd:after {
    opacity: 0;
    left: 1.25rem;
  }
}
@media screen and (min-width: 900px) and (max-width: 900px) {
  .global-header .tools.hide:hover dd:after {
    left: 4vw;
  }
}
.global-header .tools dt {
  display: flex;
  align-items: center;
  margin: 0;
  line-height: 1;
  font-size: 0.625rem;
  display: none;
}
.global-header .tools dt span {
  display: none;
}
.global-header .tools dd {
  margin: 0;
}
.global-header .tools dd:before, .global-header .tools dd:after {
  content: "";
  display: block;
  width: 1.25rem;
  aspect-ratio: 1/1;
  background: url(../img/icon/icon_search.svg) center center/100% auto no-repeat;
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translate(0, -50%);
  opacity: 0.5;
  z-index: 5;
}
.global-header .tools dd:after {
  background: url(../img/icon/icon_search_white.svg) center center/100% auto no-repeat;
  opacity: 0;
}
.global-header .tools dd .tools-item-input {
  border: solid 1px #e3e1dc;
}
.global-header .tools dd input {
  padding-left: 3em;
}
.global-header .tools dd input::placeholder {
  font-size: 0.75rem !important;
}
.global-header .tools dd input button {
  position: absolute;
  top: 0;
  right: 0;
}
.global-footer {
  background-color: #e3e1dc;
  padding: 6.25rem 0 !important;
}
.global-footer.nobg {
  background: transparent;
  padding: 0 !important;
}
.global-footer .global-footer__unit h5 {
  display: none;
}
.global-footer .footer-menu {
  margin-bottom: 6.25rem;
}
.global-footer .footer-menu ul {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
  gap: 3.125rem;
}
@media screen and (max-width: 1500px) {
  .global-footer .footer-menu ul {
    gap: 2em;
  }
}
@media screen and (max-width: 900px) {
  .global-footer .footer-menu ul {
    gap: 2em 0;
  }
}
.global-footer .footer-menu ul li {
  width: auto;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .global-footer .footer-menu ul li {
    width: 50%;
    font-size: 3.2vw;
  }
}
.global-footer .footer-menu ul li a {
  display: block;
  border-bottom: solid 0px #ccc;
  text-decoration: none !important;
}
.global-footer .footer-links {
  margin-bottom: 6.25rem;
}
.global-footer .footer-id {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.global-footer .footer-brand__logo {
  width: 9.375rem;
}
.global-footer .footer-brand__other {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 0.75rem;
}
.global-footer .footer-brand__other p {
  letter-spacing: 0;
  margin-bottom: 0;
}
.global-footer__copyright {
  margin-left: 2em;
}
.global-main {
  padding-top: 0rem;
  background: rgb(227, 225, 220);
  min-height: 90vh;
}
.global-main::after {
  content: "";
  display: block;
  width: 100%;
  height: 6.25rem;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0%;
  background-color: #eae8e3;
  mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 60%, rgba(0, 0, 0, 0.97) 80%, rgb(0, 0, 0) 100%);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .global-main::after {
    display: none;
  }
}
.global-main * {
  position: relative;
}
.global-main > .contentsWrap .section-header:first-child {
  padding-bottom: 0;
}
.global-main > .contentsWrap .section-header {
  padding-bottom: 0;
}
.global-main section {
  background: linear-gradient(180deg, rgb(227, 225, 220) 0%, rgb(234, 232, 227) 100%);
}
@media screen and (max-width: 900px) {
  .global-main section.section-header-:first-child, .global-main section.section-header:first-child {
    padding: 26.6666666667vw 0 0 !important;
  }
}
.global-main section.section-header {
  padding: 12.5rem 0 0;
  background: rgb(227, 225, 220);
}
body#journal.single .global-main section.section-header {
  background: linear-gradient(180deg, rgb(227, 225, 220) 0%, rgb(234, 232, 227) 100%);
}
@media screen and (max-width: 900px) {
  .global-main section.section-header {
    padding: 6.6666666667vw 0 0;
  }
}
.global-main section.section-header + section {
  padding-top: 6.25rem;
}
@media screen and (max-width: 900px) {
  .global-main section.section-header + section {
    padding-top: 13.3333333333vw;
  }
}
.global-main section#section-body {
  padding-top: 0;
  padding-bottom: 12.5rem;
}
.global-main section .section-wrap > [class*=wp-block]:last-child {
  margin-bottom: 0;
}
.global-main section .section-wrap > [class*=wp-block]:last-child > [class*=wp-block]:last-child {
  margin-bottom: 0;
}
.global-main section .section-wrap-header {
  font-size: 2rem;
  margin-bottom: 6.25rem;
}
.global-main section .section-wrap-body {
  margin: auto;
  display: grid;
  grid-template-columns: clamp(300px, 25%, 31.25rem) 1fr;
  grid-gap: 3.125rem;
  align-items: flex-start;
  align-content: flex-start;
}
@media screen and (max-width: 1200px) {
  .global-main section .section-wrap-body {
    grid-template-columns: 1fr;
    grid-gap: 1.3333333333vw;
  }
}
@media screen and (max-width: 900px) {
  .global-main section .section-wrap-body {
    grid-gap: 4vw;
  }
}
.global-main section .section-wrap-body-title {
  height: 100%;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 1200px) {
  .global-main section .section-wrap-body-title {
    margin-bottom: 0;
  }
}
.global-main section .section-wrap-body-title .inFrame {
  position: sticky;
  top: 5rem;
}
@media screen and (max-width: 1200px) {
  .global-main section .section-wrap-body-title .inFrame {
    position: relative;
    top: 0rem;
  }
}
.global-main section .section-wrap-body-title .inFrame h1 {
  font-size: 2rem;
}
.global-main section .section-wrap-body-title .meta {
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem;
  border-bottom: solid 1px #ccc;
}
.global-main section .section-wrap-body-title .meta-name::before {
  content: attr(data-label);
  display: block;
  font-size: 1rem;
}
.global-main section .section-wrap-body-title .meta-name h1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.875rem;
}
.global-main section .section-wrap-body-title .meta-name h1 .words {
  display: inline-flex;
  margin-right: 0.2em;
}
.global-main section .section-wrap-body-title .meta-name h1 .text {
  font-size: 1.5rem;
}
.global-main section .section-wrap-body-title .meta-count {
  font-size: 1rem;
}
.global-main section .section-wrap-body-contents {
  margin: auto;
}
.global-main section.__gradation {
  background: linear-gradient(180deg, #e1dfd9, rgba(225, 223, 217, 0));
}
.global-nav {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  display: flex;
  align-items: flex-start;
  padding-right: 0rem;
  width: 4.375rem;
  z-index: 2000;
}
@media screen and (max-width: 900px) {
  .global-nav {
    width: 9.3333333333vw;
  }
}
body#home .global-nav {
  display: none;
}
.global-nav-action {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #303030;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
.global-nav-action span {
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
}
.global-nav-action span hr {
  width: 100%;
  height: 0.125rem;
  border: 0;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  transition: all 300ms ease;
}
.global-nav-action span hr:nth-of-type(1) {
  top: 0%;
}
body.menuOpen .global-nav-action span hr:nth-of-type(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
body.menuOpen .global-nav-action span hr:nth-of-type(2) {
  opacity: 0;
}
.global-nav-action span hr:nth-of-type(3) {
  top: 100%;
}
body.menuOpen .global-nav-action span hr:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 900px) {
  .global-nav-action {
    width: 13.3333333333vw;
  }
}
.global-nav ul.main {
  display: flex;
  list-style: none;
  gap: 0rem;
  flex-direction: row;
  padding-top: 5.625rem;
  padding-left: 0;
  width: 100%;
  height: min-content;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-feature-settings: "vert" 1, "vpal" 1;
  transform: translate(100%, 0);
  transition: all 300ms ease;
}
@media screen and (max-width: 900px) {
  .global-nav ul.main {
    padding-top: 13.3333333333vw;
  }
}
.global-nav ul.main li {
  margin: 0;
  font-size: 0.875rem;
}
.global-nav ul.main li a {
  border-radius: 0.625rem 0rem 0rem 0.625rem;
}
.global-nav ul.main li.home a {
  display: block;
  width: 100%;
  height: 3.125rem;
  background: url(../img/icon/icon_home_7.svg) center center/1.875rem auto no-repeat;
}
@media screen and (max-width: 900px) {
  .global-nav ul.main li.home a {
    width: 10.6666666667vw;
  }
}
.global-nav ul.main li.home a span {
  display: none;
}
.global-nav ul.main li .tag-head {
  display: flex;
  flex-wrap: wrap;
  padding: 0.625rem 0.625rem 0.625rem 1.25rem;
}
@media screen and (max-width: 900px) {
  .global-nav ul.main li .tag-head {
    box-sizing: border-box;
    padding: 1.3333333333vw 2.6666666667vw 1.3333333333vw 1.7333333333vw;
    margin-bottom: 2vw;
  }
}
.global-nav ul.main li .tag-head::before {
  content: attr(data-en);
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  transform: translate(0, 0%);
  line-height: 1;
  font-size: 1em;
  line-height: 1;
  letter-spacing: -0.3em;
}
@media screen and (max-width: 900px) {
  .global-nav ul.main li .tag-head::before {
    display: none;
  }
}
.global-nav ul.main li .tag-head span {
  display: block;
  white-space: pre;
  padding-top: 0.2em;
  padding-right: 0.2em;
}
.global-nav ul.main li:hover > a {
  background-color: #f2f2eb;
}
.global-nav ul.main li ul.sub {
  display: flex;
  pointer-events: none;
  opacity: 0;
  transition: all 300ms ease;
  position: absolute;
  right: 100%;
  padding-right: 0.625rem;
  padding-top: 1.25rem;
  writing-mode: horizontal-tb;
  text-orientation: initial;
  font-feature-settings: "palt";
  list-style: none;
  height: min-content;
  gap: 1em;
  flex-direction: column;
  height: auto;
}
@media screen and (max-width: 900px) {
  .global-nav ul.main li ul.sub {
    display: none;
  }
}
.global-nav ul.main li ul.sub li {
  border-bottom: solid 1px #9f9f9f;
  letter-spacing: 0.1em;
  white-space: nowrap;
  font-size: 0.75rem;
  letter-spacing: 0;
}
.global-nav ul.main li ul.sub li a {
  display: block;
  padding: 0.2em 0.4em;
  border-radius: 0;
}
.global-nav ul.main li.active ul.sub {
  opacity: 1;
  pointer-events: all;
}

#pageTop {
  position: fixed;
  bottom: 0;
  right: 0rem;
  border-radius: 0.625rem 0.625rem 0rem 0rem;
  width: 6.25rem;
  padding: 1.25rem 0.625rem;
  font-size: 0.75rem;
  line-height: 1;
  z-index: 2000;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transform: translate(0, 100%);
  opacity: 0;
  pointer-events: none;
  transition: all 300ms ease-in-out 200ms;
}
@media screen and (max-width: 900px) {
  #pageTop {
    width: 10.2666666667vw;
    padding: 2.6666666667vw 0vw;
  }
}
#pageTop.show {
  transform: translate(0, 0);
  opacity: 1;
  pointer-events: all;
}
#pageTop.show.reload {
  transform: translate(0, 100%);
  pointer-events: none;
}
#pageTop .arrow {
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: -0.125rem;
  position: relative;
  background: url("../img/arrow/2.svg") center center/100% auto;
  transition: all 200ms ease;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  #pageTop .arrow {
    transform: rotate(-30deg);
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
#pageTop .arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/arrow/1.svg") center center/100% auto;
  transition: all 300ms ease-in-out;
  transform: translate(0, -35%);
}
#pageTop .arrow::after {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/arrow/3.svg") center center/100% auto;
  transform: translate(0%, 0%) scale(1, 1);
}
#pageTop .arrow svg {
  position: absolute;
  top: 0.3125rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 2.5rem;
  height: 1.875rem;
}
@media screen and (max-width: 900px) {
  #pageTop .arrow svg {
    top: 0.6666666667vw;
    width: 5.3333333333vw;
    height: 4vw;
  }
}
#pageTop .arrow path {
  stroke: #222;
  stroke-width: 20;
  fill: none;
}
#pageTop.hover .arrow {
  transform: rotate(-45deg);
}
@media screen and (max-width: 900px) {
  #pageTop.hover .arrow {
    transform: rotate(-30deg);
  }
}
#pageTop.hover .arrow::before {
  transform: translate(0, -10%);
}
#pageTop span {
  white-space: nowrap;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  transform: translate(0, 7%);
}
@media screen and (max-width: 900px) {
  #pageTop span {
    transform-origin: center center;
    transform: translate(0, 7%) scale(0.8, 1);
    margin: auto;
  }
}
#pageTop.active .arrow::before {
  animation-name: pagetop_arrow;
  animation-duration: 2.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}
#pageTop.active .arrow::after {
  animation-name: pagetop_bow;
  animation-duration: 2.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}
#pageTop.lock .arrow {
  transform: rotate(-45deg) !important;
}
@media screen and (max-width: 900px) {
  #pageTop.lock .arrow {
    transform: rotate(-30deg) !important;
  }
}

@keyframes pagetop_arrow {
  0% {
    transform: translate(0, -35%);
  }
  30% {
    opacity: 1;
  }
  40% {
    transform: translate(0, -200vh) scale(3, 3);
    opacity: 0;
  }
  41% {
    transform: translate(0, -40%) scale(1, 1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  65% {
    transform: translate(0, -40%);
  }
  100% {
    transform: translate(0, -35%);
    opacity: 1;
  }
}
@keyframes pagetop_bow {
  0% {
    transform: translate(0%, 0%) scale(1, 1);
  }
  15% {
    transform: translate(0%, 0%) scale(1, -1);
  }
  30% {
    transform: translate(0%, 0%) scale(1, 1.3);
  }
  60% {
    transform: translate(0%, 0%) scale(1, 1);
  }
  100% {
    transform: translate(0%, 0%) scale(1, 1);
  }
}
body.menuOpen .global-nav ul.main {
  transform: translate(0%, 0);
}
body.menuOpen .global-nav-action span hr:nth-of-type(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
body.menuOpen .global-nav-action span hr:nth-of-type(2) {
  opacity: 0;
}
body.menuOpen .global-nav-action span hr:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

/* 
================================================================================
contents
================================================================================
*/
.c {
  color: #ccc;
}

body.site .section {
  padding: 12.5rem 0;
}
@media screen and (max-width: 900px) {
  body.site .section {
    padding: 13.3333333333vw 0;
  }
}
body.site .section a:not(.noline):link, body.site .section a:not(.noline):visited {
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 900px) {
  body.site .section a:not(.noline):link, body.site .section a:not(.noline):visited {
    line-height: 1.8;
  }
}
body.site .section a:not(.noline):hover {
  opacity: 0.8;
}
body.site .section .contentsBody ul {
  list-style: none;
  padding-left: 1.5em;
  margin-bottom: 2em;
}
body.site .section .contentsBody ul li {
  font-size: 0.9em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
body.site .section .contentsBody ul li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -1.2em;
}
body.site .section .contentsBody .fukidashiGroup {
  width: 100%;
  margin: auto;
  display: grid;
  grid-gap: 0em;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 900px) {
  body.site .section .contentsBody .fukidashiGroup {
    display: flex;
    grid-gap: 1em;
    justify-content: center;
    flex-wrap: wrap;
  }
}
body.site .section .contentsBody .fukidashiGroup img {
  width: 100%;
  margin-bottom: -0.7em;
}
@media screen and (max-width: 900px) {
  body.site .section .contentsBody .fukidashiGroup img:nth-child(odd) {
    transform: translate(3%, 0%);
  }
  body.site .section .contentsBody .fukidashiGroup img:nth-child(even) {
    transform: translate(-3%, 35%);
  }
}
@media screen and (min-width: 900px) {
  body.site .section .contentsBody .fukidashiGroup img {
    width: 22%;
  }
}
body.site .section .contentsBody .connectGroup {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 900px) {
  body.site .section .contentsBody .connectGroup {
    padding-left: 10em;
    min-height: 12.5rem;
    margin-bottom: 0vw;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
}
body.site .section .contentsBody .connectGroup dt {
  width: 100%;
}
body.site .section .contentsBody .connectGroup dd {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}
body.site .section .contentsBody .connectGroup dd:last-child {
  padding-top: 5.3333333333vw;
}
@media screen and (min-width: 900px) {
  body.site .section .contentsBody .connectGroup dd:last-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 10em;
    height: 100%;
    padding-top: 0rem;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
}
body.site .section .contentsBody .connectGroup dd img.icon {
  margin: auto;
}
body.site .section .contentsBody .connectGroup dd img.iconLine {
  width: 26.6666666667vw;
}
@media screen and (min-width: 900px) {
  body.site .section .contentsBody .connectGroup dd img.iconLine {
    width: 4em;
  }
}
body.site .section .contentsBody .connectGroup dd img.iconPC {
  width: 40vw;
}
@media screen and (min-width: 900px) {
  body.site .section .contentsBody .connectGroup dd img.iconPC {
    width: 6em;
  }
}
body.site .section .contentsBody .connectGroup dd img.iconVisit {
  width: 20vw;
}
@media screen and (min-width: 900px) {
  body.site .section .contentsBody .connectGroup dd img.iconVisit {
    width: 3.5em;
  }
}
body.site .section-wrap-normal h3 {
  margin-bottom: 0.5em;
}
body.site .section-wrap-normal h3:not(:first-child) {
  margin-top: 2em;
}
body.site .section-wrap-normal p {
  margin-bottom: 2em;
}
body.site#home #kv {
  overflow: hidden;
  padding: 3.125rem 0 0rem;
  height: 100svh;
  min-height: clamp(37.5rem, 100svh, 100svh);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}
@media screen and (max-width: 900px) {
  body.site#home #kv {
    padding-top: 0;
  }
}
body.site#home #kv .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  z-index: 1;
  transform: scale(1.2);
}
body.site#home #kv::before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
  background: url("../img/bg/20231209_191813-Enhanced-NR.jpg") center center/cover;
}
body.site#home #kv::after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
}
body.site#home #kv #moon-svg {
  visibility: hidden;
  width: 30vw;
  height: 30vw;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%) rotate(10deg) scale(1);
  opacity: 0.06;
  z-index: 1;
  pointer-events: none;
}
body.site#home #kv .wp-block-title.catchphrase {
  font-size: 3vw;
  line-height: 1;
  font-weight: 600;
  margin: 0 auto 6.25rem;
  display: grid;
  width: min-intrinsic;
  grid-template-columns: auto auto;
  grid-gap: 6.25rem;
  z-index: 5;
}
@media screen and (max-width: 900px) {
  body.site#home #kv .wp-block-title.catchphrase {
    grid-template-columns: auto;
    width: min-content;
    grid-gap: 2.6666666667vw;
    margin-bottom: 40vw;
  }
}
body.site#home #kv .wp-block-title.catchphrase .logoWrap::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-right: dashed 1px #9f9f9f;
  position: absolute;
  right: -3.125rem;
  top: 0;
}
@media screen and (max-width: 900px) {
  body.site#home #kv .wp-block-title.catchphrase .logoWrap::after {
    top: auto;
    bottom: -6.6666666667vw;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: dashed 1px #9f9f9f;
    display: none;
  }
}
body.site#home #kv .wp-block-title.catchphrase .logoWrap .logo {
  width: auto;
  height: 100%;
  margin: 0;
  max-width: 62.5rem;
}
@media screen and (max-width: 900px) {
  body.site#home #kv .wp-block-title.catchphrase .logoWrap .logo {
    height: auto !important;
  }
}
body.site#home #kv .wp-block-title.catchphrase .wordWrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 0;
  margin: 0 0 0em;
  height: fit-content;
  width: min-content;
}
body.site#home #kv .wp-block-title.catchphrase .wordWrap .words {
  display: block;
  width: fit-content;
  line-height: 1;
  height: fit-content;
  white-space: nowrap;
  margin-bottom: 0.3em;
}
body.site#home #kv .wp-block-title.catchphrase .wordWrap .lang-jp {
  font-size: 0.9777777778vw;
  letter-spacing: 0.15em;
  text-indent: 0.07em;
  opacity: 0.75;
  order: 2;
}
@media screen and (max-width: 900px) {
  body.site#home #kv .wp-block-title.catchphrase .wordWrap .lang-jp {
    font-size: 2.3466666667vw;
    text-indent: 0.3em;
    text-align: center;
  }
}
body.site#home #kv .wp-block-title.catchphrase .wordWrap .lang-en {
  font-size: 4.4444444444vw;
  line-height: 0.6;
  margin-bottom: 0.35em;
  transform: translateY(0.06em);
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  body.site#home #kv .wp-block-title.catchphrase .wordWrap .lang-en {
    font-size: 10.6666666667vw;
    text-align: center;
  }
}
body.site#home #kv .wp-block-title.catchphrase .wordWrap .lang-en small {
  font-weight: 500;
  font-size: 0.558em;
}
body.site#home #kv .wp-block-title.catchphrase .wordWrap .brand {
  display: none;
}
body.site#home #kv .section-wrap {
  container-type: inline-size;
  z-index: 3;
  position: absolute;
  bottom: 6.25rem;
  width: calc(100% - 12.5rem);
  max-width: 1200px;
}
@media screen and (max-width: 900px) {
  body.site#home #kv .section-wrap {
    bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 900px) {
  body.site#home #kv .section-wrap {
    width: calc(100% - 26.6666666667vw);
  }
}
@media screen and (min-width: 1200px) {
  body.site#home #about .wp-block-frames.col_2 {
    margin-bottom: 0;
  }
}
body.site#home #about .wp-block-frames h4:last-child {
  line-height: 1.5;
}
body.site#home #about .wp-block-frames h4:last-child span {
  display: block;
}
body.site#home #about .wp-block-frames h4:last-child span:nth-of-type(2) {
  writing-mode: vertical-rl;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  transform: scale(1.5);
  font-weight: 400;
}
body.site#home #about .wp-block-frames h4:last-child span:nth-of-type(3) {
  font-size: 1.1em;
}
body.site#home #about .wp-block-frames h4:last-child span:not(:last-child) {
  margin-bottom: 0.5em;
}
body.site#hero {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.site#hero .section-wrap {
  height: 100%;
}
body.site#hero .summary {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
body.site#hero .summary .header-brand__logo {
  width: 18.75rem;
  margin-bottom: 3em;
}
body.site#hero .summary p {
  width: 100%;
  text-align: center;
}
body.site#about {
  background-color: #333;
}
body.site#about .wp-block-frames.col_2 {
  background-color: #bf0000;
}
@media screen and (min-width: 900px) {
  body.site#about .wp-block-frames.col_2 {
    margin-bottom: 0;
    background-color: #ccc;
  }
}
body.site#about .profileWrap {
  grid-template-columns: auto clamp(6.25rem, 20vw, 25rem);
  grid-gap: 1.5625rem;
}
@media screen and (max-width: 1200px) {
  body.site#about .profileWrap {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1200px) {
  body.site#about .profileWrap .parsonal {
    text-align: right;
  }
}
body.site#about .profileWrap .parsonal p {
  font-size: 1.5rem;
  text-align: right;
  margin-bottom: 0;
}
body.site#about .profileWrap .parsonal p small {
  font-size: 0.6em;
}
body.site#about .profileWrap .parsonal ul {
  padding-top: 0;
  margin-top: -0.5em;
  color: #9f9f9f;
  font-size: 0.75rem;
}
body.site#about .profileWrap img {
  margin-top: -9.375rem;
  mix-blend-mode: multiply;
  margin-bottom: 1em;
}
@media screen and (max-width: 1200px) {
  body.site#about .profileWrap img {
    display: inline-flex;
    width: 60%;
    max-width: 25rem;
    margin-top: 0rem;
  }
}
@media screen and (max-width: 900px) {
  body.site#about #profile .wp-block-frames.col_4 {
    grid-gap: 13.3333333333vw;
  }
  body.site#about #profile .wp-block-frames.col_4 dl {
    margin-bottom: 0;
  }
}
body.site#service .service-unit-1 .wp-block-frames-item h3::before,
body.site#service .service-unit-2 .wp-block-frames-item h3::before,
body.site#service .service-unit-3 .wp-block-frames-item h3::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 30/10;
  margin-bottom: 1.875rem;
  border-radius: 0.625rem;
  background: #ccc;
  filter: brightness(110%) grayscale(20%) saturate(90%);
}
body.site#service .service-unit-1 .wp-block-frames-item .wp-block-title.mini,
body.site#service .service-unit-2 .wp-block-frames-item .wp-block-title.mini,
body.site#service .service-unit-3 .wp-block-frames-item .wp-block-title.mini {
  font-size: 2.1875rem;
}
body.site#service .service-unit-1 .wp-block-frames-item:nth-of-type(1) h3::before {
  background: url(../img/thumbnail/illust/1.png) center 90%/cover no-repeat;
}
body.site#service .service-unit-1 .wp-block-frames-item:nth-of-type(2) h3::before {
  background: url(../img/thumbnail/illust/2.png) center 60%/cover no-repeat;
}
body.site#service .service-unit-2 .wp-block-frames-item:nth-of-type(1) h3::before {
  background: url(../img/thumbnail/illust/3.png) center 90%/cover no-repeat;
}
body.site#service .service-unit-2 .wp-block-frames-item:nth-of-type(2) h3::before {
  background: url(../img/thumbnail/illust/4.png) center 70%/cover no-repeat;
}
body.site#service .service-unit-3 .wp-block-frames-item:nth-of-type(1) h3::before {
  background: url(../img/thumbnail/illust/5.png) center 90%/cover no-repeat;
}
body.site#service .service-unit-3 .wp-block-frames-item:nth-of-type(2) h3::before {
  background: url(../img/thumbnail/illust/6.png) center 90%/cover no-repeat;
}
body.site .flexible {
  margin-top: 4em;
  border-top: dashed 1px #9f9f9f;
  padding-top: 2em;
  font-size: 0.856875rem;
}
body.search .section-wrap-body-contents .wp-block-entrybox .wp-block-tags {
  margin-top: 4em;
  grid-template-columns: 1fr;
  grid-gap: 2em;
}

/*========= LoadingのためのCSS ===============*/
/* Loading背景画面設定　*/
.op_logo {
  width: 84vw;
  height: auto;
  position: absolute;
  top: 54.6666666667vw;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
}
@media screen and (min-width: 900px) {
  .op_logo {
    top: 50%;
    width: 36vw;
    height: auto;
    max-width: 39.375rem;
    transform: translate(-50%, -70%);
  }
}
.op_logo svg,
.op_logo image {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}
.op_logo .cls-1,
.op_logo .cls-2 {
  fill: none;
}
.op_logo .cls-2 {
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 10px;
}
.op_logo .cls-1,
.op_logo .cls-2 {
  fill: none;
}
.op_logo .cls-2 {
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 10px;
}
.op_logo img.text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: blur(5px);
  transform: translate(0, 5%);
  transition: all 1000ms ease-out;
}
.op_logo.in img.text {
  opacity: 1;
  filter: blur(0px);
  transform: translate(0, 0%);
}

/* 
================================================================================
お問い合わせフォーム
================================================================================
*/
span.wpcf7-list-item.deactive {
  display: inline-block;
  pointer-events: none;
  opacity: 0.3 !important;
}

.ajax-loader {
  position: absolute;
  top: 0;
  opacity: 0;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.wpcf7-form-control-wrap[data-name=your-message] .wpcf7-not-valid-tip {
  top: 0 !important;
  transform: translate(0, 50%) !important;
}
.wpcf7-form-control {
  width: 100%;
  padding: 0.5em;
  font-size: 1rem;
  border: solid 1px #f2f2eb;
}
.wpcf7-not-valid-tip {
  display: inline-block !important;
  position: absolute !important;
  top: 50% !important;
  right: 1em !important;
  left: auto;
  padding: 0.6em 1em !important;
  line-height: 1 !important;
  font-size: 0.8em !important;
  transform: translate(0, -50%) !important;
  background-color: #bf0000 !important;
  color: #fff !important;
  border-radius: 1em;
}
.wpcf7-response-output {
  display: none;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  transform: translate(0, 0%);
  width: 100%;
  font-size: 1.2em !important;
  text-align: center !important;
  border: 0 !important;
  padding: 0.5em !important;
  color: #0e5788 !important;
  background: #eee !important;
}
.wpcf7-submit {
  cursor: pointer;
  background-color: #303030;
  color: #fff !important;
  display: flex;
  padding: 0.625rem 1.25rem;
  min-width: 18.75rem;
  min-height: 3.125rem;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
}
.wpcf7-not-valid {
  background-color: #fdd2d2 !important;
}
.wpcf7-radio {
  padding: 0;
}
.wpcf7-radio .wpcf7-list-item {
  margin: 0 2em 1em 0;
  border-radius: 0.5em;
  border: dashed 1px #555;
}
@media screen and (max-width: 900px) {
  .wpcf7-radio .wpcf7-list-item {
    width: 100%;
  }
}
.wpcf7-radio .wpcf7-list-item label {
  cursor: pointer;
  display: block;
  padding: 0.5em 2em 0.5em 1em;
}
@media screen and (max-width: 900px) {
  .wpcf7-radio .wpcf7-list-item label {
    line-height: 1.5;
    padding-left: 8vw;
  }
  .wpcf7-radio .wpcf7-list-item label input {
    position: absolute;
    top: 2vw;
    left: 1.3333333333vw;
  }
  .wpcf7-radio .wpcf7-list-item label small {
    font-size: 0.6em;
  }
}
.wpcf7-radio .wpcf7-list-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.wpcf7-radio .wpcf7-list-item.active {
  background-color: #303030;
  color: #fff;
}
.wpcf7-radio .wpcf7-list-item.active:hover {
  background-color: none;
}

/* 
================================================================================
loader
================================================================================
*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 50000;
  transition: all 800ms ease;
}
body.loadingFinish #loader {
  opacity: 0;
  pointer-events: none;
}
#loader #loadingAnim {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.5rem;
  height: 2.5rem;
  border: solid 1px #ccc;
  border-radius: 50%;
  pointer-events: all;
  transform-origin: center;
  transition: transform 0.05s linear; /* スムーズにしたいなら */
}
#loader #loadingAnim::before {
  content: "↑";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: url("../img/arrow/2.svg") center center/100% auto;
  transition: all 300ms ease-in-out;
}
#loader #loadingAnim .arrow {
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: -0.125rem;
  position: relative;
  background: url("../img/arrow/2.svg") center center/100% auto;
  transition: all 200ms ease;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  #loader #loadingAnim .arrow {
    transform: rotate(-30deg);
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
#loader #loadingAnim .arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/arrow/1.svg") center center/100% auto;
  transition: all 300ms ease-in-out;
  transform: translate(0, 0%);
}
#loader #loadingAnim .arrow::after {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/arrow/3.svg") center center/100% auto;
  transform: translate(0%, 0%) scale(1, 1);
}
#loader #loadingAnim .arrow svg {
  position: absolute;
  top: 0.3125rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 2.5rem;
  height: 1.875rem;
}
@media screen and (max-width: 900px) {
  #loader #loadingAnim .arrow svg {
    top: 0.6666666667vw;
    width: 5.3333333333vw;
    height: 4vw;
  }
}
#loader #loadingAnim .arrow path {
  stroke: #222;
  stroke-width: 20;
  fill: none;
}
body.loadingAnimFinish #loader #loadingAnim {
  opacity: 0;
}
#loader #loadingCircle {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.25rem;
  height: auto;
  transition: all 800ms ease;
}
body.loaderOut #loader #loadingCircle {
  opacity: 0;
  transform: translate(-50%, -50%);
  filter: blur(5px);
}
#loader #loadingCircle::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 227/164;
}
#loader #loadingCircle::after {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  animation-name: loading_anime;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 500ms;
}

@keyframes loading_circle {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes loading_popup {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -0.8rem, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes loading_anime {
  0% {
    background: url(../img/intro/0.png) center center/contain no-repeat;
  }
  3% {
    background: url(../img/intro/1.png) center center/contain no-repeat;
  }
  6% {
    background: url(../img/intro/2.png) center center/contain no-repeat;
  }
  9% {
    background: url(../img/intro/3.png) center center/contain no-repeat;
  }
  12% {
    background: url(../img/intro/4.png) center center/contain no-repeat;
  }
  15% {
    background: url(../img/intro/5.png) center center/contain no-repeat;
  }
  18% {
    background: url(../img/intro/6.png) center center/contain no-repeat;
  }
  21% {
    background: url(../img/intro/7.png) center center/contain no-repeat;
  }
  24% {
    background: url(../img/intro/8.png) center center/contain no-repeat;
  }
  27% {
    background: url(../img/intro/9.png) center center/contain no-repeat;
  }
  30% {
    background: url(../img/intro/10.png) center center/contain no-repeat;
  }
  33% {
    background: url(../img/intro/11.png) center center/contain no-repeat;
  }
  36% {
    background: url(../img/intro/12.png) center center/contain no-repeat;
  }
  39% {
    background: url(../img/intro/13.png) center center/contain no-repeat;
  }
  42% {
    background: url(../img/intro/14.png) center center/contain no-repeat;
  }
  45% {
    background: url(../img/intro/15.png) center center/contain no-repeat;
  }
  48% {
    background: url(../img/intro/16.png) center center/contain no-repeat;
  }
  51% {
    background: url(../img/intro/17.png) center center/contain no-repeat;
  }
  54% {
    background: url(../img/intro/18.png) center center/contain no-repeat;
  }
  57% {
    background: url(../img/intro/19.png) center center/contain no-repeat;
  }
  60% {
    background: url(../img/intro/20.png) center center/contain no-repeat;
  }
  63% {
    background: url(../img/intro/21.png) center center/contain no-repeat;
  }
  66% {
    background: url(../img/intro/22.png) center center/contain no-repeat;
  }
  69% {
    background: url(../img/intro/23.png) center center/contain no-repeat;
  }
  100% {
    background: url(../img/intro/23.png) center center/contain no-repeat;
  }
}
/* 
================================================================================
サイズ
================================================================================
*/
/* 
================================================================================
色
================================================================================
*/
/* 
================================================================================
書体
================================================================================
*/
/* 
================================================================================
設定
================================================================================
*/
/* 
================================================================================
追加オプション
================================================================================
*/
/* 
================================================================================
サイズ
================================================================================
*/
/* 
================================================================================
色
================================================================================
*/
/* 
================================================================================
書体
================================================================================
*/
/* 
================================================================================
設定
================================================================================
*/
/* 
================================================================================
追加オプション
================================================================================
*/
/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
/* 
================================================================================
ブロックエディターのカスタム
================================================================================
*/
.components-resizable-box__container {
  overflow: auto;
}

.block-editor-inserter__tips {
  display: none;
}

.editor-styles-wrapper figure + .wp-block-heading,
.editor-styles-wrapper p + .wp-block-heading,
.editor-styles-wrapper ul + .wp-block-heading,
.editor-styles-wrapper ol + .wp-block-heading,
.editor-styles-wrapper dl + .wp-block-heading,
.editor-styles-wrapper iframe + .wp-block-heading,
.editor-styles-wrapper img + .wp-block-heading,
.wp-block-editor figure + .wp-block-heading,
.wp-block-editor p + .wp-block-heading,
.wp-block-editor ul + .wp-block-heading,
.wp-block-editor ol + .wp-block-heading,
.wp-block-editor dl + .wp-block-heading,
.wp-block-editor iframe + .wp-block-heading,
.wp-block-editor img + .wp-block-heading {
  margin-top: 3em;
  font-weight: 600;
}
.editor-styles-wrapper p + ul,
.editor-styles-wrapper p + ol,
.editor-styles-wrapper p + dl,
.wp-block-editor p + ul,
.wp-block-editor p + ol,
.wp-block-editor p + dl {
  margin-top: 1em;
}
.editor-styles-wrapper .has-text-align-center,
.wp-block-editor .has-text-align-center {
  text-align: center;
}
.editor-styles-wrapper .has-text-align-right,
.wp-block-editor .has-text-align-right {
  text-align: right;
}
.editor-styles-wrapper .has-luminous-vivid-orange-color,
.wp-block-editor .has-luminous-vivid-orange-color {
  color: inherit !important;
}
.editor-styles-wrapper .wp-block-group, .editor-styles-wrapper .wp-block-image, .editor-styles-wrapper .wp-block-heading, .editor-styles-wrapper .wp-block-quote, .editor-styles-wrapper .wp-block-footnotes, .editor-styles-wrapper .wp-block-details, .editor-styles-wrapper .wp-block-code, .editor-styles-wrapper .wp-block-preformatted, .editor-styles-wrapper .wp-block-table, .editor-styles-wrapper .wp-block-gallery, .editor-styles-wrapper .wp-block-file, .editor-styles-wrapper .wp-block-media-text, .editor-styles-wrapper .wp-block-buttons, .editor-styles-wrapper .wp-block-spacer, .editor-styles-wrapper .wp-block-columns,
.wp-block-editor .wp-block-group,
.wp-block-editor .wp-block-image,
.wp-block-editor .wp-block-heading,
.wp-block-editor .wp-block-quote,
.wp-block-editor .wp-block-footnotes,
.wp-block-editor .wp-block-details,
.wp-block-editor .wp-block-code,
.wp-block-editor .wp-block-preformatted,
.wp-block-editor .wp-block-table,
.wp-block-editor .wp-block-gallery,
.wp-block-editor .wp-block-file,
.wp-block-editor .wp-block-media-text,
.wp-block-editor .wp-block-buttons,
.wp-block-editor .wp-block-spacer,
.wp-block-editor .wp-block-columns {
  padding: 0em;
  margin: 0 auto;
}
body.guide .editor-styles-wrapper .wp-block-group, body.guide .editor-styles-wrapper .wp-block-image, body.guide .editor-styles-wrapper .wp-block-heading, body.guide .editor-styles-wrapper .wp-block-quote, body.guide .editor-styles-wrapper .wp-block-footnotes, body.guide .editor-styles-wrapper .wp-block-details, body.guide .editor-styles-wrapper .wp-block-code, body.guide .editor-styles-wrapper .wp-block-preformatted, body.guide .editor-styles-wrapper .wp-block-table, body.guide .editor-styles-wrapper .wp-block-gallery, body.guide .editor-styles-wrapper .wp-block-file, body.guide .editor-styles-wrapper .wp-block-media-text, body.guide .editor-styles-wrapper .wp-block-buttons, body.guide .editor-styles-wrapper .wp-block-spacer, body.guide .editor-styles-wrapper .wp-block-columns,
body.guide .wp-block-editor .wp-block-group,
body.guide .wp-block-editor .wp-block-image,
body.guide .wp-block-editor .wp-block-heading,
body.guide .wp-block-editor .wp-block-quote,
body.guide .wp-block-editor .wp-block-footnotes,
body.guide .wp-block-editor .wp-block-details,
body.guide .wp-block-editor .wp-block-code,
body.guide .wp-block-editor .wp-block-preformatted,
body.guide .wp-block-editor .wp-block-table,
body.guide .wp-block-editor .wp-block-gallery,
body.guide .wp-block-editor .wp-block-file,
body.guide .wp-block-editor .wp-block-media-text,
body.guide .wp-block-editor .wp-block-buttons,
body.guide .wp-block-editor .wp-block-spacer,
body.guide .wp-block-editor .wp-block-columns {
  background-color: #f4f4f4;
  padding: 0em;
  margin: 0 0 2.5rem;
  border: dashed 2px #000;
}
.editor-styles-wrapper .wp-block-summary,
.wp-block-editor .wp-block-summary {
  margin-bottom: 6.25rem;
}
.editor-styles-wrapper .wp-block-read,
.wp-block-editor .wp-block-read {
  margin-bottom: 6.25rem;
  font-size: 1.0625rem;
}
@media screen and (max-width: 900px) {
  .editor-styles-wrapper .wp-block-read,
  .wp-block-editor .wp-block-read {
    font-size: inherit;
    margin-bottom: 13.3333333333vw;
  }
}
.editor-styles-wrapper .wp-block-read h2 small,
.editor-styles-wrapper .wp-block-read h3 small,
.editor-styles-wrapper .wp-block-read h4 small,
.editor-styles-wrapper .wp-block-read h5 small,
.wp-block-editor .wp-block-read h2 small,
.wp-block-editor .wp-block-read h3 small,
.wp-block-editor .wp-block-read h4 small,
.wp-block-editor .wp-block-read h5 small {
  font-size: 0.7em;
}
.editor-styles-wrapper .wp-block-read:nth-of-type(1) > h3:nth-of-type(1),
.wp-block-editor .wp-block-read:nth-of-type(1) > h3:nth-of-type(1) {
  margin-top: 1em;
}
.editor-styles-wrapper .wp-block-read h2:not(:first-child),
.editor-styles-wrapper .wp-block-read h3:not(:first-child),
.editor-styles-wrapper .wp-block-read h4:not(:first-child),
.editor-styles-wrapper .wp-block-read h5:not(:first-child),
.wp-block-editor .wp-block-read h2:not(:first-child),
.wp-block-editor .wp-block-read h3:not(:first-child),
.wp-block-editor .wp-block-read h4:not(:first-child),
.wp-block-editor .wp-block-read h5:not(:first-child) {
  margin-top: 2em;
}
.editor-styles-wrapper .wp-block-read h2:not(:first-child) small,
.editor-styles-wrapper .wp-block-read h3:not(:first-child) small,
.editor-styles-wrapper .wp-block-read h4:not(:first-child) small,
.editor-styles-wrapper .wp-block-read h5:not(:first-child) small,
.wp-block-editor .wp-block-read h2:not(:first-child) small,
.wp-block-editor .wp-block-read h3:not(:first-child) small,
.wp-block-editor .wp-block-read h4:not(:first-child) small,
.wp-block-editor .wp-block-read h5:not(:first-child) small {
  font-size: 0.5em;
}
.editor-styles-wrapper .wp-block-read.mg-b-0,
.wp-block-editor .wp-block-read.mg-b-0 {
  margin-bottom: 0;
}
.editor-styles-wrapper .wp-block-index,
.wp-block-editor .wp-block-index {
  font-size: 0.9em;
  padding: 0rem;
  margin: 3em auto;
}
.editor-styles-wrapper .wp-block-index::before,
.wp-block-editor .wp-block-index::before {
  content: "▼ 目次";
  display: block;
  margin-bottom: 1em;
  font-size: 1.2em;
}
.editor-styles-wrapper .wp-block-index ol,
.editor-styles-wrapper .wp-block-index ul,
.wp-block-editor .wp-block-index ol,
.wp-block-editor .wp-block-index ul {
  display: grid;
  grid-gap: 0.5em;
  margin-bottom: 1em;
}
.editor-styles-wrapper .wp-block-index ol ol,
.editor-styles-wrapper .wp-block-index ul ol,
.wp-block-editor .wp-block-index ol ol,
.wp-block-editor .wp-block-index ul ol {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  list-style: disc;
}
.editor-styles-wrapper .wp-block-index ol li span,
.editor-styles-wrapper .wp-block-index ul li span,
.wp-block-editor .wp-block-index ol li span,
.wp-block-editor .wp-block-index ul li span {
  display: inline-block;
  border-bottom: dashed 1px #ccc;
  cursor: pointer;
}
.editor-styles-wrapper .wp-block-menu::before,
.wp-block-editor .wp-block-menu::before {
  display: none;
}
.editor-styles-wrapper .wp-block-menu h2,
.wp-block-editor .wp-block-menu h2 {
  display: none;
}
.editor-styles-wrapper .wp-block-menu a,
.wp-block-editor .wp-block-menu a {
  text-decoration: none !important;
}
.editor-styles-wrapper .wp-block-menu ul,
.wp-block-editor .wp-block-menu ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .editor-styles-wrapper .wp-block-menu ul,
  .wp-block-editor .wp-block-menu ul {
    justify-content: flex-start;
  }
}
.editor-styles-wrapper .wp-block-menu ul li,
.wp-block-editor .wp-block-menu ul li {
  width: 20%;
  margin: 0;
  border-bottom: solid 1px #ccc;
  padding: 1.25rem 0;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 600;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .editor-styles-wrapper .wp-block-menu ul li,
  .wp-block-editor .wp-block-menu ul li {
    width: 33.3%;
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
  body.pcMode .editor-styles-wrapper .wp-block-menu ul li,
  body.pcMode .wp-block-editor .wp-block-menu ul li {
    font-size: 16px;
  }
  body.spMode .editor-styles-wrapper .wp-block-menu ul li,
  body.spMode .wp-block-editor .wp-block-menu ul li {
    width: 50%;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 900px) {
  body.spMode .editor-styles-wrapper .wp-block-menu ul li,
  body.spMode .wp-block-editor .wp-block-menu ul li {
    width: 20%;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-feature-settings: "vert" 1, "vpal" 1;
    display: flex;
    justify-content: center;
    padding-top: 0;
    font-size: 4vw;
    letter-spacing: 0.2em;
    border: solid 0px #c00;
  }
  body.spMode .editor-styles-wrapper .wp-block-menu ul li a,
  body.spMode .wp-block-editor .wp-block-menu ul li a {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
  }
  body.spMode .editor-styles-wrapper .wp-block-menu ul li a span,
  body.spMode .wp-block-editor .wp-block-menu ul li a span {
    width: fit-content;
    height: 100%;
    margin: auto;
    display: inline-block;
  }
  body.spMode .editor-styles-wrapper .wp-block-menu ul li::before,
  body.spMode .wp-block-editor .wp-block-menu ul li::before {
    width: fit-content;
    letter-spacing: -0.2em;
    transform: scale(1, 0.7);
    transform-origin: top center;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.editor-styles-wrapper .wp-block-menu ul li span,
.wp-block-editor .wp-block-menu ul li span {
  border: 0;
}
.editor-styles-wrapper .wp-block-menu ul li.tag-head::before,
.wp-block-editor .wp-block-menu ul li.tag-head::before {
  transform: translate(0, 0%);
}
.editor-styles-wrapper .wp-block-title,
.wp-block-editor .wp-block-title {
  font-size: 5rem;
  line-height: 1;
  margin-bottom: 6.25rem;
}
.editor-styles-wrapper .wp-block-title img,
.wp-block-editor .wp-block-title img {
  margin-bottom: 1.25rem;
}
.editor-styles-wrapper .wp-block-title.mini,
.wp-block-editor .wp-block-title.mini {
  font-size: 2.6875rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 900px) {
  .editor-styles-wrapper .wp-block-title.mini,
  .wp-block-editor .wp-block-title.mini {
    margin-bottom: 1.3333333333vw;
  }
}
.editor-styles-wrapper .wp-block-title.mini span,
.wp-block-editor .wp-block-title.mini span {
  transform: translate(0, -0.18em);
}
.editor-styles-wrapper .wp-block-title span,
.wp-block-editor .wp-block-title span {
  display: flex;
  width: 100%;
  line-height: 1;
  align-items: center;
  transform: translate(0, -0.9375rem);
}
.editor-styles-wrapper .wp-block-title span .sub,
.wp-block-editor .wp-block-title span .sub {
  transform: translate(0, 0em);
  font-size: 0.4em;
  width: fit-content;
  margin-left: 2em;
  opacity: 0.3;
  font-weight: 400;
}
.editor-styles-wrapper .wp-block-title.center,
.wp-block-editor .wp-block-title.center {
  display: flex;
  width: fit-content;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
.editor-styles-wrapper .wp-block-title.center span,
.wp-block-editor .wp-block-title.center span {
  justify-content: center;
}
.editor-styles-wrapper .wp-block-title .lang-en,
.wp-block-editor .wp-block-title .lang-en {
  margin-bottom: 0rem;
}
.editor-styles-wrapper .wp-block-title .lang-en[data-text=FAQ],
.wp-block-editor .wp-block-title .lang-en[data-text=FAQ] {
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 900px) {
  .editor-styles-wrapper .wp-block-title .lang-en,
  .wp-block-editor .wp-block-title .lang-en {
    margin-bottom: 1.3333333333vw;
  }
  .editor-styles-wrapper .wp-block-title .lang-en[data-text=FAQ],
  .wp-block-editor .wp-block-title .lang-en[data-text=FAQ] {
    margin-bottom: 2vw;
  }
}
.editor-styles-wrapper .wp-block-title .lang-jp,
.wp-block-editor .wp-block-title .lang-jp {
  line-height: 1.5;
}
.editor-styles-wrapper .wp-block-title-sub,
.wp-block-editor .wp-block-title-sub {
  font-size: 0.2em;
  opacity: 0.5;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 900px) {
  .editor-styles-wrapper .wp-block-title-sub,
  .wp-block-editor .wp-block-title-sub {
    font-size: 2.56vw;
  }
}
.editor-styles-wrapper .wp-block-title.h2 .wp-block-title-sub,
.wp-block-editor .wp-block-title.h2 .wp-block-title-sub {
  font-size: 1rem;
}
.editor-styles-wrapper .wp-block-title.h3 .wp-block-title-sub,
.wp-block-editor .wp-block-title.h3 .wp-block-title-sub {
  font-size: 0.75rem;
}
.editor-styles-wrapper .wp-block-tagline,
.wp-block-editor .wp-block-tagline {
  margin-bottom: 3.125rem;
}
.editor-styles-wrapper .wp-block-tagline span,
.wp-block-editor .wp-block-tagline span {
  display: flex;
  line-height: 1;
}
.editor-styles-wrapper .wp-block-tagline .lang-en,
.wp-block-editor .wp-block-tagline .lang-en {
  margin-bottom: 1.25rem;
}
.editor-styles-wrapper .wp-block-tagline-sub,
.wp-block-editor .wp-block-tagline-sub {
  font-size: 0.4em;
  opacity: 0.5;
}
.editor-styles-wrapper .wp-block-timeline dl,
.wp-block-editor .wp-block-timeline dl {
  padding: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0 1em;
  border-top: solid 0px #ccc;
  border-left: solid 0px #ccc;
}
.editor-styles-wrapper .wp-block-timeline dl dt,
.editor-styles-wrapper .wp-block-timeline dl dd,
.wp-block-editor .wp-block-timeline dl dt,
.wp-block-editor .wp-block-timeline dl dd {
  height: 100%;
  margin: 0;
  padding: 1em;
  border: solid 0px #ccc;
  border-top: 0;
  border-left: 0;
}
.editor-styles-wrapper .wp-block-timeline dl dt,
.wp-block-editor .wp-block-timeline dl dt {
  font-size: 0.856875rem;
  font-weight: 600;
  padding-left: 0;
}
.editor-styles-wrapper .wp-block-timeline dl dt::before, .editor-styles-wrapper .wp-block-timeline dl dt::after,
.wp-block-editor .wp-block-timeline dl dt::before,
.wp-block-editor .wp-block-timeline dl dt::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
}
.editor-styles-wrapper .wp-block-timeline dl dt::before,
.wp-block-editor .wp-block-timeline dl dt::before {
  width: 0.1875rem;
  height: 100%;
  top: 0;
  background-color: #9f9f9f;
}
.editor-styles-wrapper .wp-block-timeline dl dt::after,
.wp-block-editor .wp-block-timeline dl dt::after {
  width: 0.875rem;
  aspect-ratio: 1/1;
  top: 1.125rem;
  right: 0.09375rem;
  transform: translate(50%, 0);
  border-radius: 50%;
  background-color: #9f9f9f;
}
.editor-styles-wrapper .wp-block-timeline dl dd,
.wp-block-editor .wp-block-timeline dl dd {
  font-size: 0.856875rem;
  line-height: 2;
  padding-bottom: 0.8em;
  border-top: dashed 1px #9f9f9f;
  padding-right: 0;
}
@media screen and (max-width: 900px) {
  .editor-styles-wrapper .wp-block-timeline dl dd,
  .wp-block-editor .wp-block-timeline dl dd {
    line-height: 1.8;
  }
}
.editor-styles-wrapper .wp-block-timeline dl dd h5,
.wp-block-editor .wp-block-timeline dl dd h5 {
  font-size: 1rem;
}
.editor-styles-wrapper .wp-block-timeline dl dd p,
.wp-block-editor .wp-block-timeline dl dd p {
  line-height: 1.5;
}
.editor-styles-wrapper .wp-block-timeline .timeline-extra,
.wp-block-editor .wp-block-timeline .timeline-extra {
  display: inline-block;
  margin: 1em 0 0 !important;
  font-size: 0.9em;
  padding: 0.5em 1em;
  background-color: rgba(0, 0, 0, 0.05);
}
.editor-styles-wrapper .wp-block-philosophy,
.wp-block-editor .wp-block-philosophy {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 900px) {
  .editor-styles-wrapper .wp-block-philosophy,
  .wp-block-editor .wp-block-philosophy {
    margin-top: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.editor-styles-wrapper .wp-block-philosophy ul li,
.wp-block-editor .wp-block-philosophy ul li {
  margin-bottom: 0.5em;
}
.editor-styles-wrapper .wp-block-philosophy.view .wp-block-heading em,
.wp-block-editor .wp-block-philosophy.view .wp-block-heading em {
  display: inline-flex;
  width: fit-content;
  background-color: rgba(0, 0, 0, 0.05);
  line-height: 1;
  padding: 0.5em 0.8em;
  border-radius: 0.3125rem;
  margin-bottom: 1em;
}
.editor-styles-wrapper .wp-block-philosophy.finish,
.wp-block-editor .wp-block-philosophy.finish {
  padding-top: 3em;
}
.editor-styles-wrapper .wp-block-philosophy.finish::before,
.wp-block-editor .wp-block-philosophy.finish::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.75rem;
  background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 2px, transparent 2px, transparent 6px);
}
.editor-styles-wrapper .wp-block-philosophy.finish .wp-block-heading,
.wp-block-editor .wp-block-philosophy.finish .wp-block-heading {
  display: inline-flex;
  width: fit-content;
  background-color: rgba(0, 0, 0, 0.1);
  line-height: 1;
  padding: 0.5em 0.8em;
  border-radius: 0.3125rem;
  margin-bottom: 1em;
  font-size: 1rem;
  font-weight: normal;
}
.editor-styles-wrapper .wp-block-philosophy.finish .wp-block-heading:nth-of-type(2),
.wp-block-editor .wp-block-philosophy.finish .wp-block-heading:nth-of-type(2) {
  margin-top: 2em;
}
.editor-styles-wrapper .wp-block-philosophy.finish h2.wp-block-heading,
.wp-block-editor .wp-block-philosophy.finish h2.wp-block-heading {
  display: block;
  height: 0px;
  padding: 0;
  overflow: hidden;
}
.editor-styles-wrapper .wp-block-heading.tag-head,
.wp-block-editor .wp-block-heading.tag-head {
  padding-top: 1.5em;
}
@media screen and (max-width: 900px) {
  .editor-styles-wrapper .wp-block-heading.tag-head,
  .wp-block-editor .wp-block-heading.tag-head {
    padding-top: 0em;
  }
}
.editor-styles-wrapper .wp-block-separator,
.wp-block-editor .wp-block-separator {
  margin: 2.5rem auto;
  border-width: 1px;
  border-style: dashed;
  border-color: rgba(0, 0, 0, 0.2);
}
.editor-styles-wrapper .wp-block-embed__wrapper,
.wp-block-editor .wp-block-embed__wrapper {
  margin: 2.5rem auto;
}
.editor-styles-wrapper .wp-block-embed__wrapper iframe,
.wp-block-editor .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.editor-styles-wrapper .wp-block-spacer,
.wp-block-editor .wp-block-spacer {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
}
body.guide .editor-styles-wrapper .wp-block-spacer,
body.guide .wp-block-editor .wp-block-spacer {
  background: rgba(0, 0, 0, 0.1);
}
body.guide .editor-styles-wrapper .wp-block-spacer::after,
body.guide .wp-block-editor .wp-block-spacer::after {
  content: "スペーサー";
  display: inline-flex;
}
.editor-styles-wrapper .wp-block-list,
.wp-block-editor .wp-block-list {
  margin-bottom: 5em;
  font-size: 0.9em;
}
.editor-styles-wrapper .wp-block-list .taglist,
.wp-block-editor .wp-block-list .taglist {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.editor-styles-wrapper .wp-block-list .taglist li,
.wp-block-editor .wp-block-list .taglist li {
  background-color: rgba(0, 0, 0, 0.05);
  margin: 0 0.4em 0.5em 0;
  padding: 0.8em 1.1em;
  font-size: 0.856875rem;
}
body.guide .editor-styles-wrapper .wp-block-details,
body.guide .wp-block-editor .wp-block-details {
  padding: 2em 3em;
}
body.guide .editor-styles-wrapper .wp-block-details summary,
body.guide .wp-block-editor .wp-block-details summary {
  padding-left: 1.5em;
  background-color: #ddd;
  width: calc(100% + 4em);
  transform: translate(-2em, 0);
}
body.guide .editor-styles-wrapper .wp-block-details summary::-webkit-details-marker,
body.guide .wp-block-editor .wp-block-details summary::-webkit-details-marker {
  display: none !important;
}
body.guide .editor-styles-wrapper .wp-block-details summary::marker,
body.guide .wp-block-editor .wp-block-details summary::marker {
  font-size: 0px; /* マーカーのサイズを大きく設定 */
}
body.guide .editor-styles-wrapper .wp-block-details summary::before,
body.guide .wp-block-editor .wp-block-details summary::before {
  content: "▶"; /* 閉じている時のマーカー */
  display: inline-block;
  font-size: 16px; /* アイコンのサイズを調整 */
  margin-right: 5px; /* テキストとの間隔 */
  transition: transform 0.3s ease; /* 開閉時のアニメーション */
  position: absolute;
  top: 0;
  left: 0;
}
body.guide .editor-styles-wrapper .wp-block-details[open] summary,
body.guide .wp-block-editor .wp-block-details[open] summary {
  margin-bottom: 1em;
}
body.guide .editor-styles-wrapper .wp-block-details[open] summary::before,
body.guide .wp-block-editor .wp-block-details[open] summary::before {
  transform: rotate(90deg); /* 90度回転して開いている時のマーカーに変更 */
}
body.guide .editor-styles-wrapper .wp-block-code,
body.guide .wp-block-editor .wp-block-code {
  background-color: #f2f2f2;
  padding: 1em;
}
.editor-styles-wrapper .wp-block-image,
.wp-block-editor .wp-block-image {
  margin-bottom: 2em;
}
.editor-styles-wrapper .wp-block-image.size-full img,
.wp-block-editor .wp-block-image.size-full img {
  width: 100% !important;
  max-width: 100%;
}
.editor-styles-wrapper .wp-block-image figcaption,
.wp-block-editor .wp-block-image figcaption {
  padding-top: 0.5em;
  font-size: 0.9em;
  line-height: 1.5;
}
.editor-styles-wrapper .wp-block-table table,
.wp-block-editor .wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.editor-styles-wrapper .wp-block-table table td,
.wp-block-editor .wp-block-table table td {
  border: 1px solid #ccc;
  padding: 8px;
}
.editor-styles-wrapper .wp-block-gallery,
.wp-block-editor .wp-block-gallery {
  display: flex;
  gap: 1.25rem;
}
.editor-styles-wrapper .wp-block-gallery figure,
.wp-block-editor .wp-block-gallery figure {
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.editor-styles-wrapper .wp-block-gallery figure.wp-block-image.is-style-rounded img,
.wp-block-editor .wp-block-gallery figure.wp-block-image.is-style-rounded img {
  border-radius: 2em;
}
.editor-styles-wrapper .wp-block-gallery figure.wp-block-image .wp-element-caption,
.wp-block-editor .wp-block-gallery figure.wp-block-image .wp-element-caption {
  background: none;
  color: inherit;
  flex: initial;
  margin: 0;
  padding: 10px 10px 9px;
  position: relative;
  text-shadow: none;
}
.editor-styles-wrapper .wp-block-gallery.has-nested-images figure.wp-block-image figcaption.wp-element-caption,
.wp-block-editor .wp-block-gallery.has-nested-images figure.wp-block-image figcaption.wp-element-caption {
  background: none;
  color: inherit;
  flex: initial;
  margin: 0;
  padding: 10px 10px 9px;
  position: relative;
  text-shadow: none;
}
.editor-styles-wrapper .wp-block-media-text.has-media-on-the-right,
.wp-block-editor .wp-block-media-text.has-media-on-the-right {
  flex-direction: row-reverse;
}
.editor-styles-wrapper .wp-block-buttons.is-layout-flex,
.wp-block-editor .wp-block-buttons.is-layout-flex {
  display: flex;
  justify-content: center;
}
.editor-styles-wrapper .wp-block-columns.is-layout-flex,
.wp-block-editor .wp-block-columns.is-layout-flex {
  display: flex;
  width: 100%;
}
.editor-styles-wrapper .wp-block-columns.section,
.wp-block-editor .wp-block-columns.section {
  padding: 12.5rem 0 0;
}
.editor-styles-wrapper .wp-block-columns.section::before,
.wp-block-editor .wp-block-columns.section::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  left: 50%;
  transform: translate(-50vw, 0);
  background: linear-gradient(180deg, rgb(227, 225, 220) 0%, rgb(234, 232, 227) 100%);
}
.editor-styles-wrapper .wp-block-columns.wp-block-framesijou_bk,
.wp-block-editor .wp-block-columns.wp-block-framesijou_bk {
  background-color: #c00;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 6rem;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .editor-styles-wrapper .wp-block-columns.wp-block-framesijou_bk,
  .wp-block-editor .wp-block-columns.wp-block-framesijou_bk {
    grid-template-columns: 1fr;
  }
}
.editor-styles-wrapper .wp-block-columns.wp-block-framesijou_bk.column_1,
.wp-block-editor .wp-block-columns.wp-block-framesijou_bk.column_1 {
  grid-template-columns: repeat(1, 1fr);
}
.editor-styles-wrapper .wp-block-columns.wp-block-framesijou_bk.column_2,
.wp-block-editor .wp-block-columns.wp-block-framesijou_bk.column_2 {
  grid-template-columns: repeat(2, 1fr);
}
.editor-styles-wrapper .wp-block-columns.wp-block-framesijou_bk.column_3,
.wp-block-editor .wp-block-columns.wp-block-framesijou_bk.column_3 {
  grid-template-columns: repeat(3, 1fr);
}
.editor-styles-wrapper .wp-block-columns.wp-block-framesijou_bk.col_3,
.wp-block-editor .wp-block-columns.wp-block-framesijou_bk.col_3 {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4rem;
}
@media screen and (max-width: 1200px) {
  .editor-styles-wrapper .wp-block-columns.wp-block-framesijou_bk.col_3,
  .wp-block-editor .wp-block-columns.wp-block-framesijou_bk.col_3 {
    grid-template-columns: 1fr;
  }
}
.editor-styles-wrapper .wp-block-columns.wp-block-framesijou_bk.single,
.wp-block-editor .wp-block-columns.wp-block-framesijou_bk.single {
  grid-template-columns: 1fr;
}
.editor-styles-wrapper .wp-block-columns.wp-block-framesijou_bk.row_2,
.wp-block-editor .wp-block-columns.wp-block-framesijou_bk.row_2 {
  grid-template-rows: auto;
}
.editor-styles-wrapper .wp-block-columns.wp-block-framesijou_bk.row_2 .wp-block-frames-item,
.wp-block-editor .wp-block-columns.wp-block-framesijou_bk.row_2 .wp-block-frames-item {
  grid-row: span 2;
}
.editor-styles-wrapper .wp-block-columns.wp-block-framesijou_bk.row_3 .wp-block-frames-item,
.wp-block-editor .wp-block-columns.wp-block-framesijou_bk.row_3 .wp-block-frames-item {
  grid-row: span 3;
}
@media screen and (max-width: 1200px) {
  .editor-styles-wrapper .wp-block-columns.wp-block-framesijou_bk.service,
  .wp-block-editor .wp-block-columns.wp-block-framesijou_bk.service {
    grid-gap: 6rem;
  }
}
.editor-styles-wrapper .wp-block-columns.wp-block-framesijou_bk.service .wp-block-frames-item:nth-of-type(3),
.wp-block-editor .wp-block-columns.wp-block-framesijou_bk.service .wp-block-frames-item:nth-of-type(3) {
  grid-row: 1/5;
  grid-column: 3/4;
  grid-template-rows: auto 1fr;
}
@media screen and (max-width: 1200px) {
  .editor-styles-wrapper .wp-block-columns.wp-block-framesijou_bk.service .wp-block-frames-item:nth-of-type(3),
  .wp-block-editor .wp-block-columns.wp-block-framesijou_bk.service .wp-block-frames-item:nth-of-type(3) {
    grid-row: auto;
    grid-column: auto;
  }
}
.editor-styles-wrapper .wp-block-columns.wp-block-framesijou_bk-item,
.wp-block-editor .wp-block-columns.wp-block-framesijou_bk-item {
  display: grid;
  grid-gap: 1em;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
.editor-styles-wrapper .wp-block-columns.wp-block-framesijou_bk-item .wp-block-heading,
.wp-block-editor .wp-block-columns.wp-block-framesijou_bk-item .wp-block-heading {
  border-bottom: solid 1px #ccc;
  padding-bottom: 0.75em;
  margin-bottom: 0.2em;
  width: 100%;
  display: flex;
  align-items: self-end;
}
.editor-styles-wrapper .wp-block-columns.wp-block-framesijou_bk-item-body.subgrid,
.wp-block-editor .wp-block-columns.wp-block-framesijou_bk-item-body.subgrid {
  display: grid;
  grid-gap: 1em;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
.editor-styles-wrapper .wp-block-frames,
.wp-block-editor .wp-block-frames {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  grid-gap: 6.25rem;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 900px) {
  .editor-styles-wrapper .wp-block-frames.service-unit,
  .wp-block-editor .wp-block-frames.service-unit {
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (max-width: 900px) {
  .editor-styles-wrapper .wp-block-frames.service-unit .wp-block-frames-item,
  .wp-block-editor .wp-block-frames.service-unit .wp-block-frames-item {
    grid-template-rows: auto;
  }
}
@media screen and (max-width: 1200px) {
  .editor-styles-wrapper .wp-block-frames,
  .wp-block-editor .wp-block-frames {
    grid-template-columns: 1fr;
    grid-gap: 3.125rem;
  }
}
@media screen and (max-width: 900px) {
  .editor-styles-wrapper .wp-block-frames,
  .wp-block-editor .wp-block-frames {
    grid-gap: 13.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}
.editor-styles-wrapper .wp-block-frames.col_1,
.wp-block-editor .wp-block-frames.col_1 {
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0 4rem;
}
@media screen and (max-width: 1200px) {
  .editor-styles-wrapper .wp-block-frames.col_1,
  .wp-block-editor .wp-block-frames.col_1 {
    grid-template-columns: 1fr;
  }
}
.editor-styles-wrapper .wp-block-frames.col_2,
.wp-block-editor .wp-block-frames.col_2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1200px) {
  .editor-styles-wrapper .wp-block-frames.col_2,
  .wp-block-editor .wp-block-frames.col_2 {
    grid-template-columns: 1fr;
  }
}
.editor-styles-wrapper .wp-block-frames.col_3,
.wp-block-editor .wp-block-frames.col_3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1200px) {
  .editor-styles-wrapper .wp-block-frames.col_3,
  .wp-block-editor .wp-block-frames.col_3 {
    grid-template-columns: 1fr;
  }
}
.editor-styles-wrapper .wp-block-frames.col_4,
.wp-block-editor .wp-block-frames.col_4 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1200px) {
  .editor-styles-wrapper .wp-block-frames.col_4,
  .wp-block-editor .wp-block-frames.col_4 {
    grid-template-columns: 1fr;
  }
}
.editor-styles-wrapper .wp-block-frames.single,
.wp-block-editor .wp-block-frames.single {
  grid-template-columns: 1fr;
}
.editor-styles-wrapper .wp-block-frames.row_2,
.wp-block-editor .wp-block-frames.row_2 {
  grid-template-rows: auto;
}
.editor-styles-wrapper .wp-block-frames.row_2 .wp-block-frames-item,
.wp-block-editor .wp-block-frames.row_2 .wp-block-frames-item {
  grid-row: span 2;
}
.editor-styles-wrapper .wp-block-frames.row_3,
.wp-block-editor .wp-block-frames.row_3 {
  grid-template-rows: repeat(3, auto);
}
.editor-styles-wrapper .wp-block-frames.row_3.words_s,
.wp-block-editor .wp-block-frames.row_3.words_s {
  grid-gap: 0 4.6875rem;
}
@media screen and (max-width: 1200px) {
  .editor-styles-wrapper .wp-block-frames.row_3.words_s,
  .wp-block-editor .wp-block-frames.row_3.words_s {
    grid-gap: 4.6875rem 0;
  }
}
@media screen and (max-width: 900px) {
  .editor-styles-wrapper .wp-block-frames.row_3.words_s,
  .wp-block-editor .wp-block-frames.row_3.words_s {
    grid-gap: 13.3333333333vw 0;
  }
}
.editor-styles-wrapper .wp-block-frames.row_3 .wp-block-frames-item,
.wp-block-editor .wp-block-frames.row_3 .wp-block-frames-item {
  grid-row: span 3;
}
@media screen and (max-width: 1200px) {
  .editor-styles-wrapper .wp-block-frames.row_3 .wp-block-frames-item,
  .wp-block-editor .wp-block-frames.row_3 .wp-block-frames-item {
    grid-gap: 0rem 0;
  }
}
.editor-styles-wrapper .wp-block-frames.centerContents,
.wp-block-editor .wp-block-frames.centerContents {
  margin-bottom: 1.25rem;
}
.editor-styles-wrapper .wp-block-frames.centerContents .wp-block-heading,
.wp-block-editor .wp-block-frames.centerContents .wp-block-heading {
  text-align: center;
  justify-content: center;
  font-size: 1.6rem;
}
.editor-styles-wrapper .wp-block-frames.centerContents .wp-block-heading::before,
.wp-block-editor .wp-block-frames.centerContents .wp-block-heading::before {
  font-size: 1rem;
}
@media screen and (max-width: 1200px) {
  .editor-styles-wrapper .wp-block-frames.centerContents .wp-block-heading,
  .wp-block-editor .wp-block-frames.centerContents .wp-block-heading {
    font-size: 1.3rem;
  }
}
.editor-styles-wrapper .wp-block-frames.centerContents .column-body h4,
.wp-block-editor .wp-block-frames.centerContents .column-body h4 {
  text-align: center;
  font-size: 1.1rem;
}
.editor-styles-wrapper .wp-block-frames.centerContents .column-body p,
.wp-block-editor .wp-block-frames.centerContents .column-body p {
  text-align: center;
  font-size: 1.1rem;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .editor-styles-wrapper .wp-block-frames.centerContents .column-body p,
  .wp-block-editor .wp-block-frames.centerContents .column-body p {
    line-height: 1.8;
  }
}
.editor-styles-wrapper .wp-block-frames.centerContents .column-body p.s,
.wp-block-editor .wp-block-frames.centerContents .column-body p.s {
  font-size: 0.9em;
  margin-bottom: 2em;
}
@media screen and (max-width: 900px) {
  .editor-styles-wrapper .wp-block-frames.centerContents .column-body p,
  .wp-block-editor .wp-block-frames.centerContents .column-body p {
    font-size: 0.9rem;
    text-align: left;
  }
  .editor-styles-wrapper .wp-block-frames.centerContents .column-body p:first-child,
  .wp-block-editor .wp-block-frames.centerContents .column-body p:first-child {
    text-align: left;
  }
}
.editor-styles-wrapper .wp-block-frames.service,
.wp-block-editor .wp-block-frames.service {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 4rem;
}
@media screen and (max-width: 1200px) {
  .editor-styles-wrapper .wp-block-frames.service,
  .wp-block-editor .wp-block-frames.service {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .editor-styles-wrapper .wp-block-frames.service .wp-block-frames-item,
  .wp-block-editor .wp-block-frames.service .wp-block-frames-item {
    grid-row: auto !important;
    grid-column: auto !important;
    grid-template-rows: auto !important;
  }
}
.editor-styles-wrapper .wp-block-frames.service .wp-block-frames-item:nth-of-type(3),
.wp-block-editor .wp-block-frames.service .wp-block-frames-item:nth-of-type(3) {
  grid-row: 1/6;
  grid-column: 3/4;
  grid-template-rows: auto 1fr;
}
@media screen and (max-width: 1200px) {
  .editor-styles-wrapper .wp-block-frames.service .wp-block-frames-item:nth-of-type(3) ul,
  .wp-block-editor .wp-block-frames.service .wp-block-frames-item:nth-of-type(3) ul {
    column-count: 2;
    column-gap: 2rem;
    padding: 0 0 0 2em;
  }
  .editor-styles-wrapper .wp-block-frames.service .wp-block-frames-item:nth-of-type(3) ul li,
  .wp-block-editor .wp-block-frames.service .wp-block-frames-item:nth-of-type(3) ul li {
    break-inside: avoid;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 900px) {
  .editor-styles-wrapper .wp-block-frames.service .wp-block-frames-item:nth-of-type(3) ul,
  .wp-block-editor .wp-block-frames.service .wp-block-frames-item:nth-of-type(3) ul {
    display: block;
    column-count: auto;
    padding: 0 0 0 2em;
  }
  .editor-styles-wrapper .wp-block-frames.service .wp-block-frames-item:nth-of-type(3) ul li,
  .wp-block-editor .wp-block-frames.service .wp-block-frames-item:nth-of-type(3) ul li {
    margin-bottom: 1rem;
  }
}
.editor-styles-wrapper .wp-block-frames-item,
.wp-block-editor .wp-block-frames-item {
  display: grid;
  grid-gap: 1em;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
.editor-styles-wrapper .wp-block-frames-item.has-subhead.col_1,
.wp-block-editor .wp-block-frames-item.has-subhead.col_1 {
  grid-template-rows: auto;
}
.editor-styles-wrapper .wp-block-frames-item.has-subhead.col_1 .wp-block-read,
.wp-block-editor .wp-block-frames-item.has-subhead.col_1 .wp-block-read {
  margin-bottom: 0;
}
.editor-styles-wrapper .wp-block-frames-item .wp-block-heading,
.wp-block-editor .wp-block-frames-item .wp-block-heading {
  border-bottom: solid 1px #ccc;
  padding-bottom: 0.75em;
  width: 100%;
  display: flex;
  align-items: self-end;
  align-content: flex-end;
  flex-wrap: wrap;
  font-size: 1.2rem;
}
.editor-styles-wrapper .wp-block-frames-item .wp-block-heading small,
.wp-block-editor .wp-block-frames-item .wp-block-heading small {
  transform: translate(1em, -0.6em);
  font-size: 0.6em;
}
.editor-styles-wrapper .wp-block-frames-item-body.subgrid,
.wp-block-editor .wp-block-frames-item-body.subgrid {
  display: grid;
  grid-gap: 1em;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
.editor-styles-wrapper .wp-block-more,
.wp-block-editor .wp-block-more {
  display: grid;
  text-align: left;
  min-width: 15.625rem;
  height: 4.375rem;
  align-content: center;
  border-bottom: solid 1px #9f9f9f;
  padding-right: 3.125rem;
  padding-left: 0rem;
  padding-bottom: 0.3125rem;
  font-size: 1.6em;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.editor-styles-wrapper .wp-block-more::after,
.wp-block-editor .wp-block-more::after {
  content: "→";
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  right: 0.625rem;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 0.6em;
}
.editor-styles-wrapper .wp-block-more .label,
.wp-block-editor .wp-block-more .label {
  margin-bottom: 0.2em;
}
.editor-styles-wrapper .wp-block-more .text,
.wp-block-editor .wp-block-more .text {
  font-size: 0.45em;
}
.editor-styles-wrapper .wp-block-more.bg,
.wp-block-editor .wp-block-more.bg {
  padding: 0.625rem 4.6875rem 0.625rem 1.875rem;
}
.editor-styles-wrapper .wp-block-more.bg::after,
.wp-block-editor .wp-block-more.bg::after {
  background-color: #fff;
  right: 0.9375rem;
}
.editor-styles-wrapper .wp-block-btn,
.wp-block-editor .wp-block-btn {
  margin-bottom: 1em;
}
.editor-styles-wrapper .wp-block-btn + p,
.wp-block-editor .wp-block-btn + p {
  text-align: center;
  font-size: 0.75rem;
}
.editor-styles-wrapper .wp-block-action,
.wp-block-editor .wp-block-action {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.editor-styles-wrapper .wp-block-action .inWrap,
.wp-block-editor .wp-block-action .inWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.editor-styles-wrapper .wp-block-action .inBlock,
.wp-block-editor .wp-block-action .inBlock {
  display: block;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.editor-styles-wrapper .wp-block-action:not(:last-child),
.wp-block-editor .wp-block-action:not(:last-child) {
  margin-bottom: 6.25rem;
}
.editor-styles-wrapper .wp-block-action a,
.wp-block-editor .wp-block-action a {
  text-decoration: none !important;
}
.editor-styles-wrapper .wp-block-action.pagenation,
.wp-block-editor .wp-block-action.pagenation {
  padding-top: 6.25rem;
}
.editor-styles-wrapper .wp-block-action.pagenation .screen-reader-text,
.wp-block-editor .wp-block-action.pagenation .screen-reader-text {
  display: none;
}
@media screen and (max-width: 900px) {
  .editor-styles-wrapper .wp-block-action.pagenation,
  .wp-block-editor .wp-block-action.pagenation {
    margin-top: 0vw;
    padding-bottom: 13.3333333333vw !important;
  }
  .editor-styles-wrapper .wp-block-action.pagenation nav,
  .wp-block-editor .wp-block-action.pagenation nav {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .editor-styles-wrapper .wp-block-action.pagenation .btn-bg,
  .wp-block-editor .wp-block-action.pagenation .btn-bg {
    min-width: 26.6666666667vw !important;
  }
}
.editor-styles-wrapper .wp-block-action.pagenation .inWrap,
.wp-block-editor .wp-block-action.pagenation .inWrap {
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .editor-styles-wrapper .wp-block-action.pagenation .inWrap,
  .wp-block-editor .wp-block-action.pagenation .inWrap {
    align-items: flex-start;
  }
  .editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn,
  .wp-block-editor .wp-block-action.pagenation .inWrap .btn {
    display: grid !important;
    grid-template-columns: auto 1fr !important;
    grid-template-rows: 1fr !important;
    max-width: none;
    width: auto !important;
    height: auto !important;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-feature-settings: "vert" 1, "vpal" 1;
  }
  .editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn.pagenation-next .label, .editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn.pagenation-archives-next .label,
  .wp-block-editor .wp-block-action.pagenation .inWrap .btn.pagenation-next .label,
  .wp-block-editor .wp-block-action.pagenation .inWrap .btn.pagenation-archives-next .label {
    order: 2;
  }
  .editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn.pagenation-next .label:before, .editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn.pagenation-archives-next .label:before,
  .wp-block-editor .wp-block-action.pagenation .inWrap .btn.pagenation-next .label:before,
  .wp-block-editor .wp-block-action.pagenation .inWrap .btn.pagenation-archives-next .label:before {
    content: "→";
    display: inline-block;
    transform: rotate(-90deg);
  }
  .editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn.pagenation-next .label::after, .editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn.pagenation-archives-next .label::after,
  .wp-block-editor .wp-block-action.pagenation .inWrap .btn.pagenation-next .label::after,
  .wp-block-editor .wp-block-action.pagenation .inWrap .btn.pagenation-archives-next .label::after {
    display: none !important;
  }
  .editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn.pagenation-next .title, .editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn.pagenation-archives-next .title,
  .wp-block-editor .wp-block-action.pagenation .inWrap .btn.pagenation-next .title,
  .wp-block-editor .wp-block-action.pagenation .inWrap .btn.pagenation-archives-next .title {
    order: 2;
  }
  .editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn.pagenation-prev .label:before, .editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn.pagenation-archives-prev .label:before,
  .wp-block-editor .wp-block-action.pagenation .inWrap .btn.pagenation-prev .label:before,
  .wp-block-editor .wp-block-action.pagenation .inWrap .btn.pagenation-archives-prev .label:before {
    content: "→";
    display: inline-block;
    transform: rotate(-90deg);
  }
  .editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn.pagenation-prev .label::after, .editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn.pagenation-archives-prev .label::after,
  .wp-block-editor .wp-block-action.pagenation .inWrap .btn.pagenation-prev .label::after,
  .wp-block-editor .wp-block-action.pagenation .inWrap .btn.pagenation-archives-prev .label::after {
    display: none !important;
  }
  .editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn-bg,
  .wp-block-editor .wp-block-action.pagenation .inWrap .btn-bg {
    min-width: auto !important;
    width: 10.6666666667vw;
    height: 29.3333333333vw !important;
    padding: 0.6666666667vw !important;
  }
  .editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn .title,
  .wp-block-editor .wp-block-action.pagenation .inWrap .btn .title {
    display: flex;
    height: 100%;
  }
}
.editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn,
.wp-block-editor .wp-block-action.pagenation .inWrap .btn {
  padding: 0;
  display: inline-flex;
  width: auto;
  max-width: 48%;
  height: 100%;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
.editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn-bg,
.wp-block-editor .wp-block-action.pagenation .inWrap .btn-bg {
  min-width: 12.5rem;
}
.editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn.pagenation-next .label::before, .editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn.pagenation-archives-prev .label::before,
.wp-block-editor .wp-block-action.pagenation .inWrap .btn.pagenation-next .label::before,
.wp-block-editor .wp-block-action.pagenation .inWrap .btn.pagenation-archives-prev .label::before {
  content: "←";
  display: inline-block;
}
.editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn.pagenation-prev, .editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn.pagenation-archives-next,
.wp-block-editor .wp-block-action.pagenation .inWrap .btn.pagenation-prev,
.wp-block-editor .wp-block-action.pagenation .inWrap .btn.pagenation-archives-next {
  flex-direction: row-reverse;
}
.editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn.pagenation-prev .label::after, .editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn.pagenation-archives-next .label::after,
.wp-block-editor .wp-block-action.pagenation .inWrap .btn.pagenation-prev .label::after,
.wp-block-editor .wp-block-action.pagenation .inWrap .btn.pagenation-archives-next .label::after {
  content: "→";
  display: inline-block;
}
.editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn .thumb,
.wp-block-editor .wp-block-action.pagenation .inWrap .btn .thumb {
  display: none;
}
.editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn .label,
.wp-block-editor .wp-block-action.pagenation .inWrap .btn .label {
  display: flex;
  gap: 1em;
  justify-content: center;
  height: 100%;
  background-color: #303030;
  color: #fff;
}
.editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn .title,
.wp-block-editor .wp-block-action.pagenation .inWrap .btn .title {
  font-size: 0.8em;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* ← ここで表示する最大行数を指定 */
  overflow: hidden;
}
.editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn.deactive,
.wp-block-editor .wp-block-action.pagenation .inWrap .btn.deactive {
  pointer-events: none;
  opacity: 0.1;
}
.editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn.deactive del,
.wp-block-editor .wp-block-action.pagenation .inWrap .btn.deactive del {
  text-decoration: none;
}
.editor-styles-wrapper .wp-block-action.pagenation .inWrap .pagination .page-numbers.current,
.wp-block-editor .wp-block-action.pagenation .inWrap .pagination .page-numbers.current {
  opacity: 0.2;
}
.editor-styles-wrapper .wp-block-action.index,
.wp-block-editor .wp-block-action.index {
  justify-content: flex-end;
}
.editor-styles-wrapper .wp-block-action.index .inWrap,
.wp-block-editor .wp-block-action.index .inWrap {
  width: 100%;
  justify-content: flex-end;
}
.editor-styles-wrapper .wp-block-action.index .inWrap ul,
.wp-block-editor .wp-block-action.index .inWrap ul {
  gap: 1em;
}
.editor-styles-wrapper .wp-block-action.index .inWrap ul li,
.wp-block-editor .wp-block-action.index .inWrap ul li {
  width: auto;
  padding: 0.2em;
}
.editor-styles-wrapper .wp-block-action.index .inWrap ul li::before,
.wp-block-editor .wp-block-action.index .inWrap ul li::before {
  display: none;
}
.editor-styles-wrapper .wp-block-action.posLeft,
.wp-block-editor .wp-block-action.posLeft {
  justify-content: flex-start;
}
.editor-styles-wrapper .wp-block-action.moreFaq,
.wp-block-editor .wp-block-action.moreFaq {
  margin-top: 3.125rem;
  font-size: 0.856875rem;
  cursor: pointer;
}
.editor-styles-wrapper .wp-block-entrybox,
.wp-block-editor .wp-block-entrybox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2em 2em;
  margin-bottom: 6.25rem;
}
.editor-styles-wrapper .wp-block-entrybox.archives,
.wp-block-editor .wp-block-entrybox.archives {
  grid-template-columns: 1fr;
}
@media screen and (max-width: 900px) {
  .editor-styles-wrapper .wp-block-entrybox.archives,
  .wp-block-editor .wp-block-entrybox.archives {
    grid-gap: 10.6666666667vw;
    margin-bottom: 26.6666666667vw;
  }
}
.editor-styles-wrapper .wp-block-entrybox.archives .wp-block-entrybox-item a,
.wp-block-editor .wp-block-entrybox.archives .wp-block-entrybox-item a {
  padding: 1.25rem;
}
@media screen and (max-width: 900px) {
  .editor-styles-wrapper .wp-block-entrybox.archives .wp-block-entrybox-item a,
  .wp-block-editor .wp-block-entrybox.archives .wp-block-entrybox-item a {
    padding: 0vw;
  }
}
@media screen and (max-width: 900px) {
  .editor-styles-wrapper .wp-block-entrybox.archives .wp-block-entrybox-item-wrap,
  .wp-block-editor .wp-block-entrybox.archives .wp-block-entrybox-item-wrap {
    grid-template-columns: 1fr !important;
    grid-gap: 0vw !important;
  }
}
@media screen and (max-width: 1200px) {
  .editor-styles-wrapper .wp-block-entrybox,
  .wp-block-editor .wp-block-entrybox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2em 4em;
  }
}
@media screen and (max-width: 900px) {
  .editor-styles-wrapper .wp-block-entrybox,
  .wp-block-editor .wp-block-entrybox {
    grid-template-columns: 1fr;
  }
}
.editor-styles-wrapper .wp-block-entrybox-item,
.wp-block-editor .wp-block-entrybox-item {
  width: 100%;
  padding: 0rem;
}
@media screen and (max-width: 1200px) {
  .editor-styles-wrapper .wp-block-entrybox-item,
  .wp-block-editor .wp-block-entrybox-item {
    width: auto;
  }
}
.editor-styles-wrapper .wp-block-entrybox-item a,
.wp-block-editor .wp-block-entrybox-item a {
  padding: 0rem;
  transition: all 300ms ease;
}
@media screen and (max-width: 1200px) {
  .editor-styles-wrapper .wp-block-entrybox-item a,
  .wp-block-editor .wp-block-entrybox-item a {
    padding: 0rem;
  }
}
.editor-styles-wrapper .wp-block-entrybox-item a,
.editor-styles-wrapper .wp-block-entrybox-item a:link,
.editor-styles-wrapper .wp-block-entrybox-item a:active,
.editor-styles-wrapper .wp-block-entrybox-item a:visited,
.wp-block-editor .wp-block-entrybox-item a,
.wp-block-editor .wp-block-entrybox-item a:link,
.wp-block-editor .wp-block-entrybox-item a:active,
.wp-block-editor .wp-block-entrybox-item a:visited {
  text-decoration: none;
}
.editor-styles-wrapper .wp-block-entrybox-item picture,
.wp-block-editor .wp-block-entrybox-item picture {
  display: block;
  aspect-ratio: 1200/630;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0rem;
}
@media screen and (max-width: 900px) {
  .editor-styles-wrapper .wp-block-entrybox-item picture,
  .wp-block-editor .wp-block-entrybox-item picture {
    margin-bottom: 2.6666666667vw;
  }
}
.editor-styles-wrapper .wp-block-entrybox-item picture img,
.wp-block-editor .wp-block-entrybox-item picture img {
  object-fit: cover;
  height: 100%;
}
.editor-styles-wrapper .wp-block-entrybox-item .wp-block-entrybox-item-title,
.wp-block-editor .wp-block-entrybox-item .wp-block-entrybox-item-title {
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  line-height: 1.5;
  position: relative;
}
.editor-styles-wrapper .wp-block-entrybox-item time,
.wp-block-editor .wp-block-entrybox-item time {
  display: none;
}
.editor-styles-wrapper .wp-block-entrybox-item time span,
.wp-block-editor .wp-block-entrybox-item time span {
  text-decoration: none !important;
}
.editor-styles-wrapper .wp-block-entrybox-item.mark-new::after,
.wp-block-editor .wp-block-entrybox-item.mark-new::after {
  content: "NEW";
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0rem;
  left: 0rem;
  z-index: 6;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  transform: translate(-20%, -20%);
  font-size: 0.5rem;
  line-height: 1;
  padding: 0.4em 0.6em;
  background-color: #d7000f;
  color: #fff;
}
.editor-styles-wrapper .wp-block-entrybox-item-wrap,
.wp-block-editor .wp-block-entrybox-item-wrap {
  display: block;
}
.editor-styles-wrapper .wp-block-entrybox-item .category,
.wp-block-editor .wp-block-entrybox-item .category {
  position: absolute;
  top: 0.1875rem;
  right: 0.1875rem;
  z-index: 6;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 0.666875rem;
  line-height: 1;
  padding: 0.4em 0.6em;
  background-color: #303030;
  color: #fff;
}
.editor-styles-wrapper .wp-block-entrybox-item img,
.wp-block-editor .wp-block-entrybox-item img {
  margin-bottom: 0.5em;
}
.editor-styles-wrapper .wp-block-entrybox-item-title,
.wp-block-editor .wp-block-entrybox-item-title {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.editor-styles-wrapper .wp-block-entrybox.archives .wp-block-entrybox-item,
.wp-block-editor .wp-block-entrybox.archives .wp-block-entrybox-item {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .editor-styles-wrapper .wp-block-entrybox.archives .wp-block-entrybox-item a:hover,
  .wp-block-editor .wp-block-entrybox.archives .wp-block-entrybox-item a:hover {
    background-color: #f2f2eb;
  }
}
.editor-styles-wrapper .wp-block-entrybox.archives .wp-block-entrybox-item .wp-block-entrybox-item-wrap,
.wp-block-editor .wp-block-entrybox.archives .wp-block-entrybox-item .wp-block-entrybox-item-wrap {
  text-decoration: none !important;
  display: grid;
  grid-template-columns: clamp(12.5rem, 15vw, 18.75rem) 1fr;
  grid-gap: 2em;
  align-items: center;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .editor-styles-wrapper .wp-block-entrybox.archives .wp-block-entrybox-item .wp-block-entrybox-item-wrap,
  .wp-block-editor .wp-block-entrybox.archives .wp-block-entrybox-item .wp-block-entrybox-item-wrap {
    grid-template-columns: 1fr;
    grid-gap: 1.25rem;
  }
}
.editor-styles-wrapper .wp-block-entrybox.archives .wp-block-entrybox-item .wp-block-entrybox-item-wrap .wp-block-entrybox-item-title,
.wp-block-editor .wp-block-entrybox.archives .wp-block-entrybox-item .wp-block-entrybox-item-wrap .wp-block-entrybox-item-title {
  text-decoration: none !important;
}
.editor-styles-wrapper .wp-block-entrybox.archives .wp-block-entrybox-item .wp-block-entrybox-item-wrap .wp-block-entrybox-item-title h3,
.wp-block-editor .wp-block-entrybox.archives .wp-block-entrybox-item .wp-block-entrybox-item-wrap .wp-block-entrybox-item-title h3 {
  font-size: 1.2rem;
  line-height: 1.5;
}
.editor-styles-wrapper .wp-block-entrybox.archives .wp-block-entrybox-item .wp-block-entrybox-item-wrap .wp-block-entrybox-item-title p,
.wp-block-editor .wp-block-entrybox.archives .wp-block-entrybox-item .wp-block-entrybox-item-wrap .wp-block-entrybox-item-title p {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 0.856875rem;
}
.editor-styles-wrapper .wp-block-entrybox.archives.mode-page a,
.wp-block-editor .wp-block-entrybox.archives.mode-page a {
  grid-template-columns: 1fr !important;
}
.editor-styles-wrapper .wp-block-entrybox.archives.mode-page a .thumb,
.wp-block-editor .wp-block-entrybox.archives.mode-page a .thumb {
  display: none;
}
.editor-styles-wrapper .wp-block-tags,
.wp-block-editor .wp-block-tags {
  margin-bottom: 2em;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 4em;
}
.editor-styles-wrapper .wp-block-tags.full,
.wp-block-editor .wp-block-tags.full {
  grid-template-columns: 1fr;
}
@media screen and (max-width: 900px) {
  .editor-styles-wrapper .wp-block-tags,
  .wp-block-editor .wp-block-tags {
    grid-template-columns: 1fr;
  }
}
.editor-styles-wrapper .wp-block-tags h5,
.wp-block-editor .wp-block-tags h5 {
  font-size: 1.5rem;
}
.editor-styles-wrapper .wp-block-tags ul,
.wp-block-editor .wp-block-tags ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.editor-styles-wrapper .wp-block-tags ul li,
.wp-block-editor .wp-block-tags ul li {
  margin: 0 0.5em 0 0;
}
.editor-styles-wrapper .wp-block-tags ul li span,
.editor-styles-wrapper .wp-block-tags ul li a,
.wp-block-editor .wp-block-tags ul li span,
.wp-block-editor .wp-block-tags ul li a {
  display: inline-block;
  padding: 0em;
  line-height: 1;
  font-size: 0.9em;
  border-radius: 0.125rem;
}
.editor-styles-wrapper .wp-block-tags ul:not(.__category) li span::before,
.editor-styles-wrapper .wp-block-tags ul:not(.__category) li a::before,
.wp-block-editor .wp-block-tags ul:not(.__category) li span::before,
.wp-block-editor .wp-block-tags ul:not(.__category) li a::before {
  content: "# ";
}
.editor-styles-wrapper .wp-block-tags ul.__bg li span,
.editor-styles-wrapper .wp-block-tags ul.__bg li a,
.wp-block-editor .wp-block-tags ul.__bg li span,
.wp-block-editor .wp-block-tags ul.__bg li a {
  padding: 0.3em 0.2em 0.45em;
  color: #303030;
  border: solid 0px #ddd;
}
.editor-styles-wrapper .wp-block-boxlink,
.wp-block-editor .wp-block-boxlink {
  display: flex;
  place-content: center;
  list-style: none;
  padding: 0;
  gap: 1.25rem;
  flex-wrap: wrap;
  align-items: stretch;
}
.editor-styles-wrapper .wp-block-boxlink li,
.wp-block-editor .wp-block-boxlink li {
  width: calc((100% - 2 * 1.25rem) / 3);
  margin: 0;
  display: flex;
  place-items: center;
  place-content: center;
  border: solid 1px #ccc;
}
@media screen and (max-width: 1200px) {
  .editor-styles-wrapper .wp-block-boxlink li,
  .wp-block-editor .wp-block-boxlink li {
    width: calc((100% - 2 * 1.25rem) / 2);
  }
}
@media screen and (max-width: 900px) {
  .editor-styles-wrapper .wp-block-boxlink li,
  .wp-block-editor .wp-block-boxlink li {
    width: 100%;
  }
}
.editor-styles-wrapper .wp-block-boxlink li a,
.wp-block-editor .wp-block-boxlink li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .editor-styles-wrapper .wp-block-boxlink li a,
  .wp-block-editor .wp-block-boxlink li a {
    padding: 2rem;
  }
}
@media screen and (max-width: 900px) {
  .editor-styles-wrapper .wp-block-boxlink li a,
  .wp-block-editor .wp-block-boxlink li a {
    padding: 2em;
  }
}
.editor-styles-wrapper .wp-block-boxlink li a:hover,
.wp-block-editor .wp-block-boxlink li a:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.editor-styles-wrapper .wp-block-boxlink li a span,
.wp-block-editor .wp-block-boxlink li a span {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 900px) {
  .editor-styles-wrapper .wp-block-boxlink li a span,
  .wp-block-editor .wp-block-boxlink li a span {
    display: grid;
    grid-template-columns: 6.6666666667vw 1fr;
    grid-gap: 1em;
  }
}
.editor-styles-wrapper .wp-block-boxlink li a span::before,
.wp-block-editor .wp-block-boxlink li a span::before {
  content: "";
  display: none;
  aspect-ratio: 1/1;
  width: 2.5rem;
  max-width: 100%;
  flex-shrink: 0;
  margin-bottom: 1em;
}
.editor-styles-wrapper .wp-block-boxlink li a span .icon,
.wp-block-editor .wp-block-boxlink li a span .icon {
  aspect-ratio: 1/1;
  width: 3.75rem;
  max-width: 100%;
  flex-shrink: 0;
  margin-bottom: 1em;
}
@media screen and (max-width: 900px) {
  .editor-styles-wrapper .wp-block-boxlink li a span .icon,
  .wp-block-editor .wp-block-boxlink li a span .icon {
    width: 100%;
    margin-bottom: 0;
  }
}
.editor-styles-wrapper .wp-block-references,
.wp-block-editor .wp-block-references {
  margin-top: 5em;
  margin-bottom: 3em;
  background-color: rgba(255, 255, 255, 0.3);
  border: dashed 1px #ccc;
  padding: 2.5rem;
}
.editor-styles-wrapper .wp-block-references h2,
.wp-block-editor .wp-block-references h2 {
  font-size: 1.5rem;
  margin-bottom: 1em;
}
.editor-styles-wrapper .wp-block-references ol,
.wp-block-editor .wp-block-references ol {
  list-style: none; /* デフォルトの番号を消す */
  counter-reset: ref-counter; /* カウンターを初期化 */
  padding-left: 0;
}
.editor-styles-wrapper .wp-block-references ol li,
.wp-block-editor .wp-block-references ol li {
  font-size: 0.856875rem;
  line-height: 1.5;
  padding-left: 2.5em;
  counter-increment: ref-counter;
}
.editor-styles-wrapper .wp-block-references ol li::before,
.wp-block-editor .wp-block-references ol li::before {
  content: "※" counter(ref-counter); /* ※＋数字 */
  position: absolute;
  left: 0;
  font-weight: 600;
}
.editor-styles-wrapper .wp-block-references ol li:not(:last-child),
.wp-block-editor .wp-block-references ol li:not(:last-child) {
  margin-bottom: 2em;
}
.editor-styles-wrapper .wp-block-references ol li dl,
.wp-block-editor .wp-block-references ol li dl {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0.5em 1em;
  margin: 0;
}
.editor-styles-wrapper .wp-block-references ol li dl dt,
.wp-block-editor .wp-block-references ol li dl dt {
  margin: 0;
  font-size: inherit;
  text-align: right;
}
.editor-styles-wrapper .wp-block-references ol li dl dd,
.wp-block-editor .wp-block-references ol li dl dd {
  margin: 0;
  padding: 0;
  font-size: inherit;
}
.editor-styles-wrapper .wp-block-references ol li dl dd a,
.wp-block-editor .wp-block-references ol li dl dd a {
  line-height: 1 !important;
}
.editor-styles-wrapper .highlight2,
.wp-block-editor .highlight2 {
  background: linear-gradient(transparent 60%, rgba(255, 252, 0, 0.5) 40%);
  border-radius: 2px;
  padding: 0 0.2em;
}
.editor-styles-wrapper iframe,
.wp-block-editor iframe {
  width: 100%;
  height: auto !important;
  aspect-ratio: 16/9;
  filter: hue-rotate(0deg) saturate(50%) grayscale(30%);
}

ol.wp-block-list {
  list-style: decimal;
  padding-left: 1.5em;
  margin-bottom: 2em;
}
ol.wp-block-list li {
  margin-bottom: 0.5em;
}

ul.wp-block-list {
  list-style: disc;
  padding-left: 1.5em;
  margin-bottom: 2em;
}
ul.wp-block-list li {
  margin-bottom: 0.5em;
}

.wp-container-core-group-is-layout-1 {
  grid-template-columns: auto;
}

.editor-styles-wrapper {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-variation-settings: "wght" 500;
  font-feature-settings: "palt";
  line-height: 2;
  letter-spacing: 0.07em;
  background-color: #eae8e3;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .editor-styles-wrapper {
    line-height: 1.8;
    font-weight: 600;
    font-variation-settings: "wght" 600;
  }
}

.edit-post-visual-editor__post-title-wrapper h1.editor-post-title {
  font-size: 3.2em;
  margin-bottom: 8rem;
}

.wp-block-post-content h1.wp-block-heading,
.wp-block-post-content .wp-block-superheadline {
  font-size: 2.7em;
  margin-bottom: 0.2em;
  font-weight: 600;
  background-color: #369;
}
.wp-block-post-content h2.wp-block-heading {
  font-size: 1.5rem;
  margin-bottom: 1em;
}
.wp-block-post-content h3.wp-block-heading {
  font-size: 1.2rem;
  margin-bottom: 0.5em;
}
.wp-block-post-content h4.wp-block-heading {
  font-size: 1.0625rem;
  margin-bottom: 0.5em;
}
.wp-block-post-content h5.wp-block-heading {
  font-size: 1rem;
  margin-bottom: 0.5em;
}
.wp-block-post-content h6.wp-block-heading {
  font-size: 0.75rem;
  margin-bottom: 0.5em;
}
.wp-block-post-content p {
  line-height: 2;
  margin-bottom: 2em;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .wp-block-post-content p {
    line-height: 1.8;
    font-weight: 600;
    font-variation-settings: "wght" 600;
  }
}
.wp-block-post-content p a {
  display: inline;
}
html :where(.wp-block) {
  max-width: 820px !important;
}

html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container > .wp-block[data-align=full] {
  margin-left: auto;
  margin-right: auto;
}