@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;
  min-width: 0;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}
ol li,
ul li {
  margin-bottom: 0.5em;
}
ol li ol,
ol li ul,
ul li ol,
ul li ul {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
ol li ol li,
ol li ul li,
ul li ol li,
ul li ul li {
  margin-bottom: 0;
}

blockquote,
q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table tr th p:last-child, table tr th ol:last-child, table tr th ul:last-child,
table tr td p:last-child,
table tr td ol:last-child,
table tr td ul:last-child {
  margin-bottom: 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, .btn),
a:link.blank-link:not(.noline, .btn),
button.blank-link:not(.noline, .btn) {
  margin-left: 0.1em;
}
a.blank-link:not(.noline, .btn)::after,
a:link.blank-link:not(.noline, .btn)::after,
button.blank-link:not(.noline, .btn)::after {
  font-family: "Material Symbols Rounded";
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 200, "opsz" 48;
  content: "\e89e";
  line-height: 1;
  font-size: 1.2857142857rem;
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
  transform: translate(0, 5%);
  width: 1.0714285714rem;
  height: 1.0714285714rem;
  margin-left: 0.1em;
  margin-right: 0.5em;
}
a.blank-link:not(.noline, .btn) .iconBlank,
a:link.blank-link:not(.noline, .btn) .iconBlank,
button.blank-link:not(.noline, .btn) .iconBlank {
  display: inline;
  transform: translate(0, -35%);
  width: 0.7142857143rem;
  height: auto;
  margin-left: 0.2em;
  display: none;
}

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

code,
pre {
  position: relative;
  display: block;
  width: -webkit-fill-available;
  white-space: break-spaces;
  color: #222;
  margin: 1em 2em 4em;
  padding: 2em 1em 1em;
  font-size: 14px;
  line-height: 1.5;
  background-color: #eee !important;
  box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.5);
  border-radius: 1em;
  border: solid 1px yellow;
}
code:after,
pre:after {
  content: "HTML";
  display: inline-block;
  line-height: 1;
  font-size: 10px;
  background-color: #000;
  color: yellow;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.3em;
}

/* 
================================================================================
tag
================================================================================
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
h6.wp-block-heading {
  font-size: 1.2857142857rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  h6.wp-block-heading {
    font-size: 3.2vw;
  }
}

h5.wp-block-heading {
  font-size: 1.5714285714rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  h5.wp-block-heading {
    font-size: 3.4666666667vw;
  }
}

h4.wp-block-heading {
  font-size: 1.8571428571rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  h4.wp-block-heading {
    font-size: 4.5333333333vw;
  }
}

h3.wp-block-heading {
  font-size: 2.2857142857rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  h3.wp-block-heading {
    font-size: 5.0666666667vw;
  }
}

h2.wp-block-heading {
  font-size: 2.2857142857rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  h2.wp-block-heading {
    font-size: 5.0666666667vw;
  }
}

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.no-disc, ul.no_icon {
  list-style: none;
  padding-left: 0;
}
ul.no-disc li, ul.no_icon li {
  padding-left: 0;
}
ul li {
  position: relative;
  line-height: 1.6;
}
ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
ul li:last-child {
  margin-bottom: 0;
}

ol {
  list-style: decimal;
  padding-left: 1.5em;
}
ol li:last-child {
  margin-bottom: 0;
}
/* 
================================================================================
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.guideMode .template_header, body.guideMode .template_footer {
  background-color: #ddd;
}
body.guideMode .template_include {
  background-color: #f5ecd8;
}
body.guideMode .template_header, body.guideMode .template_include, body.guideMode .template_footer {
  margin: 2em;
  padding: 1em;
  border: dashed 2px #000;
}
body.guideMode .template_header::before, body.guideMode .template_include::before, body.guideMode .template_footer::before {
  display: block;
}
body.guideMode .template_header::before {
  content: "header.php";
}
body.guideMode .template_include::before {
  content: attr(data-temp) "";
}
body.guideMode .template_footer::before {
  content: "footer.php";
}
body.guideMode .fn {
  margin: 1em;
  padding: 1em;
  background-color: #f2f2f2;
}
body.guideMode .fn h6 {
  font-size: 1.2em;
  margin-bottom: 1em;
}
body.guideMode .fn ul {
  display: flex;
}
body.guideMode .fn ul li {
  padding: 0.5em;
}
body.guideMode .fn ul li:not(:last-child)::after {
  content: " > ";
  display: inline-block;
  margin-left: 1em;
}
body.guideMode .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;
}
dl.alldata dd a {
  display: inline;
  background-color: #222;
}

/* 
================================================================================
ガイド
================================================================================
*/
/* 
================================================================================
サイズ
================================================================================
*/
/* 
================================================================================
色
================================================================================
*/
/* 
================================================================================
書体
================================================================================
*/
/* 
================================================================================
フォントサイズ
================================================================================
*/
/* 
================================================================================
設定
================================================================================
*/
/* 
================================================================================
追加オプション
================================================================================
*/
/* 
================================================================================
ガイド
================================================================================
*/
/* 
================================================================================
サイズ
================================================================================
*/
/* 
================================================================================
色
================================================================================
*/
/* 
================================================================================
書体
================================================================================
*/
/* 
================================================================================
フォントサイズ
================================================================================
*/
/* 
================================================================================
設定
================================================================================
*/
/* 
================================================================================
追加オプション
================================================================================
*/
/* $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;
}

/* 
================================================================================
class
================================================================================
*/
@media screen and (max-width: 1100px) {
  .only-pc {
    display: none !important;
  }
}
.only-middle {
  display: none !important;
}
@media screen and (min-width: 750px) and (max-width: 1100px) {
  .only-middle {
    display: block !important;
  }
  .only-middle.flex {
    display: flex !important;
  }
}
.only-sp {
  display: none !important;
}
@media screen and (max-width: 750px) {
  .only-sp {
    display: block !important;
  }
  .only-sp.flex {
    display: flex !important;
  }
}
.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;
}

.admin-tools {
  position: fixed !important;
  top: 1em;
  right: 1em;
  background: none !important;
  color: #000 !important;
  z-index: 999999;
}
@media screen and (max-width: 750px) {
  .admin-tools {
    top: 14.6666666667vw;
  }
}

.scroll-hint {
  position: relative;
  overflow-y: hidden; /* ← これだけでも改善することが多い */
}

.scroll-hint-icon-green {
  background-color: rgba(77, 91, 79, 0.8);
}

.scroll-hint .scroll-hint-icon {
  position: absolute;
  width: 12em;
  top: 3.5714285714rem;
  transform: scale(0.8);
}
@media screen and (max-width: 750px) {
  .scroll-hint .scroll-hint-icon {
    top: 29.3333333333vw;
  }
}
.scroll-hint .scroll-hint-icon::before, .scroll-hint .scroll-hint-icon::after {
  animation: hintLoop 1.8s ease-in-out infinite !important;
}

@media screen and (max-width: 750px) {
  .nocaption .scroll-hint-icon {
    top: 10.6666666667vw;
  }
}

@keyframes hintLoop {
  0% {
    transform: translateX(0);
    opacity: 0.7;
  }
  50% {
    transform: translateX(8px);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 0.7;
  }
}
.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;
}

.bg-gray {
  background-color: #f1f1f1;
}

div:not(ul, ol, dl).red,
p:not(ul, ol, dl).red,
span:not(ul, ol, dl).red,
strong:not(ul, ol, dl).red {
  color: #d7000f;
}
div:not(ul, ol, dl).blue,
p:not(ul, ol, dl).blue,
span:not(ul, ol, dl).blue,
strong:not(ul, ol, dl).blue {
  color: #0056be;
}

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

.text-center {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .text-center-sp {
    text-align: center;
  }
}
.text-left {
  text-align: left;
}
@media screen and (max-width: 750px) {
  .text-left-sp {
    text-align: left;
  }
}
.text-right {
  text-align: right;
}
@media screen and (max-width: 750px) {
  .text-right-sp {
    text-align: right;
  }
}

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

.fn_breadcrumb {
  width: fit-content;
  padding: 0.7142857143rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 750px) {
  .fn_breadcrumb {
    width: 100vw;
    padding: 1.3333333333vw;
    background-color: #fff;
    overflow-x: auto;
  }
  .fn_breadcrumb::-webkit-scrollbar {
    width: 1px;
    height: 2px;
  }
  .fn_breadcrumb::-webkit-scrollbar-track {
    background-color: #fff;
  }
  .fn_breadcrumb::-webkit-scrollbar-thumb {
    border-radius: 0.2142857143rem;
    background: #eee;
  }
}
.fn_breadcrumb ul {
  width: fit-content;
  display: flex;
  list-style: none;
  padding: 0 10em 0 0;
  gap: 0em;
  margin: 0;
}
.fn_breadcrumb ul li {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 0 0em 0;
  white-space: nowrap;
}
.fn_breadcrumb ul li.home span::before {
  display: none;
}
.fn_breadcrumb ul li a {
  text-decoration: none !important;
  line-height: 1 !important;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0.7em 0.5em 0.7em 1.8em;
  text-decoration: none;
  border-radius: 0.3571428571rem;
}
.fn_breadcrumb ul li a::after, .fn_breadcrumb ul li a::before {
  position: absolute;
  top: 50%;
  right: -1.3em;
  font-size: 0.6em;
  color: #319838;
  content: "▼";
  transform: translate(0, -50%) rotate(-90deg);
}
.fn_breadcrumb ul li a::after {
  z-index: 2;
}
.fn_breadcrumb ul li a::before {
  display: none;
}
.fn_breadcrumb ul li:first-child a {
  padding-left: 1.5em;
}
.fn_breadcrumb ul li:first-child a span {
  visibility: hidden;
  display: inline-block;
  overflow: hidden;
  width: 1.8em;
}
.fn_breadcrumb ul li:first-child a::before {
  content: "";
  display: block;
  left: 0.7em;
  right: auto;
  transform: translate(0, -50%) rotate(0deg);
  opacity: 0.5;
  font-family: "Material Symbols Rounded";
  font-variation-settings: "FILL" 1, "wght" 200, "GRAD" 200, "opsz" 24;
  content: "\e88a";
  color: #000;
  font-size: 2em;
  line-height: 1;
}
.fn_breadcrumb ul li span {
  display: inline-flex;
}
.fn_breadcrumb ul li.this {
  border-radius: 0 0.3571428571rem 0.3571428571rem 0;
  padding: 0;
}
.fn_breadcrumb ul li.this span {
  display: block;
  padding: 0.7em 0em 0.7em 2em;
  width: 20em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 750px) {
  .fn_breadcrumb ul li.this span {
    overflow: visible;
    text-overflow: initial;
  }
}
.fn_breadcrumb ~ .wp-block-title {
  margin-top: 0rem !important;
}

.course-read {
  font-size: 1.1em;
  font-weight: 600;
}

.compactBox,
.fullBox,
.middleBox {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  max-width: 50rem;
  padding: 0 3.5714285714rem;
}
@media screen and (max-width: 750px) {
  .compactBox,
  .fullBox,
  .middleBox {
    width: 100%;
    padding: 0 6.6666666667vw;
  }
}
.compactBox.no-padding-tb,
.fullBox.no-padding-tb,
.middleBox.no-padding-tb {
  padding-top: 0;
  padding-bottom: 0;
}
.compactBox.bg-white, .compactBox.bg-gray, .compactBox.bg-darkgray, .compactBox.bg-lightgray, .compactBox.bg-superlightgray,
.fullBox.bg-white,
.fullBox.bg-gray,
.fullBox.bg-darkgray,
.fullBox.bg-lightgray,
.fullBox.bg-superlightgray,
.middleBox.bg-white,
.middleBox.bg-gray,
.middleBox.bg-darkgray,
.middleBox.bg-lightgray,
.middleBox.bg-superlightgray {
  padding: 3.5714285714rem;
}
@media screen and (max-width: 750px) {
  .compactBox.bg-white, .compactBox.bg-gray, .compactBox.bg-darkgray, .compactBox.bg-lightgray, .compactBox.bg-superlightgray,
  .fullBox.bg-white,
  .fullBox.bg-gray,
  .fullBox.bg-darkgray,
  .fullBox.bg-lightgray,
  .fullBox.bg-superlightgray,
  .middleBox.bg-white,
  .middleBox.bg-gray,
  .middleBox.bg-darkgray,
  .middleBox.bg-lightgray,
  .middleBox.bg-superlightgray {
    width: 100%;
    padding: 6.6666666667vw;
  }
}
.compactBox.bg-transparent,
.fullBox.bg-transparent,
.middleBox.bg-transparent {
  background-color: transparent;
}
.compactBox.bg-white,
.fullBox.bg-white,
.middleBox.bg-white {
  background-color: #fff;
}
.compactBox.bg-gray,
.fullBox.bg-gray,
.middleBox.bg-gray {
  background-color: #f2f2eb;
}
.compactBox.bg-darkgray,
.fullBox.bg-darkgray,
.middleBox.bg-darkgray {
  background-color: #9f9f9f;
}
.compactBox.bg-lightgray,
.fullBox.bg-lightgray,
.middleBox.bg-lightgray {
  background-color: #cbcbcb;
}
.compactBox.bg-superlightgray,
.fullBox.bg-superlightgray,
.middleBox.bg-superlightgray {
  background-color: #ddd;
}
.compactBox + ol, .compactBox + ul,
.fullBox + ol,
.fullBox + ul,
.middleBox + ol,
.middleBox + ul {
  margin-bottom: 0;
}
.compactBox ol:last-child,
.compactBox ul:last-child,
.fullBox ol:last-child,
.fullBox ul:last-child,
.middleBox ol:last-child,
.middleBox ul:last-child {
  margin-bottom: 0;
}

.middleBox {
  background-color: #fff;
  padding: 3.5714285714rem;
}
@media screen and (max-width: 750px) {
  .middleBox {
    width: 100%;
    padding: 6.6666666667vw;
  }
}

.fullBox {
  max-width: none;
  width: 100%;
}

.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,
.wp-contact-form dl .is-deactive {
  opacity: 0.2;
  pointer-events: none;
}
.wp-contact-form dl dt {
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .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: 750px) {
  .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 .typeSelect .wpcf7-form-control {
  display: grid;
  padding-right: 14.2857142857rem;
}
@media screen and (max-width: 750px) {
  .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: 14.2857142857rem;
}
.wp-contact-form .wpcf7-submit {
  min-width: none;
  width: 14.2857142857rem;
}
@media screen and (max-width: 750px) {
  .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.5714285714rem;
  display: none;
}
.slim {
  display: inline-block;
  letter-spacing: 0;
  transform-origin: left center;
  transform: scale(0.9, 1);
  font-size: 1em;
}

ol {
  margin-bottom: 1em;
  margin-left: 1.5em;
  padding-left: 0;
}
ol li {
  padding-left: 0.2em;
}
ol li:not(:last-child) {
  margin-bottom: 0.5em;
}
ol.kome {
  list-style: none; /* デフォルトの番号を非表示にする */
  counter-reset: my-counter; /* カウンタを初期化 */
  padding-left: 0;
  margin-left: 0;
}
ol.kome > li {
  position: relative;
  counter-increment: my-counter; /* カウンタを1ずつ進める */
  display: block; /* 番号とテキストを揃えるためにFlexboxを使用 */
  padding-left: 2.5em;
}
ol.kome > li:not(:last-child) {
  margin-bottom: 0.5em;
}
ol.kome > li::before {
  content: "※"; /* 頭に※、後ろにドットなどを自由に配置 */
  white-space: nowrap; /* 折り返し防止 */
  position: absolute;
  top: 0em;
  left: 0;
  color: #d7000f;
}
ol.kome > li::after {
  content: counter(my-counter) " "; /* 頭に※、後ろにドットなどを自由に配置 */
  white-space: nowrap; /* 折り返し防止 */
  position: absolute;
  top: 0em;
  left: 1.2em;
}
ol.kome > li ul {
  margin: 0;
  padding: 0.5em 0;
}
ol.kome > li ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
ol.kome.red li::before {
  color: #d7000f;
}

ul {
  list-style: none;
  margin-bottom: 2em;
  padding-left: 0;
}
ul li {
  padding-left: 1.2em;
  margin-bottom: 0.5em;
}
ul li::before {
  position: absolute;
  left: 0;
  top: 0em;
}
ul ol {
  margin-bottom: 0;
  padding: 0.5em 0 0.5em 1em;
}
ul ol:not([class]) li {
  padding-left: 0;
}
ul ol:not([class]) li:before {
  display: none;
}
ul ol.kome {
  margin: 0;
  padding-left: 1em;
}
ul ol.kome li:before {
  content: "※"; /* 頭に※、後ろにドットなどを自由に配置 */
}
ul ol.kome li:after {
  content: counter(my-counter) " "; /* 頭に※、後ろにドットなどを自由に配置 */
}
ul:not([class]) li::before {
  content: "・";
}
ul.disc li::before {
  content: "・";
  top: 0.15em;
}
ul.box {
  list-style: none;
  padding: 0;
}
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;
}
@media screen and (max-width: 750px) {
  ul.bgWords li {
    padding: 0.6em 0.6em;
  }
}
ul.kome {
  list-style: none;
}
ul.kome li::before {
  content: "※";
  color: #d7000f;
}
ul.kome.red li::before {
  color: #d7000f;
}
ul.sns {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
}
ul.sns li {
  padding: 0;
  margin: 0 0.7142857143rem;
}
ul.sns li:first-child {
  margin-left: 0;
}
ul.sns li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.1428571429rem;
  aspect-ratio: 1/1;
}
ul.sns li a span {
  display: none;
}
ul.sns li a img {
  border-radius: 0 !important;
}
ul.centerUnit {
  display: grid;
  width: fit-content;
  margin: 0rem auto 0rem !important;
  padding: 2.8571428571rem 2.8571428571rem 2.8571428571rem 2.8571428571rem;
  background-color: rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 750px) {
  ul.centerUnit {
    padding: 5.3333333333vw;
  }
}
ul.centerUnit li {
  font-size: 1.1em;
  padding-left: 0;
}
ul.centerUnit li.a {
  background-color: #e9e9e9;
  font-weight: 700;
  font-size: 1.2em;
  text-align: center;
  padding: 1em 2em;
  border-radius: 0.3571428571rem;
}
ul.centerUnit.admission-policy {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  max-width: 50rem;
  background: #fff;
  text-align: center;
  font-weight: 500;
}
ul.centerUnit.admission-policy li:not(:last-child) {
  margin-bottom: 2em;
}
ul.list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1em;
  margin: 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1200px) {
  ul.list-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.5em;
  }
}
ul.list-grid li {
  margin: 0;
  padding: 0.5em;
  background-color: #fff;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 750px) and (max-width: 1200px) {
  ul.list-grid li {
    font-size: 1em;
  }
}
@media screen and (max-width: 750px) {
  ul.list-grid li {
    font-size: 0.9em;
  }
}
ul.list-grid li .slim {
  display: inline-block;
  letter-spacing: 0;
}
@media screen and (min-width: 750px) and (max-width: 1200px) {
  ul.list-grid li .slim {
    transform: scale(0.9, 1);
    font-size: 0.9em;
  }
}
@media screen and (max-width: 750px) {
  ul.list-grid li .slim {
    transform: scale(0.9, 1);
    font-size: 0.9em;
  }
}

dl.step dt {
  background-color: #fff;
  padding: 1em;
  margin: 0;
}
dl.step dd {
  position: relative;
  padding: 1em 2em 1em 4em;
  margin-bottom: 0;
  min-height: 1em;
}
dl.step dd::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 1em;
  width: 20px;
  background: url(../img/parts/arrow_long_bottom.svg) center bottom;
  background-size: 100% auto;
  opacity: 0.1;
}
dl.step dd .wp-block-btns-item {
  margin-top: 0 !important;
}

.search-tools dt {
  font-size: 0.8em;
}
.search-tools-item {
  display: flex;
  justify-content: center;
}
.search-tools .grid {
  width: fit-content;
  grid-template-columns: 21.4285714286rem auto;
  grid-gap: 0;
}
.search-tools .words input {
  padding: 0.2em 0.6em 0.3em;
  line-height: 1;
  height: 2.8571428571rem;
  font-size: 1rem;
  color: #9f9f9f !important;
  border-radius: 1.4285714286rem 0rem 0rem 1.4285714286rem;
  border: solid 1px #9f9f9f;
  outline: 0;
}
.search-tools .words input::placeholder {
  font-size: 0.8em;
  transform: translate(0, -10%);
}
.search-tools .submit {
  position: relative;
  background-color: #303030;
  color: #fff !important;
  display: inline-flex;
  padding: 0.3em 0.5em 0.3em 0.3em;
  min-width: 4em;
  height: 2.8571428571rem;
  border-radius: 0rem 1.4285714286rem 1.4285714286rem 0rem;
  justify-content: center;
  align-items: center;
  border: 0;
  text-decoration: none !important;
  cursor: pointer;
}
.search-tools .submit::after {
  content: "";
  display: none;
  width: 1.4285714286rem;
  aspect-ratio: 1/1;
  background: url(../img/icon/icon_search_white.svg) center center/100% auto no-repeat;
  position: absolute;
  top: 50%;
  left: 1.3em;
  transform: translate(0, -50%);
  opacity: 0.5;
  z-index: 5;
}
.search-tools.navi {
  padding-top: 2em;
  padding-right: 4.2857142857rem;
}
.search-tools.navi .grid {
  width: 100%;
  grid-template-columns: 11.4285714286rem 3.5714285714rem;
  grid-gap: 0;
}

.graduate-interview {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.7857142857rem;
}
@media screen and (max-width: 1100px) {
  .graduate-interview {
    grid-template-columns: repeat(2, 1fr);
  }
}
.graduate-works {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3.5714285714rem 1.7857142857rem;
}
.graduate-works img {
  border-radius: 0 !important;
}
@media screen and (max-width: 1100px) {
  .graduate-works {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 750px) {
  .graduate-works {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 6.6666666667vw 3.3333333333vw;
  }
}
.graduate-works-item {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-rows: subgrid;
  grid-gap: 0.7142857143rem;
  grid-row: span 3;
  padding: 0;
}
.graduate-works-item dt {
  grid-row: 2/3;
  padding: 0;
  margin: 0;
  text-align: left !important;
  font-size: 1rem;
}
@media screen and (max-width: 750px) {
  .graduate-works-item dt {
    font-size: 2.9333333333vw;
  }
}
.graduate-works-item dt h4 {
  font-size: 1.2857142857rem;
}
@media screen and (max-width: 750px) {
  .graduate-works-item dt h4 {
    font-size: 3.2vw;
  }
}
.graduate-works-item dt p,
.graduate-works-item dt span {
  font-size: 0.8571428571rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .graduate-works-item dt p,
  .graduate-works-item dt span {
    font-size: 2.4vw;
  }
}
.graduate-works-item dd {
  position: relative;
}
.graduate-works-item dd .role {
  font-size: 0.8em;
}
.graduate-works-item dd:nth-of-type(1) {
  grid-row: 3/4;
}
.graduate-works-item dd:nth-of-type(1) h5 {
  font-size: 1.2857142857rem;
}
@media screen and (max-width: 750px) {
  .graduate-works-item dd:nth-of-type(1) h5 {
    font-size: 3.2vw;
  }
}
.graduate-works-item dd:nth-of-type(1) .course .graduate-courses {
  list-style: none;
  padding: 0;
}
.graduate-works-item dd:nth-of-type(1) .course .graduate-courses li {
  display: inline-block;
  background-color: #000;
  color: #fff;
  line-height: 1;
  padding: 0;
  border-radius: 0.2142857143rem;
  margin-bottom: 0.5em !important;
}
.graduate-works-item dd:nth-of-type(1) .course .graduate-courses li.fy {
  background-color: #abcd03;
}
.graduate-works-item dd:nth-of-type(1) .course .graduate-courses li.vd {
  background-color: #f39800;
}
.graduate-works-item dd:nth-of-type(1) .course .graduate-courses li.ld {
  background-color: #38a1db;
}
.graduate-works-item dd:nth-of-type(1) .course .graduate-courses li.cd {
  background-color: #e9528e;
}
.graduate-works-item dd:nth-of-type(1) .course .graduate-courses li.fm {
  background-color: #924898;
}
.graduate-works-item dd:nth-of-type(1) .course .graduate-courses li.ic {
  background-color: #ea5532;
}
.graduate-works-item dd:nth-of-type(1) .course .graduate-courses li.fa {
  background-color: #00a291;
}
.graduate-works-item dd:nth-of-type(1) .course .graduate-courses li.as {
  background-color: #4d4398;
}
.graduate-works-item dd:nth-of-type(1) .course .graduate-courses li a {
  display: block;
  padding: 0.3em 0.5em;
  line-height: 1;
  text-decoration: none;
}
.graduate-works-item dd:nth-of-type(1) .wp-block-linkmore {
  position: absolute;
  right: 0;
  bottom: 0.03em;
}
.graduate-works-item dd:nth-of-type(2) {
  grid-row: 1/2;
  padding: 0;
  margin: 0;
  aspect-ratio: 1/1;
  background-color: #fff;
  padding: 0.7142857143rem;
}
.graduate-works-item dd:nth-of-type(2) figure {
  display: flex;
  width: 100%;
  aspect-ratio: 1/1;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5em;
}
.graduate-works-item dd:nth-of-type(2) figure img {
  width: 100%;
  object-fit: contain;
  border-radius: 0;
}
.graduate-works-item dd:nth-of-type(2) figure.yoko img {
  width: 90%;
}
.graduate-works-item dd:nth-of-type(2) figure.yoko.adjust img {
  width: 80%;
}
.graduate-works-item dd:nth-of-type(2) figure.tate img {
  width: auto;
  height: 90%;
}
.graduate-works-item dd:nth-of-type(2) figure.tate.adjust img {
  width: auto;
  height: 80%;
}
.graduate-works-item dd:nth-of-type(2) figure.square img {
  width: 74%;
}
.graduate-works-item dd:nth-of-type(2) .ex {
  display: block;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  font-size: 0.7142857143rem;
  position: absolute;
  bottom: 0.3em;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .graduate-works-item dd:nth-of-type(2) .ex {
    font-size: 2.1333333333vw;
  }
}

.course-works {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.7857142857rem 1.7857142857rem;
}
@media screen and (max-width: 1100px) {
  .course-works {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 750px) {
  .course-works {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 6.6666666667vw 3.3333333333vw;
  }
}
.course-works-item {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-rows: subgrid;
  grid-gap: 0.7142857143rem;
  grid-row: span 2;
  padding: 0;
}
.course-works-item dt {
  grid-row: 2/3;
  padding: 0;
  margin: 0;
  text-align: left !important;
  font-size: 1rem;
}
@media screen and (max-width: 750px) {
  .course-works-item dt {
    font-size: 22;
  }
}
.course-works-item dt h4 {
  font-size: 1rem;
}
@media screen and (max-width: 750px) {
  .course-works-item dt h4 {
    font-size: 22;
  }
}
.course-works-item dt p,
.course-works-item dt span {
  font-size: 0.8571428571rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .course-works-item dt p,
  .course-works-item dt span {
    font-size: 18;
  }
}
.course-works-item dd {
  position: relative;
  grid-row: 1/2;
  padding: 0;
  margin: 0;
  aspect-ratio: 1/1;
  background-color: #fff;
  padding: 0.7142857143rem;
}
.course-works-item dd figure {
  display: flex;
  width: 100%;
  aspect-ratio: 1/1;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5em;
}
.course-works-item dd figure img {
  width: 100%;
  object-fit: contain;
  border-radius: 0 !important;
}
.course-works-item dd figure.yoko img {
  width: 92%;
}
.course-works-item dd figure.yoko.adjust img {
  width: 80%;
}
.course-works-item dd figure.tate img {
  width: auto;
  height: 88%;
}
.course-works-item dd figure.tate.adjust img {
  width: auto;
  height: 70%;
}
.course-works-item dd figure.square img {
  width: 74%;
}
.course-works-item dd .ex {
  display: block;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  font-size: 0.7142857143rem;
}
@media screen and (max-width: 750px) {
  .course-works-item dd .ex {
    font-size: 2.1333333333vw;
  }
}

.feedback {
  position: absolute;
  bottom: 100%;
  right: 0;
  transform: translate(50%, -110%);
  background-color: yellow;
  font-weight: bold;
  color: #000;
  font-size: 0.8571428571rem;
  padding: 0.5em 2em;
  border-radius: 1em;
  letter-spacing: 0;
}

.link {
  background-color: green !important;
}
.link.icon-arrow span {
  display: inline-flex;
  align-items: center;
}
.link.icon-arrow span::after {
  content: "→";
  display: inline-block;
  margin-left: 1em;
}

.btn {
  background-color: #f2f2eb;
  color: #fff !important;
  display: inline-flex;
  padding: 0.7142857143rem 0.7142857143rem;
  min-width: 18.5714285714rem;
  min-height: 3.5714285714rem;
  border-radius: 0.3571428571rem;
  justify-content: center;
  align-items: center;
  border: 0;
  cursor: pointer;
  text-decoration: none !important;
}
@media screen and (max-width: 750px) {
  .btn {
    font-size: 3.2vw;
    padding: 1.3333333333vw 2.6666666667vw;
    min-width: 53.3333333333vw;
    min-height: 10vw;
  }
}
.btn.no-bg {
  background-color: transparent;
  color: #303030 !important;
  border-bottom: solid 1px #303030;
  border-radius: 0;
  padding: 0 !important;
  min-width: auto;
  min-height: auto;
}
.btn.mini {
  padding: 0.3571428571rem 1.4285714286rem;
  min-width: 14.2857142857rem;
  min-height: 2.1428571429rem;
}
@media screen and (max-width: 750px) {
  .btn.mini {
    padding: 0.6666666667vw 2.6666666667vw;
    min-width: 26.6666666667vw;
    min-height: 8vw;
  }
}
.btn.bg-line {
  border: solid 1px #303030;
  background-color: transparent;
  color: #303030 !important;
}
.btn.bg-line span::after {
  filter: none !important;
}
.btn.bg-black {
  background-color: #303030;
  color: #fff !important;
}
.btn.bg-black:hover {
  background-color: #464646;
}
.btn.bg-white {
  background-color: #fff;
  color: #303030 !important;
}
.btn.bg-white:hover {
  background-color: #fafafa;
}
.btn.bg-white span::after {
  color: #303030 !important;
  filter: none !important;
}
.btn.bg-light {
  background-color: #ddd;
  color: #303030 !important;
}
.btn.bg-light span::after {
  filter: none !important;
}
.btn.icon-arrow {
  padding-left: 2.1428571429rem;
}
@media screen and (max-width: 750px) {
  .btn.icon-arrow {
    padding-left: 5.3333333333vw;
  }
}
.btn.icon-arrow span {
  display: inline-flex;
  align-items: center;
}
.btn.icon-arrow span::after {
  font-family: "Material Symbols Rounded";
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 200, "opsz" 24;
  content: "\e5c8";
  line-height: 1;
  font-size: 1.4285714286rem;
  color: #000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.5em;
  width: 1.4285714286rem;
  aspect-ratio: 1/1;
  filter: invert(1) brightness(2);
}
.btn.icon-arrow.prev {
  padding-right: 2.1428571429rem;
  padding-left: 1.4285714286rem;
}
@media screen and (max-width: 750px) {
  .btn.icon-arrow.prev {
    padding-right: 5.3333333333vw;
    padding-left: 2.6666666667vw;
  }
}
.btn.icon-arrow.prev span {
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
.btn.icon-arrow.prev span::after {
  margin-right: 0.5em;
  margin-left: 0em;
  transform: rotate(180deg);
}
.btn.icon-blank {
  padding-left: 2.1428571429rem;
}
@media screen and (max-width: 750px) {
  .btn.icon-blank {
    padding-left: 5.3333333333vw;
  }
}
.btn.icon-blank span {
  display: inline-flex;
  align-items: center;
}
.btn.icon-blank span::after {
  display: inline-block;
  margin-left: 0.5em;
  font-family: "Material Symbols Rounded";
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 200, "opsz" 48;
  content: "\e89e";
  color: #fff;
  font-size: 1.4285714286rem;
  line-height: 1;
}
.btn.icon-map {
  padding-left: 2.1428571429rem;
}
@media screen and (max-width: 750px) {
  .btn.icon-map {
    padding-left: 5.3333333333vw;
  }
}
.btn.icon-map span {
  display: inline-flex;
  align-items: center;
}
.btn.icon-map span::after {
  display: inline-block;
  margin-left: 0.5em;
  font-family: "Material Symbols Rounded";
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 200, "opsz" 48;
  content: "\f297";
  color: #000;
  font-size: 1.4285714286rem;
}
.btn.icon-map.bg-black span::after {
  filter: invert(1) brightness(2);
}
.btn.icon-pdf {
  padding-left: 2.1428571429rem;
}
@media screen and (max-width: 750px) {
  .btn.icon-pdf {
    padding-left: 5.3333333333vw;
  }
}
.btn.icon-pdf span {
  display: inline-flex;
  align-items: center;
}
.btn.icon-pdf span::after {
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  font-family: "Material Symbols Rounded";
  font-variation-settings: "FILL" 1, "wght" 100, "GRAD" 200, "opsz" 24;
  content: "\f090";
  color: #000;
  font-size: 1.7142857143rem;
  line-height: 1;
}
.btn.icon-pdf.bg-black span::after {
  filter: invert(1) brightness(2);
}
.btn.icon-download {
  padding-left: 2.1428571429rem;
}
@media screen and (max-width: 750px) {
  .btn.icon-download {
    padding-left: 5.3333333333vw;
  }
}
.btn.icon-download > span {
  display: inline-flex;
  align-items: center;
}
.btn.icon-download > span::after {
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  font-family: "Material Symbols Rounded";
  font-variation-settings: "FILL" 1, "wght" 200, "GRAD" 200, "opsz" 24;
  content: "\f090";
  color: #000;
  font-size: 1.7142857143rem;
  line-height: 1;
}
.btn.icon-download.bg-black span::after {
  filter: invert(1) brightness(2);
}
.btn.icon-fit {
  position: relative;
}
.btn.icon-fit span {
  position: relative;
  width: 100%;
  padding-right: 2.1428571429rem;
}
.btn.icon-fit span::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.btn.text {
  background-color: transparent;
  color: #303030 !important;
  padding: 0.3571428571rem 0.7142857143rem;
  min-width: inherit;
  min-height: 1.7857142857rem;
}
.btn.text span::after {
  filter: none;
}
.btn.text:not(:last-child) {
  margin-right: 0.7142857143rem;
}

.grid {
  display: grid;
  grid-gap: 1.25rem;
  grid-template-columns: 1fr 1fr;
}
.grid-col_3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.grid.col_auto {
  grid-template-columns: auto 1fr;
}
.read-course {
  font-size: 1.2857142857rem;
  font-weight: 500;
}

.column-body .wp-block-read:first-child {
  margin-bottom: 0;
}
.column-body .wp-block-action {
  margin-top: 2.1428571429rem;
}

.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: 750px) {
  .about-toggle {
    display: none;
  }
  .about-more {
    height: auto !important;
  }
  .about-more[hidden] {
    /* PCでは強制表示 */
    display: block !important;
  }
  .about-more[aria-hidden=true] {
    aria-hidden: false;
  } /* 視覚用のメモ */
}
.access-contents {
  padding-top: 0;
}
@media screen and (max-width: 750px) {
  .access-contents {
    padding-top: 0;
  }
}
.access-contents-googlemap {
  margin-bottom: 1.4285714286rem;
}
.access-contents-googlemap iframe {
  filter: hue-rotate(0deg) saturate(80%) grayscale(30%);
}
.access-contents-meta {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 0;
}
.access-contents-meta h3 {
  font-size: 1.2857142857rem;
}
@media screen and (max-width: 750px) {
  .access-contents-meta h3 {
    font-size: 24;
  }
}
.access-contents-meta p {
  text-align: center;
  margin-bottom: 0;
}
.access-contents-link {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 750px) {
  .access-contents-link {
    margin-bottom: 2.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .access-contents-train {
    grid-gap: 2.3333333333vw !important;
    margin-bottom: 0 !important;
  }
}
.access-contents-train h4 {
  font-size: 1.2857142857rem;
  border: 0 !important;
  margin-bottom: 0.5em !important;
  padding: 0 !important;
}
@media screen and (max-width: 750px) {
  .access-contents-train h4 {
    font-size: 24;
  }
}
.access-contents-train .column-body img {
  margin-bottom: 0.5em !important;
}

.digitalBooksArea {
  padding: 5em;
  border: dashed 1px #000;
}

.digitalBooks {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 2em;
  width: max-content;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .digitalBooks {
    grid-template-columns: auto;
  }
}
.digitalBooks-item {
  text-align: center;
}
.digitalBooks-item img {
  width: auto;
  height: 14.2857142857rem;
  margin: 0 auto 1em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  object-fit: contain;
}

.sitemap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: left;
  grid-gap: 1em;
  margin: 0;
}
.sitemap li {
  border: solid 1px #ccc;
}
.sitemap li ul {
  font-size: 0.8em;
  padding-top: 1em;
}
.sitemap li ul li {
  border: 0;
  margin: 0;
  padding: 0;
}

.future-supports dt, .future-careercenter-unit dt, .future-companies dt {
  font-weight: 700;
}
.future-supports dd, .future-careercenter-unit dd, .future-companies dd {
  margin-bottom: 2em;
  background-color: #fff;
}
.future-supports.middle, .future-careercenter-unit.middle, .future-companies.middle {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  max-width: 50rem;
  padding: 0rem;
}
@media screen and (max-width: 750px) {
  .future-supports.middle, .future-careercenter-unit.middle, .future-companies.middle {
    width: 100%;
    padding: 0vw;
  }
}
.future-supports.allinone, .future-careercenter-unit.allinone, .future-companies.allinone {
  background-color: #fff;
  padding: 1.25rem;
}
.future-supports.allinone dt,
.future-supports.allinone dd, .future-careercenter-unit.allinone dt,
.future-careercenter-unit.allinone dd, .future-companies.allinone dt,
.future-companies.allinone dd {
  display: inline;
  padding: 0;
  margin: 0;
  width: fit-content;
  font-size: 0.9em;
  line-height: 2;
}
.future-supports.allinone dt::before, .future-supports.allinone dt::after, .future-careercenter-unit.allinone dt::before, .future-careercenter-unit.allinone dt::after, .future-companies.allinone dt::before, .future-companies.allinone dt::after {
  display: inline;
}
.future-supports.allinone dt::before, .future-careercenter-unit.allinone dt::before, .future-companies.allinone dt::before {
  content: "【";
}
.future-supports.allinone dt::after, .future-careercenter-unit.allinone dt::after, .future-companies.allinone dt::after {
  content: "】";
}
.future-supports {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  grid-gap: 3em;
}
@media screen and (max-width: 1100px) {
  .future-supports {
    grid-template-columns: 1fr;
    grid-gap: 3em;
  }
}
.future-supports-unit {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0em;
  grid-template-rows: subgrid;
  grid-row: span 2;
  background-color: #fff;
  position: relative;
}
.future-supports-unit::after {
  content: "▼";
  display: inline-block;
  font-size: 2.2857142857rem;
  color: #666;
  position: absolute;
  top: 50%;
  left: calc(100% + 0.1em);
  transform: translate(0, -50%) rotate(-90deg) scale(3, 0.7);
}
@media screen and (max-width: 1100px) {
  .future-supports-unit::after {
    font-size: 5.0666666667vw;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 80%) rotate(0deg) scale(5, 0.7);
  }
}
.future-supports-unit dt {
  padding: 1em;
  font-size: 1rem;
  line-height: 1.4;
  background-color: #ddd;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .future-supports-unit dt {
    font-size: 22;
  }
}
.future-supports-unit dt span {
  display: block;
}
.future-supports-unit dt span strong {
  font-size: 1.8em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1100px) {
  .future-supports-unit dt {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 1em;
    align-items: flex-end;
    padding: 0.5em 1em;
  }
  .future-supports-unit dt span strong {
    margin-bottom: 0;
  }
  .future-supports-unit dt span small {
    display: block;
    padding-bottom: 0.4em;
  }
}
.future-supports-unit dd {
  padding: 1em;
  margin: 0;
}
.future-supports-unit dd ul li {
  margin-bottom: 0.2em;
}
.future-supports .finish {
  height: 100%;
  align-items: center;
  display: flex;
  grid-row: span 2;
  text-align: center;
  font-size: 1.2857142857rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 1100px) {
  .future-supports .finish {
    justify-content: center;
    font-size: 2vw;
    padding-bottom: 3em;
    padding-top: 1em;
    margin-left: -0.4em;
    border-bottom: solid 1px #9f9f9f;
  }
}
@media screen and (max-width: 750px) {
  .future-supports .finish {
    font-size: 3.2vw;
  }
}
.future-careercenter {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2em 1em;
  margin-top: 2em;
}
@media screen and (max-width: 750px) {
  .future-careercenter {
    grid-gap: 2em;
  }
}
.future-careercenter-unit {
  display: grid;
  grid-template-columns: 15em 1fr;
  grid-gap: 0em;
  grid-template-rows: subgrid;
  grid-row: span 2;
  position: relative;
}
@media screen and (max-width: 750px) {
  .future-careercenter-unit {
    grid-template-columns: 1fr;
  }
}
.future-careercenter-unit dt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
  padding: 1em;
  background-color: #fff;
  border-right: dashed 1px #ccc;
  color: #000;
  font-weight: normal;
  margin: 0;
}
.future-careercenter-unit dd {
  padding: 1em;
  margin: 0;
  background-color: #fff;
}
.future-companies dd {
  font-size: 0.9em;
  padding: 2em;
  text-align: justify;
}
.future-companies dd:not(:last-child) {
  margin-bottom: 4em;
}

