@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, button, cite, code,
del, dfn, em, figcaption, figure, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
button, fieldset, form, input, label, legend, select, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: none;
  border: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, small {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}

audio, canvas, video {
  display: inline-block;
  max-width: 100%;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

table {
  border-collapse: collapse;
}

blockquote, q {
  quotes: "" "";
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

ol, ul, li {
  list-style: none;
}

b, strong {
  font-weight: bolder;
}

cite, dfn, em, i {
  font-style: italic;
}

ins, mark {
  text-decoration: none;
}

img, svg {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
}

iframe {
  max-width: 100%;
  vertical-align: middle;
}

:focus {
  outline: 0;
}

hr {
  display: none;
}

body,
.mce-content-body {
  font-family: "Zen Maru Gothic", "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
  font-size: var(--preset--fs--base);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #333;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  word-wrap: break-word;
}

p {
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 641px) {
  p {
    margin-bottom: 0.7142857143rem;
  }
}
@media screen and (min-width: 769px) {
  p {
    margin-bottom: 0.8333333333rem;
  }
}
@media screen and (min-width: 1025px) {
  p {
    margin-bottom: 1rem;
  }
}

a {
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  color: #76be69;
}
a:hover {
  opacity: 0.5;
  text-decoration: none;
}

sup {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
  vertical-align: top;
}
@media screen and (min-width: 641px) {
  sup {
    margin-left: 0.1428571429rem;
    margin-right: 0.1428571429rem;
  }
}
@media screen and (min-width: 769px) {
  sup {
    margin-left: 0.1666666667rem;
    margin-right: 0.1666666667rem;
  }
}
@media screen and (min-width: 1025px) {
  sup {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}

.linkBox {
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.linkBox:hover {
  opacity: 0.5;
}

.mce-content-body {
  max-width: 1000px;
}

[data-nth-color~=even] > *:nth-child(even) {
  color: var(--set--color);
  background-color: var(--set--color-rgb);
}

[data-nth-color~=odd] > *:nth-child(odd) {
  color: var(--set--color);
  background-color: var(--set--color-rgb);
}

.c-bnr-1 {
  padding: clamp(1rem, 0.8rem + 1vw, 1.6rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--preset--color-rgb--yellow);
  border-radius: var(--preset--rounded--md);
  color: var(--preset--color--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.c-bnr-1::after {
  background-color: var(--preset--color-rgb--link);
  content: "";
  display: block;
  height: 1rem;
  margin-left: auto;
  margin-right: -0.5rem;
  -webkit-mask-image: url(../images/ico_chevron_right.svg);
          mask-image: url(../images/ico_chevron_right.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 1rem;
}
.c-bnr-1 > img {
  margin-right: 1em;
  width: 40px;
}
.c-bnr-1 dt {
  font-size: var(--preset--fs--lg);
  font-weight: var(--preset--fw--medium);
}
.c-bnr-1:hover {
  background-color: var(--preset--color-rgb--link);
  opacity: 1;
}
.c-bnr-1:hover::after {
  background-color: var(--preset--color--white);
}

.c-btn--secondary, .c-btn--primary {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: var(--preset--fw--medium);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.5rem;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  border-radius: 9999px;
  border-style: solid;
  border-width: 2px;
  position: relative;
}
@media screen and (min-width: 641px) {
  .c-btn--secondary, .c-btn--primary {
    padding-left: 0.8571428571rem;
    padding-right: 0.8571428571rem;
  }
}
@media screen and (min-width: 769px) {
  .c-btn--secondary, .c-btn--primary {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-btn--secondary, .c-btn--primary {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
@media screen and (min-width: 641px) {
  .c-btn--secondary, .c-btn--primary {
    padding-top: 0.4285714286rem;
  }
}
@media screen and (min-width: 769px) {
  .c-btn--secondary, .c-btn--primary {
    padding-top: 0.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-btn--secondary, .c-btn--primary {
    padding-top: 0.6rem;
  }
}
@media screen and (min-width: 641px) {
  .c-btn--secondary, .c-btn--primary {
    padding-bottom: 0.5714285714rem;
  }
}
@media screen and (min-width: 769px) {
  .c-btn--secondary, .c-btn--primary {
    padding-bottom: 0.6666666667rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-btn--secondary, .c-btn--primary {
    padding-bottom: 0.8rem;
  }
}
.c-btn--secondary:hover, .c-btn--primary:hover {
  opacity: 1;
}

.c-btn--primary {
  color: #fff;
}
.c-btn--secondary {
  background-color: #fff;
}

.c-comment {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  position: relative;
}
@media screen and (min-width: 641px) {
  .c-comment {
    padding-left: 0.5714285714rem;
    padding-right: 0.5714285714rem;
  }
}
@media screen and (min-width: 769px) {
  .c-comment {
    padding-left: 0.6666666667rem;
    padding-right: 0.6666666667rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-comment {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}
.c-comment::before, .c-comment::after {
  border-color: var(--color-comment);
  content: "";
  height: 1rem;
  position: absolute;
  top: 0.2rem;
}
.c-comment::before {
  border-left: 2px solid;
  left: 0;
  -webkit-transform: rotate(-24deg);
          transform: rotate(-24deg);
}
.c-comment::after {
  border-right: 2px solid;
  right: 0;
  -webkit-transform: rotate(24deg);
          transform: rotate(24deg);
}

h1, h2, h3, h4, h5, h6 {
  font-weight: var(--preset--fw--bold);
  color: var(--set--color);
}

h1.--reset {
  color: inherit;
  text-shadow: none;
}

h2 {
  font-size: var(--preset--fs--4xl);
}

h3 {
  font-size: var(--preset--fs--2xl);
  --set--color: var(--preset--color--primary);
}

h4 {
  font-size: var(--preset--fs--xl);
}

h5 {
  font-size: var(--preset--fs--lg);
  --set--color: var(--preset--color--secondary);
  margin-bottom: 0.2em;
}

h6 {
  font-size: var(--preset--fs--md);
  --set--color: var(--preset--color--secondary);
}

.c-h2-1 {
  margin-bottom: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .c-h2-1 {
    margin-bottom: 1.4285714286rem;
  }
}
@media screen and (min-width: 769px) {
  .c-h2-1 {
    margin-bottom: 1.6666666667rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-h2-1 {
    margin-bottom: 2rem;
  }
}
.c-h2-1::after {
  background-color: var(--preset--color-rgb--primary);
  content: "";
  display: block;
  height: clamp(0.3rem, 0.233rem + 0.33vw, 0.5rem);
  margin-top: 0.2em;
  -webkit-mask-image: url(../images/ttl_01.svg);
          mask-image: url(../images/ttl_01.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.c-heading2__lang--ja {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: var(--preset--fw--medium);
}
.c-heading2__lang--en {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: var(--preset--fw--medium);
}
.c-heading2__lang--en::before, .c-heading2__lang--en::after {
  content: "";
  -webkit-clip-path: circle(40% at 50% 50%);
          clip-path: circle(40% at 50% 50%);
  display: block;
  height: 0.3em;
  width: 0.3em;
}
.c-heading2__lang--en::before {
  margin-right: 0.2em;
}
.c-heading2__lang--en::after {
  margin-left: 0.2em;
}

.c-h3-1 {
  font-size: var(--preset--fs--2xl);
  margin-bottom: clamp(0.625rem, 0.5rem + 0.63vw, 1rem);
  text-align: center;
}
.c-h3-1::after {
  background-color: var(--preset--color-rgb--primary);
  content: "";
  display: block;
  height: clamp(0.625rem, 0.5rem + 0.625vw, 1rem);
  margin-top: 0.4em;
  -webkit-mask-image: url(../images/ttl_02.svg);
          mask-image: url(../images/ttl_02.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
}
.c-h3-1:not(:first-of-type) {
  margin-top: clamp(1.875rem, 1.5rem + 1.875vw, 3rem);
}

.reset-h {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  border: 0;
  color: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
}
.reset-h::before, .reset-h::after {
  content: inherit;
  margin: auto;
  -webkit-transform: none;
          transform: none;
}

.c-ico--before, .c-ico--after {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-style: normal;
  position: relative;
  overflow: hidden;
}
.c-ico--before::before, .c-ico--before::after, .c-ico--after::before, .c-ico--after::after {
  font-weight: var(--preset--fw--normal);
  font-family: "Material Symbols Rounded";
  line-height: 0;
  margin-top: 0.08em;
}
.c-ico--before::before {
  margin-left: -0.24em;
}
.c-ico--before::after {
  display: none;
}
.c-ico--after::before {
  display: none;
}
.c-ico--after::after {
  margin-right: -0.24em;
}

.c-ico-fa--before, .c-ico-fa--after {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.c-ico-fa--before::before, .c-ico-fa--before::after, .c-ico-fa--after::before, .c-ico-fa--after::after {
  font-weight: var(--preset--fw--black);
  font-family: "Font Awesome 6 Free";
}
.c-ico-fa--before::before {
  margin-right: 0.25rem;
}
@media screen and (min-width: 641px) {
  .c-ico-fa--before::before {
    margin-right: 0.2857142857rem;
  }
}
@media screen and (min-width: 769px) {
  .c-ico-fa--before::before {
    margin-right: 0.3333333333rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-ico-fa--before::before {
    margin-right: 0.4rem;
  }
}
.c-ico-fa--before::after {
  display: none;
}
.c-ico-fa--after::before {
  display: none;
}
.c-ico-fa--after::after {
  margin-left: 0.25rem;
}
@media screen and (min-width: 641px) {
  .c-ico-fa--after::after {
    margin-left: 0.2857142857rem;
  }
}
@media screen and (min-width: 769px) {
  .c-ico-fa--after::after {
    margin-left: 0.3333333333rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-ico-fa--after::after {
    margin-left: 0.4rem;
  }
}

.c-tbl__head, .c-tbl__data {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border: 1px solid #bababa;
}
@media screen and (min-width: 641px) {
  .c-tbl__head, .c-tbl__data {
    padding-left: 0.2857142857rem;
    padding-right: 0.2857142857rem;
  }
}
@media screen and (min-width: 769px) {
  .c-tbl__head, .c-tbl__data {
    padding-left: 0.3333333333rem;
    padding-right: 0.3333333333rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-tbl__head, .c-tbl__data {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
@media screen and (min-width: 641px) {
  .c-tbl__head, .c-tbl__data {
    padding-left: 0.5714285714rem;
    padding-right: 0.5714285714rem;
  }
}
@media screen and (min-width: 769px) {
  .c-tbl__head, .c-tbl__data {
    padding-left: 0.6666666667rem;
    padding-right: 0.6666666667rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-tbl__head, .c-tbl__data {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}
.c-tbl__head {
  background-color: #f5f5f5;
}
.c-tbl-scroll__note {
  font-size: var(--preset--fs--sm);
  margin-bottom: 0.375rem;
  color: #ff0000;
  text-align: center;
}
.c-tbl-scroll__note::before, .c-tbl-scroll__note::after {
  content: "null";
  font-size: 1em;
}
@media screen and (min-width: 641px) {
  .c-tbl-scroll__note {
    margin-bottom: 0.4285714286rem;
  }
}
@media screen and (min-width: 769px) {
  .c-tbl-scroll__note {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-tbl-scroll__note {
    margin-bottom: 0.6rem;
  }
}
.c-tbl-scroll__note::before {
  content: "\f0ec";
  margin-right: 0.125rem;
}
@media screen and (min-width: 641px) {
  .c-tbl-scroll__note::before {
    margin-right: 0.1428571429rem;
  }
}
@media screen and (min-width: 769px) {
  .c-tbl-scroll__note::before {
    margin-right: 0.1666666667rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-tbl-scroll__note::before {
    margin-right: 0.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-tbl-scroll__note {
    display: none;
  }
}
.c-tbl-scroll__container {
  overflow: auto;
  width: 100%;
}
.c-tbl-scroll__container::-webkit-scrollbar {
  height: 10px;
}
.c-tbl-scroll__container::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.c-tbl-scroll__container::-webkit-scrollbar-thumb {
  background: #bababa;
}
.c-lead-1 {
  font-size: var(--preset--fs--3xl);
  font-weight: var(--preset--fw--medium);
  color: var(--preset--color--primary);
  text-align: center;
}

.c-thumbnail {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: relative;
  width: 100%;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.c-thumbnail::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.c-flex {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-inline-flex {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-grid {
  display: -ms-grid;
  display: grid;
  gap: 0.625rem;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media screen and (min-width: 641px) {
  .c-grid {
    gap: 0.7142857143rem;
  }
}
@media screen and (min-width: 769px) {
  .c-grid {
    gap: 0.8333333333rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-grid {
    gap: 1rem;
  }
}

form input, form textarea, form select {
  background-color: var(--preset--color-rgb--white);
  border-radius: var(--preset--rounded--xs);
  padding: var(--preset--spacing--0\.4) var(--preset--spacing--0\.6);
}
form input:not([type=radio]):not([type=checkbox]):not([type=submit]), form select, form textarea {
  width: 100%;
}
form input[type=submit] {
  font-size: var(--preset--fs--lg);
  font-weight: var(--preset--fw--bold);
  background-color: var(--preset--color--submit);
  border: 2px solid var(--preset--color--submit);
  border-radius: var(--preset--rounded--full);
  color: var(--preset--color--white);
  display: block;
  cursor: pointer;
  padding: var(--preset--spacing--0\.6) var(--preset--spacing--1\.2);
  text-align: center;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  width: 100%;
  -webkit-appearance: none;
}
form input[type=submit]:hover {
  background-color: var(--preset--color--white);
  color: var(--preset--color--submit);
}
form textarea {
  height: 200px;
}
@media screen and (max-width: 768px) {
  form select {
    width: 100%;
  }
}
form ::-webkit-input-placeholder {
  color: #bababa;
}
form ::-moz-placeholder {
  color: #bababa;
}
form :-ms-input-placeholder {
  color: #bababa;
}
form ::-ms-input-placeholder {
  color: #bababa;
}
form ::placeholder {
  color: #bababa;
}
form .wpcf7-list-item {
  display: block;
  margin-left: 0;
}
form .wpcf7-not-valid-tip {
  font-size: var(--preset--fs--sm);
}

.c-form__def {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 1025px) {
  .c-form__def {
    -ms-grid-columns: 26% auto;
    grid-template-columns: 26% auto;
  }
}
.c-form__term {
  font-weight: var(--preset--fw--medium);
  padding: var(--preset--spacing--1\.2) 0 var(--preset--spacing--0\.6);
}
@media screen and (min-width: 1025px) {
  .c-form__term {
    border-bottom: 1px solid var(--preset--color--border);
    padding: var(--preset--spacing--1\.2) 0;
  }
}
.c-form__desc {
  border-bottom: 1px solid var(--preset--color--border);
  padding-bottom: var(--preset--spacing--1\.6);
}
@media screen and (min-width: 1025px) {
  .c-form__desc {
    padding: var(--preset--spacing--1) 0;
  }
}
.c-form__required {
  font-size: var(--preset--fs--xs);
  background-color: var(--preset--color--red);
  border-radius: var(--preset--rounded--xs);
  color: var(--preset--color--white);
  display: inline-block;
  margin-left: var(--preset--spacing--0\.4);
  padding: 0 var(--preset--spacing--0\.2);
}
.c-form-confirm {
  margin: var(--preset--spacing--3) auto;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-form-send {
  margin: 0 auto;
  max-width: 375px;
}

.c-post__link:hover {
  opacity: 1;
}
.c-post__link:hover .c-post__thumbnail .c-thumbnail {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.c-post__category, .c-post__tag {
  font-size: var(--preset--fs--xs);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media screen and (min-width: 641px) {
  .c-post__category, .c-post__tag {
    padding-left: 0.1428571429rem;
    padding-right: 0.1428571429rem;
  }
}
@media screen and (min-width: 769px) {
  .c-post__category, .c-post__tag {
    padding-left: 0.1666666667rem;
    padding-right: 0.1666666667rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-post__category, .c-post__tag {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
@media screen and (min-width: 641px) {
  .c-post__category, .c-post__tag {
    padding-left: 0.2857142857rem;
    padding-right: 0.2857142857rem;
  }
}
@media screen and (min-width: 769px) {
  .c-post__category, .c-post__tag {
    padding-left: 0.3333333333rem;
    padding-right: 0.3333333333rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-post__category, .c-post__tag {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
.c-post__tag::before {
  content: "#";
}
.c-post__time {
  font-size: var(--preset--fs--sm);
  margin-right: 0.625rem;
  color: rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 641px) {
  .c-post__time {
    margin-right: 0.7142857143rem;
  }
}
@media screen and (min-width: 769px) {
  .c-post__time {
    margin-right: 0.8333333333rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-post__time {
    margin-right: 1rem;
  }
}
.c-post__title {
  font-weight: var(--preset--fw--bold);
  line-height: 1.4;
  color: #b3b3d9;
  display: inline-block;
}
.c-post__excerpt {
  font-size: var(--preset--fs--sm);
  line-height: 1.4;
  margin-top: 0.25rem;
  color: #000;
  display: inline-block;
}
@media screen and (min-width: 641px) {
  .c-post__excerpt {
    margin-top: 0.2857142857rem;
  }
}
@media screen and (min-width: 769px) {
  .c-post__excerpt {
    margin-top: 0.3333333333rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-post__excerpt {
    margin-top: 0.4rem;
  }
}

.c-search__input {
  font-size: var(--preset--fs--sm);
  border: 1px solid #bababa;
}
.c-search__submit {
  padding: 0;
  color: #000;
  height: 40px;
  width: 40px;
}
.l-contents:not(.is-full), .l-wrapper--widest, .l-wrapper--wider, .l-wrapper--wide, .l-wrapper--narrowest, .l-wrapper--narrower, .l-wrapper--narrow, .l-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  position: relative;
}
@media screen and (min-width: 641px) {
  .l-contents:not(.is-full), .l-wrapper--widest, .l-wrapper--wider, .l-wrapper--wide, .l-wrapper--narrowest, .l-wrapper--narrower, .l-wrapper--narrow, .l-wrapper {
    padding-left: 2.1428571429rem;
    padding-right: 2.1428571429rem;
  }
}
@media screen and (min-width: 769px) {
  .l-contents:not(.is-full), .l-wrapper--widest, .l-wrapper--wider, .l-wrapper--wide, .l-wrapper--narrowest, .l-wrapper--narrower, .l-wrapper--narrow, .l-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-contents:not(.is-full), .l-wrapper--widest, .l-wrapper--wider, .l-wrapper--wide, .l-wrapper--narrowest, .l-wrapper--narrower, .l-wrapper--narrow, .l-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.l-wrapper {
  width: 1000px;
}

.l-wrapper--narrow {
  width: 920px;
}

.l-wrapper--narrower {
  width: 860px;
}

.l-wrapper--narrowest {
  width: 640px;
}

.l-wrapper--wide {
  width: 1200px;
}

.l-wrapper--wider {
  width: 1400px;
}

.l-wrapper--widest {
  width: 1600px;
}

.l-header {
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  background-color: #fff;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media screen and (min-width: 641px) {
  .l-header {
    padding-left: 0.7142857143rem;
    padding-right: 0.7142857143rem;
  }
}
@media screen and (min-width: 769px) {
  .l-header {
    padding-left: 0.8333333333rem;
    padding-right: 0.8333333333rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 1281px) {
  .l-header {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    height: 120px;
  }
}
@media screen and (min-width: 1281px) and (min-width: 641px) {
  .l-header {
    padding-left: 2.8571428571rem;
    padding-right: 2.8571428571rem;
  }
}
@media screen and (min-width: 1281px) and (min-width: 769px) {
  .l-header {
    padding-left: 3.3333333333rem;
    padding-right: 3.3333333333rem;
  }
}
@media screen and (min-width: 1281px) and (min-width: 1025px) {
  .l-header {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (min-width: 1281px) {
  .l-header.is-fixed {
    height: calc(120px - 3rem);
  }
}
@media screen and (max-width: 1024px) {
  .l-header.is-admin {
    margin-top: 46px;
  }
}
@media screen and (min-width: 1025px) {
  .l-header.is-admin {
    margin-top: 32px;
  }
}

.l-headerLogo {
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  height: 100%;
}
.l-headerLogo .c-logo {
  width: 200px;
}
@media screen and (min-width: 1281px) {
  .l-headerLogo .c-logo {
    width: 369px;
  }
}
@media screen and (min-width: 1281px) {
  .l-headerLogo.is-fixed .c-logo {
    width: 250px;
  }
}

.l-headerNav {
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media screen and (max-width: 1280px) {
  .l-headerNav {
    display: none;
  }
}
.l-headerNav.is-fixed .p-snav__item {
  display: none;
}
.l-pagetop {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
@media screen and (min-width: 1281px) {
  .l-pagetop {
    bottom: 2rem;
    right: 2rem;
  }
}

.l-main {
  margin-top: 60px;
}
@media screen and (min-width: 1281px) {
  .l-main {
    margin-top: 120px;
  }
}

.l-contents:not(.is-full) {
  width: 1000px;
}
@media screen and (min-width: 769px) {
  .l-contents.is-ver1 {
    float: left;
    overflow: hidden;
    width: calc(100% - 270px);
  }
}

@media screen and (max-width: 1024px) {
  .l-side {
    margin: auto;
    max-width: 80%;
  }
}
@media screen and (min-width: 1025px) {
  .l-side {
    float: right;
    width: 230px;
  }
}

.l-drawer {
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  background-color: var(--preset--color-rgb--white);
  height: calc(100vh - 60px);
  overflow-y: auto;
  position: fixed;
  top: 60px;
  right: 0;
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
  width: 300px;
  z-index: 999;
}
.l-drawer.is-admin {
  height: calc(100vh - 106px);
  top: 106px;
}
@media screen and (min-width: 1025px) {
  .l-drawer {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
    width: 300px;
  }
  .l-drawer.is-admin {
    height: calc(100vh - 92px);
    top: 92px;
  }
}
@media screen and (min-width: 1281px) {
  .l-drawer {
    display: none;
  }
}
.l-drawer.is-show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.l-drawerInquiry li {
  width: 100% !important;
}
.l-drawerInquiry a {
  font-size: var(--preset--fs--base);
}

.l-hamburger {
  cursor: pointer;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  z-index: 9999;
}
@media screen and (min-width: 1281px) {
  .l-hamburger {
    display: none;
    height: 120px;
    width: 120px;
  }
}

.l-hamburgerTrigger {
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.l-hamburgerTrigger__line {
  position: relative;
  height: 22px;
  width: 30px;
}
.l-hamburgerTrigger__line span {
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  background-color: var(--preset--color-rgb--black);
  border-radius: 0.2rem;
  display: inline-block;
  height: 4px;
  position: absolute;
  left: 0;
  width: 100%;
}
.l-hamburgerTrigger__line span:nth-of-type(1) {
  top: 0;
}
.l-hamburgerTrigger__line span:nth-of-type(2) {
  top: 9px;
}
.l-hamburgerTrigger__line span:nth-of-type(3) {
  bottom: 0;
}
.l-hamburgerTrigger__line.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-315deg);
          transform: translateY(9px) rotate(-315deg);
}
.l-hamburgerTrigger__line.is-active span:nth-of-type(2) {
  opacity: 0;
}
.l-hamburgerTrigger__line.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(315deg);
          transform: translateY(-9px) rotate(315deg);
}
.l-hamburgerTrigger__title {
  font-weight: var(--preset--fw--bold);
  line-height: 1;
  color: #000;
}

.l-breadcrumb {
  font-size: var(--preset--fs--xs);
  margin-top: 2.5rem;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 641px) {
  .l-breadcrumb {
    margin-top: 2.8571428571rem;
  }
}
@media screen and (min-width: 769px) {
  .l-breadcrumb {
    margin-top: 3.3333333333rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-breadcrumb {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 641px) {
  .l-breadcrumb {
    margin-bottom: 0.7142857143rem;
  }
}
@media screen and (min-width: 769px) {
  .l-breadcrumb {
    margin-bottom: 0.8333333333rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-breadcrumb {
    margin-bottom: 1rem;
  }
}
.l-breadcrumb a::after {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
@media screen and (min-width: 641px) {
  .l-breadcrumb a::after {
    margin-left: 0.1428571429rem;
    margin-right: 0.1428571429rem;
  }
}
@media screen and (min-width: 769px) {
  .l-breadcrumb a::after {
    margin-left: 0.1666666667rem;
    margin-right: 0.1666666667rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-breadcrumb a::after {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.l-breadcrumb span {
  color: #76be69;
}

.l-pager {
  font-size: var(--preset--fs--lg);
  line-height: 1;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 641px) {
  .l-pager {
    margin-top: 2.8571428571rem;
    margin-bottom: 2.8571428571rem;
  }
}
@media screen and (min-width: 769px) {
  .l-pager {
    margin-top: 3.3333333333rem;
    margin-bottom: 3.3333333333rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-pager {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.l-pager .wp-pagenavi {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-pager .wp-pagenavi > * {
  margin: 0.125rem;
  padding: 0.25rem;
  border-color: #000;
  color: #000;
  display: block;
}
@media screen and (min-width: 641px) {
  .l-pager .wp-pagenavi > * {
    margin: 0.1428571429rem;
  }
}
@media screen and (min-width: 769px) {
  .l-pager .wp-pagenavi > * {
    margin: 0.1666666667rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-pager .wp-pagenavi > * {
    margin: 0.2rem;
  }
}
@media screen and (min-width: 641px) {
  .l-pager .wp-pagenavi > * {
    padding: 0.2857142857rem;
  }
}
@media screen and (min-width: 769px) {
  .l-pager .wp-pagenavi > * {
    padding: 0.3333333333rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-pager .wp-pagenavi > * {
    padding: 0.4rem;
  }
}
.l-pager .wp-pagenavi > *.current, .l-pager .wp-pagenavi > .page:hover {
  background-color: #000;
  color: #fff;
}
.l-pager .wp-pagenavi > *.pages, .l-pager .wp-pagenavi > *.first, .l-pager .wp-pagenavi > *.last, .l-pager .wp-pagenavi > *.previouspostslink, .l-pager .wp-pagenavi > *.nextpostslink, .l-pager .wp-pagenavi > *.extend {
  border: 0;
}
.l-inquiry {
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  .l-inquiry {
    padding-left: 0.0625rem;
    padding-right: 0.0625rem;
    bottom: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .l-inquiry {
    padding-left: 0.0714285714rem;
    padding-right: 0.0714285714rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .l-inquiry {
    padding-left: 0.0833333333rem;
    padding-right: 0.0833333333rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1025px) {
  .l-inquiry {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-inquiry {
    height: 67vh;
    top: calc(60px + 3rem);
    right: -1px;
  }
}
@media screen and (max-width: 1024px) {
  .l-inquiry li {
    padding-left: 0.0625rem;
    padding-right: 0.0625rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .l-inquiry li {
    padding-left: 0.0714285714rem;
    padding-right: 0.0714285714rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .l-inquiry li {
    padding-left: 0.0833333333rem;
    padding-right: 0.0833333333rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1025px) {
  .l-inquiry li {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }
}
@media screen and (max-width: 1024px) {
  .l-inquiry li.is-contact {
    width: 42.8571428571%;
  }
}
@media screen and (min-width: 1025px) {
  .l-inquiry li {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
    height: calc(33.3333333333% - 0.4rem);
  }
}
@media screen and (min-width: 1025px) and (min-width: 641px) {
  .l-inquiry li {
    padding-top: 0.1428571429rem;
    padding-bottom: 0.1428571429rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 769px) {
  .l-inquiry li {
    padding-top: 0.1666666667rem;
    padding-bottom: 0.1666666667rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .l-inquiry li {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}
.l-inquiry a {
  border-width: 1px;
}
@media screen and (max-width: 1024px) {
  .l-inquiry a {
    border-radius: 0.4rem 0.4rem 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .l-inquiry a {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    border-radius: 0.4rem 0 0 0.4rem;
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 1025px) and (min-width: 641px) {
  .l-inquiry a {
    padding-left: 0.4285714286rem;
    padding-right: 0.4285714286rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 769px) {
  .l-inquiry a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .l-inquiry a {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
}
.l-inquiry a:hover {
  background-color: var(--preset--color-rgb--yellow) !important;
  border-color: var(--preset--color-rgb--yellow) !important;
  color: var(--preset--color-rgb--black) !important;
}

.p-gnav {
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media screen and (max-width: 1024px) {
  .l-headerNav .p-gnav {
    display: none;
  }
}

.l-drawerNav .p-gnav__list {
  margin: 0;
}

.l-drawerNav .p-gnav__item {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, var(--set--opacity));
  --opacity: var(--opacity--10);
  width: 100%;
}

.p-gnav__link {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: var(--preset--fw--medium);
  color: #000;
}
.l-headerNav .p-gnav__link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.l-drawerNav .p-gnav__link {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 641px) {
  .l-drawerNav .p-gnav__link {
    padding-left: 1.4285714286rem;
    padding-right: 1.4285714286rem;
  }
}
@media screen and (min-width: 769px) {
  .l-drawerNav .p-gnav__link {
    padding-left: 1.6666666667rem;
    padding-right: 1.6666666667rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-drawerNav .p-gnav__link {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 641px) {
  .l-drawerNav .p-gnav__link {
    padding-top: 0.7142857143rem;
    padding-bottom: 0.7142857143rem;
  }
}
@media screen and (min-width: 769px) {
  .l-drawerNav .p-gnav__link {
    padding-top: 0.8333333333rem;
    padding-bottom: 0.8333333333rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-drawerNav .p-gnav__link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.p-gnav__link::before {
  margin-top: 0.125rem;
  background-color: #76be69;
  border-radius: 9999px;
  content: "";
  height: 3px;
  opacity: 0;
  width: 15px;
}
@media screen and (min-width: 641px) {
  .p-gnav__link::before {
    margin-top: 0.1428571429rem;
  }
}
@media screen and (min-width: 769px) {
  .p-gnav__link::before {
    margin-top: 0.1666666667rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-gnav__link::before {
    margin-top: 0.2rem;
  }
}
.l-drawerNav .p-gnav__link::before {
  margin-right: 0.625rem;
}
@media screen and (min-width: 641px) {
  .l-drawerNav .p-gnav__link::before {
    margin-right: 0.7142857143rem;
  }
}
@media screen and (min-width: 769px) {
  .l-drawerNav .p-gnav__link::before {
    margin-right: 0.8333333333rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-drawerNav .p-gnav__link::before {
    margin-right: 1rem;
  }
}

.p-gnav__link:hover {
  opacity: 1;
}
.p-gnav__link:not(.is-active):hover, .p-gnav__link.is-visible {
  color: #76be69;
}
.p-gnav__link:not(.is-active):hover::before, .p-gnav__link.is-visible::before {
  -webkit-animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s 1 normal both;
          animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s 1 normal both;
}
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(0.4rem);
            transform: translateY(0.4rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(0.4rem);
            transform: translateY(0.4rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.p-gnav__link.is-active {
  color: #76be69;
}
.p-gnav__link.is-active::before {
  background-color: #76be69;
  opacity: 1;
}

@media screen and (max-width: 1280px) {
  .p-snav__item {
    width: 100%;
  }
}
.p-snav__link {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: var(--preset--fw--medium);
  border-radius: 0.4rem;
  border-width: 1px;
}
.l-headerNav .p-snav__link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.p-megamenu {
  margin-top: 0.5rem;
  background-color: rgba(118, 190, 105, var(--set--opacity));
  --opacity: var(--opacity--80);
}
@media screen and (min-width: 641px) {
  .p-megamenu {
    margin-top: 0.5714285714rem;
  }
}
@media screen and (min-width: 769px) {
  .p-megamenu {
    margin-top: 0.6666666667rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-megamenu {
    margin-top: 0.8rem;
  }
}
.l-headerNav .p-megamenu {
  margin-right: 2.5rem;
  position: absolute;
  right: 0;
  width: 440px;
}
@media screen and (min-width: 641px) {
  .l-headerNav .p-megamenu {
    margin-right: 2.8571428571rem;
  }
}
@media screen and (min-width: 769px) {
  .l-headerNav .p-megamenu {
    margin-right: 3.3333333333rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-headerNav .p-megamenu {
    margin-right: 4rem;
  }
}

.l-headerNav .p-megamenu__trigger {
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 641px) {
  .l-headerNav .p-megamenu__trigger {
    padding-bottom: 0.5714285714rem;
  }
}
@media screen and (min-width: 769px) {
  .l-headerNav .p-megamenu__trigger {
    padding-bottom: 0.6666666667rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-headerNav .p-megamenu__trigger {
    padding-bottom: 0.8rem;
  }
}

.l-drawerNav .p-megamenu__trigger {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-drawerNav .p-megamenu__trigger i.is-active::before, .l-drawerNav .p-megamenu__trigger i.is-active::after {
  content: "\e15b";
  font-size: 1.4em;
}

.p-megamenu__link {
  color: #fff;
}
.l-drawerNav .p-megamenu__link {
  padding-left: 2.125rem;
}
@media screen and (min-width: 641px) {
  .l-drawerNav .p-megamenu__link {
    padding-left: 2.4285714286rem;
  }
}
@media screen and (min-width: 769px) {
  .l-drawerNav .p-megamenu__link {
    padding-left: 2.8333333333rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-drawerNav .p-megamenu__link {
    padding-left: 3.4rem;
  }
}

.p-megamenu__link:hover {
  color: #f6df6e;
  opacity: 1;
}

.p-homeFeature {
  background-repeat: no-repeat;
  background-position: 0 6rem, right 0 top 10rem;
  background-size: calc(48% - 430px) auto, calc(42% - 430px) auto;
}
.p-homeFeature__bg-1 {
  border-radius: 0 20px 20px 0;
}
@media screen and (min-width: 1025px) {
  .p-homeFeature__bg-1 {
    border-radius: 0 60px 60px 0;
  }
}
.p-homeFeature__bg-1__image {
  background-position: right 0 top 0;
}
.p-homeFeature__bg-1__image::before {
  padding-top: 97.3333333333%;
}
.p-homeFeature__bg-1__image.is-animated {
  -webkit-animation: scale-down-left 0.8s both;
          animation: scale-down-left 0.8s both;
}
@-webkit-keyframes scale-down-left {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
}
@keyframes scale-down-left {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
}
.p-homeFeature__bg-2 {
  border-radius: 20px 0 0 20px;
}
@media screen and (min-width: 1025px) {
  .p-homeFeature__bg-2 {
    border-radius: 60px 0 0 60px;
  }
}
.p-homeFeature__bg-2__image {
  background-position: 0 0;
}
.p-homeFeature__bg-2__image::before {
  padding-top: 150%;
}
.p-homeFeature__bg-2__image.is-animated {
  -webkit-animation: scale-down-right 0.8s 0.4s both;
          animation: scale-down-right 0.8s 0.4s both;
}
@-webkit-keyframes scale-down-right {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
}
@keyframes scale-down-right {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
}
@media screen and (max-width: 768px) {
  .p-homeFeature__bg-2 {
    position: absolute;
    right: 0;
  }
}
.p-homeFeature::before {
  background-color: #f3eee4;
  background-image: url(../images/bg_chevron_top.svg);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 3rem;
}
@media screen and (min-width: 1025px) {
  .p-homeFeature::before {
    height: 6rem;
  }
}

.p-homeMessage {
  background-image: url(/cms/wp-content/themes/art-tsusincom_ver2/assets/images/bg_01.svg);
  background-repeat: no-repeat;
  background-position: right 0 top 2rem;
  background-size: auto calc(96% - 2rem);
}
@media screen and (min-width: 1025px) {
  .p-homeMessage {
    background-position: right 0 top 4rem;
    background-size: 84% calc(96% - 4rem);
  }
}
.p-homeMessage .secMessage h5 {
  display: none;
}
.p-homeMessage .secMessage dt {
  font-weight: var(--preset--fw--bold);
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 641px) {
  .p-homeMessage .secMessage dt {
    margin-bottom: 0.7142857143rem;
  }
}
@media screen and (min-width: 769px) {
  .p-homeMessage .secMessage dt {
    margin-bottom: 0.8333333333rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-homeMessage .secMessage dt {
    margin-bottom: 1rem;
  }
}
.p-homeMessage .secMessage dt img {
  margin-right: 0.5rem;
  border: 1px solid #76be69;
  float: left;
  width: 80px;
}
@media screen and (min-width: 641px) {
  .p-homeMessage .secMessage dt img {
    margin-right: 0.5714285714rem;
  }
}
@media screen and (min-width: 769px) {
  .p-homeMessage .secMessage dt img {
    margin-right: 0.6666666667rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-homeMessage .secMessage dt img {
    margin-right: 0.8rem;
  }
}
@media screen and (min-width: 769px) {
  .p-homeMessage .secMessage dt img {
    margin-bottom: 0.5rem;
    display: block;
    float: none;
  }
}
@media screen and (min-width: 769px) and (min-width: 641px) {
  .p-homeMessage .secMessage dt img {
    margin-bottom: 0.5714285714rem;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .p-homeMessage .secMessage dt img {
    margin-bottom: 0.6666666667rem;
  }
}
@media screen and (min-width: 769px) and (min-width: 1025px) {
  .p-homeMessage .secMessage dt img {
    margin-bottom: 0.8rem;
  }
}
@media screen and (min-width: 1281px) {
  .p-homeMessage .secMessage dt img {
    margin-bottom: auto;
    float: left;
  }
}

.p-homeTips {
  background-image: url(/cms/wp-content/themes/art-tsusincom_ver2/assets/images/bg_01.svg);
  background-repeat: no-repeat;
  background-position: right 0 top 2rem;
  background-size: auto calc(96% - 2rem);
  overflow: hidden;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (min-width: 1025px) {
  .p-homeTips {
    background-position: right 0 top 4rem;
    background-size: 84% calc(100% - 4rem);
  }
}
.p-homeTips > * {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.p-homeTips__link:hover .c-thumbnail {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.grecaptcha-badge {
  visibility: hidden;
}

body.page-id-10 .grecaptcha-badge, body.page-id-11 .grecaptcha-badge, body.page-id-12594 .grecaptcha-badge {
  visibility: visible;
  bottom: 50px !important;
}
@media screen and (min-width: 1025px) {
  body.page-id-10 .grecaptcha-badge, body.page-id-11 .grecaptcha-badge, body.page-id-12594 .grecaptcha-badge {
    bottom: 80px !important;
  }
}

.p-navCourse-sm__list {
  display: -ms-grid;
  display: grid;
  gap: clamp(0.5rem, 0.333rem + 0.83vw, 1rem);
}
@media screen and (min-width: 1025px) {
  .p-navCourse-sm__list {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.p-navCourse-sm__link {
  background-color: var(--rgb-beige-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-navCourse-sm__link:hover {
  opacity: 1;
}
.p-navCourse-sm__thumbnail {
  aspect-ratio: 300/140;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 50px;
}
@media screen and (min-width: 1025px) {
  .p-navCourse-sm__thumbnail {
    height: 60px;
  }
}
.p-navCourse-sm__title {
  font-weight: var(--preset--fw--medium);
  line-height: 1.2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--preset--color--black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 1em;
}
.p-navCourse-sm__icon {
  background-image: url(../images/ico_chevron_right_circle.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60%;
  display: block;
  width: 30px;
}
@media screen and (min-width: 1025px) {
  .p-navCourse-sm__icon {
    width: 50px;
  }
}

.p-hero {
  background-color: var(--preset--color-rgb--beige-light);
  height: clamp(8.75rem, 5.833rem + 14.58vw, 17.5rem);
  position: relative;
}
body.home .p-hero {
  height: auto;
}

.p-hero::after {
  background-image: url(../images/bg_chevron_top.svg);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: clamp(2.5rem, 1.667rem + 4.17vw, 5rem);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
body.home .p-hero::after {
  display: none;
}

@media screen and (max-width: 1024px) {
  div:not(.has-image) .p-hero__title {
    padding-top: clamp(6.25rem, 5rem + 6.25vw, 10rem);
  }
}
@media screen and (min-width: 1025px) {
  .p-hero__title {
    padding-top: clamp(3.75rem, 3rem + 3.75vw, 6rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40%;
  }
}
.p-hero__heading {
  font-weight: var(--preset--fw--medium);
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-hero__heading > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-hero__heading--ja {
  font-size: var(--preset--fs--5xl);
  margin-bottom: clamp(0.375rem, 0.3rem + 0.375vw, 0.6rem);
}
.p-hero__heading--en {
  font-size: var(--preset--fs--lg);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--preset--color--gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-hero__heading--en::before, .p-hero__heading--en::after {
  background-color: var(--preset--color-rgb--gray);
  content: "";
  -webkit-clip-path: circle(40% at 50% 50%);
          clip-path: circle(40% at 50% 50%);
  display: block;
  height: 0.3em;
  width: 0.3em;
}
.p-hero__heading--en::before {
  margin-right: 0.2em;
}
.p-hero__heading--en::after {
  margin-left: 0.2em;
}
.p-hero__thumbnail {
  aspect-ratio: 1400/560;
  background-position: center;
  background-size: cover;
  display: block;
}
@media screen and (min-width: 1025px) {
  .p-hero__thumbnail {
    width: 60%;
  }
}
.p-hero.has-image {
  height: clamp(15rem, 12.083rem + 14.58vw, 23.75rem);
}
.p-hero.has-image::after {
  position: absolute;
  bottom: 0;
  width: 100%;
}

body:not(.home) .p-hero:not(.has-image) {
  padding-bottom: 100px;
}

.p-hero-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .p-hero-wrapper.has-image {
    padding-top: clamp(1.25rem, 1rem + 1.25vw, 2rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1025px) {
  .p-hero-wrapper.has-image {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-hero-wrapper:not(.has-image) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: clamp(2.5rem, 1.667rem + 4.17vw, 5rem);
}

.p-bnrCourse__link {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .p-bnrCourse__link {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1281px) {
  .p-bnrCourse__link {
    margin-right: 2.5rem;
  }
}
@media screen and (min-width: 1281px) and (min-width: 641px) {
  .p-bnrCourse__link {
    margin-right: 2.8571428571rem;
  }
}
@media screen and (min-width: 1281px) and (min-width: 769px) {
  .p-bnrCourse__link {
    margin-right: 3.3333333333rem;
  }
}
@media screen and (min-width: 1281px) and (min-width: 1025px) {
  .p-bnrCourse__link {
    margin-right: 4rem;
  }
}
.p-bnrCourse__link:hover {
  opacity: 1;
}
.p-bnrCourse__link:not(.is-hover--primary):hover .u-txt--primary {
  color: var(--preset--color--white);
}
.p-bnrCourse__link .u-txt--primary {
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.p-bnrCourse__image {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 1.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .p-bnrCourse__image {
    padding-right: 2.1428571429rem;
  }
}
@media screen and (min-width: 769px) {
  .p-bnrCourse__image {
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-bnrCourse__image {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-bnrCourse__image {
    max-width: 480px;
    width: 42.8571428571%;
  }
}
.p-bnrCourse__thumbnail {
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.p-bnrCourse__thumbnail::before {
  content: "";
  display: block;
  padding-top: 46.6666666667%;
}
.p-bnrCourse__link:hover .p-bnrCourse__thumbnail {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.p-bnrCourse__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1.25rem;
  padding-bottom: 0.625rem;
  background-color: rgba(255, 255, 255, var(--set--opacity));
  --opacity: var(--opacity--90);
  position: absolute;
  right: 0;
  width: 80%;
}
@media screen and (min-width: 641px) {
  .p-bnrCourse__title {
    padding-top: 1.4285714286rem;
  }
}
@media screen and (min-width: 769px) {
  .p-bnrCourse__title {
    padding-top: 1.6666666667rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-bnrCourse__title {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 641px) {
  .p-bnrCourse__title {
    padding-bottom: 0.7142857143rem;
  }
}
@media screen and (min-width: 769px) {
  .p-bnrCourse__title {
    padding-bottom: 0.8333333333rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-bnrCourse__title {
    padding-bottom: 1rem;
  }
}
.p-bnrCourse__text {
  padding: 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 641px) {
  .p-bnrCourse__text {
    padding: 1.4285714286rem;
  }
}
@media screen and (min-width: 769px) {
  .p-bnrCourse__text {
    padding: 1.6666666667rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-bnrCourse__text {
    padding: 2rem;
  }
}
@media screen and (min-width: 1281px) {
  .p-bnrCourse__text {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 1281px) and (min-width: 641px) {
  .p-bnrCourse__text {
    padding-left: 2.8571428571rem;
    padding-right: 2.8571428571rem;
  }
}
@media screen and (min-width: 1281px) and (min-width: 769px) {
  .p-bnrCourse__text {
    padding-left: 3.3333333333rem;
    padding-right: 3.3333333333rem;
  }
}
@media screen and (min-width: 1281px) and (min-width: 1025px) {
  .p-bnrCourse__text {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.p-bnrCourse__headline {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: var(--preset--fw--medium);
}
.p-bnrCourse__headline::after {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
  background-color: var(--color-course);
  content: "";
  display: block;
  height: 4px;
  width: 140px;
}
@media screen and (min-width: 641px) {
  .p-bnrCourse__headline::after {
    margin-top: 0.4285714286rem;
    margin-bottom: 0.4285714286rem;
  }
}
@media screen and (min-width: 769px) {
  .p-bnrCourse__headline::after {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-bnrCourse__headline::after {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
  }
}
.p-bnrCourse__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.625rem;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .p-bnrCourse__icon {
    padding: 0.7142857143rem;
  }
}
@media screen and (min-width: 769px) {
  .p-bnrCourse__icon {
    padding: 0.8333333333rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-bnrCourse__icon {
    padding: 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-bnrCourse__icon {
    width: 5rem;
  }
}
.p-bnrCourse__icon > i {
  font-size: var(--preset--fs--lg);
  border: 1px solid #000;
  border-radius: 9999px;
  height: 2rem;
  width: 2rem;
}
.p-bnrCourse__icon > i::before {
  margin-left: 0.12em;
}

.p-companyFeature {
  counter-reset: number 0;
}
.p-companyFeature__container {
  padding: 1.25rem;
  border-radius: var(--preset--rounded--md);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 641px) {
  .p-companyFeature__container {
    padding: 1.4285714286rem;
  }
}
@media screen and (min-width: 769px) {
  .p-companyFeature__container {
    padding: 1.6666666667rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-companyFeature__container {
    padding: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-companyFeature__container:nth-child(even) .p-companyFeature__imagearea {
    padding-left: 1.25rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 641px) {
  .p-companyFeature__container:nth-child(even) .p-companyFeature__imagearea {
    padding-left: 1.4285714286rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 769px) {
  .p-companyFeature__container:nth-child(even) .p-companyFeature__imagearea {
    padding-left: 1.6666666667rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .p-companyFeature__container:nth-child(even) .p-companyFeature__imagearea {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-companyFeature__container:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-companyFeature__container:nth-child(odd) .p-companyFeature__imagearea {
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 641px) {
  .p-companyFeature__container:nth-child(odd) .p-companyFeature__imagearea {
    padding-right: 1.4285714286rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 769px) {
  .p-companyFeature__container:nth-child(odd) .p-companyFeature__imagearea {
    padding-right: 1.6666666667rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .p-companyFeature__container:nth-child(odd) .p-companyFeature__imagearea {
    padding-right: 2rem;
  }
}
.p-companyFeature__headline {
  font-size: var(--preset--fs--2xl);
  line-height: 1.2;
  margin-bottom: 0.625rem;
  padding-bottom: 0.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid var(--preset--color-rgb--border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 641px) {
  .p-companyFeature__headline {
    margin-bottom: 0.7142857143rem;
  }
}
@media screen and (min-width: 769px) {
  .p-companyFeature__headline {
    margin-bottom: 0.8333333333rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-companyFeature__headline {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 641px) {
  .p-companyFeature__headline {
    padding-bottom: 0.4285714286rem;
  }
}
@media screen and (min-width: 769px) {
  .p-companyFeature__headline {
    padding-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-companyFeature__headline {
    padding-bottom: 0.6rem;
  }
}
.p-companyFeature__headline::before {
  font-size: var(--preset--fs--4xl);
  color: var(--preset--color--yellow);
  counter-increment: number 1;
  content: "0" counter(number);
  margin-right: 0.4em;
}

.p-companyMaterial__list {
  gap: clamp(0.375rem, 0.3rem + 0.375vw, 0.6rem);
}
.p-companyMaterial__item {
  position: relative;
}
.p-companyMaterial__text {
  font-size: var(--preset--fs--sm);
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --set--opacity: 0.8;
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .p-companyMaterial__text {
    padding-left: 0.4285714286rem;
    padding-right: 0.4285714286rem;
  }
}
@media screen and (min-width: 769px) {
  .p-companyMaterial__text {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-companyMaterial__text {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
}
@media screen and (min-width: 641px) {
  .p-companyMaterial__text {
    padding-top: 0.2857142857rem;
    padding-bottom: 0.2857142857rem;
  }
}
@media screen and (min-width: 769px) {
  .p-companyMaterial__text {
    padding-top: 0.3333333333rem;
    padding-bottom: 0.3333333333rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-companyMaterial__text {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}
.p-companyMaterial__text.u-bg--dessin {
  background-color: rgba(254, 249, 153, var(--set--opacity));
}
.p-companyMaterial__text.u-bg--book {
  background-color: rgba(209, 230, 166, var(--set--opacity));
}
.p-companyMaterial__text.u-bg--oil {
  background-color: rgba(154, 214, 180, var(--set--opacity));
}
.p-companyMaterial__text.u-bg--water {
  background-color: rgba(154, 216, 213, var(--set--opacity));
}
.p-companyMaterial__text.u-bg--manga {
  background-color: rgba(154, 195, 227, var(--set--opacity));
}
.p-companyMaterial__text.u-bg--pencil {
  background-color: rgba(154, 217, 246, var(--set--opacity));
}
.p-companyMaterial__text.u-bg--illust {
  background-color: rgba(212, 156, 204, var(--set--opacity));
}
.p-companyMaterial__text.u-bg--basic {
  background-color: rgba(243, 153, 186, var(--set--opacity));
}

.p-programFlow__def {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80px auto;
  grid-template-columns: 80px auto;
}
@media screen and (min-width: 1025px) {
  .p-programFlow__def {
    -ms-grid-columns: 120px auto;
    grid-template-columns: 120px auto;
  }
}
.p-programFlow__term {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--preset--color-rgb--yellow);
  border-radius: 100%;
  color: var(--preset--color--primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: var(--preset--fw--medium);
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: var(--preset--leading--none);
  position: relative;
  width: 60px;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .p-programFlow__term {
    height: 80px;
    width: 80px;
  }
}
.p-programFlow__desc {
  margin-bottom: clamp(1.25rem, 1rem + 1.25vw, 2rem);
  position: relative;
}
.p-programFlow__desc:not(:last-of-type)::before {
  background-color: var(--preset--color-rgb--yellow);
  -webkit-mask-image: url(../images/line_dot.svg);
          mask-image: url(../images/line_dot.svg);
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  content: "";
  height: 100%;
  position: absolute;
  bottom: 0;
  left: -53px;
  width: 6px;
}
@media screen and (min-width: 1025px) {
  .p-programFlow__desc:not(:last-of-type)::before {
    left: -83px;
  }
}
.p-programFlow__textarea {
  padding: clamp(1rem, 0.8rem + 1vw, 1.6rem);
  background-color: #f3eee4;
  border-radius: 0.6rem;
}

.p-program-table {
  border: 1px solid var(--preset--color-rgb--yellow);
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .p-program-table {
    width: 50%;
  }
}
.p-program-table th, .p-program-table td {
  padding: clamp(0.375rem, 0.3rem + 0.375vw, 0.6rem);
  border: 1px solid var(--preset--color-rgb--yellow);
  text-align: center;
  width: 33.3333333333%;
}
.p-program-table th {
  background-color: var(--preset--color-rgb--yellow);
}
@media screen and (max-width: 1024px) {
  .p-program-table th {
    font-size: var(--preset--fs--sm);
  }
}
.p-program-table td {
  font-size: var(--preset--fs--md);
}
@media screen and (min-width: 1025px) {
  .p-program-table td {
    font-size: var(--preset--fs--lg);
  }
}

.p-program-correct__container {
  border-radius: var(--preset--rounded--sm);
  padding: 2em;
}
.p-program-correct__list {
  gap: var(--preset--spacing--2);
}
.p-program-correct__item {
  position: relative;
}
.p-program-correct__item:not(:last-of-type)::after {
  background-color: var(--preset--color-rgb--tertiary);
  content: "";
  display: block;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (max-width: 1024px) {
  .p-program-correct__item:not(:last-of-type)::after {
    height: 1rem;
    margin: 1em 0;
    -webkit-mask-image: url(../images/ico_triangle_down.svg);
            mask-image: url(../images/ico_triangle_down.svg);
  }
}
@media screen and (min-width: 1025px) {
  .p-program-correct__item:not(:last-of-type)::after {
    height: 100%;
    -webkit-mask-image: url(../images/ico_triangle_right.svg);
            mask-image: url(../images/ico_triangle_right.svg);
    position: absolute;
    top: 0;
    right: -1.5rem;
    width: 1rem;
  }
}

.p-pricePlan__item {
  background-color: rgba(230, 242, 227, var(--set--opacity));
  border-radius: 0.6rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-teacherHero {
    margin-top: -85px;
    padding-top: 85px;
  }
}
@media screen and (min-width: 769px) {
  .p-teacherHero {
    margin-top: -145px;
    padding-top: 145px;
  }
}

.p-teacher__h2 {
  font-size: var(--preset--fs--2xl);
  border-bottom: 5px solid #76be69;
  margin-bottom: 1em;
  padding-bottom: 0.4em;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .p-teacher__h2 {
    font-size: var(--preset--fs--4xl);
    padding-bottom: 0.2em;
  }
}
.p-teacher__h2::after {
  border-top: 6px solid #f5f5f5;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50px;
}
@media screen and (min-width: 1025px) {
  .p-teacher__h2::after {
    width: 100px;
  }
}
.p-teacher__link {
  font-weight: var(--preset--fw--bold);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  position: relative;
}
.p-teacher__link::after {
  content: url(../images/ico_chevron_button.svg);
  display: block;
  height: 1em;
  margin-left: 0.2em;
  -webkit-transform: rotate(90deg) scale(0.7);
          transform: rotate(90deg) scale(0.7);
  width: 1em;
}
.p-teacher__container {
  margin-bottom: 3em;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-teacher__container {
    display: -ms-grid;
    display: grid;
    gap: 2.6em;
    -ms-grid-columns: 200px 2.6em auto;
    grid-template-columns: 200px auto;
  }
}
.p-teacher__left {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-teacher__left {
    margin-bottom: 1em;
  }
}
.p-teacher__left p > img {
  border-radius: 9999px;
}
@media screen and (max-width: 768px) {
  .p-teacher__left p > img {
    width: 60%;
  }
}
.p-teacher__bottom {
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
@media screen and (max-width: 768px) {
  .p-teacher__bottom {
    background-color: #f5f5f5;
    margin-top: -0.4rem;
    padding: 0 1.4em 1.4em;
  }
}
@media screen and (min-width: 769px) {
  .p-teacher__bottom {
    position: absolute;
    top: 260px;
    width: 200px;
  }
}
.p-teacher__lead {
  font-weight: var(--preset--fw--bold);
  line-height: 2;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  display: inline;
  padding: 0.2em 0.4em;
}
.p-teacher__lead + * {
  margin-top: 0.375rem;
}
@media screen and (min-width: 641px) {
  .p-teacher__lead + * {
    margin-top: 0.4285714286rem;
  }
}
@media screen and (min-width: 769px) {
  .p-teacher__lead + * {
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-teacher__lead + * {
    margin-top: 0.6rem;
  }
}
.p-teacher-name {
  font-size: var(--preset--fs--lg);
  font-weight: var(--preset--fw--bold);
}
@media screen and (max-width: 768px) {
  .p-teacher-name {
    margin-bottom: -0.6em;
  }
}
.p-teacher-sns__list {
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1025px) {
  .p-teacher-sns__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-teacher-sns__list > li {
  margin-left: 0.2em;
  margin-right: 0.2em;
}
.p-teacher-profile {
  font-size: var(--preset--fs--sm);
  margin-top: 0.625rem;
  background-color: #f5f5f5;
  border-radius: 0.4rem;
  padding: 1em 2em 1.8em;
}
@media screen and (min-width: 641px) {
  .p-teacher-profile {
    margin-top: 0.7142857143rem;
  }
}
@media screen and (min-width: 769px) {
  .p-teacher-profile {
    margin-top: 0.8333333333rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-teacher-profile {
    margin-top: 1rem;
  }
}
.p-teacher-profile h4 {
  font-size: var(--preset--fs--md);
  margin-bottom: 0.375rem;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
@media screen and (min-width: 641px) {
  .p-teacher-profile h4 {
    margin-bottom: 0.4285714286rem;
  }
}
@media screen and (min-width: 769px) {
  .p-teacher-profile h4 {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-teacher-profile h4 {
    margin-bottom: 0.6rem;
  }
}
.p-teacher-works__list {
  margin-top: 0.625rem;
  display: -ms-grid;
  display: grid;
  gap: 0.4em;
  -ms-grid-columns: minmax(0, 1fr) 0.4em minmax(0, 1fr) 0.4em minmax(0, 1fr) 0.4em minmax(0, 1fr) 0.4em minmax(0, 1fr);
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media screen and (min-width: 641px) {
  .p-teacher-works__list {
    margin-top: 0.7142857143rem;
  }
}
@media screen and (min-width: 769px) {
  .p-teacher-works__list {
    margin-top: 0.8333333333rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-teacher-works__list {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .p-teacher-works__list {
    -ms-grid-columns: (minmax(0, 1fr))[10];
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}

.p-teacherNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .p-teacherNav__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-teacherNav__item {
  width: 49%;
}
@media screen and (min-width: 769px) {
  .p-teacherNav__item {
    margin-left: 0.4em;
    margin-right: 0.4em;
    width: 220px;
  }
}
.p-teacherNav__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/select_ico_primary.svg) no-repeat right center #fff;
  border: 1px solid #76be69;
  border-radius: 0.2rem;
  padding: 0.4em 0.8em;
}

.p-sideRecently__link:hover {
  opacity: 1;
}
.p-sideRecently__link:hover .c-thumbnail {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.p-banner .splide__arrow {
  background-color: var(--preset--color-rgb--primary);
  opacity: var(--set--opacity);
  height: 1.875rem;
  width: 1.875rem;
}
@media screen and (min-width: 641px) {
  .p-banner .splide__arrow {
    height: 2.1428571429rem;
    width: 2.1428571429rem;
  }
}
@media screen and (min-width: 769px) {
  .p-banner .splide__arrow {
    height: 2.5rem;
    width: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-banner .splide__arrow {
    height: 3rem;
    width: 3rem;
  }
}
.p-banner .splide__arrow svg {
  fill: var(--preset--color-rgb--white);
}
.p-banner .splide__arrow--prev {
  left: -1.4423076923rem;
}
@media screen and (min-width: 641px) {
  .p-banner .splide__arrow--prev {
    left: -1.6483516484rem;
  }
}
@media screen and (min-width: 769px) {
  .p-banner .splide__arrow--prev {
    left: -1.9230769231rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-banner .splide__arrow--prev {
    left: -2.3076923077rem;
  }
}
.p-banner .splide__arrow--next {
  right: -1.4423076923rem;
}
@media screen and (min-width: 641px) {
  .p-banner .splide__arrow--next {
    right: -1.6483516484rem;
  }
}
@media screen and (min-width: 769px) {
  .p-banner .splide__arrow--next {
    right: -1.9230769231rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-banner .splide__arrow--next {
    right: -2.3076923077rem;
  }
}
.p-banner .splide__pagination {
  bottom: -1.5em;
}

.p-homeMessage .splide__arrows {
  position: relative;
  top: -2.4rem;
}
@media screen and (max-width: 1024px) {
  .p-homeMessage .splide__arrows {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .p-homeMessage .splide__arrows {
    margin-bottom: 1.4285714286rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .p-homeMessage .splide__arrows {
    margin-bottom: 1.6666666667rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1025px) {
  .p-homeMessage .splide__arrows {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-homeMessage .splide__arrows {
    top: -3rem;
  }
}
.p-homeMessage .splide__arrow {
  background-color: transparent;
  opacity: 1;
}
.p-homeMessage .splide__arrow:hover:not(:disabled) {
  opacity: 0.4;
}
.p-homeMessage .splide__arrow--prev {
  left: auto;
  right: 3em;
}
.p-homeMessage .splide__arrow svg {
  fill: var(--preset--color-rgb--tertiary);
}

.p-homeTips .splide__arrows {
  position: relative;
  top: -2.4rem;
}
@media screen and (max-width: 1024px) {
  .p-homeTips .splide__arrows {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
  .p-homeTips .splide__arrows {
    margin-bottom: 1.4285714286rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .p-homeTips .splide__arrows {
    margin-bottom: 1.6666666667rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1025px) {
  .p-homeTips .splide__arrows {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-homeTips .splide__arrows {
    top: -3rem;
    margin: 0 auto;
    width: 1000px;
  }
}
.p-homeTips .splide__arrow {
  background-color: transparent;
  opacity: 1;
}
.p-homeTips .splide__arrow:hover:not(:disabled) {
  opacity: 0.4;
}
.p-homeTips .splide__arrow--prev {
  right: 1em !important;
}
.p-homeTips .splide__arrow--next {
  left: auto !important;
  right: 3em !important;
}
.p-homeTips .splide__arrow svg {
  fill: var(--preset--color-rgb--tertiary);
}
/*# sourceMappingURL=style.css.map */