.set-units {
  display: grid;
  background-color: #fff;
}
.set-units-item {
  padding: 1.25rem;
}
@media screen and (min-width: 1100px) {
  .set-units-item:not(:last-child) {
    border-right: dashed 1px #9f9f9f;
  }
}
@media screen and (max-width: 1100px) {
  .set-units-item:nth-child(odd) {
    border-right: dashed 1px #9f9f9f;
  }
}
.set-units h5 {
  text-align: center;
  font-size: 1.3em;
}
.set-units.col_4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1100px) {
  .set-units.col_4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .set-units.col_4 .set-units-item {
    border-bottom: dashed 1px #9f9f9f;
  }
  .set-units.col_4 .set-units-item:nth-last-of-type(1), .set-units.col_4 .set-units-item:nth-last-of-type(2) {
    border-bottom: 0;
  }
}

.timeTable {
  font-size: 0.7142857143rem;
  width: 100%;
  min-width: 57.1428571429rem;
}
.timeTable.vd .bg,
.timeTable.vd .must {
  background-color: rgba(243, 152, 0, 0.05);
}
.timeTable.ld .bg,
.timeTable.ld .must {
  background-color: rgba(84, 194, 227, 0.05);
}
.timeTable.cd .bg,
.timeTable.cd .must {
  background-color: rgba(228, 81, 145, 0.05);
}
.timeTable.fm .bg,
.timeTable.fm .must {
  background-color: rgba(143, 70, 157, 0.05);
}
.timeTable.ic .bg,
.timeTable.ic .must {
  background-color: rgba(229, 86, 37, 0.05);
}
.timeTable.fa .bg,
.timeTable.fa .must {
  background-color: rgba(0, 169, 104, 0.05);
}
.timeTable.as .bg,
.timeTable.as .must {
  background-color: rgba(77, 67, 151, 0.05);
}
.timeTable .bg {
  background-color: #fff;
}
.timeTable .must {
  background-color: #fff;
}
.timeTable .solid {
  border-style: solid;
}
.timeTable .cell-content {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 7.1428571429rem;
  height: 100%;
}
.timeTable .cell-content:not(.column) h5 {
  font-weight: normal;
  font-size: 2.2em;
  margin: 0;
}
.timeTable .cell-content:not(.column) h5 small {
  font-size: 0.5em;
  padding-left: 0.5em;
}
.timeTable .cell-content:not(.column) .time {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.timeTable .cell-content:not(.column) .time span {
  transform: rotate(-90deg);
}
.timeTable .cell-content.column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.timeTable tr:first-child th {
  text-align: center;
  border-bottom: solid 1px #000;
  font-size: 1rem;
  padding: 0em 0;
  font-weight: normal;
  border-right: 0;
}
.timeTable tr:not(:first-child) {
  background-color: #fff;
}
.timeTable tr:not(:first-child) th:first-child {
  height: 8em;
  padding-left: 2em;
  border-left: solid 1px #000;
}
.timeTable tr:not(:first-child) td {
  height: 5em;
}
.timeTable tr th {
  width: 9.2857142857rem;
}
.timeTable tr th:first-child {
  width: 150px;
  max-width: none;
  white-space: nowrap;
}
.timeTable tr:last-child th,
.timeTable tr:last-child td {
  border-bottom-style: solid;
}
.timeTable th,
.timeTable td {
  padding: 0.5em;
  line-height: 1.5;
  text-align: center;
  display: table-cell;
  align-items: center;
  align-content: center;
  border-right: solid 1px #000;
  border-bottom: dashed 1px #000;
}
.timeTable th.null {
  display: table-cell !important;
}
.wp-caption {
  max-width: 100%;
}

.future-datagroup {
  width: fit-content;
  margin: auto;
}
.future-datagroup ul {
  font-size: 0.7142857143rem;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .future-datagroup ul {
    width: 80%;
  }
}
.future-data {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-gap: 1em;
  margin: 0 auto 1em;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .future-data {
    grid-template-columns: 1fr 1fr;
    width: fit-content;
  }
}
.future-data-unit {
  padding: 1em 2em;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.7142857143rem;
}
@media screen and (max-width: 750px) {
  .future-data-unit {
    padding: 1em 1em;
  }
}
.future-data-unit-contents {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 1em;
  align-items: flex-end;
}
@media screen and (max-width: 750px) {
  .future-data-unit-contents {
    grid-template-columns: 1fr;
    grid-gap: 0.5em;
  }
}
.future-data-unit-contents .meta {
  text-align: left;
}
@media screen and (max-width: 750px) {
  .future-data-unit-contents .meta {
    text-align: center;
  }
}
.future-data-unit-contents .date {
  font-size: 1rem;
  letter-spacing: 0;
}
.future-data-unit-contents .label {
  font-size: 1.4285714286rem;
  font-weight: 600;
}
.future-data-unit-contents .label small {
  font-size: 0.7142857143rem;
}
.future-data-unit-contents .number {
  font-size: 7.1428571429rem;
  font-weight: 400;
  line-height: 0.8;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
.future-data-unit-contents .number small {
  display: inline-block;
  padding-left: 0.2em;
  font-size: 0.3em;
}

.doubleline_ {
  position: relative;
  padding: 0 0.1em 0.1em;
  margin: 0 0.3em;
  display: inline; /* これが肝 */
  text-decoration: underline double; /* 二重下線 */
  text-underline-offset: 4px; /* 線と文字の間隔調整 */
}
.doubleline_::after {
  content: "";
  display: none;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.marker {
  display: inline-block;
  position: relative;
  padding: 0 0.5em 0em;
  margin: 0 0.3em;
  background-color: rgba(0, 0, 0, 0.1);
}
.marker-red {
  background-color: rgba(255, 0, 0, 0.1);
}
.marker-blue {
  background-color: rgba(0, 0, 255, 0.1);
}
.marker-bg {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.marker-bg-red {
  background-color: #d7000f;
  color: #fff;
}
.marker-bg-blue {
  background-color: #0056be;
  color: #fff;
}
.marker-red {
  background-color: rgba(255, 0, 0, 0.1);
}
.marker-blue {
  background-color: rgba(0, 0, 255, 0.1);
}
.digitalBook {
  background-color: #fff;
  padding: 4em 4em 2em;
  max-width: 800px;
  margin: 0 auto;
}
.digitalBook h2 {
  text-align: center;
}
.digitalBook p {
  text-align: center;
}
.digitalBook ul {
  max-width: 600px;
  margin: 0 auto 30px auto;
  list-style: none;
  padding: 0;
  text-align: center;
}
.digitalBook .thumbnailWrap {
  display: flex;
  justify-content: center;
  gap: 0em 3em;
  flex-wrap: wrap;
}
.digitalBook .thumbnailWrap .thumbnail {
  display: flex;
  justify-content: center;
  gap: 1em;
  flex-wrap: wrap;
  text-align: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: fit-content;
  margin-bottom: 3em;
}
@media screen and (max-width: 750px) {
  .digitalBook .thumbnailWrap .thumbnail {
    width: 100%;
  }
}
.digitalBook .thumbnailWrap .thumbnail a {
  display: inline-block;
  margin: auto;
}
.digitalBook .thumbnailWrap .thumbnail img {
  height: 250px;
  width: auto;
  max-width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  object-fit: contain;
}
@media screen and (max-width: 750px) {
  .digitalBook .thumbnailWrap .thumbnail img {
    height: auto;
    max-height: 53.3333333333vw;
  }
}

dl.stepUp {
  grid-template-columns: 80px 22% 1fr !important;
  grid-gap: 60px 20px !important;
}
dl.stepUp .grid {
  grid-gap: 2.8571428571rem 1.4285714286rem;
}
dl.stepUp .grid.col_3 {
  grid-template-columns: repeat(3, 1fr);
}
dl.stepUp .grid.tsunen {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1100px) {
  dl.stepUp .grid.tsunen {
    grid-template-columns: 1fr;
  }
}
dl.stepUp .grid.tsunen .image {
  aspect-ratio: 21/9;
}
dl.stepUp .grid.tsunen .gridItem:nth-of-type(3) {
  grid-column: 1/3;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 2em;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  dl.stepUp .grid.tsunen .gridItem:nth-of-type(3) {
    grid-column: auto;
  }
}
dl.stepUp .grid.tsunen .gridItem:nth-of-type(3) p {
  margin-bottom: 0;
}
dl.stepUp .grid.tsunen .gridItem:nth-of-type(3) div:last-child {
  display: flex;
  height: 100%;
  align-items: flex-end;
}
@media screen and (max-width: 1100px) {
  dl.stepUp .grid.tsunen .gridItem:nth-of-type(3) {
    grid-template-columns: 1fr;
  }
  dl.stepUp .grid.tsunen .gridItem:nth-of-type(3) div:last-child {
    display: flex;
    height: auto;
    align-items: flex-end;
  }
}
@media screen and (max-width: 750px) {
  dl.stepUp .grid.tsunen .gridItem:nth-of-type(3) {
    grid-column: auto;
    grid-template-columns: 1fr;
    grid-gap: 0;
    justify-content: flex-start;
    align-items: baseline;
  }
  dl.stepUp .grid.tsunen .gridItem:nth-of-type(3) p {
    margin-bottom: 1em;
  }
  dl.stepUp .grid.tsunen .gridItem:nth-of-type(3) div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
dl.stepUp .grid.tsunen .gridItem:nth-of-type(3) .image {
  display: none;
}
dl.stepUp .grid.tsunen .gridItem:nth-of-type(3) .wp-block-btns-item {
  margin: 0;
}
dl.stepUp dt,
dl.stepUp dd {
  padding-bottom: 0;
  margin-bottom: 0;
}
dl.stepUp dd + dt {
  margin-top: 0;
}
dl.stepUp dt {
  text-align: left;
  line-height: 1;
  position: relative;
}
dl.stepUp dt:after {
  content: "";
  display: block;
  height: calc(100% - 2.1428571429rem);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  background: url(../img/parts/arrow_long_bottom.svg) center bottom;
  background-size: 100% auto;
  opacity: 0.1;
}
@media screen and (max-width: 750px) {
  dl.stepUp dt:after {
    width: 5.3333333333vw;
  }
}
dl.stepUp dt .point {
  font-size: 1.2em;
  font-weight: bold;
}
dl.stepUp dt small {
  display: block;
  font-size: 0.8em;
  line-height: 1.5;
}
dl.stepUp dd {
  font-size: 0.8571428571rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  dl.stepUp dd {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 750px) {
  dl.stepUp dd .grid {
    grid-template-columns: 1fr;
  }
}
dl.stepUp dd h5 {
  font-size: 1.1428571429rem;
  margin-bottom: 0.35em;
}
@media screen and (max-width: 750px) {
  dl.stepUp dd h5 {
    font-size: 2.9333333333vw;
  }
}
dl.stepUp dd .grid.cel_4 {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
dl.stepUp h4 {
  font-size: 1.5714285714rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  dl.stepUp h4 {
    font-size: 3.4666666667vw;
  }
}
dl.stepUp h4 small {
  display: inline-block;
  margin-left: 1em;
}
dl.stepUp .image {
  background-color: #ccc;
  width: 100%;
  aspect-ratio: 21/9;
  margin-bottom: 0.5em;
  border-radius: 0.7142857143rem;
}
dl.stepUp dt:nth-last-of-type(1),
dl.stepUp dd:nth-last-of-type(1),
dl.stepUp dd:nth-last-of-type(2) {
  border-bottom: 0;
}
dl.stepUp.inWrapCourse {
  grid-template-columns: 3.5714285714rem 1fr !important;
}
@media screen and (max-width: 750px) {
  dl.stepUp.inWrapCourse {
    grid-template-columns: auto 1fr !important;
    grid-gap: 10.6666666667vw 2.6666666667vw !important;
  }
}
dl.stepUp.inWrapCourse .grid.childProsess {
  padding-top: 2em;
  grid-template-columns: 1fr !important;
  grid-template-rows: auto 1fr !important;
  grid-gap: 0rem 1.7857142857rem !important;
}
dl.stepUp.inWrapCourse .grid.childProsess .grid {
  grid-gap: 1.7857142857rem 1.7857142857rem !important;
}
@media screen and (max-width: 1100px) {
  dl.stepUp.inWrapCourse .grid.childProsess .grid {
    grid-template-columns: 1fr !important;
  }
}
dl.stepUp.inWrapCourse .grid.childProsess .grid p {
  margin-bottom: 0;
}
dl.stepUp.inWrapProcess {
  grid-template-columns: 4.2857142857rem 1fr !important;
  grid-gap: 2.8571428571rem 0.7142857143rem !important;
}
@media screen and (max-width: 750px) {
  dl.stepUp.inWrapProcess {
    grid-template-columns: 10.6666666667vw 1fr !important;
    grid-gap: 5.3333333333vw 1.3333333333vw !important;
  }
}
dl.stepUp.inWrapProcess > dt:nth-of-type(1) {
  grid-row: 1/3;
  grid-column: 1/2;
  padding-bottom: 0rem;
}
dl.stepUp.inWrapProcess > dd:nth-of-type(1) {
  grid-row: 1/2;
  grid-column: 2/3;
  border-bottom: dotted 1px #ccc;
  padding-bottom: 1.4285714286rem;
}
dl.stepUp.inWrapProcess > dd:nth-of-type(2) {
  grid-row: 2/3;
  grid-column: 2/3;
  padding-bottom: 0rem;
  padding-left: 1.4285714286rem;
}
@media screen and (max-width: 750px) {
  dl.stepUp.inWrapProcess > dd:nth-of-type(2) {
    padding-left: 0vw;
  }
}

.grid--card.course {
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0 1em;
  text-align: center;
}
.grid--card.course.single {
  grid-template-columns: 1fr;
}
.grid--card.course.single .read {
  text-align: center;
}
.grid--card.course.as {
  max-width: 28.5714285714rem;
  margin: auto;
}
.grid--card.course a {
  text-decoration: none !important;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0rem;
  grid-template-rows: auto auto auto auto auto;
}
.grid--card.course a .sub {
  font-size: 1rem;
  font-weight: 700;
  background-color: #aaa;
}
@media screen and (max-width: 750px) {
  .grid--card.course a .sub {
    font-size: 2.9333333333vw;
  }
}
.grid--card.course a .read {
  text-align: left;
  font-size: 0.8571428571rem;
  background-color: #ccc;
}
@media screen and (max-width: 750px) {
  .grid--card.course a .read {
    font-size: 2.4vw;
  }
}
.grid--card.course a .wp-block-btns-item {
  width: 100%;
  margin: 0;
}
.grid--card.course a .wp-block-btns-item .btn {
  min-width: inherit;
  max-width: 15em;
  width: 100%;
}
.grid--card.course.main div.gakkaIndex {
  background-color: #ccc;
}
.grid--card.course.main div.gakkaIndex:nth-of-type(1) {
  grid-row: 1/2;
  grid-column: 1/2;
}
.grid--card.course.main div.gakkaIndex:nth-of-type(2) {
  grid-row: 1/2;
  grid-column: 2/3;
}
.grid--card.course.main div.gakkaIndex:nth-of-type(3) {
  grid-row: 1/2;
  grid-column: 3/4;
}
.grid--card.course.main a:nth-of-type(1) {
  grid-row: 2/3;
  grid-column: 1/2;
}
.grid--card.course.main a:nth-of-type(2) {
  grid-row: 3/4;
  grid-column: 1/2;
}
.grid--card.course.main a:nth-of-type(3) {
  grid-row: 2/3;
  grid-column: 2/3;
}
.grid--card.course.main a:nth-of-type(4) {
  grid-row: 3/4;
  grid-column: 2/3;
}
.grid--card.course.main a:nth-of-type(5) {
  grid-row: 2/3;
  grid-column: 3/4;
}
.grid--card.course.main a:nth-of-type(6) {
  grid-row: 3/4;
  grid-column: 3/4;
}

.grid--card.course .item {
  background-color: #fff;
  border-radius: var(--base-radius);
  position: relative;
  padding: 20px 20px;
}

.gakkaUnit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 1.25rem;
  text-align: center;
  margin-bottom: 0rem;
}
@media screen and (max-width: 750px) {
  .gakkaUnit {
    grid-template-columns: 1fr;
  }
}
.gakkaUnit.single {
  max-width: 42.8571428571rem;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: 1fr;
}
.gakkaUnit.single .read {
  text-align: center;
}
.gakkaUnit .item {
  background-color: #fff;
  padding: 2em;
  text-decoration: none !important;
  display: grid;
  grid-template-rows: subgrid;
  grid-gap: 0.5em;
  grid-row: span 5;
}
.gakkaUnit .item .imageWrap {
  display: none;
  aspect-ratio: 3/1;
  background-color: #ccc;
  order: 4;
  border-radius: 0.7142857143rem;
  overflow: hidden;
  position: relative;
}
.gakkaUnit .item .imageWrap .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.gakkaUnit .item .title {
  order: 1;
  line-height: 1.5;
  width: fit-content;
  margin: auto;
  padding: 0.2em 1em;
  color: #fff;
  border-radius: 0.2142857143rem;
  font-size: 0.7142857143rem;
}
@media screen and (max-width: 750px) {
  .gakkaUnit .item .title {
    font-size: 2.1333333333vw;
  }
}
.gakkaUnit .item .sub {
  font-size: 1.2857142857rem;
  font-weight: 700;
  order: 2;
}
.gakkaUnit .item .read {
  text-align: left;
  font-size: 0.8571428571rem;
  order: 4;
  padding-bottom: 1em;
}
.gakkaUnit .item .wp-block-btns {
  order: 5;
  gap: 1em;
}
.gakkaUnit .item .wp-block-btns-item {
  margin: 0;
}
.gakkaUnit .item .wp-block-btns-item .btn {
  min-width: inherit;
  max-width: 15em;
  width: 100%;
}
.gakkaUnit .item.fy .title {
  background-color: #abcd03;
}
.gakkaUnit .item.vd .title {
  background-color: #f39800;
}
.gakkaUnit .item.ld .title {
  background-color: #38a1db;
}
.gakkaUnit .item.cd .title {
  background-color: #e9528e;
}
.gakkaUnit .item.fm .title {
  background-color: #924898;
}
.gakkaUnit .item.ic .title {
  background-color: #ea5532;
}
.gakkaUnit .item.fa .title {
  background-color: #00a291;
}
.gakkaUnit .item.as .title {
  background-color: #4d4398;
}
.gakkaUnit.fy .read {
  text-align: center;
}
.gakkaUnit.main:not(:nth-last-of-type(2)) {
  margin-bottom: 2.5rem;
}
.gakkaUnit.as {
  margin: auto;
}
.gakkaUnit.as .title {
  margin-bottom: 1em;
}
.gakkaUnit.as .read {
  text-align: center;
}
.gakkaUnit .gakkaIndex {
  grid-row: 1/2;
  grid-column: 1/3;
}
@media screen and (max-width: 750px) {
  .gakkaUnit .gakkaIndex {
    grid-row: auto;
    grid-column: auto;
  }
}
.gakkaUnit .gakkaIndex .name {
  font-size: 1.4em;
  font-weight: 700;
}
.gakkaUnit .gakkaIndex p {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .gakkaUnit .gakkaIndex + a {
    margin-bottom: 1em;
  }
}

.tel {
  display: inline-block;
  font-size: 1.75em;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  background-color: #ddd;
  line-height: 1;
  padding: 0.5em;
  transform: translate(0, 7%);
  font-weight: 500;
}

.doc h3 {
  margin-top: 2em;
  font-size: 1.4em;
}

.content-box {
  box-shadow: none !important;
}
.content-box:hover {
  background-color: #fafafa;
}

dl.ocBoxes {
  font-size: 0.8571428571rem;
  display: grid;
  grid-template-columns: 14.2857142857rem 1fr;
  grid-gap: 3.5714285714rem 3.5714285714rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1000px) {
  dl.ocBoxes {
    grid-template-columns: 1fr;
    grid-gap: 3.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  dl.ocBoxes {
    font-size: 2.4vw;
  }
}
dl.ocBoxes dt,
dl.ocBoxes dd {
  padding-top: 2.5rem;
  border-top: dotted 2px #ccc;
  margin: 0;
  position: relative;
}
dl.ocBoxes dt h5 {
  font-size: 1.5714285714rem;
  position: relative;
  margin-bottom: 1em;
}
@media screen and (max-width: 1000px) {
  html:not(.tabletMode) dl.ocBoxes dt h5 {
    display: inline-block;
    padding-right: 4em;
  }
  html.tabletMode dl.ocBoxes dt h5 {
    font-size: 2.7777777778vw;
  }
}
dl.ocBoxes dt h5 small {
  display: inline-block;
  margin-left: 10px;
  font-size: 0.5em;
  padding: 3px 6px 3px;
  line-height: 1.3;
  background-color: #666;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border-radius: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -48%);
}
dl.ocBoxes dt h5 small.hissu {
  background-color: #c00;
}
dl.ocBoxes dt p {
  letter-spacing: 0.02em;
  font-size: 0.85em;
}
dl.ocBoxes dd h5 {
  position: relative;
}
@media screen and (max-width: 1100px) {
  html:not(.tabletMode) dl.ocBoxes dd {
    padding-top: 0;
    border-top: dashed 0 #ccc;
  }
  html:not(.tabletMode) dl.ocBoxes dd:not(:last-child) {
    padding-bottom: 13.3333333333vw;
  }
}
dl.ocBoxes .daysBox {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 0rem;
  margin-bottom: 1.4285714286rem;
}
@media screen and (max-width: 1300px) {
  dl.ocBoxes .daysBox {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1100px) {
  dl.ocBoxes .daysBox {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1000px) {
  dl.ocBoxes .daysBox {
    grid-template-columns: repeat(4, 1fr);
  }
}
dl.ocBoxes .daysBox > div {
  outline: 1px solid #cbcbcb;
  outline-offset: -0.5px;
}
@media screen and (max-width: 750px) {
  dl.ocBoxes .daysBox {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
dl.ocBoxes .daysBox.taiken {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1000px) {
  dl.ocBoxes .daysBox.taiken {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 750px) {
  dl.ocBoxes .daysBox.taiken {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 750px) {
  dl.ocBoxes .daysBox.taiken > div {
    padding: 15px 5px;
    display: grid;
    grid-template-columns: 16vw 1fr;
  }
  dl.ocBoxes .daysBox.taiken > div .dayUnit {
    padding: 0em 1em 0;
    margin-bottom: 0;
  }
  dl.ocBoxes .daysBox.taiken > div ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  dl.ocBoxes .daysBox.taiken > div ul a {
    width: 100%;
  }
  dl.ocBoxes .daysBox.taiken > div ul a:last-child {
    margin-bottom: 0;
  }
}
dl.ocBoxes .daysBox > div {
  font-size: 1.5em;
  text-align: center;
  padding: 15px 5px;
  background-color: #eee;
  color: #000;
  overflow: hidden;
  position: relative;
}
dl.ocBoxes .daysBox > div .dayUnit {
  margin-bottom: 0.5em;
}
dl.ocBoxes .daysBox > div .daytime {
  font-size: 1.8571428571rem;
  font-weight: 500;
  line-height: 1;
  font-family: "Barlow Condensed", sans-serif;
}
@media screen and (max-width: 750px) {
  dl.ocBoxes .daysBox > div .daytime {
    font-size: 4.5333333333vw;
  }
}
dl.ocBoxes .daysBox > div small {
  display: block;
  font-size: 0.8em;
  line-height: 1;
  padding: 0.2em 0.2em;
  color: #999;
  font-weight: 500;
}
dl.ocBoxes .daysBox > div .y {
  display: inline-block;
  font-size: 0.6em;
}
dl.ocBoxes .daysBox > div.nextYear::before {
  content: attr(data-year) "";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.5em;
  padding: 2px 4px;
  line-height: 1;
}
dl.ocBoxes .daysBox > div.sat .dayUnit small {
  color: #369;
}
dl.ocBoxes .daysBox > div.sun .dayUnit small {
  color: #c30;
}
dl.ocBoxes .daysBox > div.deactive, dl.ocBoxes .daysBox > div.is-deactive {
  background-color: #f2f2f2;
  color: #ddd;
  pointer-events: none;
}
dl.ocBoxes .daysBox > div.deactive::after, dl.ocBoxes .daysBox > div.is-deactive::after {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  content: "終了";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100% 100%;
}
dl.ocBoxes .daysBox > div.deactive .ex,
dl.ocBoxes .daysBox > div.deactive ul, dl.ocBoxes .daysBox > div.is-deactive .ex,
dl.ocBoxes .daysBox > div.is-deactive ul {
  opacity: 0.2;
}
dl.ocBoxes .daysBox > div .ex {
  font-size: 0.7em;
  margin: 5px auto 0;
}
dl.ocBoxes .daysBox > div .ex span {
  display: block;
  margin-bottom: 5px;
  padding: 2px 4px;
  line-height: 1.3;
  background-color: #fff;
  color: #303030;
  text-align: center;
  border-radius: 0.7142857143rem;
}
dl.ocBoxes .daysBox > div .ex span.none {
  opacity: 0.1;
}
dl.ocBoxes .daysBox > div .ex span.oshigoto::after {
  content: "★";
  display: inline-block;
  color: #c00;
}
dl.ocBoxes .daysBox > div .ex span.cancel {
  background-color: rgba(255, 255, 255, 0.5);
  color: #ccc;
}
dl.ocBoxes .daysBox > div .ex span.cancel::after {
  content: "開催中止";
  margin-left: 0.5em;
  font-size: 0.7em;
  letter-spacing: 0;
  display: inline-block;
  color: #c00;
}
dl.ocBoxes .daysBox > div ul {
  margin: 0 0 10px 0;
  padding: 10px 0 0 0;
  font-size: 0.7em;
}
dl.ocBoxes .daysBox > div ul a {
  display: block;
  margin: 0 5px 5px 5px;
  text-decoration-thickness: 0;
  text-decoration: none !important;
  padding: 5px 10px;
  line-height: 1.3 !important;
  background-color: #fff;
  color: #303030;
  border-radius: 0.7142857143rem;
  text-align: left;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
dl.ocBoxes .daysBox > div ul a:hover {
  background-color: #fafafa;
}
dl.ocBoxes .daysBox > div ul a.no_entry {
  cursor: default;
  pointer-events: none;
  color: #ccc;
  background-color: #fff;
}
dl.ocBoxes .daysBox > div ul a.no_entry::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
dl.ocBoxes .daysBox > div ul a.no_entry::after {
  content: "満員";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #900;
  padding: 3px;
}
dl.ocBoxes .daysBox > div ul a.cancel {
  cursor: default;
  pointer-events: none;
  color: #ccc;
  background-color: transparent;
}
dl.ocBoxes .daysBox > div ul a.cancel::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
dl.ocBoxes .daysBox > div ul a.cancel::after {
  content: "開催中止";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #900;
  padding: 3px;
}

div.oshigoto {
  padding: 20px;
  background-color: #eee;
  border-radius: 0.7142857143rem;
}
div.oshigoto h4 {
  margin-bottom: 10px;
  text-align: center;
}
div.oshigoto p {
  margin-bottom: 0;
}

.ocSchedule dl.day {
  font-size: 0.9em;
  padding: 1px;
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-gap: 1px 0;
}
.ocSchedule dl.day > dt {
  font-size: 1.3em;
  line-height: 1.5;
  background-color: #fff;
  padding: 10px 10px 5px 30px;
  position: relative;
}
.ocSchedule dl.day > dt::before {
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  font-size: 0.7em;
  line-height: 1;
  opacity: 0.5;
  position: absolute;
  top: 20px;
  left: 10px;
}
.ocSchedule dl.day > dd {
  background-color: #fff;
}
.ocSchedule dl.day > dd dl.type {
  display: grid;
  grid-template-columns: 180px 1fr;
  grid-gap: 5px;
  border-bottom: dotted 1px #666;
  position: relative;
}
.ocSchedule dl.day > dd dl.type > dt {
  font-size: 1.3em;
  text-align: left;
  padding: 10px;
}
.ocSchedule dl.day > dd dl.type > dd {
  font-size: 0.9em;
  padding: 15px 70px 0 0;
}
.ocSchedule dl.day > dd dl.type > dd ul {
  margin: 0 0 10px 0;
  padding: 0;
}
.ocSchedule dl.day > dd dl.type > dd ul li {
  display: inline-block;
  margin: 0 5px 5px 5px;
  padding: 5px 10px;
  line-height: 1.2;
  background-color: #333;
  border-radius: 0.7142857143rem;
}
.ocSchedule dl.day > dd dl.type.s dt {
  color: #dc8700;
}
.ocSchedule dl.day > dd dl.type.s ul li {
  background-color: #eee;
}
.ocSchedule dl.day > dd dl.type.s::after {
  content: "予約不要";
}
.ocSchedule dl.day > dd dl.type.t dt {
  color: #0078d4;
}
.ocSchedule dl.day > dd dl.type.t ul li {
  background-color: #000;
  color: #fff;
}
.ocSchedule dl.day > dd dl.type.t::after {
  content: "要予約";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  border: solid 2px #c00;
  color: #c00;
  padding: 3px 6px;
  font-size: 0.8em;
}
.ocSchedule dl.day > dd dl.type:last-child {
  border-bottom: 0;
}
.ocSchedule.view_s dl.day > .t {
  display: none;
}
.ocSchedule.view_t dl.day > .s {
  display: none;
}

.filter-shadow {
  filter: drop-shadow(0px 0px 0.3em rgba(0, 0, 0, 0.1));
}

.taikenkouzaWrap {
  grid-gap: 1.25rem;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 750px) {
  .taikenkouzaWrap {
    grid-gap: 4.6666666667vw;
  }
}

dl.taikenBlock {
  position: relative;
  font-size: 1rem;
  padding: 1.4285714286rem;
  height: auto;
  min-height: 10.7142857143rem;
  border-radius: 0rem;
  background-color: #fff;
  display: grid;
  grid-template-columns: 20% 1fr;
  grid-gap: 1.4285714286rem;
}
@media screen and (max-width: 750px) {
  dl.taikenBlock {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-gap: 1.3333333333vw;
    border-radius: 0vw;
    padding: 8vw 5.3333333333vw 5.3333333333vw;
  }
}
dl.taikenBlock.deactive, dl.taikenBlock.is-deactive {
  background-color: #eee;
  filter: none;
  border: solid 1px #ddd;
}
dl.taikenBlock.deactive .thumbnail,
dl.taikenBlock.deactive .read,
dl.taikenBlock.deactive .capacity, dl.taikenBlock.is-deactive .thumbnail,
dl.taikenBlock.is-deactive .read,
dl.taikenBlock.is-deactive .capacity {
  opacity: 0.5;
}
dl.taikenBlock.deactive::after, dl.taikenBlock.is-deactive::after {
  content: "";
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
dl.taikenBlock dt {
  margin-bottom: 0;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  grid-row: 1/2;
  grid-column: 1/2;
  padding: 0;
  border: 0;
}
@media screen and (max-width: 750px) {
  dl.taikenBlock dt {
    grid-row: auto;
    grid-column: auto;
  }
}
dl.taikenBlock dt.thumbnail {
  min-height: 120px;
}
@media screen and (max-width: 750px) {
  dl.taikenBlock dt.thumbnail {
    margin-bottom: 0.5em;
  }
}
dl.taikenBlock dt.thumbnail .image {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 0.3571428571rem;
}
@media screen and (max-width: 750px) {
  dl.taikenBlock dt.thumbnail .image {
    aspect-ratio: 4/3;
  }
}
@media screen and (max-width: 750px) {
  dl.taikenBlock dt h4 {
    font-size: 3.2vw;
    padding-right: 4em;
  }
  dl.taikenBlock dt .capacity {
    position: absolute;
    top: 0.2em;
    right: 0em;
    display: inline-block;
    background-color: #eee;
    padding: 0.5em 1em 0.5em;
    border-radius: 0.3571428571rem;
    line-height: 1;
    font-size: 0.7142857143rem;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  dl.taikenBlock dt .capacity {
    font-size: 2.1333333333vw;
  }
}
dl.taikenBlock dd {
  padding: 0 0 0px;
  border: 0;
}
dl.taikenBlock dd.schedule {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-gap: 5px;
}
dl.taikenBlock dd .capacity {
  position: absolute;
  top: 0.2em;
  right: 1em;
  display: inline-block;
  background-color: #eee;
  padding: 0.5em 1em;
  border-radius: 0rem;
  line-height: 1;
  font-size: 0.7142857143rem;
}
@media screen and (max-width: 750px) {
  dl.taikenBlock dd .capacity {
    font-size: 2.1333333333vw;
  }
}
dl.taikenBlock dd .title {
  margin-bottom: 10px;
  font-size: 1.5em;
  padding-right: 5em;
}
dl.taikenBlock dd .read {
  line-height: 1.5;
  margin-bottom: 10px;
}
dl.taikenBlock dd .read h4 {
  font-size: 1.2em;
}
@media screen and (max-width: 750px) {
  dl.taikenBlock dd .read h4 {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  dl.taikenBlock dd.schedule {
    padding: 0;
  }
}
dl.taikenBlock dd.schedule ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7142857143rem;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 750px) {
  dl.taikenBlock dd.schedule ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
  }
}
dl.taikenBlock dd.schedule ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  border-radius: 0.3571428571rem;
  overflow: hidden;
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 0.3571428571rem 0.3571428571rem;
  min-width: 5.7142857143rem;
  line-height: 1.5;
  position: relative;
  text-decoration: none !important;
  text-decoration-style: 0;
}
@media screen and (max-width: 750px) {
  dl.taikenBlock dd.schedule ul a {
    min-width: inherit;
  }
}
dl.taikenBlock dd.schedule ul a:hover {
  background-color: #464646;
}
dl.taikenBlock dd.schedule ul a.no_entry {
  cursor: default;
  pointer-events: none;
  color: #ccc;
  background-color: #fff;
}
dl.taikenBlock dd.schedule ul a.no_entry::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
dl.taikenBlock dd.schedule ul a.no_entry::after {
  content: "満員";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #900;
  font-size: 1em;
  padding: 3px;
}
dl.taikenBlock dd.schedule ul a.cancel {
  cursor: default;
  pointer-events: none;
  color: #ccc;
  background-color: #eee;
}
dl.taikenBlock dd.schedule ul a.cancel::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
}
dl.taikenBlock dd.schedule ul a.cancel::after {
  content: "開催中止";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #900;
  font-size: 1em;
  padding: 3px;
}
dl.taikenBlock dd.schedule ul a span {
  display: block;
  line-height: 1.5;
}
dl.taikenBlock dd.schedule ul a small {
  line-height: 1.5;
}
dl.taikenBlock dd.schedule ul a small:not(.ex) {
  display: inline-block;
  margin-right: 0.3em;
}
dl.taikenBlock dd.schedule ul a small.ex {
  display: block;
  width: 100%;
}
dl.taikenBlock dd.entry a {
  display: block;
  padding: 10px;
  text-align: center;
  font-size: 1.5rem;
  border: solid 1px #000;
}
dl.taikenBlock dd .message strong {
  color: #d7000f;
}

.articleIndex {
  list-style: none;
  padding: 0;
  grid-gap: 3.5714285714rem 3.5714285714rem;
}
.articleIndex > li {
  padding-left: 0;
}
@media screen and (max-width: 750px) {
  .articleIndex {
    grid-gap: 4vw;
    grid-template-columns: 1fr;
  }
  .articleIndex > li:not(:last-child) {
    padding-bottom: 2em;
    border-bottom: solid 1px #ccc;
  }
}
.articleIndex h4 {
  font-size: 1.8571428571rem;
}
@media screen and (max-width: 750px) {
  .articleIndex h4 {
    font-size: 4.5333333333vw;
  }
}
.articleIndex h4 .iconTarget {
  top: 0.3em;
}
@media screen and (max-width: 1100px) {
  .articleIndex h4 .iconTarget {
    top: 0.2em;
    margin-bottom: 1.3333333333vw;
  }
  .articleIndex h4 .iconTarget li {
    margin-left: 0 !important;
    margin-right: 0.3em !important;
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .articleIndex h4 .iconTarget {
    top: 0.2em;
    margin-bottom: 1.3333333333vw;
  }
  .articleIndex h4 .iconTarget li {
    margin-right: 0 !important;
    margin-left: 0.3em !important;
    font-size: 2.6666666667vw;
  }
}
.articleIndex ul {
  padding: 0;
}
.articleIndex ul li {
  margin-bottom: 0;
}
@media screen and (min-width: 750px) and (max-width: 1100px) {
  .articleIndex ul {
    position: relative;
    top: 0;
    left: 0;
  }
  .articleIndex ul li {
    margin-left: 0;
  }
}

.iconTarget {
  position: absolute;
  top: 0;
  right: 0;
  list-style: none;
  display: flex;
}

.iconTarget li {
  margin-right: 0 !important;
  margin-left: 0.4em !important;
  font-weight: 400;
  background: transparent;
  color: #303030;
  border: solid 1px #303030;
  font-size: 1rem;
  line-height: 1.2;
  padding: 0.25em 0.5em 0.2em;
  display: inline-block;
  margin: 0 5px;
}
.iconTarget li:before {
  position: relative;
  transform: translateY(-0.1em);
  display: inline-block;
}

.iconTarget li.student:before {
  content: "高校生";
}

.iconTarget li.foreign:before {
  content: "留学生";
}

.iconTarget li.society:before {
  content: "社会人";
}

.targetIcon {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 1.0714285714rem 0.7142857143rem;
  align-items: flex-start;
  align-content: flex-start;
  margin: 0rem 3.5714285714rem 0rem;
  padding: 1.7857142857rem;
  font-size: 0.9em;
}
@media screen and (max-width: 750px) {
  .targetIcon {
    width: 100%;
    margin: 13.3333333333vw 0 0;
    padding: 0rem;
  }
}
.targetIcon dt {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  margin: 0;
}
.targetIcon dt .iconTarget {
  position: relative;
  padding: 0;
  margin: 0;
}
.targetIcon dt .iconTarget li:before {
  font-size: 0.8571428571rem;
}
.targetIcon dd {
  padding-top: 0.2em;
  margin: 0 !important;
}
@media screen and (max-width: 750px) {
  .targetIcon dd {
    font-size: 0.9em;
  }
}

table.senkou {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 40px;
  background-color: #fff;
}
table.senkou caption {
  background-color: #474848;
  text-align: left;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}
table.senkou th,
table.senkou td {
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 20px 10px;
  font-size: 1rem;
  font-weight: 500;
}
table.senkou th {
  background-color: #ddd;
  text-align: left;
  font-size: 1.2rem;
}
table.senkou th:nth-of-type(1) {
  width: 130px;
}
table.senkou td:nth-of-type(1) {
  font-size: 0.8rem;
  line-height: 1.5;
}
table.senkou td h4 {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
table.senkou td small {
  font-size: 0.85em;
  display: block;
  padding-top: 10px;
}

table.senkouExtra caption .capLabel {
  display: flex;
  justify-content: space-around;
  width: 100%;
  align-items: center;
}
table.senkouExtra caption .capLabel_name {
  width: 70%;
}
table.senkouExtra caption .capLabel_sub {
  flex: 1;
  text-align: right;
  font-size: 0.8em;
}

ul.course {
  overflow: hidden;
  margin-bottom: 50px;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
}

ul.course a {
  text-decoration: none !important;
}

ul.course li.gakka {
  width: 100%;
  height: auto;
  clear: both;
  float: none;
  background: transparent;
  text-align: center;
  padding-top: 40px;
}

ul.course li.grid {
  width: 100%;
  height: auto;
}

ul.course li.full {
  width: 100%;
  margin-right: 0;
  margin-bottom: 40px;
  margin-top: 60px;
}

ul.course li a {
  position: relative;
  display: block;
  height: inherit;
  border: solid 1px #888;
  padding: 50px 30px 50px 30px;
  box-sizing: border-box;
}

ul.course a:after {
  content: "詳細情報";
  display: inline-block;
  padding: 10px 20px;
  background-color: #474848;
  color: #fff;
  position: absolute;
  bottom: 0px;
  right: 0px;
  line-height: 1;
  white-space: nowrap;
}

ul.course li a {
  text-decoration: none;
}

ul.course li h3 {
  position: relative;
  font-size: 1.5rem;
  color: #474848;
  margin-bottom: 10px;
  line-height: 2rem;
}

ul.course li h3.cIcon {
  padding-left: 3.5rem;
}

.touchDevice ul.course li h3.cIcon {
  padding-left: 2.5rem;
}

.cIcon:before {
  content: "";
  display: inline-block;
  padding: 0 0px;
  width: 35px;
  text-align: center;
  white-space: nowrap;
  background: #000;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  margin-right: 5px;
  line-height: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}

.cIcon.fy:before {
  background: #abcd03;
  content: "FY";
}

.cIcon.vd:before {
  background: #f39800;
  content: "VD";
}

.cIcon.ld:before {
  background: #38a1db;
  content: "LD";
}

.cIcon.fm:before {
  background: #924898;
  content: "FM";
}

.cIcon.cd:before {
  background: #e9528e;
  content: "CD";
}

.cIcon.ic:before {
  background: #ea5532;
  content: "IC";
}

.cIcon.fa:before {
  background: #00a291;
  content: "FA";
}

.cIcon.as:before {
  background: #4d4398;
  content: "AS";
}

ul.course li p {
  font-size: 1rem;
  padding: 0 0px;
}

.rinenData {
  padding-top: 0rem;
}
.rinenData h4.wp-block-heading {
  margin-bottom: 2em;
  font-size: 1.8571428571rem;
}
@media screen and (max-width: 750px) {
  .rinenData h4.wp-block-heading {
    font-size: 4.5333333333vw;
  }
}
.rinenData p {
  font-size: 1.1em;
}
.rinenData p .name {
  display: block;
  text-align: right;
  font-size: 0.8em;
}
.rinenData .rinen {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
  padding: 2em;
  background-color: #fff;
  font-size: 1.2em;
}
.rinenData .rinen h4 {
  margin-bottom: 1em;
  font-size: 1.8571428571rem;
}
@media screen and (max-width: 750px) {
  .rinenData .rinen h4 {
    font-size: 4.5333333333vw;
  }
}
.rinenData .rinen h5 {
  margin-bottom: 1em;
  font-size: 1.5714285714rem;
}
@media screen and (max-width: 750px) {
  .rinenData .rinen h5 {
    font-size: 4.5333333333vw;
  }
}

dl.rekishiData {
  padding-top: 2em;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 1.7857142857rem 0em;
}
@media screen and (max-width: 750px) {
  dl.rekishiData {
    grid-template-columns: 1fr;
  }
}
dl.rekishiData dt,
dl.rekishiData dd {
  margin: 0;
  line-height: 1.5;
  font-size: 1rem;
  border-top: solid 1px #ccc;
  padding: 1.7857142857rem 0em 0em;
}
dl.rekishiData dt {
  font-weight: bold;
  font-size: 1.2em;
  letter-spacing: 0;
}
dl.rekishiData dd {
  padding-left: 2em;
}
@media screen and (max-width: 750px) {
  dl.rekishiData dd {
    border: 0;
    padding-top: 0;
  }
}
dl.rekishiData dd img.mini {
  max-width: 14.2857142857rem;
}
dl.rekishiData dd p:last-child {
  margin-bottom: 0;
}

dl.publicData {
  padding-top: 3.5714285714rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.5em 1em;
}
dl.publicData dt,
dl.publicData dd {
  margin: 0;
  padding: 0em;
  line-height: 1.5;
}
dl.publicData dd {
  margin-bottom: 2em;
}

table.gakuhi {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 40px;
}

table.gakuhi caption {
  background-color: #474848;
  text-align: left;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}

table.gakuhi.new {
  empty-cells: hide;
  border-collapse: separate;
  border: 0;
  position: relative;
  margin-bottom: 5em;
}

table.gakuhi.new::after {
  content: "（単位：円）";
  font-size: 0.8rem;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 100%;
  text-align: right;
}

table.gakuhi.new:last-child {
  margin-bottom: 3em !important;
}

table.gakuhi.new th {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 0;
  border-bottom: 0;
}

table.gakuhi.new td {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 0;
  border-bottom: 0;
}

table.gakuhi.new tr th:last-child,
table.gakuhi.new tr td:last-child {
  border-right: 1px solid #999;
}

table.gakuhi.new tr th:last-child,
table.gakuhi.new tr td:last-child {
  border-left: 1px dashed #999;
}

table.gakuhi.new tr:last-child th,
table.gakuhi.new tr:last-child td {
  border-bottom: 1px solid #999;
}

table.gakuhi.new .gakunen {
  border: 0;
  background: transparent;
  font-size: 1.6rem;
  font-weight: bold;
}

table.gakuhi.new caption {
  background-color: transparent;
  text-align: left;
  width: 100%;
  padding: 0 0.2em;
  color: #333;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 500;
}

table.gakuhi th,
table.gakuhi td {
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 5px;
  font-size: 1.2rem;
  font-weight: 500;
  background: #fff;
}

table.gakuhi th {
  background-color: #ddd;
  text-align: left;
}

table.gakuhi td {
  text-align: right;
}

table.gakuhi th:nth-of-type(1) {
  width: 120px;
}

table.gakuhi.international th,
table.gakuhi.international td {
  padding: 0 5px;
  line-height: 1.5;
}

table.gakuhi.international th {
  padding: 10px 5px 5px 5px;
}

table.gakuhi.international th:nth-of-type(1) {
  width: 12em;
}

@media screen and (max-width: 1000px) {
  table.senkou {
    border: none;
    margin-top: 2em;
  }
  table.senkou thead {
    display: none;
  }
  table.senkou caption {
    display: none;
  }
  table.senkouExtra caption {
    display: block;
  }
  table.senkou tr {
    border-top: 40px solid #474848;
    display: block;
    margin-bottom: 0px;
    position: relative;
  }
  table.senkou tr:before {
    content: "3年制";
    background-color: #474848;
    height: auto;
    width: 100%;
    position: absolute;
    top: 0;
    transform: translate(0, -100%);
    padding-left: 20px;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
  }
  table.senkou.kenkyu tr:before {
    content: "1年制";
  }
  table.senkou td {
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    display: block;
    padding: 20px 20px 10px 22vw;
    position: relative;
  }
  table.senkou td:before {
    content: attr(data-label);
    position: absolute;
    top: 20px;
    left: 20px;
    color: #474848;
    font-size: 1.2rem;
    font-weight: 500;
  }
  #guide table.senkouExtra td.cel1 {
    background: rgba(0, 0, 0, 0.08);
  }
  #guide table.senkouExtra tr {
    margin-bottom: 0;
    border-top: solid 4px #333;
  }
  #guide table.senkouExtra tr:before {
    display: none;
  }
  table.senkouExtra caption .capLabel {
    display: block;
  }
  table.senkouExtra caption .capLabel_name {
    width: 100%;
    font-size: 0.95em;
  }
  table.senkouExtra caption .capLabel_sub {
    text-align: left;
    font-size: 0.8em;
  }
}
table.column2 {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 40px;
}

table.column2 caption {
  background-color: #474848;
  text-align: left;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
}

table.column2 th,
table.column2 td {
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 20px 10px;
  background-color: #fff;
}

table.column2 th {
  background-color: #ddd;
  width: 100px;
  text-align: left;
}

table.shogaku thead tr th:nth-of-type(1) {
  width: 6em;
}

@media screen and (max-width: 1000px) {
  table.shogaku thead tr th:nth-of-type(1) {
    width: 3em;
  }
}
table.column2 th.bgWhite,
table.column2 td.bgWhite {
  background-color: #fff !important;
}

table.information {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 40px;
  background-color: #fff;
}

table.information caption {
  background-color: #474848;
  text-align: left;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}

table.information th,
table.information td {
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px 10px;
  font-size: 1.1rem;
  vertical-align: top;
}

.touchDevice table.information th,
.touchDevice table.information td {
  display: block;
  white-space: normal !important;
  width: 100% !important;
  box-sizing: border-box;
}

table.information th {
  background-color: #ddd;
  width: 100px;
  text-align: left;
  font-size: 1.1rem;
  white-space: nowrap;
}

.boxBgArea {
  border: double 3px #999;
  background: #fff;
  padding: 25px !important;
}

.boxBgArea h4 {
  font-size: 1.3em;
  text-align: center;
  margin-bottom: 30px;
  background: #efefef;
  padding: 10px;
}

.boxBgArea p:last-child {
  margin-bottom: 0;
}

dl.howto {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 1px;
  padding: 0;
  margin: 0 auto;
  background: #ccc;
  border: solid 1px #ccc;
}
dl.howto dl {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0em;
  padding: 0;
  margin: 0 0 0px 0;
}
dl.howto dl dt,
dl.howto dl dd {
  padding: 0;
}
dl.howto dl dd:not(:last-child) {
  margin-bottom: 2em;
}

dl.howto dt,
dl.howto dd {
  padding: 1em;
  margin: 0;
}

dl.howto > dt {
  background-color: #fff;
  font-weight: bold;
}

dl.howto dd {
  background-color: #fff;
}

dl.senkouList {
  padding-top: 3.5714285714rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.5em 1em;
  margin-bottom: 3.5714285714rem;
}
dl.senkouList dt,
dl.senkouList dd {
  margin: 0;
  padding: 0em;
  line-height: 1.5;
}
dl.senkouList dt {
  font-size: 1.4em;
  font-weight: 700;
}
dl.senkouList dd {
  margin-bottom: 2em;
}

.contentsNavi {
  margin-bottom: 20px;
}

.contentsNavi .read {
  margin-bottom: 5px;
}

.contentsNavi ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.contentsNavi ul li {
  width: 32.3%;
  text-align: center;
  padding: 15px 6px;
  box-sizing: border-box;
  line-height: 1;
  margin: 0px 1% 1% 0px;
  background: #000;
  color: #fff;
  vertical-align: middle;
  display: table-cell;
  cursor: pointer;
  font-size: 1.1em;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.contentsNavi ul li:hover {
  background: #666;
}

.contentsNavi ul li.active {
  background-color: #999;
}

.contentsNaviGrid .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-gap: 10px;
  padding: 0;
  margin: 0 0 30px 0;
}

.contentsNaviGrid .grid a {
  background: #999;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 0.5em 0;
}

.contentsNaviGrid .grid a:hover {
  background-color: #666;
}

.contentsNaviGrid .grid a.active {
  background-color: #000;
  pointer-events: none;
}

.shoumeisyoAttention {
  display: none;
  border: solid 1px #333;
  background-color: #f0f0f0;
  padding: 20px;
  margin-bottom: 20px;
}

.person-grid {
  grid-gap: 30px !important;
}

.touchDevice .person-grid {
  grid-template-columns: 1fr !important;
}

.person-grid article.person {
  width: 100%;
  height: auto;
  min-height: auto;
  float: none;
  box-sizing: border-box;
  margin: 0 0 0 0 !important;
  padding: 0 0 30px 0 !important;
  position: relative;
  border-bottom: solid 1px #ccc;
  grid-gap: 30px !important;
  grid-template-columns: 40% 1fr;
}

.person-grid article.person .gridItem {
  margin: 0 !important;
  padding: 0 !important;
}

.person-grid article.person .thumbnail:before {
  content: "";
  display: block;
  height: 0;
  padding-top: 160%;
}

/* form
----------------------------------------------- */
#input_type_fix {
  width: 0px;
  height: 0px;
  margin: 0;
  padding: 0;
  opacity: 0;
  display: inline;
  float: left;
}

ul.formStyle1 {
  background-color: #fff;
  padding: 10px 10px;
  border: solid 1px #ccc;
  margin: 0px;
}

ul.formStyle1 #gpid_154,
ul.formStyle1 #gpid_158 {
  display: none;
}

ul.formStyle1 li {
  margin: 0 0 2px 0px;
  padding: 10px 5px 10px 5px;
  border-bottom: dotted 1px #ccc;
}

ul.formStyle1 li {
  height: inherit;
  display: block;
  overflow: hidden;
}

.page-template-page_contactguide_form_send h2 {
  display: none;
}

ul.formStyle1 li.last {
  border: 0;
}

ul.formStyle1 dt {
  border-left: solid 5px #666;
  text-align: left;
  padding: 0px 10px 0px 10px;
  margin-bottom: 0px;
  background: none;
  font-size: small;
  font-weight: bold;
  float: left;
  width: 160px;
  clear: both;
}

ul.formStyle1 dt .red,
ul.formStyle1 dd .red {
  color: #f30;
}

ul.formStyle1 dd {
  margin: 0 0 0 0;
  float: left;
  width: calc(100% - 160px);
}

ul.formStyle1 dd input,
ul.formStyle1 dd select,
ul.formStyle1 dd textarea {
  margin: 3px 0 3px 0;
  padding: 4px;
  border: solid 1px #aaa;
}

ul.formStyle1 dd input.text-s {
  width: 3em;
}

ul.formStyle1 dd .wpcf7-list-item.first {
  margin-left: 0;
}

ul.formStyle1 label.error {
  display: inline-block;
  padding-left: 10px;
  color: #c00;
}

ul dl dd .sub {
  margin-top: 1em;
}

ul dl dd .sub:first-child {
  margin-top: 0;
}

.douiArea {
  padding: 3em;
  border: solid 1px #999;
  margin: 2em 0 0;
  display: flex;
  justify-content: center;
}

.douiArea .inFrame {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.douiArea .douiBtn {
  display: inline-flex;
  justify-content: center;
  align-content: center;
  margin: 1em auto 0;
}

.douiArea .douiBtn p {
  margin: 0;
}

.douiArea .douiBtn .wpcf7-list-item {
  margin: 0;
}

.douiArea .douiBtn .wpcf7-list-item label {
  display: inline-flex;
  justify-content: center;
  align-content: center;
  background: #ddd;
  padding: 1em 3em;
  margin: auto;
  font-size: 1.2em;
  font-weight: bold;
}

.douiArea .douiBtn .wpcf7-list-item-label {
  margin: 0 0 0 1em;
}

.wpcf7-submit {
  padding: 1em 2em;
  font-size: 1.5em;
  color: #fff;
  font-weight: bold;
  background: #000;
}

.wpcf7-submit.deactive {
  pointer-events: none;
  opacity: 0.1;
}

.wpcf7-spinner {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}

span.hosoku {
  color: #666;
  font-size: 10px;
}

div.submitBtn {
  padding: 30px 0 20px 0;
  text-align: center;
}

div.submitBtn button {
  background-color: #c00;
  color: #fff;
  display: inline-block;
  padding: 20px 40px;
  margin: auto 20px;
  cursor: pointer;
  font-size: 1.5em;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

div.submitBtn button:hover {
  background-color: #e42e2e;
}

div.submitBtn button.deactive {
  background-color: #eee;
  color: #ccc;
  pointer-events: none;
}

div.back.button {
  background-color: #eee;
  color: #000;
  display: inline-block;
  padding: 10px 20px;
  margin: auto 20px;
  cursor: pointer;
}

.bgLink {
  padding-top: 20px;
  margin-bottom: 20px;
  font-size: 1.2rem;
}

.bgLink a {
  display: inline-block;
  margin: 0;
  padding: 0 2em;
  line-height: 3em;
  background: #000;
  color: #fff !important;
  text-decoration: none;
}

.bgLink a:hover {
  background: #666;
}

.bgLink.col_2 {
  display: flex;
  padding-top: 2rem !important;
}

.bgLink.col_2 a {
  margin: 0;
}

.bgLink_sky {
  padding-top: 20px;
  margin-bottom: 20px;
  font-size: 1.2rem;
}

.bgLink_sky a {
  display: inline-block;
  margin: 0;
  padding: 1em 2em;
  line-height: 1.5em;
  background: #2e8ac9;
  color: #fff !important;
  text-decoration: none;
}

.bgLink_sky a:hover {
  background: #4396cf;
}

.grid .bgLink_sky a {
  display: block;
}

#exFormInput textarea {
  width: 80%;
  height: 100px;
}

.carousel {
  position: relative;
  width: 63.5714285714rem;
  margin: 0 auto;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  transition: transform 1s cubic-bezier(0.52, 0.52, 0, 1);
}

.carousel-item {
  flex: 0 0 100%;
  text-align: center;
}

.carousel-item img {
  width: 100%;
  height: auto;
  display: block;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  gap: 0.5rem;
}

.carousel-dots button {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  border: none;
  background: #ccc;
  cursor: pointer;
}

.carousel-dots button.active {
  background: #000;
}

.wp-block-system-grid {
  display: grid;
  grid-template-columns: 1fr 7.1428571429rem;
  grid-gap: 0.7142857143rem;
  margin-bottom: 3.5714285714rem;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .wp-block-system-grid {
    grid-template-columns: 1fr 4.2857142857rem;
  }
}
@media screen and (max-width: 750px) {
  .wp-block-system-grid {
    grid-template-columns: 1fr 8vw;
    grid-gap: 2.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
.wp-block-system-grid-item {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 3.5714285714rem;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .wp-block-system-grid-item {
    padding: 6.6666666667vw;
  }
}
.wp-block-system-grid-item.fy {
  grid-row: 1/2;
  grid-column: 1/2;
  padding-left: 5.7142857143rem;
  padding-right: 0.7142857143rem;
}
@media screen and (max-width: 1100px) {
  .wp-block-system-grid-item.fy {
    padding-left: 4.2857142857rem;
    padding-right: 0.7142857143rem;
  }
}
@media screen and (max-width: 750px) {
  .wp-block-system-grid-item.fy {
    padding-left: 10.6666666667vw;
    padding-right: 1.3333333333vw;
    padding-bottom: 0;
  }
}
.wp-block-system-grid-item.main {
  grid-row: 2/3;
  grid-column: 1/2;
  padding-right: 0.7142857143rem;
}
@media screen and (max-width: 750px) {
  .wp-block-system-grid-item.main {
    padding-bottom: 2.6666666667vw;
    padding-right: 1.3333333333vw;
  }
}
.wp-block-system-grid-item.main::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.7142857143rem;
  background-image: radial-gradient(circle, #999 1.5px, transparent 1.5px);
  background-size: 8px 3px;
  background-repeat: repeat-x;
  z-index: 5;
}
@media screen and (max-width: 750px) {
  .wp-block-system-grid-item.main::before {
    height: 1.3333333333vw;
  }
}
.wp-block-system-grid-item.main p.ex {
  text-indent: 2em;
}
.wp-block-system-grid-item.free {
  grid-row: 1/3;
  grid-column: 2/3;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: initial;
  flex-wrap: nowrap;
  padding: 10.7142857143rem 0 0;
  background-color: #e3e1dc;
}
@media screen and (max-width: 1100px) {
  .wp-block-system-grid-item.free {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
}
.wp-block-system-grid-item.free h4 {
  writing-mode: vertical-rl;
  height: fit-content;
  position: relative;
  top: 0rem;
  left: 0rem;
  font-size: 1.5714285714rem;
}
@media screen and (max-width: 750px) {
  .wp-block-system-grid-item.free h4 {
    font-size: 3.4666666667vw;
  }
}
.wp-block-system-grid-item.free h4::after {
  display: none;
}
.wp-block-system-grid-item.free h4 span {
  padding: 0;
  background-color: transparent !important;
}
.wp-block-system-grid-item.free p {
  writing-mode: vertical-rl;
  font-size: 0.7142857143rem;
}
@media screen and (max-width: 750px) {
  .wp-block-system-grid-item.free p {
    font-size: 2.1333333333vw;
  }
}
.wp-block-system-grid-item.after {
  grid-row: 3/4;
  grid-column: 1/3;
  padding: 3.5714285714rem 0;
}
.wp-block-system-grid-item.after::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.7142857143rem;
  background-image: radial-gradient(circle, #999 1.5px, transparent 1.5px);
  background-size: 8px 3px;
  background-repeat: repeat-x;
  z-index: 5;
}
.wp-block-system-grid-item h4 {
  position: absolute;
  top: 0rem;
  left: 0.7142857143rem;
  font-size: 1.5714285714rem;
  font-weight: 700;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .wp-block-system-grid-item h4 {
    font-size: 1.8571428571rem;
  }
}
@media screen and (max-width: 750px) {
  .wp-block-system-grid-item h4 {
    top: 0vw;
    left: 1.3333333333vw;
    font-size: 2.9333333333vw;
  }
}
.wp-block-system-grid-item h4::after {
  content: "";
  display: block;
  width: 1em;
  height: 100%;
  background: url(../img/parts/system_arrow.svg) center bottom/1.0714285714rem auto no-repeat;
  opacity: 0.3;
  position: absolute;
  bottom: 2.8571428571rem;
  left: 1.2857142857rem;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .wp-block-system-grid-item h4::after {
    bottom: 1.4285714286rem;
  }
}
@media screen and (max-width: 750px) {
  .wp-block-system-grid-item h4::after {
    bottom: 0vw;
    left: 0vw;
  }
}
.wp-block-system-grid-item h4 span {
  display: block;
  background: #f1f1f1;
  z-index: 2;
  position: relative;
  padding: 1em 0 0.3em;
}
body:not(#home) .wp-block-system-grid-item h4 span {
  background: #f2f2f2;
}
.wp-block-system-grid-item .ex {
  text-align: center;
}
.wp-block-system-grid-item .division h5 {
  position: relative;
}
.wp-block-system-grid-item .division h5 span {
  font-size: 2.2857142857rem;
}
.wp-block-system-grid-item .division h5 span::before {
  content: "FY";
  display: inline-block;
  padding: 0.3em 0.5em;
  font-size: 1.1428571429rem;
  background-color: #abcd03;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -120%);
}
@media screen and (max-width: 750px) {
  .wp-block-system-grid-item .division h5 span::before {
    font-size: 3.2vw;
  }
}
.wp-block-system-grid-item .schedule {
  width: fit-content;
  margin: auto;
  border: solid 0.3571428571rem #abcd03;
}
@media screen and (max-width: 750px) {
  .wp-block-system-grid-item .schedule {
    border-size: 0.6666666667vw;
  }
}
.wp-block-system-grid-item .schedule dl {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0.7142857143rem 1.4285714286rem;
  text-align: left;
  padding: 0.7142857143rem;
  background-color: #fff;
  align-content: center;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .wp-block-system-grid-item .schedule dl {
    grid-gap: 0rem 0.7142857143rem;
    padding: 0.7142857143rem 0.7142857143rem 1.0714285714rem;
    grid-template-columns: auto;
    text-align: center;
  }
  .wp-block-system-grid-item .schedule dl dt:nth-of-type(2) {
    padding-top: 1em;
  }
}
@media screen and (max-width: 750px) {
  .wp-block-system-grid-item .schedule dl {
    grid-template-columns: auto;
    grid-gap: 0vw 2.6666666667vw;
    padding: 2.6666666667vw 2.6666666667vw;
  }
}
.wp-block-system-grid-item .schedule dl dt {
  margin: 0;
  padding-left: 1.4285714286rem;
}
@media screen and (max-width: 1100px) {
  .wp-block-system-grid-item .schedule dl dt {
    padding-left: 0.7142857143rem;
    text-align: center !important;
  }
}
.wp-block-system-grid-item .schedule dl dd {
  margin: 0;
  line-height: 1.2;
  padding-right: 1.4285714286rem;
}
@media screen and (max-width: 1100px) {
  .wp-block-system-grid-item .schedule dl dd {
    padding-right: 0.7142857143rem;
  }
}
.wp-block-system-grid-item .course {
  width: fit-content;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 0.7142857143rem;
  margin: auto;
}
.wp-block-system-grid-item .course dl {
  width: fit-content;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 0.3571428571rem;
  grid-template-rows: subgrid;
  grid-row: span 2;
  height: min-content;
}
.wp-block-system-grid-item .course dl dt {
  display: flex;
  flex-wrap: wrap;
  writing-mode: vertical-rl;
  font-size: 0.8571428571rem;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .wp-block-system-grid-item .course dl dt {
    font-size: 2.4vw;
  }
}
.wp-block-system-grid-item .course dl dd {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  writing-mode: vertical-rl;
  margin: 0;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 1.5714285714rem;
  border: solid 0.4285714286rem #303030;
}
@media screen and (max-width: 1100px) {
  .wp-block-system-grid-item .course dl dd {
    border-width: 0.3333333333vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .wp-block-system-grid-item .course dl dd {
    border-width: 0.5333333333vw;
    font-size: 3.4666666667vw;
  }
}
.wp-block-system-grid-item .course dl dd::before {
  content: attr(data-tag);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #303030;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  writing-mode: horizontal-tb;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1;
  padding: 0.3571428571rem 0rem 0.7142857143rem 0.2142857143rem;
  pointer-events: none;
}
.wp-block-system-grid-item .course dl dd a {
  background-color: #fff;
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding: 3.5714285714rem 0.3571428571rem 3.5714285714rem;
}
@media screen and (max-width: 1100px) {
  .wp-block-system-grid-item .course dl dd a {
    padding: 3.5714285714rem 0rem 3.5714285714rem;
  }
}
.wp-block-system-grid-item .course dl dd a:hover {
  background-color: #ddd;
}
.wp-block-system-grid-item .course dl dd a span {
  white-space: nowrap;
}
.wp-block-system-grid-item .course dl:nth-of-type(1) dd:nth-of-type(1) {
  border-color: #f39800;
}
.wp-block-system-grid-item .course dl:nth-of-type(1) dd:nth-of-type(1)::before {
  background-color: #f39800;
}
.wp-block-system-grid-item .course dl:nth-of-type(1) dd:nth-of-type(2) {
  border-color: #38a1db;
}
.wp-block-system-grid-item .course dl:nth-of-type(1) dd:nth-of-type(2)::before {
  background-color: #38a1db;
}
.wp-block-system-grid-item .course dl:nth-of-type(2) dd:nth-of-type(1) {
  border-color: #e9528e;
}
.wp-block-system-grid-item .course dl:nth-of-type(2) dd:nth-of-type(1)::before {
  background-color: #e9528e;
}
.wp-block-system-grid-item .course dl:nth-of-type(2) dd:nth-of-type(2) {
  border-color: #924898;
}
.wp-block-system-grid-item .course dl:nth-of-type(2) dd:nth-of-type(2)::before {
  background-color: #924898;
}
.wp-block-system-grid-item .course dl:nth-of-type(3) dd:nth-of-type(1) {
  border-color: #ea5532;
}
.wp-block-system-grid-item .course dl:nth-of-type(3) dd:nth-of-type(1)::before {
  background-color: #ea5532;
}
.wp-block-system-grid-item .course dl:nth-of-type(3) dd:nth-of-type(2) {
  border-color: #00a291;
}
.wp-block-system-grid-item .course dl:nth-of-type(3) dd:nth-of-type(2)::before {
  background-color: #00a291;
}
.wp-block-system-grid-item .nextArrow {
  width: fit-content;
  margin: auto;
  position: relative;
}
.wp-block-system-grid-item .nextArrow::before {
  content: "";
  display: block;
  width: 13.5714285714rem;
  height: 1.9285714286rem;
  position: relative;
  left: 50%;
  transform: translate(-5.8571428571rem, 0);
  background: url(../img/parts/next_arrow.svg) center center/100% auto no-repeat;
  margin-bottom: 1.4285714286rem;
}
@media screen and (max-width: 1100px) {
  .wp-block-system-grid-item .nextArrow::before {
    width: 10.5555555556vw;
    height: 1.5vw;
    transform: translate(-3.8888888889vw, 0);
    margin-bottom: 1.1111111111vw;
  }
}
@media screen and (max-width: 750px) {
  .wp-block-system-grid-item .nextArrow::before {
    width: 26.6666666667vw;
    height: 3.6vw;
    transform: translate(-10.6666666667vw, 0);
    margin-bottom: 2.6666666667vw;
  }
}
.wp-block-system-grid-item .type {
  text-align: center;
  width: fit-content;
  display: grid;
  grid-template-columns: repeat(2, 17.8571428571rem);
  grid-gap: 3.5714285714rem;
  align-content: flex-start;
  align-items: flex-start;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .wp-block-system-grid-item .type {
    grid-gap: 2.7777777778vw;
    grid-template-columns: repeat(2, 22.2222222222vw);
  }
}
@media screen and (max-width: 750px) {
  .wp-block-system-grid-item .type {
    grid-template-columns: repeat(2, 40vw);
    grid-gap: 2.6666666667vw;
    padding-left: 2.6666666667vw;
  }
}
.wp-block-system-grid-item .type dl {
  position: relative;
  height: 100%;
  display: grid;
  grid-template-rows: auto auto 1fr;
  grid-gap: 0.7142857143rem;
}
@media screen and (max-width: 750px) {
  .wp-block-system-grid-item .type dl {
    grid-gap: 1.3333333333vw;
  }
}
.wp-block-system-grid-item .type dl::before {
  transform: translate(-50%, 0);
}
.wp-block-system-grid-item .type dl dt {
  order: 2;
  display: flex;
  justify-content: center;
}
.wp-block-system-grid-item .type dl dd {
  order: 1;
  display: flex;
  justify-content: center;
  line-height: 1.4;
  font-size: 0.7142857143rem;
}
@media screen and (max-width: 750px) {
  .wp-block-system-grid-item .type dl dd {
    font-size: 2.1333333333vw;
  }
}
.wp-block-system-grid-item .type dl:nth-of-type(1) dt {
  font-size: 2.2857142857rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  .wp-block-system-grid-item .type dl:nth-of-type(1) dt {
    font-size: 2.2222222222vw;
  }
}
@media screen and (max-width: 750px) {
  .wp-block-system-grid-item .type dl:nth-of-type(1) dt {
    font-size: 5.0666666667vw;
  }
}
.wp-block-system-grid-item .type dl:nth-of-type(2) dt {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 100%;
  margin: 0;
  font-size: 1.5714285714rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  border: solid 0.4285714286rem #4d4398;
}
@media screen and (max-width: 1100px) {
  .wp-block-system-grid-item .type dl:nth-of-type(2) dt {
    border: solid 0.3333333333vw #4d4398;
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .wp-block-system-grid-item .type dl:nth-of-type(2) dt {
    border-width: 0.5333333333vw;
    font-size: 3.4666666667vw;
  }
}
.wp-block-system-grid-item .type dl:nth-of-type(2) dt::before {
  content: attr(data-tag);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #4d4398;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  writing-mode: horizontal-tb;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  line-height: 1;
  padding: 0rem 0.7142857143rem 0.2142857143rem;
  pointer-events: none;
}
@media screen and (max-width: 1100px) {
  .wp-block-system-grid-item .type dl:nth-of-type(2) dt::before {
    padding: 0vw 0.5555555556vw 0.2777777778vw;
  }
}
@media screen and (max-width: 750px) {
  .wp-block-system-grid-item .type dl:nth-of-type(2) dt::before {
    padding: 0vw 0.6666666667vw 0.9333333333vw;
  }
}
.wp-block-system-grid-item .type dl:nth-of-type(2) dt a {
  padding: 0.5em 1.4285714286rem 0.5em 4.2857142857rem;
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .wp-block-system-grid-item .type dl:nth-of-type(2) dt a {
    padding: 0.5em 1.1111111111vw 0.5em 4.4444444444vw !important;
  }
}
@media screen and (max-width: 750px) {
  .wp-block-system-grid-item .type dl:nth-of-type(2) dt a {
    padding: 0.5em 2.6666666667vw 0.5em 8vw !important;
  }
}
.wp-block-system-grid-item .type dl:nth-of-type(2) dt a span {
  line-height: 1;
  display: inline-block;
  transform: translate(0, -10%);
}
@media screen and (max-width: 1100px) {
  .wp-block-system-grid-item .type dl:nth-of-type(2) dt a span {
    transform: translate(0, -8%);
  }
}
@media screen and (max-width: 1100px) {
  .wp-block-system-grid-item .type dl:nth-of-type(2) dt a {
    display: flex;
    align-items: center;
    padding: 0em 0rem 0 3.5714285714rem;
  }
}
.wp-block-system-grid-item .type dl:nth-of-type(2) dt a:hover {
  background-color: #ddd;
}

.entry-contents_block_ {
  padding: 0;
}
.entry-contents_block_ img {
  width: 100%;
  height: auto;
}
.entry-contents_block_ .grid {
  display: grid;
  grid-gap: 20px;
}
.entry-contents_block_ .grid.imageLeft {
  grid-gap: 40px;
}
.entry-contents_block_ .grid.imageLeft .gridItem {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-auto-rows: auto;
  grid-gap: 20px;
  padding: 0;
  margin: 0;
}
.entry-contents_block_ .grid.imageLeft .gridItem .image {
  width: 100%;
  height: 0;
  padding-top: 65%;
  background-color: #ccc;
}
.entry-contents_block_ .grid.profileItem {
  grid-gap: 40px;
  grid-template-columns: 1fr;
}
.entry-contents_block_ .grid.profileItem .gridItem {
  display: grid;
  grid-auto-rows: auto;
  grid-gap: 0;
  padding: 0;
  margin: 0;
}
.entry-contents_block_ .grid.profileItem .gridItem .contents {
  padding: 20px;
}
.entry-contents_block_ .grid.profileItem .gridItem .image {
  background-color: #ccc;
}
.entry-contents_block_ .grid.profileItem .gridItem h5 {
  margin-bottom: 5px;
}
.entry-contents_block_ .grid.profileItem .gridItem h6 {
  margin-bottom: 0;
  font-weight: var(--font-normal);
  font-size: 0.8em;
}
.entry-contents_block_ .grid.profileItem .gridItem .ex {
  margin-top: 10px;
  font-weight: var(--font-normal);
  font-size: 0.8em;
  background-color: #f2f2f2;
  padding: 5px 10px;
  display: inline-block;
}
.entry-contents_block_ .grid.profileItem .gridItem p {
  font-size: 0.9em;
}
.entry-contents_block_ .grid.profileItem .gridItem:nth-child(odd) {
  grid-template-columns: 240px 1fr;
}
.entry-contents_block_ .grid.profileItem .gridItem:nth-child(even) {
  grid-template-columns: 1fr 240px;
}
.entry-contents_block_ .grid.profileItem .gridItem:nth-child(even) .image {
  grid-column: 2/3;
  grid-row: 1/2;
}
.entry-contents_block_ .grid.profileItem .gridItem:nth-child(even) .contents {
  grid-column: 1/2;
  grid-row: 1/2;
}
.entry-contents_block_ .caption {
  font-size: 0.8em;
  padding-top: 0.5em;
}
.entry-contents_block_ .more {
  text-align: center;
}
.entry-contents_block_ .more a {
  width: 200px;
  margin: auto;
  font-size: 0.8em;
}
.entry-contents_block_ > .layout {
  margin-bottom: 2em;
  padding: 0;
}
.entry-contents_block_ > .layout p:last-child {
  margin-bottom: 0 !important;
}
.entry-contents_block_ > .layout.spacerUnit {
  position: relative;
  margin: 1em 0 2em;
}
.entry-contents_block_ > .layout.spacerUnit::after {
  content: "";
  display: block;
  width: 100%;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: radial-gradient(circle, #999 20%, transparent 20%);
  background-size: 1em 1em;
  background-repeat: repeat-x;
}
.entry-contents_block_ > .layout.spacerUnit.size_s {
  height: 2em;
}
.entry-contents_block_ > .layout.spacerUnit.size_m {
  height: 5em;
}
.entry-contents_block_ > .layout.spacerUnit.size_l {
  height: 8em;
}
.entry-contents_block_ > .layout.spacerUnit.no_line::after {
  display: none;
}
.entry-contents_block_ > .middle_title h3,
.entry-contents_block_ > .article_unit h3 {
  justify-content: flex-start;
  text-align: left;
}
.entry-contents_block_ > .middle_title.center h3,
.entry-contents_block_ > .article_unit.center h3 {
  justify-content: center;
  text-align: center;
}
.entry-contents_block_ > .middle_title.right h3,
.entry-contents_block_ > .article_unit.right h3 {
  justify-content: flex-end;
  text-align: right;
}
.entry-contents_block_ > .gallery {
  margin-top: 5em;
  border: 0 !important;
}
.entry-contents_block_ > .gallery nav {
  margin-bottom: 1em;
}
.entry-contents_block_ > .gallery nav h5 {
  font-size: 1.2em;
}
.entry-contents_block_ > .gallery ul {
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  grid-gap: 1em;
}
.entry-contents_block_ > .gallery ul.large {
  grid-template-columns: repeat(2, 1fr) !important;
}
.entry-contents_block_ > .gallery ul.col_2 {
  grid-template-columns: repeat(2, 1fr);
}
.entry-contents_block_ > .gallery ul.col_2.large {
  grid-template-columns: repeat(1, 1fr) !important;
}
.entry-contents_block_ > .gallery ul.col_3 {
  grid-template-columns: repeat(3, 1fr);
}
.entry-contents_block_ > .gallery ul.col_4 {
  grid-template-columns: repeat(4, 1fr);
}
.entry-contents_block_ > .gallery ul li {
  margin: 0;
}
.entry-contents_block_ > .block_full_text p:last-child {
  margin-bottom: 0 !important;
}
.entry-contents_block_ > .col_2 {
  grid-template-rows: auto;
  align-content: center;
  align-items: center;
}
.entry-contents_block_ > .col_2 h4 {
  font-size: 1.2857142857rem;
}
.entry-contents_block_ > .col_2 p {
  font-size: 0.8571428571rem;
}
.entry-contents_block_ > .col_2.bg_white {
  background-color: #fff;
  padding: 1.25rem;
}
.entry-contents_block_ > .col_2.border_line {
  padding: 1.25rem;
}
.entry-contents_block_ > .col_2.border_dot {
  padding: 1.25rem;
}
.entry-contents_block_ > .col_2.right .gridItem:nth-of-type(1) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.entry-contents_block_ > .col_2.right .gridItem:nth-of-type(2) {
  grid-column: 1/2;
  grid-row: 1/2;
}
.entry-contents_block_ > .col_2.center {
  grid-template-columns: 1fr;
  grid-gap: 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.entry-contents_block_ > .col_2.center .gridItem:nth-of-type(2) {
  font-size: 0.8em;
  padding-top: 0.5em;
}
.entry-contents_block_ > .table table {
  border-collapse: collapse;
  background-color: #fff;
  margin-bottom: 40px;
  width: 100%;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.entry-contents_block_ > .table table caption {
  background-color: #303030;
  text-align: left;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
}
.entry-contents_block_ > .table table th,
.entry-contents_block_ > .table table td {
  border: solid 0px;
  padding: 10px;
  font-weight: normal;
  vertical-align: top;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.entry-contents_block_ > .table table th {
  width: 5em;
  white-space: nowrap;
  background-color: #ddd;
}
.entry-contents_block_ > .table table:last-child {
  margin-bottom: 0;
}
.entry-contents_block_ > .qa .question {
  margin-bottom: 3em;
}
.entry-contents_block_ > .qa dl.answer_set.grid {
  padding: 0 1em;
  margin-bottom: 3em;
  grid-template-columns: 50px 1fr;
}
.entry-contents_block_ > .qa dl.answer_set.grid dt {
  text-align: right;
  margin: 0;
}
.entry-contents_block_ > .qa dl.answer_set.grid dd {
  margin-bottom: 1em;
}
.entry-contents_block_ > .bg_text {
  padding: 2em;
}
.entry-contents_block_ > .profile {
  align-items: inherit;
}
.entry-contents_block_ > .profile dl.itemset.grid {
  padding: 0 1em;
  grid-template-columns: 100px 1fr;
  align-items: inherit;
}
.entry-contents_block_ > .profile dl.itemset.grid dt {
  color: #369;
  text-align: right;
}
.entry-contents_block_ > .profile dl.itemset.grid dt .image {
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  border: solid 1px #eee;
}
.entry-contents_block_ > .profile dl.itemset.grid dd {
  margin-bottom: 0;
  font-size: 0.9em;
}
.entry-contents_block_ > .profile dl.itemset.grid dd p {
  margin-bottom: 0.5em;
}
.entry-contents_block_ > .profile dl.itemset.grid dd .name {
  font-size: 1.3em;
  font-weight: var(--font-bold);
}
.entry-contents_block_ > .profile dl.itemset.grid dd .affiliation {
  margin-bottom: 0.2em;
  font-size: 0.9em;
  line-height: 1.3;
}
.entry-contents_block_ > .profile dl.itemset.grid dd .job {
  margin-bottom: 1em;
  font-size: 0.9em;
  line-height: 1.3;
}
.entry-contents_block_ > .profile dl.itemset.grid dd .text {
  font-size: 0.8em;
}

.entry-person {
  padding: 2em;
  border-top: solid 0px #ccc;
  margin-bottom: 50px;
  text-align: right;
  font-size: 0.8em;
}

.entry-photo {
  margin-bottom: 50px;
  border-top: dotted 1px #ccc;
  padding-top: 40px;
}
.entry-photo nav {
  display: block;
  height: 30px;
  margin-bottom: 5px;
  text-align: right;
  overflow: hidden;
}
.entry-photo nav h5 {
  display: inline-block;
  float: left;
}
.entry-photo nav .zoom {
  width: 180px;
  text-align: center;
  padding: 5px 5px 5px 30px;
  float: right;
  background: #000;
  color: #fff;
  border-radius: 0.3571428571rem;
  font-size: 0.9rem;
  line-height: 1.5;
  cursor: pointer;
  transition: var(--base-transition);
  position: relative;
}
.entry-photo nav .zoom:hover {
  background: #666;
}
.entry-photo nav .zoom:before {
  content: "写真を大きく表示する";
  display: inline-block;
}
.entry-photo nav .zoom:after {
  content: "+";
  line-height: 1;
  font-size: 1rem;
  color: #fff;
  display: block;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(0, -55%);
}
.entry-photo nav .zoom.normal:before {
  content: "サムネール表示に戻す";
}
.entry-photo nav .zoom.normal:after {
  content: "-";
}
.entry-photo ul {
  width: 100%;
  position: relative;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  grid-template-rows: auto auto;
}
.entry-photo ul.large {
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}
.entry-photo ul li {
  padding-top: 55%;
  display: inline-block;
}
.layout.gallery .entry-photo ul {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 0;
}
.layout.gallery .entry-photo ul.large {
  grid-template-columns: 1fr 1fr;
}

#global-urgent {
  background-color: #fff;
  padding: 1em 1em 1.2em;
  letter-spacing: 0;
}
#global-urgent .urgent-list {
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-gap: 1em 0.5em;
  line-height: 1.4;
  margin: 0;
}
#global-urgent .urgent-list-item-label {
  font-size: 0.8em;
}
#global-urgent .urgent-list-item-label span {
  display: block;
  padding: 0.2em 0.8em;
  background-color: #000;
  color: #fff;
  border-radius: 0.2142857143rem;
  text-align: center;
}
#global-urgent .urgent-list-item-label.red span {
  background-color: #c40000;
}
#global-urgent .urgent-list-item-label.blue span {
  background-color: #265ab0;
}
#global-urgent .urgent-list-item-label.green span {
  background-color: #319838;
}
#global-urgent .urgent-list-item-label.yellow span {
  background-color: #ffd200;
  color: #000;
}
#global-urgent .urgent-list-item-title {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0.5em;
}
#global-urgent .urgent-list-item-title a {
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  position: relative;
}

.flow-unit-step {
  padding: 0;
  margin: 0;
}
.flow-unit h5 {
  font-size: 1.1428571429rem;
  margin-bottom: 0.7142857143rem;
}
.flow-unit > ol {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.4285714286rem;
}
.flow-unit > ol > li {
  position: relative;
  background-color: #fff;
  border-radius: 0rem;
  padding: 0rem 1.4285714286rem;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  grid-gap: 0.7142857143rem;
}
.flow-unit > ol > li:not(:last-child)::after {
  font-family: "Material Symbols Rounded";
  font-variation-settings: "FILL" 0, "wght" 100, "GRAD" 200, "opsz" 48;
  content: "\e5e1";
  font-size: 1.7857142857rem;
  text-indent: 0.2em;
  line-height: 1;
  display: inline-flex;
  width: 2.1428571429rem;
  aspect-ratio: 1/1;
  color: #666;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 2.1428571429rem;
  right: -1.7857142857rem;
  transform: translate(0%, -50%);
  z-index: 10;
}
.flow-unit > ol > li small {
  display: block;
  line-height: 1.6;
  padding-top: 1em;
  font-size: 0.7857142857rem;
}
.flow-unit > ol > li h6 {
  font-size: 1rem;
  border-bottom: dashed 1px #ccc;
  padding: 1.4285714286rem 0em 1.0714285714rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.flow-unit > ol > li .summary {
  padding-top: 1em;
  display: flex;
  flex-direction: column;
  align-items: baseline !important;
  align-content: baseline;
}
.flow-unit > ol > li .summary ul,
.flow-unit > ol > li .summary ol {
  margin-top: 0;
}
.flow-unit > ol > li .summary ul li,
.flow-unit > ol > li .summary ol li {
  padding: 0 0 0 1.2em !important;
}
.flow-unit > ol > li .summary ul:last-child,
.flow-unit > ol > li .summary ol:last-child {
  margin-bottom: 0;
}
.flow-unit.top_to_bottom ol {
  grid-template-columns: 1fr;
}
.flow-unit.top_to_bottom ol li {
  grid-template-rows: auto;
  grid-row: auto;
  grid-template-columns: subgrid;
  grid-column: span 3;
  grid-gap: 0 1em;
  padding: 0;
}
.flow-unit.top_to_bottom ol li .wp-block-btns {
  width: 100%;
  padding: 0 !important;
}
.flow-unit.top_to_bottom ol li .wp-block-btns-item {
  padding: 0 !important;
}
.flow-unit.top_to_bottom ol li.ex-on h6 {
  grid-row: 1/3;
  grid-column: 1/2;
}
.flow-unit.top_to_bottom ol li.ex-on .summary {
  display: flex;
  grid-row: 1/2;
  grid-column: 2/3;
}
.flow-unit.top_to_bottom ol li.ex-on .detail {
  grid-row: 1/2;
  grid-column: 3/4;
}
.flow-unit.top_to_bottom ol li.ex-on .ex {
  grid-row: 2/3;
  grid-column: 2/4;
  margin-top: 1em;
}
.flow-unit.top_to_bottom ol li:not(:last-child)::after {
  top: 100%;
  right: auto;
  left: 6.0714285714rem;
  transform: translate(0%, -10%) rotate(90deg);
}
@media screen and (max-width: 1100px) {
  .flow-unit.top_to_bottom ol li {
    grid-template-columns: 1fr auto;
    grid-column: auto;
    grid-gap: 1em 2em;
    padding: 3em;
  }
  .flow-unit.top_to_bottom ol li:after {
    left: 10.6666666667vw !important;
  }
  .flow-unit.top_to_bottom ol li h6 {
    grid-row: 1/2;
    grid-column: 1/3;
    padding: 0 !important;
    text-align: left;
    justify-content: flex-start;
    font-size: 1.5em;
    border: 0 !important;
  }
  .flow-unit.top_to_bottom ol li .summary {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .flow-unit.top_to_bottom ol li .detail {
    grid-row: 1/3;
    grid-column: 2/3;
    padding-left: 2em !important;
    border-left: dashed 1px #ccc;
  }
}
.flow-unit.top_to_bottom ol li h6 {
  width: max-content;
  min-width: 14.2857142857rem;
  white-space: nowrap;
  border: 0;
  border-right: dashed 1px #ccc;
  padding: 0;
  margin: 0;
}
.flow-unit.top_to_bottom ol li div {
  display: flex;
  padding: 1em 1em;
  margin: 0;
  flex-wrap: wrap;
  align-items: center;
}
.flow-unit.top_to_bottom ol li div p:last-child {
  margin-bottom: 0;
}
.flow-unit.top_to_bottom ol li .summary.full {
  grid-column: 2/4;
}
.flow-unit.top_to_bottom.as ol li, .flow-unit.top_to_bottom.only-summary ol li {
  grid-template-columns: auto 1fr auto;
}
.flow-unit.top_to_bottom.as ol li .ex, .flow-unit.top_to_bottom.only-summary ol li .ex {
  padding: 0;
}
@media screen and (max-width: 1100px) {
  .flow-unit.top_to_bottom.as ol li, .flow-unit.top_to_bottom.only-summary ol li {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto;
    grid-column: auto;
    grid-gap: 1em;
    padding: 3em;
    display: grid;
  }
  .flow-unit.top_to_bottom.as ol li:after, .flow-unit.top_to_bottom.only-summary ol li:after {
    left: 10.6666666667vw !important;
  }
  .flow-unit.top_to_bottom.as ol li h6, .flow-unit.top_to_bottom.only-summary ol li h6 {
    width: 100%;
    grid-row: auto;
    grid-column: auto;
    padding: 0 !important;
    text-align: left;
    justify-content: flex-start;
    font-size: 1.5em;
    border: 0 !important;
  }
  .flow-unit.top_to_bottom.as ol li .summary, .flow-unit.top_to_bottom.only-summary ol li .summary {
    grid-row: auto;
    grid-column: auto;
    padding: 0 0 0 1em;
  }
  .flow-unit.top_to_bottom.as ol li .detail, .flow-unit.top_to_bottom.only-summary ol li .detail {
    grid-row: auto;
    grid-column: auto;
    padding: 0 0 0 1em;
  }
  .flow-unit.top_to_bottom.as ol li .ex, .flow-unit.top_to_bottom.only-summary ol li .ex {
    grid-row: auto;
    grid-column: auto;
    padding: 0 0 0 0em;
  }
  .flow-unit.top_to_bottom.as ol li .wp-block-btns, .flow-unit.top_to_bottom.only-summary ol li .wp-block-btns {
    justify-content: flex-start;
  }
  .flow-unit.top_to_bottom.as ol li .wp-block-btns-item a, .flow-unit.top_to_bottom.only-summary ol li .wp-block-btns-item a {
    margin-left: 0;
  }
}
.flow-unit.top_to_bottom.as ol li.no-summary, .flow-unit.top_to_bottom.only-summary ol li.no-summary {
  background-color: transparent;
  min-height: 4em;
}
.flow-unit.top_to_bottom.as ol li.no-summary h6, .flow-unit.top_to_bottom.only-summary ol li.no-summary h6 {
  background-color: #fff;
  border: 0;
}
@media screen and (max-width: 1100px) {
  .flow-unit.top_to_bottom.as ol li.no-summary, .flow-unit.top_to_bottom.only-summary ol li.no-summary {
    background-color: #fff;
  }
}
.flow-unit.top_to_bottom.as ol li .summary ul li, .flow-unit.top_to_bottom.only-summary ol li .summary ul li {
  margin-bottom: 0;
}
.flow-unit .kome {
  margin-top: 1em;
}
.flow-unit .kome li {
  margin: 0;
}
.flow-unit > *:last-child {
  margin-bottom: 0;
}

/* 
================================================================================
ガイド
================================================================================
*/
/* 
================================================================================
サイズ
================================================================================
*/
/* 
================================================================================
色
================================================================================
*/
/* 
================================================================================
書体
================================================================================
*/
/* 
================================================================================
フォントサイズ
================================================================================
*/
/* 
================================================================================
設定
================================================================================
*/
/* 
================================================================================
追加オプション
================================================================================
*/
/* 
================================================================================
ガイド
================================================================================
*/
/* 
================================================================================
サイズ
================================================================================
*/
/* 
================================================================================
色
================================================================================
*/
/* 
================================================================================
書体
================================================================================
*/
/* 
================================================================================
フォントサイズ
================================================================================
*/
/* 
================================================================================
設定
================================================================================
*/
/* 
================================================================================
追加オプション
================================================================================
*/
/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
/* 
================================================================================
body
================================================================================
*/
html {
  font-size: 14px;
  background-color: #f2f2f2;
}
@media screen and (max-width: 750px) {
  html {
    font-size: 2.9333333333vw;
  }
}
html.tabletMode {
  font-size: 1.3333333333vw;
}
html.scrollMode_onepage {
  overflow: hidden;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background-color: #f2f2f2;
  overscroll-behavior: none;
  line-height: 1.8;
  letter-spacing: 0.09em;
  text-align: left;
  overflow: hidden;
  overflow-y: scroll;
  font-feature-settings: "palt";
  color: #303030;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 750px) {
  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: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  pointer-events: none;
  display: none;
}
@media screen and (max-width: 750px) {
  #global-header {
    display: flex;
    pointer-events: all;
  }
}
#global-header .content-wrap {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 13.3333333333vw;
  margin-right: auto;
  margin-left: auto;
  padding: 0 1.4285714286rem;
}
#global-header .content-wrap.global-header__container {
  background-color: #fff;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
}
#global-header .content-wrap .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;
}
#global-header .content-wrap .header-brand__logo {
  position: relative;
  vertical-align: middle;
  margin-right: 0.75rem;
  width: 7.1428571429rem !important;
  height: auto;
  transition: opacity 300ms ease-in-out;
  margin-top: 0.1428571429rem;
}
@media screen and (min-width: 750px) {
  #global-header .content-wrap .header-brand__logo {
    width: 5.3333333333vw;
    margin-right: 1rem;
  }
}
body#home #global-header .content-wrap .header-brand__logo.hide {
  opacity: 0;
}
#global-header .content-wrap .header-brand a {
  position: relative;
  width: fit-content;
  height: 4.8vw;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 2.6666666667vw;
}
#global-header .content-wrap .header-brand a .mark {
  position: relative;
  display: flex;
  height: inherit;
}
#global-header .content-wrap .header-brand a .mark img {
  position: relative;
  max-width: none;
  width: auto;
}
#global-header .content-wrap .header-brand a .typo {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}
#global-header .content-wrap .header-brand a .typo span {
  display: block;
  width: 100%;
  line-height: 1;
  font-size: 1.3333333333vw;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 750px) {
  #global-header .content-wrap .header-brand a .typo span {
    display: none;
  }
}
#global-header .content-wrap .header-brand a .typo img {
  max-width: none;
  width: auto;
  height: 4.8vw;
}
#global-header .menuBtn {
  cursor: pointer;
  position: absolute;
  top: 0rem;
  right: 0rem;
  width: 11.4666666667vw;
  height: 100%;
  pointer-events: all;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#global-header .menuBtn .inWrap {
  position: relative;
  width: 5.3333333333vw;
  height: 4vw;
}
#global-header .menuBtn .inWrap span {
  display: none;
}
#global-header .menuBtn .inWrap div {
  border: 0;
  width: 100%;
  height: 0.5333333333vw !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: #666;
  position: absolute;
  left: 50%;
}
#global-header .menuBtn .inWrap div:nth-of-type(1) {
  top: 0;
  transform: translate(-50%, 0%);
}
#global-header .menuBtn .inWrap div:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
#global-header .menuBtn .inWrap div:nth-of-type(3) {
  bottom: 0;
  transform: translate(-50%, 0%);
}
#global-header-contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0dvh;
  z-index: 4;
  background-color: #fff;
  overflow: hidden;
  transition: all 300ms ease-in-out;
}
body.menuOpen #global-header-contents {
  height: 100dvh;
}
#global-header-contents .content-frame {
  width: 100%;
  height: 100dvh;
  overflow: scroll;
  padding: 20vw 6.6666666667vw;
}
#global-header-contents .content-wrap {
  min-height: 100%;
  height: fit-content;
}
#global-header-contents .content-wrap > ul > li {
  padding-bottom: 1.3333333333vw;
}
#global-header-contents .content-wrap ul li {
  font-size: 4.6666666667vw;
}
#global-header-contents .content-wrap ul li:not(:last-child) {
  margin-bottom: 6.6666666667vw;
}
#global-header-contents .content-wrap ul li ul {
  padding-top: 1em;
}
@media screen and (max-width: 750px) {
  #global-header-contents .content-wrap ul li ul {
    margin-bottom: 0;
  }
}
#global-header-contents .content-wrap ul li ul .line {
  height: 0.3em;
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
#global-header-contents .content-wrap ul li ul .line::after {
  content: "";
  display: block;
  width: 100%;
  height: 1em;
  background-image: radial-gradient(circle, #999 20%, transparent 20%);
  background-size: 0.3em 0.3em;
  background-repeat: repeat-x;
}
#global-header-contents .content-wrap ul li ul.study {
  list-style: none;
}
#global-header-contents .content-wrap ul li ul.study li:not(:last-child) {
  margin-bottom: 2.6666666667vw;
}
#global-header-contents .content-wrap ul li ul.study li.spacer-bottom:not(:last-child) {
  margin-bottom: 4vw;
}
#global-header-contents .content-wrap ul li ul.study li > span {
  display: block;
  font-size: 2.6666666667vw;
  margin-bottom: 2.6666666667vw;
  font-weight: 500;
}
#global-header-contents .content-wrap ul li ul.study a {
  display: block;
}
#global-header-contents .content-wrap ul li ul li {
  font-size: 3.3333333333vw;
  position: relative;
}
#global-header-contents .content-wrap ul li ul li a {
  position: relative;
}
#global-header-contents .content-wrap ul li ul li:not(:last-child) {
  margin-bottom: 4vw;
}
#global-header-contents .content-wrap ul li ul li.icon a {
  padding-left: 4vw;
}
#global-header-contents .content-wrap ul li ul li.icon a:before {
  content: attr(data-label);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background-color: #303030;
  position: absolute;
  top: 0.3em;
  left: 2.6666666667vw;
  transform: translate(-100%, 0);
  line-height: 1;
  padding: 0.2em 0.5em;
  width: 6.6666666667vw;
  font-size: 2.6666666667vw;
  border-radius: 0.6666666667vw;
}
#global-header-contents .content-wrap ul li ul li.icon.fy a:before {
  background-color: #abcd03;
}
#global-header-contents .content-wrap ul li ul li.icon.vd a:before {
  background-color: #f39800;
}
#global-header-contents .content-wrap ul li ul li.icon.ld a:before {
  background-color: #38a1db;
}
#global-header-contents .content-wrap ul li ul li.icon.cd a:before {
  background-color: #e9528e;
}
#global-header-contents .content-wrap ul li ul li.icon.fm a:before {
  background-color: #924898;
}
#global-header-contents .content-wrap ul li ul li.icon.ic a:before {
  background-color: #ea5532;
}
#global-header-contents .content-wrap ul li ul li.icon.fa a:before {
  background-color: #00a291;
}
#global-header-contents .content-wrap ul li ul li.icon.as a:before {
  background-color: #4d4398;
}
#global-header-contents .content-wrap ul li ul li.icon.la a:before {
  background-color: #333;
}
#global-header-contents .content-wrap ul li ul li.vd a, #global-header-contents .content-wrap ul li ul li.ld a, #global-header-contents .content-wrap ul li ul li.cd a, #global-header-contents .content-wrap ul li ul li.fm a, #global-header-contents .content-wrap ul li ul li.ic a, #global-header-contents .content-wrap ul li ul li.fa a {
  padding-left: 1em;
}
#global-header-contents .content-wrap ul li ul li.fy a, #global-header-contents .content-wrap ul li ul li.vd a, #global-header-contents .content-wrap ul li ul li.ld a, #global-header-contents .content-wrap ul li ul li.cd a, #global-header-contents .content-wrap ul li ul li.fm a, #global-header-contents .content-wrap ul li ul li.ic a, #global-header-contents .content-wrap ul li ul li.fa a, #global-header-contents .content-wrap ul li ul li.as a, #global-header-contents .content-wrap ul li ul li.la a {
  display: flex;
  align-items: center;
  padding-left: 2.1428571429rem !important;
}
#global-header-contents .content-wrap ul li ul li.fy a::before, #global-header-contents .content-wrap ul li ul li.vd a::before, #global-header-contents .content-wrap ul li ul li.ld a::before, #global-header-contents .content-wrap ul li ul li.cd a::before, #global-header-contents .content-wrap ul li ul li.fm a::before, #global-header-contents .content-wrap ul li ul li.ic a::before, #global-header-contents .content-wrap ul li ul li.fa a::before, #global-header-contents .content-wrap ul li ul li.as a::before, #global-header-contents .content-wrap ul li ul li.la a::before {
  content: attr(data-tag);
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 2.5em;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  font-size: 0.6428571429rem;
  font-weight: bold;
  letter-spacing: 0;
  width: 2.7em;
  padding: 0.22em 0em 0.24em 0.1em;
  margin-right: 0.5em;
  border-radius: 0.2142857143rem;
  line-height: 1;
}
#global-header-contents .content-wrap ul li ul li.fy a::before {
  background-color: #abcd03;
}
#global-header-contents .content-wrap ul li ul li.vd a::before {
  background-color: #f39800;
}
#global-header-contents .content-wrap ul li ul li.ld a::before {
  background-color: #38a1db;
}
#global-header-contents .content-wrap ul li ul li.cd a::before {
  background-color: #e9528e;
}
#global-header-contents .content-wrap ul li ul li.fm a::before {
  background-color: #924898;
}
#global-header-contents .content-wrap ul li ul li.ic a::before {
  background-color: #ea5532;
}
#global-header-contents .content-wrap ul li ul li.fa a::before {
  background-color: #00a291;
}
#global-header-contents .content-wrap ul li ul li.as a::before {
  background-color: #4d4398;
}
#global-header-contents .content-wrap ul li ul li.la a::before {
  background-color: #333;
}
#global-header-contents .content-wrap ul .menu-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em;
  font-size: 0.8em;
}
@media screen and (max-width: 750px) {
  #global-header-contents .content-wrap ul .menu-grid {
    margin-top: 16vw;
    font-size: 0.9em;
    grid-template-columns: 1fr 1fr;
  }
}
#global-wrapper {
  display: grid;
  grid-template-columns: 20.7142857143rem 1fr;
}
@media screen and (max-width: 750px) {
  #global-wrapper {
    grid-template-columns: 1fr;
  }
}
#global-main {
  background: #f2f2f2;
  min-height: 100vh;
  z-index: 99;
}
@media screen and (max-width: 750px) {
  #global-main {
    overflow: hidden;
    padding-top: 13.3333333333vw;
  }
}
#global-main img,
#global-main svg {
  border-radius: 0.7142857143rem;
}
@media screen and (max-width: 750px) {
  #global-main img,
  #global-main svg {
    border-radius: 1.3333333333vw;
  }
}
#global-main img.no-radius,
#global-main svg.no-radius {
  border-radius: 0;
}
#global-contents {
  overflow-x: hidden;
}
body#format #global-contents .contentsWrap section .section-frame {
  position: relative;
  border-left: solid 1px rgba(255, 205, 26, 0.8);
  border-right: solid 1px rgba(255, 205, 26, 0.8);
}
body#format #global-contents .contentsWrap section .section-frame:before {
  content: "黄色の線はコンテンツ表示最大幅";
  display: inline-block;
  background-color: rgba(255, 205, 26, 0.8);
  color: #000;
  font-size: 0.7142857143rem;
  padding: 0.5em;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0%;
  transform: translate(0, -100%);
}
#global-footer {
  position: sticky;
  top: 100%;
  background-color: #e9eae8;
  padding: 3.5714285714rem 0;
  display: flex;
  justify-content: center;
  text-align: center;
}
#global-footer img {
  border-radius: 0 !important;
}
#global-footer .wp-block-btns {
  margin-bottom: 3.5714285714rem;
  width: 100%;
}
#global-footer .wp-block-btns-item a {
  width: 14.2857142857rem;
  min-width: inherit;
}
@media screen and (max-width: 1100px) {
  #global-footer .wp-block-btns-item {
    margin: 0;
  }
}
@media screen and (max-width: 750px) {
  #global-footer .wp-block-btns-item {
    margin: 0;
  }
  #global-footer .wp-block-btns-item a {
    padding: 0 1.3333333333vw;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1100px) {
  html:not(.tabletMode) #global-footer .wp-block-btns {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  html.tabletMode #global-footer .wp-block-btns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem;
  }
  #global-footer .wp-block-btns a {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  html:not(.tabletMode) #global-footer .wp-block-btns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.3333333333vw;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
#global-footer .logo {
  margin-bottom: 3.5714285714rem;
}
#global-footer .logo img {
  width: auto;
  height: 1.4285714286rem;
  margin: auto;
}
#global-footer .sns {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 750px) {
  #global-footer .sns {
    margin-bottom: 2.3333333333vw;
  }
}
#global-footer .privacy {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 750px) {
  #global-footer .privacy {
    margin-bottom: 2.3333333333vw;
  }
}
#global-footer .copyright {
  font-size: 0.7142857143rem;
}
#global-footer .sns_ {
  position: absolute;
  right: 0.7142857143rem;
  bottom: 3.5714285714rem;
}
#global-footer .sns_ li:last-child {
  margin-right: 0;
}
#global-navi {
  position: relative;
  background-color: #fff;
  z-index: 100;
}
@media screen and (max-width: 750px) {
  #global-navi {
    display: none;
  }
}
#global-navi.open .sticky, #global-navi.preview .sticky {
  width: 42.1428571429rem;
}
html.tabletMode #global-navi.open .sticky, html.tabletMode #global-navi.preview .sticky {
  width: 66.1111111111vw;
}
#global-navi .closeArea {
  width: 20.7142857143rem;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1009;
  pointer-events: none;
  opacity: 0;
}
#global-navi .closeArea.active {
  pointer-events: all;
}
#global-navi .sticky {
  box-shadow: 0px 0px 2.8571428571rem 0.1428571429rem rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  padding-top: 2.8571428571rem;
  width: 20.7142857143rem;
  height: 100vh;
  overflow: hidden;
  transition: width 200ms ease-in;
  z-index: 100;
  background-color: #fff;
}
#global-navi .sticky #global-navi-frame {
  padding: 0 0 0 3.5714285714rem;
}
html.tabletMode #global-navi .sticky #global-navi-frame {
  padding: 0 0 0 3.3333333333vw;
}
#global-navi-frame {
  width: 20.7142857143rem;
  overflow: hidden;
}
#global-navi-logo {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 3.5714285714rem;
}
#global-navi-logo img {
  width: 100%;
  margin: 0;
  aspect-ratio: 149/40;
  border-radius: 0 !important;
}
#global-navi-menu {
  position: relative;
  z-index: 1100;
}
#global-navi-menu li {
  font-weight: 700;
  font-size: 1.1428571429rem;
  margin-bottom: 0.3571428571rem;
  padding: 0;
}
html.tabletMode #global-navi-menu li {
  font-size: 2.1111111111vw;
  margin-bottom: 1.6666666667vw;
}
#global-navi-menu li a {
  display: block;
  padding: 0.3571428571rem 0;
  position: relative;
}
#global-navi-menu li a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 0;
  background-color: #eee;
  border-radius: 0.3571428571rem 0 0 0.3571428571rem;
  transition: all 200ms ease-in-out;
  z-index: -1;
}
#global-navi-menu li a.active::before {
  width: calc(100% + 0.7142857143rem);
}
#global-navi-menu li .menu-grid {
  width: 13.5714285714rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.3571428571rem 0.7142857143rem;
  margin: 2.1428571429rem 0rem 0 0;
}
#global-navi-menu li .menu-grid a {
  font-size: 0.7em;
}
html.tabletMode #global-navi-menu li .menu-grid {
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1.6666666667vw;
}
#global-navi-meta {
  width: 15.7142857143rem;
  padding: 0 4.2857142857rem 0 0;
  margin: 2.1428571429rem 0;
  font-size: 0.7142857143rem;
  line-height: 2.5;
  letter-spacing: 0;
}
#global-navi-sns {
  padding: 0 4.2857142857rem 0 0;
  justify-content: flex-start;
}
#global-navi-sub {
  position: absolute;
  top: 0;
  left: 20.7142857143rem;
  width: 21.4285714286rem;
  height: 100vh;
  background-color: #eee;
  overflow: hidden;
  transition: all 300ms ease-in-out;
}
html.tabletMode #global-navi-sub {
  width: 50vw;
}
#global-navi-sub .inFrame {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}
#global-navi-sub ul.tab {
  display: none;
  position: absolute;
  top: 14.2857142857rem;
  left: 0;
  width: 100%;
  opacity: 1;
  overflow: hidden;
  list-style: none;
  font-size: 1rem;
  font-weight: 500;
}
html.tabletMode #global-navi-sub ul.tab {
  font-size: 2vw;
}
#global-navi-sub ul.tab.oc {
  top: 9.6428571429rem;
}
#global-navi-sub ul.tab.about {
  top: 15.5714285714rem;
}
#global-navi-sub ul.tab.study {
  top: 12.8571428571rem;
}
#global-navi-sub ul.tab.guide {
  top: 13.5714285714rem;
}
#global-navi-sub ul.tab .compact {
  display: inline-block;
  transform-origin: left center;
  transform: scale(0.9, 1);
}
#global-navi-sub ul.tab.active {
  display: block;
}
#global-navi-sub ul.tab .line {
  display: block;
  height: 0.3em;
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
#global-navi-sub ul.tab .line::after {
  content: "";
  display: block;
  width: 100%;
  height: 1em;
  background-image: radial-gradient(circle, #999 20%, transparent 20%);
  background-size: 0.3em 0.3em;
  background-repeat: repeat-x;
}
#global-navi-sub ul.tab li {
  line-height: 1.6;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  font-weight: 500;
}
html.tabletMode #global-navi-sub ul.tab li {
  margin-bottom: 0.5555555556vw;
}
#global-navi-sub ul.tab li.headlabel > span {
  color: #999;
  display: inline-block;
  width: 100%;
  font-size: 0.8571428571rem;
  line-height: 1;
  padding: 0.6em 0.4em;
  margin-bottom: 0.5em;
  transform: translate(-0.5em, 0);
  text-indent: 0em;
}
#global-navi-sub ul.tab li.headlabel > span small {
  display: none;
}
#global-navi-sub ul.tab li.vd a, #global-navi-sub ul.tab li.ld a, #global-navi-sub ul.tab li.cd a, #global-navi-sub ul.tab li.fm a, #global-navi-sub ul.tab li.ic a, #global-navi-sub ul.tab li.fa a {
  padding-left: 1em;
}
#global-navi-sub ul.tab li.fy a, #global-navi-sub ul.tab li.vd a, #global-navi-sub ul.tab li.ld a, #global-navi-sub ul.tab li.cd a, #global-navi-sub ul.tab li.fm a, #global-navi-sub ul.tab li.ic a, #global-navi-sub ul.tab li.fa a, #global-navi-sub ul.tab li.as a, #global-navi-sub ul.tab li.la a {
  display: flex;
  align-items: center;
  padding-left: 2.1428571429rem !important;
}
#global-navi-sub ul.tab li.fy a::before, #global-navi-sub ul.tab li.vd a::before, #global-navi-sub ul.tab li.ld a::before, #global-navi-sub ul.tab li.cd a::before, #global-navi-sub ul.tab li.fm a::before, #global-navi-sub ul.tab li.ic a::before, #global-navi-sub ul.tab li.fa a::before, #global-navi-sub ul.tab li.as a::before, #global-navi-sub ul.tab li.la a::before {
  content: attr(data-tag);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-45%);
  width: 2.5em;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  font-size: 0.6428571429rem;
  font-weight: bold;
  letter-spacing: 0;
  width: 2.7em;
  padding: 0.22em 0em 0.2em 0.1em;
  margin-right: 0.5em;
  border-radius: 0.2142857143rem;
  line-height: 1;
}
#global-navi-sub ul.tab li.fy a::before {
  background-color: #abcd03;
}
#global-navi-sub ul.tab li.vd a::before {
  background-color: #f39800;
}
#global-navi-sub ul.tab li.ld a::before {
  background-color: #38a1db;
}
#global-navi-sub ul.tab li.cd a::before {
  background-color: #e9528e;
}
#global-navi-sub ul.tab li.fm a::before {
  background-color: #924898;
}
#global-navi-sub ul.tab li.ic a::before {
  background-color: #ea5532;
}
#global-navi-sub ul.tab li.fa a::before {
  background-color: #00a291;
}
#global-navi-sub ul.tab li.as a::before {
  background-color: #4d4398;
}
#global-navi-sub ul.tab li.la a::before {
  background-color: #333;
}
#global-navi-sub ul.tab li.child a {
  font-size: 0.9em;
  font-weight: 500;
}
#global-navi-sub ul.tab li.child:nth-of-type(5) {
  position: relative;
  margin-top: 1em;
  padding-top: 1em;
}
#global-navi-sub ul.tab li.child:nth-of-type(5)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 10em;
  height: 1px;
  border-top: dashed 1px #aaa;
}
#global-navi-sub ul.tab li a {
  width: 100%;
  display: block;
  position: relative;
  padding: 0.4em 0 !important;
  color: #666;
}
#global-navi-sub ul.tab li a::after {
  content: "" !important;
  display: block !important;
  width: 0%;
  height: 0.0714285714rem;
  background-color: #303030;
  position: absolute;
  left: 0;
  bottom: 0.0714285714rem;
  opacity: 1;
  transition: all 200ms ease-in-out;
}
#global-navi-sub ul.tab li a:hover {
  color: #303030;
}
#global-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  transition: all 200ms ease-in-out;
}
#global-modal.is--close {
  pointer-events: none;
  opacity: 0;
}
#global-modal .modal-close-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
#global-modal .modal-close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.2857142857rem;
  aspect-ratio: 1/1;
  border-radius: 9999px;
  background-color: #000;
  transform: translate(100%, -100%);
  color: #fff;
  cursor: pointer;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  #global-modal .modal-close-btn {
    transform: translate(50%, -100%);
  }
}
#global-modal .modal-close-btn span {
  flex: 1;
}
#global-modal .modal-close-btn span::before, #global-modal .modal-close-btn span::after {
  content: "";
  display: block;
  width: 50%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  inset: 0;
  place-self: center;
}
#global-modal .modal-close-btn span::before {
  transform: rotate(45deg);
}
#global-modal .modal-close-btn span::after {
  transform: rotate(-45deg);
}
#global-modal .modal-contents {
  position: absolute;
  inset: 0;
  place-self: center;
  width: 80vw;
  height: 70vh;
  max-width: 42.8571428571rem;
  max-height: 42.8571428571rem;
  transform: translate(0, -5vh);
  pointer-events: none;
}
#global-modal .modal-contents-body {
  width: 100%;
  height: 100%;
}
#global-modal .modal-contents-body .course-works-item-zoom {
  position: absolute;
  object-fit: contain;
  width: 100%;
  height: 100%;
  inset: 0;
  place-self: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#global-modal .modal-contents-body .course-works-item-zoom figure {
  position: absolute;
  object-fit: contain;
  display: block; /* 余計な隙間を消す */
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#global-modal .modal-contents-body .course-works-item-zoom figure::after {
  content: "eee";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 3.5714285714rem;
  aspect-ratio: 1/1;
  border-radius: 9999px;
  background-color: #000;
  transform: translate(50%, -50%);
  color: #fff;
  cursor: pointer;
  display: flex;
  overflow: hidden;
}
#global-modal .modal-contents-body .course-works-item-zoom img {
  position: absolute;
  object-fit: contain;
  inset: 0;
  place-self: center;
}
#global-modal .modal-contents-close {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: fit-content;
  height: auto;
  cursor: pointer;
  transform: translate(-50%, 250%);
  pointer-events: all;
  cursor: pointer;
}
#global-modal .modal-contents-close a {
  background-color: #000 !important;
}

#pageTop {
  position: fixed;
  bottom: 0;
  right: 0rem;
  width: 7.1428571429rem;
  padding: 1.4285714286rem 0.7142857143rem;
  line-height: 1;
  z-index: 200;
  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: 750px) {
  #pageTop {
    width: auto;
    padding: 4vw 1.3333333333vw 2.6666666667vw;
  }
}
#pageTop .arrow span::before {
  content: "";
  display: block;
  width: 1.4285714286rem;
  aspect-ratio: 1/1;
  background: url(../img/icon/arrow_bg_2.svg) center center/contain no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -25%) rotate(-90deg);
}
#pageTop.show {
  transform: translate(0, 0);
  opacity: 1;
  pointer-events: all;
}
#pageTop.show.reload {
  transform: translate(0, 100%);
  pointer-events: none;
}
#pageTop.hover .arrow {
  transform: rotate(-45deg);
}
@media screen and (max-width: 750px) {
  #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: 750px) {
  #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: 750px) {
  #pageTop.lock .arrow {
    transform: rotate(-30deg) !important;
  }
}

#bookOrder {
  position: fixed;
  top: 50%;
  right: 0rem;
  width: fit-content;
  height: auto;
  line-height: 1;
  z-index: 2000;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  visibility: visible;
  pointer-events: all;
  cursor: pointer;
  opacity: 0;
  transform: translate(101%, 0%) scale(1, 1);
  transition: all 300ms ease-in-out 2000ms;
}
body#contact #bookOrder {
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  #bookOrder {
    top: auto;
    bottom: 20vw;
  }
}
#bookOrder .chara {
  width: 3.2142857143rem;
  aspect-ratio: 2/3;
  position: absolute;
  top: -3.2142857143rem;
  right: -0.2142857143rem;
  z-index: 10;
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.2));
  transition: all 600ms cubic-bezier(0.61, 1.65, 0.39, 1.06) 2200ms;
  transform: translate(150%, -50%) rotate(0deg) scale(1);
  transform-origin: center bottom;
  opacity: 1;
}
#bookOrder .chara .illust {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/icon/chara/torso.png") center center/100% auto;
  transform-origin: bottom right;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}
#bookOrder .chara .illust::before {
  content: "";
  display: block;
  width: 32%;
  aspect-ratio: 34/11;
  background: url("../img/icon/chara/torso_eyes.png") center center/contain no-repeat;
  position: absolute;
  top: 30%;
  left: 28%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
  animation: blink-loop 10s infinite;
}
#bookOrder .chara .illust.diy {
  background: url("../img/icon/chara/diy.png") center center/100% auto;
}
#bookOrder .chara .illust.diy::before {
  display: none;
}
#bookOrder .chara .illust.draw {
  background: url("../img/icon/chara/draw.png") center center/100% auto;
}
#bookOrder .chara .illust.draw::before {
  display: none;
}
#bookOrder .chara .illust.hint {
  background: url("../img/icon/chara/hint.png") center center/100% auto;
}
#bookOrder .chara .illust.hint::before {
  display: none;
}
#bookOrder .chara .illust.movie {
  background: url("../img/icon/chara/movie.png") center center/100% auto;
}
#bookOrder .chara .illust.movie::before {
  display: none;
}
#bookOrder .chara .illust.note {
  background: url("../img/icon/chara/note.png") center center/100% auto;
}
#bookOrder .chara .illust.note::before {
  display: none;
}
#bookOrder .chara .illust.pc {
  background: url("../img/icon/chara/pc.png") center center/100% auto;
}
#bookOrder .chara .illust.pc::before {
  display: none;
}
#bookOrder .chara .illust.pen {
  background: url("../img/icon/chara/pen.png") center center/100% auto;
}
#bookOrder .chara .illust.pen::before {
  display: none;
}
@keyframes blink-loop {
  /* 0%から20%までの間（1秒地点）で1回瞬き */
  0%, 18%, 22%, 100% {
    transform: scaleY(1);
  }
  20% {
    transform: scaleY(0);
  }
  /* 60%付近（3秒地点）で2回連続瞬き */
  58%, 62%, 66% {
    transform: scaleY(1);
  }
}
@keyframes jumpIn {
  /* 0%から20%までの間（1秒地点）で1回瞬き */
  0% {
    transform: translate(100%, -100%) rotate(0deg) scale(1, 1);
    transition-timing-function: ease-in;
  }
  20% {
    transform: translate(10%, 10%) rotate(0deg) scale(1, 0.8);
    transition-timing-function: ease-out;
  }
  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}
@keyframes jump {
  /* 0%から20%までの間（1秒地点）で1回瞬き */
  0% {
    transform: translate(0, 0) rotate(-10deg) scale(1);
  }
  50% {
    transform: translate(0, -10%) rotate(-5deg) scale(1);
  }
  100% {
    transform: translate(0, 0) rotate(-10deg) scale(1);
  }
}
#bookOrder .tag {
  background-color: #f2da3c;
  color: #333;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  margin: 0;
  padding: 2em 0.8em 1em;
  border-radius: 0.7142857143rem 0 0 0.7142857143rem;
  font-size: 1.1428571429rem;
  font-weight: 700;
  line-height: 1.3;
}
#bookOrder .tag span {
  display: block;
  width: 1em;
  opacity: 0;
  transition: all 400ms ease-in-out 2400ms;
  transform: translateY(-50%) scale(1, 0);
  transform-origin: center top;
}
body.viewOn #bookOrder {
  opacity: 1;
  transform: translate(0%, 0) scale(1, 1);
}
body.viewOn #bookOrder .chara {
  animation: jumpIn 700ms forwards 2500ms;
}
body.viewOn #bookOrder .chara .illust {
  opacity: 1;
  transform: translate(0, 0) rotate(-10deg) scale(1);
}
body.viewOn #bookOrder .tag span {
  opacity: 1;
  transform: translateY(0%) scale(1, 1);
}
body.viewOnStop #bookOrder .chara .illust {
  transition: all 200ms ease-in-out;
}
body.viewOnStop #bookOrder:hover .chara .illust {
  animation: jump 0.3s forwards;
}

#spFooter {
  transition: all 300ms ease-in-out 200ms;
  position: fixed;
  left: 0vw;
  transform: translate(0%, 0);
  bottom: 0vw;
  background-color: #fff;
  border-radius: 0vw;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0vw 0vw;
  z-index: 300;
}
@media screen and (min-width: 750px) {
  #spFooter {
    display: none;
  }
}
#spFooter ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2666666667vw;
  margin: 0;
  padding: 0;
  list-style: none;
}
#spFooter ul li {
  margin: 0;
  padding: 0;
}
#spFooter ul li a {
  background-color: #303030;
  color: #fff;
  padding: 1em 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
#spFooter ul li a span {
  position: relative;
  padding-right: 5.3333333333vw;
}
#spFooter ul li a span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  display: inline-block;
  margin-left: 0vw;
  width: 4vw;
  aspect-ratio: 1/1;
  background: url(../img/icon/arrow_line_2.svg) center center/contain no-repeat;
  filter: invert(1) brightness(2);
}
#spFooter.hide {
  transform: translate(0, 110%);
}

@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
================================================================================
*/
.section {
  padding: 7.1428571429rem 0;
  display: flex;
  justify-content: center;
}
.section.single:not(.section-header), .section.page:not(.section-header), .section.archive:not(.section-header) {
  padding-top: 2.5rem;
}
.section.page:not(.section-header):nth-of-type(2), .section.archive:not(.section-header):nth-of-type(2), .section.single:not(.section-header):nth-of-type(2) {
  position: relative;
}
.section.page:not(.section-header):nth-of-type(2)::before, .section.archive:not(.section-header):nth-of-type(2)::before, .section.single:not(.section-header):nth-of-type(2)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.5rem;
}
body.debug_mode .section.page:not(.section-header):nth-of-type(2)::before, body.debug_mode .section.archive:not(.section-header):nth-of-type(2)::before, body.debug_mode .section.single:not(.section-header):nth-of-type(2)::before {
  background-color: rgba(0, 50, 250, 0.2);
  content: "50";
}
@media screen and (max-width: 750px) {
  .section {
    padding: 13.3333333333vw 0;
  }
}
.section-frame {
  width: 90%;
  max-width: 63.5714285714rem;
}
.section-header {
  position: relative;
  background-color: transparent;
  padding-bottom: 0;
  padding-top: 2.5rem;
}
.section-header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.5rem;
}
body.debug_mode .section-header::before {
  background-color: rgba(250, 50, 0, 0.2);
  content: "50";
}
.section-header.visiblity-hidden {
  display: none;
}
.section-header .section-frame {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.section-header .section-frame .wp-block-title {
  font-size: 2.8571428571rem;
  margin-bottom: 0;
}
body#news.single .section-header .section-frame .wp-block-title {
  font-size: 2.5714285714rem;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .section-header .section-frame .wp-block-title {
    font-size: 6.1333333333vw;
  }
  body#news.single .section-header .section-frame .wp-block-title {
    font-size: 4.2666666667vw;
  }
}
.section-header-contents {
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
}
.section-header-contents time {
  width: fit-content;
  margin: 1em auto 0;
}
.section a:not(.noline):link, .section a:not(.noline):visited {
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  line-height: 1.8;
  position: relative;
}
@media screen and (max-width: 750px) {
  .section a:not(.noline):link, .section a:not(.noline):visited {
    line-height: 1.8;
  }
}
.section .contentsBody ul {
  list-style: none;
  padding-left: 1.5em;
  margin-bottom: 2em;
}
.section .contentsBody ul li {
  font-size: 0.9em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.section .contentsBody ul li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -1.2em;
}
.section .contentsBody .fukidashiGroup {
  width: 100%;
  margin: auto;
  display: grid;
  grid-gap: 0em;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 750px) {
  .section .contentsBody .fukidashiGroup {
    display: flex;
    grid-gap: 1em;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.section .contentsBody .fukidashiGroup img {
  width: 100%;
  margin-bottom: -0.7em;
}
@media screen and (max-width: 750px) {
  .section .contentsBody .fukidashiGroup img:nth-child(odd) {
    transform: translate(3%, 0%);
  }
  .section .contentsBody .fukidashiGroup img:nth-child(even) {
    transform: translate(-3%, 35%);
  }
}
@media screen and (min-width: 750px) {
  .section .contentsBody .fukidashiGroup img {
    width: 22%;
  }
}
.section .contentsBody .connectGroup {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 750px) {
  .section .contentsBody .connectGroup {
    padding-left: 10em;
    min-height: 14.2857142857rem;
    margin-bottom: 0vw;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
}
.section .contentsBody .connectGroup dt {
  width: 100%;
}
.section .contentsBody .connectGroup dd {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}
.section .contentsBody .connectGroup dd:last-child {
  padding-top: 5.3333333333vw;
}
@media screen and (min-width: 750px) {
  .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;
  }
}
.section .contentsBody .connectGroup dd img.icon {
  margin: auto;
}
.section .contentsBody .connectGroup dd img.iconLine {
  width: 26.6666666667vw;
}
@media screen and (min-width: 750px) {
  .section .contentsBody .connectGroup dd img.iconLine {
    width: 4em;
  }
}
.section .contentsBody .connectGroup dd img.iconPC {
  width: 40vw;
}
@media screen and (min-width: 750px) {
  .section .contentsBody .connectGroup dd img.iconPC {
    width: 6em;
  }
}
.section .contentsBody .connectGroup dd img.iconVisit {
  width: 20vw;
}
@media screen and (min-width: 750px) {
  .section .contentsBody .connectGroup dd img.iconVisit {
    width: 3.5em;
  }
}

body.search .section-wrap-body-contents .wp-block-entrybox .wp-block-tags {
  margin-top: 4em;
  grid-template-columns: 1fr;
  grid-gap: 2em;
}

#home #global-contents section:first-child {
  padding-top: 2.5rem;
}
@media screen and (max-width: 750px) {
  #home #global-contents section:first-child {
    padding-top: 4.6666666667vw;
  }
}
#home #global-contents section#home-kv {
  padding-bottom: 3.5714285714rem;
}
#home #global-contents section#home-tokuchou .wp-block-bgbox {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1100px) {
  #home #global-contents section#home-tokuchou .wp-block-bgbox {
    margin-bottom: 9.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #home #global-contents section#home-tokuchou .wp-block-bgbox-item {
    grid-template-columns: auto 1fr;
    grid-gap: 0vw 5.3333333333vw;
  }
  #home #global-contents section#home-tokuchou .wp-block-bgbox-item .point {
    font-size: 4vw;
  }
  #home #global-contents section#home-tokuchou .wp-block-bgbox-item .point strong {
    font-size: 8vw;
  }
}
#home #global-contents section#home-tokuchou .wp-block-bgbox-item h3 {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 750px) {
  #home #global-contents section .users-others .wp-block-linkmore {
    justify-content: center;
  }
}
@media screen and (max-width: 750px) {
  #home #global-contents section .access-contents-meta {
    margin-bottom: 4vw;
  }
}
#home #global-contents section .access-contents-train {
  display: none;
}

body.courseIcon .section-header .section-frame .wp-block-title span::after {
  content: "";
  display: block;
  background: #303030;
  color: #fff;
  width: fit-content;
  height: fit-content;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-130%, -40%);
  line-height: 1;
  font-size: 1.2857142857rem;
  font-weight: 500;
  padding: 0.15em 0.4em 0.25em 0.5em;
  border-radius: 0.3571428571rem;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 1100px) {
  body.courseIcon .section-header .section-frame .wp-block-title span::after {
    top: 50%;
    transform: translate(-130%, -40%);
  }
}
@media screen and (max-width: 750px) {
  body.courseIcon .section-header .section-frame .wp-block-title span::after {
    font-size: 3.7333333333vw;
    transform: translate(-130%, -50%);
  }
}

#study .section-header .section-frame .wp-block-title,
#education .section-header .section-frame .wp-block-title {
  flex-wrap: wrap;
  flex-direction: column;
}
#study .section-header .section-frame .wp-block-title span,
#education .section-header .section-frame .wp-block-title span {
  position: relative;
}
#study .section-header-contents#study-title .acf-title_sub,
#study .section-header-contents#education-title .acf-title_sub,
#education .section-header-contents#study-title .acf-title_sub,
#education .section-header-contents#education-title .acf-title_sub {
  order: 1;
}
#study .section-header-contents#study-title .wp-block-title.h1,
#study .section-header-contents#education-title .wp-block-title.h1,
#education .section-header-contents#study-title .wp-block-title.h1,
#education .section-header-contents#education-title .wp-block-title.h1 {
  order: 2;
  font-size: 2.2857142857rem;
  transform: translate(1.0714285714rem, 0);
}
@media screen and (max-width: 1100px) {
  #study .section-header-contents#study-title .wp-block-title.h1,
  #study .section-header-contents#education-title .wp-block-title.h1,
  #education .section-header-contents#study-title .wp-block-title.h1,
  #education .section-header-contents#education-title .wp-block-title.h1 {
    font-size: 2.9444444444vw;
  }
}
@media screen and (max-width: 750px) {
  #study .section-header-contents#study-title .wp-block-title.h1,
  #study .section-header-contents#education-title .wp-block-title.h1,
  #education .section-header-contents#study-title .wp-block-title.h1,
  #education .section-header-contents#education-title .wp-block-title.h1 {
    margin-top: 0vw;
    font-size: 5.0666666667vw;
    transform: translate(4vw, 0);
  }
}
#study.study .section-header .section-frame .wp-block-title span::after,
#education.study .section-header .section-frame .wp-block-title span::after {
  display: none;
}
#study.education .section-header .section-frame .wp-block-title span::after,
#education.education .section-header .section-frame .wp-block-title span::after {
  display: none;
}
#study.fy .section-header .section-frame .wp-block-title span::after,
#education.fy .section-header .section-frame .wp-block-title span::after {
  content: "FY";
  background-color: #abcd03;
}
#study.vd .section-header .section-frame .wp-block-title span::after,
#education.vd .section-header .section-frame .wp-block-title span::after {
  content: "VD";
  background-color: #f39800;
}
#study.ld .section-header .section-frame .wp-block-title span::after,
#education.ld .section-header .section-frame .wp-block-title span::after {
  content: "LD";
  background-color: #38a1db;
}
#study.ld .section-header .section-frame .wp-block-title span div.custom,
#education.ld .section-header .section-frame .wp-block-title span div.custom {
  display: inline-block;
  letter-spacing: 0;
  font-size: 0.9em;
}
#study.cd .section-header .section-frame .wp-block-title span::after,
#education.cd .section-header .section-frame .wp-block-title span::after {
  content: "CD";
  background-color: #e9528e;
}
#study.fm .section-header .section-frame .wp-block-title span::after,
#education.fm .section-header .section-frame .wp-block-title span::after {
  content: "FM";
  background-color: #924898;
}
#study.ic .section-header .section-frame .wp-block-title span::after,
#education.ic .section-header .section-frame .wp-block-title span::after {
  content: "IC";
  background-color: #ea5532;
}
#study.fa .section-header .section-frame .wp-block-title span::after,
#education.fa .section-header .section-frame .wp-block-title span::after {
  content: "FA";
  background-color: #00a291;
}
#study.as .section-header .section-frame .wp-block-title span::after,
#education.as .section-header .section-frame .wp-block-title span::after {
  content: "AS";
  background-color: #4d4398;
}
#study.select .section-header .section-frame .wp-block-title span::after,
#education.select .section-header .section-frame .wp-block-title span::after {
  content: "LA";
  background-color: #333;
  color: #fff;
}
#study.la .section-header .section-frame .wp-block-title span::after,
#education.la .section-header .section-frame .wp-block-title span::after {
  content: "LA";
  background-color: #333;
  color: #fff;
}
#study.as .entry-contents_block > h3.wp-block-heading:first-child,
#education.as .entry-contents_block > h3.wp-block-heading:first-child {
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  #study.as .entry-contents_block > h3.wp-block-heading:first-child,
  #education.as .entry-contents_block > h3.wp-block-heading:first-child {
    font-size: 4.5333333333vw;
  }
}

/* 
================================================================================
お問い合わせフォーム
================================================================================
*/
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 .wpcf7-form-control {
  display: block;
}
.wpcf7-form-control-wrap .wpcf7-form-control.text-s {
  width: 3.5714285714rem !important;
}
.wpcf7-form-control-wrap .wpcf7-form-control.text-m {
  width: 10.7142857143rem !important;
}
.wpcf7-form-control-wrap[data-name=your-type] {
  padding-top: 0.5em;
}
.wpcf7-form-control-wrap[data-name=your-type] .wpcf7-form-control {
  border: 0;
  padding: 0 !important;
  display: grid;
  grid-gap: 1em;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 750px) {
  .wpcf7-form-control-wrap[data-name=your-type] .wpcf7-form-control {
    grid-template-columns: 1fr;
  }
}
.wpcf7-form-control-wrap[data-name=your-type] .wpcf7-form-control .wpcf7-list-item {
  margin: 0;
  font-size: 1rem;
}
.wpcf7-form-control-wrap[data-name=your-type] .wpcf7-not-valid-tip {
  top: 0 !important;
  transform: translate(0, -200%) !important;
}
.wpcf7-form-control-wrap[data-name=your-consent] .wpcf7-form-control {
  border: 0;
  padding: 0;
}
.wpcf7-form-control-wrap[data-name=your-consent] .wpcf7-form-control .wpcf7-list-item {
  cursor: pointer;
  padding: 0em;
  margin: 0 0 1em 0;
}
.wpcf7-form-control-wrap[data-name=your-consent] .wpcf7-form-control .wpcf7-list-item label {
  cursor: pointer;
  display: block;
  padding: 1em;
  border-radius: 0.2142857143rem;
  overflow: hidden;
}
.wpcf7-form-control-wrap[data-name=your-consent] .wpcf7-form-control .wpcf7-list-item label:hover {
  background-color: #f2f2f2;
}
.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;
}
.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: 0.3571428571rem;
}
.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: #319838 !important;
  background: #eee !important;
}
.wpcf7-submit {
  cursor: pointer;
  background-color: #303030;
  border-radius: 0.2142857143rem;
  border: 0;
  outline: 0;
  color: #fff !important;
  display: flex;
  padding: 1em 2em;
  justify-content: center;
  align-items: center;
  font-size: 1.2857142857rem;
}
.wpcf7-not-valid {
  background-color: #fdd2d2 !important;
}
.wpcf7-radio {
  padding: 0;
}
.wpcf7-radio .wpcf7-list-item {
  margin: 0 2em 1em 0;
  border-radius: 0.3571428571rem;
  background-color: #f2f2f2;
}
@media screen and (max-width: 750px) {
  .wpcf7-radio .wpcf7-list-item {
    width: 100%;
  }
}
.wpcf7-radio .wpcf7-list-item label {
  position: relative;
  cursor: pointer;
  display: block;
  padding: 0.5em 2em 0.5em 1em;
}
@media screen and (max-width: 750px) {
  .wpcf7-radio .wpcf7-list-item label {
    line-height: 1.5;
    padding-left: 8vw;
  }
  .wpcf7-radio .wpcf7-list-item label input {
    position: absolute;
    top: 1.3333333333vw;
    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;
}
.wpcf7 .input-flex {
  display: flex;
  align-items: flex-end;
}
.wpcf7 .input-flex .wpcf7-form-control-wrap {
  width: auto;
  background-color: #ccc;
  margin-right: 0.4em;
}

#formSendFinish {
  left: auto;
  padding: 2em;
}
#formSendFinish h4 {
  text-align: center;
  font-size: 1.2857142857rem;
  margin-bottom: 1em;
}
#formSendFinish p {
  text-align: center;
  margin-bottom: 2em;
}
/* 
================================================================================
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.8571428571rem;
  height: 2.8571428571rem;
  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.8571428571rem;
  height: 2.8571428571rem;
  margin-bottom: -0.1428571429rem;
  position: relative;
  background: url("../img/arrow/2.svg") center center/100% auto;
  transition: all 200ms ease;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  #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.3571428571rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 2.8571428571rem;
  height: 2.1428571429rem;
}
@media screen and (max-width: 750px) {
  #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: 7.1428571429rem;
  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 div + .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 div + .wp-block-heading,
.wp-block-editor iframe + .wp-block-heading,
.wp-block-editor img + .wp-block-heading {
  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-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-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.guideMode .editor-styles-wrapper .wp-block-group, body.guideMode .editor-styles-wrapper .wp-block-image, body.guideMode .editor-styles-wrapper .wp-block-quote, body.guideMode .editor-styles-wrapper .wp-block-footnotes, body.guideMode .editor-styles-wrapper .wp-block-details, body.guideMode .editor-styles-wrapper .wp-block-code, body.guideMode .editor-styles-wrapper .wp-block-preformatted, body.guideMode .editor-styles-wrapper .wp-block-table, body.guideMode .editor-styles-wrapper .wp-block-gallery, body.guideMode .editor-styles-wrapper .wp-block-file, body.guideMode .editor-styles-wrapper .wp-block-media-text, body.guideMode .editor-styles-wrapper .wp-block-buttons, body.guideMode .editor-styles-wrapper .wp-block-spacer, body.guideMode .editor-styles-wrapper .wp-block-columns,
body.guideMode .wp-block-editor .wp-block-group,
body.guideMode .wp-block-editor .wp-block-image,
body.guideMode .wp-block-editor .wp-block-quote,
body.guideMode .wp-block-editor .wp-block-footnotes,
body.guideMode .wp-block-editor .wp-block-details,
body.guideMode .wp-block-editor .wp-block-code,
body.guideMode .wp-block-editor .wp-block-preformatted,
body.guideMode .wp-block-editor .wp-block-table,
body.guideMode .wp-block-editor .wp-block-gallery,
body.guideMode .wp-block-editor .wp-block-file,
body.guideMode .wp-block-editor .wp-block-media-text,
body.guideMode .wp-block-editor .wp-block-buttons,
body.guideMode .wp-block-editor .wp-block-spacer,
body.guideMode .wp-block-editor .wp-block-columns {
  background-color: #f4f4f4;
  padding: 0em;
  margin: 0 0 2.8571428571rem;
  border: dashed 2px #000;
}
.editor-styles-wrapper .wp-block-summary,
.wp-block-editor .wp-block-summary {
  margin-bottom: 7.1428571429rem;
}
.editor-styles-wrapper .wp-block-read,
.wp-block-editor .wp-block-read {
  margin-bottom: 7.1428571429rem;
  font-size: 1.1428571429rem;
}
@media screen and (max-width: 750px) {
  .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: 1100px) {
  .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.4285714286rem 0;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 600;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  .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.spMode .editor-styles-wrapper .wp-block-menu ul li,
  body.spMode .wp-block-editor .wp-block-menu ul li {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  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-heading,
.wp-block-editor .wp-block-heading {
  position: relative;
  margin-bottom: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.editor-styles-wrapper .wp-block-heading.left,
.wp-block-editor .wp-block-heading.left {
  justify-content: flex-start !important;
  text-align: left;
}
.editor-styles-wrapper .wp-block-heading.center,
.wp-block-editor .wp-block-heading.center {
  justify-content: center !important;
  text-align: center;
}
.editor-styles-wrapper .wp-block-heading.right,
.wp-block-editor .wp-block-heading.right {
  justify-content: flex-end !important;
  text-align: right;
}
.editor-styles-wrapper .wp-block-heading.text-left,
.wp-block-editor .wp-block-heading.text-left {
  justify-content: flex-start !important;
}
.editor-styles-wrapper .wp-block-heading.text-center,
.wp-block-editor .wp-block-heading.text-center {
  justify-content: center !important;
}
.editor-styles-wrapper .wp-block-heading.text-right,
.wp-block-editor .wp-block-heading.text-right {
  justify-content: flex-end !important;
}
.editor-styles-wrapper .wp-block-heading.tag-head,
.wp-block-editor .wp-block-heading.tag-head {
  padding-top: 1.5em;
  text-align: left;
  justify-content: flex-start;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-heading.tag-head,
  .wp-block-editor .wp-block-heading.tag-head {
    padding-top: 0em;
  }
}
.editor-styles-wrapper .wp-block-heading.h4,
.wp-block-editor .wp-block-heading.h4 {
  justify-content: flex-start;
}
.editor-styles-wrapper .wp-block-heading.h4.center,
.wp-block-editor .wp-block-heading.h4.center {
  justify-content: center;
}
.editor-styles-wrapper .wp-block-heading .doubleline,
.wp-block-editor .wp-block-heading .doubleline {
  font-size: 0.65em;
  height: fit-content;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-heading .doubleline,
  .wp-block-editor .wp-block-heading .doubleline {
    margin-top: 0.5em;
  }
}
.editor-styles-wrapper .wp-block-heading .sub-ex,
.wp-block-editor .wp-block-heading .sub-ex {
  font-size: 0.8571428571rem;
  position: absolute;
  right: 0;
  font-weight: 300;
  letter-spacing: 0;
}
.editor-styles-wrapper .wp-block-separator,
.wp-block-editor .wp-block-separator {
  margin: 2.8571428571rem 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.8571428571rem 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.guideMode .editor-styles-wrapper .wp-block-spacer,
body.guideMode .wp-block-editor .wp-block-spacer {
  background: rgba(0, 0, 0, 0.1);
}
body.guideMode .editor-styles-wrapper .wp-block-spacer::after,
body.guideMode .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.guideMode .editor-styles-wrapper .wp-block-details,
body.guideMode .wp-block-editor .wp-block-details {
  padding: 2em 3em;
}
body.guideMode .editor-styles-wrapper .wp-block-details summary,
body.guideMode .wp-block-editor .wp-block-details summary {
  padding-left: 1.5em;
  background-color: #ddd;
  width: calc(100% + 4em);
  transform: translate(-2em, 0);
}
body.guideMode .editor-styles-wrapper .wp-block-details summary::-webkit-details-marker,
body.guideMode .wp-block-editor .wp-block-details summary::-webkit-details-marker {
  display: none !important;
}
body.guideMode .editor-styles-wrapper .wp-block-details summary::marker,
body.guideMode .wp-block-editor .wp-block-details summary::marker {
  font-size: 0px; /* マーカーのサイズを大きく設定 */
}
body.guideMode .editor-styles-wrapper .wp-block-details summary::before,
body.guideMode .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.guideMode .editor-styles-wrapper .wp-block-details[open] summary,
body.guideMode .wp-block-editor .wp-block-details[open] summary {
  margin-bottom: 1em;
}
body.guideMode .editor-styles-wrapper .wp-block-details[open] summary::before,
body.guideMode .wp-block-editor .wp-block-details[open] summary::before {
  transform: rotate(90deg); /* 90度回転して開いている時のマーカーに変更 */
}
body.guideMode .editor-styles-wrapper .wp-block-code,
body.guideMode .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.4285714286rem;
}
.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: 0.7142857143rem;
}
.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: 7.1428571429rem 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: 1100px) {
  .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: 1100px) {
  .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: 1100px) {
  .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: 1100px) {
  .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: 17.5;
}
.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: 17.5;
  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(28.5714285714rem, 1fr));
  grid-gap: 1.4285714286rem;
}
@media screen and (max-width: 1100px) {
  .editor-styles-wrapper .wp-block-frames,
  .wp-block-editor .wp-block-frames {
    grid-template-columns: 1fr;
    grid-gap: 3.5714285714rem;
  }
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-frames,
  .wp-block-editor .wp-block-frames {
    grid-gap: 13.3333333333vw;
    margin-bottom: 9.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: 1100px) {
  .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: 1100px) {
  .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: 1100px) {
  .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: 1100px) {
  .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 5.3571428571rem;
}
@media screen and (max-width: 1100px) {
  .editor-styles-wrapper .wp-block-frames.row_3.words_s,
  .wp-block-editor .wp-block-frames.row_3.words_s {
    grid-gap: 5.3571428571rem 0;
  }
}
@media screen and (max-width: 750px) {
  .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: 1100px) {
  .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.4285714286rem;
}
.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: 1100px) {
  .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: 1.8;
}
@media screen and (max-width: 750px) {
  .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: 750px) {
  .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;
  }
}
@media screen and (max-width: 1100px) {
  .editor-styles-wrapper .wp-block-frames.images,
  .wp-block-editor .wp-block-frames.images {
    grid-gap: 1rem;
    margin-bottom: 9.3333333333vw;
  }
}
.editor-styles-wrapper .wp-block-frames-item,
.wp-block-editor .wp-block-frames-item {
  display: grid;
  grid-gap: 17.5;
}
.editor-styles-wrapper .wp-block-frames-item.subgrid,
.wp-block-editor .wp-block-frames-item.subgrid {
  grid-template-rows: subgrid;
  grid-row: span 2;
}
.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;
}
.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: 17.5;
  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: 17.8571428571rem;
  height: 5rem;
  align-content: center;
  border-bottom: solid 1px #9f9f9f;
  padding-right: 3.5714285714rem;
  padding-left: 0rem;
  padding-bottom: 0.3571428571rem;
  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.7857142857rem;
  height: 1.7857142857rem;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  right: 0.7142857143rem;
  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.7142857143rem 5.3571428571rem 0.7142857143rem 2.1428571429rem;
}
.editor-styles-wrapper .wp-block-more.bg::after,
.wp-block-editor .wp-block-more.bg::after {
  background-color: #fff;
  right: 1.0714285714rem;
}
.editor-styles-wrapper .wp-block-btn,
.wp-block-editor .wp-block-btn {
  margin-bottom: 17.5;
}
.editor-styles-wrapper .wp-block-btn + p,
.wp-block-editor .wp-block-btn + p {
  text-align: center;
}
.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.4285714286rem;
}
.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.4285714286rem;
}
.editor-styles-wrapper .wp-block-action:not(:last-child),
.wp-block-editor .wp-block-action:not(:last-child) {
  margin-bottom: 7.1428571429rem;
}
.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: 7.1428571429rem;
}
.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: 750px) {
  .editor-styles-wrapper .wp-block-action.pagenation,
  .wp-block-editor .wp-block-action.pagenation {
    margin-top: 0vw;
  }
  .editor-styles-wrapper .wp-block-action.pagenation nav,
  .wp-block-editor .wp-block-action.pagenation nav {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-action.pagenation .btn,
  .wp-block-editor .wp-block-action.pagenation .btn {
    min-width: 26.6666666667vw !important;
  }
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-action.pagenation .btn-bg,
  .wp-block-editor .wp-block-action.pagenation .btn-bg {
    min-width: 6.6666666667vw !important;
  }
}
.editor-styles-wrapper .wp-block-action.pagenation .inWrap,
.wp-block-editor .wp-block-action.pagenation .inWrap {
  width: 100%;
  justify-content: space-between;
}
.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: 17.5;
}
.editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn-bg,
.wp-block-editor .wp-block-action.pagenation .inWrap .btn-bg {
  min-width: 14.2857142857rem;
}
.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;
}
@media screen and (max-width: 750px) {
  .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 {
    transform: rotate(0deg);
  }
}
.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: 17.5;
  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, .editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn.is-deactive,
.wp-block-editor .wp-block-action.pagenation .inWrap .btn.deactive,
.wp-block-editor .wp-block-action.pagenation .inWrap .btn.is-deactive {
  pointer-events: none;
  opacity: 0.1;
}
.editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn.deactive del, .editor-styles-wrapper .wp-block-action.pagenation .inWrap .btn.is-deactive del,
.wp-block-editor .wp-block-action.pagenation .inWrap .btn.deactive del,
.wp-block-editor .wp-block-action.pagenation .inWrap .btn.is-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: 17.5;
}
.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-boxlink,
.wp-block-editor .wp-block-boxlink {
  display: flex;
  place-content: center;
  list-style: none;
  padding: 0;
  gap: 1.4285714286rem;
  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.4285714286rem) / 3);
  margin: 0;
  display: flex;
  place-items: center;
  place-content: center;
  border: solid 1px #ccc;
}
@media screen and (max-width: 1100px) {
  .editor-styles-wrapper .wp-block-boxlink li,
  .wp-block-editor .wp-block-boxlink li {
    width: calc((100% - 2 * 1.4285714286rem) / 2);
  }
}
@media screen and (max-width: 750px) {
  .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: 1100px) {
  .editor-styles-wrapper .wp-block-boxlink li a,
  .wp-block-editor .wp-block-boxlink li a {
    padding: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .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: 750px) {
  .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.8571428571rem;
  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: 4.2857142857rem;
  max-width: 100%;
  flex-shrink: 0;
  margin-bottom: 1em;
}
@media screen and (max-width: 750px) {
  .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-title,
.wp-block-editor .wp-block-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin-bottom: 1.4285714286rem;
}
.editor-styles-wrapper .wp-block-title.h2,
.wp-block-editor .wp-block-title.h2 {
  flex-direction: column;
}
.editor-styles-wrapper .wp-block-title::after,
.wp-block-editor .wp-block-title::after {
  content: "";
  display: none;
  width: 100%;
  height: 0.2857142857rem;
  background-image: radial-gradient(circle, #999 0.1428571429rem, transparent 0.1428571429rem);
  background-size: 0.8571428571rem 0.2857142857rem;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  bottom: 0;
}
.editor-styles-wrapper .wp-block-title .sub,
.wp-block-editor .wp-block-title .sub {
  font-weight: normal;
  font-size: 1rem;
  padding-top: 1em;
}
.editor-styles-wrapper .wp-block-title h2,
.wp-block-editor .wp-block-title h2 {
  margin: 0;
}
.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-sub,
.wp-block-editor .wp-block-title-sub {
  font-size: 0.2em;
  opacity: 0.5;
  letter-spacing: 0.3em;
}
.editor-styles-wrapper .wp-block-title.more,
.wp-block-editor .wp-block-title.more {
  border-bottom: solid 0.0714285714rem #9f9f9f;
}
.editor-styles-wrapper .wp-block-banner,
.wp-block-editor .wp-block-banner {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-banner,
  .wp-block-editor .wp-block-banner {
    margin-bottom: 4.6666666667vw;
  }
}
.editor-styles-wrapper .wp-block-banner ul,
.wp-block-editor .wp-block-banner ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5714285714rem;
  padding: 0;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-banner ul,
  .wp-block-editor .wp-block-banner ul {
    grid-gap: 2.9333333333vw;
  }
}
.editor-styles-wrapper .wp-block-banner ul li,
.wp-block-editor .wp-block-banner ul li {
  padding: 0;
}
.editor-styles-wrapper .wp-block-swiper,
.wp-block-editor .wp-block-swiper {
  position: relative;
  z-index: 1;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 900px) {
  .editor-styles-wrapper .wp-block-swiper,
  .wp-block-editor .wp-block-swiper {
    margin-bottom: 4.6666666667vw;
  }
}
.editor-styles-wrapper .wp-block-swiper-wrap *,
.wp-block-editor .wp-block-swiper-wrap * {
  position: relative;
}
.editor-styles-wrapper .wp-block-swiper-wrap * figcaption,
.wp-block-editor .wp-block-swiper-wrap * figcaption {
  display: none;
}
@media screen and (min-width: 900px) {
  .editor-styles-wrapper .wp-block-swiper .swiper_section_banner .swiper-wrapper,
  .wp-block-editor .wp-block-swiper .swiper_section_banner .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.4285714286rem;
  }
  .editor-styles-wrapper .wp-block-swiper .swiper_section_banner .swiper-wrapper .swiper-slide:not(.original),
  .wp-block-editor .wp-block-swiper .swiper_section_banner .swiper-wrapper .swiper-slide:not(.original) {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .editor-styles-wrapper .wp-block-swiper .swiper_section_banner .swiper-controls-banner,
  .wp-block-editor .wp-block-swiper .swiper_section_banner .swiper-controls-banner {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .editor-styles-wrapper .wp-block-swiper .swiper_section_banner,
  .wp-block-editor .wp-block-swiper .swiper_section_banner {
    width: 50vw;
    margin: auto;
  }
  .editor-styles-wrapper .wp-block-swiper .swiper_section_banner .swiper-controls-banner,
  .wp-block-editor .wp-block-swiper .swiper_section_banner .swiper-controls-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 26.6666666667vw;
    margin: 1.3333333333vw auto;
    line-height: 1;
  }
  .editor-styles-wrapper .wp-block-swiper .swiper_section_banner .swiper-controls-banner .swiper-button-prev-banner, .editor-styles-wrapper .wp-block-swiper .swiper_section_banner .swiper-controls-banner .swiper-button-next-banner,
  .wp-block-editor .wp-block-swiper .swiper_section_banner .swiper-controls-banner .swiper-button-prev-banner,
  .wp-block-editor .wp-block-swiper .swiper_section_banner .swiper-controls-banner .swiper-button-next-banner {
    width: 4vw;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
  }
  .editor-styles-wrapper .wp-block-swiper .swiper_section_banner .swiper-controls-banner .swiper-button-prev-banner span, .editor-styles-wrapper .wp-block-swiper .swiper_section_banner .swiper-controls-banner .swiper-button-next-banner span,
  .wp-block-editor .wp-block-swiper .swiper_section_banner .swiper-controls-banner .swiper-button-prev-banner span,
  .wp-block-editor .wp-block-swiper .swiper_section_banner .swiper-controls-banner .swiper-button-next-banner span {
    display: none;
  }
  .editor-styles-wrapper .wp-block-swiper .swiper_section_banner .swiper-controls-banner .swiper-button-prev-banner::after, .editor-styles-wrapper .wp-block-swiper .swiper_section_banner .swiper-controls-banner .swiper-button-next-banner::after,
  .wp-block-editor .wp-block-swiper .swiper_section_banner .swiper-controls-banner .swiper-button-prev-banner::after,
  .wp-block-editor .wp-block-swiper .swiper_section_banner .swiper-controls-banner .swiper-button-next-banner::after {
    font-family: "Material Symbols Rounded";
    font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 200, "opsz" 24;
    content: "\e5c8";
    line-height: 1;
    font-size: 1.4285714286rem;
    color: #000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
  }
  .editor-styles-wrapper .wp-block-swiper .swiper_section_banner .swiper-controls-banner .swiper-button-prev-banner::after,
  .wp-block-editor .wp-block-swiper .swiper_section_banner .swiper-controls-banner .swiper-button-prev-banner::after {
    transform: rotate(180deg);
  }
  .editor-styles-wrapper .wp-block-swiper .swiper_section_banner .swiper-controls-banner .swiper-fraction-banner,
  .wp-block-editor .wp-block-swiper .swiper_section_banner .swiper-controls-banner .swiper-fraction-banner {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: fit-content;
    font-weight: 500;
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-swiper .swiper_section_banner,
  .wp-block-editor .wp-block-swiper .swiper_section_banner {
    width: 85.3333333333vw;
  }
}
.editor-styles-wrapper .wp-block-swiper .swiper-pagination,
.wp-block-editor .wp-block-swiper .swiper-pagination {
  padding-top: 1.4285714286rem;
}
.editor-styles-wrapper .wp-block-swiper .swiper-pagination .swiper-pagination-bullet,
.wp-block-editor .wp-block-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.7142857143rem;
}
.editor-styles-wrapper .wp-block-entrybox,
.wp-block-editor .wp-block-entrybox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2.8571428571rem 1.4285714286rem;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-entrybox,
  .wp-block-editor .wp-block-entrybox {
    grid-template-columns: 1fr 1fr;
  }
}
.editor-styles-wrapper .wp-block-entrybox-item,
.wp-block-editor .wp-block-entrybox-item {
  width: 100%;
  height: 100%;
  padding: 0rem;
  background-color: #fff;
  border-radius: 0.7142857143rem;
  overflow: hidden;
}
.editor-styles-wrapper .wp-block-entrybox-item a,
.wp-block-editor .wp-block-entrybox-item a {
  padding: 0rem;
  transition: all 300ms ease;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}
.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: 0em;
}
.editor-styles-wrapper .wp-block-entrybox-item picture img,
.wp-block-editor .wp-block-entrybox-item picture img {
  object-fit: cover;
  height: 100%;
  border-radius: 0.7142857143rem 0.7142857143rem 0 0 !important;
  transition: transform 100ms ease-in-out;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-entrybox-item picture img,
  .wp-block-editor .wp-block-entrybox-item picture img {
    border-radius: 1.3333333333vw 1.3333333333vw 0 0 !important;
  }
}
.editor-styles-wrapper .wp-block-entrybox-item .wp-block-entrybox-item-title,
.wp-block-editor .wp-block-entrybox-item .wp-block-entrybox-item-title {
  height: 100%;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  line-height: 1.5;
  position: relative;
  margin: 0;
  padding: 0.7142857143rem 1.2857142857rem 2.8571428571rem;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-entrybox-item .wp-block-entrybox-item-title,
  .wp-block-editor .wp-block-entrybox-item .wp-block-entrybox-item-title {
    padding: 2vw 2.6666666667vw 5.3333333333vw;
  }
}
.editor-styles-wrapper .wp-block-entrybox-item .wp-block-entrybox-item-title h3,
.wp-block-editor .wp-block-entrybox-item .wp-block-entrybox-item-title h3 {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* ← 2行 */
  overflow: hidden;
  transition: all 300ms ease;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-entrybox-item .wp-block-entrybox-item-title h3,
  .wp-block-editor .wp-block-entrybox-item .wp-block-entrybox-item-title h3 {
    font-size: 2.9333333333vw;
  }
}
.editor-styles-wrapper .wp-block-entrybox-item .wp-block-entrybox-item-title p,
.wp-block-editor .wp-block-entrybox-item .wp-block-entrybox-item-title p {
  line-height: 1.6;
}
.editor-styles-wrapper .wp-block-entrybox-item .wp-block-entrybox-item-tags,
.wp-block-editor .wp-block-entrybox-item .wp-block-entrybox-item-tags {
  position: absolute;
  bottom: 0.7142857143rem;
  left: 1.4285714286rem;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-entrybox-item .wp-block-entrybox-item-tags,
  .wp-block-editor .wp-block-entrybox-item .wp-block-entrybox-item-tags {
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    padding-top: 1.3333333333vw;
  }
}
.editor-styles-wrapper .wp-block-entrybox-item .wp-block-entrybox-item-tags ul,
.wp-block-editor .wp-block-entrybox-item .wp-block-entrybox-item-tags ul {
  width: max-content;
  list-style: none;
  margin: 0;
  padding: 0 5rem 0.3571428571rem 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-entrybox-item .wp-block-entrybox-item-tags ul,
  .wp-block-editor .wp-block-entrybox-item .wp-block-entrybox-item-tags ul {
    width: 100%;
    padding: 0 0vw 0.6666666667vw 0;
  }
}
.editor-styles-wrapper .wp-block-entrybox-item .wp-block-entrybox-item-tags ul li,
.wp-block-editor .wp-block-entrybox-item .wp-block-entrybox-item-tags ul li {
  padding: 0;
  margin: 0em 0.5em 0.2em 0;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-entrybox-item .wp-block-entrybox-item-tags ul li,
  .wp-block-editor .wp-block-entrybox-item .wp-block-entrybox-item-tags ul li {
    margin: 0em 0.5em 0.5em 0;
  }
}
.editor-styles-wrapper .wp-block-entrybox-item .wp-block-entrybox-item-tags ul li:before,
.wp-block-editor .wp-block-entrybox-item .wp-block-entrybox-item-tags ul li:before {
  display: none;
}
.editor-styles-wrapper .wp-block-entrybox-item .wp-block-entrybox-item-tags ul li span,
.wp-block-editor .wp-block-entrybox-item .wp-block-entrybox-item-tags ul li span {
  display: inline-block;
  color: #303030;
  border: solid 1px #303030;
  padding: 0.4em 0.6em 0.3em;
  font-size: 0.7em;
  line-height: 1.2;
  letter-spacing: 0;
  opacity: 0.8;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-entrybox-item .wp-block-entrybox-item-tags ul li span,
  .wp-block-editor .wp-block-entrybox-item .wp-block-entrybox-item-tags ul li span {
    padding: 0.5em 0.8em 0.6em;
  }
}
.editor-styles-wrapper .wp-block-entrybox-item time,
.wp-block-editor .wp-block-entrybox-item time {
  visibility: visible;
  position: absolute;
  bottom: 1.0714285714rem;
  right: 1.4285714286rem;
  color: #999;
  font-weight: 100;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-entrybox-item time,
  .wp-block-editor .wp-block-entrybox-item time {
    bottom: 1.3333333333vw;
    right: 2.6666666667vw;
  }
}
.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,
.wp-block-editor .wp-block-entrybox-item.mark-new {
  position: relative;
}
.editor-styles-wrapper .wp-block-entrybox-item.mark-new::after,
.wp-block-editor .wp-block-entrybox-item.mark-new::after {
  content: "NEW";
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  position: absolute;
  top: 0rem;
  left: 0rem;
  z-index: 6;
  width: 2.8571428571rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  transform: translate(-20%, -20%);
  font-size: 0.7142857143rem;
  letter-spacing: 0;
  line-height: 1;
  padding: 0.4em 0.6em;
  background-color: #f2da3c;
  color: #303030;
  font-weight: bold;
}
.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.2142857143rem;
  right: 0.2142857143rem;
  z-index: 6;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  padding: 0.4em 0.6em;
  background-color: #303030;
  color: #fff;
}
.editor-styles-wrapper .wp-block-entrybox-item-title,
.wp-block-editor .wp-block-entrybox-item-title {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1400px) {
  .editor-styles-wrapper .wp-block-entrybox.archives,
  .wp-block-editor .wp-block-entrybox.archives {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-entrybox.archives,
  .wp-block-editor .wp-block-entrybox.archives {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4.6666666667vw;
  }
}
.editor-styles-wrapper .wp-block-entrybox.archives .wp-block-entrybox-item,
.wp-block-editor .wp-block-entrybox.archives .wp-block-entrybox-item {
  width: 100%;
  overflow: visible;
}
.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: 1fr;
  grid-template-rows: auto 1fr;
  height: 100%;
  align-items: flex-start;
}
@media screen and (min-width: 1100px) 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: 0vw;
  }
}
.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 {
  letter-spacing: 0.02em;
}
.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 {
  font-size: 0.9em;
  margin-bottom: 1em;
}
@media screen and (max-width: 750px) {
  .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 {
    font-size: 2.4vw;
  }
}
.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-entrybox.topics,
.wp-block-editor .wp-block-entrybox.topics {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .editor-styles-wrapper .wp-block-entrybox.topics,
  .wp-block-editor .wp-block-entrybox.topics {
    grid-template-columns: repeat(2, 1fr);
  }
  .editor-styles-wrapper .wp-block-entrybox.topics .wp-block-entrybox-item:nth-of-type(4),
  .wp-block-editor .wp-block-entrybox.topics .wp-block-entrybox-item:nth-of-type(4) {
    display: flex;
  }
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-entrybox.topics,
  .wp-block-editor .wp-block-entrybox.topics {
    grid-template-columns: repeat(2, 1fr);
  }
  .editor-styles-wrapper .wp-block-entrybox.topics .wp-block-entrybox-item:nth-of-type(3),
  .wp-block-editor .wp-block-entrybox.topics .wp-block-entrybox-item:nth-of-type(3) {
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .editor-styles-wrapper .wp-block-entrybox.topics .wp-block-entrybox-item:last-child,
  .wp-block-editor .wp-block-entrybox.topics .wp-block-entrybox-item:last-child {
    display: none;
  }
}
.editor-styles-wrapper .wp-block-entrybox.topics .wp-block-entrybox-item-title,
.wp-block-editor .wp-block-entrybox.topics .wp-block-entrybox-item-title {
  height: 100%;
}
.editor-styles-wrapper .wp-block-entrybox.topics .wp-block-entrybox-item-title p,
.wp-block-editor .wp-block-entrybox.topics .wp-block-entrybox-item-title p {
  display: none;
}
.editor-styles-wrapper .wp-block-tags,
.wp-block-editor .wp-block-tags {
  margin-top: 7.1428571429rem;
}
.editor-styles-wrapper .wp-block-tags-wrap,
.wp-block-editor .wp-block-tags-wrap {
  border-top: dashed 1px #ccc;
  padding-top: 2.1428571429rem;
  text-align: center;
}
.editor-styles-wrapper .wp-block-tags-wrap h5,
.wp-block-editor .wp-block-tags-wrap h5 {
  font-size: 1rem;
}
.editor-styles-wrapper .wp-block-tags-wrap ul,
.wp-block-editor .wp-block-tags-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0rem 0rem 0 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.editor-styles-wrapper .wp-block-tags-wrap ul li,
.wp-block-editor .wp-block-tags-wrap ul li {
  margin: 1em 1em 0 0;
}
.editor-styles-wrapper .wp-block-tags-wrap ul li a,
.wp-block-editor .wp-block-tags-wrap ul li a {
  text-decoration: none !important;
  display: inline-block;
  background-color: #333;
  color: #fff;
  padding: 0.2em 1em 0.2em;
  font-size: 1rem;
  border-radius: 0.2142857143rem;
  line-height: 1;
  text-decoration-thickness: 0px !important;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-tags-wrap ul li a,
  .wp-block-editor .wp-block-tags-wrap ul li a {
    font-size: 3.2vw;
  }
}
.editor-styles-wrapper .wp-block-btns,
.wp-block-editor .wp-block-btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.editor-styles-wrapper .wp-block-btns.compact li,
.wp-block-editor .wp-block-btns.compact li {
  margin-top: 1em;
}
.editor-styles-wrapper .wp-block-btns.compact li .btn,
.wp-block-editor .wp-block-btns.compact li .btn {
  font-size: 1em;
}
.editor-styles-wrapper .wp-block-btns.pagenation,
.wp-block-editor .wp-block-btns.pagenation {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.editor-styles-wrapper .wp-block-btns.pagenation .wp-block-btns-item,
.wp-block-editor .wp-block-btns.pagenation .wp-block-btns-item {
  margin: 0;
}
.editor-styles-wrapper .wp-block-btns.pagenation .nav-links a,
.wp-block-editor .wp-block-btns.pagenation .nav-links a {
  margin: 0 0.5em;
}
.editor-styles-wrapper .wp-block-btns.pagenation .nav-links .current,
.wp-block-editor .wp-block-btns.pagenation .nav-links .current {
  opacity: 0.2;
}
.editor-styles-wrapper .wp-block-btns-item,
.wp-block-editor .wp-block-btns-item {
  margin: 1.5714285714rem 0.7857142857rem 0;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-btns-item,
  .wp-block-editor .wp-block-btns-item {
    margin: 0 1.4666666667vw 2.6666666667vw;
  }
}
.editor-styles-wrapper .wp-block-btns-item.deactive, .editor-styles-wrapper .wp-block-btns-item.is-deactive,
.wp-block-editor .wp-block-btns-item.deactive,
.wp-block-editor .wp-block-btns-item.is-deactive {
  position: relative;
  pointer-events: none;
  display: flex;
  flex-direction: column;
}
.editor-styles-wrapper .wp-block-btns-item.deactive a, .editor-styles-wrapper .wp-block-btns-item.is-deactive a,
.wp-block-editor .wp-block-btns-item.deactive a,
.wp-block-editor .wp-block-btns-item.is-deactive a {
  pointer-events: none;
  opacity: 0.1;
  text-decoration: line-through !important;
}
.editor-styles-wrapper .wp-block-btns-item.deactive::after, .editor-styles-wrapper .wp-block-btns-item.is-deactive::after,
.wp-block-editor .wp-block-btns-item.deactive::after,
.wp-block-editor .wp-block-btns-item.is-deactive::after {
  content: attr(data-message);
  display: flex;
  color: #d7000f;
  font-size: 0.9em;
}
.editor-styles-wrapper .wp-block-btns-item .btn span.icon-course,
.wp-block-editor .wp-block-btns-item .btn span.icon-course {
  line-height: 1.3;
  letter-spacing: 0;
}
.editor-styles-wrapper .wp-block-btns-item .btn span.icon-course::before,
.wp-block-editor .wp-block-btns-item .btn span.icon-course::before {
  content: attr(data-tag);
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 0.7142857143rem;
  width: 2.3em;
  padding: 0.22em 0em 0.2em 0.1em;
  text-align: center;
  margin-right: 1em;
  border-radius: 0.2142857143rem;
  line-height: 1;
}
.editor-styles-wrapper .wp-block-btns-item .btn span.icon-course.fy::before,
.wp-block-editor .wp-block-btns-item .btn span.icon-course.fy::before {
  background-color: #abcd03;
}
.editor-styles-wrapper .wp-block-btns-item .btn span.icon-course.vd::before,
.wp-block-editor .wp-block-btns-item .btn span.icon-course.vd::before {
  background-color: #f39800;
}
.editor-styles-wrapper .wp-block-btns-item .btn span.icon-course.ld::before,
.wp-block-editor .wp-block-btns-item .btn span.icon-course.ld::before {
  background-color: #38a1db;
}
.editor-styles-wrapper .wp-block-btns-item .btn span.icon-course.cd::before,
.wp-block-editor .wp-block-btns-item .btn span.icon-course.cd::before {
  background-color: #e9528e;
}
.editor-styles-wrapper .wp-block-btns-item .btn span.icon-course.fm::before,
.wp-block-editor .wp-block-btns-item .btn span.icon-course.fm::before {
  background-color: #924898;
}
.editor-styles-wrapper .wp-block-btns-item .btn span.icon-course.ic::before,
.wp-block-editor .wp-block-btns-item .btn span.icon-course.ic::before {
  background-color: #ea5532;
}
.editor-styles-wrapper .wp-block-btns-item .btn span.icon-course.fa::before,
.wp-block-editor .wp-block-btns-item .btn span.icon-course.fa::before {
  background-color: #00a291;
}
.editor-styles-wrapper .wp-block-btns-item .btn span.icon-course.as::before,
.wp-block-editor .wp-block-btns-item .btn span.icon-course.as::before {
  background-color: #4d4398;
}
.editor-styles-wrapper .wp-block-btns-item .btn span.icon-course.la::before,
.wp-block-editor .wp-block-btns-item .btn span.icon-course.la::before {
  background-color: #333;
}
.editor-styles-wrapper .wp-block-btns.left,
.wp-block-editor .wp-block-btns.left {
  justify-content: flex-start;
}
.editor-styles-wrapper .wp-block-btns.left .wp-block-btns-item,
.wp-block-editor .wp-block-btns.left .wp-block-btns-item {
  margin-left: 0;
  display: block;
}
.editor-styles-wrapper .wp-block-btns.right,
.wp-block-editor .wp-block-btns.right {
  justify-content: flex-end;
}
.editor-styles-wrapper .wp-block-btns.right .wp-block-btns-item,
.wp-block-editor .wp-block-btns.right .wp-block-btns-item {
  margin-right: 0;
}
.editor-styles-wrapper .wp-block-btns.column,
.wp-block-editor .wp-block-btns.column {
  flex-direction: column;
}
.editor-styles-wrapper .wp-block-btns.index,
.wp-block-editor .wp-block-btns.index {
  gap: 1em;
}
.editor-styles-wrapper .wp-block-btns.index .wp-block-btns-item,
.wp-block-editor .wp-block-btns.index .wp-block-btns-item {
  margin: 0;
}
.editor-styles-wrapper .wp-block-btns.index .wp-block-btns-item a span,
.wp-block-editor .wp-block-btns.index .wp-block-btns-item a span {
  width: 15em;
  position: absolute;
}
.editor-styles-wrapper .wp-block-btns.index .wp-block-btns-item a span::after,
.wp-block-editor .wp-block-btns.index .wp-block-btns-item a span::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.editor-styles-wrapper .wp-block-btns.iconFit .wp-block-btns-item,
.wp-block-editor .wp-block-btns.iconFit .wp-block-btns-item {
  max-width: 21.4285714286rem;
}
.editor-styles-wrapper .wp-block-btns.grid,
.wp-block-editor .wp-block-btns.grid {
  display: grid;
  grid-gap: 1.4285714286rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-btns.grid,
  .wp-block-editor .wp-block-btns.grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1.3333333333vw;
  }
}
.editor-styles-wrapper .wp-block-btns.grid.col-3,
.wp-block-editor .wp-block-btns.grid.col-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1100px) {
  .editor-styles-wrapper .wp-block-btns.grid.col-3,
  .wp-block-editor .wp-block-btns.grid.col-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-btns.grid.col-3,
  .wp-block-editor .wp-block-btns.grid.col-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.editor-styles-wrapper .wp-block-btns.grid.col-4,
.wp-block-editor .wp-block-btns.grid.col-4 {
  grid-template-columns: repeat(4, 1fr);
}
.editor-styles-wrapper .wp-block-btns.grid .wp-block-btns-item,
.wp-block-editor .wp-block-btns.grid .wp-block-btns-item {
  min-width: initial !important;
  margin: 0 !important;
}
.editor-styles-wrapper .wp-block-btns.grid .wp-block-btns-item .btn,
.wp-block-editor .wp-block-btns.grid .wp-block-btns-item .btn {
  min-width: none !important;
  width: 100% !important;
  height: 100%;
}
.editor-styles-wrapper .wp-block-btns.grid .wp-block-btns-item .btn .slim,
.wp-block-editor .wp-block-btns.grid .wp-block-btns-item .btn .slim {
  display: inline-block;
  transform-origin: left center;
  transform: scale(0.9, 1);
}
.editor-styles-wrapper .wp-block-btns.grid .wp-block-btns-item .btn.deactive, .editor-styles-wrapper .wp-block-btns.grid .wp-block-btns-item .btn.is-deactive,
.wp-block-editor .wp-block-btns.grid .wp-block-btns-item .btn.deactive,
.wp-block-editor .wp-block-btns.grid .wp-block-btns-item .btn.is-deactive {
  pointer-events: none;
  opacity: 0.2;
}
.editor-styles-wrapper .wp-block-spacer,
.wp-block-editor .wp-block-spacer {
  height: 2.5rem;
}
body.debug_mode .editor-styles-wrapper .wp-block-spacer,
body.debug_mode .wp-block-editor .wp-block-spacer {
  background-color: rgba(250, 50, 0, 0.2);
}
body.debug_mode .editor-styles-wrapper .wp-block-spacer::after,
body.debug_mode .wp-block-editor .wp-block-spacer::after {
  content: "50";
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-spacer,
  .wp-block-editor .wp-block-spacer {
    height: 4.6666666667vw;
  }
}
.editor-styles-wrapper .wp-block-spacer.debug,
.wp-block-editor .wp-block-spacer.debug {
  border: dashed 1px #ccc;
  background-color: #eee;
}
.editor-styles-wrapper .wp-block-spacer.size-mini,
.wp-block-editor .wp-block-spacer.size-mini {
  height: 1rem;
}
body.debug_mode .editor-styles-wrapper .wp-block-spacer.size-mini,
body.debug_mode .wp-block-editor .wp-block-spacer.size-mini {
  background-color: rgba(250, 50, 0, 0.2);
}
body.debug_mode .editor-styles-wrapper .wp-block-spacer.size-mini::after,
body.debug_mode .wp-block-editor .wp-block-spacer.size-mini::after {
  content: "20";
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-spacer.size-mini,
  .wp-block-editor .wp-block-spacer.size-mini {
    height: 1.8666666667vw;
  }
}
.editor-styles-wrapper .wp-block-spacer.size-s,
.wp-block-editor .wp-block-spacer.size-s {
  height: 1.25rem;
}
body.debug_mode .editor-styles-wrapper .wp-block-spacer.size-s,
body.debug_mode .wp-block-editor .wp-block-spacer.size-s {
  background-color: rgba(250, 50, 0, 0.2);
}
body.debug_mode .editor-styles-wrapper .wp-block-spacer.size-s::after,
body.debug_mode .wp-block-editor .wp-block-spacer.size-s::after {
  content: "25";
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-spacer.size-s,
  .wp-block-editor .wp-block-spacer.size-s {
    height: 2.3333333333vw;
  }
}
.editor-styles-wrapper .wp-block-spacer.size-m,
.wp-block-editor .wp-block-spacer.size-m {
  height: 2.5rem;
}
body.debug_mode .editor-styles-wrapper .wp-block-spacer.size-m,
body.debug_mode .wp-block-editor .wp-block-spacer.size-m {
  background-color: rgba(250, 50, 0, 0.2);
}
body.debug_mode .editor-styles-wrapper .wp-block-spacer.size-m::after,
body.debug_mode .wp-block-editor .wp-block-spacer.size-m::after {
  content: "50";
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-spacer.size-m,
  .wp-block-editor .wp-block-spacer.size-m {
    height: 4.6666666667vw;
  }
}
.editor-styles-wrapper .wp-block-spacer.size-l,
.wp-block-editor .wp-block-spacer.size-l {
  height: 5rem;
}
body.debug_mode .editor-styles-wrapper .wp-block-spacer.size-l,
body.debug_mode .wp-block-editor .wp-block-spacer.size-l {
  background-color: rgba(250, 50, 0, 0.2);
}
body.debug_mode .editor-styles-wrapper .wp-block-spacer.size-l::after,
body.debug_mode .wp-block-editor .wp-block-spacer.size-l::after {
  content: "100";
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-spacer.size-l,
  .wp-block-editor .wp-block-spacer.size-l {
    height: 9.3333333333vw;
  }
}
.editor-styles-wrapper .wp-block-spacer.size-xl,
.wp-block-editor .wp-block-spacer.size-xl {
  height: 7.5rem;
}
body.debug_mode .editor-styles-wrapper .wp-block-spacer.size-xl,
body.debug_mode .wp-block-editor .wp-block-spacer.size-xl {
  background-color: rgba(250, 50, 0, 0.2);
}
body.debug_mode .editor-styles-wrapper .wp-block-spacer.size-xl::after,
body.debug_mode .wp-block-editor .wp-block-spacer.size-xl::after {
  content: "150";
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-spacer.size-xl,
  .wp-block-editor .wp-block-spacer.size-xl {
    height: 14vw;
  }
}
.editor-styles-wrapper .wp-block-spacer.dotline,
.wp-block-editor .wp-block-spacer.dotline {
  height: 10rem;
}
body.debug_mode .editor-styles-wrapper .wp-block-spacer.dotline,
body.debug_mode .wp-block-editor .wp-block-spacer.dotline {
  background-color: rgba(250, 50, 0, 0.2);
}
body.debug_mode .editor-styles-wrapper .wp-block-spacer.dotline::after,
body.debug_mode .wp-block-editor .wp-block-spacer.dotline::after {
  content: "200";
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-spacer.dotline,
  .wp-block-editor .wp-block-spacer.dotline {
    height: 18.6666666667vw;
  }
}
.editor-styles-wrapper .wp-block-spacer.dotline.size-mini,
.wp-block-editor .wp-block-spacer.dotline.size-mini {
  height: 5rem;
}
body.debug_mode .editor-styles-wrapper .wp-block-spacer.dotline.size-mini,
body.debug_mode .wp-block-editor .wp-block-spacer.dotline.size-mini {
  background-color: rgba(250, 50, 0, 0.2);
}
body.debug_mode .editor-styles-wrapper .wp-block-spacer.dotline.size-mini::after,
body.debug_mode .wp-block-editor .wp-block-spacer.dotline.size-mini::after {
  content: "100";
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-spacer.dotline.size-mini,
  .wp-block-editor .wp-block-spacer.dotline.size-mini {
    height: 9.3333333333vw;
  }
}
.editor-styles-wrapper .wp-block-spacer.dotline.size-s,
.wp-block-editor .wp-block-spacer.dotline.size-s {
  height: 7.5rem;
}
body.debug_mode .editor-styles-wrapper .wp-block-spacer.dotline.size-s,
body.debug_mode .wp-block-editor .wp-block-spacer.dotline.size-s {
  background-color: rgba(250, 50, 0, 0.2);
}
body.debug_mode .editor-styles-wrapper .wp-block-spacer.dotline.size-s::after,
body.debug_mode .wp-block-editor .wp-block-spacer.dotline.size-s::after {
  content: "150";
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-spacer.dotline.size-s,
  .wp-block-editor .wp-block-spacer.dotline.size-s {
    height: 14vw;
  }
}
.editor-styles-wrapper .wp-block-spacer.dotline.size-m,
.wp-block-editor .wp-block-spacer.dotline.size-m {
  height: 10rem;
}
body.debug_mode .editor-styles-wrapper .wp-block-spacer.dotline.size-m,
body.debug_mode .wp-block-editor .wp-block-spacer.dotline.size-m {
  background-color: rgba(250, 50, 0, 0.2);
}
body.debug_mode .editor-styles-wrapper .wp-block-spacer.dotline.size-m::after,
body.debug_mode .wp-block-editor .wp-block-spacer.dotline.size-m::after {
  content: "200";
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-spacer.dotline.size-m,
  .wp-block-editor .wp-block-spacer.dotline.size-m {
    height: 18.6666666667vw;
  }
}
.editor-styles-wrapper .wp-block-spacer.dotline.size-l,
.wp-block-editor .wp-block-spacer.dotline.size-l {
  height: 12.5rem;
}
body.debug_mode .editor-styles-wrapper .wp-block-spacer.dotline.size-l,
body.debug_mode .wp-block-editor .wp-block-spacer.dotline.size-l {
  background-color: rgba(250, 50, 0, 0.2);
}
body.debug_mode .editor-styles-wrapper .wp-block-spacer.dotline.size-l::after,
body.debug_mode .wp-block-editor .wp-block-spacer.dotline.size-l::after {
  content: "250";
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-spacer.dotline.size-l,
  .wp-block-editor .wp-block-spacer.dotline.size-l {
    height: 23.3333333333vw;
  }
}
.editor-styles-wrapper .wp-block-spacer.dotline.size-xl,
.wp-block-editor .wp-block-spacer.dotline.size-xl {
  height: 15rem;
}
body.debug_mode .editor-styles-wrapper .wp-block-spacer.dotline.size-xl,
body.debug_mode .wp-block-editor .wp-block-spacer.dotline.size-xl {
  background-color: rgba(250, 50, 0, 0.2);
}
body.debug_mode .editor-styles-wrapper .wp-block-spacer.dotline.size-xl::after,
body.debug_mode .wp-block-editor .wp-block-spacer.dotline.size-xl::after {
  content: "300";
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-spacer.dotline.size-xl,
  .wp-block-editor .wp-block-spacer.dotline.size-xl {
    height: 28vw;
  }
}
.editor-styles-wrapper .wp-block-spacer.dotline.headflat,
.wp-block-editor .wp-block-spacer.dotline.headflat {
  height: 7em;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-spacer.dotline.headflat,
  .wp-block-editor .wp-block-spacer.dotline.headflat {
    height: 4.5em;
  }
}
.editor-styles-wrapper .wp-block-spacer.dotline::after,
.wp-block-editor .wp-block-spacer.dotline::after {
  content: "";
  display: block;
  width: 100%;
  height: 1em;
  background-image: radial-gradient(circle, #999 20%, transparent 20%);
  background-size: 1em 1em;
  background-repeat: repeat-x;
}
.editor-styles-wrapper .wp-block-spacer.dotline.dotline-s,
.wp-block-editor .wp-block-spacer.dotline.dotline-s {
  height: 7.5rem;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-spacer.dotline.dotline-s,
  .wp-block-editor .wp-block-spacer.dotline.dotline-s {
    height: 14vw;
  }
}
.editor-styles-wrapper .wp-block-bgbox,
.wp-block-editor .wp-block-bgbox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5714285714rem;
}
.editor-styles-wrapper .wp-block-bgbox.col-2,
.wp-block-editor .wp-block-bgbox.col-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1100px) {
  .editor-styles-wrapper .wp-block-bgbox,
  .wp-block-editor .wp-block-bgbox {
    grid-template-columns: 1fr;
  }
}
.editor-styles-wrapper .wp-block-bgbox-item,
.wp-block-editor .wp-block-bgbox-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 1.25rem;
}
@media screen and (max-width: 1100px) {
  .editor-styles-wrapper .wp-block-bgbox-item,
  .wp-block-editor .wp-block-bgbox-item {
    display: grid;
    grid-template-columns: 5rem 1fr;
    grid-template-rows: auto 1fr;
    grid-gap: 0rem 1.25rem;
    padding: 0.9722222222vw 1.9444444444vw;
  }
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-bgbox-item,
  .wp-block-editor .wp-block-bgbox-item {
    display: grid;
    grid-template-columns: 9.3333333333vw 1fr;
    grid-template-rows: auto 1fr;
    grid-gap: 0vw 2.3333333333vw;
    padding: 2.3333333333vw 2.3333333333vw;
  }
  .editor-styles-wrapper .wp-block-bgbox-item ul,
  .wp-block-editor .wp-block-bgbox-item ul {
    margin: 0;
  }
  .editor-styles-wrapper .wp-block-bgbox-item.sp-col-1,
  .wp-block-editor .wp-block-bgbox-item.sp-col-1 {
    grid-gap: 2.3333333333vw !important;
    grid-template-columns: 1fr !important;
  }
}
.editor-styles-wrapper .wp-block-bgbox-item .point,
.wp-block-editor .wp-block-bgbox-item .point {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0em;
  color: #319838;
  font-family: "Barlow Condensed", sans-serif;
}
@media screen and (max-width: 1100px) {
  .editor-styles-wrapper .wp-block-bgbox-item .point,
  .wp-block-editor .wp-block-bgbox-item .point {
    height: 100%;
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-bgbox-item .point,
  .wp-block-editor .wp-block-bgbox-item .point {
    font-size: 2.9333333333vw;
  }
}
.editor-styles-wrapper .wp-block-bgbox-item .point strong,
.wp-block-editor .wp-block-bgbox-item .point strong {
  font-size: 2.8571428571rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-bgbox-item .point strong,
  .wp-block-editor .wp-block-bgbox-item .point strong {
    font-size: 6.1333333333vw;
  }
}
.editor-styles-wrapper .wp-block-bgbox-item h3,
.wp-block-editor .wp-block-bgbox-item h3 {
  text-align: center;
  margin-bottom: 1em;
  font-weight: 700;
  font-size: 1.5714285714rem;
  line-height: 1.2;
}
@media screen and (max-width: 1100px) {
  .editor-styles-wrapper .wp-block-bgbox-item h3,
  .wp-block-editor .wp-block-bgbox-item h3 {
    text-align: left;
  }
}
.editor-styles-wrapper .wp-block-bgbox-item h3 small,
.wp-block-editor .wp-block-bgbox-item h3 small {
  font-size: 0.8571428571rem;
  margin-bottom: 0.5em;
  display: inline-block;
}
.editor-styles-wrapper .wp-block-bgbox-item p,
.wp-block-editor .wp-block-bgbox-item p {
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-bgbox-item p,
  .wp-block-editor .wp-block-bgbox-item p {
    font-size: 2.4vw;
  }
}
.editor-styles-wrapper .wp-block-bgbox-item ul:last-child,
.editor-styles-wrapper .wp-block-bgbox-item ol:last-child,
.wp-block-editor .wp-block-bgbox-item ul:last-child,
.wp-block-editor .wp-block-bgbox-item ol:last-child {
  margin-bottom: 1em;
}
.editor-styles-wrapper .wp-block-bgbox.subgrid,
.wp-block-editor .wp-block-bgbox.subgrid {
  margin-bottom: 2em;
}
@media screen and (max-width: 1100px) {
  .editor-styles-wrapper .wp-block-bgbox.subgrid,
  .wp-block-editor .wp-block-bgbox.subgrid {
    grid-template-columns: 1fr;
  }
}
.editor-styles-wrapper .wp-block-bgbox.subgrid .wp-block-bgbox-item,
.wp-block-editor .wp-block-bgbox.subgrid .wp-block-bgbox-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  align-items: flex-start;
  grid-gap: 1em;
}
@media screen and (max-width: 1100px) {
  .editor-styles-wrapper .wp-block-bgbox.subgrid .wp-block-bgbox-item,
  .wp-block-editor .wp-block-bgbox.subgrid .wp-block-bgbox-item {
    grid-template-rows: 1fr;
    grid-template-columns: 16.6666666667vw 1fr;
    align-items: center;
  }
  .editor-styles-wrapper .wp-block-bgbox.subgrid .wp-block-bgbox-item p,
  .wp-block-editor .wp-block-bgbox.subgrid .wp-block-bgbox-item p {
    margin: 0;
  }
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-bgbox.subgrid .wp-block-bgbox-item,
  .wp-block-editor .wp-block-bgbox.subgrid .wp-block-bgbox-item {
    grid-template-columns: 26.6666666667vw 1fr;
  }
}
.editor-styles-wrapper .wp-block-bgbox.subgrid .wp-block-bgbox-item h3,
.wp-block-editor .wp-block-bgbox.subgrid .wp-block-bgbox-item h3 {
  font-size: 1.2857142857rem;
  margin-bottom: 0;
  min-height: 3em;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-bgbox.subgrid .wp-block-bgbox-item h3,
  .wp-block-editor .wp-block-bgbox.subgrid .wp-block-bgbox-item h3 {
    font-size: 2.6666666667vw;
  }
}
.editor-styles-wrapper .wp-block-bgbox.subgrid .wp-block-bgbox-item p:last-child,
.wp-block-editor .wp-block-bgbox.subgrid .wp-block-bgbox-item p:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper .wp-block-bgbox.users,
.wp-block-editor .wp-block-bgbox.users {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5714285714rem;
  margin-bottom: 1.0714285714rem;
}
@media screen and (max-width: 1100px) {
  .editor-styles-wrapper .wp-block-bgbox.users,
  .wp-block-editor .wp-block-bgbox.users {
    grid-template-columns: 1fr;
  }
  html:not(.tabletMode) .editor-styles-wrapper .wp-block-bgbox.users,
  html:not(.tabletMode) .wp-block-editor .wp-block-bgbox.users {
    grid-template-columns: 1fr;
  }
}
.editor-styles-wrapper .wp-block-bgbox.users .wp-block-bgbox-item,
.wp-block-editor .wp-block-bgbox.users .wp-block-bgbox-item {
  background-color: #fff;
  display: grid;
  grid-template-rows: subgrid;
  grid-gap: 1em;
  grid-row: span 3;
  width: 100%;
  height: 100%;
  padding: 2.1428571429rem;
  text-decoration: none !important;
}
.editor-styles-wrapper .wp-block-bgbox.users .wp-block-bgbox-item .imageWrap,
.wp-block-editor .wp-block-bgbox.users .wp-block-bgbox-item .imageWrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 0.3571428571rem;
  overflow: hidden;
}
.editor-styles-wrapper .wp-block-bgbox.users .wp-block-bgbox-item .imageWrap .image,
.wp-block-editor .wp-block-bgbox.users .wp-block-bgbox-item .imageWrap .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.editor-styles-wrapper .wp-block-bgbox.users .wp-block-bgbox-item .read,
.wp-block-editor .wp-block-bgbox.users .wp-block-bgbox-item .read {
  line-height: 1.8;
  font-size: 0.9em;
  height: 100%;
}
.editor-styles-wrapper .wp-block-bgbox.users .wp-block-bgbox-item .wp-block-btns,
.wp-block-editor .wp-block-bgbox.users .wp-block-bgbox-item .wp-block-btns {
  width: 100%;
  margin: 0;
}
.editor-styles-wrapper .wp-block-bgbox.users .wp-block-bgbox-item .wp-block-btns .wp-block-btns-item,
.wp-block-editor .wp-block-bgbox.users .wp-block-bgbox-item .wp-block-btns .wp-block-btns-item {
  width: 100%;
  margin: 0;
}
.editor-styles-wrapper .wp-block-bgbox.users .wp-block-bgbox-item .btn,
.wp-block-editor .wp-block-bgbox.users .wp-block-bgbox-item .btn {
  min-width: inherit;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .editor-styles-wrapper .wp-block-bgbox.users .wp-block-bgbox-item,
  .wp-block-editor .wp-block-bgbox.users .wp-block-bgbox-item {
    grid-template-columns: 16.6666666667vw 1fr;
    grid-template-rows: auto auto;
    grid-gap: 1em 2em;
  }
  .editor-styles-wrapper .wp-block-bgbox.users .wp-block-bgbox-item .imageWrap,
  .wp-block-editor .wp-block-bgbox.users .wp-block-bgbox-item .imageWrap {
    grid-column: 1/2;
    grid-row: 1/3;
    aspect-ratio: 4/3;
  }
  .editor-styles-wrapper .wp-block-bgbox.users .wp-block-bgbox-item .read,
  .wp-block-editor .wp-block-bgbox.users .wp-block-bgbox-item .read {
    grid-column: 2/3;
    grid-row: 1/2;
    align-items: center;
    align-content: center;
  }
  .editor-styles-wrapper .wp-block-bgbox.users .wp-block-bgbox-item .wp-block-btns,
  .wp-block-editor .wp-block-bgbox.users .wp-block-bgbox-item .wp-block-btns {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .editor-styles-wrapper .wp-block-bgbox.users .wp-block-bgbox-item .wp-block-btns .btn,
  .wp-block-editor .wp-block-bgbox.users .wp-block-bgbox-item .wp-block-btns .btn {
    min-width: inherit;
    max-width: 15em;
  }
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-bgbox.users .wp-block-bgbox-item,
  .wp-block-editor .wp-block-bgbox.users .wp-block-bgbox-item {
    grid-template-columns: 26.6666666667vw 1fr !important;
  }
  .editor-styles-wrapper .wp-block-bgbox.users .wp-block-bgbox-item .imageWrap,
  .wp-block-editor .wp-block-bgbox.users .wp-block-bgbox-item .imageWrap {
    grid-column: 1/2;
    grid-row: 1/3;
    aspect-ratio: 1/1;
  }
  .editor-styles-wrapper .wp-block-bgbox.users .wp-block-bgbox-item .read,
  .wp-block-editor .wp-block-bgbox.users .wp-block-bgbox-item .read {
    grid-column: 2/3;
    grid-row: 1/2;
    align-items: center;
    align-content: center;
  }
  .editor-styles-wrapper .wp-block-bgbox.users .wp-block-bgbox-item .wp-block-btns,
  .wp-block-editor .wp-block-bgbox.users .wp-block-bgbox-item .wp-block-btns {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.editor-styles-wrapper .wp-block-bgbox.course .wp-block-bgbox-item,
.wp-block-editor .wp-block-bgbox.course .wp-block-bgbox-item {
  display: grid;
  grid-template-rows: subgrid !important;
  grid-row: span 2;
  grid-gap: 0.7142857143rem 1.25rem;
  align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  .editor-styles-wrapper .wp-block-bgbox.course .wp-block-bgbox-item,
  .wp-block-editor .wp-block-bgbox.course .wp-block-bgbox-item {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    align-items: center;
    grid-gap: 0.7142857143rem 1.25rem;
    padding: 1.25rem 1.25rem;
  }
  .editor-styles-wrapper .wp-block-bgbox.course .wp-block-bgbox-item h5,
  .wp-block-editor .wp-block-bgbox.course .wp-block-bgbox-item h5 {
    margin: 0;
  }
  .editor-styles-wrapper .wp-block-bgbox.course .wp-block-bgbox-item h5 br,
  .wp-block-editor .wp-block-bgbox.course .wp-block-bgbox-item h5 br {
    display: none;
  }
  .editor-styles-wrapper .wp-block-bgbox.course .wp-block-bgbox-item p,
  .wp-block-editor .wp-block-bgbox.course .wp-block-bgbox-item p {
    margin: 0;
  }
}
.editor-styles-wrapper .wp-block-bgbox.course .wp-block-bgbox-item h5,
.wp-block-editor .wp-block-bgbox.course .wp-block-bgbox-item h5 {
  font-size: 1.2857142857rem;
  align-items: flex-end;
  height: 100%;
  display: flex;
}
.editor-styles-wrapper .wp-block-bgbox.thumbnail,
.wp-block-editor .wp-block-bgbox.thumbnail {
  grid-template-columns: 1fr;
}
.editor-styles-wrapper .wp-block-bgbox.thumbnail .wp-block-bgbox-item,
.wp-block-editor .wp-block-bgbox.thumbnail .wp-block-bgbox-item {
  display: grid;
  grid-template-columns: 21.4285714286rem 1fr;
  grid-gap: 1em;
  align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  .editor-styles-wrapper .wp-block-bgbox.thumbnail .wp-block-bgbox-item,
  .wp-block-editor .wp-block-bgbox.thumbnail .wp-block-bgbox-item {
    grid-template-columns: 1fr;
    padding: 5.3333333333vw;
  }
}
.editor-styles-wrapper .wp-block-bgbox.thumbnail .wp-block-bgbox-item h4,
.wp-block-editor .wp-block-bgbox.thumbnail .wp-block-bgbox-item h4 {
  font-size: 1.2857142857rem;
}
.editor-styles-wrapper .wp-block-bgbox.thumbnail .wp-block-bgbox-item p,
.wp-block-editor .wp-block-bgbox.thumbnail .wp-block-bgbox-item p {
  font-size: 0.8571428571rem;
}
.editor-styles-wrapper .wp-block-box,
.wp-block-editor .wp-block-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.25rem;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-box,
  .wp-block-editor .wp-block-box {
    grid-gap: 2.3333333333vw;
    grid-template-columns: repeat(1, 1fr);
  }
}
.editor-styles-wrapper .wp-block-box.single,
.wp-block-editor .wp-block-box.single {
  grid-template-columns: 1fr;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-box dl:not(:last-child),
  .wp-block-editor .wp-block-box dl:not(:last-child) {
    padding-bottom: 2em;
    border-bottom: solid 1px #ccc;
  }
}
.editor-styles-wrapper .wp-block-box dl dt,
.wp-block-editor .wp-block-box dl dt {
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: 0.2em;
}
.editor-styles-wrapper .wp-block-box dl dd:not(:last-child),
.wp-block-editor .wp-block-box dl dd:not(:last-child) {
  margin-bottom: 0.5em;
}
.editor-styles-wrapper .wp-block-box dl dd img,
.wp-block-editor .wp-block-box dl dd img {
  border-radius: 0.7142857143rem;
}
.editor-styles-wrapper .wp-block-mainvisual,
.wp-block-editor .wp-block-mainvisual {
  margin-bottom: 2.5rem;
  border-radius: 0.7142857143rem;
  overflow: hidden;
}
.editor-styles-wrapper .wp-block-mainvisual + .wp-block-heading,
.wp-block-editor .wp-block-mainvisual + .wp-block-heading {
  margin-top: 0.5em;
  background-color: #c00;
}
.editor-styles-wrapper .wp-block-linkmore,
.wp-block-editor .wp-block-linkmore {
  display: flex;
  justify-content: flex-end;
}
.editor-styles-wrapper .wp-block-linkmore.center,
.wp-block-editor .wp-block-linkmore.center {
  justify-content: center;
}
.editor-styles-wrapper .wp-block-faq,
.wp-block-editor .wp-block-faq {
  display: flex;
  flex-direction: column;
  gap: 3em;
}
.editor-styles-wrapper .wp-block-faq-item,
.wp-block-editor .wp-block-faq-item {
  position: relative;
  background-color: #fff;
  padding: 0;
  border-radius: 0.7142857143rem;
}
.editor-styles-wrapper .wp-block-faq-item::after,
.wp-block-editor .wp-block-faq-item::after {
  content: "QUESTION";
  display: inline-block;
  line-height: 1;
  background-color: #303030;
  color: #fff;
  position: absolute;
  top: -0.7142857143rem;
  left: 0%;
  transform: translate(20%, 0);
  padding: 0.2em 1em;
  border-radius: 0.7142857143rem;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-faq-item::after,
  .wp-block-editor .wp-block-faq-item::after {
    font-size: 2.9333333333vw;
  }
}
.editor-styles-wrapper .wp-block-faq-item .faq-unit[open] .faq-unit-entry-title:before,
.wp-block-editor .wp-block-faq-item .faq-unit[open] .faq-unit-entry-title:before {
  transform: translate(0%, 5%) rotate(90deg);
}
.editor-styles-wrapper .wp-block-faq-item .faq-unit-entry-title,
.wp-block-editor .wp-block-faq-item .faq-unit-entry-title {
  position: relative;
  display: flex;
  padding: 2em 3em 1.5em 3em;
  border-radius: 0.7142857143rem;
  cursor: pointer;
}
.editor-styles-wrapper .wp-block-faq-item .faq-unit-entry-title:hover,
.wp-block-editor .wp-block-faq-item .faq-unit-entry-title:hover {
  background-color: #fafafa;
}
.editor-styles-wrapper .wp-block-faq-item .faq-unit-entry-title::marker, .editor-styles-wrapper .wp-block-faq-item .faq-unit-entry-title::-webkit-details-marker,
.wp-block-editor .wp-block-faq-item .faq-unit-entry-title::marker,
.wp-block-editor .wp-block-faq-item .faq-unit-entry-title::-webkit-details-marker {
  position: absolute;
  font-size: 0px;
  display: none !important;
}
.editor-styles-wrapper .wp-block-faq-item .faq-unit-entry-title::before,
.wp-block-editor .wp-block-faq-item .faq-unit-entry-title::before {
  content: "";
  position: absolute;
  left: 1.5em;
  top: 2.7em;
  transform: translateY(-50%) rotate(0deg);
  border: solid 5px transparent;
  border-left-color: #333;
  transition: transform 0.3s ease;
}
.editor-styles-wrapper .wp-block-faq-item .faq-unit-entry-title h4,
.wp-block-editor .wp-block-faq-item .faq-unit-entry-title h4 {
  margin: 0;
  font-size: 1.1em;
}
.editor-styles-wrapper .wp-block-faq-item .faq-unit-entry-body,
.wp-block-editor .wp-block-faq-item .faq-unit-entry-body {
  padding: 0em 2em 2em 3em;
}
.editor-styles-wrapper .wp-block-faq-item .faq-unit-entry-body div p:last-child,
.wp-block-editor .wp-block-faq-item .faq-unit-entry-body div p:last-child {
  margin-bottom: 0em;
}
.editor-styles-wrapper .wp-block-question dl,
.wp-block-editor .wp-block-question dl {
  background-color: #fff;
  padding: 3.5714285714rem 1.7857142857rem 2.5rem;
  margin-top: 4.2857142857rem;
  margin-bottom: 4.2857142857rem;
  border-radius: 0.7142857143rem;
}
.editor-styles-wrapper .wp-block-question dl dt,
.wp-block-editor .wp-block-question dl dt {
  font-weight: 700;
  font-size: 1.2857142857rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-question dl dt,
  .wp-block-editor .wp-block-question dl dt {
    font-size: 3.2vw;
  }
}
.editor-styles-wrapper .wp-block-question dl dt .wp-block-question-number,
.wp-block-editor .wp-block-question dl dt .wp-block-question-number {
  display: inline-block;
  line-height: 1;
  padding: 0.4em 1em 0.6em;
  font-size: 1.1428571429rem;
  letter-spacing: 0;
  background-color: #303030;
  color: #fff;
  border-radius: 0.3571428571rem;
  position: absolute;
  top: -3.5714285714rem;
  left: 1.4285714286rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-question dl dt .wp-block-question-number,
  .wp-block-editor .wp-block-question dl dt .wp-block-question-number {
    font-size: 3.2vw;
  }
}
.editor-styles-wrapper .wp-block-question dl dt .wp-block-question-number::before,
.wp-block-editor .wp-block-question dl dt .wp-block-question-number::before {
  content: attr(data-number);
  display: inline-block;
  font-weight: 500;
}
.editor-styles-wrapper .wp-block-question dl dt .wp-block-question-number::after,
.wp-block-editor .wp-block-question dl dt .wp-block-question-number::after {
  content: "▼";
  color: #303030;
  display: inline-block;
  font-size: 1.5714285714rem;
  line-height: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-100%, 80%) scale(0.7, 1);
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-question dl dt .wp-block-question-number::after,
  .wp-block-editor .wp-block-question dl dt .wp-block-question-number::after {
    font-size: 3.4666666667vw;
  }
}
.editor-styles-wrapper .wp-block-tabledata,
.wp-block-editor .wp-block-tabledata {
  min-width: 100%;
  padding-bottom: 1em;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-tabledata,
  .wp-block-editor .wp-block-tabledata {
    overflow-x: scroll;
    padding-bottom: 0em;
    margin-bottom: 2.3333333333vw;
  }
}
.editor-styles-wrapper .wp-block-tabledata-data,
.wp-block-editor .wp-block-tabledata-data {
  width: 100%;
  min-width: 50em;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-tabledata-data,
  .wp-block-editor .wp-block-tabledata-data {
    min-width: 200vw;
  }
}
.editor-styles-wrapper .wp-block-tabledata-data.no-caption,
.wp-block-editor .wp-block-tabledata-data.no-caption {
  border-top: solid 1px #ccc;
}
.editor-styles-wrapper .wp-block-tabledata-data caption,
.wp-block-editor .wp-block-tabledata-data caption {
  background-color: #303030;
  color: #fff;
  padding: 1em;
}
.editor-styles-wrapper .wp-block-tabledata-data caption .label-name,
.wp-block-editor .wp-block-tabledata-data caption .label-name {
  font-size: 1.2857142857rem;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-tabledata-data caption .label-name,
  .wp-block-editor .wp-block-tabledata-data caption .label-name {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-tabledata-data caption,
  .wp-block-editor .wp-block-tabledata-data caption {
    text-align: left;
    justify-content: flex-start;
  }
}
.editor-styles-wrapper .wp-block-tabledata-data th,
.editor-styles-wrapper .wp-block-tabledata-data td,
.wp-block-editor .wp-block-tabledata-data th,
.wp-block-editor .wp-block-tabledata-data td {
  background-color: #fff;
  padding: 1em;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.editor-styles-wrapper .wp-block-tabledata-data th ul,
.editor-styles-wrapper .wp-block-tabledata-data td ul,
.wp-block-editor .wp-block-tabledata-data th ul,
.wp-block-editor .wp-block-tabledata-data td ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.editor-styles-wrapper .wp-block-tabledata-data th ul li,
.editor-styles-wrapper .wp-block-tabledata-data td ul li,
.wp-block-editor .wp-block-tabledata-data th ul li,
.wp-block-editor .wp-block-tabledata-data td ul li {
  margin: 0;
}
.editor-styles-wrapper .wp-block-tabledata-data th ul li small,
.editor-styles-wrapper .wp-block-tabledata-data td ul li small,
.wp-block-editor .wp-block-tabledata-data th ul li small,
.wp-block-editor .wp-block-tabledata-data td ul li small {
  display: inline-block;
  line-height: 1;
  padding: 0em;
  margin-right: 0.5em;
  font-weight: 500;
}
.editor-styles-wrapper .wp-block-tabledata-data th .iconTarget,
.editor-styles-wrapper .wp-block-tabledata-data td .iconTarget,
.wp-block-editor .wp-block-tabledata-data th .iconTarget,
.wp-block-editor .wp-block-tabledata-data td .iconTarget {
  position: relative;
}
.editor-styles-wrapper .wp-block-tabledata-data th .iconTarget li,
.editor-styles-wrapper .wp-block-tabledata-data td .iconTarget li,
.wp-block-editor .wp-block-tabledata-data th .iconTarget li,
.wp-block-editor .wp-block-tabledata-data td .iconTarget li {
  font-size: 0.7142857143rem;
  margin: 0 2px 2px 0;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-tabledata-data th .iconTarget li,
  .editor-styles-wrapper .wp-block-tabledata-data td .iconTarget li,
  .wp-block-editor .wp-block-tabledata-data th .iconTarget li,
  .wp-block-editor .wp-block-tabledata-data td .iconTarget li {
    font-size: 2.1333333333vw;
  }
}
.editor-styles-wrapper .wp-block-tabledata-data th .limit,
.editor-styles-wrapper .wp-block-tabledata-data td .limit,
.wp-block-editor .wp-block-tabledata-data th .limit,
.wp-block-editor .wp-block-tabledata-data td .limit {
  padding-top: 0.5em;
  font-weight: 500;
  position: relative;
}
.editor-styles-wrapper .wp-block-tabledata-data th .limit:before,
.editor-styles-wrapper .wp-block-tabledata-data td .limit:before,
.wp-block-editor .wp-block-tabledata-data th .limit:before,
.wp-block-editor .wp-block-tabledata-data td .limit:before {
  content: "※";
  display: inline;
  color: #d7000f;
}
.editor-styles-wrapper .wp-block-tabledata-data thead tr th,
.wp-block-editor .wp-block-tabledata-data thead tr th {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 0.9em;
  font-weight: normal;
  background-color: #ddd;
}
.editor-styles-wrapper .wp-block-tabledata-data tbody tr td h4,
.wp-block-editor .wp-block-tabledata-data tbody tr td h4 {
  font-size: 1.3em;
  line-height: 1.5;
}
.editor-styles-wrapper .wp-block-tabledata-data tbody tr td h4 small,
.wp-block-editor .wp-block-tabledata-data tbody tr td h4 small {
  display: block;
  width: 100%;
  font-size: 0.8571428571rem;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-tabledata-data tbody tr td h4 small,
  .wp-block-editor .wp-block-tabledata-data tbody tr td h4 small {
    font-size: 2.4vw;
  }
}
.editor-styles-wrapper .wp-block-tabledata-data tbody tr td small.limit,
.wp-block-editor .wp-block-tabledata-data tbody tr td small.limit {
  margin-top: 0.5em;
  display: block;
  width: 100%;
  font-size: 0.8em;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-tabledata-data tbody tr td small.limit,
  .wp-block-editor .wp-block-tabledata-data tbody tr td small.limit {
    font-size: 2.9333333333vw;
  }
}
.editor-styles-wrapper .wp-block-tabledata-data tbody tr td s,
.wp-block-editor .wp-block-tabledata-data tbody tr td s {
  opacity: 0.2;
}
.editor-styles-wrapper .wp-block-tabledata-data tbody tr td.close,
.wp-block-editor .wp-block-tabledata-data tbody tr td.close {
  position: relative;
  color: #ddd !important;
}
.editor-styles-wrapper .wp-block-tabledata-data tbody tr td.close::after,
.wp-block-editor .wp-block-tabledata-data tbody tr td.close::after {
  content: "";
  background-image: repeating-linear-gradient(325deg, #b6b6b6, #b6b6b6 1px, transparent 1px, transparent 4px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.editor-styles-wrapper .wp-block-tabledata-data tbody tr td.close *,
.wp-block-editor .wp-block-tabledata-data tbody tr td.close * {
  opacity: 1;
  color: #ddd !important;
}
.editor-styles-wrapper .wp-block-tabledata-data tbody tr.close,
.wp-block-editor .wp-block-tabledata-data tbody tr.close {
  position: relative;
}
.editor-styles-wrapper .wp-block-tabledata-data tbody tr.close td:not(:first-child),
.wp-block-editor .wp-block-tabledata-data tbody tr.close td:not(:first-child) {
  position: relative;
}
.editor-styles-wrapper .wp-block-tabledata-data tbody tr.close td:not(:first-child)::after,
.wp-block-editor .wp-block-tabledata-data tbody tr.close td:not(:first-child)::after {
  content: "";
  background-image: repeating-linear-gradient(325deg, #b6b6b6, #b6b6b6 1px, transparent 1px, transparent 4px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.editor-styles-wrapper .wp-block-tabledata-data tbody tr.close td .iconTarget,
.wp-block-editor .wp-block-tabledata-data tbody tr.close td .iconTarget {
  display: none;
}
.editor-styles-wrapper .wp-block-tabledata-data tbody tr.close td:nth-of-type(1),
.wp-block-editor .wp-block-tabledata-data tbody tr.close td:nth-of-type(1) {
  position: relative;
}
.editor-styles-wrapper .wp-block-tabledata-data tbody tr.close td:nth-of-type(1)::before,
.wp-block-editor .wp-block-tabledata-data tbody tr.close td:nth-of-type(1)::before {
  content: "全日程を終了しました";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0.3571428571rem;
  line-height: 1.4;
  font-size: 0.7142857143rem;
  padding: 0.5em 1em;
  position: absolute;
  bottom: 1em;
  left: 1em;
  transform: translate(0%, 0%);
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-tabledata-data tbody tr.close td:nth-of-type(1)::before,
  .wp-block-editor .wp-block-tabledata-data tbody tr.close td:nth-of-type(1)::before {
    font-size: 2.1333333333vw;
  }
}
.editor-styles-wrapper .wp-block-tabledata-data tbody tr.close td:not(:first-child),
.wp-block-editor .wp-block-tabledata-data tbody tr.close td:not(:first-child) {
  color: #ddd !important;
}
.editor-styles-wrapper .wp-block-tabledata-data tbody tr.close td:not(:first-child) *,
.wp-block-editor .wp-block-tabledata-data tbody tr.close td:not(:first-child) * {
  opacity: 1;
  color: #ddd !important;
}
.editor-styles-wrapper .wp-block-tabledata-data.syougakukin tr td:nth-of-type(1),
.wp-block-editor .wp-block-tabledata-data.syougakukin tr td:nth-of-type(1) {
  width: 25%;
}
.editor-styles-wrapper .wp-block-tabledata-data.syougakukin tr td:nth-of-type(1) h4,
.wp-block-editor .wp-block-tabledata-data.syougakukin tr td:nth-of-type(1) h4 {
  font-size: 1.1em;
}
.editor-styles-wrapper .wp-block-tabledata-data.loan tr th:nth-of-type(1),
.wp-block-editor .wp-block-tabledata-data.loan tr th:nth-of-type(1) {
  width: 25%;
}
.editor-styles-wrapper .wp-block-tabledata-data.loan tr th:nth-of-type(1) h4,
.wp-block-editor .wp-block-tabledata-data.loan tr th:nth-of-type(1) h4 {
  font-size: 1.1em;
}
.editor-styles-wrapper .wp-block-tabledata-gakuhi,
.wp-block-editor .wp-block-tabledata-gakuhi {
  width: 100%;
  position: relative;
  margin-bottom: 2em;
}
.editor-styles-wrapper .wp-block-tabledata-gakuhi::after,
.wp-block-editor .wp-block-tabledata-gakuhi::after {
  content: "（単位は円）";
  display: block;
  width: 100%;
  text-align: right;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-tabledata-gakuhi,
  .wp-block-editor .wp-block-tabledata-gakuhi {
    width: 106.6666666667vw;
    min-width: 100%;
  }
}
.editor-styles-wrapper .wp-block-tabledata-gakuhi caption,
.wp-block-editor .wp-block-tabledata-gakuhi caption {
  background-color: #303030;
  color: #fff;
  padding: 1em;
}
.editor-styles-wrapper .wp-block-tabledata-gakuhi caption .label-name,
.wp-block-editor .wp-block-tabledata-gakuhi caption .label-name {
  font-size: 1.2857142857rem;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-tabledata-gakuhi caption .label-name,
  .wp-block-editor .wp-block-tabledata-gakuhi caption .label-name {
    font-size: 3.2vw;
  }
}
.editor-styles-wrapper .wp-block-tabledata-gakuhi th,
.editor-styles-wrapper .wp-block-tabledata-gakuhi td,
.wp-block-editor .wp-block-tabledata-gakuhi th,
.wp-block-editor .wp-block-tabledata-gakuhi td {
  background-color: #fff;
  padding: 0.5em 1em;
  line-height: 1.5;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.editor-styles-wrapper .wp-block-tabledata-gakuhi th,
.wp-block-editor .wp-block-tabledata-gakuhi th {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 1em;
  font-weight: normal;
  background-color: #eee;
  border-bottom: solid 1px #ccc;
  border-top: solid 1px #ccc;
}
.editor-styles-wrapper .wp-block-tabledata-gakuhi td,
.wp-block-editor .wp-block-tabledata-gakuhi td {
  text-align: right;
}
.editor-styles-wrapper .wp-block-tabledata-gakuhi thead tr th:first-child,
.wp-block-editor .wp-block-tabledata-gakuhi thead tr th:first-child {
  width: 12em;
  background-color: transparent;
  border-left: 0;
  border-top: 0;
  font-size: 1.2857142857rem;
  padding-left: 0;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-tabledata-gakuhi thead tr th:first-child,
  .wp-block-editor .wp-block-tabledata-gakuhi thead tr th:first-child {
    font-size: 3.2vw;
  }
}
.editor-styles-wrapper .wp-block-tabledata-gakuhi thead tr th:nth-of-type(3),
.wp-block-editor .wp-block-tabledata-gakuhi thead tr th:nth-of-type(3) {
  border-right: dashed 1px #999 !important;
}
.editor-styles-wrapper .wp-block-tabledata-gakuhi tbody tr td h4,
.wp-block-editor .wp-block-tabledata-gakuhi tbody tr td h4 {
  font-size: 1.5em;
  line-height: 1.5;
}
.editor-styles-wrapper .wp-block-tabledata-gakuhi tbody tr td h4 small,
.wp-block-editor .wp-block-tabledata-gakuhi tbody tr td h4 small {
  display: block;
  width: 100%;
  font-size: 1rem;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-tabledata-gakuhi tbody tr td h4 small,
  .wp-block-editor .wp-block-tabledata-gakuhi tbody tr td h4 small {
    font-size: 2.9333333333vw;
  }
}
.editor-styles-wrapper .wp-block-tabledata-gakuhi tbody tr td small.limit,
.wp-block-editor .wp-block-tabledata-gakuhi tbody tr td small.limit {
  margin-top: 0.5em;
  display: block;
  width: 100%;
  font-size: 1rem;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-tabledata-gakuhi tbody tr td small.limit,
  .wp-block-editor .wp-block-tabledata-gakuhi tbody tr td small.limit {
    font-size: 2.9333333333vw;
  }
}
.editor-styles-wrapper .wp-block-tabledata-gakuhi tbody tr td s,
.wp-block-editor .wp-block-tabledata-gakuhi tbody tr td s {
  opacity: 0.2;
}
.editor-styles-wrapper .wp-block-tabledata-gakuhi tbody tr td.close,
.wp-block-editor .wp-block-tabledata-gakuhi tbody tr td.close {
  position: relative;
  color: #ddd !important;
}
.editor-styles-wrapper .wp-block-tabledata-gakuhi tbody tr td.close::after,
.wp-block-editor .wp-block-tabledata-gakuhi tbody tr td.close::after {
  content: "";
  background-image: repeating-linear-gradient(325deg, #b6b6b6, #b6b6b6 1px, transparent 1px, transparent 4px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.editor-styles-wrapper .wp-block-tabledata-gakuhi tbody tr td.close *,
.wp-block-editor .wp-block-tabledata-gakuhi tbody tr td.close * {
  opacity: 1;
  color: #ddd !important;
}
.editor-styles-wrapper .wp-block-tabledata-gakuhi tbody tr td:nth-of-type(2),
.wp-block-editor .wp-block-tabledata-gakuhi tbody tr td:nth-of-type(2) {
  border-right: dashed 1px #999 !important;
}
.editor-styles-wrapper .wp-block-tabledata-gakuhi tbody tr.close,
.wp-block-editor .wp-block-tabledata-gakuhi tbody tr.close {
  position: relative;
}
.editor-styles-wrapper .wp-block-tabledata-gakuhi tbody tr.close td:first-child::after,
.wp-block-editor .wp-block-tabledata-gakuhi tbody tr.close td:first-child::after {
  content: "";
  background-image: repeating-linear-gradient(325deg, #b6b6b6, #b6b6b6 1px, transparent 1px, transparent 4px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.editor-styles-wrapper .wp-block-tabledata-gakuhi tbody tr.close::after,
.wp-block-editor .wp-block-tabledata-gakuhi tbody tr.close::after {
  content: "全日程を終了しました";
  color: #c00;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: auto;
  background-color: #333;
  color: #fff;
  border-radius: 0.3571428571rem;
  line-height: 1;
  padding: 0.5em 2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0%, -50%);
  font-size: 0.8571428571rem;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-tabledata-gakuhi tbody tr.close::after,
  .wp-block-editor .wp-block-tabledata-gakuhi tbody tr.close::after {
    font-size: 2.4vw;
  }
}
.editor-styles-wrapper .wp-block-tabledata-gakuhi tbody tr.close td:not(:first-child),
.wp-block-editor .wp-block-tabledata-gakuhi tbody tr.close td:not(:first-child) {
  color: #ddd !important;
}
.editor-styles-wrapper .wp-block-tabledata-gakuhi tbody tr.close td:not(:first-child) *,
.wp-block-editor .wp-block-tabledata-gakuhi tbody tr.close td:not(:first-child) * {
  opacity: 1;
  color: #ddd !important;
}
.editor-styles-wrapper .wp-block-tabledata-light,
.wp-block-editor .wp-block-tabledata-light {
  width: 100%;
  min-width: 50em;
  position: relative;
  margin-bottom: 2em;
}
.editor-styles-wrapper .wp-block-tabledata-light::after,
.wp-block-editor .wp-block-tabledata-light::after {
  content: attr(data-caption);
  display: block;
  width: 100%;
  text-align: right;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-tabledata-light,
  .wp-block-editor .wp-block-tabledata-light {
    width: 106.6666666667vw;
    min-width: 100%;
  }
}
.editor-styles-wrapper .wp-block-tabledata-light caption,
.wp-block-editor .wp-block-tabledata-light caption {
  background-color: #303030;
  color: #fff;
  padding: 1em;
}
.editor-styles-wrapper .wp-block-tabledata-light caption .label-name,
.wp-block-editor .wp-block-tabledata-light caption .label-name {
  font-size: 1.2857142857rem;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-tabledata-light caption .label-name,
  .wp-block-editor .wp-block-tabledata-light caption .label-name {
    font-size: 3.2vw;
  }
}
.editor-styles-wrapper .wp-block-tabledata-light th,
.editor-styles-wrapper .wp-block-tabledata-light td,
.wp-block-editor .wp-block-tabledata-light th,
.wp-block-editor .wp-block-tabledata-light td {
  background-color: #fff;
  padding: 0.5em 1em;
  line-height: 1.5;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.editor-styles-wrapper .wp-block-tabledata-light th,
.wp-block-editor .wp-block-tabledata-light th {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 1em;
  font-weight: normal;
  background-color: #eee;
  border-bottom: solid 1px #ccc;
  border-top: solid 1px #ccc;
}
.editor-styles-wrapper .wp-block-tabledata-light td,
.wp-block-editor .wp-block-tabledata-light td {
  text-align: right;
}
.editor-styles-wrapper .wp-block-tabledata-light thead tr th:first-child,
.wp-block-editor .wp-block-tabledata-light thead tr th:first-child {
  background-color: transparent;
  border-left: 0;
  border-top: 0;
  font-size: 1.2857142857rem;
  padding-left: 0;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-tabledata-light thead tr th:first-child,
  .wp-block-editor .wp-block-tabledata-light thead tr th:first-child {
    font-size: 3.2vw;
  }
}
.editor-styles-wrapper .wp-block-tabledata-light thead tr th:nth-of-type(3),
.wp-block-editor .wp-block-tabledata-light thead tr th:nth-of-type(3) {
  border-right: dashed 1px #999 !important;
}
.editor-styles-wrapper .wp-block-tabledata-light tbody tr td h4,
.wp-block-editor .wp-block-tabledata-light tbody tr td h4 {
  font-size: 1.5em;
  line-height: 1.5;
}
.editor-styles-wrapper .wp-block-tabledata-light tbody tr td h4 small,
.wp-block-editor .wp-block-tabledata-light tbody tr td h4 small {
  display: block;
  width: 100%;
  font-size: 1rem;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-tabledata-light tbody tr td h4 small,
  .wp-block-editor .wp-block-tabledata-light tbody tr td h4 small {
    font-size: 2.9333333333vw;
  }
}
.editor-styles-wrapper .wp-block-tabledata-light tbody tr td small.limit,
.wp-block-editor .wp-block-tabledata-light tbody tr td small.limit {
  margin-top: 0.5em;
  display: block;
  width: 100%;
  font-size: 1rem;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-tabledata-light tbody tr td small.limit,
  .wp-block-editor .wp-block-tabledata-light tbody tr td small.limit {
    font-size: 2.9333333333vw;
  }
}
.editor-styles-wrapper .wp-block-tabledata-light tbody tr td s,
.wp-block-editor .wp-block-tabledata-light tbody tr td s {
  opacity: 0.2;
}
.editor-styles-wrapper .wp-block-tabledata-light tbody tr td.close,
.wp-block-editor .wp-block-tabledata-light tbody tr td.close {
  position: relative;
  color: #ddd !important;
}
.editor-styles-wrapper .wp-block-tabledata-light tbody tr td.close::after,
.wp-block-editor .wp-block-tabledata-light tbody tr td.close::after {
  content: "";
  background-image: repeating-linear-gradient(325deg, #b6b6b6, #b6b6b6 1px, transparent 1px, transparent 4px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.editor-styles-wrapper .wp-block-tabledata-light tbody tr td.close *,
.wp-block-editor .wp-block-tabledata-light tbody tr td.close * {
  opacity: 1;
  color: #ddd !important;
}
.editor-styles-wrapper .wp-block-tabledata-light tbody tr td:nth-of-type(2),
.wp-block-editor .wp-block-tabledata-light tbody tr td:nth-of-type(2) {
  border-right: dashed 1px #999 !important;
}
.editor-styles-wrapper .wp-block-tabledata-light tbody tr.close,
.wp-block-editor .wp-block-tabledata-light tbody tr.close {
  position: relative;
}
.editor-styles-wrapper .wp-block-tabledata-light tbody tr.close td:first-child::after,
.wp-block-editor .wp-block-tabledata-light tbody tr.close td:first-child::after {
  content: "";
  background-image: repeating-linear-gradient(325deg, #b6b6b6, #b6b6b6 1px, transparent 1px, transparent 4px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.editor-styles-wrapper .wp-block-tabledata-light tbody tr.close::after,
.wp-block-editor .wp-block-tabledata-light tbody tr.close::after {
  content: "全日程を終了しました";
  color: #c00;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: auto;
  background-color: #333;
  color: #fff;
  border-radius: 0.3571428571rem;
  line-height: 1;
  padding: 0.5em 2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0%, -50%);
  font-size: 0.8571428571rem;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-tabledata-light tbody tr.close::after,
  .wp-block-editor .wp-block-tabledata-light tbody tr.close::after {
    font-size: 2.4vw;
  }
}
.editor-styles-wrapper .wp-block-tabledata-light tbody tr.close td:not(:first-child),
.wp-block-editor .wp-block-tabledata-light tbody tr.close td:not(:first-child) {
  color: #ddd !important;
}
.editor-styles-wrapper .wp-block-tabledata-light tbody tr.close td:not(:first-child) *,
.wp-block-editor .wp-block-tabledata-light tbody tr.close td:not(:first-child) * {
  opacity: 1;
  color: #ddd !important;
}
.editor-styles-wrapper .wp-block-tabledata.schedule th,
.wp-block-editor .wp-block-tabledata.schedule th {
  text-align: center;
  background-color: #fcfcfc;
}
.editor-styles-wrapper .wp-block-tabledata.schedule tr:not(:first-child) th:first-child,
.wp-block-editor .wp-block-tabledata.schedule tr:not(:first-child) th:first-child {
  width: 2.8571428571rem;
  height: 5.7142857143rem;
}
.editor-styles-wrapper .wp-block-tabledata.schedule td,
.wp-block-editor .wp-block-tabledata.schedule td {
  padding: 0.5em 1em;
  min-width: 5.7142857143rem;
  max-width: 5.7142857143rem;
  white-space: initial !important;
  line-height: 1.4;
  display: table-cell;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  font-size: 0.8571428571rem;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-tabledata.schedule td,
  .wp-block-editor .wp-block-tabledata.schedule td {
    font-size: 2.4vw;
  }
}
.editor-styles-wrapper .wp-block-tabledata.schedule td.la,
.wp-block-editor .wp-block-tabledata.schedule td.la {
  background-color: #888;
}
.editor-styles-wrapper .wp-block-tabledata.schedule td.bg,
.wp-block-editor .wp-block-tabledata.schedule td.bg {
  background-color: #eee;
}
.editor-styles-wrapper .wp-block-tabledata.schedule small.tag,
.wp-block-editor .wp-block-tabledata.schedule small.tag {
  font-size: 0.8em;
  display: inline-block;
  background-color: #303030;
  color: #fff;
  border-radius: 0.5em;
  padding: 0.2em 0.4em;
  margin-bottom: 0.5em;
  white-space: nowrap;
}
.editor-styles-wrapper .wp-block-tabledata.schedule.fy td.bg,
.wp-block-editor .wp-block-tabledata.schedule.fy td.bg {
  background-color: #b3bb7c;
}
.editor-styles-wrapper .wp-block-tabledata.schedule.vd td.bg,
.wp-block-editor .wp-block-tabledata.schedule.vd td.bg {
  background-color: #f2e2c7;
}
.editor-styles-wrapper .wp-block-tabledata.schedule.ld td.bg,
.wp-block-editor .wp-block-tabledata.schedule.ld td.bg {
  background-color: #a9d3e0;
}
.editor-styles-wrapper .wp-block-tabledata.schedule.cd td.bg,
.wp-block-editor .wp-block-tabledata.schedule.cd td.bg {
  background-color: #dca1bb;
}
.editor-styles-wrapper .wp-block-tabledata.schedule.fm td.bg,
.wp-block-editor .wp-block-tabledata.schedule.fm td.bg {
  background-color: #95719c;
}
.editor-styles-wrapper .wp-block-tabledata.schedule.ic td.bg,
.wp-block-editor .wp-block-tabledata.schedule.ic td.bg {
  background-color: #e6bcae;
}
.editor-styles-wrapper .wp-block-tabledata.schedule.fa td.bg,
.wp-block-editor .wp-block-tabledata.schedule.fa td.bg {
  background-color: #729e8d;
}
.editor-styles-wrapper .wp-block-tabledata.schedule.as td.bg,
.wp-block-editor .wp-block-tabledata.schedule.as td.bg {
  background-color: #9f9ac8;
}
.editor-styles-wrapper .wp-block-message,
.wp-block-editor .wp-block-message {
  padding: 2em;
  background-color: rgba(255, 0, 0, 0.1);
  display: block;
  justify-content: center;
  text-align: center;
}
.editor-styles-wrapper .wp-block-message h5,
.wp-block-editor .wp-block-message h5 {
  font-size: 1.2em;
}
.editor-styles-wrapper .wp-block-voice,
.wp-block-editor .wp-block-voice {
  background-color: #eae8e3;
  border-radius: 0rem;
  padding: 3.5714285714rem;
}
@media screen and (max-width: 1100px) {
  .editor-styles-wrapper .wp-block-voice,
  .wp-block-editor .wp-block-voice {
    padding: 6.6666666667vw;
  }
}
@media screen and (min-width: 1100px) {
  .editor-styles-wrapper .wp-block-voice dl,
  .wp-block-editor .wp-block-voice dl {
    display: grid;
    grid-template-columns: 1fr 14.2857142857rem;
    grid-gap: 0.7142857143rem 2.1428571429rem;
  }
}
.editor-styles-wrapper .wp-block-voice dl dt,
.wp-block-editor .wp-block-voice dl dt {
  font-weight: 700;
  font-size: 1.2857142857rem;
  line-height: 1.5;
}
@media screen and (max-width: 1100px) {
  .editor-styles-wrapper .wp-block-voice dl dt,
  .wp-block-editor .wp-block-voice dl dt {
    padding-right: 11.1111111111vw;
  }
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-voice dl dt,
  .wp-block-editor .wp-block-voice dl dt {
    padding-right: 21.3333333333vw;
  }
}
@media screen and (min-width: 750px) and (max-width: 1100px) {
  .editor-styles-wrapper .wp-block-voice dl dt br,
  .wp-block-editor .wp-block-voice dl dt br {
    display: none !important;
  }
}
.editor-styles-wrapper .wp-block-voice dl dd,
.wp-block-editor .wp-block-voice dl dd {
  text-align: justify;
}
.editor-styles-wrapper .wp-block-voice dl dd.meta,
.wp-block-editor .wp-block-voice dl dd.meta {
  position: relative;
  font-size: 0.8em;
}
@media screen and (max-width: 1100px) {
  .editor-styles-wrapper .wp-block-voice dl dd.meta,
  .wp-block-editor .wp-block-voice dl dd.meta {
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 1100px) {
  .editor-styles-wrapper .wp-block-voice dl dd.meta,
  .wp-block-editor .wp-block-voice dl dd.meta {
    grid-column: 2/3;
    grid-row: 1/3;
    display: grid;
    grid-template-rows: 1fr auto;
    margin: 0;
    height: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .editor-styles-wrapper .wp-block-voice dl dd.meta .name,
  .wp-block-editor .wp-block-voice dl dd.meta .name {
    order: 2;
    width: 100%;
    padding-top: 1.4285714286rem;
    text-align: right;
    white-space: initial;
  }
}
.editor-styles-wrapper .wp-block-voice dl dd.meta .photo,
.wp-block-editor .wp-block-voice dl dd.meta .photo {
  width: 14.2857142857rem;
}
@media screen and (max-width: 1100px) {
  .editor-styles-wrapper .wp-block-voice dl dd.meta .photo,
  .wp-block-editor .wp-block-voice dl dd.meta .photo {
    width: 13.8888888889vw;
    right: -5.5555555556vw;
    position: absolute;
    bottom: 0rem;
  }
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-voice dl dd.meta .photo,
  .wp-block-editor .wp-block-voice dl dd.meta .photo {
    width: 29.3333333333vw;
    right: -9.3333333333vw;
    position: absolute;
    bottom: 0rem;
  }
}
@media screen and (min-width: 1100px) {
  .editor-styles-wrapper .wp-block-voice dl dd.meta .photo,
  .wp-block-editor .wp-block-voice dl dd.meta .photo {
    order: 1;
    position: relative;
    width: auto;
  }
  .editor-styles-wrapper .wp-block-voice dl dd.meta .photo img,
  .wp-block-editor .wp-block-voice dl dd.meta .photo img {
    width: 20rem;
    height: auto;
    max-width: none;
    max-height: none;
    position: absolute;
    right: -5rem;
    bottom: 0rem;
  }
  body#study.fy .editor-styles-wrapper .wp-block-voice dl dd.meta .photo img, body#education.fy .editor-styles-wrapper .wp-block-voice dl dd.meta .photo img,
  body#study.fy .wp-block-editor .wp-block-voice dl dd.meta .photo img,
  body#education.fy .wp-block-editor .wp-block-voice dl dd.meta .photo img {
    width: 14.2857142857rem;
  }
}
.editor-styles-wrapper .wp-block-search-item,
.wp-block-editor .wp-block-search-item {
  margin-bottom: 5em;
}
.editor-styles-wrapper .wp-block-search-item dt,
.wp-block-editor .wp-block-search-item dt {
  font-weight: 700;
  padding: 0;
}
.editor-styles-wrapper .wp-block-search-item dt a,
.wp-block-editor .wp-block-search-item dt a {
  display: inline-block;
}
.editor-styles-wrapper .wp-block-search-item dd,
.wp-block-editor .wp-block-search-item dd {
  opacity: 0.8;
  border-bottom: dashed 1px #ccc;
}
.editor-styles-wrapper .wp-block-search-meta,
.wp-block-editor .wp-block-search-meta {
  text-align: center;
  margin-bottom: 2em;
}
.editor-styles-wrapper .wp-block-form,
.wp-block-editor .wp-block-form {
  padding: 2em;
  background-color: #fff;
  display: grid;
  grid-gap: 2em;
  grid-template-columns: 1fr;
}
.editor-styles-wrapper .wp-block-form input,
.wp-block-editor .wp-block-form input {
  font-size: 1.2857142857rem;
}
.editor-styles-wrapper .wp-block-form input::placeholder,
.wp-block-editor .wp-block-form input::placeholder {
  color: #ccc;
}
.editor-styles-wrapper .wp-block-form input:-ms-input-placeholder,
.wp-block-editor .wp-block-form input:-ms-input-placeholder {
  color: #ccc;
}
.editor-styles-wrapper .wp-block-form input::-ms-input-placeholder,
.wp-block-editor .wp-block-form input::-ms-input-placeholder {
  color: #ccc;
}
.editor-styles-wrapper .wp-block-form select,
.wp-block-editor .wp-block-form select {
  font-size: 1.2857142857rem;
}
.editor-styles-wrapper .wp-block-form .flexUnit,
.wp-block-editor .wp-block-form .flexUnit {
  display: flex;
  align-items: flex-end;
}
.editor-styles-wrapper .wp-block-form .flexUnit input,
.wp-block-editor .wp-block-form .flexUnit input {
  margin-left: 0.3em;
  margin-right: 0.3em;
}
.editor-styles-wrapper .wp-block-form dl,
.wp-block-editor .wp-block-form dl {
  display: grid;
  grid-gap: 0em;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-form dl,
  .wp-block-editor .wp-block-form dl {
    margin: 0 0 2em;
  }
}
.editor-styles-wrapper .wp-block-form dl.categorySelect dd,
.wp-block-editor .wp-block-form dl.categorySelect dd {
  margin-bottom: 1em;
}
.editor-styles-wrapper .wp-block-form dl .deactive,
.editor-styles-wrapper .wp-block-form dl .is-deactive,
.wp-block-editor .wp-block-form dl .deactive,
.wp-block-editor .wp-block-form dl .is-deactive {
  opacity: 0.2;
  pointer-events: none;
}
.editor-styles-wrapper .wp-block-form dl dt,
.wp-block-editor .wp-block-form dl dt {
  margin: 0;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-form dl dt small,
  .wp-block-editor .wp-block-form dl dt small {
    display: block;
    font-size: 0.7em;
  }
}
.editor-styles-wrapper .wp-block-form dl dt.hissu,
.wp-block-editor .wp-block-form dl dt.hissu {
  position: relative;
}
.editor-styles-wrapper .wp-block-form dl dt.hissu::before,
.wp-block-editor .wp-block-form dl dt.hissu::before {
  content: "必須";
  display: inline-block;
  padding: 0.3em 0.6em;
  margin-right: 1em;
  border-radius: 0.2142857143rem;
  transform: translate(0, -10%);
  line-height: 1;
  font-size: 0.6em;
  background-color: #d7000f;
  color: #fff;
}
.editor-styles-wrapper .wp-block-form dl dt.freedom,
.wp-block-editor .wp-block-form dl dt.freedom {
  position: relative;
}
.editor-styles-wrapper .wp-block-form dl dt.freedom::before,
.wp-block-editor .wp-block-form dl dt.freedom::before {
  content: "任意";
  display: inline-block;
  padding: 0.3em 0.6em;
  margin-right: 1em;
  border-radius: 0.2142857143rem;
  transform: translate(0, -10%);
  line-height: 1;
  font-size: 0.6em;
  background-color: #336699;
  color: #fff;
}
.editor-styles-wrapper .wp-block-form dl dd,
.wp-block-editor .wp-block-form dl dd {
  margin: 0 0 2em;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-form dl dd,
  .wp-block-editor .wp-block-form dl dd {
    margin: 0 0 2em;
  }
}
.editor-styles-wrapper .wp-block-form dl dd input[type=text],
.editor-styles-wrapper .wp-block-form dl dd input[type=email],
.wp-block-editor .wp-block-form dl dd input[type=text],
.wp-block-editor .wp-block-form dl dd input[type=email] {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-form dl dd input[type=text],
  .editor-styles-wrapper .wp-block-form dl dd input[type=email],
  .wp-block-editor .wp-block-form dl dd input[type=text],
  .wp-block-editor .wp-block-form dl dd input[type=email] {
    width: 100%;
  }
}
.editor-styles-wrapper .wp-block-form dl dd .label .wpcf7-list-item,
.wp-block-editor .wp-block-form dl dd .label .wpcf7-list-item {
  padding: 0.5em 1em 0.5em;
}
.editor-styles-wrapper .wp-block-form dl dd .label .wpcf7-list-item-label,
.wp-block-editor .wp-block-form dl dd .label .wpcf7-list-item-label {
  padding: 1em 1em 1em 0em;
}
.editor-styles-wrapper .wp-block-form .typeSelect .wpcf7-form-control,
.wp-block-editor .wp-block-form .typeSelect .wpcf7-form-control {
  display: grid;
  padding-right: 14.2857142857rem;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-form .typeSelect .wpcf7-form-control,
  .wp-block-editor .wp-block-form .typeSelect .wpcf7-form-control {
    padding-right: 0;
  }
}
.editor-styles-wrapper .wp-block-form .typeSelect .wpcf7-list-item,
.wp-block-editor .wp-block-form .typeSelect .wpcf7-list-item {
  width: 100%;
}
.editor-styles-wrapper .wp-block-form .wpcf7-radio.wpcf7-not-valid,
.wp-block-editor .wp-block-form .wpcf7-radio.wpcf7-not-valid {
  background-color: transparent !important;
}
.editor-styles-wrapper .wp-block-form textarea,
.wp-block-editor .wp-block-form textarea {
  height: 14.2857142857rem;
}
.editor-styles-wrapper .wp-block-form dl.ex,
.wp-block-editor .wp-block-form dl.ex {
  padding: 2em;
  border: dashed 1px #9f9f9f;
  margin-bottom: 3em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-form dl.ex,
  .wp-block-editor .wp-block-form dl.ex {
    grid-template-columns: 1fr;
  }
}
.editor-styles-wrapper .wp-block-form dl.ex .cell dd,
.wp-block-editor .wp-block-form dl.ex .cell dd {
  margin: 0;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-form dl.ex .cell dd,
  .wp-block-editor .wp-block-form dl.ex .cell dd {
    font-size: 1.8666666667vw;
  }
}
.editor-styles-wrapper .wp-block-form dl.ex .cell.cloudflare,
.wp-block-editor .wp-block-form dl.ex .cell.cloudflare {
  grid-area: 1/1/3/3;
  display: grid;
  gap: 0 1rem;
  grid-template-columns: 1fr auto;
}
.editor-styles-wrapper .wp-block-form dl.ex .cell.cloudflare dd,
.wp-block-editor .wp-block-form dl.ex .cell.cloudflare dd {
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-form dl.ex .cell.cloudflare,
  .wp-block-editor .wp-block-form dl.ex .cell.cloudflare {
    grid-template-columns: 1fr;
    grid-area: auto;
  }
}
.editor-styles-wrapper .wp-block-form dl.ex .cell.cloudflare .cf7-cf-turnstile-wrap,
.wp-block-editor .wp-block-form dl.ex .cell.cloudflare .cf7-cf-turnstile-wrap {
  grid-area: 1/2/3/3;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-form dl.ex .cell.cloudflare .cf7-cf-turnstile-wrap,
  .wp-block-editor .wp-block-form dl.ex .cell.cloudflare .cf7-cf-turnstile-wrap {
    grid-area: auto;
    overflow: hidden;
    width: 100% !important;
  }
  .editor-styles-wrapper .wp-block-form dl.ex .cell.cloudflare .cf7-cf-turnstile-wrap .cf-turnstile,
  .wp-block-editor .wp-block-form dl.ex .cell.cloudflare .cf7-cf-turnstile-wrap .cf-turnstile {
    transform: scale(0.75);
    transform-origin: left center;
  }
}
.editor-styles-wrapper .wp-block-form dl.ex .cell.cloudflare .cf7-cf-turnstile-wrap iframe,
.wp-block-editor .wp-block-form dl.ex .cell.cloudflare .cf7-cf-turnstile-wrap iframe {
  max-width: 100% !important;
}
.editor-styles-wrapper .wp-block-form dl.ex dt,
.wp-block-editor .wp-block-form dl.ex dt {
  font-size: 1rem;
  font-weight: 600;
}
.editor-styles-wrapper .wp-block-form dl.ex dd,
.wp-block-editor .wp-block-form dl.ex dd {
  font-size: 0.7142857143rem;
}
.editor-styles-wrapper .wp-block-form .wpcf7-submit,
.wp-block-editor .wp-block-form .wpcf7-submit {
  min-width: none;
  width: 28.5714285714rem;
  margin-bottom: 2em;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-form .wpcf7-submit,
  .wp-block-editor .wp-block-form .wpcf7-submit {
    width: 100% !important;
  }
}
.editor-styles-wrapper .wp-block-form .wpcf7-submit:disabled,
.wp-block-editor .wp-block-form .wpcf7-submit:disabled {
  opacity: 0.2 !important;
}
body.wpcf7mailsent .editor-styles-wrapper .wp-block-form .wpcf7-submit,
body.wpcf7mailsent .wp-block-editor .wp-block-form .wpcf7-submit {
  pointer-events: none;
  opacity: 0.2 !important;
}
.editor-styles-wrapper .wp-block-form .thanksMessage,
.wp-block-editor .wp-block-form .thanksMessage {
  margin-top: 3.5714285714rem;
  display: none;
}
.editor-styles-wrapper .wp-block-know,
.wp-block-editor .wp-block-know {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3.5714285714rem 1.7857142857rem;
}
.editor-styles-wrapper .wp-block-know-item,
.wp-block-editor .wp-block-know-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
}
.editor-styles-wrapper .wp-block-know-item dt,
.wp-block-editor .wp-block-know-item dt {
  width: 100%;
  text-align: center;
  line-height: 1.4;
}
.editor-styles-wrapper .wp-block-know-item dt strong,
.wp-block-editor .wp-block-know-item dt strong {
  font-size: 1.6em;
  padding-right: 0.2em;
}
@media screen and (max-width: 1300px) {
  .editor-styles-wrapper .wp-block-know-item dt strong,
  .wp-block-editor .wp-block-know-item dt strong {
    font-size: 1.4em;
    width: 100%;
    display: block;
  }
}
.editor-styles-wrapper .wp-block-know-item dd .wp-block-btns,
.wp-block-editor .wp-block-know-item dd .wp-block-btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.7142857143rem;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .editor-styles-wrapper .wp-block-know-item dd .wp-block-btns,
  .wp-block-editor .wp-block-know-item dd .wp-block-btns {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0.3571428571rem;
  }
}
.editor-styles-wrapper .wp-block-know-item dd .wp-block-btns-item,
.wp-block-editor .wp-block-know-item dd .wp-block-btns-item {
  width: auto;
  margin: 0;
}
.editor-styles-wrapper .wp-block-know-item dd .wp-block-btns-item a,
.wp-block-editor .wp-block-know-item dd .wp-block-btns-item a {
  width: 100%;
  padding: 0;
}
.editor-styles-wrapper .wp-block-know-item dd .wp-block-btns-item a span,
.wp-block-editor .wp-block-know-item dd .wp-block-btns-item a span {
  width: 10em !important;
}
.editor-styles-wrapper .wp-block-goal,
.wp-block-editor .wp-block-goal {
  max-width: 700px;
  display: grid;
  grid-gap: 15px;
  padding: 0px 0px 0px 0px;
  margin: 0 auto 40px auto;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-goal,
  .wp-block-editor .wp-block-goal {
    grid-template-columns: repeat(2, 1fr);
  }
}
.editor-styles-wrapper .wp-block-goal-item,
.wp-block-editor .wp-block-goal-item {
  width: 100%;
  height: auto;
  padding: 1.25rem;
  margin: 0 !important;
  background-color: #fff;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.editor-styles-wrapper .wp-block-goal-item span,
.wp-block-editor .wp-block-goal-item span {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  font-size: 1.2em;
  font-weight: var(--font-black);
  letter-spacing: -0.02em;
  line-height: 1.5;
}
.editor-styles-wrapper .wp-block-goal-item span strong,
.wp-block-editor .wp-block-goal-item span strong {
  display: block;
  width: 100%;
  font-size: 1.4em;
}
@media screen and (max-width: 1100px) {
  .editor-styles-wrapper .wp-block-goal-item span,
  .wp-block-editor .wp-block-goal-item span {
    font-size: 1.4444444444vw;
  }
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-goal-item span,
  .wp-block-editor .wp-block-goal-item span {
    font-size: 2.4vw;
  }
}
.editor-styles-wrapper .wp-block-goal-item .more,
.wp-block-editor .wp-block-goal-item .more {
  display: none;
  line-height: 1;
  font-size: 0.7rem;
  padding: 0.8em 10px;
  background: #ccc;
  color: #000;
  white-space: nowrap;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: var(--base-radius);
  ont-weight: var(--font-midium);
}
.editor-styles-wrapper .wp-block-grid,
.wp-block-editor .wp-block-grid {
  grid-gap: 5.7142857143rem 2.8571428571rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-grid,
  .wp-block-editor .wp-block-grid {
    grid-template-columns: 1fr;
  }
}
.editor-styles-wrapper .wp-block-grid .gridItem,
.wp-block-editor .wp-block-grid .gridItem {
  display: grid;
  grid-gap: 0rem;
  grid-template-rows: subgrid;
  grid-row: span 3;
  justify-content: flex-start;
}
.editor-styles-wrapper .wp-block-grid .gridItem h4,
.wp-block-editor .wp-block-grid .gridItem h4 {
  margin-left: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .editor-styles-wrapper .wp-block-grid,
  .wp-block-editor .wp-block-grid {
    margin-bottom: 9.3333333333vw;
  }
}
.editor-styles-wrapper .wp-block-grid .wp-block-frames,
.wp-block-editor .wp-block-grid .wp-block-frames {
  margin-bottom: 0;
}
.editor-styles-wrapper .wp-block-layout,
.wp-block-editor .wp-block-layout {
  margin-bottom: 0;
  padding: 0;
}
.editor-styles-wrapper .wp-block-layout p:last-child,
.wp-block-editor .wp-block-layout p:last-child {
  margin-bottom: 0 !important;
}
.editor-styles-wrapper .wp-block-layout.image_caption,
.wp-block-editor .wp-block-layout.image_caption {
  padding: 3.5714285714rem 0;
}
.editor-styles-wrapper .wp-block-layout.image_caption img,
.wp-block-editor .wp-block-layout.image_caption img {
  margin-bottom: 0.5em;
}
.editor-styles-wrapper .wp-block-layout.image_caption .caption,
.wp-block-editor .wp-block-layout.image_caption .caption {
  font-size: 0.8em;
}
.editor-styles-wrapper .wp-block-layout.spacerUnit,
.wp-block-editor .wp-block-layout.spacerUnit {
  position: relative;
  margin: 1em 0 2em;
}
.editor-styles-wrapper .wp-block-layout.spacerUnit::after,
.wp-block-editor .wp-block-layout.spacerUnit::after {
  content: "";
  display: block;
  width: 100%;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: radial-gradient(circle, #999 20%, transparent 20%);
  background-size: 1em 1em;
  background-repeat: repeat-x;
}
.editor-styles-wrapper .wp-block-layout.spacerUnit.size_s,
.wp-block-editor .wp-block-layout.spacerUnit.size_s {
  height: 2em;
}
.editor-styles-wrapper .wp-block-layout.spacerUnit.size_m,
.wp-block-editor .wp-block-layout.spacerUnit.size_m {
  height: 5em;
}
.editor-styles-wrapper .wp-block-layout.spacerUnit.size_l,
.wp-block-editor .wp-block-layout.spacerUnit.size_l {
  height: 8em;
}
.editor-styles-wrapper .wp-block-layout.spacerUnit.no_line::after,
.wp-block-editor .wp-block-layout.spacerUnit.no_line::after {
  display: none;
}
.editor-styles-wrapper .wp-block-layout.middle_title h3, .editor-styles-wrapper .wp-block-layout.article_unit h3,
.wp-block-editor .wp-block-layout.middle_title h3,
.wp-block-editor .wp-block-layout.article_unit h3 {
  justify-content: flex-start;
  text-align: left;
}
.editor-styles-wrapper .wp-block-layout.middle_title.center h3, .editor-styles-wrapper .wp-block-layout.article_unit.center h3,
.wp-block-editor .wp-block-layout.middle_title.center h3,
.wp-block-editor .wp-block-layout.article_unit.center h3 {
  justify-content: center;
  text-align: center;
}
.editor-styles-wrapper .wp-block-layout.middle_title.right h3, .editor-styles-wrapper .wp-block-layout.article_unit.right h3,
.wp-block-editor .wp-block-layout.middle_title.right h3,
.wp-block-editor .wp-block-layout.article_unit.right h3 {
  justify-content: flex-end;
  text-align: right;
}
.editor-styles-wrapper .wp-block-layout.gallery,
.wp-block-editor .wp-block-layout.gallery {
  border: 0 !important;
}
.editor-styles-wrapper .wp-block-layout.gallery nav,
.wp-block-editor .wp-block-layout.gallery nav {
  margin-bottom: 1em;
}
.editor-styles-wrapper .wp-block-layout.gallery nav h5,
.wp-block-editor .wp-block-layout.gallery nav h5 {
  font-size: 1.2em;
}
.editor-styles-wrapper .wp-block-layout.gallery ul,
.wp-block-editor .wp-block-layout.gallery ul {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  padding: 0;
  grid-gap: 17.5;
}
.editor-styles-wrapper .wp-block-layout.gallery ul.large,
.wp-block-editor .wp-block-layout.gallery ul.large {
  grid-template-columns: repeat(2, 1fr) !important;
}
.editor-styles-wrapper .wp-block-layout.gallery ul.col_2,
.wp-block-editor .wp-block-layout.gallery ul.col_2 {
  grid-template-columns: repeat(2, 1fr);
}
.editor-styles-wrapper .wp-block-layout.gallery ul.col_2.large,
.wp-block-editor .wp-block-layout.gallery ul.col_2.large {
  grid-template-columns: repeat(1, 1fr) !important;
}
.editor-styles-wrapper .wp-block-layout.gallery ul.col_3,
.wp-block-editor .wp-block-layout.gallery ul.col_3 {
  grid-template-columns: repeat(3, 1fr);
}
.editor-styles-wrapper .wp-block-layout.gallery ul.col_4,
.wp-block-editor .wp-block-layout.gallery ul.col_4 {
  grid-template-columns: repeat(4, 1fr);
}
.editor-styles-wrapper .wp-block-layout.gallery ul li,
.wp-block-editor .wp-block-layout.gallery ul li {
  margin: 0;
  border-radius: 0.7142857143rem;
}
.editor-styles-wrapper .wp-block-layout.block_full_text p:last-child,
.wp-block-editor .wp-block-layout.block_full_text p:last-child {
  margin-bottom: 0 !important;
}
.editor-styles-wrapper .wp-block-layout.col_2,
.wp-block-editor .wp-block-layout.col_2 {
  grid-template-rows: auto;
  align-content: center;
  align-items: center;
}
.editor-styles-wrapper .wp-block-layout.col_2 h4,
.wp-block-editor .wp-block-layout.col_2 h4 {
  font-size: 1.2857142857rem;
}
.editor-styles-wrapper .wp-block-layout.col_2 p,
.wp-block-editor .wp-block-layout.col_2 p {
  font-size: 0.8571428571rem;
}
.editor-styles-wrapper .wp-block-layout.col_2.bg_white,
.wp-block-editor .wp-block-layout.col_2.bg_white {
  background-color: #fff;
  padding: 1.25rem;
}
.editor-styles-wrapper .wp-block-layout.col_2.border_line,
.wp-block-editor .wp-block-layout.col_2.border_line {
  padding: 1.25rem;
}
.editor-styles-wrapper .wp-block-layout.col_2.border_dot,
.wp-block-editor .wp-block-layout.col_2.border_dot {
  padding: 1.25rem;
}
.editor-styles-wrapper .wp-block-layout.col_2.right .gridItem:nth-of-type(1),
.wp-block-editor .wp-block-layout.col_2.right .gridItem:nth-of-type(1) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.editor-styles-wrapper .wp-block-layout.col_2.right .gridItem:nth-of-type(2),
.wp-block-editor .wp-block-layout.col_2.right .gridItem:nth-of-type(2) {
  grid-column: 1/2;
  grid-row: 1/2;
}
.editor-styles-wrapper .wp-block-layout.col_2.center,
.wp-block-editor .wp-block-layout.col_2.center {
  grid-template-columns: 1fr;
  grid-gap: 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.editor-styles-wrapper .wp-block-layout.col_2.center .gridItem:nth-of-type(2),
.wp-block-editor .wp-block-layout.col_2.center .gridItem:nth-of-type(2) {
  font-size: 0.8em;
  padding-top: 0.5em;
}
.editor-styles-wrapper .wp-block-layout.bgbox.thumbnail,
.wp-block-editor .wp-block-layout.bgbox.thumbnail {
  grid-template-columns: 1fr;
}
.editor-styles-wrapper .wp-block-layout.bgbox.thumbnail .bgbox-item,
.wp-block-editor .wp-block-layout.bgbox.thumbnail .bgbox-item {
  display: grid;
  grid-template-columns: 21.4285714286rem 1fr;
  grid-gap: 1.25rem;
  align-items: flex-start;
  background-color: #fff;
  padding: 1.25rem;
}
@media screen and (max-width: 1100px) {
  .editor-styles-wrapper .wp-block-layout.bgbox.thumbnail .bgbox-item,
  .wp-block-editor .wp-block-layout.bgbox.thumbnail .bgbox-item {
    display: grid;
    grid-template-columns: 5rem 1fr;
    grid-template-rows: auto 1fr;
    grid-gap: 1.25rem 1.25rem;
    padding: 1.25rem 2.5rem;
  }
}
@media screen and (max-width: 1100px) {
  .editor-styles-wrapper .wp-block-layout.bgbox.thumbnail .bgbox-item,
  .wp-block-editor .wp-block-layout.bgbox.thumbnail .bgbox-item {
    grid-template-columns: 1fr;
    padding: 5.3333333333vw;
  }
}
.editor-styles-wrapper .wp-block-layout.bgbox.thumbnail .bgbox-item h4,
.wp-block-editor .wp-block-layout.bgbox.thumbnail .bgbox-item h4 {
  font-size: 1.2857142857rem;
}
.editor-styles-wrapper .wp-block-layout.bgbox.thumbnail .bgbox-item p,
.wp-block-editor .wp-block-layout.bgbox.thumbnail .bgbox-item p {
  font-size: 0.8571428571rem;
}
.editor-styles-wrapper .wp-block-layout.bgbox.thumbnail.center .bgbox-item,
.wp-block-editor .wp-block-layout.bgbox.thumbnail.center .bgbox-item {
  width: 70%;
  max-width: 50rem;
  margin: auto;
  grid-template-columns: 1fr;
}
.editor-styles-wrapper .wp-block-layout.bgbox.thumbnail.right .bgbox-item,
.wp-block-editor .wp-block-layout.bgbox.thumbnail.right .bgbox-item {
  grid-template-columns: 1fr 21.4285714286rem;
}
.editor-styles-wrapper .wp-block-layout.bgbox.thumbnail.right .bgbox-item-image,
.wp-block-editor .wp-block-layout.bgbox.thumbnail.right .bgbox-item-image {
  order: 2;
}
.editor-styles-wrapper .wp-block-layout.bgbox.thumbnail.right .bgbox-item-contents,
.wp-block-editor .wp-block-layout.bgbox.thumbnail.right .bgbox-item-contents {
  order: 1;
}
.editor-styles-wrapper .wp-block-layout.bgbox.thumbnail.border_line .bgbox-item,
.wp-block-editor .wp-block-layout.bgbox.thumbnail.border_line .bgbox-item {
  border: solid 1px #9f9f9f;
  background-color: transparent;
}
.editor-styles-wrapper .wp-block-layout.bgbox.thumbnail.border_dot .bgbox-item,
.wp-block-editor .wp-block-layout.bgbox.thumbnail.border_dot .bgbox-item {
  border: dashed 1px #9f9f9f;
  background-color: transparent;
}
.editor-styles-wrapper .wp-block-layout.table table,
.wp-block-editor .wp-block-layout.table table {
  border-collapse: collapse;
  background-color: #fff;
  margin-bottom: 40px;
  width: 100%;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.editor-styles-wrapper .wp-block-layout.table table caption,
.wp-block-editor .wp-block-layout.table table caption {
  background-color: #303030;
  text-align: left;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
}
.editor-styles-wrapper .wp-block-layout.table table th,
.editor-styles-wrapper .wp-block-layout.table table td,
.wp-block-editor .wp-block-layout.table table th,
.wp-block-editor .wp-block-layout.table table td {
  border: solid 0px;
  padding: 10px;
  font-weight: normal;
  vertical-align: top;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.editor-styles-wrapper .wp-block-layout.table table th,
.wp-block-editor .wp-block-layout.table table th {
  width: 5em;
  white-space: nowrap;
  background-color: #ddd;
}
.editor-styles-wrapper .wp-block-layout.table table:last-child,
.wp-block-editor .wp-block-layout.table table:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper .wp-block-layout.qa + .wp-block-layout.qa .question,
.wp-block-editor .wp-block-layout.qa + .wp-block-layout.qa .question {
  margin-top: 4em;
}
.editor-styles-wrapper .wp-block-layout.qa .question,
.wp-block-editor .wp-block-layout.qa .question {
  position: relative;
  margin-bottom: 1.5em;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.6;
}
.editor-styles-wrapper .wp-block-layout.qa .question::before,
.wp-block-editor .wp-block-layout.qa .question::before {
  content: "";
  display: none;
  width: 7.1428571429rem;
  height: 3.5714285714rem;
  border: dashed 1px #9f9f9f;
  border-bottom: 0;
  border-right: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.editor-styles-wrapper .wp-block-layout.qa dl.answer_set.grid,
.wp-block-editor .wp-block-layout.qa dl.answer_set.grid {
  padding: 0 0rem;
  grid-template-columns: 4em 1fr;
}
.editor-styles-wrapper .wp-block-layout.qa dl.answer_set.grid:not(:last-child),
.wp-block-editor .wp-block-layout.qa dl.answer_set.grid:not(:last-child) {
  margin-bottom: 3em;
}
.editor-styles-wrapper .wp-block-layout.qa dl.answer_set.grid dt,
.wp-block-editor .wp-block-layout.qa dl.answer_set.grid dt {
  text-align: right;
  margin: 0;
  font-size: 1em;
  font-weight: 800;
}
.editor-styles-wrapper .wp-block-layout.qa dl.answer_set.grid dd:not(:last-child),
.wp-block-editor .wp-block-layout.qa dl.answer_set.grid dd:not(:last-child) {
  margin-bottom: 17.5;
}
.editor-styles-wrapper .wp-block-layout.bg_text,
.wp-block-editor .wp-block-layout.bg_text {
  padding: 2.5rem;
}
.editor-styles-wrapper .wp-block-layout.profile,
.wp-block-editor .wp-block-layout.profile {
  align-items: inherit;
}
.editor-styles-wrapper .wp-block-layout.profile dl.itemset.grid,
.wp-block-editor .wp-block-layout.profile dl.itemset.grid {
  padding: 0 17.5;
  grid-template-columns: 100px 1fr;
  align-items: inherit;
}
.editor-styles-wrapper .wp-block-layout.profile dl.itemset.grid dt,
.wp-block-editor .wp-block-layout.profile dl.itemset.grid dt {
  color: #369;
  text-align: right;
}
.editor-styles-wrapper .wp-block-layout.profile dl.itemset.grid dt .image,
.wp-block-editor .wp-block-layout.profile dl.itemset.grid dt .image {
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  border: solid 1px #eee;
}
.editor-styles-wrapper .wp-block-layout.profile dl.itemset.grid dd,
.wp-block-editor .wp-block-layout.profile dl.itemset.grid dd {
  margin-bottom: 0;
  font-size: 0.9em;
}
.editor-styles-wrapper .wp-block-layout.profile dl.itemset.grid dd p,
.wp-block-editor .wp-block-layout.profile dl.itemset.grid dd p {
  margin-bottom: 0.5em;
}
.editor-styles-wrapper .wp-block-layout.profile dl.itemset.grid dd .name,
.wp-block-editor .wp-block-layout.profile dl.itemset.grid dd .name {
  font-size: 1.3em;
  font-weight: var(--font-bold);
}
.editor-styles-wrapper .wp-block-layout.profile dl.itemset.grid dd .affiliation,
.wp-block-editor .wp-block-layout.profile dl.itemset.grid dd .affiliation {
  margin-bottom: 0.2em;
  font-size: 0.9em;
  line-height: 1.3;
}
.editor-styles-wrapper .wp-block-layout.profile dl.itemset.grid dd .job,
.wp-block-editor .wp-block-layout.profile dl.itemset.grid dd .job {
  margin-bottom: 1em;
  font-size: 0.9em;
  line-height: 1.3;
}
.editor-styles-wrapper .wp-block-layout.profile dl.itemset.grid dd .text,
.wp-block-editor .wp-block-layout.profile dl.itemset.grid dd .text {
  font-size: 0.8em;
}
.editor-styles-wrapper .wp-block-extrabox,
.wp-block-editor .wp-block-extrabox {
  background-color: #fff;
  padding: 2.8571428571rem;
  width: fit-content;
  margin: 2.8571428571rem auto 0;
}
.editor-styles-wrapper .wp-block-extrabox h5,
.wp-block-editor .wp-block-extrabox h5 {
  font-size: 1.5714285714rem;
  margin-bottom: 1.5em;
  text-align: center;
}
.editor-styles-wrapper .wp-block-extrabox dl,
.wp-block-editor .wp-block-extrabox dl {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 1.4285714286rem 0.7142857143rem;
  font-size: 1.1428571429rem;
  text-align: left;
  max-width: 35.7142857143rem;
  margin: 0 auto 3em;
}
.editor-styles-wrapper .wp-block-extrabox dl dt,
.wp-block-editor .wp-block-extrabox dl dt {
  font-size: 1.1428571429rem;
  margin: 0;
  text-align: right;
}
.editor-styles-wrapper .wp-block-extrabox dl dt::after,
.wp-block-editor .wp-block-extrabox dl dt::after {
  content: "：";
  display: inline-block;
  margin-left: 0.5em;
}
.editor-styles-wrapper .wp-block-extrabox dl dd,
.wp-block-editor .wp-block-extrabox dl dd {
  font-size: 1.1428571429rem;
  margin: 0;
  text-align: left;
}
.editor-styles-wrapper .wp-block-extrabox p,
.wp-block-editor .wp-block-extrabox p {
  font-size: 0.8em;
}
.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;
}

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: 1.8;
  letter-spacing: 0.09em;
  background-color: #f2f2f2;
  font-size: 14px;
}
@media screen and (max-width: 1100px) {
  .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: 1.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 {
  margin-bottom: 1em;
}
.wp-block-post-content h3.wp-block-heading {
  margin-bottom: 0.5em;
}
.wp-block-post-content h4.wp-block-heading {
  margin-bottom: 0.5em;
}
.wp-block-post-content h5.wp-block-heading {
  margin-bottom: 0.5em;
}
.wp-block-post-content h6.wp-block-heading {
  margin-bottom: 0.5em;
}
.wp-block-post-content .wp-video {
  margin-bottom: 2em;
}
.wp-block-post-content p {
  line-height: 1.8;
  margin-bottom: 2em;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .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;
}